@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.m-5 {
  margin: 5px; }

.m-10 {
  margin: 10px; }

.m-12 {
  margin: 12px; }

.m-15 {
  margin: 15px; }

.m-20 {
  margin: 20px; }

.m-25 {
  margin: 25px; }

.m-30 {
  margin: 30px; }

.m-35 {
  margin: 35px; }

.m-40 {
  margin: 40px; }

.m-45 {
  margin: 45px; }

.m-50 {
  margin: 50px; }

.m-55 {
  margin: 55px; }

.m-60 {
  margin: 60px; }

.m-65 {
  margin: 65px; }

.m-70 {
  margin: 70px; }

.m-75 {
  margin: 75px; }

.m-80 {
  margin: 80px; }

.m-l-5 {
  margin-left: 5px; }

.m-l-10 {
  margin-left: 10px; }

.m-l-12 {
  margin-left: 12px; }

.m-l-15 {
  margin-left: 15px; }

.m-l-20 {
  margin-left: 20px; }

.m-l-25 {
  margin-left: 25px; }

.m-l-30 {
  margin-left: 30px; }

.m-l-35 {
  margin-left: 35px; }

.m-l-40 {
  margin-left: 40px; }

.m-l-45 {
  margin-left: 45px; }

.m-l-50 {
  margin-left: 50px; }

.m-l-55 {
  margin-left: 55px; }

.m-l-60 {
  margin-left: 60px; }

.m-l-65 {
  margin-left: 65px; }

.m-l-70 {
  margin-left: 70px; }

.m-l-75 {
  margin-left: 75px; }

.m-l-80 {
  margin-left: 80px; }

.m-r-5 {
  margin-right: 5px; }

.m-r-10 {
  margin-right: 10px; }

.m-r-12 {
  margin-right: 12px; }

.m-r-15 {
  margin-right: 15px; }

.m-r-20 {
  margin-right: 20px; }

.m-r-25 {
  margin-right: 25px; }

.m-r-30 {
  margin-right: 30px; }

.m-r-35 {
  margin-right: 35px; }

.m-r-40 {
  margin-right: 40px; }

.m-r-45 {
  margin-right: 45px; }

.m-r-50 {
  margin-right: 50px; }

.m-r-55 {
  margin-right: 55px; }

.m-r-60 {
  margin-right: 60px; }

.m-r-65 {
  margin-right: 65px; }

.m-r-70 {
  margin-right: 70px; }

.m-r-75 {
  margin-right: 75px; }

.m-r-80 {
  margin-right: 80px; }

.m-t-5 {
  margin-top: 5px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-12 {
  margin-top: 12px; }

.m-t-15 {
  margin-top: 15px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-25 {
  margin-top: 25px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-35 {
  margin-top: 35px; }

.m-t-40 {
  margin-top: 40px; }

.m-t-45 {
  margin-top: 45px; }

.m-t-50 {
  margin-top: 50px; }

.m-t-55 {
  margin-top: 55px; }

.m-t-60 {
  margin-top: 60px; }

.m-t-65 {
  margin-top: 65px; }

.m-t-70 {
  margin-top: 70px; }

.m-t-75 {
  margin-top: 75px; }

.m-t-80 {
  margin-top: 80px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-12 {
  margin-bottom: 12px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-25 {
  margin-bottom: 25px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-b-35 {
  margin-bottom: 35px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-b-45 {
  margin-bottom: 45px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-b-55 {
  margin-bottom: 55px; }

.m-b-60 {
  margin-bottom: 60px; }

.m-b-65 {
  margin-bottom: 65px; }

.m-b-70 {
  margin-bottom: 70px; }

.m-b-75 {
  margin-bottom: 75px; }

.m-b-80 {
  margin-bottom: 80px; }

.p-5 {
  padding: 5px; }

.p-7 {
  padding: 7px; }

.p-8 {
  padding: 8px; }

.p-10 {
  padding: 10px; }

.p-12 {
  padding: 12px; }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.p-25 {
  padding: 25px; }

.p-30 {
  padding: 30px; }

.p-35 {
  padding: 35px; }

.p-40 {
  padding: 40px; }

.p-45 {
  padding: 45px; }

.p-50 {
  padding: 50px; }

.p-55 {
  padding: 55px; }

.p-60 {
  padding: 60px; }

.p-65 {
  padding: 65px; }

.p-70 {
  padding: 70px; }

.p-75 {
  padding: 75px; }

.p-80 {
  padding: 80px; }

.p-l-0 {
  padding-left: 0; }

.p-l-5 {
  padding-left: 5px; }

.p-l-10 {
  padding-left: 10px; }

.p-l-12 {
  padding-left: 12px; }

.p-l-15 {
  padding-left: 15px; }

.p-l-20 {
  padding-left: 20px; }

.p-l-25 {
  padding-left: 25px; }

.p-l-30 {
  padding-left: 30px; }

.p-l-35 {
  padding-left: 35px; }

.p-l-40 {
  padding-left: 40px; }

.p-l-45 {
  padding-left: 45px; }

.p-l-50 {
  padding-left: 50px; }

.p-l-55 {
  padding-left: 55px; }

.p-l-60 {
  padding-left: 60px; }

.p-l-65 {
  padding-left: 65px; }

.p-l-70 {
  padding-left: 70px; }

.p-l-75 {
  padding-left: 75px; }

.p-l-80 {
  padding-left: 80px; }

.p-r-5 {
  padding-right: 5px; }

.p-r-10 {
  padding-right: 10px; }

.p-r-12 {
  padding-right: 12px; }

.p-r-15 {
  padding-right: 15px; }

.p-r-20 {
  padding-right: 20px; }

.p-r-25 {
  padding-right: 25px; }

.p-r-30 {
  padding-right: 30px; }

.p-r-35 {
  padding-right: 35px; }

.p-r-40 {
  padding-right: 40px; }

.p-r-45 {
  padding-right: 45px; }

.p-r-50 {
  padding-right: 50px; }

.p-r-55 {
  padding-right: 55px; }

.p-r-60 {
  padding-right: 60px; }

.p-r-65 {
  padding-right: 65px; }

.p-r-70 {
  padding-right: 70px; }

.p-r-75 {
  padding-right: 75px; }

.p-r-80 {
  padding-right: 80px; }

.p-t-5 {
  padding-top: 5px; }

.p-t-10 {
  padding-top: 10px; }

.p-t-12 {
  padding-top: 12px; }

.p-t-15 {
  padding-top: 15px; }

.p-t-20 {
  padding-top: 20px; }

.p-t-25 {
  padding-top: 25px; }

.p-t-30 {
  padding-top: 30px; }

.p-t-35 {
  padding-top: 35px; }

.p-t-40 {
  padding-top: 40px; }

.p-t-45 {
  padding-top: 45px; }

.p-t-50 {
  padding-top: 50px; }

.p-t-55 {
  padding-top: 55px; }

.p-t-60 {
  padding-top: 60px; }

.p-t-65 {
  padding-top: 65px; }

.p-t-70 {
  padding-top: 70px; }

.p-t-75 {
  padding-top: 75px; }

.p-t-80 {
  padding-top: 80px; }

.p-b-5 {
  padding-bottom: 5px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-b-12 {
  padding-bottom: 12px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-b-25 {
  padding-bottom: 25px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-b-35 {
  padding-bottom: 35px; }

.p-b-40 {
  padding-bottom: 40px; }

.p-b-45 {
  padding-bottom: 45px; }

.p-b-50 {
  padding-bottom: 50px; }

.p-b-55 {
  padding-bottom: 55px; }

.p-b-60 {
  padding-bottom: 60px; }

.p-b-65 {
  padding-bottom: 65px; }

.p-b-70 {
  padding-bottom: 70px; }

.p-b-75 {
  padding-bottom: 75px; }

.p-b-80 {
  padding-bottom: 80px; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: 100; }

.ms-Button--compound .ms-Button-icon {
  padding-bottom: 8px;
  font-size: 17px; }

.ms-Nav-groupHeaderFontSize {
  font-size: 14px !important;
  font-weight: 400 !important; }
  .ms-Nav-groupHeaderFontSize .ms-Nav-chevron {
    font-size: 10px !important; }

.ms-table {
  width: 100%;
  border-collapse: collapse; }
  .ms-table thead tr th {
    text-align: left; }
  .ms-table th,
  .ms-table td {
    border: none;
    background: #fff;
    padding: 12px;
    font-size: 14px; }
  .ms-table th {
    font-weight: 400;
    font-size: 13px;
    padding: 12px 15px;
    padding-bottom: 13px;
    background: #f8f9fb; }
    .ms-table th .sort-indicators .positive,
    .ms-table th .sort-indicators .negative {
      display: none; }
    .ms-table th.current {
      border-bottom: 2px solid #0078d4;
      color: #0078d4;
      background: #f8f9fb; }
      .ms-table th.current .sort-indicators {
        float: right; }
      .ms-table th.current.positive .sort-indicators .positive {
        display: block; }
      .ms-table th.current.negative .sort-indicators .negative {
        display: block; }
  .ms-table .table-head-sort {
    cursor: pointer; }
    .ms-table .table-head-sort:hover {
      border-bottom: 2px solid #0078d4; }

@media screen and (max-width: 767px) {
  .ms-Panel-content {
    padding-bottom: 40px; }
  #root {
    padding-bottom: 40px; }
  .dental-history-toggle {
    display: none; }
  .ms-CommandBarItem-commandText {
    display: none !important; }
  table.responsive {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    box-shadow: none !important; }
    table.responsive thead {
      display: none; }
    table.responsive tbody tr {
      background: #fff;
      display: block;
      margin: 0 auto;
      margin-top: 15px; }
      table.responsive tbody tr td {
        text-align: right;
        font-size: 14px; } }

.ms-Persona.treatment-link.ms-Persona--xxs {
  height: 25px; }
  .ms-Persona.treatment-link.ms-Persona--xxs .ms-Persona-primaryText {
    font-size: 12px; }

.ms-Button--primary {
  border-radius: 2px;
  transition: 0.4s all; }
  .ms-Button--primary:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
  .ms-Button--primary.delete {
    background: #f44336; }
    .ms-Button--primary.delete:hover {
      background: #c62828; }

.ms-Toggle-stateText {
  position: relative;
  top: 2px; }

.ms-Dropdown-container {
  margin-bottom: 10px; }

.ms-TextField {
  margin-bottom: 10px !important; }

.ms-Panel-content {
  height: 100%;
  padding-top: 5px;
  padding-bottom: 35px; }

html,
body {
  overflow-x: hidden !important; }
  html.has-panel,
  body.has-panel {
    overflow: hidden; }

body {
  font-family: "Segoe UI WestEuropean";
  line-height: 1;
  height: auto; }

hr {
  border: none;
  margin-bottom: 20px;
  border-top: 1px solid #e0e0e0; }

.hidden {
  display: none; }

.version-num {
  font-size: 12px;
  position: absolute;
  color: #e3e3e3;
  bottom: 5px;
  right: 12px;
  z-index: -1; }

.ex-pnl .ms-Panel-main {
  width: 100% !important;
  left: 0 !important; }
  .ex-pnl .ms-Panel-main .ms-Panel-content {
    padding-top: 70px;
    margin-top: -70px;
    height: 100vh; }
    .ex-pnl .ms-Panel-main .ms-Panel-content iframe {
      height: 100%;
      width: 100%;
      border: 0; }

.ms-Tooltip {
  pointer-events: none; }

.ms-TooltipHost,
.ms-Persona-details,
.ms-Layer,
.ms-TextField-field {
  line-height: initial; }

.ms-Persona-initials i {
  font-weight: 100; }

.ms-TextField-prefix,
.ms-TextField-suffix {
  margin: 1px; }

.ms-Toggle-stateText {
  line-height: 1; }

.ms-ShimmerLine-root:after {
  content: "LOADING...";
  padding: 3px;
  display: block;
  text-align: center;
  font-size: 10px;
  color: #9e9e9e; }

.loading-bar {
  max-width: 300px;
  height: 15px;
  margin: 0 auto;
  border: 1px solid #2196f3;
  margin-top: 10px;
  border-radius: 4px; }

.inner-loading-bar {
  width: 100%;
  height: 13px;
  background: #2196f3;
  border-radius: 4px; }

.inpage-menu {
  z-index: 3;
  border: 1px solid #e8effd;
  position: fixed;
  top: 50px;
  height: 100vh;
  background: #fff; }
  .inpage-menu button {
    width: 50px;
    height: 43px;
    display: block;
    border-bottom: 1px solid #e8effd; }
    .inpage-menu button:hover {
      background: #f8f9fb; }
    .inpage-menu button.active {
      background: #f8f9fb; }
  .inpage-menu + .sub-page {
    margin-left: 50px; }
    .inpage-menu + .sub-page .commandBar.fixed {
      margin-left: 27px; }

.top-bot-info {
  padding: 6px 0 5px;
  background: #f8f9fb;
  border-bottom: 1px solid #e8effd; }

.top-bot-steps {
  background: #f8f9fb; }

.top-bot-steps:last-child {
  border-bottom: 1px solid #e8effd; }

.top-bot-steps strong {
  background: #e8eaf6;
  padding: 3px;
  margin: 3px;
  border: 1px solid #9fa8da;
  border-radius: 3px; }

.after-confirm-actions {
  display: inline-block;
  border: 1px solid #b4ddb2;
  border-radius: 3px;
  overflow: hidden; }
  .after-confirm-actions button {
    border: 0; }

.fs-10 {
  font-size: 10px; }

.fs-11 {
  font-size: 11px; }

.fs-12 {
  font-size: 12px; }

.fs-13 {
  font-size: 13px; }

.fs-14 {
  font-size: 14px; }

.fs-15 {
  font-size: 15px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.fs-22 {
  font-size: 22px; }

.fs-25 {
  font-size: 25px; }

.fs-30 {
  font-size: 30px; }

.fs-35 {
  font-size: 35px; }

.fs-40 {
  font-size: 40px; }

.fs-45 {
  font-size: 45px; }

.fs-50 {
  font-size: 50px; }

.fs-55 {
  font-size: 55px; }

.pointer {
  cursor: pointer; }

.cap {
  text-transform: capitalize; }

.itl {
  font-style: italic; }

* {
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.row.no-gutter {
  margin-left: 0;
  margin-right: 0; }
  .row.no-gutter .col-xs-1,
  .row.no-gutter .col-sm-1,
  .row.no-gutter .col-md-1,
  .row.no-gutter .col-lg-1,
  .row.no-gutter .col-xs-2,
  .row.no-gutter .col-sm-2,
  .row.no-gutter .col-md-2,
  .row.no-gutter .col-lg-2,
  .row.no-gutter .col-xs-3,
  .row.no-gutter .col-sm-3,
  .row.no-gutter .col-md-3,
  .row.no-gutter .col-lg-3,
  .row.no-gutter .col-xs-4,
  .row.no-gutter .col-sm-4,
  .row.no-gutter .col-md-4,
  .row.no-gutter .col-lg-4,
  .row.no-gutter .col-xs-5,
  .row.no-gutter .col-sm-5,
  .row.no-gutter .col-md-5,
  .row.no-gutter .col-lg-5,
  .row.no-gutter .col-xs-6,
  .row.no-gutter .col-sm-6,
  .row.no-gutter .col-md-6,
  .row.no-gutter .col-lg-6,
  .row.no-gutter .col-xs-7,
  .row.no-gutter .col-sm-7,
  .row.no-gutter .col-md-7,
  .row.no-gutter .col-lg-7,
  .row.no-gutter .col-xs-8,
  .row.no-gutter .col-sm-8,
  .row.no-gutter .col-md-8,
  .row.no-gutter .col-lg-8,
  .row.no-gutter .col-xs-9,
  .row.no-gutter .col-sm-9,
  .row.no-gutter .col-md-9,
  .row.no-gutter .col-lg-9,
  .row.no-gutter .col-xs-10,
  .row.no-gutter .col-sm-10,
  .row.no-gutter .col-md-10,
  .row.no-gutter .col-lg-10,
  .row.no-gutter .col-xs-11,
  .row.no-gutter .col-sm-11,
  .row.no-gutter .col-md-11,
  .row.no-gutter .col-lg-11,
  .row.no-gutter .col-xs-12,
  .row.no-gutter .col-sm-12,
  .row.no-gutter .col-md-12,
  .row.no-gutter .col-lg-12 {
    padding-left: 0;
    padding-right: 0; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.bottom-bounce {
  -webkit-animation: bottombounce 500ms linear both;
  animation: bottombounce 500ms linear both; }

/* Generated with Bounce.js. Edit at https://goo.gl/KP33SG */
@-webkit-keyframes bottombounce {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1000, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1000, 0, 1); }
  3.2% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 583.095, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 583.095, 0, 1); }
  6.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 344.944, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 344.944, 0, 1); }
  9.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 203.57, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 203.57, 0, 1); }
  12.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 119.847, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 119.847, 0, 1); }
  18.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 40.522, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 40.522, 0, 1); }
  25.03% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 13.794, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 13.794, 0, 1); }
  50.05% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.158, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.158, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

@keyframes bottombounce {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1000, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1000, 0, 1); }
  3.2% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 583.095, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 583.095, 0, 1); }
  6.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 344.944, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 344.944, 0, 1); }
  9.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 203.57, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 203.57, 0, 1); }
  12.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 119.847, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 119.847, 0, 1); }
  18.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 40.522, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 40.522, 0, 1); }
  25.03% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 13.794, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 13.794, 0, 1); }
  50.05% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.158, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.158, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

.rotate {
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite; }

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  to {
    transform: rotate(360deg); } }

@media (max-width: 991px) {
  .data-table .commandBar.fixed {
    left: 0 !important;
    width: 100% !important; } }

@media (max-width: 767px) {
  #router-outlet > div {
    padding: 0; }
  .commandBar {
    margin-bottom: -1px; }
  .data-table tr {
    margin-top: 0 !important; }
  .header-component,
  .ms-CommandBar.fixed,
  table.responsive tbody tr {
    border-bottom: 1px solid #f3f3f3; }
  table.responsive tbody tr td:not(.no-label):before {
    background: transparent; }
  .data-table tr {
    position: relative; }
  .data-table .delete-td {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent; }
  .no-data {
    margin: 0; }
  .settings-component {
    padding: 15px !important; }
  html body {
    background: #fff !important; }
  .calendar-component .full-day-col h4 {
    padding: 12px;
    border-bottom: none; }
  .calendar-component .full-day-col .appointment a {
    color: #000; }
  .statist-ics-component .quick label {
    text-align: left !important; }
  .sc-pg .quick .label {
    background: #e3e3e3 !important;
    color: inherit; } }

[dir="rtl"] body {
  direction: rtl;
  text-align: right; }

[dir="rtl"] .home h2 {
  text-align: right; }

[dir="rtl"] .appointments-lnd .appointment-body .delete {
  float: left; }

[dir="rtl"] .editable-list .ms-DetailsRow-cell .el-expander {
  text-align: right; }

[dir="rtl"] .editable-list .ms-DetailsRow-cell .ms-Button {
  float: left; }

[dir="rtl"] .staff-editor .ms-Checkbox-text {
  margin-left: 0;
  margin-right: 2px; }

[dir="rtl"] .menu .ms-Panel-main {
  right: 0;
  left: auto; }

[dir="rtl"] .user-component .ms-Panel-main {
  left: 0;
  right: auto; }

[dir="rtl"] .elc-c .input .input-icon {
  float: left;
  border-right: 1px solid #e3e3e3; }

[dir="rtl"] .calendar-component .filters .ms-Toggle {
  padding: 15px 15px 0 0; }

[dir="rtl"] .ms-DatePicker .ms-TextField-field {
  padding-right: 30px !important; }

[dir="rtl"] .menu-item-tt .ms-Callout-beak {
  right: -5px !important; }

[dir="rtl"] .header-component .right-buttons {
  text-align: left; }

[dir="rtl"] .data-table .ms-CommandBar-secondaryCommand {
  border-left: none;
  border-right: 1px solid #f3f3f3; }

[dir="rtl"] .ms-table thead tr th {
  text-align: right; }

[dir="rtl"] .ms-table th.current .sort-indicators {
  float: left; }

[dir="rtl"] .ms-Persona-details {
  text-align: right; }

[dir="rtl"] .cl-section {
  padding-right: 15px; }
  [dir="rtl"] .cl-section h3.cl-section-title {
    margin-right: -15px;
    margin-left: -15px; }
  [dir="rtl"] .cl-section .chevron {
    float: left;
    position: relative;
    right: 8px; }
  [dir="rtl"] .cl-section .cl-section-title.only-title {
    padding-right: 12px;
    padding-left: 0; }

[dir="rtl"] .ms-Pivot-text {
  margin-right: 5px; }

[dir="rtl"] .atc-c .delete {
  right: auto;
  left: 12px; }

[dir="rtl"] .atc-c.labeled:before {
  margin-right: auto; }

[dir="rtl"] .ant-col-1,
[dir="rtl"] .ant-col-2,
[dir="rtl"] .ant-col-3,
[dir="rtl"] .ant-col-4,
[dir="rtl"] .ant-col-5,
[dir="rtl"] .ant-col-6,
[dir="rtl"] .ant-col-7,
[dir="rtl"] .ant-col-8,
[dir="rtl"] .ant-col-9,
[dir="rtl"] .ant-col-10,
[dir="rtl"] .ant-col-11,
[dir="rtl"] .ant-col-12,
[dir="rtl"] .ant-col-13,
[dir="rtl"] .ant-col-14,
[dir="rtl"] .ant-col-15,
[dir="rtl"] .ant-col-16,
[dir="rtl"] .ant-col-17,
[dir="rtl"] .ant-col-18,
[dir="rtl"] .ant-col-19,
[dir="rtl"] .ant-col-20,
[dir="rtl"] .ant-col-21,
[dir="rtl"] .ant-col-22,
[dir="rtl"] .ant-col-23,
[dir="rtl"] .ant-col-24 {
  float: right; }

@media (min-width: 768px) {
  [dir="rtl"] .ant-col-md-1,
  [dir="rtl"] .ant-col-md-2,
  [dir="rtl"] .ant-col-md-3,
  [dir="rtl"] .ant-col-md-4,
  [dir="rtl"] .ant-col-md-5,
  [dir="rtl"] .ant-col-md-6,
  [dir="rtl"] .ant-col-md-7,
  [dir="rtl"] .ant-col-md-8,
  [dir="rtl"] .ant-col-md-9,
  [dir="rtl"] .ant-col-md-10,
  [dir="rtl"] .ant-col-md-11,
  [dir="rtl"] .ant-col-md-12,
  [dir="rtl"] .ant-col-md-13,
  [dir="rtl"] .ant-col-md-14,
  [dir="rtl"] .ant-col-md-15,
  [dir="rtl"] .ant-col-md-16,
  [dir="rtl"] .ant-col-md-17,
  [dir="rtl"] .ant-col-md-18,
  [dir="rtl"] .ant-col-md-19,
  [dir="rtl"] .ant-col-md-20,
  [dir="rtl"] .ant-col-md-21,
  [dir="rtl"] .ant-col-md-22,
  [dir="rtl"] .ant-col-md-23,
  [dir="rtl"] .ant-col-md-24 {
    float: right; } }

@media (min-width: 992px) {
  [dir="rtl"] .ant-col-lg-1,
  [dir="rtl"] .ant-col-lg-2,
  [dir="rtl"] .ant-col-lg-3,
  [dir="rtl"] .ant-col-lg-4,
  [dir="rtl"] .ant-col-lg-5,
  [dir="rtl"] .ant-col-lg-6,
  [dir="rtl"] .ant-col-lg-7,
  [dir="rtl"] .ant-col-lg-8,
  [dir="rtl"] .ant-col-lg-9,
  [dir="rtl"] .ant-col-lg-10,
  [dir="rtl"] .ant-col-lg-11,
  [dir="rtl"] .ant-col-lg-12,
  [dir="rtl"] .ant-col-lg-13,
  [dir="rtl"] .ant-col-lg-14,
  [dir="rtl"] .ant-col-lg-15,
  [dir="rtl"] .ant-col-lg-16,
  [dir="rtl"] .ant-col-lg-17,
  [dir="rtl"] .ant-col-lg-18,
  [dir="rtl"] .ant-col-lg-19,
  [dir="rtl"] .ant-col-lg-20,
  [dir="rtl"] .ant-col-lg-21,
  [dir="rtl"] .ant-col-lg-22,
  [dir="rtl"] .ant-col-lg-23,
  [dir="rtl"] .ant-col-lg-24 {
    float: right; } }

@media (min-width: 576px) {
  [dir="rtl"] .ant-col-sm-1,
  [dir="rtl"] .ant-col-sm-2,
  [dir="rtl"] .ant-col-sm-3,
  [dir="rtl"] .ant-col-sm-4,
  [dir="rtl"] .ant-col-sm-5,
  [dir="rtl"] .ant-col-sm-6,
  [dir="rtl"] .ant-col-sm-7,
  [dir="rtl"] .ant-col-sm-8,
  [dir="rtl"] .ant-col-sm-9,
  [dir="rtl"] .ant-col-sm-10,
  [dir="rtl"] .ant-col-sm-11,
  [dir="rtl"] .ant-col-sm-12,
  [dir="rtl"] .ant-col-sm-13,
  [dir="rtl"] .ant-col-sm-14,
  [dir="rtl"] .ant-col-sm-15,
  [dir="rtl"] .ant-col-sm-16,
  [dir="rtl"] .ant-col-sm-17,
  [dir="rtl"] .ant-col-sm-18,
  [dir="rtl"] .ant-col-sm-19,
  [dir="rtl"] .ant-col-sm-20,
  [dir="rtl"] .ant-col-sm-21,
  [dir="rtl"] .ant-col-sm-22,
  [dir="rtl"] .ant-col-sm-23,
  [dir="rtl"] .ant-col-sm-24 {
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

[dir="rtl"] .panel-heading .close {
  text-align: left; }

[dir="rtl"] .appointment-input .appendage {
  right: auto;
  left: 0; }

@media (max-width: 767px) {
  [dir="rtl"] .data-table .delete-td {
    right: auto;
    left: 0; } }

@media (min-width: 992px) {
  [dir="rtl"] .icon-list {
    right: 0;
    left: auto;
    margin-left: auto;
    border-left: 1px solid #e8effd;
    border-right: 0; }
  [dir="rtl"] #router-outlet {
    margin-right: 65px;
    margin-left: auto; } }

[dir="rtl"] table.responsive tbody tr td.no-label {
  text-align: right; }

[dir="rtl"] .profile-squared {
  display: flex !important; }

[dir="rtl"] .data-table .delete-td {
  text-align: left; }

[dir="rtl"] .ms-MessageBar-icon {
  margin-right: 16px;
  margin-left: 0; }

[dir="rtl"] .elc-c .ms-DetailsRow-cell .delete {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid #e3e3e3; }

[dir="rtl"] .sc-pg .ms-CommandBar-primaryCommand > div {
  border-left: 1px solid #f4f4f4;
  border-right: none; }

[dir="rtl"] .calendar-component
.day-selector
.day-selector-wrapper
.day-col.weekend:not(:last-child) {
  border-left: 1px solid #e0e0e0;
  padding-left: 13px;
  margin-left: 10px;
  border-right: none;
  padding-right: inherit;
  margin-right: inherit; }

[dir="rtl"] .calendar-component .full-day-col {
  float: right; }

[dir="rtl"] .menu-button button {
  margin-right: -20px;
  border-right: none;
  border-left: 1px solid #e8effd; }

[dir="rtl"] .time-input {
  display: inline-block;
  margin-bottom: 0;
  width: 25%; }
  [dir="rtl"] .time-input:not(.seconds) .ms-TextField-wrapper div {
    border-left: none; }
  [dir="rtl"] .time-input .ms-TextField-wrapper div {
    border-right: 1px solid !important; }
  [dir="rtl"] .time-input:nth-of-type(1) .ms-TextField-fieldGroup {
    border-radius: 2px 0 0 2px; }
  [dir="rtl"] .time-input:nth-of-type(2) .ms-TextField-fieldGroup, [dir="rtl"] .time-input:nth-of-type(3) .ms-TextField-fieldGroup {
    border-radius: 0;
    border-right: 0; }

[dir="rtl"] .appointment-input .appendage {
  border-radius: 2px 0 0 2px; }

[dir="rtl"] .data-table .commandBar.fixed,
[dir="rtl"] .calendar-component .commandBar.fixed {
  right: 66px;
  left: 0; }

[dir="rtl"] .ms-ContextualMenu-linkContent {
  text-align: right; }

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  zoom: 1;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ant-row:before,
.ant-row:after {
  content: "";
  display: table; }

.ant-row:after {
  clear: both; }

.ant-row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.ant-row-flex:before,
.ant-row-flex:after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.ant-row-flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.ant-row-flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ant-row-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.ant-row-flex-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.ant-row-flex-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.ant-row-flex-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.ant-row-flex-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.ant-row-flex-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.ant-col {
  position: relative;
  display: block; }

.ant-col-1, .ant-col-xs-1, .ant-col-sm-1, .ant-col-md-1, .ant-col-lg-1, .ant-col-2, .ant-col-xs-2, .ant-col-sm-2, .ant-col-md-2, .ant-col-lg-2, .ant-col-3, .ant-col-xs-3, .ant-col-sm-3, .ant-col-md-3, .ant-col-lg-3, .ant-col-4, .ant-col-xs-4, .ant-col-sm-4, .ant-col-md-4, .ant-col-lg-4, .ant-col-5, .ant-col-xs-5, .ant-col-sm-5, .ant-col-md-5, .ant-col-lg-5, .ant-col-6, .ant-col-xs-6, .ant-col-sm-6, .ant-col-md-6, .ant-col-lg-6, .ant-col-7, .ant-col-xs-7, .ant-col-sm-7, .ant-col-md-7, .ant-col-lg-7, .ant-col-8, .ant-col-xs-8, .ant-col-sm-8, .ant-col-md-8, .ant-col-lg-8, .ant-col-9, .ant-col-xs-9, .ant-col-sm-9, .ant-col-md-9, .ant-col-lg-9, .ant-col-10, .ant-col-xs-10, .ant-col-sm-10, .ant-col-md-10, .ant-col-lg-10, .ant-col-11, .ant-col-xs-11, .ant-col-sm-11, .ant-col-md-11, .ant-col-lg-11, .ant-col-12, .ant-col-xs-12, .ant-col-sm-12, .ant-col-md-12, .ant-col-lg-12, .ant-col-13, .ant-col-xs-13, .ant-col-sm-13, .ant-col-md-13, .ant-col-lg-13, .ant-col-14, .ant-col-xs-14, .ant-col-sm-14, .ant-col-md-14, .ant-col-lg-14, .ant-col-15, .ant-col-xs-15, .ant-col-sm-15, .ant-col-md-15, .ant-col-lg-15, .ant-col-16, .ant-col-xs-16, .ant-col-sm-16, .ant-col-md-16, .ant-col-lg-16, .ant-col-17, .ant-col-xs-17, .ant-col-sm-17, .ant-col-md-17, .ant-col-lg-17, .ant-col-18, .ant-col-xs-18, .ant-col-sm-18, .ant-col-md-18, .ant-col-lg-18, .ant-col-19, .ant-col-xs-19, .ant-col-sm-19, .ant-col-md-19, .ant-col-lg-19, .ant-col-20, .ant-col-xs-20, .ant-col-sm-20, .ant-col-md-20, .ant-col-lg-20, .ant-col-21, .ant-col-xs-21, .ant-col-sm-21, .ant-col-md-21, .ant-col-lg-21, .ant-col-22, .ant-col-xs-22, .ant-col-sm-22, .ant-col-md-22, .ant-col-lg-22, .ant-col-23, .ant-col-xs-23, .ant-col-sm-23, .ant-col-md-23, .ant-col-lg-23, .ant-col-24, .ant-col-xs-24, .ant-col-sm-24, .ant-col-md-24, .ant-col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }

.ant-col-1, .ant-col-2, .ant-col-3, .ant-col-4, .ant-col-5, .ant-col-6, .ant-col-7, .ant-col-8, .ant-col-9, .ant-col-10, .ant-col-11, .ant-col-12, .ant-col-13, .ant-col-14, .ant-col-15, .ant-col-16, .ant-col-17, .ant-col-18, .ant-col-19, .ant-col-20, .ant-col-21, .ant-col-22, .ant-col-23, .ant-col-24 {
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.ant-col-24 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.ant-col-push-24 {
  left: 100%; }

.ant-col-pull-24 {
  right: 100%; }

.ant-col-offset-24 {
  margin-left: 100%; }

.ant-col-order-24 {
  -webkit-box-ordinal-group: 25;
  -webkit-order: 24;
  -ms-flex-order: 24;
  order: 24; }

.ant-col-23 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95.83333333%; }

.ant-col-push-23 {
  left: 95.83333333%; }

.ant-col-pull-23 {
  right: 95.83333333%; }

.ant-col-offset-23 {
  margin-left: 95.83333333%; }

.ant-col-order-23 {
  -webkit-box-ordinal-group: 24;
  -webkit-order: 23;
  -ms-flex-order: 23;
  order: 23; }

.ant-col-22 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 91.66666667%; }

.ant-col-push-22 {
  left: 91.66666667%; }

.ant-col-pull-22 {
  right: 91.66666667%; }

.ant-col-offset-22 {
  margin-left: 91.66666667%; }

.ant-col-order-22 {
  -webkit-box-ordinal-group: 23;
  -webkit-order: 22;
  -ms-flex-order: 22;
  order: 22; }

.ant-col-21 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 87.5%; }

.ant-col-push-21 {
  left: 87.5%; }

.ant-col-pull-21 {
  right: 87.5%; }

.ant-col-offset-21 {
  margin-left: 87.5%; }

.ant-col-order-21 {
  -webkit-box-ordinal-group: 22;
  -webkit-order: 21;
  -ms-flex-order: 21;
  order: 21; }

.ant-col-20 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333333%; }

.ant-col-push-20 {
  left: 83.33333333%; }

.ant-col-pull-20 {
  right: 83.33333333%; }

.ant-col-offset-20 {
  margin-left: 83.33333333%; }

.ant-col-order-20 {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
  -ms-flex-order: 20;
  order: 20; }

.ant-col-19 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 79.16666667%; }

.ant-col-push-19 {
  left: 79.16666667%; }

.ant-col-pull-19 {
  right: 79.16666667%; }

.ant-col-offset-19 {
  margin-left: 79.16666667%; }

.ant-col-order-19 {
  -webkit-box-ordinal-group: 20;
  -webkit-order: 19;
  -ms-flex-order: 19;
  order: 19; }

.ant-col-18 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%; }

.ant-col-push-18 {
  left: 75%; }

.ant-col-pull-18 {
  right: 75%; }

.ant-col-offset-18 {
  margin-left: 75%; }

.ant-col-order-18 {
  -webkit-box-ordinal-group: 19;
  -webkit-order: 18;
  -ms-flex-order: 18;
  order: 18; }

.ant-col-17 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70.83333333%; }

.ant-col-push-17 {
  left: 70.83333333%; }

.ant-col-pull-17 {
  right: 70.83333333%; }

.ant-col-offset-17 {
  margin-left: 70.83333333%; }

.ant-col-order-17 {
  -webkit-box-ordinal-group: 18;
  -webkit-order: 17;
  -ms-flex-order: 17;
  order: 17; }

.ant-col-16 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66666667%; }

.ant-col-push-16 {
  left: 66.66666667%; }

.ant-col-pull-16 {
  right: 66.66666667%; }

.ant-col-offset-16 {
  margin-left: 66.66666667%; }

.ant-col-order-16 {
  -webkit-box-ordinal-group: 17;
  -webkit-order: 16;
  -ms-flex-order: 16;
  order: 16; }

.ant-col-15 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 62.5%; }

.ant-col-push-15 {
  left: 62.5%; }

.ant-col-pull-15 {
  right: 62.5%; }

.ant-col-offset-15 {
  margin-left: 62.5%; }

.ant-col-order-15 {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15; }

.ant-col-14 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58.33333333%; }

.ant-col-push-14 {
  left: 58.33333333%; }

.ant-col-pull-14 {
  right: 58.33333333%; }

.ant-col-offset-14 {
  margin-left: 58.33333333%; }

.ant-col-order-14 {
  -webkit-box-ordinal-group: 15;
  -webkit-order: 14;
  -ms-flex-order: 14;
  order: 14; }

.ant-col-13 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 54.16666667%; }

.ant-col-push-13 {
  left: 54.16666667%; }

.ant-col-pull-13 {
  right: 54.16666667%; }

.ant-col-offset-13 {
  margin-left: 54.16666667%; }

.ant-col-order-13 {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13; }

.ant-col-12 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%; }

.ant-col-push-12 {
  left: 50%; }

.ant-col-pull-12 {
  right: 50%; }

.ant-col-offset-12 {
  margin-left: 50%; }

.ant-col-order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12; }

.ant-col-11 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45.83333333%; }

.ant-col-push-11 {
  left: 45.83333333%; }

.ant-col-pull-11 {
  right: 45.83333333%; }

.ant-col-offset-11 {
  margin-left: 45.83333333%; }

.ant-col-order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11; }

.ant-col-10 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66666667%; }

.ant-col-push-10 {
  left: 41.66666667%; }

.ant-col-pull-10 {
  right: 41.66666667%; }

.ant-col-offset-10 {
  margin-left: 41.66666667%; }

.ant-col-order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10; }

.ant-col-9 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 37.5%; }

.ant-col-push-9 {
  left: 37.5%; }

.ant-col-pull-9 {
  right: 37.5%; }

.ant-col-offset-9 {
  margin-left: 37.5%; }

.ant-col-order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9; }

.ant-col-8 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%; }

.ant-col-push-8 {
  left: 33.33333333%; }

.ant-col-pull-8 {
  right: 33.33333333%; }

.ant-col-offset-8 {
  margin-left: 33.33333333%; }

.ant-col-order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8; }

.ant-col-7 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 29.16666667%; }

.ant-col-push-7 {
  left: 29.16666667%; }

.ant-col-pull-7 {
  right: 29.16666667%; }

.ant-col-offset-7 {
  margin-left: 29.16666667%; }

.ant-col-order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7; }

.ant-col-6 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%; }

.ant-col-push-6 {
  left: 25%; }

.ant-col-pull-6 {
  right: 25%; }

.ant-col-offset-6 {
  margin-left: 25%; }

.ant-col-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.ant-col-5 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20.83333333%; }

.ant-col-push-5 {
  left: 20.83333333%; }

.ant-col-pull-5 {
  right: 20.83333333%; }

.ant-col-offset-5 {
  margin-left: 20.83333333%; }

.ant-col-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.ant-col-4 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66666667%; }

.ant-col-push-4 {
  left: 16.66666667%; }

.ant-col-pull-4 {
  right: 16.66666667%; }

.ant-col-offset-4 {
  margin-left: 16.66666667%; }

.ant-col-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.ant-col-3 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12.5%; }

.ant-col-push-3 {
  left: 12.5%; }

.ant-col-pull-3 {
  right: 12.5%; }

.ant-col-offset-3 {
  margin-left: 12.5%; }

.ant-col-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.ant-col-2 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8.33333333%; }

.ant-col-push-2 {
  left: 8.33333333%; }

.ant-col-pull-2 {
  right: 8.33333333%; }

.ant-col-offset-2 {
  margin-left: 8.33333333%; }

.ant-col-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.ant-col-1 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4.16666667%; }

.ant-col-push-1 {
  left: 4.16666667%; }

.ant-col-pull-1 {
  right: 4.16666667%; }

.ant-col-offset-1 {
  margin-left: 4.16666667%; }

.ant-col-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.ant-col-0 {
  display: none; }

.ant-col-push-0 {
  left: auto; }

.ant-col-pull-0 {
  right: auto; }

.ant-col-push-0 {
  left: auto; }

.ant-col-pull-0 {
  right: auto; }

.ant-col-offset-0 {
  margin-left: 0; }

.ant-col-order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

.ant-col-xs-1, .ant-col-xs-2, .ant-col-xs-3, .ant-col-xs-4, .ant-col-xs-5, .ant-col-xs-6, .ant-col-xs-7, .ant-col-xs-8, .ant-col-xs-9, .ant-col-xs-10, .ant-col-xs-11, .ant-col-xs-12, .ant-col-xs-13, .ant-col-xs-14, .ant-col-xs-15, .ant-col-xs-16, .ant-col-xs-17, .ant-col-xs-18, .ant-col-xs-19, .ant-col-xs-20, .ant-col-xs-21, .ant-col-xs-22, .ant-col-xs-23, .ant-col-xs-24 {
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.ant-col-xs-24 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.ant-col-xs-push-24 {
  left: 100%; }

.ant-col-xs-pull-24 {
  right: 100%; }

.ant-col-xs-offset-24 {
  margin-left: 100%; }

.ant-col-xs-order-24 {
  -webkit-box-ordinal-group: 25;
  -webkit-order: 24;
  -ms-flex-order: 24;
  order: 24; }

.ant-col-xs-23 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95.83333333%; }

.ant-col-xs-push-23 {
  left: 95.83333333%; }

.ant-col-xs-pull-23 {
  right: 95.83333333%; }

.ant-col-xs-offset-23 {
  margin-left: 95.83333333%; }

.ant-col-xs-order-23 {
  -webkit-box-ordinal-group: 24;
  -webkit-order: 23;
  -ms-flex-order: 23;
  order: 23; }

.ant-col-xs-22 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 91.66666667%; }

.ant-col-xs-push-22 {
  left: 91.66666667%; }

.ant-col-xs-pull-22 {
  right: 91.66666667%; }

.ant-col-xs-offset-22 {
  margin-left: 91.66666667%; }

.ant-col-xs-order-22 {
  -webkit-box-ordinal-group: 23;
  -webkit-order: 22;
  -ms-flex-order: 22;
  order: 22; }

.ant-col-xs-21 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 87.5%; }

.ant-col-xs-push-21 {
  left: 87.5%; }

.ant-col-xs-pull-21 {
  right: 87.5%; }

.ant-col-xs-offset-21 {
  margin-left: 87.5%; }

.ant-col-xs-order-21 {
  -webkit-box-ordinal-group: 22;
  -webkit-order: 21;
  -ms-flex-order: 21;
  order: 21; }

.ant-col-xs-20 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333333%; }

.ant-col-xs-push-20 {
  left: 83.33333333%; }

.ant-col-xs-pull-20 {
  right: 83.33333333%; }

.ant-col-xs-offset-20 {
  margin-left: 83.33333333%; }

.ant-col-xs-order-20 {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
  -ms-flex-order: 20;
  order: 20; }

.ant-col-xs-19 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 79.16666667%; }

.ant-col-xs-push-19 {
  left: 79.16666667%; }

.ant-col-xs-pull-19 {
  right: 79.16666667%; }

.ant-col-xs-offset-19 {
  margin-left: 79.16666667%; }

.ant-col-xs-order-19 {
  -webkit-box-ordinal-group: 20;
  -webkit-order: 19;
  -ms-flex-order: 19;
  order: 19; }

.ant-col-xs-18 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%; }

.ant-col-xs-push-18 {
  left: 75%; }

.ant-col-xs-pull-18 {
  right: 75%; }

.ant-col-xs-offset-18 {
  margin-left: 75%; }

.ant-col-xs-order-18 {
  -webkit-box-ordinal-group: 19;
  -webkit-order: 18;
  -ms-flex-order: 18;
  order: 18; }

.ant-col-xs-17 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70.83333333%; }

.ant-col-xs-push-17 {
  left: 70.83333333%; }

.ant-col-xs-pull-17 {
  right: 70.83333333%; }

.ant-col-xs-offset-17 {
  margin-left: 70.83333333%; }

.ant-col-xs-order-17 {
  -webkit-box-ordinal-group: 18;
  -webkit-order: 17;
  -ms-flex-order: 17;
  order: 17; }

.ant-col-xs-16 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66666667%; }

.ant-col-xs-push-16 {
  left: 66.66666667%; }

.ant-col-xs-pull-16 {
  right: 66.66666667%; }

.ant-col-xs-offset-16 {
  margin-left: 66.66666667%; }

.ant-col-xs-order-16 {
  -webkit-box-ordinal-group: 17;
  -webkit-order: 16;
  -ms-flex-order: 16;
  order: 16; }

.ant-col-xs-15 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 62.5%; }

.ant-col-xs-push-15 {
  left: 62.5%; }

.ant-col-xs-pull-15 {
  right: 62.5%; }

.ant-col-xs-offset-15 {
  margin-left: 62.5%; }

.ant-col-xs-order-15 {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15; }

.ant-col-xs-14 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58.33333333%; }

.ant-col-xs-push-14 {
  left: 58.33333333%; }

.ant-col-xs-pull-14 {
  right: 58.33333333%; }

.ant-col-xs-offset-14 {
  margin-left: 58.33333333%; }

.ant-col-xs-order-14 {
  -webkit-box-ordinal-group: 15;
  -webkit-order: 14;
  -ms-flex-order: 14;
  order: 14; }

.ant-col-xs-13 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 54.16666667%; }

.ant-col-xs-push-13 {
  left: 54.16666667%; }

.ant-col-xs-pull-13 {
  right: 54.16666667%; }

.ant-col-xs-offset-13 {
  margin-left: 54.16666667%; }

.ant-col-xs-order-13 {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13; }

.ant-col-xs-12 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%; }

.ant-col-xs-push-12 {
  left: 50%; }

.ant-col-xs-pull-12 {
  right: 50%; }

.ant-col-xs-offset-12 {
  margin-left: 50%; }

.ant-col-xs-order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12; }

.ant-col-xs-11 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45.83333333%; }

.ant-col-xs-push-11 {
  left: 45.83333333%; }

.ant-col-xs-pull-11 {
  right: 45.83333333%; }

.ant-col-xs-offset-11 {
  margin-left: 45.83333333%; }

.ant-col-xs-order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11; }

.ant-col-xs-10 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66666667%; }

.ant-col-xs-push-10 {
  left: 41.66666667%; }

.ant-col-xs-pull-10 {
  right: 41.66666667%; }

.ant-col-xs-offset-10 {
  margin-left: 41.66666667%; }

.ant-col-xs-order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10; }

.ant-col-xs-9 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 37.5%; }

.ant-col-xs-push-9 {
  left: 37.5%; }

.ant-col-xs-pull-9 {
  right: 37.5%; }

.ant-col-xs-offset-9 {
  margin-left: 37.5%; }

.ant-col-xs-order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9; }

.ant-col-xs-8 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%; }

.ant-col-xs-push-8 {
  left: 33.33333333%; }

.ant-col-xs-pull-8 {
  right: 33.33333333%; }

.ant-col-xs-offset-8 {
  margin-left: 33.33333333%; }

.ant-col-xs-order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8; }

.ant-col-xs-7 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 29.16666667%; }

.ant-col-xs-push-7 {
  left: 29.16666667%; }

.ant-col-xs-pull-7 {
  right: 29.16666667%; }

.ant-col-xs-offset-7 {
  margin-left: 29.16666667%; }

.ant-col-xs-order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7; }

.ant-col-xs-6 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%; }

.ant-col-xs-push-6 {
  left: 25%; }

.ant-col-xs-pull-6 {
  right: 25%; }

.ant-col-xs-offset-6 {
  margin-left: 25%; }

.ant-col-xs-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.ant-col-xs-5 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20.83333333%; }

.ant-col-xs-push-5 {
  left: 20.83333333%; }

.ant-col-xs-pull-5 {
  right: 20.83333333%; }

.ant-col-xs-offset-5 {
  margin-left: 20.83333333%; }

.ant-col-xs-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.ant-col-xs-4 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66666667%; }

.ant-col-xs-push-4 {
  left: 16.66666667%; }

.ant-col-xs-pull-4 {
  right: 16.66666667%; }

.ant-col-xs-offset-4 {
  margin-left: 16.66666667%; }

.ant-col-xs-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.ant-col-xs-3 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12.5%; }

.ant-col-xs-push-3 {
  left: 12.5%; }

.ant-col-xs-pull-3 {
  right: 12.5%; }

.ant-col-xs-offset-3 {
  margin-left: 12.5%; }

.ant-col-xs-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.ant-col-xs-2 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8.33333333%; }

.ant-col-xs-push-2 {
  left: 8.33333333%; }

.ant-col-xs-pull-2 {
  right: 8.33333333%; }

.ant-col-xs-offset-2 {
  margin-left: 8.33333333%; }

.ant-col-xs-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.ant-col-xs-1 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4.16666667%; }

.ant-col-xs-push-1 {
  left: 4.16666667%; }

.ant-col-xs-pull-1 {
  right: 4.16666667%; }

.ant-col-xs-offset-1 {
  margin-left: 4.16666667%; }

.ant-col-xs-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.ant-col-xs-0 {
  display: none; }

.ant-col-push-0 {
  left: auto; }

.ant-col-pull-0 {
  right: auto; }

.ant-col-xs-push-0 {
  left: auto; }

.ant-col-xs-pull-0 {
  right: auto; }

.ant-col-xs-offset-0 {
  margin-left: 0; }

.ant-col-xs-order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

@media (min-width: 576px) {
  .ant-col-sm-1, .ant-col-sm-2, .ant-col-sm-3, .ant-col-sm-4, .ant-col-sm-5, .ant-col-sm-6, .ant-col-sm-7, .ant-col-sm-8, .ant-col-sm-9, .ant-col-sm-10, .ant-col-sm-11, .ant-col-sm-12, .ant-col-sm-13, .ant-col-sm-14, .ant-col-sm-15, .ant-col-sm-16, .ant-col-sm-17, .ant-col-sm-18, .ant-col-sm-19, .ant-col-sm-20, .ant-col-sm-21, .ant-col-sm-22, .ant-col-sm-23, .ant-col-sm-24 {
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .ant-col-sm-24 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
  .ant-col-sm-push-24 {
    left: 100%; }
  .ant-col-sm-pull-24 {
    right: 100%; }
  .ant-col-sm-offset-24 {
    margin-left: 100%; }
  .ant-col-sm-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24; }
  .ant-col-sm-23 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95.83333333%; }
  .ant-col-sm-push-23 {
    left: 95.83333333%; }
  .ant-col-sm-pull-23 {
    right: 95.83333333%; }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%; }
  .ant-col-sm-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23; }
  .ant-col-sm-22 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%; }
  .ant-col-sm-push-22 {
    left: 91.66666667%; }
  .ant-col-sm-pull-22 {
    right: 91.66666667%; }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%; }
  .ant-col-sm-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22; }
  .ant-col-sm-21 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%; }
  .ant-col-sm-push-21 {
    left: 87.5%; }
  .ant-col-sm-pull-21 {
    right: 87.5%; }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%; }
  .ant-col-sm-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21; }
  .ant-col-sm-20 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%; }
  .ant-col-sm-push-20 {
    left: 83.33333333%; }
  .ant-col-sm-pull-20 {
    right: 83.33333333%; }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%; }
  .ant-col-sm-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20; }
  .ant-col-sm-19 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.16666667%; }
  .ant-col-sm-push-19 {
    left: 79.16666667%; }
  .ant-col-sm-pull-19 {
    right: 79.16666667%; }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%; }
  .ant-col-sm-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .ant-col-sm-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%; }
  .ant-col-sm-push-18 {
    left: 75%; }
  .ant-col-sm-pull-18 {
    right: 75%; }
  .ant-col-sm-offset-18 {
    margin-left: 75%; }
  .ant-col-sm-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .ant-col-sm-17 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70.83333333%; }
  .ant-col-sm-push-17 {
    left: 70.83333333%; }
  .ant-col-sm-pull-17 {
    right: 70.83333333%; }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%; }
  .ant-col-sm-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .ant-col-sm-16 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%; }
  .ant-col-sm-push-16 {
    left: 66.66666667%; }
  .ant-col-sm-pull-16 {
    right: 66.66666667%; }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%; }
  .ant-col-sm-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .ant-col-sm-15 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%; }
  .ant-col-sm-push-15 {
    left: 62.5%; }
  .ant-col-sm-pull-15 {
    right: 62.5%; }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%; }
  .ant-col-sm-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .ant-col-sm-14 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%; }
  .ant-col-sm-push-14 {
    left: 58.33333333%; }
  .ant-col-sm-pull-14 {
    right: 58.33333333%; }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%; }
  .ant-col-sm-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .ant-col-sm-13 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.16666667%; }
  .ant-col-sm-push-13 {
    left: 54.16666667%; }
  .ant-col-sm-pull-13 {
    right: 54.16666667%; }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%; }
  .ant-col-sm-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .ant-col-sm-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; }
  .ant-col-sm-push-12 {
    left: 50%; }
  .ant-col-sm-pull-12 {
    right: 50%; }
  .ant-col-sm-offset-12 {
    margin-left: 50%; }
  .ant-col-sm-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .ant-col-sm-11 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45.83333333%; }
  .ant-col-sm-push-11 {
    left: 45.83333333%; }
  .ant-col-sm-pull-11 {
    right: 45.83333333%; }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%; }
  .ant-col-sm-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .ant-col-sm-10 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%; }
  .ant-col-sm-push-10 {
    left: 41.66666667%; }
  .ant-col-sm-pull-10 {
    right: 41.66666667%; }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%; }
  .ant-col-sm-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .ant-col-sm-9 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%; }
  .ant-col-sm-push-9 {
    left: 37.5%; }
  .ant-col-sm-pull-9 {
    right: 37.5%; }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%; }
  .ant-col-sm-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .ant-col-sm-8 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%; }
  .ant-col-sm-push-8 {
    left: 33.33333333%; }
  .ant-col-sm-pull-8 {
    right: 33.33333333%; }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%; }
  .ant-col-sm-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .ant-col-sm-7 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.16666667%; }
  .ant-col-sm-push-7 {
    left: 29.16666667%; }
  .ant-col-sm-pull-7 {
    right: 29.16666667%; }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%; }
  .ant-col-sm-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .ant-col-sm-6 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%; }
  .ant-col-sm-push-6 {
    left: 25%; }
  .ant-col-sm-pull-6 {
    right: 25%; }
  .ant-col-sm-offset-6 {
    margin-left: 25%; }
  .ant-col-sm-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .ant-col-sm-5 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333333%; }
  .ant-col-sm-push-5 {
    left: 20.83333333%; }
  .ant-col-sm-pull-5 {
    right: 20.83333333%; }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%; }
  .ant-col-sm-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .ant-col-sm-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%; }
  .ant-col-sm-push-4 {
    left: 16.66666667%; }
  .ant-col-sm-pull-4 {
    right: 16.66666667%; }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%; }
  .ant-col-sm-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .ant-col-sm-3 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%; }
  .ant-col-sm-push-3 {
    left: 12.5%; }
  .ant-col-sm-pull-3 {
    right: 12.5%; }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%; }
  .ant-col-sm-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .ant-col-sm-2 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%; }
  .ant-col-sm-push-2 {
    left: 8.33333333%; }
  .ant-col-sm-pull-2 {
    right: 8.33333333%; }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%; }
  .ant-col-sm-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .ant-col-sm-1 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.16666667%; }
  .ant-col-sm-push-1 {
    left: 4.16666667%; }
  .ant-col-sm-pull-1 {
    right: 4.16666667%; }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%; }
  .ant-col-sm-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .ant-col-sm-0 {
    display: none; }
  .ant-col-push-0 {
    left: auto; }
  .ant-col-pull-0 {
    right: auto; }
  .ant-col-sm-push-0 {
    left: auto; }
  .ant-col-sm-pull-0 {
    right: auto; }
  .ant-col-sm-offset-0 {
    margin-left: 0; }
  .ant-col-sm-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; } }

@media (min-width: 768px) {
  .ant-col-md-1, .ant-col-md-2, .ant-col-md-3, .ant-col-md-4, .ant-col-md-5, .ant-col-md-6, .ant-col-md-7, .ant-col-md-8, .ant-col-md-9, .ant-col-md-10, .ant-col-md-11, .ant-col-md-12, .ant-col-md-13, .ant-col-md-14, .ant-col-md-15, .ant-col-md-16, .ant-col-md-17, .ant-col-md-18, .ant-col-md-19, .ant-col-md-20, .ant-col-md-21, .ant-col-md-22, .ant-col-md-23, .ant-col-md-24 {
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .ant-col-md-24 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
  .ant-col-md-push-24 {
    left: 100%; }
  .ant-col-md-pull-24 {
    right: 100%; }
  .ant-col-md-offset-24 {
    margin-left: 100%; }
  .ant-col-md-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24; }
  .ant-col-md-23 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95.83333333%; }
  .ant-col-md-push-23 {
    left: 95.83333333%; }
  .ant-col-md-pull-23 {
    right: 95.83333333%; }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%; }
  .ant-col-md-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23; }
  .ant-col-md-22 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%; }
  .ant-col-md-push-22 {
    left: 91.66666667%; }
  .ant-col-md-pull-22 {
    right: 91.66666667%; }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%; }
  .ant-col-md-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22; }
  .ant-col-md-21 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%; }
  .ant-col-md-push-21 {
    left: 87.5%; }
  .ant-col-md-pull-21 {
    right: 87.5%; }
  .ant-col-md-offset-21 {
    margin-left: 87.5%; }
  .ant-col-md-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21; }
  .ant-col-md-20 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%; }
  .ant-col-md-push-20 {
    left: 83.33333333%; }
  .ant-col-md-pull-20 {
    right: 83.33333333%; }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%; }
  .ant-col-md-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20; }
  .ant-col-md-19 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.16666667%; }
  .ant-col-md-push-19 {
    left: 79.16666667%; }
  .ant-col-md-pull-19 {
    right: 79.16666667%; }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%; }
  .ant-col-md-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .ant-col-md-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%; }
  .ant-col-md-push-18 {
    left: 75%; }
  .ant-col-md-pull-18 {
    right: 75%; }
  .ant-col-md-offset-18 {
    margin-left: 75%; }
  .ant-col-md-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .ant-col-md-17 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70.83333333%; }
  .ant-col-md-push-17 {
    left: 70.83333333%; }
  .ant-col-md-pull-17 {
    right: 70.83333333%; }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%; }
  .ant-col-md-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .ant-col-md-16 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%; }
  .ant-col-md-push-16 {
    left: 66.66666667%; }
  .ant-col-md-pull-16 {
    right: 66.66666667%; }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%; }
  .ant-col-md-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .ant-col-md-15 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%; }
  .ant-col-md-push-15 {
    left: 62.5%; }
  .ant-col-md-pull-15 {
    right: 62.5%; }
  .ant-col-md-offset-15 {
    margin-left: 62.5%; }
  .ant-col-md-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .ant-col-md-14 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%; }
  .ant-col-md-push-14 {
    left: 58.33333333%; }
  .ant-col-md-pull-14 {
    right: 58.33333333%; }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%; }
  .ant-col-md-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .ant-col-md-13 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.16666667%; }
  .ant-col-md-push-13 {
    left: 54.16666667%; }
  .ant-col-md-pull-13 {
    right: 54.16666667%; }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%; }
  .ant-col-md-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .ant-col-md-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; }
  .ant-col-md-push-12 {
    left: 50%; }
  .ant-col-md-pull-12 {
    right: 50%; }
  .ant-col-md-offset-12 {
    margin-left: 50%; }
  .ant-col-md-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .ant-col-md-11 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45.83333333%; }
  .ant-col-md-push-11 {
    left: 45.83333333%; }
  .ant-col-md-pull-11 {
    right: 45.83333333%; }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%; }
  .ant-col-md-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .ant-col-md-10 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%; }
  .ant-col-md-push-10 {
    left: 41.66666667%; }
  .ant-col-md-pull-10 {
    right: 41.66666667%; }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%; }
  .ant-col-md-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .ant-col-md-9 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%; }
  .ant-col-md-push-9 {
    left: 37.5%; }
  .ant-col-md-pull-9 {
    right: 37.5%; }
  .ant-col-md-offset-9 {
    margin-left: 37.5%; }
  .ant-col-md-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .ant-col-md-8 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%; }
  .ant-col-md-push-8 {
    left: 33.33333333%; }
  .ant-col-md-pull-8 {
    right: 33.33333333%; }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%; }
  .ant-col-md-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .ant-col-md-7 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.16666667%; }
  .ant-col-md-push-7 {
    left: 29.16666667%; }
  .ant-col-md-pull-7 {
    right: 29.16666667%; }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%; }
  .ant-col-md-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .ant-col-md-6 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%; }
  .ant-col-md-push-6 {
    left: 25%; }
  .ant-col-md-pull-6 {
    right: 25%; }
  .ant-col-md-offset-6 {
    margin-left: 25%; }
  .ant-col-md-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .ant-col-md-5 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333333%; }
  .ant-col-md-push-5 {
    left: 20.83333333%; }
  .ant-col-md-pull-5 {
    right: 20.83333333%; }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%; }
  .ant-col-md-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .ant-col-md-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%; }
  .ant-col-md-push-4 {
    left: 16.66666667%; }
  .ant-col-md-pull-4 {
    right: 16.66666667%; }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%; }
  .ant-col-md-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .ant-col-md-3 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%; }
  .ant-col-md-push-3 {
    left: 12.5%; }
  .ant-col-md-pull-3 {
    right: 12.5%; }
  .ant-col-md-offset-3 {
    margin-left: 12.5%; }
  .ant-col-md-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .ant-col-md-2 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%; }
  .ant-col-md-push-2 {
    left: 8.33333333%; }
  .ant-col-md-pull-2 {
    right: 8.33333333%; }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%; }
  .ant-col-md-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .ant-col-md-1 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.16666667%; }
  .ant-col-md-push-1 {
    left: 4.16666667%; }
  .ant-col-md-pull-1 {
    right: 4.16666667%; }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%; }
  .ant-col-md-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .ant-col-md-0 {
    display: none; }
  .ant-col-push-0 {
    left: auto; }
  .ant-col-pull-0 {
    right: auto; }
  .ant-col-md-push-0 {
    left: auto; }
  .ant-col-md-pull-0 {
    right: auto; }
  .ant-col-md-offset-0 {
    margin-left: 0; }
  .ant-col-md-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; } }

@media (min-width: 992px) {
  .ant-col-lg-1, .ant-col-lg-2, .ant-col-lg-3, .ant-col-lg-4, .ant-col-lg-5, .ant-col-lg-6, .ant-col-lg-7, .ant-col-lg-8, .ant-col-lg-9, .ant-col-lg-10, .ant-col-lg-11, .ant-col-lg-12, .ant-col-lg-13, .ant-col-lg-14, .ant-col-lg-15, .ant-col-lg-16, .ant-col-lg-17, .ant-col-lg-18, .ant-col-lg-19, .ant-col-lg-20, .ant-col-lg-21, .ant-col-lg-22, .ant-col-lg-23, .ant-col-lg-24 {
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .ant-col-lg-24 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
  .ant-col-lg-push-24 {
    left: 100%; }
  .ant-col-lg-pull-24 {
    right: 100%; }
  .ant-col-lg-offset-24 {
    margin-left: 100%; }
  .ant-col-lg-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24; }
  .ant-col-lg-23 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95.83333333%; }
  .ant-col-lg-push-23 {
    left: 95.83333333%; }
  .ant-col-lg-pull-23 {
    right: 95.83333333%; }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%; }
  .ant-col-lg-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23; }
  .ant-col-lg-22 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%; }
  .ant-col-lg-push-22 {
    left: 91.66666667%; }
  .ant-col-lg-pull-22 {
    right: 91.66666667%; }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%; }
  .ant-col-lg-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22; }
  .ant-col-lg-21 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%; }
  .ant-col-lg-push-21 {
    left: 87.5%; }
  .ant-col-lg-pull-21 {
    right: 87.5%; }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%; }
  .ant-col-lg-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21; }
  .ant-col-lg-20 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%; }
  .ant-col-lg-push-20 {
    left: 83.33333333%; }
  .ant-col-lg-pull-20 {
    right: 83.33333333%; }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%; }
  .ant-col-lg-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20; }
  .ant-col-lg-19 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.16666667%; }
  .ant-col-lg-push-19 {
    left: 79.16666667%; }
  .ant-col-lg-pull-19 {
    right: 79.16666667%; }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%; }
  .ant-col-lg-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .ant-col-lg-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%; }
  .ant-col-lg-push-18 {
    left: 75%; }
  .ant-col-lg-pull-18 {
    right: 75%; }
  .ant-col-lg-offset-18 {
    margin-left: 75%; }
  .ant-col-lg-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .ant-col-lg-17 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70.83333333%; }
  .ant-col-lg-push-17 {
    left: 70.83333333%; }
  .ant-col-lg-pull-17 {
    right: 70.83333333%; }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%; }
  .ant-col-lg-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .ant-col-lg-16 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%; }
  .ant-col-lg-push-16 {
    left: 66.66666667%; }
  .ant-col-lg-pull-16 {
    right: 66.66666667%; }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%; }
  .ant-col-lg-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .ant-col-lg-15 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%; }
  .ant-col-lg-push-15 {
    left: 62.5%; }
  .ant-col-lg-pull-15 {
    right: 62.5%; }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%; }
  .ant-col-lg-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .ant-col-lg-14 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%; }
  .ant-col-lg-push-14 {
    left: 58.33333333%; }
  .ant-col-lg-pull-14 {
    right: 58.33333333%; }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%; }
  .ant-col-lg-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .ant-col-lg-13 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.16666667%; }
  .ant-col-lg-push-13 {
    left: 54.16666667%; }
  .ant-col-lg-pull-13 {
    right: 54.16666667%; }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%; }
  .ant-col-lg-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .ant-col-lg-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; }
  .ant-col-lg-push-12 {
    left: 50%; }
  .ant-col-lg-pull-12 {
    right: 50%; }
  .ant-col-lg-offset-12 {
    margin-left: 50%; }
  .ant-col-lg-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .ant-col-lg-11 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45.83333333%; }
  .ant-col-lg-push-11 {
    left: 45.83333333%; }
  .ant-col-lg-pull-11 {
    right: 45.83333333%; }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%; }
  .ant-col-lg-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .ant-col-lg-10 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%; }
  .ant-col-lg-push-10 {
    left: 41.66666667%; }
  .ant-col-lg-pull-10 {
    right: 41.66666667%; }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%; }
  .ant-col-lg-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .ant-col-lg-9 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%; }
  .ant-col-lg-push-9 {
    left: 37.5%; }
  .ant-col-lg-pull-9 {
    right: 37.5%; }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%; }
  .ant-col-lg-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .ant-col-lg-8 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%; }
  .ant-col-lg-push-8 {
    left: 33.33333333%; }
  .ant-col-lg-pull-8 {
    right: 33.33333333%; }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%; }
  .ant-col-lg-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .ant-col-lg-7 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.16666667%; }
  .ant-col-lg-push-7 {
    left: 29.16666667%; }
  .ant-col-lg-pull-7 {
    right: 29.16666667%; }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%; }
  .ant-col-lg-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .ant-col-lg-6 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%; }
  .ant-col-lg-push-6 {
    left: 25%; }
  .ant-col-lg-pull-6 {
    right: 25%; }
  .ant-col-lg-offset-6 {
    margin-left: 25%; }
  .ant-col-lg-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .ant-col-lg-5 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333333%; }
  .ant-col-lg-push-5 {
    left: 20.83333333%; }
  .ant-col-lg-pull-5 {
    right: 20.83333333%; }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%; }
  .ant-col-lg-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .ant-col-lg-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%; }
  .ant-col-lg-push-4 {
    left: 16.66666667%; }
  .ant-col-lg-pull-4 {
    right: 16.66666667%; }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%; }
  .ant-col-lg-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .ant-col-lg-3 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%; }
  .ant-col-lg-push-3 {
    left: 12.5%; }
  .ant-col-lg-pull-3 {
    right: 12.5%; }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%; }
  .ant-col-lg-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .ant-col-lg-2 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%; }
  .ant-col-lg-push-2 {
    left: 8.33333333%; }
  .ant-col-lg-pull-2 {
    right: 8.33333333%; }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%; }
  .ant-col-lg-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .ant-col-lg-1 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.16666667%; }
  .ant-col-lg-push-1 {
    left: 4.16666667%; }
  .ant-col-lg-pull-1 {
    right: 4.16666667%; }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%; }
  .ant-col-lg-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .ant-col-lg-0 {
    display: none; }
  .ant-col-push-0 {
    left: auto; }
  .ant-col-pull-0 {
    right: auto; }
  .ant-col-lg-push-0 {
    left: auto; }
  .ant-col-lg-pull-0 {
    right: auto; }
  .ant-col-lg-offset-0 {
    margin-left: 0; }
  .ant-col-lg-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; } }

@media (min-width: 1200px) {
  .ant-col-xl-1, .ant-col-xl-2, .ant-col-xl-3, .ant-col-xl-4, .ant-col-xl-5, .ant-col-xl-6, .ant-col-xl-7, .ant-col-xl-8, .ant-col-xl-9, .ant-col-xl-10, .ant-col-xl-11, .ant-col-xl-12, .ant-col-xl-13, .ant-col-xl-14, .ant-col-xl-15, .ant-col-xl-16, .ant-col-xl-17, .ant-col-xl-18, .ant-col-xl-19, .ant-col-xl-20, .ant-col-xl-21, .ant-col-xl-22, .ant-col-xl-23, .ant-col-xl-24 {
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .ant-col-xl-24 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
  .ant-col-xl-push-24 {
    left: 100%; }
  .ant-col-xl-pull-24 {
    right: 100%; }
  .ant-col-xl-offset-24 {
    margin-left: 100%; }
  .ant-col-xl-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24; }
  .ant-col-xl-23 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95.83333333%; }
  .ant-col-xl-push-23 {
    left: 95.83333333%; }
  .ant-col-xl-pull-23 {
    right: 95.83333333%; }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%; }
  .ant-col-xl-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23; }
  .ant-col-xl-22 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%; }
  .ant-col-xl-push-22 {
    left: 91.66666667%; }
  .ant-col-xl-pull-22 {
    right: 91.66666667%; }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%; }
  .ant-col-xl-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22; }
  .ant-col-xl-21 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%; }
  .ant-col-xl-push-21 {
    left: 87.5%; }
  .ant-col-xl-pull-21 {
    right: 87.5%; }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%; }
  .ant-col-xl-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21; }
  .ant-col-xl-20 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%; }
  .ant-col-xl-push-20 {
    left: 83.33333333%; }
  .ant-col-xl-pull-20 {
    right: 83.33333333%; }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%; }
  .ant-col-xl-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20; }
  .ant-col-xl-19 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.16666667%; }
  .ant-col-xl-push-19 {
    left: 79.16666667%; }
  .ant-col-xl-pull-19 {
    right: 79.16666667%; }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%; }
  .ant-col-xl-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .ant-col-xl-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%; }
  .ant-col-xl-push-18 {
    left: 75%; }
  .ant-col-xl-pull-18 {
    right: 75%; }
  .ant-col-xl-offset-18 {
    margin-left: 75%; }
  .ant-col-xl-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .ant-col-xl-17 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70.83333333%; }
  .ant-col-xl-push-17 {
    left: 70.83333333%; }
  .ant-col-xl-pull-17 {
    right: 70.83333333%; }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%; }
  .ant-col-xl-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .ant-col-xl-16 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%; }
  .ant-col-xl-push-16 {
    left: 66.66666667%; }
  .ant-col-xl-pull-16 {
    right: 66.66666667%; }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%; }
  .ant-col-xl-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .ant-col-xl-15 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%; }
  .ant-col-xl-push-15 {
    left: 62.5%; }
  .ant-col-xl-pull-15 {
    right: 62.5%; }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%; }
  .ant-col-xl-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .ant-col-xl-14 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%; }
  .ant-col-xl-push-14 {
    left: 58.33333333%; }
  .ant-col-xl-pull-14 {
    right: 58.33333333%; }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%; }
  .ant-col-xl-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .ant-col-xl-13 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.16666667%; }
  .ant-col-xl-push-13 {
    left: 54.16666667%; }
  .ant-col-xl-pull-13 {
    right: 54.16666667%; }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%; }
  .ant-col-xl-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .ant-col-xl-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; }
  .ant-col-xl-push-12 {
    left: 50%; }
  .ant-col-xl-pull-12 {
    right: 50%; }
  .ant-col-xl-offset-12 {
    margin-left: 50%; }
  .ant-col-xl-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .ant-col-xl-11 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45.83333333%; }
  .ant-col-xl-push-11 {
    left: 45.83333333%; }
  .ant-col-xl-pull-11 {
    right: 45.83333333%; }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%; }
  .ant-col-xl-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .ant-col-xl-10 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%; }
  .ant-col-xl-push-10 {
    left: 41.66666667%; }
  .ant-col-xl-pull-10 {
    right: 41.66666667%; }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%; }
  .ant-col-xl-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .ant-col-xl-9 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%; }
  .ant-col-xl-push-9 {
    left: 37.5%; }
  .ant-col-xl-pull-9 {
    right: 37.5%; }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%; }
  .ant-col-xl-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .ant-col-xl-8 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%; }
  .ant-col-xl-push-8 {
    left: 33.33333333%; }
  .ant-col-xl-pull-8 {
    right: 33.33333333%; }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%; }
  .ant-col-xl-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .ant-col-xl-7 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.16666667%; }
  .ant-col-xl-push-7 {
    left: 29.16666667%; }
  .ant-col-xl-pull-7 {
    right: 29.16666667%; }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%; }
  .ant-col-xl-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .ant-col-xl-6 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%; }
  .ant-col-xl-push-6 {
    left: 25%; }
  .ant-col-xl-pull-6 {
    right: 25%; }
  .ant-col-xl-offset-6 {
    margin-left: 25%; }
  .ant-col-xl-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .ant-col-xl-5 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333333%; }
  .ant-col-xl-push-5 {
    left: 20.83333333%; }
  .ant-col-xl-pull-5 {
    right: 20.83333333%; }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%; }
  .ant-col-xl-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .ant-col-xl-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%; }
  .ant-col-xl-push-4 {
    left: 16.66666667%; }
  .ant-col-xl-pull-4 {
    right: 16.66666667%; }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%; }
  .ant-col-xl-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .ant-col-xl-3 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%; }
  .ant-col-xl-push-3 {
    left: 12.5%; }
  .ant-col-xl-pull-3 {
    right: 12.5%; }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%; }
  .ant-col-xl-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .ant-col-xl-2 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%; }
  .ant-col-xl-push-2 {
    left: 8.33333333%; }
  .ant-col-xl-pull-2 {
    right: 8.33333333%; }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%; }
  .ant-col-xl-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .ant-col-xl-1 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.16666667%; }
  .ant-col-xl-push-1 {
    left: 4.16666667%; }
  .ant-col-xl-pull-1 {
    right: 4.16666667%; }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%; }
  .ant-col-xl-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .ant-col-xl-0 {
    display: none; }
  .ant-col-push-0 {
    left: auto; }
  .ant-col-pull-0 {
    right: auto; }
  .ant-col-xl-push-0 {
    left: auto; }
  .ant-col-xl-pull-0 {
    right: auto; }
  .ant-col-xl-offset-0 {
    margin-left: 0; }
  .ant-col-xl-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; } }

@media (min-width: 1600px) {
  .ant-col-xxl-1, .ant-col-xxl-2, .ant-col-xxl-3, .ant-col-xxl-4, .ant-col-xxl-5, .ant-col-xxl-6, .ant-col-xxl-7, .ant-col-xxl-8, .ant-col-xxl-9, .ant-col-xxl-10, .ant-col-xxl-11, .ant-col-xxl-12, .ant-col-xxl-13, .ant-col-xxl-14, .ant-col-xxl-15, .ant-col-xxl-16, .ant-col-xxl-17, .ant-col-xxl-18, .ant-col-xxl-19, .ant-col-xxl-20, .ant-col-xxl-21, .ant-col-xxl-22, .ant-col-xxl-23, .ant-col-xxl-24 {
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .ant-col-xxl-24 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
  .ant-col-xxl-push-24 {
    left: 100%; }
  .ant-col-xxl-pull-24 {
    right: 100%; }
  .ant-col-xxl-offset-24 {
    margin-left: 100%; }
  .ant-col-xxl-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24; }
  .ant-col-xxl-23 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95.83333333%; }
  .ant-col-xxl-push-23 {
    left: 95.83333333%; }
  .ant-col-xxl-pull-23 {
    right: 95.83333333%; }
  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%; }
  .ant-col-xxl-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23; }
  .ant-col-xxl-22 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%; }
  .ant-col-xxl-push-22 {
    left: 91.66666667%; }
  .ant-col-xxl-pull-22 {
    right: 91.66666667%; }
  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%; }
  .ant-col-xxl-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22; }
  .ant-col-xxl-21 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%; }
  .ant-col-xxl-push-21 {
    left: 87.5%; }
  .ant-col-xxl-pull-21 {
    right: 87.5%; }
  .ant-col-xxl-offset-21 {
    margin-left: 87.5%; }
  .ant-col-xxl-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21; }
  .ant-col-xxl-20 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%; }
  .ant-col-xxl-push-20 {
    left: 83.33333333%; }
  .ant-col-xxl-pull-20 {
    right: 83.33333333%; }
  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%; }
  .ant-col-xxl-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20; }
  .ant-col-xxl-19 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.16666667%; }
  .ant-col-xxl-push-19 {
    left: 79.16666667%; }
  .ant-col-xxl-pull-19 {
    right: 79.16666667%; }
  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%; }
  .ant-col-xxl-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .ant-col-xxl-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%; }
  .ant-col-xxl-push-18 {
    left: 75%; }
  .ant-col-xxl-pull-18 {
    right: 75%; }
  .ant-col-xxl-offset-18 {
    margin-left: 75%; }
  .ant-col-xxl-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .ant-col-xxl-17 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70.83333333%; }
  .ant-col-xxl-push-17 {
    left: 70.83333333%; }
  .ant-col-xxl-pull-17 {
    right: 70.83333333%; }
  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%; }
  .ant-col-xxl-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .ant-col-xxl-16 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%; }
  .ant-col-xxl-push-16 {
    left: 66.66666667%; }
  .ant-col-xxl-pull-16 {
    right: 66.66666667%; }
  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%; }
  .ant-col-xxl-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .ant-col-xxl-15 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%; }
  .ant-col-xxl-push-15 {
    left: 62.5%; }
  .ant-col-xxl-pull-15 {
    right: 62.5%; }
  .ant-col-xxl-offset-15 {
    margin-left: 62.5%; }
  .ant-col-xxl-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .ant-col-xxl-14 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%; }
  .ant-col-xxl-push-14 {
    left: 58.33333333%; }
  .ant-col-xxl-pull-14 {
    right: 58.33333333%; }
  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%; }
  .ant-col-xxl-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .ant-col-xxl-13 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54.16666667%; }
  .ant-col-xxl-push-13 {
    left: 54.16666667%; }
  .ant-col-xxl-pull-13 {
    right: 54.16666667%; }
  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%; }
  .ant-col-xxl-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .ant-col-xxl-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; }
  .ant-col-xxl-push-12 {
    left: 50%; }
  .ant-col-xxl-pull-12 {
    right: 50%; }
  .ant-col-xxl-offset-12 {
    margin-left: 50%; }
  .ant-col-xxl-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .ant-col-xxl-11 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45.83333333%; }
  .ant-col-xxl-push-11 {
    left: 45.83333333%; }
  .ant-col-xxl-pull-11 {
    right: 45.83333333%; }
  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%; }
  .ant-col-xxl-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .ant-col-xxl-10 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%; }
  .ant-col-xxl-push-10 {
    left: 41.66666667%; }
  .ant-col-xxl-pull-10 {
    right: 41.66666667%; }
  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%; }
  .ant-col-xxl-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .ant-col-xxl-9 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%; }
  .ant-col-xxl-push-9 {
    left: 37.5%; }
  .ant-col-xxl-pull-9 {
    right: 37.5%; }
  .ant-col-xxl-offset-9 {
    margin-left: 37.5%; }
  .ant-col-xxl-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .ant-col-xxl-8 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%; }
  .ant-col-xxl-push-8 {
    left: 33.33333333%; }
  .ant-col-xxl-pull-8 {
    right: 33.33333333%; }
  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%; }
  .ant-col-xxl-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .ant-col-xxl-7 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 29.16666667%; }
  .ant-col-xxl-push-7 {
    left: 29.16666667%; }
  .ant-col-xxl-pull-7 {
    right: 29.16666667%; }
  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%; }
  .ant-col-xxl-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .ant-col-xxl-6 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%; }
  .ant-col-xxl-push-6 {
    left: 25%; }
  .ant-col-xxl-pull-6 {
    right: 25%; }
  .ant-col-xxl-offset-6 {
    margin-left: 25%; }
  .ant-col-xxl-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .ant-col-xxl-5 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333333%; }
  .ant-col-xxl-push-5 {
    left: 20.83333333%; }
  .ant-col-xxl-pull-5 {
    right: 20.83333333%; }
  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%; }
  .ant-col-xxl-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .ant-col-xxl-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%; }
  .ant-col-xxl-push-4 {
    left: 16.66666667%; }
  .ant-col-xxl-pull-4 {
    right: 16.66666667%; }
  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%; }
  .ant-col-xxl-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .ant-col-xxl-3 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%; }
  .ant-col-xxl-push-3 {
    left: 12.5%; }
  .ant-col-xxl-pull-3 {
    right: 12.5%; }
  .ant-col-xxl-offset-3 {
    margin-left: 12.5%; }
  .ant-col-xxl-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .ant-col-xxl-2 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%; }
  .ant-col-xxl-push-2 {
    left: 8.33333333%; }
  .ant-col-xxl-pull-2 {
    right: 8.33333333%; }
  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%; }
  .ant-col-xxl-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .ant-col-xxl-1 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.16666667%; }
  .ant-col-xxl-push-1 {
    left: 4.16666667%; }
  .ant-col-xxl-pull-1 {
    right: 4.16666667%; }
  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%; }
  .ant-col-xxl-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .ant-col-xxl-0 {
    display: none; }
  .ant-col-push-0 {
    left: auto; }
  .ant-col-pull-0 {
    right: auto; }
  .ant-col-xxl-push-0 {
    left: auto; }
  .ant-col-xxl-pull-0 {
    right: auto; }
  .ant-col-xxl-offset-0 {
    margin-left: 0; }
  .ant-col-xxl-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; } }

.appointment-hr {
  border: none;
  margin-bottom: 20px; }

.appointment-top {
  position: relative; }
  .appointment-top .send-reminder {
    position: absolute;
    top: 25px;
    right: 0; }

.appointment-input {
  position: relative; }
  .appointment-input .time-input {
    display: inline-block;
    margin-bottom: 0;
    width: 25%; }
    .appointment-input .time-input:not(.seconds) .ms-TextField-wrapper div {
      border-right: none; }
    .appointment-input .time-input:nth-of-type(1) .ms-TextField-fieldGroup {
      border-radius: 2px 0 0 2px; }
    .appointment-input .time-input:nth-of-type(2) .ms-TextField-fieldGroup, .appointment-input .time-input:nth-of-type(3) .ms-TextField-fieldGroup {
      border-radius: 0;
      border-right: 0; }
  .appointment-input .appendage {
    position: absolute;
    width: 25%;
    min-width: auto;
    border-radius: 0 2px 2px 0;
    font-size: 12px; }
    .appointment-input .appendage.stop {
      background: #ff9800; }
  .appointment-input label:not(.ms-Checkbox-label) {
    display: block; }
  .appointment-input .ms-Checkbox {
    margin-bottom: 3px; }
  .appointment-input .involved-teeth .ms-BasePicker-text,
  .appointment-input .prescription .ms-BasePicker-text,
  .appointment-input .treatment-type .ms-Dropdown-title {
    border-color: #a6a6a6; }
  .appointment-input .payment-insight {
    margin-top: 8px; }
  .appointment-input .payment-insight,
  .appointment-input .insight {
    font-size: 12px; }
  .appointment-input .prescription .item {
    display: none; }
  .appointment-input .prescription .input {
    border-bottom: none; }
  .appointment-input .insight span {
    padding: 2px 7px 3px;
    border-radius: 20px;
    background: #b71c1c; }
    .appointment-input .insight span.num-0 {
      color: #262626;
      background: transparent; }
    .appointment-input .insight span.num-1 {
      background: #ffebee;
      color: #262626; }
    .appointment-input .insight span.num-2 {
      background: #ffcdd2; }
    .appointment-input .insight span.num-3 {
      background: #ef9a9a; }
    .appointment-input .insight span.num-4 {
      background: #e57373; }
    .appointment-input .insight span.num-5 {
      background: #ef5350; }
    .appointment-input .insight span.num-6 {
      background: #f44336; }
    .appointment-input .insight span.num-7 {
      background: #e53935; }
    .appointment-input .insight span.num-8 {
      background: #d32f2f; }
    .appointment-input .insight span.num-9 {
      background: #c62828; }

.print-heading {
  display: none; }

@media print {
  html,
  body {
    overflow: hidden; }
  .print-heading {
    display: block; }
  .ms-Panel-main {
    width: 100% !important; }
  .ms-Panel-commands {
    display: none; }
  #prescription-items {
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 30px;
    font-size: 14px;
    line-height: 18px;
    z-index: 9999999; }
  .ms-Persona-primaryText {
    font-size: 17px; }
  .ms-Persona-secondaryText {
    font-size: 14px;
    color: #000; }
  .m-b-5 {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000; }
  .ant-col-4 {
    display: none; }
  .ms-Panel-main {
    width: 100%; }
  @page {
    size: auto;
    /* auto is the initial value */
    margin: 0mm;
    /* this affects the margin in the printer settings */ }
  .ms-Button-icon {
    display: none; } }

.ms-Slider-value {
  margin: 0 5px 0 0;
  font-size: 13px;
  font-style: italic; }

.calendar-component {
  background: #fff;
  font-size: 13px;
  margin-top: 94px; }
  .calendar-component .appointments-toggle {
    padding: 12px 0 0 12px; }
    .calendar-component .appointments-toggle .ms-Toggle-stateText {
      font-size: 12px;
      line-height: 14px; }
  .calendar-component .ms-CommandBar-primaryCommand > div:not(:first-of-type) {
    padding-top: 6px; }
    .calendar-component .ms-CommandBar-primaryCommand > div:not(:first-of-type) .ms-TextField-fieldGroup {
      border: 1px solid #f3f3f3; }
      .calendar-component .ms-CommandBar-primaryCommand > div:not(:first-of-type) .ms-TextField-fieldGroup:hover {
        background: #f3f3f3; }
  .calendar-component .ms-CommandBar {
    box-sizing: content-box;
    background-color: #fff !important;
    border-bottom: 1px solid #e9edef; }
  .calendar-component .commandBar.fixed {
    position: fixed;
    width: calc(100% - 66px);
    top: 50px;
    left: 66px;
    z-index: 1; }
  .calendar-component .week-view i.no-appointments {
    display: block;
    margin: 20px 0;
    text-align: center;
    color: #9e9e9e;
    padding-top: 10px; }
  .calendar-component .full-day-col {
    width: 14.285%;
    float: left;
    padding: 3px 10px;
    padding-top: 0;
    min-height: 300px; }
    .calendar-component .full-day-col:not(:last-child) {
      border-right: 1px solid #f3f3f3; }
    .calendar-component .full-day-col.holiday {
      background: #fafaf7; }
    .calendar-component .full-day-col.current h4 b {
      border: 1px solid #03a9f4; }
    .calendar-component .full-day-col h4 {
      margin: 0 -10px;
      padding: 10px;
      background: #f8f9fb; }
      .calendar-component .full-day-col h4 b {
        border: 1px solid transparent;
        border-radius: 3px;
        padding: 3px;
        min-width: 20px;
        display: inline-block;
        text-align: center; }
    .calendar-component .full-day-col .appointment {
      padding-bottom: 10px;
      margin-bottom: 10px;
      cursor: pointer; }
      .calendar-component .full-day-col .appointment .time {
        color: #616161;
        margin-bottom: 5px;
        clear: both;
        padding: 10px;
        background: #fafafa;
        margin: 0 -10px 10px;
        border-top: 1px solid #f5f5f5;
        color: #607d8b;
        border-color: #607d8b;
        transition: 0.3s all; }
        .calendar-component .full-day-col .appointment .time.done, .calendar-component .full-day-col .appointment .time.missed {
          color: #fff;
          border-color: #009688;
          opacity: 0.6;
          color: #009688; }
        .calendar-component .full-day-col .appointment .time.missed {
          color: #e91e63;
          border-color: #e91e63; }
      .calendar-component .full-day-col .appointment a {
        display: inline-block;
        color: #2196f3;
        font-size: 12px;
        cursor: pointer;
        transition: 0.4s all; }
        .calendar-component .full-day-col .appointment a:hover {
          text-decoration: underline; }
      .calendar-component .full-day-col .appointment:hover .time {
        background: #eeeeee;
        color: #9e9e9e;
        opacity: 1;
        border-top-color: transparent; }
  .calendar-component .centered {
    text-align: center; }
  .calendar-component .filters .filter {
    border-left: 1px solid #f3f3f3; }
  .calendar-component .filters .ms-TextField {
    margin-top: 10px; }
  .calendar-component .filters .ms-Toggle {
    padding: 15px 0 0 15px; }
  .calendar-component .appointments-num-wrap {
    text-align: right; }
  .calendar-component .appointments-num {
    border-radius: 200px;
    color: #fff;
    display: inline-block;
    line-height: 1.5em;
    width: 17px;
    height: 17px;
    text-align: center;
    margin-top: 2px;
    font-size: 11px;
    background: #b71c1c; }
    .calendar-component .appointments-num.num-0 {
      color: #bdbdbd;
      background: transparent; }
    .calendar-component .appointments-num.num-1 {
      background: #ffebee; }
    .calendar-component .appointments-num.num-2 {
      background: #ffcdd2; }
    .calendar-component .appointments-num.num-3 {
      background: #ef9a9a; }
    .calendar-component .appointments-num.num-4 {
      background: #e57373; }
    .calendar-component .appointments-num.num-5 {
      background: #ef5350; }
    .calendar-component .appointments-num.num-6 {
      background: #f44336; }
    .calendar-component .appointments-num.num-7 {
      background: #e53935; }
    .calendar-component .appointments-num.num-8 {
      background: #d32f2f; }
    .calendar-component .appointments-num.num-9 {
      background: #c62828; }
  .calendar-component .appointments-overview table {
    width: 100%;
    padding: 10px;
    border-collapse: collapse;
    border-bottom: 1px solid #eee; }
    .calendar-component .appointments-overview table td,
    .calendar-component .appointments-overview table th {
      text-transform: uppercase;
      font-size: 11px;
      text-align: center;
      font-weight: 400;
      padding: 15px 0;
      border-right: 1px solid #f5f5f5;
      background: #e7eceeeb;
      color: #607d8b;
      cursor: pointer;
      width: 40px;
      transition: 0.3s all; }
      .calendar-component .appointments-overview table td:hover:not(.is-selected),
      .calendar-component .appointments-overview table th:hover:not(.is-selected) {
        background: #eff2f4; }
      .calendar-component .appointments-overview table td.is-weekend,
      .calendar-component .appointments-overview table th.is-weekend {
        border-right: 1px solid #eee; }
      .calendar-component .appointments-overview table td.is-selected,
      .calendar-component .appointments-overview table th.is-selected {
        background-image: linear-gradient(to left, #f8f9fb, #fafafa);
        cursor: initial;
        width: 70px; }
      .calendar-component .appointments-overview table td.is-current,
      .calendar-component .appointments-overview table th.is-current {
        border-bottom: 3px solid #0078d4;
        border-top: 4px solid #0078d4;
        color: #0078d4; }
      .calendar-component .appointments-overview table td div,
      .calendar-component .appointments-overview table th div {
        margin-bottom: 10px; }

@media screen and (max-width: 1250px) {
  .calendar-component .full-day-col {
    width: 33.33% !important;
    min-height: 200px; } }

@media screen and (max-width: 800px) {
  .calendar-component .full-day-col {
    width: 50% !important;
    min-height: 150px; }
  .appointments-overview {
    display: none; } }

@media screen and (max-width: 500px) {
  .mobile-calendar {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 50px;
    z-index: 1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    height: 268px;
    transition: 0.3s all; }
    .mobile-calendar.collapsed {
      top: -186px; }
    .mobile-calendar .ms-DatePicker-weekBackground {
      background: #eceff1; }
    .mobile-calendar .ms-DatePicker-day--today {
      background: #607d8b; }
    .mobile-calendar .collapse {
      text-align: center;
      background: #eceff1;
      position: absolute;
      width: 100%;
      bottom: 0; }
      .mobile-calendar .collapse button {
        display: block;
        width: 100%; }
  .calendar-component .full-day-col,
  .calendar-component .full-day-col.selected {
    width: 100% !important;
    min-height: 50px; }
    .calendar-component .full-day-col h4,
    .calendar-component .full-day-col.selected h4 {
      background: #607d8b;
      margin: 10px 0;
      border-radius: 3px;
      font-weight: 400;
      color: #fff; }
      .calendar-component .full-day-col h4 b,
      .calendar-component .full-day-col.selected h4 b {
        background: #eceff1;
        color: #000;
        padding: 5px; }
  .week-view {
    transition: 0.3s all; }
    .week-view.full-height {
      margin-top: 90px; }
  .num-0 {
    color: #607d8b !important; } }

@media (max-width: 991px) {
  .calendar-component .commandBar.fixed {
    left: 0 !important;
    width: 100% !important; } }

.crop-dialog .ms-Dialog-header {
  display: none; }

.crop-dialog .ms-Dialog-inner {
  padding: 0; }

.crop-dialog .ms-Dialog-main {
  max-width: none; }

.crop-dialog .editor {
  position: relative; }
  .crop-dialog .editor .grid {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
    pointer-events: none;
    background-size: 30px 100%, 100% 30px;
    background-image: linear-gradient(to right, #fff 0%, transparent 2%, transparent 100%), linear-gradient(to bottom, #fff 0%, transparent 2%, transparent 100%); }
  .crop-dialog .editor .prev-overlay {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    filter: saturate(2);
    pointer-events: none;
    width: 100%; }

.crop-dialog .crop-controls {
  padding: 10px;
  padding: 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #e3e3e3; }
  .crop-dialog .crop-controls .ms-Button {
    margin-top: 10px;
    background: #e3e3e3; }

.crop-dialog .active-button {
  background: #e3e3e3; }

.data-table .row-actions {
  padding-right: 0;
  text-align: center;
  width: 50px;
  padding-left: 0;
  background: #f8f9fb;
  border-right: 1px solid #e8effd;
  cursor: pointer;
  display: table-cell !important; }
  .data-table .row-actions:hover {
    background: #eceff4; }

.data-table .dt-msg-bar {
  background: #f8f9fb; }

.data-table .commandBar.fixed {
  position: fixed;
  width: calc(100% - 66px);
  top: 50px;
  left: 66px;
  z-index: 1; }

.data-table .ms-CommandBar {
  box-sizing: content-box;
  background-color: #fff !important;
  border-bottom: 1px solid #e9f0fd;
  margin-top: -2px;
  padding-bottom: 1px; }

.data-table .ms-table {
  margin-top: 94px;
  background: #fafafa; }
  .data-table .ms-table td.clickable {
    cursor: pointer; }
    .data-table .ms-table td.clickable:hover {
      background: #f8f9fb;
      border-bottom: 2px solid #e9f0fd; }
  .data-table .ms-table td.no-label {
    text-align: left; }

.data-table tr {
  border-bottom: 2px solid #f8f9fb; }

.data-table .ms-SearchBox {
  border: none;
  margin-top: 6px; }

.data-table .ms-CommandBar-secondaryCommand {
  border-left: 1px solid #ebf2fd;
  padding-left: 1px; }

.data-table .ms-CommandBarItem-link {
  background: #fff !important;
  transition: 0.3s all; }

.data-table .ms-CommandBarItem-link:hover {
  background: #eeeeee !important; }

.data-table .no-data {
  text-align: center;
  background: #424242;
  padding: 15px;
  color: #fff;
  font-size: 13px; }

.data-table .action-button {
  background: #fff;
  color: #212121;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  margin-right: 5px;
  margin-bottom: 5px; }
  .data-table .action-button.delete:hover {
    color: #fff;
    background: #f44336;
    border-color: #f44336; }
  .data-table .action-button:hover {
    border-color: #03a9f4; }

.data-table .delete-td {
  text-align: right;
  padding-right: 12px; }

.data-table .load-more {
  background: #fff;
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 35px;
  border: 0; }

.data-table .table-actions {
  text-align: right; }
  .data-table .table-actions .ms-TooltipHost {
    position: relative; }
    .data-table .table-actions .ms-TooltipHost .bubble {
      position: absolute;
      background: #03a9f4;
      width: 15px;
      height: 15px;
      display: inline-block;
      margin: 0;
      padding-top: 5px;
      text-align: center;
      font-size: 10px;
      line-height: 4px;
      border-radius: 50%;
      left: 8px;
      top: -8px;
      pointer-events: none;
      color: #fff; }

.data-table .inactive {
  border-top: 3px solid #78909c0d;
  box-shadow: inset 0 4px 10px #ededed; }

.data-table .inactive ~ .inactive {
  box-shadow: none;
  border-top: none; }

.data-table tr.inactive td {
  background: #0078d400;
  color: #d6ddea; }

.data-table tr.inactive td.row-actions i {
  color: #004e8c;
  padding: 5px;
  border-radius: 100%; }

.date-link a {
  font-size: 12px;
  color: #2196F3;
  cursor: pointer;
  border-bottom: 1px dashed #2196F3;
  padding-bottom: 3px; }
  .date-link a .icon {
    margin-right: 5px;
    position: relative;
    top: 1px; }

.dental-history .chart {
  direction: ltr !important; }

.dental-history table {
  direction: ltr !important;
  margin-bottom: 20px;
  direction: ltr !important;
  margin-bottom: 20px;
  width: calc(100% + 32px);
  border-collapse: collapse;
  margin-left: -16px;
  margin-right: -16px; }
  .dental-history table.permanent tr td:nth-child(8) {
    border-right: 1px solid #e91e63; }
  .dental-history table.permanent tr td:nth-child(9) {
    border-left: 1px solid #e91e63; }
  .dental-history table.deciduous tr td:nth-child(5) {
    border-right: 1px solid #e91e63; }
  .dental-history table.deciduous tr td:nth-child(6) {
    border-left: 1px solid #e91e63; }
  .dental-history table tr:nth-child(2) td {
    border-bottom: none; }
  .dental-history table tr td {
    position: relative;
    background: #fff;
    transition: 0.4s all;
    cursor: pointer;
    text-align: center;
    padding: 0.7%;
    font-size: 12px;
    border: 1px solid #e3e3e3;
    border-top: none; }
    .dental-history table tr td .has-notes {
      transition: 0.4s all;
      background: #2196f3;
      height: 10px;
      width: 10px;
      display: inline-block;
      position: absolute;
      top: 5px;
      left: 5px;
      border-radius: 5px;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25); }
    .dental-history table tr td:hover {
      background: #f3f3f3 !important; }
    .dental-history table tr td.filled {
      background: #ffc107;
      color: #fff; }
      .dental-history table tr td.filled .has-notes {
        background: #ff6f00; }
    .dental-history table tr td.compromised {
      background: #f44336;
      color: #fff; }
      .dental-history table tr td.compromised .has-notes {
        background: #b71c1c; }
    .dental-history table tr td.endo {
      background: #673ab7;
      color: #fff; }
      .dental-history table tr td.endo .has-notes {
        background: #9575cd; }
    .dental-history table tr td.missing {
      color: #eee;
      background: #bdbdbd; }
      .dental-history table tr td.missing .has-notes {
        background: #757575; }

.dental-history .tooth-details {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px; }
  .dental-history .tooth-details h4 {
    color: #616161; }
  .dental-history .tooth-details .tooth-name {
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 25px; }
  .dental-history .tooth-details .close-details {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 5px 5px 3px;
    border-radius: 2px;
    font-size: 10px;
    cursor: pointer;
    transition: 0.4s all; }
    .dental-history .tooth-details .close-details:hover {
      background: #3e50b3;
      color: #fff;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }

.single-tooth-condition {
  margin-top: 10px; }

.panel-heading-tooth .ms-Persona-initials {
  color: rgba(0, 0, 0, 0.5); }

.elc-c .new-item {
  margin-bottom: -1.5px !important;
  border-bottom: 0; }
  .elc-c .new-item .ms-TextField-suffix button {
    background: transparent; }

.elc-c .items {
  border: 1.5px solid #8a8886;
  border-radius: 0 0 2px 2px; }

.elc-c .ms-DetailsRow-cell {
  margin: 0;
  padding: 0;
  border-top: 1px solid #f1f1f1; }
  .elc-c .ms-DetailsRow-cell .ms-TextField {
    margin-bottom: 0 !important; }
    .elc-c .ms-DetailsRow-cell .ms-TextField .ms-TextField-fieldGroup {
      border: 0; }
  .elc-c .ms-DetailsRow-cell textarea {
    resize: none; }

.spg-p .thumbs {
  text-align: center;
  border: 1px solid #f1f1f1;
  padding: 5px;
  width: 100%;
  float: left; }
  .spg-p .thumbs .thumb {
    height: 40px;
    width: 100%;
    background-size: cover;
    display: inline-block;
    margin-right: 5px; }
    .spg-p .thumbs .thumb.selected {
      border: 1px solid darkred; }
  .spg-p .thumbs .add-photo {
    margin-bottom: 10px; }
  .spg-p .thumbs .placeholder {
    padding: 13px;
    background: #e3e3e3;
    margin-bottom: 5px; }

.spg-p .viewport {
  float: left;
  margin-left: 5px;
  border: 1px solid #f1f1f1;
  padding: 5px;
  width: 100%;
  position: relative; }
  .spg-p .viewport img {
    width: 100%; }
  .spg-p .viewport .delete-photo {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    border: 1px solid #f1f1f1; }
    .spg-p .viewport .delete-photo.rotate {
      background: none;
      border: none; }

.grid-table {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  text-align: right;
  color: #fff;
  opacity: 0.5;
  pointer-events: none;
  border-spacing: 0;
  border-collapse: collapse; }
  .grid-table td {
    padding-right: 3px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 8px; }

.header-component {
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #e8effd;
  z-index: 2; }
  .header-component section {
    float: left;
    padding: 10px 10px 0px;
    width: 100%;
    position: relative; }
  .header-component .notification .title,
  .header-component .notification .details {
    padding: 7px; }
  .header-component .title {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: capitalize; }
  .header-component .issue-bubble {
    background: #e91e63;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: 47px;
    top: 12px;
    border-radius: 20px;
    cursor: pointer; }
  .header-component .ms-OverflowSet {
    display: inline-block;
    margin-top: 9px; }
    .header-component .ms-OverflowSet .ms-Button-menuIcon {
      font-size: 15px; }
  .header-component .right-buttons {
    text-align: right;
    padding-top: 8px; }
  .header-component .resync.rotate {
    border-radius: 50%; }
  .header-component .resync.error {
    background: #fff;
    border: 1px solid #ff5722; }
    .header-component .resync.error i {
      color: #ff5722; }
  .header-component .menu-button button {
    width: 66px;
    margin-left: -20px;
    height: 50px;
    margin-top: -10px;
    border-radius: 0;
    background: #f8f9fb;
    border-right: 1px solid #e8effd; }

.home .duty-table td.names {
  padding: 0; }
  .home .duty-table td.names .ms-Persona {
    padding: 25px 5px;
    margin: 0;
    cursor: pointer; }
    .home .duty-table td.names .ms-Persona:hover {
      background: #f3f3f3; }

.home .home-td {
  border-bottom: 1px solid whitesmoke; }

.home .no-appointments {
  font-size: 13px;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
  background: #ffffff;
  margin-top: 0px;
  z-index: -10;
  font-style: italic; }

.home .appointments-table-heading {
  margin: 0;
  margin-top: 0;
  padding: 12px;
  background: #edf0f5;
  font-weight: 400;
  font-size: 14px; }

.home .operator-thumb {
  margin-bottom: 1px; }

.home h2 {
  background: #f8f9fb;
  padding: 0.84em;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0; }

#router-outlet {
  margin-top: 50px;
  padding-bottom: 20px; }

.label {
  background: #fff;
  padding: 5px 10px 7px;
  color: #000;
  border-radius: 2px;
  font-size: 13px;
  margin-right: 3px;
  margin-bottom: 3px;
  display: inline-block;
  border: 1px solid #e3e3e3;
  transition: all 0.4s; }
  .label.clickable {
    cursor: pointer; }
  .label.warning {
    border-color: #fb8c00;
    color: #fb8c00; }
    .label.warning.clickable:hover {
      border-color: transparent;
      background: #fb8c00;
      color: #fff; }
  .label.primary {
    border-color: #3f51b5;
    color: #3f51b5; }
    .label.primary.clickable:hover {
      border-color: transparent;
      background: #3f51b5;
      color: #fff; }
  .label.danger {
    border-color: #e91e63;
    color: #e91e63; }
    .label.danger.clickable:hover {
      border-color: transparent;
      background: #e91e63;
      color: #fff; }
  .label.success {
    border-color: #4caf50;
    color: #4caf50; }
    .label.success.clickable:hover {
      border-color: transparent;
      background: #4caf50;
      color: #fff; }
  .label.info {
    border-color: #212121;
    color: #212121; }
    .label.info.clickable:hover {
      border-color: transparent;
      background: #212121;
      color: #fff; }
  .label.highlighted.warning {
    border-color: transparent;
    background: #fb8c00;
    color: #fff; }
    .label.highlighted.warning.clickable:hover {
      border-color: #fb8c00;
      color: #fb8c00;
      background: #fff; }
  .label.highlighted.primary {
    border-color: transparent;
    background: #3f51b5;
    color: #fff; }
    .label.highlighted.primary.clickable:hover {
      border-color: #3f51b5;
      color: #3f51b5;
      background: #fff; }
  .label.highlighted.danger {
    border-color: transparent;
    background: #e91e63;
    color: #fff; }
    .label.highlighted.danger.clickable:hover {
      border-color: #e91e63;
      color: #e91e63;
      background: #fff; }
  .label.highlighted.success {
    border-color: transparent;
    background: #4caf50;
    color: #fff; }
    .label.highlighted.success.clickable:hover {
      border-color: #4caf50;
      color: #4caf50;
      background: #fff; }
  .label.highlighted.info {
    border-color: transparent;
    background: #212121;
    color: #fff; }
    .label.highlighted.info.clickable:hover {
      border-color: #212121;
      color: #212121;
      background: #fff; }
  .label.highlighted:after {
    content: "";
    margin-left: 15px;
    height: 15px;
    width: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-family: "FabricMDL2Icons";
    margin-right: -5px;
    font-size: 8px;
    line-height: 17px;
    font-weight: 900; }

.login-component {
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  margin: 50px auto;
  max-width: 400px;
  padding: 0 20px 20px; }
  .login-component .user-chooser {
    border-bottom: 1px solid transparent; }
    .login-component .user-chooser:hover {
      border-color: #c5cae9;
      border-radius: 5px; }
  .login-component .ms-MessageBar--warning {
    border: 1px solid #fbc02d; }
  .login-component .offline-login-form {
    padding: 15px 0; }
    .login-component .offline-login-form button {
      margin-top: 10px;
      display: block;
      margin: 20px auto;
      height: 40px;
      text-transform: uppercase; }
  .login-component .ms-Pivot {
    background: #f5f5f5;
    margin: -21px;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px; }
  .login-component .hint-link {
    font-size: 12px;
    text-align: right;
    margin-top: 15px;
    border-radius: 3px;
    display: block; }

.edit-server-location {
  display: inline-block;
  margin-top: 23px; }

.spinner-container {
  margin-top: 220px; }

.eb {
  position: fixed;
  z-index: 99999;
  background: #f44336;
  color: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  white-space: pre; }
  .eb textarea {
    margin: 15px 0px 0px;
    height: 100%;
    min-width: 100%;
    background: #ffcdd2;
    border: 0px;
    display: block;
    position: absolute;
    left: 0;
    padding: 15px; }
  .eb .ms-Button {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #b71c1c; }

.menu .ms-Panel-contentInner {
  background: #f8f9fb; }

.menu .ms-Panel-content {
  padding: 0;
  width: 90%;
  margin: 0 auto;
  padding-top: 5px; }

.menu .ms-Nav ul .is-selected .ms-Nav-link {
  background: #fff;
  border-radius: 5px;
  font-weight: 400;
  border: 1px solid #8fc7f43d;
  box-shadow: 0 0 8px 0px #8fc7f42e; }
  .menu .ms-Nav ul .is-selected .ms-Nav-link:after {
    border: 0; }

.menu .ms-Nav ul .ms-Nav-link {
  text-transform: capitalize; }
  .menu .ms-Nav ul .ms-Nav-link:hover {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #8fc7f43d;
    color: #0078d4; }

.menu .ms-Panel-commands {
  display: none; }

.ver {
  text-align: center;
  font-size: 9px;
  cursor: default;
  padding: 5px;
  border-radius: 50%;
  line-height: 1.2em;
  color: #9e9e9e;
  position: fixed;
  right: 2px;
  bottom: 2px;
  opacity: 0.4; }
  .ver span {
    font-size: 11px;
    font-weight: 500;
    padding-top: 2px;
    display: inline-block;
    margin-top: 2px;
    border-top: 1px solid #e3e3e3; }

@media (min-width: 992px) {
  #router-outlet {
    margin-left: 65px; }
  .icon-list {
    position: fixed;
    top: 50px;
    left: 0;
    cursor: pointer;
    background: #f8f9fb;
    border-right: 1px solid #e8effd;
    height: 100%; }
    .icon-list .ms-TooltipHost:nth-child(2) .item {
      padding: 0.47em; }
    .icon-list .item {
      transition: 0.2s all;
      padding: 0.55em 0 0.45em;
      font-size: 17px;
      text-align: center;
      min-width: 45px;
      border-bottom: 1px solid transparent;
      margin: 3px 10px;
      border-radius: 2px;
      position: relative; }
      .icon-list .item .bubble {
        position: absolute;
        right: 0px;
        top: 24px;
        text-align: center;
        border-radius: 50%;
        height: 18px;
        width: 18px;
        padding-top: 0em;
        font-size: 11px; }
      .icon-list .item:hover {
        background: #dcebf7; }
      .icon-list .item.selected {
        background: #0078d4;
        color: #fff;
        cursor: initial;
        border: 1px solid #0078d4;
        box-shadow: 0 0 8px 0px #0078d49c; }
      .icon-list .item .text {
        margin-top: 5px;
        font-size: 11px;
        position: relative;
        bottom: 3px;
        display: block;
        text-transform: capitalize; } }

.menu-item-tt .ms-Callout-beak {
  height: 14px !important;
  left: -5px !important; }

.messages-component {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 15px;
  z-index: 99999; }
  .messages-component .message {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    transition: 0.4s all;
    display: table;
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 10px;
    border-radius: 2px;
    margin-top: 15px; }
    .messages-component .message i {
      margin-right: 5px; }
    .messages-component .message > i {
      padding: 5px;
      border-radius: 50px;
      font-weight: bold; }
    .messages-component .message .message-inner {
      margin-right: 10px; }
    .messages-component .message .button {
      border-radius: 2px;
      transition: 0.4s all;
      border-left: 1px solid #fafafa;
      padding: 15px 15px 12px;
      margin-left: 10px;
      cursor: pointer; }
      .messages-component .message .button:hover {
        background: #f5f5f5; }
      .messages-component .message .button:last-child {
        margin-right: -11px;
        margin-left: 0; }
      .messages-component .message .button i {
        font-size: 11px; }

.confirmation-modal .ms-Panel-main {
  box-shadow: 0px -20px 50px rgba(0, 0, 0, 0.14) !important;
  height: 100px;
  bottom: 0;
  top: initial; }
  .confirmation-modal .ms-Panel-main .ms-Panel-content {
    padding-bottom: 0; }
    .confirmation-modal .ms-Panel-main .ms-Panel-content p {
      margin-top: 20px;
      margin-bottom: 15px; }
    .confirmation-modal .ms-Panel-main .ms-Panel-content .ms-Button {
      margin-right: 10px; }

.confirmation-modal .ms-Panel-content {
  padding-top: 0; }

.confirmation-modal .ms-Panel-commands {
  display: none; }

.confirmation-modal.input-modal .ms-Panel-main {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.14) !important;
  height: 160px;
  bottom: initial;
  top: 0; }

.new-or {
  text-align: center;
  display: block;
  line-height: 13px;
  font-weight: 600; }

.txplan .ms-BasePicker-itemsWrapper, .problems .ms-BasePicker-itemsWrapper {
  padding: 2px;
  width: 100%;
  overflow: hidden;
  position: relative; }

.txplan .ms-TagItem, .problems .ms-TagItem {
  display: block !important;
  min-width: 99%; }

.txplan .ms-TagItem-close {
  float: right; }

.problems .ms-TagItem-close {
  display: none; }

.problems .ms-BasePicker-text:after {
  background: transparent; }

.ms-TagItem {
  background: #fafafa; }

.ortho-single-component h3 {
  font-weight: 400;
  margin: 12px 0; }

.spa-panel {
  position: relative; }
  .spa-panel .add-new {
    position: absolute;
    top: -4px;
    right: 0;
    background: #0078d7;
    border-radius: 2px;
    color: #fff;
    padding: 7px 10px;
    cursor: pointer;
    border-radius: 2px;
    transition: 0.4s all; }
    .spa-panel .add-new:hover {
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      background: #005a9e; }
    .spa-panel .add-new .icon {
      display: inline-block;
      margin-right: 10px;
      position: relative;
      top: 1px; }
  .spa-panel .no-appointments {
    color: #757575;
    margin: 15px 0px 7px; }
  .spa-panel .new-appointment .ms-Dropdown-title {
    border: none;
    background: #f4f4f4;
    font-weight: 500; }
    .spa-panel .new-appointment .ms-Dropdown-title:hover {
      background: #e3e3e3; }

.spd-pn .gender {
  margin-bottom: 12px; }

.spd-pn .patient-tags {
  border: 1px solid #c8c8c8;
  transition: 0.3s all; }
  .spd-pn .patient-tags:hover {
    border-color: #0078d7; }

.spd-pn .avatar {
  text-align: center;
  font-size: 100px;
  color: #0078d7;
  border: 1px; }

.spd-pn .buttons {
  margin-top: 20px; }
  .spd-pn .buttons button {
    width: 100%; }
  .spd-pn .buttons .delete {
    position: static !important; }

.spd-pn .thumb {
  height: 50px;
  width: 50px;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 3px; }
  .spd-pn .thumb.selected {
    border-color: darkred;
    border-radius: 50%; }

.plk-c {
  cursor: pointer; }
  .plk-c .icon {
    position: relative;
    top: 2px; }

.pc-pg table.responsive tbody tr td:not(.no-label):before {
  display: none; }

.pc-pg table.responsive tbody tr td.no-label {
  text-align: left; }

.profile-squared {
  display: inline-flex !important; }
  .profile-squared .ms-Persona-initials {
    border-radius: 0;
    font-size: 14px; }
  .profile-squared .ms-Persona-details {
    line-height: 1.5; }
  .profile-squared.size-3 .ms-Persona-initials {
    font-size: 16px; }
  .profile-squared.clickable:hover {
    background: #f5f5f5;
    cursor: pointer; }

.ortho-records .ms-DetailsList {
  overflow: hidden; }

.ortho-records .album {
  text-align: center; }
  .ortho-records .album table {
    width: 100%; }
    .ortho-records .album table td {
      position: relative;
      overflow: hidden; }
    .ortho-records .album table .days-num {
      font-size: 12px;
      display: block;
      border: 1px dashed #e3e3e3;
      border-left: none;
      border-right: 0;
      padding: 10px 0;
      text-align: center; }
    .ortho-records .album table .term-initials {
      font-size: 12px;
      font-style: italic;
      margin-bottom: 3px;
      display: inline-block;
      padding: 7px;
      height: 27px;
      width: 27px;
      border-bottom: 1px solid #f1f1f1; }
    .ortho-records .album table .photo {
      position: relative;
      cursor: pointer; }
      .ortho-records .album table .photo .hover-effect {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding-top: 15%;
        background: #0000005e;
        color: #fff; }
      .ortho-records .album table .photo:hover .hover-effect {
        display: block; }
    .ortho-records .album table .clickable-icon {
      display: inline-block;
      cursor: pointer;
      text-align: center;
      background: #f1f1f1; }
      .ortho-records .album table .clickable-icon:hover {
        background: #2196f3;
        color: #fff; }
      .ortho-records .album table .clickable-icon.delete-visit:hover {
        background: #f44336; }
      .ortho-records .album table .clickable-icon.add-photo:hover {
        background: #00aba9; }

.photo-dialog .ms-DetailsRow,
.visit-dialog .ms-DetailsRow {
  border-bottom: 1px solid #f1f1f1; }

.photo-dialog .ms-Dialog-main,
.visit-dialog .ms-Dialog-main {
  width: 350px;
  overflow: hidden; }

.photo-dialog .ms-Dialog-inner,
.visit-dialog .ms-Dialog-inner {
  padding: 0;
  border-top: 1px solid #e3e3e3;
  margin-top: 12px; }
  .photo-dialog .ms-Dialog-inner .ms-CommandBar .ms-Button,
  .visit-dialog .ms-Dialog-inner .ms-CommandBar .ms-Button {
    font-size: 12px; }
    .photo-dialog .ms-Dialog-inner .ms-CommandBar .ms-Button i,
    .visit-dialog .ms-Dialog-inner .ms-CommandBar .ms-Button i {
      font-size: 12px; }
  .photo-dialog .ms-Dialog-inner .ms-CommandBar .active-button,
  .visit-dialog .ms-Dialog-inner .ms-CommandBar .active-button {
    background: #e3e3e3; }

.photo-dialog .ms-Dialog-actions,
.visit-dialog .ms-Dialog-actions {
  margin-top: 0; }

.photo-dialog .overlay-img,
.visit-dialog .overlay-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  filter: saturate(2);
  pointer-events: none; }

.cl-section {
  background: #fff;
  margin: 10px -10px;
  padding: 15px;
  padding-bottom: 0;
  border: 1px solid #f3f3f3;
  position: relative; }
  .cl-section h3 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f3f3f3;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: -5px; }
  .cl-section .chevron {
    float: right;
    position: relative;
    top: -7px;
    right: -8px;
    height: 28px; }
  .cl-section .cl-section-title {
    cursor: pointer; }
    .cl-section .cl-section-title:hover {
      color: #004578; }
    .cl-section .cl-section-title.only-title {
      padding: 0;
      border: none;
      padding-left: 12px; }

.settings-component {
  font-size: 13px; }
  .settings-component .lock-icon {
    display: inline-block;
    font-size: 30px;
    padding: 0 10px 0 0;
    vertical-align: top;
    margin-top: 25px;
    margin-right: 10px;
    color: #e3f3ff66;
    border-right: 1px solid; }
  .settings-component .lock-header {
    display: inline-block; }
  .settings-component .lock-msg {
    max-width: 600px;
    width: 90%;
    padding: 5px 25px 25px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 3px;
    background: #0078d4;
    color: #fff;
    border: 1px solid #0078d4;
    box-shadow: 0 0 8px 0px #0078d49c; }
    .settings-component .lock-msg hr {
      border: none;
      border-bottom: 1px solid #ffffff21;
      margin-bottom: 30px;
      margin-top: 20px;
      margin-left: -25px;
      margin-right: -25px; }
  .settings-component .math-question .ms-TextField {
    display: inline-block;
    width: 70px; }
  .settings-component .ms-MessageBar {
    margin-top: 22px; }
    .settings-component .ms-MessageBar .ms-MessageBar-innerText {
      margin-top: 0 !important; }
  .settings-component .form .ms-TextField-prefix {
    font-size: 11px;
    width: 90px; }
  .settings-component hr {
    border: none;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    margin-top: 20px; }
  .settings-component .hint {
    margin-top: 17px;
    font-size: 12px;
    color: #424242;
    line-height: 20px;
    margin-bottom: 30px; }
  .settings-component .backups .ms-Link:first-of-type {
    padding-left: 0; }
  .settings-component .backups .ms-Link:last-of-type {
    border: none; }
  .settings-component .backups .ms-Link {
    padding: 0 10px;
    border-right: 1px solid #9e9e9e;
    border-radius: 0; }
  .settings-component .backups .ms-Link i {
    margin-right: 3px; }
  .settings-component .backups .profile-squared {
    margin-top: 10px; }

@media screen and (min-width: 992px) {
  .settings-component {
    margin-top: 60px;
    border-radius: 3px; } }

@media screen and (max-width: 800px) {
  .staff-component {
    padding: 10px; } }

.staff-editor .staff-input {
  margin-bottom: 15px; }
  .staff-editor .staff-input label:not(.ms-Checkbox-label) {
    padding-bottom: 5px;
    display: block; }

.staff-editor .ms-Checkbox {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #ececec;
  min-width: 70px;
  text-align: left;
  padding: 5px; }

.staff-editor .ms-Checkbox-text {
  font-size: 12px; }

.duty-table tr {
  border: 1px solid #eeeeee;
  border-top: 0; }

.appointments-listing {
  padding-top: 13px;
  padding-bottom: 20px; }

.panel-heading {
  padding: 15px 25px;
  background: #fff;
  z-index: 9999; }
  .panel-heading .close {
    text-align: right; }
  .panel-heading > .ant-row {
    bottom: 5px;
    margin-bottom: 2px; }

.sc-pg .dt-msg-bar {
  display: none; }

.sc-pg .totals {
  background: #f5f5f5;
  text-align: center;
  border-bottom: 1px solid #f5f5f5; }
  .sc-pg .totals label {
    font-weight: 400; }
  .sc-pg .totals .label {
    padding: 5px; }

.sc-pg .ms-CommandBar-primaryCommand > div {
  margin-top: 4px;
  border-right: 1px solid #f4f4f4; }
  .sc-pg .ms-CommandBar-primaryCommand > div.ms-OverflowSet-overflowButton {
    margin-top: 0; }

.sc-pg .commandBar .ms-TextField-fieldGroup,
.sc-pg .commandBar .ms-Dropdown-title {
  border: none; }

.sc-pg .commandBar .ms-DatePicker input {
  font-size: 13px;
  padding: 0 10px; }

.sc-pg .commandBar .ms-Dropdown-container {
  margin-top: 4px; }

.sc-pg .controls {
  padding: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  background: #fff; }

.sc-pg .quick label {
  font-size: 13px;
  margin-bottom: 5px;
  color: #757575;
  display: block;
  text-align: center; }

.sc-pg .charts {
  margin-top: 15px; }
  .sc-pg .charts .chart-wrapper {
    margin-bottom: 15px; }
    .sc-pg .charts .chart-wrapper .chart {
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      background: #fff; }
      .sc-pg .charts .chart-wrapper .chart .graph {
        padding-top: 10px;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
      .sc-pg .charts .chart-wrapper .chart .name {
        padding: 15px;
        padding-bottom: 0;
        border-top: 1px solid whitesmoke; }
      .sc-pg .charts .chart-wrapper .chart .description {
        color: #9e9e9e;
        font-size: 12px;
        display: inline-block;
        margin-top: 10px;
        padding: 15px;
        padding-top: 0; }

@media screen and (max-width: 999px) {
  .sc-pg .appointments-data-table {
    display: none; } }

.tag-input-component .has-error .ms-BasePicker-text {
  border-color: brown; }

.tag-input-component .error-message {
  font-size: 12px;
  color: brown;
  padding-top: 5px; }

.csb {
  margin-top: -28px; }

.tc-pg table.responsive tbody tr td:not(.no-label):before {
  display: none; }

.tc-pg table.responsive tbody tr td.no-label {
  text-align: left; }

.user-component .appointments-listing {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -26px; }

.panel-tabs {
  background: #f1f1f1;
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px; }
  .panel-tabs .ms-Pivot {
    margin-bottom: -15px; }
  .panel-tabs .ms-Pivot-linkContent {
    line-height: 1.5; }

@media (max-width: 400px), (min-width: 480px) and (max-width: 640px) {
  .panel-tabs .ms-Pivot .ms-Pivot-link {
    font-size: 0; }
    .panel-tabs .ms-Pivot .ms-Pivot-link .ms-Pivot-icon {
      font-size: 16px;
      line-height: 3.5em; }
    .panel-tabs .ms-Pivot .ms-Pivot-link .ms-Pivot-text {
      margin-left: 0; } }

.appointments-list {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -14px; }
  .appointments-list .atc-c {
    background: #fff;
    border-color: #f3f3f3 !important;
    margin-bottom: 0 !important; }
    .appointments-list .atc-c:hover {
      box-shadow: none !important;
      background: #f5f5f5; }
    .appointments-list .atc-c .delete {
      top: 22px;
      background: transparent;
      border: 1px solid #f3f3f3; }
      .appointments-list .atc-c .delete:hover {
        color: #000; }

.appointments-lnd .appointment-body {
  cursor: pointer; }
  .appointments-lnd .appointment-body .delete {
    font-size: 18px;
    border: 1px solid #9e9e9e;
    padding: 7px;
    float: right;
    border-radius: 3px;
    text-align: center; }
    .appointments-lnd .appointment-body .delete:hover {
      color: #e91e63;
      border-color: #e91e63; }
  .appointments-lnd .appointment-body .hat-time {
    font-size: 12px;
    opacity: 0.6;
    margin-bottom: 5px;
    clear: both;
    padding: 10px;
    background: #fafafa;
    margin: 0 -10px 10px;
    border-top: 1px solid #f5f5f5;
    color: #607d8b; }
  .appointments-lnd .appointment-body.done .hat-time {
    color: #009688;
    border-color: #009688; }
  .appointments-lnd .appointment-body.missed .hat-time {
    color: #e91e63;
    border-color: #e91e63; }
  .appointments-lnd .appointment-body td:not(.hat-time) {
    background: transparent !important; }
  .appointments-lnd .appointment-body:hover {
    background: #f5f5f5; }
