/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}
/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*
 * Base
 */
/*
 * Global
 */
/*
 * Definitions
 */
/*
 * Root Size
 */
:root {
  font-size: 10px;
}
@media (min-width: 1680px) {
  :root {
    font-size: 10px;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  :root {
    font-size: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  :root {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 9px;
  }
}
/*
 * Definitions
 */
/*
 * Body
 */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #303647;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  background: #FFFFFF;
}
/*
 * Colors
 */
/*
 * Fonts
 */
@font-face {
  font-family: 'geometric415bt';
  src: url('/assets/fonts/geometric415bt/Geometric415BT-BlackA.eot');
  src: url('/assets/fonts/geometric415bt/Geometric415BT-BlackA.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/geometric415bt/Geometric415BT-BlackA.svg#icon') format('svg'), url('/assets/fonts/geometric415bt/Geometric415BT-BlackA.woff') format('woff'), url('/assets/fonts/geometric415bt/Geometric415BT-BlackA.ttf') format('truetype'), url('/assets/fonts/geometric415bt/Geometric415BT-BlackA.svg#icon') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'circular';
  src: url('/assets/fonts/circular/CircularStd-Book.eot');
  src: url('/assets/fonts/circular/CircularStd-Book.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/circular/CircularStd-Book.svg#icon') format('svg'), url('/assets/fonts/circular/CircularStd-Book.woff') format('woff'), url('/assets/fonts/circular/CircularStd-Book.ttf') format('truetype'), url('/assets/fonts/circular/CircularStd-Book.svg#icon') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'circular';
  src: url('/assets/fonts/circular/CircularStd-Bold.eot');
  src: url('/assets/fonts/circular/CircularStd-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/circular/CircularStd-Bold.svg#icon') format('svg'), url('/assets/fonts/circular/CircularStd-Bold.woff') format('woff'), url('/assets/fonts/circular/CircularStd-Bold.ttf') format('truetype'), url('/assets/fonts/circular/CircularStd-Bold.svg#icon') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'circular';
  src: url('/assets/fonts/circular/CircularStd-Black.eot');
  src: url('/assets/fonts/circular/CircularStd-Black.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/circular/CircularStd-Black.svg#icon') format('svg'), url('/assets/fonts/circular/CircularStd-Black.woff') format('woff'), url('/assets/fonts/circular/CircularStd-Black.ttf') format('truetype'), url('/assets/fonts/circular/CircularStd-Black.svg#icon') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'zaindoo';
  src: url('/assets/fonts/zaindoo/zaindoo.eot');
  src: url('/assets/fonts/zaindoo/zaindoo.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/zaindoo/zaindoo.svg#icon') format('svg'), url('/assets/fonts/zaindoo/zaindoo.woff') format('woff'), url('/assets/fonts/zaindoo/zaindoo.ttf') format('truetype'), url('/assets/fonts/zaindoo/zaindoo.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * Definitions
 */
/*
 * Link
 */
a {
  color: #303647;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}
a:not(.button):hover,
a:not(.button):focus {
  color: #303647;
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}
/*
 * Definitions
 */
/*
 * Image
 */
img {
  vertical-align: bottom;
}
img.rounded {
  border-radius: 8px;
}
img.circle {
  border-radius: 50%;
}
img.responsive {
  width: 100%;
  height: auto;
}
/*
 * Breakpoints
 */
/*
 * Media Queries
 */
/*
 * Definitions
 */
/*
 * Print
 */
@page {
  size: A4;
  margin: 1.5cm 2cm;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: '("attr(href)")';
  }
  a[href^="#"]:after {
    content: '';
  }
  abbr[title]:after {
    content: '("attr(title)")';
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  table {
    border-collapse: collapse !important;
  }
  table td,
  table th {
    background-color: #FFFFFF !important;
  }
}
/*
 * Typography
 */
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
dl:first-child,
dd:first-child,
dt:first-child,
ul > li:first-child,
ol > li:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
dl:last-child,
dd:last-child,
dt:last-child,
ul > li:last-child,
ol > li:last-child {
  margin-bottom: 0;
}
/*
 * Definitions
 */
/*
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #303647;
  line-height: 1.35;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.6em;
  color: #303647;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.4rem;
}
/*
 * Definitions
 */
/*
 * Paragraph
 */
p {
  margin: 2rem 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #303647;
  line-height: 1.5;
}
/*
 * Definitions
 */
/*
 * Lead
 */
.lead {
  margin: 0 0 2rem 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #303647;
  line-height: 1.5;
}
/*
 * Definitions
 */
/*
 * Strong
 */
strong {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
/*
 * Definitions
 */
/*
 * Emphasis
 */
em {
  font-style: italic;
}
/*
 * Definitions
 */
/*
 * Horizontal Rule
 */
hr {
  clear: both;
  margin: 3rem auto;
  border: 0;
  height: 1px;
  background: #F2F4F7;
}
/*
 * Definitions
 */
/*
 * Blockquote
 */
blockquote {
  margin: 3rem 0;
  padding: 0 2rem;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.5;
  color: #303647;
}
blockquote p {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
}
blockquote cite {
  display: block;
  margin: 1rem 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  color: #303647;
  text-align: left;
}
/*
 * Definitions
 */
/*
 * Pullout
 */
.pullout {
  margin: 3rem 0;
  padding: 0 2rem;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #303647;
  border: solid #6A748A;
  border-width: 0 0 0 0.4rem;
}
/*
 * Definitions
 */
/*
 * Lists
 */
ul,
ol {
  margin: 2rem 0;
  padding: 0;
}
ul li,
ol li {
  margin: 1rem 0 1rem 2rem;
  padding: 0 0 0 0.5rem;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #303647;
  line-height: 1.5;
}
ul li ul,
ol li ul {
  margin: 1rem 0;
  padding: 0;
}
ul li ul li,
ol li ul li {
  margin: 1rem 0 1rem 2rem;
}
ul {
  list-style: disc;
}
ul li ul {
  list-style: disc;
}
.list-unstyled {
  list-style: none;
}
.list-unstyled li {
  margin-left: 0;
}
.list-inline li {
  display: inline-block;
}
/*
 * Definitions
 */
/*
 * Definition List
 */
dl {
  margin: 2rem 0;
  padding: 0;
}
dt {
  margin: 1rem 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #303647;
}
dd {
  margin: 0 0 2rem 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #303647;
}
/*
 * Definitions
 */
/*
 * Code
 */
code {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-weight: normal;
  font-size: 1.2rem;
  color: #8B008B;
}
/*
 * Definitions
 */
/*
 * Code
 */
pre {
  margin: 2rem 0;
  padding: 1rem;
  overflow: auto;
  color: #303647;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background: #FAFAFC;
  border: 1px solid #F2F4F7;
}
pre code {
  color: #8B008B;
}
/*
 * Definitions
 */
/*
 * Kbd
 */
kbd {
  margin: 0 0.5rem;
  padding: 0.4rem;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-weight: normal;
  font-size: 1.2rem;
  color: #8B008B;
  background: #FAFAFC;
  border: 1px solid #F2F4F7;
}
/*
 * Definitions
 */
/*
 * mark
 */
mark {
  margin: 0;
  padding: 0.3rem 0.6rem;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #303647;
  background: yellow;
  border: none;
  border-radius: 2px;
}
mark.error {
  color: #FFFFFF;
  background: #D53B49;
  border: none;
}
mark.warning {
  color: #FFFFFF;
  background: #EB6C22;
  border: none;
}
mark.success {
  color: #FFFFFF;
  background: #00AA00;
  border: none;
}
mark.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
/*
 * Grid
 */
/*
 * Definitions
 */
/*
 * Container
 */
.container-main-section {
  position: relative;
  margin: 0 auto;
  width: 100%;
  *zoom: 1;
  padding-left: 7rem;
  padding-right: 7rem;
}
.container-main-section:before,
.container-main-section:after {
  content: " ";
  display: table;
}
.container-main-section:after {
  clear: both;
}
.container-main-section:before,
.container-main-section:after {
  content: " ";
  display: table;
}
.container-main-section:after {
  clear: both;
}
.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  *zoom: 1;
  padding-left: 12rem;
  padding-right: 12rem;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 1680px) {
}
@media (min-width: 1280px) and (max-width: 1679px) {
}
@media (min-width: 1024px) and (max-width: 1279px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
}
@media (max-width: 767px) {
}
/*
 * Row
 */
.row {
  margin-left: -1rem;
  margin-right: -1rem;
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1680px) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row.no-gutter-xlarge {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row.no-gutter-large {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row.no-gutter-medium {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row.no-gutter-small {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row.no-gutter-xsmall {
    margin-left: 0;
    margin-right: 0;
  }
}
/*
 * Definitions
 */
/*
 * Gutter
 */
.no-gutter {
  padding: 0 !important;
}
.gutter-top {
  padding-top: 2rem !important;
}
.gutter-bottom {
  padding-bottom: 2rem !important;
}
.gutter-left {
  padding-left: 1rem !important;
}
.gutter-right {
  padding-right: 1rem !important;
}
@media (min-width: 1680px) {
  .no-gutter-xlarge {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 2rem !important;
  }
  .gutter-left {
    padding-left: 1rem !important;
  }
  .gutter-right {
    padding-right: 1rem !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .no-gutter-large {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 2rem !important;
  }
  .gutter-left {
    padding-left: 1rem !important;
  }
  .gutter-right {
    padding-right: 1rem !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .no-gutter-medium {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 2rem !important;
  }
  .gutter-left {
    padding-left: 1rem !important;
  }
  .gutter-right {
    padding-right: 1rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .no-gutter-small {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 2rem !important;
  }
  .gutter-left {
    padding-left: 1rem !important;
  }
  .gutter-right {
    padding-right: 1rem !important;
  }
}
@media (max-width: 767px) {
  .no-gutter-xsmall {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 2rem !important;
  }
  .gutter-left {
    padding-left: 1rem !important;
  }
  .gutter-right {
    padding-right: 1rem !important;
  }
}
/*
 * Definitions
 */
/*
 * Columns
 */
[class*='column-'] {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
}
[class*='column-'].column-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1680px) {
  [class*='column-'] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  [class*='column-'] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  [class*='column-'] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  [class*='column-'] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  [class*='column-'] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/*
 * Column Classes
 */
.column-1 {
  width: 100%;
}
.column-1-2,
.column-2-4,
.column-3-6,
.column-4-8,
.column-5-10,
.column-6-12 {
  width: 50%;
}
.column-1-3,
.column-2-6,
.column-3-9,
.column-4-12 {
  width: 33.3333%;
}
.column-2-3,
.column-4-6,
.column-6-9,
.column-8-12 {
  width: 66.6666%;
}
.column-1-4,
.column-2-8,
.column-3-12 {
  width: 25%;
}
.column-3-4,
.column-6-8,
.column-9-12 {
  width: 75%;
}
.column-1-5,
.column-2-10 {
  width: 20%;
}
.column-2-5,
.column-4-10 {
  width: 40%;
}
.column-3-5,
.column-6-10 {
  width: 60%;
}
.column-4-5,
.column-8-10 {
  width: 80%;
}
.column-1-6,
.column-2-12 {
  width: 16.6667%;
}
.column-5-6 {
  width: 83.3335%;
}
.column-1-7 {
  width: 14.2857%;
}
.column-2-7 {
  width: 28.5714%;
}
.column-3-7 {
  width: 42.8571%;
}
.column-4-7 {
  width: 57.1428%;
}
.column-5-7 {
  width: 71.4285%;
}
.column-6-7 {
  width: 85.7142%;
}
.column-1-8 {
  width: 12.5%;
}
.column-3-8 {
  width: 37.5%;
}
.column-5-8 {
  width: 62.5%;
}
.column-7-8 {
  width: 87.5%;
}
.column-1-9 {
  width: 11.1111%;
}
.column-2-9 {
  width: 22.2222%;
}
.column-4-9 {
  width: 44.4444%;
}
.column-5-9 {
  width: 55.5555%;
}
.column-7-9 {
  width: 77.7777%;
}
.column-8-9 {
  width: 88.8888%;
}
.column-1-10 {
  width: 10%;
}
.column-3-10 {
  width: 30%;
}
.column-7-10 {
  width: 70%;
}
.column-9-10 {
  width: 90%;
}
.column-1-11 {
  width: 9.0909%;
}
.column-2-11 {
  width: 18.1818%;
}
.column-3-11 {
  width: 27.2727%;
}
.column-4-11 {
  width: 36.3636%;
}
.column-5-11 {
  width: 45.4545%;
}
.column-6-11 {
  width: 54.5454%;
}
.column-7-11 {
  width: 63.6363%;
}
.column-8-11 {
  width: 72.7272%;
}
.column-9-11 {
  width: 81.8181%;
}
.column-10-11 {
  width: 90.909%;
}
.column-1-12 {
  width: 8.3333%;
}
.column-5-12 {
  width: 41.6665%;
}
.column-7-12 {
  width: 58.3331%;
}
.column-10-12 {
  width: 83.333%;
}
.column-11-12 {
  width: 91.6663%;
}
/*
 * Column Extra Large Classes
 */
@media (min-width: 1680px) {
  .column-xlarge-1 {
    width: 100%;
  }
  .column-xlarge-1-2,
  .column-xlarge-2-4,
  .column-xlarge-3-6,
  .column-xlarge-4-8,
  .column-xlarge-5-10,
  .column-xlarge-6-12 {
    width: 50%;
  }
  .column-xlarge-1-3,
  .column-xlarge-2-6,
  .column-xlarge-3-9,
  .column-xlarge-4-12 {
    width: 33.3333%;
  }
  .column-xlarge-2-3,
  .column-xlarge-4-6,
  .column-xlarge-6-9,
  .column-xlarge-8-12 {
    width: 66.6666%;
  }
  .column-xlarge-1-4,
  .column-xlarge-2-8,
  .column-xlarge-3-12 {
    width: 25%;
  }
  .column-xlarge-3-4,
  .column-xlarge-6-8,
  .column-xlarge-9-12 {
    width: 75%;
  }
  .column-xlarge-1-5,
  .column-xlarge-2-10 {
    width: 20%;
  }
  .column-xlarge-2-5,
  .column-xlarge-4-10 {
    width: 40%;
  }
  .column-xlarge-3-5,
  .column-xlarge-6-10 {
    width: 60%;
  }
  .column-xlarge-4-5,
  .column-xlarge-8-10 {
    width: 80%;
  }
  .column-xlarge-1-6,
  .column-xlarge-2-12 {
    width: 16.6667%;
  }
  .column-xlarge-5-6 {
    width: 83.3335%;
  }
  .column-xlarge-1-7 {
    width: 14.2857%;
  }
  .column-xlarge-2-7 {
    width: 28.5714%;
  }
  .column-xlarge-3-7 {
    width: 42.8571%;
  }
  .column-xlarge-4-7 {
    width: 57.1428%;
  }
  .column-xlarge-5-7 {
    width: 71.4285%;
  }
  .column-xlarge-6-7 {
    width: 85.7142%;
  }
  .column-xlarge-1-8 {
    width: 12.5%;
  }
  .column-xlarge-3-8 {
    width: 37.5%;
  }
  .column-xlarge-5-8 {
    width: 62.5%;
  }
  .column-xlarge-7-8 {
    width: 87.5%;
  }
  .column-xlarge-1-9 {
    width: 11.1111%;
  }
  .column-xlarge-2-9 {
    width: 22.2222%;
  }
  .column-xlarge-4-9 {
    width: 44.4444%;
  }
  .column-xlarge-5-9 {
    width: 55.5555%;
  }
  .column-xlarge-7-9 {
    width: 77.7777%;
  }
  .column-xlarge-8-9 {
    width: 88.8888%;
  }
  .column-xlarge-1-10 {
    width: 10%;
  }
  .column-xlarge-3-10 {
    width: 30%;
  }
  .column-xlarge-7-10 {
    width: 70%;
  }
  .column-xlarge-9-10 {
    width: 90%;
  }
  .column-xlarge-1-11 {
    width: 9.0909%;
  }
  .column-xlarge-2-11 {
    width: 18.1818%;
  }
  .column-xlarge-3-11 {
    width: 27.2727%;
  }
  .column-xlarge-4-11 {
    width: 36.3636%;
  }
  .column-xlarge-5-11 {
    width: 45.4545%;
  }
  .column-xlarge-6-11 {
    width: 54.5454%;
  }
  .column-xlarge-7-11 {
    width: 63.6363%;
  }
  .column-xlarge-8-11 {
    width: 72.7272%;
  }
  .column-xlarge-9-11 {
    width: 81.8181%;
  }
  .column-xlarge-10-11 {
    width: 90.909%;
  }
  .column-xlarge-1-12 {
    width: 8.3333%;
  }
  .column-xlarge-5-12 {
    width: 41.6665%;
  }
  .column-xlarge-7-12 {
    width: 58.3331%;
  }
  .column-xlarge-10-12 {
    width: 83.333%;
  }
  .column-xlarge-11-12 {
    width: 91.6663%;
  }
}
/*
 * Column Large Classes
 */
@media (min-width: 1280px) and (max-width: 1679px) {
  .column-large-1 {
    width: 100%;
  }
  .column-large-1-2,
  .column-large-2-4,
  .column-large-3-6,
  .column-large-4-8,
  .column-large-5-10,
  .column-large-6-12 {
    width: 50%;
  }
  .column-large-1-3,
  .column-large-2-6,
  .column-large-3-9,
  .column-large-4-12 {
    width: 33.3333%;
  }
  .column-large-2-3,
  .column-large-4-6,
  .column-large-6-9,
  .column-large-8-12 {
    width: 66.6666%;
  }
  .column-large-1-4,
  .column-large-2-8,
  .column-large-3-12 {
    width: 25%;
  }
  .column-large-3-4,
  .column-large-6-8,
  .column-large-9-12 {
    width: 75%;
  }
  .column-large-1-5,
  .column-large-2-10 {
    width: 20%;
  }
  .column-large-2-5,
  .column-large-4-10 {
    width: 40%;
  }
  .column-large-3-5,
  .column-large-6-10 {
    width: 60%;
  }
  .column-large-4-5,
  .column-large-8-10 {
    width: 80%;
  }
  .column-large-1-6,
  .column-large-2-12 {
    width: 16.6667%;
  }
  .column-large-5-6 {
    width: 83.3335%;
  }
  .column-large-1-7 {
    width: 14.2857%;
  }
  .column-large-2-7 {
    width: 28.5714%;
  }
  .column-large-3-7 {
    width: 42.8571%;
  }
  .column-large-4-7 {
    width: 57.1428%;
  }
  .column-large-5-7 {
    width: 71.4285%;
  }
  .column-large-6-7 {
    width: 85.7142%;
  }
  .column-large-1-8 {
    width: 12.5%;
  }
  .column-large-3-8 {
    width: 37.5%;
  }
  .column-large-5-8 {
    width: 62.5%;
  }
  .column-large-7-8 {
    width: 87.5%;
  }
  .column-large-1-9 {
    width: 11.1111%;
  }
  .column-large-2-9 {
    width: 22.2222%;
  }
  .column-large-4-9 {
    width: 44.4444%;
  }
  .column-large-5-9 {
    width: 55.5555%;
  }
  .column-large-7-9 {
    width: 77.7777%;
  }
  .column-large-8-9 {
    width: 88.8888%;
  }
  .column-large-1-10 {
    width: 10%;
  }
  .column-large-3-10 {
    width: 30%;
  }
  .column-large-7-10 {
    width: 70%;
  }
  .column-large-9-10 {
    width: 90%;
  }
  .column-large-1-11 {
    width: 9.0909%;
  }
  .column-large-2-11 {
    width: 18.1818%;
  }
  .column-large-3-11 {
    width: 27.2727%;
  }
  .column-large-4-11 {
    width: 36.3636%;
  }
  .column-large-5-11 {
    width: 45.4545%;
  }
  .column-large-6-11 {
    width: 54.5454%;
  }
  .column-large-7-11 {
    width: 63.6363%;
  }
  .column-large-8-11 {
    width: 72.7272%;
  }
  .column-large-9-11 {
    width: 81.8181%;
  }
  .column-large-10-11 {
    width: 90.909%;
  }
  .column-large-1-12 {
    width: 8.3333%;
  }
  .column-large-5-12 {
    width: 41.6665%;
  }
  .column-large-7-12 {
    width: 58.3331%;
  }
  .column-large-10-12 {
    width: 83.333%;
  }
  .column-large-11-12 {
    width: 91.6663%;
  }
}
/*
 * Column Medium Classes
 */
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-medium-1 {
    width: 100%;
  }
  .column-medium-1-2,
  .column-medium-2-4,
  .column-medium-3-6,
  .column-medium-4-8,
  .column-medium-5-10,
  .column-medium-6-12 {
    width: 50%;
  }
  .column-medium-1-3,
  .column-medium-2-6,
  .column-medium-3-9,
  .column-medium-4-12 {
    width: 33.3333%;
  }
  .column-medium-2-3,
  .column-medium-4-6,
  .column-medium-6-9,
  .column-medium-8-12 {
    width: 66.6666%;
  }
  .column-medium-1-4,
  .column-medium-2-8,
  .column-medium-3-12 {
    width: 25%;
  }
  .column-medium-3-4,
  .column-medium-6-8,
  .column-medium-9-12 {
    width: 75%;
  }
  .column-medium-1-5,
  .column-medium-2-10 {
    width: 20%;
  }
  .column-medium-2-5,
  .column-medium-4-10 {
    width: 40%;
  }
  .column-medium-3-5,
  .column-medium-6-10 {
    width: 60%;
  }
  .column-medium-4-5,
  .column-medium-8-10 {
    width: 80%;
  }
  .column-medium-1-6,
  .column-medium-2-12 {
    width: 16.6667%;
  }
  .column-medium-5-6 {
    width: 83.3335%;
  }
  .column-medium-1-7 {
    width: 14.2857%;
  }
  .column-medium-2-7 {
    width: 28.5714%;
  }
  .column-medium-3-7 {
    width: 42.8571%;
  }
  .column-medium-4-7 {
    width: 57.1428%;
  }
  .column-medium-5-7 {
    width: 71.4285%;
  }
  .column-medium-6-7 {
    width: 85.7142%;
  }
  .column-medium-1-8 {
    width: 12.5%;
  }
  .column-medium-3-8 {
    width: 37.5%;
  }
  .column-medium-5-8 {
    width: 62.5%;
  }
  .column-medium-7-8 {
    width: 87.5%;
  }
  .column-medium-1-9 {
    width: 11.1111%;
  }
  .column-medium-2-9 {
    width: 22.2222%;
  }
  .column-medium-4-9 {
    width: 44.4444%;
  }
  .column-medium-5-9 {
    width: 55.5555%;
  }
  .column-medium-7-9 {
    width: 77.7777%;
  }
  .column-medium-8-9 {
    width: 88.8888%;
  }
  .column-medium-1-10 {
    width: 10%;
  }
  .column-medium-3-10 {
    width: 30%;
  }
  .column-medium-7-10 {
    width: 70%;
  }
  .column-medium-9-10 {
    width: 90%;
  }
  .column-medium-1-11 {
    width: 9.0909%;
  }
  .column-medium-2-11 {
    width: 18.1818%;
  }
  .column-medium-3-11 {
    width: 27.2727%;
  }
  .column-medium-4-11 {
    width: 36.3636%;
  }
  .column-medium-5-11 {
    width: 45.4545%;
  }
  .column-medium-6-11 {
    width: 54.5454%;
  }
  .column-medium-7-11 {
    width: 63.6363%;
  }
  .column-medium-8-11 {
    width: 72.7272%;
  }
  .column-medium-9-11 {
    width: 81.8181%;
  }
  .column-medium-10-11 {
    width: 90.909%;
  }
  .column-medium-1-12 {
    width: 8.3333%;
  }
  .column-medium-5-12 {
    width: 41.6665%;
  }
  .column-medium-7-12 {
    width: 58.3331%;
  }
  .column-medium-10-12 {
    width: 83.333%;
  }
  .column-medium-11-12 {
    width: 91.6663%;
  }
}
/*
 * Column Small Classes
 */
@media (min-width: 768px) and (max-width: 1023px) {
  .column-small-1 {
    width: 100%;
  }
  .column-small-1-2,
  .column-small-2-4,
  .column-small-3-6,
  .column-small-4-8,
  .column-small-5-10,
  .column-small-6-12 {
    width: 50%;
  }
  .column-small-1-3,
  .column-small-2-6,
  .column-small-3-9,
  .column-small-4-12 {
    width: 33.3333%;
  }
  .column-small-2-3,
  .column-small-4-6,
  .column-small-6-9,
  .column-small-8-12 {
    width: 66.6666%;
  }
  .column-small-1-4,
  .column-small-2-8,
  .column-small-3-12 {
    width: 25%;
  }
  .column-small-3-4,
  .column-small-6-8,
  .column-small-9-12 {
    width: 75%;
  }
  .column-small-1-5,
  .column-small-2-10 {
    width: 20%;
  }
  .column-small-2-5,
  .column-small-4-10 {
    width: 40%;
  }
  .column-small-3-5,
  .column-small-6-10 {
    width: 60%;
  }
  .column-small-4-5,
  .column-small-8-10 {
    width: 80%;
  }
  .column-small-1-6,
  .column-small-2-12 {
    width: 16.6667%;
  }
  .column-small-5-6 {
    width: 83.3335%;
  }
  .column-small-1-7 {
    width: 14.2857%;
  }
  .column-small-2-7 {
    width: 28.5714%;
  }
  .column-small-3-7 {
    width: 42.8571%;
  }
  .column-small-4-7 {
    width: 57.1428%;
  }
  .column-small-5-7 {
    width: 71.4285%;
  }
  .column-small-6-7 {
    width: 85.7142%;
  }
  .column-small-1-8 {
    width: 12.5%;
  }
  .column-small-3-8 {
    width: 37.5%;
  }
  .column-small-5-8 {
    width: 62.5%;
  }
  .column-small-7-8 {
    width: 87.5%;
  }
  .column-small-1-9 {
    width: 11.1111%;
  }
  .column-small-2-9 {
    width: 22.2222%;
  }
  .column-small-4-9 {
    width: 44.4444%;
  }
  .column-small-5-9 {
    width: 55.5555%;
  }
  .column-small-7-9 {
    width: 77.7777%;
  }
  .column-small-8-9 {
    width: 88.8888%;
  }
  .column-small-1-10 {
    width: 10%;
  }
  .column-small-3-10 {
    width: 30%;
  }
  .column-small-7-10 {
    width: 70%;
  }
  .column-small-9-10 {
    width: 90%;
  }
  .column-small-1-11 {
    width: 9.0909%;
  }
  .column-small-2-11 {
    width: 18.1818%;
  }
  .column-small-3-11 {
    width: 27.2727%;
  }
  .column-small-4-11 {
    width: 36.3636%;
  }
  .column-small-5-11 {
    width: 45.4545%;
  }
  .column-small-6-11 {
    width: 54.5454%;
  }
  .column-small-7-11 {
    width: 63.6363%;
  }
  .column-small-8-11 {
    width: 72.7272%;
  }
  .column-small-9-11 {
    width: 81.8181%;
  }
  .column-small-10-11 {
    width: 90.909%;
  }
  .column-small-1-12 {
    width: 8.3333%;
  }
  .column-small-5-12 {
    width: 41.6665%;
  }
  .column-small-7-12 {
    width: 58.3331%;
  }
  .column-small-10-12 {
    width: 83.333%;
  }
  .column-small-11-12 {
    width: 91.6663%;
  }
}
/*
 * Column Extra Small Classes
 */
@media (max-width: 767px) {
  [class*='column-'] {
    width: 100%;
  }
  .column-xsmall-1 {
    width: 100%;
  }
  .column-xsmall-1-2,
  .column-xsmall-2-4,
  .column-xsmall-3-6,
  .column-xsmall-4-8,
  .column-xsmall-5-10,
  .column-xsmall-6-12 {
    width: 50%;
  }
  .column-xsmall-1-3,
  .column-xsmall-2-6,
  .column-xsmall-3-9,
  .column-xsmall-4-12 {
    width: 33.3333%;
  }
  .column-xsmall-2-3,
  .column-xsmall-4-6,
  .column-xsmall-6-9,
  .column-xsmall-8-12 {
    width: 66.6666%;
  }
  .column-xsmall-1-4,
  .column-xsmall-2-8,
  .column-xsmall-3-12 {
    width: 25%;
  }
  .column-xsmall-3-4,
  .column-xsmall-6-8,
  .column-xsmall-9-12 {
    width: 75%;
  }
  .column-xsmall-1-5,
  .column-xsmall-2-10 {
    width: 20%;
  }
  .column-xsmall-2-5,
  .column-xsmall-4-10 {
    width: 40%;
  }
  .column-xsmall-3-5,
  .column-xsmall-6-10 {
    width: 60%;
  }
  .column-xsmall-4-5,
  .column-xsmall-8-10 {
    width: 80%;
  }
  .column-xsmall-1-6,
  .column-xsmall-2-12 {
    width: 16.6667%;
  }
  .column-xsmall-5-6 {
    width: 83.3335%;
  }
  .column-xsmall-1-7 {
    width: 14.2857%;
  }
  .column-xsmall-2-7 {
    width: 28.5714%;
  }
  .column-xsmall-3-7 {
    width: 42.8571%;
  }
  .column-xsmall-4-7 {
    width: 57.1428%;
  }
  .column-xsmall-5-7 {
    width: 71.4285%;
  }
  .column-xsmall-6-7 {
    width: 85.7142%;
  }
  .column-xsmall-1-8 {
    width: 12.5%;
  }
  .column-xsmall-3-8 {
    width: 37.5%;
  }
  .column-xsmall-5-8 {
    width: 62.5%;
  }
  .column-xsmall-7-8 {
    width: 87.5%;
  }
  .column-xsmall-1-9 {
    width: 11.1111%;
  }
  .column-xsmall-2-9 {
    width: 22.2222%;
  }
  .column-xsmall-4-9 {
    width: 44.4444%;
  }
  .column-xsmall-5-9 {
    width: 55.5555%;
  }
  .column-xsmall-7-9 {
    width: 77.7777%;
  }
  .column-xsmall-8-9 {
    width: 88.8888%;
  }
  .column-xsmall-1-10 {
    width: 10%;
  }
  .column-xsmall-3-10 {
    width: 30%;
  }
  .column-xsmall-7-10 {
    width: 70%;
  }
  .column-xsmall-9-10 {
    width: 90%;
  }
  .column-xsmall-1-11 {
    width: 9.0909%;
  }
  .column-xsmall-2-11 {
    width: 18.1818%;
  }
  .column-xsmall-3-11 {
    width: 27.2727%;
  }
  .column-xsmall-4-11 {
    width: 36.3636%;
  }
  .column-xsmall-5-11 {
    width: 45.4545%;
  }
  .column-xsmall-6-11 {
    width: 54.5454%;
  }
  .column-xsmall-7-11 {
    width: 63.6363%;
  }
  .column-xsmall-8-11 {
    width: 72.7272%;
  }
  .column-xsmall-9-11 {
    width: 81.8181%;
  }
  .column-xsmall-10-11 {
    width: 90.909%;
  }
  .column-xsmall-1-12 {
    width: 8.3333%;
  }
  .column-xsmall-5-12 {
    width: 41.6665%;
  }
  .column-xsmall-7-12 {
    width: 58.3331%;
  }
  .column-xsmall-10-12 {
    width: 83.333%;
  }
  .column-xsmall-11-12 {
    width: 91.6663%;
  }
}
/*
 * Column Offset Classes
 */
.column-offset-1 {
  margin-left: 100%;
}
.column-offset-1-2,
.column-offset-2-4,
.column-offset-3-6,
.column-offset-4-8,
.column-offset-5-10,
.column-offset-6-12 {
  margin-left: 50%;
}
.column-offset-1-3,
.column-offset-2-6,
.column-offset-3-9,
.column-offset-4-12 {
  margin-left: 33.3333%;
}
.column-offset-2-3,
.column-offset-4-6,
.column-offset-6-9,
.column-offset-8-12 {
  margin-left: 66.6666%;
}
.column-offset-1-4,
.column-offset-2-8,
.column-offset-3-12 {
  margin-left: 25%;
}
.column-offset-3-4,
.column-offset-6-8,
.column-offset-9-12 {
  margin-left: 75%;
}
.column-offset-1-5,
.column-offset-2-10 {
  margin-left: 20%;
}
.column-offset-2-5,
.column-offset-4-10 {
  margin-left: 40%;
}
.column-offset-3-5,
.column-offset-6-10 {
  margin-left: 60%;
}
.column-offset-4-5,
.column-offset-8-10 {
  margin-left: 80%;
}
.column-offset-1-6,
.column-offset-2-12 {
  margin-left: 16.6667%;
}
.column-offset-5-6 {
  margin-left: 83.3335%;
}
.column-offset-1-7 {
  margin-left: 14.2857%;
}
.column-offset-2-7 {
  margin-left: 28.5714%;
}
.column-offset-3-7 {
  margin-left: 42.8571%;
}
.column-offset-4-7 {
  margin-left: 57.1428%;
}
.column-offset-5-7 {
  margin-left: 71.4285%;
}
.column-offset-6-7 {
  margin-left: 85.7142%;
}
.column-offset-1-8 {
  margin-left: 12.5%;
}
.column-offset-3-8 {
  margin-left: 37.5%;
}
.column-offset-5-8 {
  margin-left: 62.5%;
}
.column-offset-7-8 {
  margin-left: 87.5%;
}
.column-offset-1-9 {
  margin-left: 11.1111%;
}
.column-offset-2-9 {
  margin-left: 22.2222%;
}
.column-offset-4-9 {
  margin-left: 44.4444%;
}
.column-offset-5-9 {
  margin-left: 55.5555%;
}
.column-offset-7-9 {
  margin-left: 77.7777%;
}
.column-offset-8-9 {
  margin-left: 88.8888%;
}
.column-offset-1-10 {
  margin-left: 10%;
}
.column-offset-3-10 {
  margin-left: 30%;
}
.column-offset-7-10 {
  margin-left: 70%;
}
.column-offset-9-10 {
  margin-left: 90%;
}
.column-offset-1-11 {
  margin-left: 9.0909%;
}
.column-offset-2-11 {
  margin-left: 18.1818%;
}
.column-offset-3-11 {
  margin-left: 27.2727%;
}
.column-offset-4-11 {
  margin-left: 36.3636%;
}
.column-offset-5-11 {
  margin-left: 45.4545%;
}
.column-offset-6-11 {
  margin-left: 54.5454%;
}
.column-offset-7-11 {
  margin-left: 63.6363%;
}
.column-offset-8-11 {
  margin-left: 72.7272%;
}
.column-offset-9-11 {
  margin-left: 81.8181%;
}
.column-offset-10-11 {
  margin-left: 90.909%;
}
.column-offset-1-12 {
  margin-left: 8.3333%;
}
.column-offset-5-12 {
  margin-left: 41.6665%;
}
.column-offset-7-12 {
  margin-left: 58.3331%;
}
.column-offset-10-12 {
  margin-left: 83.333%;
}
.column-offset-11-12 {
  margin-left: 91.6663%;
}
/*
 * Column Offset Extra Large Classes
 */
@media (min-width: 1680px) {
  .column-offset-xlarge-reset {
    margin-left: 0;
  }
  .column-offset-xlarge-1 {
    margin-left: 100%;
  }
  .column-offset-xlarge-1-2,
  .column-offset-xlarge-2-4,
  .column-offset-xlarge-3-6,
  .column-offset-xlarge-4-8,
  .column-offset-xlarge-5-10,
  .column-offset-xlarge-6-12 {
    margin-left: 50%;
  }
  .column-offset-xlarge-1-3,
  .column-offset-xlarge-2-6,
  .column-offset-xlarge-3-9,
  .column-offset-xlarge-4-12 {
    margin-left: 33.3333%;
  }
  .column-offset-xlarge-2-3,
  .column-offset-xlarge-4-6,
  .column-offset-xlarge-6-9,
  .column-offset-xlarge-8-12 {
    margin-left: 66.6666%;
  }
  .column-offset-xlarge-1-4,
  .column-offset-xlarge-2-8,
  .column-offset-xlarge-3-12 {
    margin-left: 25%;
  }
  .column-offset-xlarge-3-4,
  .column-offset-xlarge-6-8,
  .column-offset-xlarge-9-12 {
    margin-left: 75%;
  }
  .column-offset-xlarge-1-5,
  .column-offset-xlarge-2-10 {
    margin-left: 20%;
  }
  .column-offset-xlarge-2-5,
  .column-offset-xlarge-4-10 {
    margin-left: 40%;
  }
  .column-offset-xlarge-3-5,
  .column-offset-xlarge-6-10 {
    margin-left: 60%;
  }
  .column-offset-xlarge-4-5,
  .column-offset-xlarge-8-10 {
    margin-left: 80%;
  }
  .column-offset-xlarge-1-6,
  .column-offset-xlarge-2-12 {
    margin-left: 16.6667%;
  }
  .column-offset-xlarge-5-6 {
    margin-left: 83.3335%;
  }
  .column-offset-xlarge-1-7 {
    margin-left: 14.2857%;
  }
  .column-offset-xlarge-2-7 {
    margin-left: 28.5714%;
  }
  .column-offset-xlarge-3-7 {
    margin-left: 42.8571%;
  }
  .column-offset-xlarge-4-7 {
    margin-left: 57.1428%;
  }
  .column-offset-xlarge-5-7 {
    margin-left: 71.4285%;
  }
  .column-offset-xlarge-6-7 {
    margin-left: 85.7142%;
  }
  .column-offset-xlarge-1-8 {
    margin-left: 12.5%;
  }
  .column-offset-xlarge-3-8 {
    margin-left: 37.5%;
  }
  .column-offset-xlarge-5-8 {
    margin-left: 62.5%;
  }
  .column-offset-xlarge-7-8 {
    margin-left: 87.5%;
  }
  .column-offset-xlarge-1-9 {
    margin-left: 11.1111%;
  }
  .column-offset-xlarge-2-9 {
    margin-left: 22.2222%;
  }
  .column-offset-xlarge-4-9 {
    margin-left: 44.4444%;
  }
  .column-offset-xlarge-5-9 {
    margin-left: 55.5555%;
  }
  .column-offset-xlarge-7-9 {
    margin-left: 77.7777%;
  }
  .column-offset-xlarge-8-9 {
    margin-left: 88.8888%;
  }
  .column-offset-xlarge-1-10 {
    margin-left: 10%;
  }
  .column-offset-xlarge-3-10 {
    margin-left: 30%;
  }
  .column-offset-xlarge-7-10 {
    margin-left: 70%;
  }
  .column-offset-xlarge-9-10 {
    margin-left: 90%;
  }
  .column-offset-xlarge-1-11 {
    margin-left: 9.0909%;
  }
  .column-offset-xlarge-2-11 {
    margin-left: 18.1818%;
  }
  .column-offset-xlarge-3-11 {
    margin-left: 27.2727%;
  }
  .column-offset-xlarge-4-11 {
    margin-left: 36.3636%;
  }
  .column-offset-xlarge-5-11 {
    margin-left: 45.4545%;
  }
  .column-offset-xlarge-6-11 {
    margin-left: 54.5454%;
  }
  .column-offset-xlarge-7-11 {
    margin-left: 63.6363%;
  }
  .column-offset-xlarge-8-11 {
    margin-left: 72.7272%;
  }
  .column-offset-xlarge-9-11 {
    margin-left: 81.8181%;
  }
  .column-offset-xlarge-10-11 {
    margin-left: 90.909%;
  }
  .column-offset-xlarge-1-12 {
    margin-left: 8.3333%;
  }
  .column-offset-xlarge-5-12 {
    margin-left: 41.6665%;
  }
  .column-offset-xlarge-7-12 {
    margin-left: 58.3331%;
  }
  .column-offset-xlarge-10-12 {
    margin-left: 83.333%;
  }
  .column-offset-xlarge-11-12 {
    margin-left: 91.6663%;
  }
}
/*
 * Column Offset Large Classes
 */
@media (min-width: 1280px) and (max-width: 1679px) {
  .column-offset-large-reset {
    margin-left: 0;
  }
  .column-offset-large-1 {
    margin-left: 100%;
  }
  .column-offset-large-1-2,
  .column-offset-large-2-4,
  .column-offset-large-3-6,
  .column-offset-large-4-8,
  .column-offset-large-5-10,
  .column-offset-large-6-12 {
    margin-left: 50%;
  }
  .column-offset-large-1-3,
  .column-offset-large-2-6,
  .column-offset-large-3-9,
  .column-offset-large-4-12 {
    margin-left: 33.3333%;
  }
  .column-offset-large-2-3,
  .column-offset-large-4-6,
  .column-offset-large-6-9,
  .column-offset-large-8-12 {
    margin-left: 66.6666%;
  }
  .column-offset-large-1-4,
  .column-offset-large-2-8,
  .column-offset-large-3-12 {
    margin-left: 25%;
  }
  .column-offset-large-3-4,
  .column-offset-large-6-8,
  .column-offset-large-9-12 {
    margin-left: 75%;
  }
  .column-offset-large-1-5,
  .column-offset-large-2-10 {
    margin-left: 20%;
  }
  .column-offset-large-2-5,
  .column-offset-large-4-10 {
    margin-left: 40%;
  }
  .column-offset-large-3-5,
  .column-offset-large-6-10 {
    margin-left: 60%;
  }
  .column-offset-large-4-5,
  .column-offset-large-8-10 {
    margin-left: 80%;
  }
  .column-offset-large-1-6,
  .column-offset-large-2-12 {
    margin-left: 16.6667%;
  }
  .column-offset-large-5-6 {
    margin-left: 83.3335%;
  }
  .column-offset-large-1-7 {
    margin-left: 14.2857%;
  }
  .column-offset-large-2-7 {
    margin-left: 28.5714%;
  }
  .column-offset-large-3-7 {
    margin-left: 42.8571%;
  }
  .column-offset-large-4-7 {
    margin-left: 57.1428%;
  }
  .column-offset-large-5-7 {
    margin-left: 71.4285%;
  }
  .column-offset-large-6-7 {
    margin-left: 85.7142%;
  }
  .column-offset-large-1-8 {
    margin-left: 12.5%;
  }
  .column-offset-large-3-8 {
    margin-left: 37.5%;
  }
  .column-offset-large-5-8 {
    margin-left: 62.5%;
  }
  .column-offset-large-7-8 {
    margin-left: 87.5%;
  }
  .column-offset-large-1-9 {
    margin-left: 11.1111%;
  }
  .column-offset-large-2-9 {
    margin-left: 22.2222%;
  }
  .column-offset-large-4-9 {
    margin-left: 44.4444%;
  }
  .column-offset-large-5-9 {
    margin-left: 55.5555%;
  }
  .column-offset-large-7-9 {
    margin-left: 77.7777%;
  }
  .column-offset-large-8-9 {
    margin-left: 88.8888%;
  }
  .column-offset-large-1-10 {
    margin-left: 10%;
  }
  .column-offset-large-3-10 {
    margin-left: 30%;
  }
  .column-offset-large-7-10 {
    margin-left: 70%;
  }
  .column-offset-large-9-10 {
    margin-left: 90%;
  }
  .column-offset-large-1-11 {
    margin-left: 9.0909%;
  }
  .column-offset-large-2-11 {
    margin-left: 18.1818%;
  }
  .column-offset-large-3-11 {
    margin-left: 27.2727%;
  }
  .column-offset-large-4-11 {
    margin-left: 36.3636%;
  }
  .column-offset-large-5-11 {
    margin-left: 45.4545%;
  }
  .column-offset-large-6-11 {
    margin-left: 54.5454%;
  }
  .column-offset-large-7-11 {
    margin-left: 63.6363%;
  }
  .column-offset-large-8-11 {
    margin-left: 72.7272%;
  }
  .column-offset-large-9-11 {
    margin-left: 81.8181%;
  }
  .column-offset-large-10-11 {
    margin-left: 90.909%;
  }
  .column-offset-large-1-12 {
    margin-left: 8.3333%;
  }
  .column-offset-large-5-12 {
    margin-left: 41.6665%;
  }
  .column-offset-large-7-12 {
    margin-left: 58.3331%;
  }
  .column-offset-large-10-12 {
    margin-left: 83.333%;
  }
  .column-offset-large-11-12 {
    margin-left: 91.6663%;
  }
}
/*
 * Column Offset Medium Classes
 */
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-offset-medium-reset {
    margin-left: 0;
  }
  .column-offset-medium-1 {
    margin-left: 100%;
  }
  .column-offset-medium-1-2,
  .column-offset-medium-2-4,
  .column-offset-medium-3-6,
  .column-offset-medium-4-8,
  .column-offset-medium-5-10,
  .column-offset-medium-6-12 {
    margin-left: 50%;
  }
  .column-offset-medium-1-3,
  .column-offset-medium-2-6,
  .column-offset-medium-3-9,
  .column-offset-medium-4-12 {
    margin-left: 33.3333%;
  }
  .column-offset-medium-2-3,
  .column-offset-medium-4-6,
  .column-offset-medium-6-9,
  .column-offset-medium-8-12 {
    margin-left: 66.6666%;
  }
  .column-offset-medium-1-4,
  .column-offset-medium-2-8,
  .column-offset-medium-3-12 {
    margin-left: 25%;
  }
  .column-offset-medium-3-4,
  .column-offset-medium-6-8,
  .column-offset-medium-9-12 {
    margin-left: 75%;
  }
  .column-offset-medium-1-5,
  .column-offset-medium-2-10 {
    margin-left: 20%;
  }
  .column-offset-medium-2-5,
  .column-offset-medium-4-10 {
    margin-left: 40%;
  }
  .column-offset-medium-3-5,
  .column-offset-medium-6-10 {
    margin-left: 60%;
  }
  .column-offset-medium-4-5,
  .column-offset-medium-8-10 {
    margin-left: 80%;
  }
  .column-offset-medium-1-6,
  .column-offset-medium-2-12 {
    margin-left: 16.6667%;
  }
  .column-offset-medium-5-6 {
    margin-left: 83.3335%;
  }
  .column-offset-medium-1-7 {
    margin-left: 14.2857%;
  }
  .column-offset-medium-2-7 {
    margin-left: 28.5714%;
  }
  .column-offset-medium-3-7 {
    margin-left: 42.8571%;
  }
  .column-offset-medium-4-7 {
    margin-left: 57.1428%;
  }
  .column-offset-medium-5-7 {
    margin-left: 71.4285%;
  }
  .column-offset-medium-6-7 {
    margin-left: 85.7142%;
  }
  .column-offset-medium-1-8 {
    margin-left: 12.5%;
  }
  .column-offset-medium-3-8 {
    margin-left: 37.5%;
  }
  .column-offset-medium-5-8 {
    margin-left: 62.5%;
  }
  .column-offset-medium-7-8 {
    margin-left: 87.5%;
  }
  .column-offset-medium-1-9 {
    margin-left: 11.1111%;
  }
  .column-offset-medium-2-9 {
    margin-left: 22.2222%;
  }
  .column-offset-medium-4-9 {
    margin-left: 44.4444%;
  }
  .column-offset-medium-5-9 {
    margin-left: 55.5555%;
  }
  .column-offset-medium-7-9 {
    margin-left: 77.7777%;
  }
  .column-offset-medium-8-9 {
    margin-left: 88.8888%;
  }
  .column-offset-medium-1-10 {
    margin-left: 10%;
  }
  .column-offset-medium-3-10 {
    margin-left: 30%;
  }
  .column-offset-medium-7-10 {
    margin-left: 70%;
  }
  .column-offset-medium-9-10 {
    margin-left: 90%;
  }
  .column-offset-medium-1-11 {
    margin-left: 9.0909%;
  }
  .column-offset-medium-2-11 {
    margin-left: 18.1818%;
  }
  .column-offset-medium-3-11 {
    margin-left: 27.2727%;
  }
  .column-offset-medium-4-11 {
    margin-left: 36.3636%;
  }
  .column-offset-medium-5-11 {
    margin-left: 45.4545%;
  }
  .column-offset-medium-6-11 {
    margin-left: 54.5454%;
  }
  .column-offset-medium-7-11 {
    margin-left: 63.6363%;
  }
  .column-offset-medium-8-11 {
    margin-left: 72.7272%;
  }
  .column-offset-medium-9-11 {
    margin-left: 81.8181%;
  }
  .column-offset-medium-10-11 {
    margin-left: 90.909%;
  }
  .column-offset-medium-1-12 {
    margin-left: 8.3333%;
  }
  .column-offset-medium-5-12 {
    margin-left: 41.6665%;
  }
  .column-offset-medium-7-12 {
    margin-left: 58.3331%;
  }
  .column-offset-medium-10-12 {
    margin-left: 83.333%;
  }
  .column-offset-medium-11-12 {
    margin-left: 91.6663%;
  }
}
/*
 * Column Offset Small Classes
 */
@media (min-width: 768px) and (max-width: 1023px) {
  .column-offset-small-1 {
    margin-left: 100%;
  }
  .column-offset-small-1-2,
  .column-offset-small-2-4,
  .column-offset-small-3-6,
  .column-offset-small-4-8,
  .column-offset-small-5-10,
  .column-offset-small-6-12 {
    margin-left: 50%;
  }
  .column-offset-small-1-3,
  .column-offset-small-2-6,
  .column-offset-small-3-9,
  .column-offset-small-4-12 {
    margin-left: 33.3333%;
  }
  .column-offset-small-2-3,
  .column-offset-small-4-6,
  .column-offset-small-6-9,
  .column-offset-small-8-12 {
    margin-left: 66.6666%;
  }
  .column-offset-small-1-4,
  .column-offset-small-2-8,
  .column-offset-small-3-12 {
    margin-left: 25%;
  }
  .column-offset-small-3-4,
  .column-offset-small-6-8,
  .column-offset-small-9-12 {
    margin-left: 75%;
  }
  .column-offset-small-1-5,
  .column-offset-small-2-10 {
    margin-left: 20%;
  }
  .column-offset-small-2-5,
  .column-offset-small-4-10 {
    margin-left: 40%;
  }
  .column-offset-small-3-5,
  .column-offset-small-6-10 {
    margin-left: 60%;
  }
  .column-offset-small-4-5,
  .column-offset-small-8-10 {
    margin-left: 80%;
  }
  .column-offset-small-1-6,
  .column-offset-small-2-12 {
    margin-left: 16.6667%;
  }
  .column-offset-small-5-6 {
    margin-left: 83.3335%;
  }
  .column-offset-small-1-7 {
    margin-left: 14.2857%;
  }
  .column-offset-small-2-7 {
    margin-left: 28.5714%;
  }
  .column-offset-small-3-7 {
    margin-left: 42.8571%;
  }
  .column-offset-small-4-7 {
    margin-left: 57.1428%;
  }
  .column-offset-small-5-7 {
    margin-left: 71.4285%;
  }
  .column-offset-small-6-7 {
    margin-left: 85.7142%;
  }
  .column-offset-small-1-8 {
    margin-left: 12.5%;
  }
  .column-offset-small-3-8 {
    margin-left: 37.5%;
  }
  .column-offset-small-5-8 {
    margin-left: 62.5%;
  }
  .column-offset-small-7-8 {
    margin-left: 87.5%;
  }
  .column-offset-small-1-9 {
    margin-left: 11.1111%;
  }
  .column-offset-small-2-9 {
    margin-left: 22.2222%;
  }
  .column-offset-small-4-9 {
    margin-left: 44.4444%;
  }
  .column-offset-small-5-9 {
    margin-left: 55.5555%;
  }
  .column-offset-small-7-9 {
    margin-left: 77.7777%;
  }
  .column-offset-small-8-9 {
    margin-left: 88.8888%;
  }
  .column-offset-small-1-10 {
    margin-left: 10%;
  }
  .column-offset-small-3-10 {
    margin-left: 30%;
  }
  .column-offset-small-7-10 {
    margin-left: 70%;
  }
  .column-offset-small-9-10 {
    margin-left: 90%;
  }
  .column-offset-small-1-11 {
    margin-left: 9.0909%;
  }
  .column-offset-small-2-11 {
    margin-left: 18.1818%;
  }
  .column-offset-small-3-11 {
    margin-left: 27.2727%;
  }
  .column-offset-small-4-11 {
    margin-left: 36.3636%;
  }
  .column-offset-small-5-11 {
    margin-left: 45.4545%;
  }
  .column-offset-small-6-11 {
    margin-left: 54.5454%;
  }
  .column-offset-small-7-11 {
    margin-left: 63.6363%;
  }
  .column-offset-small-8-11 {
    margin-left: 72.7272%;
  }
  .column-offset-small-9-11 {
    margin-left: 81.8181%;
  }
  .column-offset-small-10-11 {
    margin-left: 90.909%;
  }
  .column-offset-small-1-12 {
    margin-left: 8.3333%;
  }
  .column-offset-small-5-12 {
    margin-left: 41.6665%;
  }
  .column-offset-small-7-12 {
    margin-left: 58.3331%;
  }
  .column-offset-small-10-12 {
    margin-left: 83.333%;
  }
  .column-offset-small-11-12 {
    margin-left: 91.6663%;
  }
}
/*
 * Column Offset Extra Small Classes
 */
@media (max-width: 767px) {
  [class*='column-offset-'] {
    margin-left: 0;
  }
  .column-offset-xsmall-1 {
    margin-left: 100%;
  }
  .column-offset-xsmall-1-2,
  .column-offset-xsmall-2-4,
  .column-offset-xsmall-3-6,
  .column-offset-xsmall-4-8,
  .column-offset-xsmall-5-10,
  .column-offset-xsmall-6-12 {
    margin-left: 50%;
  }
  .column-offset-xsmall-1-3,
  .column-offset-xsmall-2-6,
  .column-offset-xsmall-3-9,
  .column-offset-xsmall-4-12 {
    margin-left: 33.3333%;
  }
  .column-offset-xsmall-2-3,
  .column-offset-xsmall-4-6,
  .column-offset-xsmall-6-9,
  .column-offset-xsmall-8-12 {
    margin-left: 66.6666%;
  }
  .column-offset-xsmall-1-4,
  .column-offset-xsmall-2-8,
  .column-offset-xsmall-3-12 {
    margin-left: 25%;
  }
  .column-offset-xsmall-3-4,
  .column-offset-xsmall-6-8,
  .column-offset-xsmall-9-12 {
    margin-left: 75%;
  }
  .column-offset-xsmall-1-5,
  .column-offset-xsmall-2-10 {
    margin-left: 20%;
  }
  .column-offset-xsmall-2-5,
  .column-offset-xsmall-4-10 {
    margin-left: 40%;
  }
  .column-offset-xsmall-3-5,
  .column-offset-xsmall-6-10 {
    margin-left: 60%;
  }
  .column-offset-xsmall-4-5,
  .column-offset-xsmall-8-10 {
    margin-left: 80%;
  }
  .column-offset-xsmall-1-6,
  .column-offset-xsmall-2-12 {
    margin-left: 16.6667%;
  }
  .column-offset-xsmall-5-6 {
    margin-left: 83.3335%;
  }
  .column-offset-xsmall-1-7 {
    margin-left: 14.2857%;
  }
  .column-offset-xsmall-2-7 {
    margin-left: 28.5714%;
  }
  .column-offset-xsmall-3-7 {
    margin-left: 42.8571%;
  }
  .column-offset-xsmall-4-7 {
    margin-left: 57.1428%;
  }
  .column-offset-xsmall-5-7 {
    margin-left: 71.4285%;
  }
  .column-offset-xsmall-6-7 {
    margin-left: 85.7142%;
  }
  .column-offset-xsmall-1-8 {
    margin-left: 12.5%;
  }
  .column-offset-xsmall-3-8 {
    margin-left: 37.5%;
  }
  .column-offset-xsmall-5-8 {
    margin-left: 62.5%;
  }
  .column-offset-xsmall-7-8 {
    margin-left: 87.5%;
  }
  .column-offset-xsmall-1-9 {
    margin-left: 11.1111%;
  }
  .column-offset-xsmall-2-9 {
    margin-left: 22.2222%;
  }
  .column-offset-xsmall-4-9 {
    margin-left: 44.4444%;
  }
  .column-offset-xsmall-5-9 {
    margin-left: 55.5555%;
  }
  .column-offset-xsmall-7-9 {
    margin-left: 77.7777%;
  }
  .column-offset-xsmall-8-9 {
    margin-left: 88.8888%;
  }
  .column-offset-xsmall-1-10 {
    margin-left: 10%;
  }
  .column-offset-xsmall-3-10 {
    margin-left: 30%;
  }
  .column-offset-xsmall-7-10 {
    margin-left: 70%;
  }
  .column-offset-xsmall-9-10 {
    margin-left: 90%;
  }
  .column-offset-xsmall-1-11 {
    margin-left: 9.0909%;
  }
  .column-offset-xsmall-2-11 {
    margin-left: 18.1818%;
  }
  .column-offset-xsmall-3-11 {
    margin-left: 27.2727%;
  }
  .column-offset-xsmall-4-11 {
    margin-left: 36.3636%;
  }
  .column-offset-xsmall-5-11 {
    margin-left: 45.4545%;
  }
  .column-offset-xsmall-6-11 {
    margin-left: 54.5454%;
  }
  .column-offset-xsmall-7-11 {
    margin-left: 63.6363%;
  }
  .column-offset-xsmall-8-11 {
    margin-left: 72.7272%;
  }
  .column-offset-xsmall-9-11 {
    margin-left: 81.8181%;
  }
  .column-offset-xsmall-10-11 {
    margin-left: 90.909%;
  }
  .column-offset-xsmall-1-12 {
    margin-left: 8.3333%;
  }
  .column-offset-xsmall-5-12 {
    margin-left: 41.6665%;
  }
  .column-offset-xsmall-7-12 {
    margin-left: 58.3331%;
  }
  .column-offset-xsmall-10-12 {
    margin-left: 83.333%;
  }
  .column-offset-xsmall-11-12 {
    margin-left: 91.6663%;
  }
}
/*
 * Column Push Classes
 */
.column-push-1 {
  left: 100%;
}
.column-push-1-2,
.column-push-2-4,
.column-push-3-6,
.column-push-4-8,
.column-push-5-10,
.column-push-6-12 {
  left: 50%;
}
.column-push-1-3,
.column-push-2-6,
.column-push-3-9,
.column-push-4-12 {
  left: 33.3333%;
}
.column-push-2-3,
.column-push-4-6,
.column-push-6-9,
.column-push-8-12 {
  left: 66.6666%;
}
.column-push-1-4,
.column-push-2-8,
.column-push-3-12 {
  left: 25%;
}
.column-push-3-4,
.column-push-6-8,
.column-push-9-12 {
  left: 75%;
}
.column-push-1-5,
.column-push-2-10 {
  left: 20%;
}
.column-push-2-5,
.column-push-4-10 {
  left: 40%;
}
.column-push-3-5,
.column-push-6-10 {
  left: 60%;
}
.column-push-4-5,
.column-push-8-10 {
  left: 80%;
}
.column-push-1-6,
.column-push-2-12 {
  left: 16.6667%;
}
.column-push-5-6 {
  left: 83.3335%;
}
.column-push-1-7 {
  left: 14.2857%;
}
.column-push-2-7 {
  left: 28.5714%;
}
.column-push-3-7 {
  left: 42.8571%;
}
.column-push-4-7 {
  left: 57.1428%;
}
.column-push-5-7 {
  left: 71.4285%;
}
.column-push-6-7 {
  left: 85.7142%;
}
.column-push-1-8 {
  left: 12.5%;
}
.column-push-3-8 {
  left: 37.5%;
}
.column-push-5-8 {
  left: 62.5%;
}
.column-push-7-8 {
  left: 87.5%;
}
.column-push-1-9 {
  left: 11.1111%;
}
.column-push-2-9 {
  left: 22.2222%;
}
.column-push-4-9 {
  left: 44.4444%;
}
.column-push-5-9 {
  left: 55.5555%;
}
.column-push-7-9 {
  left: 77.7777%;
}
.column-push-8-9 {
  left: 88.8888%;
}
.column-push-1-10 {
  left: 10%;
}
.column-push-3-10 {
  left: 30%;
}
.column-push-7-10 {
  left: 70%;
}
.column-push-9-10 {
  left: 90%;
}
.column-push-1-11 {
  left: 9.0909%;
}
.column-push-2-11 {
  left: 18.1818%;
}
.column-push-3-11 {
  left: 27.2727%;
}
.column-push-4-11 {
  left: 36.3636%;
}
.column-push-5-11 {
  left: 45.4545%;
}
.column-push-6-11 {
  left: 54.5454%;
}
.column-push-7-11 {
  left: 63.6363%;
}
.column-push-8-11 {
  left: 72.7272%;
}
.column-push-9-11 {
  left: 81.8181%;
}
.column-push-10-11 {
  left: 90.909%;
}
.column-push-1-12 {
  left: 8.3333%;
}
.column-push-5-12 {
  left: 41.6665%;
}
.column-push-7-12 {
  left: 58.3331%;
}
.column-push-10-12 {
  left: 83.333%;
}
.column-push-11-12 {
  left: 91.6663%;
}
/*
 * Column Push Extra Large Classes
 */
@media (min-width: 1680px) {
  .column-push-xlarge-reset {
    left: 0;
  }
  .column-push-xlarge-1 {
    left: 100%;
  }
  .column-push-xlarge-1-2,
  .column-push-xlarge-2-4,
  .column-push-xlarge-3-6,
  .column-push-xlarge-4-8,
  .column-push-xlarge-5-10,
  .column-push-xlarge-6-12 {
    left: 50%;
  }
  .column-push-xlarge-1-3,
  .column-push-xlarge-2-6,
  .column-push-xlarge-3-9,
  .column-push-xlarge-4-12 {
    left: 33.3333%;
  }
  .column-push-xlarge-2-3,
  .column-push-xlarge-4-6,
  .column-push-xlarge-6-9,
  .column-push-xlarge-8-12 {
    left: 66.6666%;
  }
  .column-push-xlarge-1-4,
  .column-push-xlarge-2-8,
  .column-push-xlarge-3-12 {
    left: 25%;
  }
  .column-push-xlarge-3-4,
  .column-push-xlarge-6-8,
  .column-push-xlarge-9-12 {
    left: 75%;
  }
  .column-push-xlarge-1-5,
  .column-push-xlarge-2-10 {
    left: 20%;
  }
  .column-push-xlarge-2-5,
  .column-push-xlarge-4-10 {
    left: 40%;
  }
  .column-push-xlarge-3-5,
  .column-push-xlarge-6-10 {
    left: 60%;
  }
  .column-push-xlarge-4-5,
  .column-push-xlarge-8-10 {
    left: 80%;
  }
  .column-push-xlarge-1-6,
  .column-push-xlarge-2-12 {
    left: 16.6667%;
  }
  .column-push-xlarge-5-6 {
    left: 83.3335%;
  }
  .column-push-xlarge-1-7 {
    left: 14.2857%;
  }
  .column-push-xlarge-2-7 {
    left: 28.5714%;
  }
  .column-push-xlarge-3-7 {
    left: 42.8571%;
  }
  .column-push-xlarge-4-7 {
    left: 57.1428%;
  }
  .column-push-xlarge-5-7 {
    left: 71.4285%;
  }
  .column-push-xlarge-6-7 {
    left: 85.7142%;
  }
  .column-push-xlarge-1-8 {
    left: 12.5%;
  }
  .column-push-xlarge-3-8 {
    left: 37.5%;
  }
  .column-push-xlarge-5-8 {
    left: 62.5%;
  }
  .column-push-xlarge-7-8 {
    left: 87.5%;
  }
  .column-push-xlarge-1-9 {
    left: 11.1111%;
  }
  .column-push-xlarge-2-9 {
    left: 22.2222%;
  }
  .column-push-xlarge-4-9 {
    left: 44.4444%;
  }
  .column-push-xlarge-5-9 {
    left: 55.5555%;
  }
  .column-push-xlarge-7-9 {
    left: 77.7777%;
  }
  .column-push-xlarge-8-9 {
    left: 88.8888%;
  }
  .column-push-xlarge-1-10 {
    left: 10%;
  }
  .column-push-xlarge-3-10 {
    left: 30%;
  }
  .column-push-xlarge-7-10 {
    left: 70%;
  }
  .column-push-xlarge-9-10 {
    left: 90%;
  }
  .column-push-xlarge-1-11 {
    left: 9.0909%;
  }
  .column-push-xlarge-2-11 {
    left: 18.1818%;
  }
  .column-push-xlarge-3-11 {
    left: 27.2727%;
  }
  .column-push-xlarge-4-11 {
    left: 36.3636%;
  }
  .column-push-xlarge-5-11 {
    left: 45.4545%;
  }
  .column-push-xlarge-6-11 {
    left: 54.5454%;
  }
  .column-push-xlarge-7-11 {
    left: 63.6363%;
  }
  .column-push-xlarge-8-11 {
    left: 72.7272%;
  }
  .column-push-xlarge-9-11 {
    left: 81.8181%;
  }
  .column-push-xlarge-10-11 {
    left: 90.909%;
  }
  .column-push-xlarge-1-12 {
    left: 8.3333%;
  }
  .column-push-xlarge-5-12 {
    left: 41.6665%;
  }
  .column-push-xlarge-7-12 {
    left: 58.3331%;
  }
  .column-push-xlarge-10-12 {
    left: 83.333%;
  }
  .column-push-xlarge-11-12 {
    left: 91.6663%;
  }
}
/*
 * Column Push Large Classes
 */
@media (min-width: 1280px) and (max-width: 1679px) {
  .column-push-large-reset {
    left: 0;
  }
  .column-push-large-1 {
    left: 100%;
  }
  .column-push-large-1-2,
  .column-push-large-2-4,
  .column-push-large-3-6,
  .column-push-large-4-8,
  .column-push-large-5-10,
  .column-push-large-6-12 {
    left: 50%;
  }
  .column-push-large-1-3,
  .column-push-large-2-6,
  .column-push-large-3-9,
  .column-push-large-4-12 {
    left: 33.3333%;
  }
  .column-push-large-2-3,
  .column-push-large-4-6,
  .column-push-large-6-9,
  .column-push-large-8-12 {
    left: 66.6666%;
  }
  .column-push-large-1-4,
  .column-push-large-2-8,
  .column-push-large-3-12 {
    left: 25%;
  }
  .column-push-large-3-4,
  .column-push-large-6-8,
  .column-push-large-9-12 {
    left: 75%;
  }
  .column-push-large-1-5,
  .column-push-large-2-10 {
    left: 20%;
  }
  .column-push-large-2-5,
  .column-push-large-4-10 {
    left: 40%;
  }
  .column-push-large-3-5,
  .column-push-large-6-10 {
    left: 60%;
  }
  .column-push-large-4-5,
  .column-push-large-8-10 {
    left: 80%;
  }
  .column-push-large-1-6,
  .column-push-large-2-12 {
    left: 16.6667%;
  }
  .column-push-large-5-6 {
    left: 83.3335%;
  }
  .column-push-large-1-7 {
    left: 14.2857%;
  }
  .column-push-large-2-7 {
    left: 28.5714%;
  }
  .column-push-large-3-7 {
    left: 42.8571%;
  }
  .column-push-large-4-7 {
    left: 57.1428%;
  }
  .column-push-large-5-7 {
    left: 71.4285%;
  }
  .column-push-large-6-7 {
    left: 85.7142%;
  }
  .column-push-large-1-8 {
    left: 12.5%;
  }
  .column-push-large-3-8 {
    left: 37.5%;
  }
  .column-push-large-5-8 {
    left: 62.5%;
  }
  .column-push-large-7-8 {
    left: 87.5%;
  }
  .column-push-large-1-9 {
    left: 11.1111%;
  }
  .column-push-large-2-9 {
    left: 22.2222%;
  }
  .column-push-large-4-9 {
    left: 44.4444%;
  }
  .column-push-large-5-9 {
    left: 55.5555%;
  }
  .column-push-large-7-9 {
    left: 77.7777%;
  }
  .column-push-large-8-9 {
    left: 88.8888%;
  }
  .column-push-large-1-10 {
    left: 10%;
  }
  .column-push-large-3-10 {
    left: 30%;
  }
  .column-push-large-7-10 {
    left: 70%;
  }
  .column-push-large-9-10 {
    left: 90%;
  }
  .column-push-large-1-11 {
    left: 9.0909%;
  }
  .column-push-large-2-11 {
    left: 18.1818%;
  }
  .column-push-large-3-11 {
    left: 27.2727%;
  }
  .column-push-large-4-11 {
    left: 36.3636%;
  }
  .column-push-large-5-11 {
    left: 45.4545%;
  }
  .column-push-large-6-11 {
    left: 54.5454%;
  }
  .column-push-large-7-11 {
    left: 63.6363%;
  }
  .column-push-large-8-11 {
    left: 72.7272%;
  }
  .column-push-large-9-11 {
    left: 81.8181%;
  }
  .column-push-large-10-11 {
    left: 90.909%;
  }
  .column-push-large-1-12 {
    left: 8.3333%;
  }
  .column-push-large-5-12 {
    left: 41.6665%;
  }
  .column-push-large-7-12 {
    left: 58.3331%;
  }
  .column-push-large-10-12 {
    left: 83.333%;
  }
  .column-push-large-11-12 {
    left: 91.6663%;
  }
}
/*
 * Column Push Medium Classes
 */
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-push-medium-reset {
    left: 0;
  }
  .column-push-medium-1 {
    left: 100%;
  }
  .column-push-medium-1-2,
  .column-push-medium-2-4,
  .column-push-medium-3-6,
  .column-push-medium-4-8,
  .column-push-medium-5-10,
  .column-push-medium-6-12 {
    left: 50%;
  }
  .column-push-medium-1-3,
  .column-push-medium-2-6,
  .column-push-medium-3-9,
  .column-push-medium-4-12 {
    left: 33.3333%;
  }
  .column-push-medium-2-3,
  .column-push-medium-4-6,
  .column-push-medium-6-9,
  .column-push-medium-8-12 {
    left: 66.6666%;
  }
  .column-push-medium-1-4,
  .column-push-medium-2-8,
  .column-push-medium-3-12 {
    left: 25%;
  }
  .column-push-medium-3-4,
  .column-push-medium-6-8,
  .column-push-medium-9-12 {
    left: 75%;
  }
  .column-push-medium-1-5,
  .column-push-medium-2-10 {
    left: 20%;
  }
  .column-push-medium-2-5,
  .column-push-medium-4-10 {
    left: 40%;
  }
  .column-push-medium-3-5,
  .column-push-medium-6-10 {
    left: 60%;
  }
  .column-push-medium-4-5,
  .column-push-medium-8-10 {
    left: 80%;
  }
  .column-push-medium-1-6,
  .column-push-medium-2-12 {
    left: 16.6667%;
  }
  .column-push-medium-5-6 {
    left: 83.3335%;
  }
  .column-push-medium-1-7 {
    left: 14.2857%;
  }
  .column-push-medium-2-7 {
    left: 28.5714%;
  }
  .column-push-medium-3-7 {
    left: 42.8571%;
  }
  .column-push-medium-4-7 {
    left: 57.1428%;
  }
  .column-push-medium-5-7 {
    left: 71.4285%;
  }
  .column-push-medium-6-7 {
    left: 85.7142%;
  }
  .column-push-medium-1-8 {
    left: 12.5%;
  }
  .column-push-medium-3-8 {
    left: 37.5%;
  }
  .column-push-medium-5-8 {
    left: 62.5%;
  }
  .column-push-medium-7-8 {
    left: 87.5%;
  }
  .column-push-medium-1-9 {
    left: 11.1111%;
  }
  .column-push-medium-2-9 {
    left: 22.2222%;
  }
  .column-push-medium-4-9 {
    left: 44.4444%;
  }
  .column-push-medium-5-9 {
    left: 55.5555%;
  }
  .column-push-medium-7-9 {
    left: 77.7777%;
  }
  .column-push-medium-8-9 {
    left: 88.8888%;
  }
  .column-push-medium-1-10 {
    left: 10%;
  }
  .column-push-medium-3-10 {
    left: 30%;
  }
  .column-push-medium-7-10 {
    left: 70%;
  }
  .column-push-medium-9-10 {
    left: 90%;
  }
  .column-push-medium-1-11 {
    left: 9.0909%;
  }
  .column-push-medium-2-11 {
    left: 18.1818%;
  }
  .column-push-medium-3-11 {
    left: 27.2727%;
  }
  .column-push-medium-4-11 {
    left: 36.3636%;
  }
  .column-push-medium-5-11 {
    left: 45.4545%;
  }
  .column-push-medium-6-11 {
    left: 54.5454%;
  }
  .column-push-medium-7-11 {
    left: 63.6363%;
  }
  .column-push-medium-8-11 {
    left: 72.7272%;
  }
  .column-push-medium-9-11 {
    left: 81.8181%;
  }
  .column-push-medium-10-11 {
    left: 90.909%;
  }
  .column-push-medium-1-12 {
    left: 8.3333%;
  }
  .column-push-medium-5-12 {
    left: 41.6665%;
  }
  .column-push-medium-7-12 {
    left: 58.3331%;
  }
  .column-push-medium-10-12 {
    left: 83.333%;
  }
  .column-push-medium-11-12 {
    left: 91.6663%;
  }
}
/*
 * Column Push Small Classes
 */
@media (min-width: 768px) and (max-width: 1023px) {
  .column-push-small-1 {
    left: 100%;
  }
  .column-push-small-1-2,
  .column-push-small-2-4,
  .column-push-small-3-6,
  .column-push-small-4-8,
  .column-push-small-5-10,
  .column-push-small-6-12 {
    left: 50%;
  }
  .column-push-small-1-3,
  .column-push-small-2-6,
  .column-push-small-3-9,
  .column-push-small-4-12 {
    left: 33.3333%;
  }
  .column-push-small-2-3,
  .column-push-small-4-6,
  .column-push-small-6-9,
  .column-push-small-8-12 {
    left: 66.6666%;
  }
  .column-push-small-1-4,
  .column-push-small-2-8,
  .column-push-small-3-12 {
    left: 25%;
  }
  .column-push-small-3-4,
  .column-push-small-6-8,
  .column-push-small-9-12 {
    left: 75%;
  }
  .column-push-small-1-5,
  .column-push-small-2-10 {
    left: 20%;
  }
  .column-push-small-2-5,
  .column-push-small-4-10 {
    left: 40%;
  }
  .column-push-small-3-5,
  .column-push-small-6-10 {
    left: 60%;
  }
  .column-push-small-4-5,
  .column-push-small-8-10 {
    left: 80%;
  }
  .column-push-small-1-6,
  .column-push-small-2-12 {
    left: 16.6667%;
  }
  .column-push-small-5-6 {
    left: 83.3335%;
  }
  .column-push-small-1-7 {
    left: 14.2857%;
  }
  .column-push-small-2-7 {
    left: 28.5714%;
  }
  .column-push-small-3-7 {
    left: 42.8571%;
  }
  .column-push-small-4-7 {
    left: 57.1428%;
  }
  .column-push-small-5-7 {
    left: 71.4285%;
  }
  .column-push-small-6-7 {
    left: 85.7142%;
  }
  .column-push-small-1-8 {
    left: 12.5%;
  }
  .column-push-small-3-8 {
    left: 37.5%;
  }
  .column-push-small-5-8 {
    left: 62.5%;
  }
  .column-push-small-7-8 {
    left: 87.5%;
  }
  .column-push-small-1-9 {
    left: 11.1111%;
  }
  .column-push-small-2-9 {
    left: 22.2222%;
  }
  .column-push-small-4-9 {
    left: 44.4444%;
  }
  .column-push-small-5-9 {
    left: 55.5555%;
  }
  .column-push-small-7-9 {
    left: 77.7777%;
  }
  .column-push-small-8-9 {
    left: 88.8888%;
  }
  .column-push-small-1-10 {
    left: 10%;
  }
  .column-push-small-3-10 {
    left: 30%;
  }
  .column-push-small-7-10 {
    left: 70%;
  }
  .column-push-small-9-10 {
    left: 90%;
  }
  .column-push-small-1-11 {
    left: 9.0909%;
  }
  .column-push-small-2-11 {
    left: 18.1818%;
  }
  .column-push-small-3-11 {
    left: 27.2727%;
  }
  .column-push-small-4-11 {
    left: 36.3636%;
  }
  .column-push-small-5-11 {
    left: 45.4545%;
  }
  .column-push-small-6-11 {
    left: 54.5454%;
  }
  .column-push-small-7-11 {
    left: 63.6363%;
  }
  .column-push-small-8-11 {
    left: 72.7272%;
  }
  .column-push-small-9-11 {
    left: 81.8181%;
  }
  .column-push-small-10-11 {
    left: 90.909%;
  }
  .column-push-small-1-12 {
    left: 8.3333%;
  }
  .column-push-small-5-12 {
    left: 41.6665%;
  }
  .column-push-small-7-12 {
    left: 58.3331%;
  }
  .column-push-small-10-12 {
    left: 83.333%;
  }
  .column-push-small-11-12 {
    left: 91.6663%;
  }
}
/*
 * Column Push Extra Small Classes
 */
@media (max-width: 767px) {
  [class*='column-push-'] {
    left: auto;
  }
  .column-push-xsmall-1 {
    left: 100%;
  }
  .column-push-xsmall-1-2,
  .column-push-xsmall-2-4,
  .column-push-xsmall-3-6,
  .column-push-xsmall-4-8,
  .column-push-xsmall-5-10,
  .column-push-xsmall-6-12 {
    left: 50%;
  }
  .column-push-xsmall-1-3,
  .column-push-xsmall-2-6,
  .column-push-xsmall-3-9,
  .column-push-xsmall-4-12 {
    left: 33.3333%;
  }
  .column-push-xsmall-2-3,
  .column-push-xsmall-4-6,
  .column-push-xsmall-6-9,
  .column-push-xsmall-8-12 {
    left: 66.6666%;
  }
  .column-push-xsmall-1-4,
  .column-push-xsmall-2-8,
  .column-push-xsmall-3-12 {
    left: 25%;
  }
  .column-push-xsmall-3-4,
  .column-push-xsmall-6-8,
  .column-push-xsmall-9-12 {
    left: 75%;
  }
  .column-push-xsmall-1-5,
  .column-push-xsmall-2-10 {
    left: 20%;
  }
  .column-push-xsmall-2-5,
  .column-push-xsmall-4-10 {
    left: 40%;
  }
  .column-push-xsmall-3-5,
  .column-push-xsmall-6-10 {
    left: 60%;
  }
  .column-push-xsmall-4-5,
  .column-push-xsmall-8-10 {
    left: 80%;
  }
  .column-push-xsmall-1-6,
  .column-push-xsmall-2-12 {
    left: 16.6667%;
  }
  .column-push-xsmall-5-6 {
    left: 83.3335%;
  }
  .column-push-xsmall-1-7 {
    left: 14.2857%;
  }
  .column-push-xsmall-2-7 {
    left: 28.5714%;
  }
  .column-push-xsmall-3-7 {
    left: 42.8571%;
  }
  .column-push-xsmall-4-7 {
    left: 57.1428%;
  }
  .column-push-xsmall-5-7 {
    left: 71.4285%;
  }
  .column-push-xsmall-6-7 {
    left: 85.7142%;
  }
  .column-push-xsmall-1-8 {
    left: 12.5%;
  }
  .column-push-xsmall-3-8 {
    left: 37.5%;
  }
  .column-push-xsmall-5-8 {
    left: 62.5%;
  }
  .column-push-xsmall-7-8 {
    left: 87.5%;
  }
  .column-push-xsmall-1-9 {
    left: 11.1111%;
  }
  .column-push-xsmall-2-9 {
    left: 22.2222%;
  }
  .column-push-xsmall-4-9 {
    left: 44.4444%;
  }
  .column-push-xsmall-5-9 {
    left: 55.5555%;
  }
  .column-push-xsmall-7-9 {
    left: 77.7777%;
  }
  .column-push-xsmall-8-9 {
    left: 88.8888%;
  }
  .column-push-xsmall-1-10 {
    left: 10%;
  }
  .column-push-xsmall-3-10 {
    left: 30%;
  }
  .column-push-xsmall-7-10 {
    left: 70%;
  }
  .column-push-xsmall-9-10 {
    left: 90%;
  }
  .column-push-xsmall-1-11 {
    left: 9.0909%;
  }
  .column-push-xsmall-2-11 {
    left: 18.1818%;
  }
  .column-push-xsmall-3-11 {
    left: 27.2727%;
  }
  .column-push-xsmall-4-11 {
    left: 36.3636%;
  }
  .column-push-xsmall-5-11 {
    left: 45.4545%;
  }
  .column-push-xsmall-6-11 {
    left: 54.5454%;
  }
  .column-push-xsmall-7-11 {
    left: 63.6363%;
  }
  .column-push-xsmall-8-11 {
    left: 72.7272%;
  }
  .column-push-xsmall-9-11 {
    left: 81.8181%;
  }
  .column-push-xsmall-10-11 {
    left: 90.909%;
  }
  .column-push-xsmall-1-12 {
    left: 8.3333%;
  }
  .column-push-xsmall-5-12 {
    left: 41.6665%;
  }
  .column-push-xsmall-7-12 {
    left: 58.3331%;
  }
  .column-push-xsmall-10-12 {
    left: 83.333%;
  }
  .column-push-xsmall-11-12 {
    left: 91.6663%;
  }
}
/*
 * Column Pull Classes
 */
.column-pull-1 {
  right: 100%;
}
.column-pull-1-2,
.column-pull-2-4,
.column-pull-3-6,
.column-pull-4-8,
.column-pull-5-10,
.column-pull-6-12 {
  right: 50%;
}
.column-pull-1-3,
.column-pull-2-6,
.column-pull-3-9,
.column-pull-4-12 {
  right: 33.3333%;
}
.column-pull-2-3,
.column-pull-4-6,
.column-pull-6-9,
.column-pull-8-12 {
  right: 66.6666%;
}
.column-pull-1-4,
.column-pull-2-8,
.column-pull-3-12 {
  right: 25%;
}
.column-pull-3-4,
.column-pull-6-8,
.column-pull-9-12 {
  right: 75%;
}
.column-pull-1-5,
.column-pull-2-10 {
  right: 20%;
}
.column-pull-2-5,
.column-pull-4-10 {
  right: 40%;
}
.column-pull-3-5,
.column-pull-6-10 {
  right: 60%;
}
.column-pull-4-5,
.column-pull-8-10 {
  right: 80%;
}
.column-pull-1-6,
.column-pull-2-12 {
  right: 16.6667%;
}
.column-pull-5-6 {
  right: 83.3335%;
}
.column-pull-1-7 {
  right: 14.2857%;
}
.column-pull-2-7 {
  right: 28.5714%;
}
.column-pull-3-7 {
  right: 42.8571%;
}
.column-pull-4-7 {
  right: 57.1428%;
}
.column-pull-5-7 {
  right: 71.4285%;
}
.column-pull-6-7 {
  right: 85.7142%;
}
.column-pull-1-8 {
  right: 12.5%;
}
.column-pull-3-8 {
  right: 37.5%;
}
.column-pull-5-8 {
  right: 62.5%;
}
.column-pull-7-8 {
  right: 87.5%;
}
.column-pull-1-9 {
  right: 11.1111%;
}
.column-pull-2-9 {
  right: 22.2222%;
}
.column-pull-4-9 {
  right: 44.4444%;
}
.column-pull-5-9 {
  right: 55.5555%;
}
.column-pull-7-9 {
  right: 77.7777%;
}
.column-pull-8-9 {
  right: 88.8888%;
}
.column-pull-1-10 {
  right: 10%;
}
.column-pull-3-10 {
  right: 30%;
}
.column-pull-7-10 {
  right: 70%;
}
.column-pull-9-10 {
  right: 90%;
}
.column-pull-1-11 {
  right: 9.0909%;
}
.column-pull-2-11 {
  right: 18.1818%;
}
.column-pull-3-11 {
  right: 27.2727%;
}
.column-pull-4-11 {
  right: 36.3636%;
}
.column-pull-5-11 {
  right: 45.4545%;
}
.column-pull-6-11 {
  right: 54.5454%;
}
.column-pull-7-11 {
  right: 63.6363%;
}
.column-pull-8-11 {
  right: 72.7272%;
}
.column-pull-9-11 {
  right: 81.8181%;
}
.column-pull-10-11 {
  right: 90.909%;
}
.column-pull-1-12 {
  right: 8.3333%;
}
.column-pull-5-12 {
  right: 41.6665%;
}
.column-pull-7-12 {
  right: 58.3331%;
}
.column-pull-10-12 {
  right: 83.333%;
}
.column-pull-11-12 {
  right: 91.6663%;
}
/*
 * Column Pull Extra Large Classes
 */
@media (min-width: 1680px) {
  .column-pull-xlarge-reset {
    right: 0;
  }
  .column-pull-xlarge-1 {
    right: 100%;
  }
  .column-pull-xlarge-1-2,
  .column-pull-xlarge-2-4,
  .column-pull-xlarge-3-6,
  .column-pull-xlarge-4-8,
  .column-pull-xlarge-5-10,
  .column-pull-xlarge-6-12 {
    right: 50%;
  }
  .column-pull-xlarge-1-3,
  .column-pull-xlarge-2-6,
  .column-pull-xlarge-3-9,
  .column-pull-xlarge-4-12 {
    right: 33.3333%;
  }
  .column-pull-xlarge-2-3,
  .column-pull-xlarge-4-6,
  .column-pull-xlarge-6-9,
  .column-pull-xlarge-8-12 {
    right: 66.6666%;
  }
  .column-pull-xlarge-1-4,
  .column-pull-xlarge-2-8,
  .column-pull-xlarge-3-12 {
    right: 25%;
  }
  .column-pull-xlarge-3-4,
  .column-pull-xlarge-6-8,
  .column-pull-xlarge-9-12 {
    right: 75%;
  }
  .column-pull-xlarge-1-5,
  .column-pull-xlarge-2-10 {
    right: 20%;
  }
  .column-pull-xlarge-2-5,
  .column-pull-xlarge-4-10 {
    right: 40%;
  }
  .column-pull-xlarge-3-5,
  .column-pull-xlarge-6-10 {
    right: 60%;
  }
  .column-pull-xlarge-4-5,
  .column-pull-xlarge-8-10 {
    right: 80%;
  }
  .column-pull-xlarge-1-6,
  .column-pull-xlarge-2-12 {
    right: 16.6667%;
  }
  .column-pull-xlarge-5-6 {
    right: 83.3335%;
  }
  .column-pull-xlarge-1-7 {
    right: 14.2857%;
  }
  .column-pull-xlarge-2-7 {
    right: 28.5714%;
  }
  .column-pull-xlarge-3-7 {
    right: 42.8571%;
  }
  .column-pull-xlarge-4-7 {
    right: 57.1428%;
  }
  .column-pull-xlarge-5-7 {
    right: 71.4285%;
  }
  .column-pull-xlarge-6-7 {
    right: 85.7142%;
  }
  .column-pull-xlarge-1-8 {
    right: 12.5%;
  }
  .column-pull-xlarge-3-8 {
    right: 37.5%;
  }
  .column-pull-xlarge-5-8 {
    right: 62.5%;
  }
  .column-pull-xlarge-7-8 {
    right: 87.5%;
  }
  .column-pull-xlarge-1-9 {
    right: 11.1111%;
  }
  .column-pull-xlarge-2-9 {
    right: 22.2222%;
  }
  .column-pull-xlarge-4-9 {
    right: 44.4444%;
  }
  .column-pull-xlarge-5-9 {
    right: 55.5555%;
  }
  .column-pull-xlarge-7-9 {
    right: 77.7777%;
  }
  .column-pull-xlarge-8-9 {
    right: 88.8888%;
  }
  .column-pull-xlarge-1-10 {
    right: 10%;
  }
  .column-pull-xlarge-3-10 {
    right: 30%;
  }
  .column-pull-xlarge-7-10 {
    right: 70%;
  }
  .column-pull-xlarge-9-10 {
    right: 90%;
  }
  .column-pull-xlarge-1-11 {
    right: 9.0909%;
  }
  .column-pull-xlarge-2-11 {
    right: 18.1818%;
  }
  .column-pull-xlarge-3-11 {
    right: 27.2727%;
  }
  .column-pull-xlarge-4-11 {
    right: 36.3636%;
  }
  .column-pull-xlarge-5-11 {
    right: 45.4545%;
  }
  .column-pull-xlarge-6-11 {
    right: 54.5454%;
  }
  .column-pull-xlarge-7-11 {
    right: 63.6363%;
  }
  .column-pull-xlarge-8-11 {
    right: 72.7272%;
  }
  .column-pull-xlarge-9-11 {
    right: 81.8181%;
  }
  .column-pull-xlarge-10-11 {
    right: 90.909%;
  }
  .column-pull-xlarge-1-12 {
    right: 8.3333%;
  }
  .column-pull-xlarge-5-12 {
    right: 41.6665%;
  }
  .column-pull-xlarge-7-12 {
    right: 58.3331%;
  }
  .column-pull-xlarge-10-12 {
    right: 83.333%;
  }
  .column-pull-xlarge-11-12 {
    right: 91.6663%;
  }
}
/*
 * Column Pull Large Classes
 */
@media (min-width: 1280px) and (max-width: 1679px) {
  .column-pull-large-reset {
    right: 0;
  }
  .column-pull-large-1 {
    right: 100%;
  }
  .column-pull-large-1-2,
  .column-pull-large-2-4,
  .column-pull-large-3-6,
  .column-pull-large-4-8,
  .column-pull-large-5-10,
  .column-pull-large-6-12 {
    right: 50%;
  }
  .column-pull-large-1-3,
  .column-pull-large-2-6,
  .column-pull-large-3-9,
  .column-pull-large-4-12 {
    right: 33.3333%;
  }
  .column-pull-large-2-3,
  .column-pull-large-4-6,
  .column-pull-large-6-9,
  .column-pull-large-8-12 {
    right: 66.6666%;
  }
  .column-pull-large-1-4,
  .column-pull-large-2-8,
  .column-pull-large-3-12 {
    right: 25%;
  }
  .column-pull-large-3-4,
  .column-pull-large-6-8,
  .column-pull-large-9-12 {
    right: 75%;
  }
  .column-pull-large-1-5,
  .column-pull-large-2-10 {
    right: 20%;
  }
  .column-pull-large-2-5,
  .column-pull-large-4-10 {
    right: 40%;
  }
  .column-pull-large-3-5,
  .column-pull-large-6-10 {
    right: 60%;
  }
  .column-pull-large-4-5,
  .column-pull-large-8-10 {
    right: 80%;
  }
  .column-pull-large-1-6,
  .column-pull-large-2-12 {
    right: 16.6667%;
  }
  .column-pull-large-5-6 {
    right: 83.3335%;
  }
  .column-pull-large-1-7 {
    right: 14.2857%;
  }
  .column-pull-large-2-7 {
    right: 28.5714%;
  }
  .column-pull-large-3-7 {
    right: 42.8571%;
  }
  .column-pull-large-4-7 {
    right: 57.1428%;
  }
  .column-pull-large-5-7 {
    right: 71.4285%;
  }
  .column-pull-large-6-7 {
    right: 85.7142%;
  }
  .column-pull-large-1-8 {
    right: 12.5%;
  }
  .column-pull-large-3-8 {
    right: 37.5%;
  }
  .column-pull-large-5-8 {
    right: 62.5%;
  }
  .column-pull-large-7-8 {
    right: 87.5%;
  }
  .column-pull-large-1-9 {
    right: 11.1111%;
  }
  .column-pull-large-2-9 {
    right: 22.2222%;
  }
  .column-pull-large-4-9 {
    right: 44.4444%;
  }
  .column-pull-large-5-9 {
    right: 55.5555%;
  }
  .column-pull-large-7-9 {
    right: 77.7777%;
  }
  .column-pull-large-8-9 {
    right: 88.8888%;
  }
  .column-pull-large-1-10 {
    right: 10%;
  }
  .column-pull-large-3-10 {
    right: 30%;
  }
  .column-pull-large-7-10 {
    right: 70%;
  }
  .column-pull-large-9-10 {
    right: 90%;
  }
  .column-pull-large-1-11 {
    right: 9.0909%;
  }
  .column-pull-large-2-11 {
    right: 18.1818%;
  }
  .column-pull-large-3-11 {
    right: 27.2727%;
  }
  .column-pull-large-4-11 {
    right: 36.3636%;
  }
  .column-pull-large-5-11 {
    right: 45.4545%;
  }
  .column-pull-large-6-11 {
    right: 54.5454%;
  }
  .column-pull-large-7-11 {
    right: 63.6363%;
  }
  .column-pull-large-8-11 {
    right: 72.7272%;
  }
  .column-pull-large-9-11 {
    right: 81.8181%;
  }
  .column-pull-large-10-11 {
    right: 90.909%;
  }
  .column-pull-large-1-12 {
    right: 8.3333%;
  }
  .column-pull-large-5-12 {
    right: 41.6665%;
  }
  .column-pull-large-7-12 {
    right: 58.3331%;
  }
  .column-pull-large-10-12 {
    right: 83.333%;
  }
  .column-pull-large-11-12 {
    right: 91.6663%;
  }
}
/*
 * Column Pull Medium Classes
 */
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-pull-medium-reset {
    right: 0;
  }
  .column-pull-medium-1 {
    right: 100%;
  }
  .column-pull-medium-1-2,
  .column-pull-medium-2-4,
  .column-pull-medium-3-6,
  .column-pull-medium-4-8,
  .column-pull-medium-5-10,
  .column-pull-medium-6-12 {
    right: 50%;
  }
  .column-pull-medium-1-3,
  .column-pull-medium-2-6,
  .column-pull-medium-3-9,
  .column-pull-medium-4-12 {
    right: 33.3333%;
  }
  .column-pull-medium-2-3,
  .column-pull-medium-4-6,
  .column-pull-medium-6-9,
  .column-pull-medium-8-12 {
    right: 66.6666%;
  }
  .column-pull-medium-1-4,
  .column-pull-medium-2-8,
  .column-pull-medium-3-12 {
    right: 25%;
  }
  .column-pull-medium-3-4,
  .column-pull-medium-6-8,
  .column-pull-medium-9-12 {
    right: 75%;
  }
  .column-pull-medium-1-5,
  .column-pull-medium-2-10 {
    right: 20%;
  }
  .column-pull-medium-2-5,
  .column-pull-medium-4-10 {
    right: 40%;
  }
  .column-pull-medium-3-5,
  .column-pull-medium-6-10 {
    right: 60%;
  }
  .column-pull-medium-4-5,
  .column-pull-medium-8-10 {
    right: 80%;
  }
  .column-pull-medium-1-6,
  .column-pull-medium-2-12 {
    right: 16.6667%;
  }
  .column-pull-medium-5-6 {
    right: 83.3335%;
  }
  .column-pull-medium-1-7 {
    right: 14.2857%;
  }
  .column-pull-medium-2-7 {
    right: 28.5714%;
  }
  .column-pull-medium-3-7 {
    right: 42.8571%;
  }
  .column-pull-medium-4-7 {
    right: 57.1428%;
  }
  .column-pull-medium-5-7 {
    right: 71.4285%;
  }
  .column-pull-medium-6-7 {
    right: 85.7142%;
  }
  .column-pull-medium-1-8 {
    right: 12.5%;
  }
  .column-pull-medium-3-8 {
    right: 37.5%;
  }
  .column-pull-medium-5-8 {
    right: 62.5%;
  }
  .column-pull-medium-7-8 {
    right: 87.5%;
  }
  .column-pull-medium-1-9 {
    right: 11.1111%;
  }
  .column-pull-medium-2-9 {
    right: 22.2222%;
  }
  .column-pull-medium-4-9 {
    right: 44.4444%;
  }
  .column-pull-medium-5-9 {
    right: 55.5555%;
  }
  .column-pull-medium-7-9 {
    right: 77.7777%;
  }
  .column-pull-medium-8-9 {
    right: 88.8888%;
  }
  .column-pull-medium-1-10 {
    right: 10%;
  }
  .column-pull-medium-3-10 {
    right: 30%;
  }
  .column-pull-medium-7-10 {
    right: 70%;
  }
  .column-pull-medium-9-10 {
    right: 90%;
  }
  .column-pull-medium-1-11 {
    right: 9.0909%;
  }
  .column-pull-medium-2-11 {
    right: 18.1818%;
  }
  .column-pull-medium-3-11 {
    right: 27.2727%;
  }
  .column-pull-medium-4-11 {
    right: 36.3636%;
  }
  .column-pull-medium-5-11 {
    right: 45.4545%;
  }
  .column-pull-medium-6-11 {
    right: 54.5454%;
  }
  .column-pull-medium-7-11 {
    right: 63.6363%;
  }
  .column-pull-medium-8-11 {
    right: 72.7272%;
  }
  .column-pull-medium-9-11 {
    right: 81.8181%;
  }
  .column-pull-medium-10-11 {
    right: 90.909%;
  }
  .column-pull-medium-1-12 {
    right: 8.3333%;
  }
  .column-pull-medium-5-12 {
    right: 41.6665%;
  }
  .column-pull-medium-7-12 {
    right: 58.3331%;
  }
  .column-pull-medium-10-12 {
    right: 83.333%;
  }
  .column-pull-medium-11-12 {
    right: 91.6663%;
  }
}
/*
 * Column Pull Small Classes
 */
@media (min-width: 768px) and (max-width: 1023px) {
  .column-pull-small-1 {
    right: 100%;
  }
  .column-pull-small-1-2,
  .column-pull-small-2-4,
  .column-pull-small-3-6,
  .column-pull-small-4-8,
  .column-pull-small-5-10,
  .column-pull-small-6-12 {
    right: 50%;
  }
  .column-pull-small-1-3,
  .column-pull-small-2-6,
  .column-pull-small-3-9,
  .column-pull-small-4-12 {
    right: 33.3333%;
  }
  .column-pull-small-2-3,
  .column-pull-small-4-6,
  .column-pull-small-6-9,
  .column-pull-small-8-12 {
    right: 66.6666%;
  }
  .column-pull-small-1-4,
  .column-pull-small-2-8,
  .column-pull-small-3-12 {
    right: 25%;
  }
  .column-pull-small-3-4,
  .column-pull-small-6-8,
  .column-pull-small-9-12 {
    right: 75%;
  }
  .column-pull-small-1-5,
  .column-pull-small-2-10 {
    right: 20%;
  }
  .column-pull-small-2-5,
  .column-pull-small-4-10 {
    right: 40%;
  }
  .column-pull-small-3-5,
  .column-pull-small-6-10 {
    right: 60%;
  }
  .column-pull-small-4-5,
  .column-pull-small-8-10 {
    right: 80%;
  }
  .column-pull-small-1-6,
  .column-pull-small-2-12 {
    right: 16.6667%;
  }
  .column-pull-small-5-6 {
    right: 83.3335%;
  }
  .column-pull-small-1-7 {
    right: 14.2857%;
  }
  .column-pull-small-2-7 {
    right: 28.5714%;
  }
  .column-pull-small-3-7 {
    right: 42.8571%;
  }
  .column-pull-small-4-7 {
    right: 57.1428%;
  }
  .column-pull-small-5-7 {
    right: 71.4285%;
  }
  .column-pull-small-6-7 {
    right: 85.7142%;
  }
  .column-pull-small-1-8 {
    right: 12.5%;
  }
  .column-pull-small-3-8 {
    right: 37.5%;
  }
  .column-pull-small-5-8 {
    right: 62.5%;
  }
  .column-pull-small-7-8 {
    right: 87.5%;
  }
  .column-pull-small-1-9 {
    right: 11.1111%;
  }
  .column-pull-small-2-9 {
    right: 22.2222%;
  }
  .column-pull-small-4-9 {
    right: 44.4444%;
  }
  .column-pull-small-5-9 {
    right: 55.5555%;
  }
  .column-pull-small-7-9 {
    right: 77.7777%;
  }
  .column-pull-small-8-9 {
    right: 88.8888%;
  }
  .column-pull-small-1-10 {
    right: 10%;
  }
  .column-pull-small-3-10 {
    right: 30%;
  }
  .column-pull-small-7-10 {
    right: 70%;
  }
  .column-pull-small-9-10 {
    right: 90%;
  }
  .column-pull-small-1-11 {
    right: 9.0909%;
  }
  .column-pull-small-2-11 {
    right: 18.1818%;
  }
  .column-pull-small-3-11 {
    right: 27.2727%;
  }
  .column-pull-small-4-11 {
    right: 36.3636%;
  }
  .column-pull-small-5-11 {
    right: 45.4545%;
  }
  .column-pull-small-6-11 {
    right: 54.5454%;
  }
  .column-pull-small-7-11 {
    right: 63.6363%;
  }
  .column-pull-small-8-11 {
    right: 72.7272%;
  }
  .column-pull-small-9-11 {
    right: 81.8181%;
  }
  .column-pull-small-10-11 {
    right: 90.909%;
  }
  .column-pull-small-1-12 {
    right: 8.3333%;
  }
  .column-pull-small-5-12 {
    right: 41.6665%;
  }
  .column-pull-small-7-12 {
    right: 58.3331%;
  }
  .column-pull-small-10-12 {
    right: 83.333%;
  }
  .column-pull-small-11-12 {
    right: 91.6663%;
  }
}
/*
 * Column Pull  Extra Small Classes
 */
@media (max-width: 767px) {
  [class*='column-pull-'] {
    right: auto;
  }
  .column-pull-xsmall-1 {
    right: 100%;
  }
  .column-pull-xsmall-1-2,
  .column-pull-xsmall-2-4,
  .column-pull-xsmall-3-6,
  .column-pull-xsmall-4-8,
  .column-pull-xsmall-5-10,
  .column-pull-xsmall-6-12 {
    right: 50%;
  }
  .column-pull-xsmall-1-3,
  .column-pull-xsmall-2-6,
  .column-pull-xsmall-3-9,
  .column-pull-xsmall-4-12 {
    right: 33.3333%;
  }
  .column-pull-xsmall-2-3,
  .column-pull-xsmall-4-6,
  .column-pull-xsmall-6-9,
  .column-pull-xsmall-8-12 {
    right: 66.6666%;
  }
  .column-pull-xsmall-1-4,
  .column-pull-xsmall-2-8,
  .column-pull-xsmall-3-12 {
    right: 25%;
  }
  .column-pull-xsmall-3-4,
  .column-pull-xsmall-6-8,
  .column-pull-xsmall-9-12 {
    right: 75%;
  }
  .column-pull-xsmall-1-5,
  .column-pull-xsmall-2-10 {
    right: 20%;
  }
  .column-pull-xsmall-2-5,
  .column-pull-xsmall-4-10 {
    right: 40%;
  }
  .column-pull-xsmall-3-5,
  .column-pull-xsmall-6-10 {
    right: 60%;
  }
  .column-pull-xsmall-4-5,
  .column-pull-xsmall-8-10 {
    right: 80%;
  }
  .column-pull-xsmall-1-6,
  .column-pull-xsmall-2-12 {
    right: 16.6667%;
  }
  .column-pull-xsmall-5-6 {
    right: 83.3335%;
  }
  .column-pull-xsmall-1-7 {
    right: 14.2857%;
  }
  .column-pull-xsmall-2-7 {
    right: 28.5714%;
  }
  .column-pull-xsmall-3-7 {
    right: 42.8571%;
  }
  .column-pull-xsmall-4-7 {
    right: 57.1428%;
  }
  .column-pull-xsmall-5-7 {
    right: 71.4285%;
  }
  .column-pull-xsmall-6-7 {
    right: 85.7142%;
  }
  .column-pull-xsmall-1-8 {
    right: 12.5%;
  }
  .column-pull-xsmall-3-8 {
    right: 37.5%;
  }
  .column-pull-xsmall-5-8 {
    right: 62.5%;
  }
  .column-pull-xsmall-7-8 {
    right: 87.5%;
  }
  .column-pull-xsmall-1-9 {
    right: 11.1111%;
  }
  .column-pull-xsmall-2-9 {
    right: 22.2222%;
  }
  .column-pull-xsmall-4-9 {
    right: 44.4444%;
  }
  .column-pull-xsmall-5-9 {
    right: 55.5555%;
  }
  .column-pull-xsmall-7-9 {
    right: 77.7777%;
  }
  .column-pull-xsmall-8-9 {
    right: 88.8888%;
  }
  .column-pull-xsmall-1-10 {
    right: 10%;
  }
  .column-pull-xsmall-3-10 {
    right: 30%;
  }
  .column-pull-xsmall-7-10 {
    right: 70%;
  }
  .column-pull-xsmall-9-10 {
    right: 90%;
  }
  .column-pull-xsmall-1-11 {
    right: 9.0909%;
  }
  .column-pull-xsmall-2-11 {
    right: 18.1818%;
  }
  .column-pull-xsmall-3-11 {
    right: 27.2727%;
  }
  .column-pull-xsmall-4-11 {
    right: 36.3636%;
  }
  .column-pull-xsmall-5-11 {
    right: 45.4545%;
  }
  .column-pull-xsmall-6-11 {
    right: 54.5454%;
  }
  .column-pull-xsmall-7-11 {
    right: 63.6363%;
  }
  .column-pull-xsmall-8-11 {
    right: 72.7272%;
  }
  .column-pull-xsmall-9-11 {
    right: 81.8181%;
  }
  .column-pull-xsmall-10-11 {
    right: 90.909%;
  }
  .column-pull-xsmall-1-12 {
    right: 8.3333%;
  }
  .column-pull-xsmall-5-12 {
    right: 41.6665%;
  }
  .column-pull-xsmall-7-12 {
    right: 58.3331%;
  }
  .column-pull-xsmall-10-12 {
    right: 83.333%;
  }
  .column-pull-xsmall-11-12 {
    right: 91.6663%;
  }
}
main.main-admin {
  background: #FFFFFF !important;
  overflow: hidden;
  grid-area: main;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  height: calc(100vh - 5rem );
  height: -o-calc(100vh - 5rem );
}
.admin-grid {
  height: 100vh;
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 22rem 1fr;
  -ms-grid-rows: 5rem 1fr;
  grid-template-columns: 22rem 1fr;
  grid-template-rows: 5rem 1fr;
  grid-gap: 0;
  overflow: hidden;
  grid-template-areas: "header header" "aside main";
}
/*
 * Form
 */
.form-divider {
  background: #F1F4F8;
  margin: 4rem 0 2rem;
}
.form-divider + .form-actions {
  border: 0;
}
.form-actions {
  text-align: center;
  padding: 2rem 0;
  margin: 2rem 0;
  border-top: 1px solid #F1F4F8;
}
.form-actions a {
  margin: 0 1rem;
  min-width: 20rem;
}
.form-actions button {
  margin: 0 1rem;
}
/*
 * Definitions
 */
/*
 * Label
 */
label {
  display: block;
  margin: 1rem 0 -0.5rem;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #303647;
  line-height: 1.5;
  text-align: left;
}
.field--required label {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
label .required {
  opacity: 0;
  pointer-events: none;
}
.field--required label .required {
  opacity: 1;
}
label .required:before {
  content: '*';
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #D53B49;
  margin-left: 0.2rem;
}
/*
 * Definitions
 */
/*
 * Fieldset
 */
fieldset {
  display: block;
  margin: 0;
  padding: 2rem;
  border: 1px solid #F2F4F7;
}
fieldset legend {
  display: inline-block;
  padding: 1rem;
  font-size: 1.6rem;
  color: #8C92A1;
}
/*
 * Definitions
 */
/*
 * Form Message
 */
.form-message {
  margin: 1rem 0 -0.5rem;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #303647;
  line-height: 1.5;
}
.form-message.error {
  color: #D53B49;
}
.form-message.warning {
  color: #EB6C22;
}
.form-message.success {
  color: #00AA00;
}
.form-message.info {
  color: #1E90FF;
}
/*
 * Definitions
 */
/*
 * Input
 */
input,
textarea,
select {
  display: block;
  margin: 1rem 0 -0.5rem;
  width: 100%;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  padding: 0 1.6rem;
  height: 3.6rem;
  font-size: 1.6rem;
  color: #303647;
  background: #FFFFFF;
  border: 1px solid #8C92A1;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
input:hover,
textarea:hover,
select:hover {
  color: #303647;
  background: #fafafa;
  border: 1px solid #d2d9e4;
}
input:focus,
textarea:focus,
select:focus {
  color: #303647;
  background: #fafafa;
  border: 1px solid #303647;
}
input:disabled,
textarea:disabled,
select:disabled {
  cursor: no-drop;
  color: #303647;
  background: #FAFAFC;
  border: 1px solid #dadae9;
}
.input-text {
  height: 3.6rem;
  background: #F1F4F8;
  font-size: 1.6rem;
  color: #303647;
  border-radius: 2px;
  display: block;
  padding: 0 1.6rem;
  line-height: 3.6rem;
  margin: 1rem 0 -0.5rem;
}
.input-text.double-height {
  height: 7.5rem;
}
.input-text.long-text {
  height: auto;
  height: 20rem;
  overflow: auto;
}
.input-link {
  padding: 1.3rem 2.2rem;
  height: 4.4rem;
  font-size: 1.4rem;
  color: #FFFFFF;
  background: #303647;
  border: 1px solid #6A748A;
  display: inline-block;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3.6rem;
  transition: all 0.2s ease-in-out;
  height: 3.6rem;
  margin: 1rem 0 -0.5rem;
  border-radius: 2px;
  width: 100%;
  padding: 1.1rem 2.2rem;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input-link.error {
  color: #FFFFFF;
  background: #D53B49;
  border: none;
}
.input-link.error:not(:disabled):hover,
.input-link.error:not(:disabled):focus {
  color: #FFFFFF;
  background: #b62734;
  border: none;
}
.input-link.warning {
  color: #FFFFFF;
  background: #EB6C22;
  border: none;
}
.input-link.warning:not(:disabled):hover,
.input-link.warning:not(:disabled):focus {
  color: #FFFFFF;
  background: #c85512;
  border: none;
}
.input-link.success {
  color: #FFFFFF;
  background: #00AA00;
  border: none;
}
.input-link.success:not(:disabled):hover,
.input-link.success:not(:disabled):focus {
  color: #FFFFFF;
  background: #007700;
  border: none;
}
.input-link.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
.input-link.info:not(:disabled):hover,
.input-link.info:not(:disabled):focus {
  color: #FFFFFF;
  background: #0077ea;
  border: none;
}
.input-link:not(:disabled):hover,
.input-link:not(:disabled):focus {
  color: #FFFFFF;
  background: #1b1f29;
  border: 1px solid #1b1f29;
}
.input-link.error {
  color: #FFFFFF;
  background: #D53B49;
  border: none;
}
.input-link.error:not(:disabled):hover,
.input-link.error:not(:disabled):focus {
  color: #FFFFFF;
  background: #b62734;
  border: none;
}
.input-link.warning {
  color: #FFFFFF;
  background: #EB6C22;
  border: none;
}
.input-link.warning:not(:disabled):hover,
.input-link.warning:not(:disabled):focus {
  color: #FFFFFF;
  background: #c85512;
  border: none;
}
.input-link.success {
  color: #FFFFFF;
  background: #00AA00;
  border: none;
}
.input-link.success:not(:disabled):hover,
.input-link.success:not(:disabled):focus {
  color: #FFFFFF;
  background: #007700;
  border: none;
}
.input-link.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
.input-link.info:not(:disabled):hover,
.input-link.info:not(:disabled):focus {
  color: #FFFFFF;
  background: #0077ea;
  border: none;
}
.input-link .icon {
  margin-left: 0.5rem;
}
/*
 * Textarea
 */
textarea {
  max-width: 100%;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.textarea-text {
  height: auto;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #1D1D1B;
  margin: .2rem 0;
  padding: 1.6rem;
  border-radius: 4px;
  background: #EBEEF4;
  padding-top: 1rem;
  min-height: 11rem;
}
/*
 * Input Styles
 */
.input-inverse {
  color: #FFFFFF;
  background: #303647;
  border: none;
}
.input-inverse::-moz-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-inverse:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-inverse:-ms-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-inverse:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-inverse::-webkit-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-inverse:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-inverse:hover {
  color: #FFFFFF;
  background: #2b303f;
  border: none;
}
.input-inverse:focus {
  color: #FFFFFF;
  background: #262a38;
  border: 1px solid #303647;
}
/*
 * Input Search
 */
input[type="search"] {
  border-radius: 2rem;
  -webkit-appearance: none;
  box-sizing: border-box;
}
/*
 * Input File
 */
input[type="file"] {
  padding: 0;
  height: auto;
  background: transparent;
  border: none;
  box-sizing: border-box;
}
/*
 * Checkbox and Radio
 */
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 10px;
  width: auto;
  height: auto;
}
input[type="checkbox"] + p,
input[type="radio"] + p {
  margin: 0;
  display: inline-block;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-right: 1rem;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin: auto 0.5rem auto auto;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  margin: auto 0.5rem auto auto;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
/*
 * Textarea
 */
textarea {
  padding: 1.6rem;
  height: auto;
  line-height: 1.5;
}
/*
 * Select
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*
 * Definitions
 */
/*
 * Input Indicators 
 */
input.error,
textarea.error {
  color: #D53B49;
  border-color: #D53B49;
}
input.warning,
textarea.warning {
  color: #EB6C22;
  border-color: #EB6C22;
}
input.success,
textarea.success {
  color: #00AA00;
  border-color: #00AA00;
}
input.info,
textarea.info {
  color: #1E90FF;
  border-color: #1E90FF;
}
/*
 * Definitions
 */
/*
 * Input Sizes
 */
.input-xlarge {
  padding: 0 3rem;
  height: 6rem;
  font-size: 2rem;
}
.input-xlarge::-moz-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-xlarge:focus::-moz-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
.input-xlarge:-ms-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-xlarge:focus:-ms-input-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
.input-xlarge::-webkit-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-xlarge:focus::-webkit-input-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
.input-large {
  padding: 0 2.5rem;
  height: 5rem;
  font-size: 1.8rem;
}
.input-large::-moz-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-large:focus::-moz-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
.input-large:-ms-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-large:focus:-ms-input-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
.input-large::-webkit-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-large:focus::-webkit-input-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
.input-medium {
  padding: 0 1.6rem;
  height: 3.6rem;
  font-size: 1.6rem;
}
.input-medium::-moz-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-medium:focus::-moz-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
.input-medium:-ms-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-medium:focus:-ms-input-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
.input-medium::-webkit-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-medium:focus::-webkit-input-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
.input-small {
  padding: 0 1.2rem;
  height: 3.6rem;
  font-size: 1.4rem;
}
.input-small::-moz-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-small:focus::-moz-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
.input-small:-ms-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-small:focus:-ms-input-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
.input-small::-webkit-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-small:focus::-webkit-input-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
.input-xsmall {
  padding: 0 0.8rem;
  height: 2.4rem;
  font-size: 1.2rem;
}
.input-xsmall::-moz-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-xsmall:focus::-moz-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
.input-xsmall:-ms-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-xsmall:focus:-ms-input-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
.input-xsmall::-webkit-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(48, 54, 71, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.input-xsmall:focus::-webkit-input-placeholder {
  color: rgba(48, 54, 71, 0.25);
}
/*
 * Input Group
 */
.input-group {
  position: relative;
  display: table;
  margin: 1rem 0 -0.5rem;
  border-collapse: separate;
}
.input-group.input-inline {
  float: left;
}
.input-group input {
  margin: 0;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.input-group[class*="column-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .input-group-button,
.input-group .input-group .form-input {
  display: table-cell;
}
.input-group-button {
  position: relative;
  font-size: 0rem;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-button > button,
.input-group-button > .button {
  position: relative;
  border-radius: 0 3.6rem 3.6rem 0;
  background-clip: padding-box;
}
.input-group-button > button + .button,
.input-group-button > .button + .button {
  margin-left: -1px;
}
.input-group-button > button:hover,
.input-group-button > .button:hover,
.input-group-button > button:focus,
.input-group-button > .button:focus,
.input-group-button > button:active,
.input-group-button > .button:active {
  z-index: 2;
}
.input-group-button:first-child > .button {
  margin-right: -1px;
}
.input-group-button:last-child > .button {
  margin-left: -1px;
}
.input-group-search {
  border-radius: 2rem;
  overflow: hidden;
}
.input-group-search input[type="search"] {
  padding-left: 2rem;
  border-radius: 2rem 0 0 2rem;
  background-clip: padding-box;
}
.input-group-search button,
.input-group-search .button {
  border-radius: 0 2rem 2rem 0;
  background-clip: padding-box;
}
/*
 * Definitions
 */
/*
 * Controls (Radio + Checkbox)
 */
.control {
  position: relative;
  display: block;
  margin: 1rem 0 -0.5rem;
  padding: 0 0 0 1.5em;
  color: #303647;
  cursor: pointer;
}
.control.control-inline {
  display: inline-block;
  margin-right: 2rem;
}
.control:hover .control-indicator {
  border: 1px solid #d2d9e4;
  background-color: #fafafa;
}
.control input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.control input:focus ~ .control-indicator {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 2px #1E90FF;
}
.control input:checked ~ .control-indicator {
  background: #6A748A;
  border: 1px solid #6A748A;
}
.control input:checked ~ .control-label {
  color: #303647;
}
.control.checkbox .control-indicator {
  border-radius: none;
}
.control.checkbox input:checked ~ .control-indicator {
  background: #6A748A no-repeat 50% 50% url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTIuOHB4IiBoZWlnaHQ9IjkuOHB4IiB2aWV3Qm94PSIwIDAgMTIuOCA5LjgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyLjggOS44IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTEuNCwwIDQuNCw3IDEuNCw0IDAsNS40IDMsOC40IDQuNCw5LjggNS44LDguNCAxMi44LDEuNCAiLz4NCjwvc3ZnPg0K');
}
.control.radio .control-indicator {
  border-radius: 50%;
}
.control.radio input:checked ~ .control-indicator:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
}
.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1rem;
  color: #6A748A;
  text-align: center;
  background-color: #FFFFFF;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #8C92A1;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.control-label {
  display: block;
  margin: 0 0 0 1rem;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #303647;
  line-height: 1.5;
  transition: color 0.2s ease-in-out;
}
/*
 * Definitions
 */
/*
 * Select
 */
select {
  display: block;
  width: 100%;
}
.select {
  position: relative;
  display: block;
  margin: 1rem 0 -0.5rem;
}
.select select {
  margin: 0;
  padding: 0 1.6rem;
  height: 3.6rem;
  line-height: auto;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #303647;
  cursor: pointer;
  outline: 0;
  background: #FFFFFF;
  border: 1px solid #8C92A1;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover {
  color: #303647;
  background: #fafafa;
  border: 1px solid #d2d9e4;
}
.select select:focus {
  color: #303647;
  background: #fafafa;
  border: 1px solid #303647;
}
.select:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.2rem;
  width: 0;
  height: 0;
  content: '';
  pointer-events: none;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0.4rem solid #303647;
}
/*
 * Select Inverse
 */
.select-inverse select {
  color: #FFFFFF;
  border: none;
  background: #303647;
}
.select-inverse select:hover {
  color: #FFFFFF;
  background: #2b303f;
  border: none;
}
.select-inverse select:focus {
  color: #FFFFFF;
  background: #262a38;
  border: 1px solid #303647;
}
.select-inverse:after {
  border-top: 0.4rem solid #FFFFFF;
}
@media screen and (min-width:0\0) {
  .select select {
    padding: 0.5em;
  }
  .select:before,
  .select:after {
    display: none;
  }
}
@-moz-document url-prefix() {
  .select select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem;
  }
  .select:before {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    pointer-events: none;
    width: 1em;
    border: 1px solid #8C92A1;
    border-width: 1px 1px 1px 0px;
    background: #FFFFFF;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
  }
  .select.large:before {
    width: 1.5em;
  }
  .select.select-inverse:before {
    border: none;
    background: #303647;
  }
}
/*
 * Definitions
 */
/*
 * Select Sizes
 */
.select-xlarge select {
  padding: 0 3rem;
  height: 6rem;
  font-size: 2rem;
  line-height: 6rem;
}
.select-large select {
  padding: 0 2.5rem;
  height: 5rem;
  font-size: 1.8rem;
  line-height: 5rem;
}
.select-medium select {
  padding: 0 1.6rem;
  height: 3.6rem;
  font-size: 1.6rem;
  line-height: 3.6rem;
}
.select-small select {
  padding: 0 1.2rem;
  height: 3.6rem;
  font-size: 1.4rem;
  line-height: 3.6rem;
}
.select-xsmall select {
  padding: 0 0.8rem;
  height: 2.4rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
.field {
  margin-bottom: 1.7rem;
  position: relative;
}
.field .box-error {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1.8rem;
}
.field .box-error p.error {
  color: #D53B49 !important;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  margin: 0;
  text-align: left;
}
.field.error:before {
  content: "\E900";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  right: 2rem;
  bottom: 1.8rem;
  -webkit-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
  color: #D53B49 !important;
  top: inherit;
  z-index: 2;
}
.field.error.field--textarea:before {
  bottom: inherit;
  top: 4rem;
}
.field.error.field--file:before {
  display: none;
}
.field.error.field--file input {
  border: 0;
}
.field.error input,
.field.error select,
.field.error textarea {
  border: 1px solid #D53B49;
}
.field.error .box-error {
  display: block;
}
.field.error .box-error p.error:not([hidden]) {
  display: block;
}
.field.error .box-error p.error:not([hidden]) ~ p {
  display: none;
}
.field.field--temperature:before {
  content: "\E926";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.5rem;
  font-size: 3rem;
  z-index: 9;
}
.field--select:before {
  content: "\E902";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  right: 1rem;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.field--date:before {
  content: "\E923";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  right: 1rem;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.field--checkbox-inline [type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.field--checkbox-inline [type="checkbox"] + label {
  padding: 1rem 1.5rem;
  border: 1px solid #F2F4F7;
  border-radius: 2px;
  cursor: pointer;
}
.field--checkbox-inline [type="checkbox"]:checked + label {
  background: #6A748A;
}
.field--two div {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
.field--two div input,
.field--two div app-input-integer-field,
.field--two div .input-text {
  width: 100%;
}
.field--two div input:nth-child(2),
.field--two div app-input-integer-field:nth-child(2),
.field--two div .input-text:nth-child(2) {
  margin-left: 1rem;
}
.field--two div input .field,
.field--two div app-input-integer-field .field,
.field--two div .input-text .field {
  margin: 0;
}
.field--three div {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
.field--three div input:nth-child(2) {
  margin-left: 1rem;
  margin-right: 1rem;
}
.field--radio,
.field--checkbox {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.field--radio-first label,
.field--checkbox-first label {
  margin-top: 0!important;
}
.field--radio input,
.field--checkbox input {
  display: none;
}
.field--radio input:checked + label:before,
.field--checkbox input:checked + label:before {
  position: absolute;
  right: 1rem;
  content: "\E925";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.field--radio input + label,
.field--checkbox input + label {
  margin-top: 3.6rem;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.field--radio input + label:nth-child(4),
.field--checkbox input + label:nth-child(4) {
  margin-left: 2rem;
}
.field--radio input + label:after,
.field--checkbox input + label:after {
  content: '';
  width: 4rem;
  height: 3.6rem;
  background: #FFFFFF;
  border: 1px solid #8C92A1;
  display: inline-block;
  margin-left: 1.5rem;
}
.field--checkbox-small-margin {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.field--checkbox-small-margin input + label {
  margin: 1rem 0 -0.5rem;
}
.field--radio-with-label {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.field--radio-with-label label:first-of-type {
  width: 100%;
}
.field--radio-with-label input + label {
  margin: 1rem 0 -0.5rem;
  margin-right: 1rem;
}
.field--actions.error:before,
.field--actions-large.error:before {
  right: 9rem;
}
.field--actions input,
.field--actions-large input,
.field--actions .input-text,
.field--actions-large .input-text,
.field--actions select,
.field--actions-large select,
.field--actions a,
.field--actions-large a,
.field--actions textarea,
.field--actions-large textarea {
  width: calc(100% - 8.3rem);
  width: -o-calc(100% - 8.3rem);
}
.field--actions textarea,
.field--actions-large textarea {
  height: 9rem;
  resize: none;
}
.field--actions .input-text,
.field--actions-large .input-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.field--actions .icon,
.field--actions-large .icon {
  position: absolute;
  bottom: 0;
  height: 3.6rem;
  width: 3.6rem;
  border-radius: 2px;
}
.field--actions .icon:before,
.field--actions-large .icon:before {
  margin: 0!important;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.field--actions .icon--download,
.field--actions-large .icon--download {
  position: relative;
}
.field--actions .icon--delete,
.field--actions-large .icon--delete {
  right: 0;
  background: #D53B49;
}
.field--actions .icon--delete:hover,
.field--actions-large .icon--delete:hover {
  background: #b62734;
}
.field--actions .icon--delete:before,
.field--actions-large .icon--delete:before {
  content: "\E920";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.field--actions .icon--edit,
.field--actions-large .icon--edit {
  right: 4.1rem;
  background: #8C92A1;
}
.field--actions .icon--edit:hover,
.field--actions-large .icon--edit:hover {
  background: #70788a;
}
.field--actions .icon--edit:before,
.field--actions-large .icon--edit:before {
  content: "\E92B";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.field--actions .icon--ok,
.field--actions-large .icon--ok {
  right: 0;
  background: #29D4A8;
}
.field--actions .icon--ok:hover,
.field--actions-large .icon--ok:hover {
  background: #21a986;
}
.field--actions .icon--ok:before,
.field--actions-large .icon--ok:before {
  content: "\E925";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.field--actions .icon--cancel,
.field--actions-large .icon--cancel {
  right: 4.1rem;
  background: #8C92A1;
}
.field--actions .icon--cancel:hover,
.field--actions-large .icon--cancel:hover {
  background: #70788a;
}
.field--actions .icon--cancel:before,
.field--actions-large .icon--cancel:before {
  content: "\E90F";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 2rem;
}
.field--actions .icon--box,
.field--actions-large .icon--box {
  right: 8.2rem;
  background: #8C92A1;
}
.field--actions .icon--box:hover,
.field--actions-large .icon--box:hover {
  background: #545c6d;
}
.field--actions .icon--box:before,
.field--actions-large .icon--box:before {
  content: "\E928";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 2rem;
}
.field--actions-large input,
.field--actions-large .input-text,
.field--actions-large select {
  width: calc(100% - 12.3rem);
  width: -o-calc(100% - 12.3rem);
}
.file-content {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-content .file--image {
  margin: 1rem 0 -0.5rem;
}
.file-content .file--image img {
  width: 6.5rem;
  height: 6.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 1rem;
}
.ng-dropdown-panel {
  border: 1px solid #8C92A1 !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  font-size: 1.4rem;
  color: #303647;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.marked,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.selected {
  background: #6A748A !important;
  color: #FFFFFF !important;
}
.ng-select {
  margin: 1rem 0 -0.5rem;
}
.ng-select.ng-multiple .ng-control {
  border-radius: 2px;
  border: 1px solid #8C92A1;
}
.ng-select.ng-multiple .ng-control .ng-value-container {
  padding-top: 0!important;
}
.ng-select.ng-multiple .ng-control .ng-value-container .ng-input {
  padding-bottom: 0!important;
}
.ng-select.ng-multiple .ng-control .ng-value-container .ng-input input {
  margin: 0;
  height: 3.4rem;
}
.ng-select.ng-multiple .ng-control .ng-value-container .ng-value {
  margin-bottom: 0;
}
.ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-label {
  font-size: 1.4rem;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-icon {
  padding: 0 4px;
}
.ng-select.ng-single .ng-control .ng-value-container .ng-value {
  font-size: 1.6rem;
}
.ng-select.ng-single .ng-control .ng-value-container .ng-input {
  top: 0!important;
}
.ng-select.ng-single .ng-control .ng-value-container .ng-input input {
  margin: 0;
}
/*
 * Elements
 */
/*
 * Definitions
 */
/*
 * Button
 */
button,
.button {
  display: inline-block;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3.6rem;
  transition: all 0.2s ease-in-out;
  padding: 1.3rem 2.2rem;
  height: 4.4rem;
  font-size: 1.4rem;
  color: #FFFFFF;
  background: #303647;
  border: 1px solid #6A748A;
}
button.error,
.button.error {
  color: #FFFFFF;
  background: #D53B49;
  border: none;
}
button.error:not(:disabled):hover,
.button.error:not(:disabled):hover,
button.error:not(:disabled):focus,
.button.error:not(:disabled):focus {
  color: #FFFFFF;
  background: #b62734;
  border: none;
}
button.warning,
.button.warning {
  color: #FFFFFF;
  background: #EB6C22;
  border: none;
}
button.warning:not(:disabled):hover,
.button.warning:not(:disabled):hover,
button.warning:not(:disabled):focus,
.button.warning:not(:disabled):focus {
  color: #FFFFFF;
  background: #c85512;
  border: none;
}
button.success,
.button.success {
  color: #FFFFFF;
  background: #00AA00;
  border: none;
}
button.success:not(:disabled):hover,
.button.success:not(:disabled):hover,
button.success:not(:disabled):focus,
.button.success:not(:disabled):focus {
  color: #FFFFFF;
  background: #007700;
  border: none;
}
button.info,
.button.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
button.info:not(:disabled):hover,
.button.info:not(:disabled):hover,
button.info:not(:disabled):focus,
.button.info:not(:disabled):focus {
  color: #FFFFFF;
  background: #0077ea;
  border: none;
}
button:not(:disabled):hover,
.button:not(:disabled):hover,
button:not(:disabled):focus,
.button:not(:disabled):focus {
  color: #FFFFFF;
  background: #1b1f29;
  border: 1px solid #1b1f29;
}
button:disabled {
  cursor: no-drop;
  opacity: 0.3;
}
.button.disabled {
  opacity: 0.3;
}
[role="button"] {
  cursor: pointer;
}
/*
 * Button Modifiers
 */
.button-block {
  display: block;
  width: 100%;
  text-align: center;
}
.button-center {
  display: inline-block;
  margin: 0 auto;
}
/*
 * Definitions
 */
/*
 * Button Styles
 */
.button-inverse {
  color: #FAFAFC;
  background: #303647;
  border: none;
}
.button-inverse:not(:disabled):hover,
.button-inverse:not(:disabled):focus {
  color: #FAFAFC;
  background: #1b1f29;
  border: none;
}
.button-text {
  color: #303647;
  background: transparent;
  border: none;
}
.button-text:not(:disabled):hover,
.button-text:not(:disabled):focus {
  color: #6A748A;
  background: transparent;
  border: none;
}
.button-primary {
  color: #FFFFFF;
  background: #6A748A;
  border: none;
}
.button-primary:not(:disabled):hover,
.button-primary:not(:disabled):focus {
  color: #FFFFFF;
  background: #545c6d;
  border: none;
}
.button-secondary {
  color: #FFFFFF;
  background: #29D4A8;
  border: none;
}
.button-secondary:not(:disabled):hover,
.button-secondary:not(:disabled):focus {
  color: #FFFFFF;
  background: #21a986;
  border: none;
}
.button-tertiary {
  color: #FFFFFF;
  background: #8B008B;
  border: none;
}
.button-tertiary:not(:disabled):hover,
.button-tertiary:not(:disabled):focus {
  color: #FFFFFF;
  background: #580058;
  border: none;
}
.button-error {
  color: #FFFFFF;
  background: #D53B49;
  border: none;
}
.button-error:not(:disabled):hover,
.button-error:not(:disabled):focus {
  color: #FFFFFF;
  background: #b62734;
  border: none;
}
.button-border {
  color: #303647;
  background: transparent;
  border: 1px solid #303647;
}
.button-border:not(:disabled):hover,
.button-border:not(:disabled):focus {
  color: #FFFFFF;
  background: #303647;
  border: 1px solid #303647;
}
.button-border-primary {
  color: #6A748A;
  background: transparent;
  border: 1px solid #6A748A;
}
.button-border-primary:not(:disabled):hover,
.button-border-primary:not(:disabled):focus {
  color: #FFFFFF;
  background: #303647;
  border: 1px solid #303647;
}
.button-grey {
  color: #303647;
  background: #F2F4F7;
  border: 1px solid #F2F4F7;
}
.button-grey:not(:disabled):hover,
.button-grey:not(:disabled):focus {
  color: #FFFFFF;
  background: #303647;
  border: 1px solid #303647;
}
.button-disabled {
  color: rgba(48, 54, 71, 0.3);
  background: #F2F4F7;
  border: 1px solid #F2F4F7;
  pointer-events: none;
}
.button-disabled:not(:disabled):hover,
.button-disabled:not(:disabled):focus {
  color: #FFFFFF;
  background: #303647;
  border: 1px solid #303647;
}
/*
 * Definitions
 */
/*
 * Button Indicators
 */
button.error,
.button.error {
  color: #FFFFFF;
  background: #D53B49;
  border: none;
}
button.error:not(:disabled):hover,
.button.error:not(:disabled):hover,
button.error:not(:disabled):focus,
.button.error:not(:disabled):focus {
  color: #FFFFFF;
  background: #b62734;
  border: none;
}
button.warning,
.button.warning {
  color: #FFFFFF;
  background: #EB6C22;
  border: none;
}
button.warning:not(:disabled):hover,
.button.warning:not(:disabled):hover,
button.warning:not(:disabled):focus,
.button.warning:not(:disabled):focus {
  color: #FFFFFF;
  background: #c85512;
  border: none;
}
button.success,
.button.success {
  color: #FFFFFF;
  background: #00AA00;
  border: none;
}
button.success:not(:disabled):hover,
.button.success:not(:disabled):hover,
button.success:not(:disabled):focus,
.button.success:not(:disabled):focus {
  color: #FFFFFF;
  background: #007700;
  border: none;
}
button.info,
.button.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
button.info:not(:disabled):hover,
.button.info:not(:disabled):hover,
button.info:not(:disabled):focus,
.button.info:not(:disabled):focus {
  color: #FFFFFF;
  background: #0077ea;
  border: none;
}
/*
 * Definitions
 */
/*
 * Button Sizes
 */
.button-xlarge {
  padding: 1.8rem 3.2rem;
  height: 6rem;
  font-size: 2rem;
}
.button-large {
  padding: 1.4rem 2.8rem;
  height: 5rem;
  font-size: 1.8rem;
}
.button-medium {
  padding: 1.3rem 2.2rem;
  height: 4.4rem;
  font-size: 1.4rem;
}
.button-small {
  padding: 1rem 1.6rem;
  height: 3.4rem;
  font-size: 1.2rem;
}
.button-xsmall {
  padding: 0.6rem 1.2rem;
  height: 2.4rem;
  font-size: 1.2rem;
}
/*
 * Definitions
 */
/*
 * Button Icon
 */
.button-icon > svg {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  fill: currentColor;
  vertical-align: bottom;
  transition: fill 0.2s ease-in-out;
}
.button-icon-left > svg {
  margin-right: 1em;
}
.button-icon-right > svg {
  margin-left: 1em;
}
/*
 * Button Icon Styles
 */
.button-icon.button-inverse > svg {
  fill: #FAFAFC;
}
.button-icon.button-inverse:not(:disabled):hover > svg,
.button-icon.button-inverse:not(:disabled):focus > svg {
  fill: #FAFAFC;
}
.button-icon.button-text > svg {
  fill: #303647;
}
.button-icon.button-text:not(:disabled):hover > svg,
.button-icon.button-text:not(:disabled):focus > svg {
  fill: #6A748A;
}
.button-icon.button-primary > svg {
  fill: #FFFFFF;
}
.button-icon.button-primary:not(:disabled):hover > svg,
.button-icon.button-primary:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.button-secondary > svg {
  fill: #FFFFFF;
}
.button-icon.button-secondary:not(:disabled):hover > svg,
.button-icon.button-secondary:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.button-tertiary > svg {
  fill: #FFFFFF;
}
.button-icon.button-tertiary:not(:disabled):hover > svg,
.button-icon.button-tertiary:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.button-border > svg {
  fill: #303647;
}
.button-icon.button-border:not(:disabled):hover > svg,
.button-icon.button-border:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
/*
 * Button Icon Indicators
 */
.button-icon.error > svg {
  fill: #FFFFFF;
}
.button-icon.error:not(:disabled):hover > svg,
.button-icon.error:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.warning > svg {
  fill: #FFFFFF;
}
.button-icon.warning:not(:disabled):hover > svg,
.button-icon.warning:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.success > svg {
  fill: #FFFFFF;
}
.button-icon.success:not(:disabled):hover > svg,
.button-icon.success:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.info > svg {
  fill: #FFFFFF;
}
.button-icon.info:not(:disabled):hover > svg,
.button-icon.info:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
/*
 * Button Sizes
 */
.button-icon.button-xlarge > svg {
  width: 2rem;
  height: 2rem;
}
.button-icon.button-large > svg {
  width: 1.8rem;
  height: 1.8rem;
}
.button-icon.button-medium > svg {
  width: 1.4rem;
  height: 1.4rem;
}
.button-icon.button-small > svg {
  width: 1.2rem;
  height: 1.2rem;
}
.button-icon.button-xsmall > svg {
  width: 1.2rem;
  height: 1.2rem;
}
/*
 * Button Group
 */
.button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.button-group > button,
.button-group > .button {
  position: relative;
  float: left;
}
.button-group > button:hover,
.button-group > .button:hover,
.button-group > button:focus,
.button-group > .button:focus,
.button-group > button:active,
.button-group > .button:active,
.button-group > button.active,
.button-group > .button.active {
  z-index: 2;
}
.button-group button + button,
.button-group .button + .button,
.button-group button + .button-group,
.button-group .button + .button-group,
.button-group .button-group + button,
.button-group .button-group + .button,
.button-group .button-group + .button-group {
  margin-left: -1px;
}
.button-group > .button-group {
  float: left;
}
.button-group button:not(:first-child):not(:last-child),
.button-group .button:not(:first-child):not(:last-child),
.button-group .button-group:not(:first-child):not(:last-child) > button,
.button-group .button-group:not(:first-child):not(:last-child) > .button {
  border-radius: 0;
}
.button-group > .button-group:first-child > button:last-child,
.button-group > .button-group:first-child > .button:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.button-group > .button-group:last-child > button:first-child,
.button-group > .button-group:last-child > .button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.button-group > button:first-child,
.button-group > .button:first-child {
  margin-left: 0;
}
.button-group > button:first-child:not(:last-child),
.button-group > .button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.button-group > button:last-child:not(:first-child),
.button-group > .button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.button-group-block {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.button-group-block > button,
.button-group-block > .button,
.button-group-block > .button-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.button-group-block > .button-group .button,
.button-group-block > .button-group button {
  width: 100%;
}
/*
 * Definitions
 */
/*
 * Figure
 */
figure {
  display: block;
  margin: 0;
  padding: 1rem;
  border: 1px solid #F2F4F7;
}
figcaption {
  margin: 1rem 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #303647;
  text-align: center;
}
/*
 * Definitions
 */
/*
 * Media
 */
.media {
  display: block;
  position: relative;
  overflow: hidden;
  background: #FAFAFC;
}
.media > svg,
.media > img,
.media > video,
.media > iframe,
.media > .media-inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-1-2 {
  padding-top: 200%;
}
.media-9-16 {
  padding-top: 177.77777778%;
}
.media-9-14 {
  padding-top: 155.55555556%;
}
.media-2-3 {
  padding-top: 150%;
}
.media-3-4 {
  padding-top: 133.33333333%;
}
.media-1 {
  padding-top: 100%;
}
.media-4-3 {
  padding-top: 75%;
}
.media-3-2 {
  padding-top: 66.66666667%;
}
.media-16-9 {
  padding-top: 56.25%;
}
.media-2-1 {
  padding-top: 50%;
}
/*
 * Definitions
 */
/*
 * Nav
 */
nav ul,
.nav ul {
  margin: 0;
  list-style: none;
}
nav ul li,
.nav ul li {
  margin: 1rem 0;
}
.nav-inline ul li {
  display: inline-block;
  margin: 0 1rem;
}
.main-nav {
  padding-top: 0.2rem;
}
.main-nav ul li {
  margin: 0;
  position: relative;
  padding: 0;
}
.main-nav ul li.active a,
.main-nav ul li.active span {
  background: #242835;
  color: #FFFFFF;
  position: relative;
}
.main-nav ul li.active a:before,
.main-nav ul li.active span:before {
  color: #6A748A !important;
}
.main-nav ul li.active a:after,
.main-nav ul li.active span:after {
  content: '';
  width: 0.4rem;
  background: #6A748A !important;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.main-nav ul li a,
.main-nav ul li span,
.main-nav ul li a:focus,
.main-nav ul li span:focus {
  display: block;
  padding: 1.5rem 1.5rem 1.5rem 6rem;
  color: #8C92A1;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
}
.main-nav ul li a:hover,
.main-nav ul li span:hover,
.main-nav ul li a:focus:hover,
.main-nav ul li span:focus:hover {
  color: #FFFFFF;
  background: #20232f;
}
.main-nav ul li a:before,
.main-nav ul li span:before,
.main-nav ul li a:focus:before,
.main-nav ul li span:focus:before {
  position: absolute;
  left: 3.5rem;
  font-size: 2.5rem !important;
  top: 2.5rem;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.main-nav ul li.clients a:before,
.main-nav ul li.clients span:before {
  content: "\E911";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.providers a:before,
.main-nav ul li.providers span:before {
  content: "\E915";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.experts a:before,
.main-nav ul li.experts span:before {
  content: "\E918";
  content: "\E914";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.products a:before,
.main-nav ul li.products span:before {
  content: "\E90E";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.rates a:before,
.main-nav ul li.rates span:before {
  content: "\E916";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.orders a:before,
.main-nav ul li.orders span:before {
  content: "\E914";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.deliver-notes a:before,
.main-nav ul li.deliver-notes span:before {
  content: "\E955";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.invoices a:before,
.main-nav ul li.invoices span:before {
  content: "\E913";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.reports a:before,
.main-nav ul li.reports span:before {
  content: "\E917";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.configuration a:before,
.main-nav ul li.configuration span:before {
  content: "\E936";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.user-generated-content a:before,
.main-nav ul li.user-generated-content span:before {
  content: "\E939";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.posts a:before,
.main-nav ul li.posts span:before {
  content: "\E93F";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.appointment-clinical-report a:before,
.main-nav ul li.appointment-clinical-report span:before {
  content: "\E93F";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.experts-availability a:before,
.main-nav ul li.experts-availability span:before {
  content: "\E923";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.calendar a:before,
.main-nav ul li.calendar span:before {
  content: "\E923";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.sales a:before,
.main-nav ul li.sales span:before {
  content: "\E918";
  content: "\E914";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.articles a:before,
.main-nav ul li.articles span:before {
  content: "\E92B";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.families a:before,
.main-nav ul li.families span:before {
  content: "\E93D";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.incidences a:before,
.main-nav ul li.incidences span:before {
  content: "\E940";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.users a:before,
.main-nav ul li.users span:before {
  content: "\E949";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.crm a:before,
.main-nav ul li.crm span:before {
  content: "\E948";
  content: "\E952";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.evaluations a:before,
.main-nav ul li.evaluations span:before {
  content: "\E947";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.sessions a:before,
.main-nav ul li.sessions span:before {
  content: "\E946";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.engagement a:before,
.main-nav ul li.engagement span:before {
  content: "\E955";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.services a:before,
.main-nav ul li.services span:before {
  content: "\E944";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.radar a:before,
.main-nav ul li.radar span:before {
  content: "\E956";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.chart a:before,
.main-nav ul li.chart span:before {
  content: "\E942";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.training a:before,
.main-nav ul li.training span:before {
  content: "\E94A";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.education a:before,
.main-nav ul li.education span:before {
  content: "\E953";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.evaluation a:before,
.main-nav ul li.evaluation span:before {
  content: "\E954";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.dashboard a:before,
.main-nav ul li.dashboard span:before {
  content: "\E913";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.has-children {
  position: relative;
}
.main-nav ul li.has-children:before {
  position: absolute;
  color: #A9B1C4;
  right: 1rem;
  top: 1.5rem;
  z-index: 2;
}
.main-nav ul li.has-children.active:before {
  color: #FFFFFF;
}
.main-nav ul li.has-children.active ul li:not(.active) a {
  background: inherit;
  color: #A9B1C4;
}
.main-nav ul li.has-children.active ul li:not(.active) a:after {
  display: none;
}
.main-nav ul li.has-children ul {
  margin-top: 0;
}
.main-nav ul li.has-children ul li {
  padding-left: 0;
}
.main-nav ul li.has-children ul li a {
  padding: 1rem 1rem 1rem 6rem;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
}
.main-nav ul li.has-children ul li a:hover {
  color: #FFFFFF !important;
  background: #20232f !important;
}
.main-nav ul li.has-children ul li a:before {
  content: '' !important;
}
.main-nav ul li.has-children ul li.active a:after {
  display: none;
}
.main-nav ul li.has-children--open:before {
  content: "\E905";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.has-children--close:before {
  content: "\E902";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.main-nav ul li.has-children--close ul {
  display: none;
}
/*
 * Definitions
 */
/*
 * Table
 */
table,
.table {
  width: 100%;
  border-radius: 2px;
  border-spacing: 0 0.3rem;
  table-layout: fixed;
  border-collapse: collapse;
  display: table;
  height: 100%;
  position: relative;
  margin: 0;
  border: 0;
}
table tr.selected td,
.table tr.selected td {
  background-color: #00ff0050;
}
table.legend,
.table.legend {
  width: 50%;
}
table.legend tr td:first-child,
.table.legend tr td:first-child {
  width: 80px;
}
table.legend tr td div,
.table.legend tr td div {
  width: 30px;
  height: 60%;
}
table caption,
.table caption {
  margin: 1rem 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #303647;
  text-align: left;
}
table thead,
.table thead {
  background: transparent;
  height: 5rem;
}
table thead th,
.table thead th {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: left;
  text-transform: none;
  background: #303647;
  border: 0;
  height: 4.8rem;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #6A748A;
}
table thead th a,
.table thead th a {
  color: rgba(255, 255, 255, 0.9);
}
table thead th a:hover,
.table thead th a:hover,
table thead th a:focus,
.table thead th a:focus {
  color: rgba(255, 255, 255, 0.9);
}
table thead th .th__content,
.table thead th .th__content {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
table thead th .th__content__title,
.table thead th .th__content__title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table thead th .th__content__title a,
.table thead th .th__content__title a {
  color: rgba(255, 255, 255, 0.9);
}
table thead th .th__content__order,
.table thead th .th__content__order {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table thead th .th__content__order .order,
.table thead th .th__content__order .order {
  color: rgba(255, 255, 255, 0.9);
  margin-left: 2rem;
  display: none;
}
table thead th .th__content__order .order__up:before,
.table thead th .th__content__order .order__up:before {
  content: "\E91A";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
table thead th .th__content__order .order__bottom:before,
.table thead th .th__content__order .order__bottom:before {
  content: "\E919";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
table thead th .th__content__order .order.active,
.table thead th .th__content__order .order.active {
  display: block;
}
table td,
.table td,
table th,
.table th {
  padding-left: 0.5rem;
}
table td:first-child,
.table td:first-child,
table th:first-child,
.table th:first-child {
  padding-left: 3rem;
}
table td:last-child,
.table td:last-child,
table th:last-child,
.table th:last-child {
  padding-right: 3rem;
}
table td.actions,
.table td.actions,
table th.actions,
.table th.actions {
  text-align: right;
  position: relative;
}
table td.actions--more,
.table td.actions--more,
table th.actions--more,
.table th.actions--more {
  cursor: pointer;
  width: 8rem;
}
table td.actions--more .icon--more-vertical:before,
.table td.actions--more .icon--more-vertical:before,
table th.actions--more .icon--more-vertical:before,
.table th.actions--more .icon--more-vertical:before {
  font-size: 1.1rem;
}
table td.actions--more:hover .table-cell-actions,
.table td.actions--more:hover .table-cell-actions,
table th.actions--more:hover .table-cell-actions,
.table th.actions--more:hover .table-cell-actions {
  display: block;
}
table td.actions--icons a,
.table td.actions--icons a,
table th.actions--icons a,
.table th.actions--icons a,
table td.actions--icons span,
.table td.actions--icons span,
table th.actions--icons span,
.table th.actions--icons span {
  color: #6A748A;
  cursor: pointer;
}
table td.actions--icons a:hover,
.table td.actions--icons a:hover,
table th.actions--icons a:hover,
.table th.actions--icons a:hover,
table td.actions--icons span:hover,
.table td.actions--icons span:hover,
table th.actions--icons span:hover,
.table th.actions--icons span:hover {
  color: #303647 !important;
}
table td.actions--icons a:before,
.table td.actions--icons a:before,
table th.actions--icons a:before,
.table th.actions--icons a:before,
table td.actions--icons span:before,
.table td.actions--icons span:before,
table th.actions--icons span:before,
.table th.actions--icons span:before {
  font-size: 2.5rem;
}
table td.actions--icons a.icon--trash2,
.table td.actions--icons a.icon--trash2,
table th.actions--icons a.icon--trash2,
.table th.actions--icons a.icon--trash2,
table td.actions--icons span.icon--trash2,
.table td.actions--icons span.icon--trash2,
table th.actions--icons span.icon--trash2,
.table th.actions--icons span.icon--trash2,
table td.actions--icons a.icon--trash,
.table td.actions--icons a.icon--trash,
table th.actions--icons a.icon--trash,
.table th.actions--icons a.icon--trash,
table td.actions--icons span.icon--trash,
.table td.actions--icons span.icon--trash,
table th.actions--icons span.icon--trash,
.table th.actions--icons span.icon--trash {
  color: #D53B49;
}
table td.actions--icons a.icon--trash2:before,
.table td.actions--icons a.icon--trash2:before,
table th.actions--icons a.icon--trash2:before,
.table th.actions--icons a.icon--trash2:before,
table td.actions--icons span.icon--trash2:before,
.table td.actions--icons span.icon--trash2:before,
table th.actions--icons span.icon--trash2:before,
.table th.actions--icons span.icon--trash2:before,
table td.actions--icons a.icon--trash:before,
.table td.actions--icons a.icon--trash:before,
table th.actions--icons a.icon--trash:before,
.table th.actions--icons a.icon--trash:before,
table td.actions--icons span.icon--trash:before,
.table td.actions--icons span.icon--trash:before,
table th.actions--icons span.icon--trash:before,
.table th.actions--icons span.icon--trash:before {
  font-size: 1.8rem;
}
table tbody tr:nth-child(odd) td,
.table tbody tr:nth-child(odd) td {
  background: #FFFFFF;
}
table tbody td,
.table tbody td {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #303647;
  line-height: 1.5;
  vertical-align: middle;
  min-height: 4.8rem;
  height: 4.8rem;
  padding: 0;
  background: #F1F4F8;
  border-width: 0;
  border-color: rgba(198, 203, 212, 0.7);
  border-style: none;
  text-align: left;
}
table tbody td span > a,
.table tbody td span > a {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
table tbody td span > a.not-active,
.table tbody td span > a.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #000000;
}
table tbody td .icon[class*='icon--mail'],
.table tbody td .icon[class*='icon--mail'] {
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: inline-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
table tbody td .icon[class*='icon--mail']:hover,
.table tbody td .icon[class*='icon--mail']:hover {
  color: #6A748A;
}
table tbody td .icon[class*='icon--mail']:before,
.table tbody td .icon[class*='icon--mail']:before {
  width: 3rem;
  font-size: 2.2rem;
}
table tbody td .icon.icon--mail-pending:before,
.table tbody td .icon.icon--mail-pending:before,
table tbody td .icon.icon--mail-disabled:before,
.table tbody td .icon.icon--mail-disabled:before {
  position: relative;
  right: -0.6rem;
}
table tbody td .icon.icon--mail-outdated:before,
.table tbody td .icon.icon--mail-outdated:before {
  position: relative;
  right: -0.3rem;
}
table tbody td .icon.icon--mail-disabled,
.table tbody td .icon.icon--mail-disabled {
  cursor: default;
  opacity: 0.65;
  pointer-events: none;
}
table tbody td .icon.icon--mail-disabled:hover,
.table tbody td .icon.icon--mail-disabled:hover {
  color: currentColor;
}
table tbody td .icon.icon--edit:before,
.table tbody td .icon.icon--edit:before,
table tbody td .icon.icon--sms:before,
.table tbody td .icon.icon--sms:before,
table tbody td .icon.icon--reload:before,
.table tbody td .icon.icon--reload:before,
table tbody td .icon.icon--times:before,
.table tbody td .icon.icon--times:before {
  font-size: 2rem;
}
table tbody td.cell-tooltip,
.table tbody td.cell-tooltip {
  position: relative;
}
table tbody td.cell-tooltip:hover .tooltip,
.table tbody td.cell-tooltip:hover .tooltip {
  display: block;
  z-index: 99;
}
.table-responsive {
  margin: 2rem 0;
  overflow-x: auto;
  min-height: 0.01%;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #F2F4F7;
  }
  .table-responsive > table {
    margin: 0;
    border: none;
  }
  .table-responsive > table th,
  .table-responsive > table td {
    white-space: nowrap;
  }
  .table-responsive > table th:first-child,
  .table-responsive > table td:first-child {
    border-left: none;
  }
  .table-responsive > table th:last-child,
  .table-responsive > table td:last-child {
    border-right: none;
  }
  .table-responsive > table tr:first-child > th,
  .table-responsive > table tr:first-child > td {
    border-top: none;
  }
  .table-responsive > table tr:last-child > th,
  .table-responsive > table tr:last-child > td {
    border-bottom: none;
  }
}
.filter-empty,
.table-empty {
  text-align: center;
  font-size: 1.6rem;
  padding: 2rem 1rem;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.table-empty {
  font-size: 1.8rem;
}
.table-empty span {
  display: block;
}
.table-empty span:before {
  font-size: 2rem;
}
.table-content {
  position: relative;
}
.table-content .content-loader {
  width: 100%;
  position: absolute;
  height: 100%;
}
app-header {
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: header;
}
header.main-header--admin {
  background: #6A748A !important;
  border-bottom: 1px solid #303647;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: header;
}
header.main-header--admin .container {
  height: 5rem;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  padding-right: 0;
}
header.main-header--admin .container .logo {
  width: 22rem !important;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0!important;
  border-right: 1px solid #49505f;
  position: relative;
  height: 5rem;
  display: inline-block;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.main-header--admin .container .logo img {
  max-width: 12rem;
}
header.main-header--admin .container h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.7rem;
  padding-left: 3rem;
  margin: 0;
}
header.main-header--admin .container .main-header__right {
  margin-left: auto;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.main-header--admin .container .main-header__right .icon {
  border-right: 1px solid #49505f;
  height: 5rem;
  min-width: 8rem;
  position: relative;
}
header.main-header--admin .container .main-header__right .icon:hover {
  background: #303647 !important;
  color: #FFFFFF !important;
}
header.main-header--admin .container .main-header__right .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem;
  margin-right: 0;
}
header.main-header--admin .container .main-header__right .user {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #49505f;
  border-left: 1px solid #49505f;
  height: 5rem;
  position: relative;
  padding: 0 1.5rem;
}
header.main-header--admin .container .main-header__right .user .img {
  width: 3.3rem;
  height: 3.3rem;
  background: #303647;
  border-radius: 50%;
}
header.main-header--admin .container .main-header__right .user span {
  font-size: 1.6rem;
  position: relative;
  top: -4px;
  /* &:after{
            .fonticon_chevron-down();
            .font-size(2.5);
            position: relative;
            top: 5px;
          }*/
}
.subheader--admin {
  background: #F1F4F8;
  margin-bottom: 0rem;
}
.subheader--admin .container-main-section {
  height: 6.5rem;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subheader--admin .container-main-section .subheader--admin__action {
  height: 100%;
  margin-right: 1.5rem;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5.4rem;
  position: relative;
}
.subheader--admin .container-main-section .subheader--admin__action:after {
  content: '';
  width: 1px;
  height: 60%;
  right: 0;
  background: #979797;
}
.subheader--admin .container-main-section .subheader--admin__action .icon {
  width: 3.8rem;
  min-width: 3.8rem;
  height: 3.8rem;
  display: block;
  background: #6A748A !important;
  border-radius: 2px;
  position: relative;
  margin-right: 1.6rem;
}
.subheader--admin .container-main-section .subheader--admin__action .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFFFFF !important;
  font-size: 3.5rem !important;
  margin: 0!important;
}
.subheader--admin .container-main-section .subheader--admin__action .info {
  color: #545454;
  font-size: 1.6rem;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  padding-right: 1.5rem;
}
.subheader--admin .container-main-section .subheader--admin__action .info span {
  display: block;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}
.subheader--admin .container-main-section .subheader--admin__action.subheader--tpv__action--back .info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subheader--admin .container-main-section .subheader--admin__action.subheader--tpv__action--back .info span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subheader--admin .container-main-section .subheader--admin__action.subheader--tpv__action--back .icon:before {
  content: "\E903";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.subheader--admin .container-main-section .subheader--admin__action.subheader--tpv__action--cancel .icon:before {
  content: "\E90F";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.subheader--admin .container-main-section h1 {
  margin: 0;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subheader--admin .container-main-section h1 .order-status {
  font-size: 1.6rem;
  color: #FFFFFF;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 1rem;
  position: relative;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
}
.subheader--admin .container-main-section h1 .order-status--not-started {
  background: #303647;
}
.subheader--admin .container-main-section h1 .order-status--started-download-in-progress {
  background: #23B28D;
}
.subheader--admin .container-main-section h1 .order-status--started-download-not-in-progress {
  background: #D53B49;
}
.subheader--admin .container-main-section h1 .order-status--completed {
  background: #96802B;
}
.subheader--admin .container-main-section h1 .icon {
  margin-left: 0.5rem;
}
.subheader--admin .container-main-section h1 .icon:before {
  color: #757575;
  font-size: 1.8rem;
}
.subheader--admin .container-main-section h3 {
  margin: 0;
  margin-left: 1rem;
  color: #757575;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subheader--admin .container-main-section .button-add {
  margin-left: auto;
  position: relative;
  padding-left: 3rem;
}
.subheader--admin .container-main-section .button-add:before {
  content: "\E909";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  left: 1rem;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subheader--admin .container-main-section .subheader--admin__actions {
  margin-left: auto;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
.subheader--admin .container-main-section .subheader--admin__actions .button {
  margin-left: 1rem;
}
.subheader--admin .container-main-section .field {
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
}
.subheader--admin .container-main-section .field .field {
  margin: 0;
}
.subheader--admin .container-main-section .field .select {
  margin: 0;
}
.subheader--admin .container-main-section .field--select:before {
  top: 50%;
}
.subheader--admin .container-main-section .field input,
.subheader--admin .container-main-section .field select {
  height: 3.2rem;
  margin: 0;
  font-size: 1.4rem !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subheader--admin .container-main-section .field input::-moz-placeholder,
.subheader--admin .container-main-section .field select::-moz-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #757575;
  letter-spacing: auto;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.subheader--admin .container-main-section .field input:focus::-moz-placeholder,
.subheader--admin .container-main-section .field select:focus::-moz-placeholder {
  color: rgba(117, 117, 117, 0.25);
}
.subheader--admin .container-main-section .field input:-ms-input-placeholder,
.subheader--admin .container-main-section .field select:-ms-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #757575;
  letter-spacing: auto;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.subheader--admin .container-main-section .field input:focus:-ms-input-placeholder,
.subheader--admin .container-main-section .field select:focus:-ms-input-placeholder {
  color: rgba(117, 117, 117, 0.25);
}
.subheader--admin .container-main-section .field input::-webkit-input-placeholder,
.subheader--admin .container-main-section .field select::-webkit-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #757575;
  letter-spacing: auto;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.subheader--admin .container-main-section .field input:focus::-webkit-input-placeholder,
.subheader--admin .container-main-section .field select:focus::-webkit-input-placeholder {
  color: rgba(117, 117, 117, 0.25);
}
.subheader--admin .container-main-section .field .ng-select .ng-arrow-zone {
  margin: 0;
}
.subheader--admin .container-main-section .field .ng-select .ng-control {
  min-height: 3rem;
  border: 1px solid #8C92A1;
  border-radius: 2px;
}
.subheader--admin .container-main-section .field .ng-select .ng-control .ng-value-container .ng-input > input {
  height: 3rem;
}
.subheader--admin .container-main-section .field .ng-select.ng-multiple .ng-control .ng-value-container {
  padding-top: 0;
}
.subheader--admin .container-main-section .field .ng-select.ng-multiple .ng-control .ng-value-container .ng-input {
  padding-bottom: 0;
}
.subheader--admin .container-main-section .field .ng-select.ng-multiple .ng-control .ng-value-container .ng-value {
  margin-bottom: 0;
}
.subheader--admin .container-main-section .field .ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-icon {
  padding: 0 4px;
}
.subheader--admin .container-main-section .field .delete {
  background: #D53B49;
  display: block;
  border-radius: 2px;
  position: relative;
  color: #FFFFFF;
  font-size: 1.4rem;
  padding: 0.6rem 1.2rem;
  margin-top: 1.9rem;
}
.subheader--admin .container-main-section .field .action {
  margin-top: 1.9rem;
  background: #303647;
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  border-radius: 2px;
  position: relative;
}
.subheader--admin .container-main-section .field .action--excel:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFFFFF !important;
  content: "\E93E";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 2.5rem;
}
.subheader--admin .container-main-section .field .action--reports:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\E917";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  color: #FFFFFF !important;
  font-size: 2.5rem;
}
.subheader--admin .container-main-section label {
  font-size: 1.4rem;
  color: #303647;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 1.2rem 0 0;
}
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 1rem;
  z-index: 999;
  background: rgba(106, 116, 138, 0.83);
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  max-width: 420px;
  width: 100vw;
  min-height: 4rem;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
.modal-content .modal__content__header {
  padding: 2rem 4rem;
  position: relative;
  color: #FFFFFF !important;
  font-size: 3rem;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #303647 !important;
  text-align: center;
}
.modal-content .modal__content__header h4,
.modal-content .modal__content__header p {
  margin: 0;
  color: #FFFFFF !important;
  font-size: 3rem;
}
.modal-content .modal__content__header .close {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.modal-content .modal__content__header .close:before {
  content: "\E909";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 2.5rem;
  color: #FFFFFF !important;
  margin: 0;
}
.modal-content .modal__content__header .close:hover {
  @extend .text-primary;
}
.modal-content .modal__content__body {
  padding: 4rem;
  max-height: 80vh;
  overflow: auto;
}
.modal-content .modal__content__body > .info {
  margin-top: -4rem;
}
.modal-content .modal__content__body .actions {
  text-align: center;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-content .modal__content__body .actions .button {
  margin: 0 0.5rem;
}
.modal-content .modal__content__body .owl-dt-inline-container {
  margin-left: -4rem;
  width: calc(100% + 4rem * 2) !important;
  width: -o-calc(100% + 4rem * 2) !important;
  margin-bottom: 2rem;
}
.modal-content .modal__content__footer {
  text-align: center;
  padding: 0 4rem 4rem;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-content .modal__content__footer .button,
.modal-content .modal__content__footer a {
  margin: 0 1rem;
}
app-sidebar {
  grid-area: aside;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  overflow: auto;
}
.admin-sidebar {
  width: 22rem;
  background: #303647;
  height: calc(100vh - 5rem);
  height: -o-calc(100vh - 5rem);
  height: 100%;
  grid-area: aside;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  overflow: auto;
}
.submenu-admin-sidebar {
  width: 24.5rem;
  min-width: 24.5rem;
  margin-right: 1rem;
}
.submenu-admin-sidebar ul {
  margin: 0;
  list-style: none;
  background: #F1F4F8;
}
.submenu-admin-sidebar ul li {
  margin-left: 0;
}
.submenu-admin-sidebar ul li {
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
  margin: 0;
  position: relative;
}
.submenu-admin-sidebar ul li:before {
  content: "\E904";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.5s;
}
.submenu-admin-sidebar ul li.active:before {
  opacity: 1;
  color: #FFFFFF;
}
.submenu-admin-sidebar ul li.active a {
  background: #303647;
  color: #FFFFFF;
}
.submenu-admin-sidebar ul li a {
  display: block;
  padding: 2rem;
}
.submenu-admin-sidebar ul li:hover:before {
  opacity: 1;
}
.table-bar-title {
  display: inline-block;
  background: #F1F4F8;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: inline-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.2rem;
  width: auto;
}
.table-bar-title h3 {
  font-size: 1.8rem;
  margin: 0 2rem 0 0;
}
.table-bar-title .delete {
  background: #D53B49;
  display: block;
  border-radius: 2px;
  position: relative;
  color: #FFFFFF;
  font-size: 1.4rem;
  padding: 0.6rem 1.2rem;
}
.table-bar-title .other-action {
  background: #303647;
  display: block;
  border-radius: 2px;
  position: relative;
  color: #FFFFFF;
  font-size: 1.4rem;
  padding: 0.6rem 1.2rem;
}
.table-bar {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F1F4F8;
  border-radius: 2px;
  padding: 1rem 1.2rem;
  margin-bottom: 1.4rem;
}
.table-bar__actions {
  margin-right: 1.2rem;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-bar__actions span {
  font-size: 1.4rem;
}
.table-bar__actions .field {
  margin-left: 1.2rem;
  margin-bottom: 0;
}
.table-bar__filter {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -1.2rem;
}
.table-bar__filter .fields {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.table-bar__filter .fields .field {
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
}
.table-bar__filter .fields .field .field {
  margin: 0;
}
.table-bar__filter .fields .field .select {
  margin: 0;
}
.table-bar__filter .fields .field--select:before {
  top: 50%;
}
.table-bar__filter .fields .field input,
.table-bar__filter .fields .field select {
  height: 3.2rem;
  margin: 0;
  font-size: 1.4rem !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-bar__filter .fields .field input:-ms-input-placeholder,
.table-bar__filter .fields .field select:-ms-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #757575;
  letter-spacing: auto;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.table-bar__filter .fields .field input:focus:-ms-input-placeholder,
.table-bar__filter .fields .field select:focus:-ms-input-placeholder {
  color: rgba(117, 117, 117, 0.25);
}
.table-bar__filter .fields .field input::-webkit-input-placeholder,
.table-bar__filter .fields .field select::-webkit-input-placeholder {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #757575;
  letter-spacing: auto;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.table-bar__filter .fields .field input:focus::-webkit-input-placeholder,
.table-bar__filter .fields .field select:focus::-webkit-input-placeholder {
  color: rgba(117, 117, 117, 0.25);
}
.table-bar__filter .fields .field input::-webkit-input-placeholder,
.table-bar__filter .fields .field select::-webkit-input-placeholder {
  color: transparent;
}
.table-bar__filter .fields .field input:-ms-input-placeholder,
.table-bar__filter .fields .field select:-ms-input-placeholder {
  color: transparent;
}
.table-bar__filter .fields .field input::placeholder,
.table-bar__filter .fields .field select::placeholder {
  color: transparent;
}
.table-bar__filter .fields .field .ng-select {
  margin: 0;
}
.table-bar__filter .fields .field .ng-select.ng-single .ng-control {
  height: 3.2rem !important;
}
.table-bar__filter .fields .field .ng-select .ng-arrow-zone {
  margin: 0;
}
.table-bar__filter .fields .field .ng-select .ng-control {
  min-height: 3rem;
  border: 1px solid #8C92A1;
  border-radius: 2px;
}
.table-bar__filter .fields .field .ng-select .ng-control .ng-value-container .ng-input > input {
  height: 3rem;
}
.table-bar__filter .fields .field .ng-select.ng-multiple .ng-control .ng-value-container {
  padding-top: 0;
}
.table-bar__filter .fields .field .ng-select.ng-multiple .ng-control .ng-value-container .ng-input {
  padding-bottom: 0;
}
.table-bar__filter .fields .field .ng-select.ng-multiple .ng-control .ng-value-container .ng-value {
  margin-bottom: 0;
}
.table-bar__filter .fields .field .ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-icon {
  padding: 0 4px;
}
.table-bar__filter .fields .field .action {
  margin-top: 1.9rem;
  background: #303647;
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  border-radius: 2px;
  position: relative;
}
.table-bar__filter .fields .field .action--excel:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFFFFF !important;
  content: "\E93E";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 2.5rem;
}
.table-bar__filter .fields .field .action--reports:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\E917";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  color: #FFFFFF !important;
  font-size: 2.5rem;
}
.table-bar__filter span,
.table-bar__filter label {
  font-size: 1.4rem;
  color: #303647;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 1.2rem 0 0;
}
.table-bar__filter span.filter,
.table-bar__filter label.filter {
  color: #303647 !important;
  margin: 0 2rem;
}
.table-bar__filter span.filter a,
.table-bar__filter label.filter a {
  color: currentColor;
}
.table-bar__filter span.filter a:hover,
.table-bar__filter label.filter a:hover {
  color: #D53B49 !important;
}
.table-bar__info {
  margin: 1.5rem -1rem -1rem -1rem;
  background: #303647;
  width: calc(100% + 2rem);
  width: -o-calc(100% + 2rem);
  padding: 0.8rem;
  color: #FFFFFF;
  font-size: 1.4rem;
}
.table-bar .button {
  margin-top: 1.8rem;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination {
  list-style: none;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li {
  margin-left: 0;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li {
  margin: 0;
  position: relative;
  padding: 0!important;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li:not([class^="pagination"]) {
  display: none;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li a {
  cursor: pointer;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li a:before {
  content: '' !important;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li:hover:not(.disabled):before {
  color: #303647;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li:hover:not(.disabled) a {
  background: #FFFFFF;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li.disabled:before {
  opacity: 0.4;
  color: #545454;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li.disabled span {
  background: #8C92A1;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li a,
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li > span {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: #303647;
  display: block;
  position: relative;
  background: #303647;
  font-size: 0rem;
  margin: 0;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li a:before,
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li > span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #6A748A;
  font-size: 2rem;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #6A748A;
  z-index: 2;
  margin-right: 0;
  pointer-events: none;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li:after {
  content: '' !important;
  display: none!important;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li.pagination-previous a,
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li.pagination-previous span {
  border-radius: 2px 0 0 2px;
  margin: 0!important;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li.pagination-previous:before {
  content: "\E903" !important;
  font-family: 'zaindoo' !important;
  font-size: 1.4rem !important;
  line-height: 1.35 !important;
  font-weight: normal !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  margin-right: 0.25em !important;
  text-indent: 0 !important;
  font-size: 2rem !important;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li.pagination-next {
  margin-left: 0.1rem;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li.pagination-next a,
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li.pagination-next span {
  border-radius: 0 2px 2px 0;
}
app-pagination-manager pagination-controls pagination-template ul.ngx-pagination li.pagination-next:before {
  content: "\E904";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 2rem;
}
.box {
  margin-bottom: 2rem;
}
.box__title {
  background: #303647;
  border-bottom: 1px solid #6A748A;
  padding: 1.8rem 2.2rem;
  position: relative;
  height: 5.4rem;
}
.box__title h3 {
  color: #FFFFFF;
  font-size: 1.4rem;
}
.box__title .add {
  height: 5.4rem;
  position: absolute;
  right: 0;
  width: 5.4rem;
  background: #6A748A;
  display: block;
  top: 0;
}
.box__title .add:hover {
  background: #545c6d;
}
.box__title .add:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\E909";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  margin: 0;
  font-size: 2.5rem;
}
.box__content {
  padding: 1.8rem 2.2rem;
  background: #F1F4F8;
}
.box__content .empty {
  text-align: center;
  margin: 2rem auto;
}
.box__content .empty p {
  margin: 0;
}
.box__content .empty .button {
  margin-top: 2rem;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
  text-align: center;
}
.toast-container.toast-top-center {
  top: 6rem;
  right: 0;
  width: 100%;
  text-align: center;
}
.toast-container .toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 24px 15px 24px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  font-size: 1.6rem;
  display: inline-block;
  color: #FFFFFF;
}
.toast-container .toast.toast-error {
  background-color: #D53B49;
  box-shadow: 0 0 8px rgba(213, 59, 73, 0.9);
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.288);
}
.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.owl-dialog-container {
  position: relative;
  pointer-events: auto;
  box-sizing: border-box;
  display: block;
  padding: 1.5em;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  overflow: auto;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  height: 100%;
  outline: none;
}
.owl-dt-container,
.owl-dt-container * {
  box-sizing: border-box;
}
.owl-dt-container {
  display: block;
  font-size: 1rem;
  background: #ffffff;
  pointer-events: auto;
  z-index: 1000;
  box-shadow: none!important;
  width: 100%!important;
}
.owl-dt-container-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.owl-dt-container-row:last-child {
  border-bottom: none;
}
.owl-dt-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto!important;
}
.owl-dt-calendar-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  width: 100%;
  padding: .5em;
  color: #000000;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button {
  padding: 0 .8em;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
.owl-dt-calendar-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0!important;
  outline: 0;
}
.owl-dt-calendar-view {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.owl-dt-calendar-multi-year-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table {
  width: calc(97%);
}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table .owl-dt-calendar-header th {
  padding-bottom: .25em;
}
.owl-dt-calendar-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.owl-dt-calendar-table .owl-dt-calendar-header {
  color: rgba(0, 0, 0, 0.4);
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th {
  font-size: 1.4rem !important;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1em;
  background: transparent;
  color: #757575;
  text-transform: uppercase;
  border: 0;
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider {
  position: relative;
  height: 0!important;
  padding-bottom: 0!important;
  background: transparent;
  display: none;
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider:after {
  content: '';
  position: absolute;
  top: 0;
  left: -0.5em;
  right: -0.5em;
  height: 1px;
  background: transparent!important;
}
.owl-dt-calendar-table .owl-dt-calendar-cell {
  position: relative;
  height: 0;
  line-height: 0;
  text-align: center;
  outline: 0;
  color: #545454 !important;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background: transparent!important;
  padding: 2.8rem 1rem!important;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled {
  background: #F0F0F0 !important;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled .owl-dt-calendar-cell-content {
  cursor: default!important;
}
.owl-dt-calendar-table .owl-dt-calendar-body {
  box-shadow: none!important;
  border-top: 1px solid #6A748A;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-content {
  position: absolute;
  top: 5%;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  width: 90%;
  height: 90%;
  font-size: 1.6rem !important;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0.2rem!important;
  color: inherit;
  cursor: pointer;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-out {
  opacity: .2;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: rgba(0, 0, 0, 0.4);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected {
  color: #6A748A !important;
  background-color: #303647 !important;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected.owl-dt-calendar-cell-today {
  box-shadow: none!important;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled {
  cursor: default;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  color: rgba(0, 0, 0, 0.4);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-content.owl-dt-calendar-cell-selected {
  opacity: .4;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: rgba(0, 0, 0, 0.2);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-active:focus > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),
.owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  background-color: rgba(0, 0, 0, 0.04);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range {
  background: rgba(63, 81, 181, 0.002);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-from {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-to {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
.owl-dt-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 95%!important;
  padding: .5em;
  outline: none;
}
.owl-dt-timer-box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  height: 100%;
}
.owl-dt-timer-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: .2em 0;
}
.owl-dt-timer-content .owl-dt-timer-input {
  display: block;
  width: 2em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  outline: medium none;
  font-size: 1.2em;
  padding: .2em;
}
.owl-dt-timer-divider {
  display: inline-block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: absolute;
  width: .6em;
  height: 100%;
  left: -0.3em;
}
.owl-dt-timer-divider:before,
.owl-dt-timer-divider:after {
  content: '';
  display: inline-block;
  width: .35em;
  height: .35em;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: currentColor;
}
.owl-dt-timer-divider:before {
  top: 35%;
}
.owl-dt-timer-divider:after {
  bottom: 35%;
}
.owl-dt-timer-input {
  margin: 0!important;
}
.owl-dt-control-arrow-button {
  height: 3.5em !important;
}
.owl-dt-control-button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 1em;
  color: inherit;
}
.owl-dt-control-button .owl-dt-control-button-content {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
}
.owl-dt-control-period-button .owl-dt-control-button-content {
  height: 1.5em;
  padding: 0 .5em;
  border-radius: 3px;
  transition: background-color 100ms linear;
  font-size: 1.6rem !important;
  font-family: "Circular", Helvetica, Arial, sans-serif;
}
.owl-dt-control-period-button:hover > .owl-dt-control-button-content {
  background-color: rgba(0, 0, 0, 0.12);
}
.owl-dt-control-period-button .owl-dt-control-button-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1em;
  height: 1em;
  margin: .1em;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.owl-dt-control-arrow-button .owl-dt-control-button-content {
  padding: 0;
  border-radius: 50%;
  width: 3.5em!important;
  height: 3.5em!important;
}
.owl-dt-control-arrow-button[disabled] {
  color: rgba(0, 0, 0, 0.4);
  cursor: default;
}
.owl-dt-control-arrow-button svg {
  width: 50%!important;
  height: 50%!important;
  fill: currentColor;
}
.owl-dt-inline-container,
.owl-dt-popup-container {
  position: relative;
  width: 18.5em;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.owl-dt-inline-container .owl-dt-calendar,
.owl-dt-popup-container .owl-dt-calendar,
.owl-dt-inline-container .owl-dt-timer,
.owl-dt-popup-container .owl-dt-timer {
  width: 100%;
}
.owl-dt-inline-container .owl-dt-calendar,
.owl-dt-popup-container .owl-dt-calendar {
  height: 20.25em;
}
.owl-dt-dialog-container {
  max-height: 95vh;
  margin: -1.5em;
}
.owl-dt-dialog-container .owl-dt-calendar {
  min-width: 250px;
  min-height: 330px;
  max-width: 750px;
  max-height: 750px;
}
.owl-dt-dialog-container .owl-dt-timer {
  min-width: 250px;
  max-width: 750px;
}
@media all and (orientation: landscape) {
  .owl-dt-dialog-container .owl-dt-calendar {
    width: 58vh;
    height: 62vh;
  }
  .owl-dt-dialog-container .owl-dt-timer {
    width: 58vh;
  }
}
@media all and (orientation: portrait) {
  .owl-dt-dialog-container .owl-dt-calendar {
    width: 80vw;
    height: 80vw;
  }
  .owl-dt-dialog-container .owl-dt-timer {
    width: 80vw;
  }
}
.owl-dt-container-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4em;
  color: #3f51b5;
}
.owl-dt-container-control-button {
  font-size: 1em;
  width: 50%;
  height: 100%;
  border-radius: 0;
}
.owl-dt-container-control-button .owl-dt-control-button-content {
  height: 100%;
  width: 100%;
  transition: background-color 100ms linear;
}
.owl-dt-container-control-button:hover .owl-dt-control-button-content {
  background-color: rgba(0, 0, 0, 0.1);
}
.owl-dt-container-info {
  padding: 0 .5em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.owl-dt-container-info .owl-dt-container-range {
  outline: none;
}
.owl-dt-container-info .owl-dt-container-range .owl-dt-container-range-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .5em 0;
  font-size: .8em;
}
.owl-dt-container-info .owl-dt-container-range:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.owl-dt-container-info .owl-dt-container-info-active {
  color: #3f51b5;
}
.owl-dt-container-disabled,
.owl-dt-trigger-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
  cursor: default !important;
}
.owl-dt-timer-hour12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3f51b5;
}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box {
  border: 1px solid currentColor;
  border-radius: 2px;
  transition: background 200ms ease;
}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box .owl-dt-control-button-content {
  width: 100%;
  height: 100%;
  padding: .5em;
}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:focus .owl-dt-control-button-content,
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:hover .owl-dt-control-button-content {
  background: #3f51b5;
  color: #ffffff;
}
.owl-dt-calendar-only-current-month .owl-dt-calendar-cell-out {
  visibility: hidden;
  cursor: default;
}
.owl-dt-inline {
  display: inline-block;
}
.owl-dt-control {
  outline: none;
  cursor: pointer;
}
.owl-dt-control .owl-dt-control-content {
  outline: none;
}
.owl-dt-control:focus > .owl-dt-control-content {
  background-color: rgba(0, 0, 0, 0.12);
}
.owl-dt-control:not(:-moz-focusring):focus > .owl-dt-control-content {
  box-shadow: none;
}
.owl-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.owl-dt-container-row {
  width: 40rem!important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  border-radius: 2px;
}
.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(48, 54, 71, 0.8);
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
}
.loader svg {
  display: none;
}
.loader .blobs {
  -webkit-filter: url(#goo);
          filter: url(#goo);
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.loader .blobs .blob-center {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  background: #6A748A;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
          animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  box-shadow: 0 -10px 40px -5px #6A748A;
}
.loader .blob {
  position: absolute;
  background: #6A748A;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
          animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  opacity: 0;
  /*Set animation delay for each of type
  .for @i from 1 to 6 {
    &:nth-child(#{@i}) {
      animation-delay: @i * 0.2 + s;
    }

  }*/
}
.loader .blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loader .blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loader .blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.loader .blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.loader .blob:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.loader .blob:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-380px), -50%);
            transform: scale(0) translate(calc(-380px), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,
  65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(280px), -50%);
            transform: scale(0) translate(calc(280px), -50%);
  }
}
@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-380px), -50%);
            transform: scale(0) translate(calc(-380px), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,
  65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(280px), -50%);
            transform: scale(0) translate(calc(280px), -50%);
  }
}
@-webkit-keyframes blob-grow {
  0%,
  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%,
  42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%,
  44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%,
  46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%,
  48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%,
  70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%,
  81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%,
  83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%,
  85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%,
  87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%,
  91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%,
  100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}
@keyframes blob-grow {
  0%,
  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%,
  42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%,
  44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%,
  46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%,
  48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%,
  70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%,
  81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%,
  83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%,
  85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%,
  87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%,
  91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%,
  100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}
.content-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(48, 54, 71, 0.2);
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
}
.content-loader svg {
  display: none;
}
.content-loader .blobs {
  -webkit-filter: url(#goo);
          filter: url(#goo);
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.content-loader .blobs .blob-center {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  background: #6A748A;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
          animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  box-shadow: 0 -10px 40px -5px #6A748A;
}
.content-loader .blob {
  position: absolute;
  background: #6A748A;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
          animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  opacity: 0;
  /*Set animation delay for each of type
  .for @i from 1 to 6 {
    &:nth-child(#{@i}) {
      animation-delay: @i * 0.2 + s;
    }

  }*/
}
.content-loader .blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.content-loader .blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.content-loader .blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.content-loader .blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.content-loader .blob:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.content-loader .blob:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-380px), -50%);
            transform: scale(0) translate(calc(-380px), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,
  65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(280px), -50%);
            transform: scale(0) translate(calc(280px), -50%);
  }
}
@keyframes blob-grow {
  0%,
  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%,
  42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%,
  44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%,
  46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%,
  48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%,
  70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%,
  81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%,
  83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%,
  85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%,
  87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%,
  91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%,
  100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}
[id^="page-admin"] .submenu {
  margin-top: -2rem;
  border: 0;
}
[id^="page-admin"] .submenu .container-main-section {
  padding: 0;
}
.submenu--admin {
  border-bottom: 1px solid #F1F4F8;
  overflow: hidden;
}
.submenu--admin ul {
  list-style: none;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  margin: 0;
  padding: 0;
}
.submenu--admin ul li {
  margin-left: 0;
}
.submenu--admin ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
.submenu--admin ul li a {
  height: 6.5rem;
  display: block;
  line-height: 8rem;
  min-width: 12rem;
  padding: 0 1rem;
  text-align: center;
  color: #545454;
}
.submenu--admin ul li.active:before {
  content: '';
  height: 0.3rem;
  width: 100%;
  background: #303647;
  position: absolute;
  bottom: 0;
  left: 0;
}
.submenu--admin ul li.active a {
  color: #303647;
}
.submenu--admin ul li.delete a {
  color: #D53B49;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.submenu--admin ul li.delete a:before {
  content: "\E920";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.submenu--admin ul li.hide-action a {
  color: #EB6C22;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.submenu--admin ul li.hide-action a:before {
  content: "\E958";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.submenu--admin ul li.show a {
  color: #303647;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.submenu--admin ul li.show a:before {
  content: "\E957";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.submenu--admin ul li.makeSticky a {
  color: #303647;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.submenu--admin ul li.makeSticky a:before {
  content: "\E959";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.submenu--admin ul li.unmakeSticky a {
  color: #757575;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.submenu--admin ul li.unmakeSticky a:before {
  content: "\E959";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.submenu--admin ul li.unblock a {
  color: #EB6C22;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.submenu--admin ul li.unblock a:before {
  content: "\E921";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.submenu--admin ul .delete {
  margin-left: auto;
}
.submenu--admin ul .delete ~ .delete {
  margin-left: 1rem;
}
.submenu--admin ul .hide-action {
  margin-left: auto;
}
.submenu--admin ul .hide-action ~ .delete {
  margin-left: 1rem;
}
.submenu--admin ul .show {
  margin-left: auto;
}
.submenu--admin ul .show ~ .delete {
  margin-left: 1rem;
}
.submenu--admin ul .hide-action {
  margin-left: auto;
}
.submenu--admin ul .hide-action ~ .delete {
  margin-left: 1rem;
}
.submenu--admin ul .show {
  margin-left: auto;
}
.submenu--admin ul .show ~ .delete {
  margin-left: 1rem;
}
.submenu--admin ul .hide-action {
  margin-left: auto;
}
.submenu--admin ul .hide-action ~ .delete {
  margin-left: 1rem;
}
.submenu--admin ul .show {
  margin-left: auto;
}
.submenu--admin ul .show ~ .delete {
  margin-left: 1rem;
}
.submenu--admin ul .makeSticky {
  margin-left: auto;
}
.submenu--admin ul .makeSticky ~ .hide-action {
  margin-left: 1rem;
}
.submenu--admin ul .makeSticky ~ .show {
  margin-left: 1rem;
}
.submenu--admin ul .unmakeSticky {
  margin-left: auto;
}
.submenu--admin ul .unmakeSticky ~ .hide-action {
  margin-left: 1rem;
}
.submenu--admin ul .unmakeSticky ~ .show {
  margin-left: 1rem;
}
.empty {
  text-align: center;
  margin-top: 4rem;
}
mwl-calendar-month-view .cal-month-view .cal-header .cal-cell {
  font-size: 1.5rem;
  text-transform: capitalize;
}
mwl-calendar-month-view .cal-month-view .cal-open-day-events {
  font-size: 1.4rem;
}
.tooltip {
  position: absolute;
  display: none;
}
.tooltip--bottom .tooltip__container:before {
  top: -1rem;
  border-color: transparent transparent #FFFFFF transparent;
}
.tooltip--left {
  right: 0;
  z-index: 9;
}
.tooltip--left .tooltip__container:before {
  right: 1.5rem;
}
.tooltip--70 .tooltip__container {
  max-width: 70rem;
  width: 70rem;
}
.tooltip__container {
  background: #FFFFFF;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
  padding: 1rem;
  border-radius: 2px;
  font-size: 1.4rem;
  max-width: 20rem;
  color: #303647;
}
.tooltip__container:before {
  content: '';
  position: absolute;
  border-width: 0.5rem;
  border-style: solid;
}
.tooltip__container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tooltip__container ul li {
  margin-left: 0;
}
.tooltip__container ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  text-align: left;
  white-space: initial;
}
.table-info {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
.table-info__data {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-info__data p {
  font-size: 1.4rem;
  margin: 0 1rem 0 0;
}
.table-info__data .data-content {
  background: #303647;
  padding: 0.8rem;
}
.table-info__data .data-content span {
  margin: 0;
  color: #FFFFFF;
  font-size: 1.4rem;
}
.table-info__data .data-content span:not(:last-of-type) {
  margin: 0 1rem 0 0;
  padding-right: 1rem;
  border-right: 1px solid #FFFFFF;
}
.table-info__pagination {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  margin-left: auto;
}
.table-info__pagination span {
  font-size: 1.4rem;
  margin-right: 1rem;
}
.table-info__pagination a {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 2px;
  display: block;
  margin-right: -0.2rem;
  position: relative;
  background: #303647;
  color: #6A748A;
}
.table-info__pagination a:first-child {
  margin-right: 0.1rem;
}
.table-info__pagination a:hover {
  background: #8C92A1;
}
.table-info__pagination a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #6A748A;
  font-size: 2rem;
}
/*
 * Utilities
 */
/*
 * Utility Classes
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.full-height {
  height: 100%;
}
.fixed {
  position: fixed;
}
.pointer {
  cursor: pointer;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: none !important;
}
.main-admin-section {
  padding-top: 2.5rem;
  height: calc(86vh);
  overflow: auto;
  padding-bottom: 2.5rem;
}
.main-admin-section-submenu {
  padding-top: 2.5rem;
  height: calc(100vh - (5rem + 6.5rem + 6.5rem));
  height: -o-calc(100vh - (5rem + 6.5rem + 6.5rem));
  overflow: auto;
  padding-bottom: 4rem;
}
.main-admin-section-submenu .form-actions {
  margin-bottom: 0;
  padding-bottom: 0;
}
.aside-admin-section {
  padding-top: 2.5rem;
  height: calc(100vh - (5rem));
  height: -o-calc(100vh - (5rem));
  overflow: auto;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
.aside-admin-section__content {
  width: 100%;
}
.disabled {
  cursor: default;
  opacity: 0.5;
}
.appointment {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
/*
 * Visibility
 */
.hide {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hide-visually {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Print & Screen
 */
@media print {
  .hidden-print {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media screen {
  .hidden-screen {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
.visible-print {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media print {
  .visible-print {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-screen {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media screen {
  .visible-screen {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/*
 * Hidden Breakpoints
 */
@media (min-width: 1680px) {
  .hidden-xlarge {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .hidden-large {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1280px) {
  .hidden-large-up {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1679px) {
  .hidden-large-down {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-medium {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1024px) {
  .hidden-medium-up {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1279px) {
  .hidden-medium-down {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-small {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 768px) {
  .hidden-small-up {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1023px) {
  .hidden-small-down {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 767px) {
  .hidden-xsmall {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
/*
 * Visible Breakpoints
 */
.visible-xlarge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1680px) {
  .visible-xlarge {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-large {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .visible-large {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-large-up {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1280px) {
  .visible-large-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-large-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 1679px) {
  .visible-large-down {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-medium {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-medium-up {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1024px) {
  .visible-medium-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-medium-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 1279px) {
  .visible-medium-down {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-small {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-small {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-small-up {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 768px) {
  .visible-small-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-small-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 1023px) {
  .visible-small-down {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-xsmall {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .visible-xsmall {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/*
 * Display
 */
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.display-table {
  display: table;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
/*
 * Position
 */
.position-top-left {
  position: absolute !important;
  top: 0;
  left: 0;
}
.position-top-left.gutter {
  top: 1rem;
  left: 1rem;
}
.position-top-right {
  position: absolute !important;
  top: 0;
  right: 0;
}
.position-top-right.gutter {
  top: 1rem;
  right: 1rem;
}
.position-bottom-left {
  position: absolute !important;
  bottom: 0;
  left: 0;
}
.position-bottom-left.gutter {
  bottom: 1rem;
  left: 1rem;
}
.position-bottom-right {
  position: absolute !important;
  bottom: 0;
  right: 0;
}
.position-bottom-right.gutter {
  bottom: 1rem;
  right: 1rem;
}
.position-left-center {
  position: absolute !important;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.position-left-center.gutter {
  left: 1rem;
}
.position-right-center {
  position: absolute !important;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.position-right-center.gutter {
  right: 1rem;
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
 * Flex
 */
.flex {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
.flex-inline {
  display: -webkit-flex-inline;
  display: -moz-flex-inline;
  display: -ms-flex-inlinebox;
  display: -ms-flex-inline;
  display: flex-inline;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-row {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.flex-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.flex-1 {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.flex-1-1-auto {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
.flex-1-0-auto {
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}
.flex-0-0-auto {
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.justify-content-flex-start {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-content-flex-end {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-content-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-content-space-between {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-content-space-around {
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.align-content-flex-start {
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.align-content-flex-end {
  -ms-align-content: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.align-content-center {
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.align-content-space-between {
  -ms-align-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.align-content-space-around {
  -ms-align-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
.align-content-stretch {
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.align-items-flex-start {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-items-flex-end {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-items-baseline {
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.align-items-stretch {
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-flex-start {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-flex-end {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.align-self-baseline {
  -webkit-align-self: baseline;
  -ms-align-self: baseline;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-align-self: stretch;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
/*
 * Float
 */
.right {
  float: right !important;
}
@media (min-width: 1680px) {
  .clear-right-xlarge {
    float: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .clear-right-large {
    float: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .clear-right-medium {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clear-right-small {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .clear-right-xsmall {
    float: none !important;
  }
}
.left {
  float: left !important;
}
@media (min-width: 1680px) {
  .clear-left-xlarge {
    float: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .clear-left-large {
    float: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .clear-left-medium {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clear-left-small {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .clear-left-xsmall {
    float: none !important;
  }
}
/*
 * Max Width
 */
.max-width-xlarge {
  max-width: 128rem;
}
.max-width-large {
  max-width: 100rem;
}
.max-width-medium {
  max-width: 80rem;
}
.max-width-small {
  max-width: 60rem;
}
.max-width-xsmall {
  max-width: 48rem;
}
/*
 * Margin
 */
.margin-xlarge {
  margin: 8rem;
}
.margin-large {
  margin: 5rem;
}
.margin-medium {
  margin: 3.5rem;
}
.margin-small {
  margin: 2rem;
}
.margin-xsmall {
  margin: 1.5rem;
}
.margin-top-xlarge {
  margin-top: 8rem;
}
.margin-top-large {
  margin-top: 5rem;
}
.margin-top-medium {
  margin-top: 3.5rem;
}
.margin-top-small {
  margin-top: 2rem;
}
.margin-top-xsmall {
  margin-top: 1.5rem;
}
.margin-bottom-xlarge {
  margin-bottom: 8rem;
}
.margin-bottom-large {
  margin-bottom: 5rem;
}
.margin-bottom-medium {
  margin-bottom: 3.5rem;
}
.margin-bottom-small {
  margin-bottom: 2rem;
}
.margin-bottom-xsmall {
  margin-bottom: 1.5rem;
}
.margin-left-xlarge {
  margin-left: 8rem;
}
.margin-left-large {
  margin-left: 5rem;
}
.margin-left-medium {
  margin-left: 3.5rem;
}
.margin-left-small {
  margin-left: 2rem;
}
.margin-left-xsmall {
  margin-left: 1.5rem;
}
.margin-right-xlarge {
  margin-right: 8rem;
}
.margin-right-large {
  margin-right: 5rem;
}
.margin-right-medium {
  margin-right: 3.5rem;
}
.margin-right-small {
  margin-right: 2rem;
}
.margin-right-xsmall {
  margin-right: 1.5rem;
}
/*
 * Padding
 */
.padding-xlarge {
  padding: 8rem;
}
.padding-large {
  padding: 5rem;
}
.padding-medium {
  padding: 3.5rem;
}
.padding-small {
  padding: 2rem;
}
.padding-xsmall {
  padding: 1.5rem;
}
.padding-top-xlarge {
  padding-top: 8rem;
}
.padding-top-large {
  padding-top: 5rem;
}
.padding-top-medium {
  padding-top: 3.5rem;
}
.padding-top-small {
  padding-top: 2rem;
}
.padding-top-xsmall {
  padding-top: 1.5rem;
}
.padding-bottom-xlarge {
  padding-bottom: 8rem;
}
.padding-bottom-large {
  padding-bottom: 5rem;
}
.padding-bottom-medium {
  padding-bottom: 3.5rem;
}
.padding-bottom-small {
  padding-bottom: 2rem;
}
.padding-bottom-xsmall {
  padding-bottom: 1.5rem;
}
.padding-left-xlarge {
  padding-left: 8rem;
}
.padding-left-large {
  padding-left: 5rem;
}
.padding-left-medium {
  padding-left: 3.5rem;
}
.padding-left-small {
  padding-left: 2rem;
}
.padding-left-xsmall {
  padding-left: 1.5rem;
}
.padding-right-xlarge {
  padding-right: 8rem;
}
.padding-right-large {
  padding-right: 5rem;
}
.padding-right-medium {
  padding-right: 3.5rem;
}
.padding-right-small {
  padding-right: 2rem;
}
.padding-right-xsmall {
  padding-right: 1.5rem;
}
/*
 * Font Family
 */
.sans-serif-font {
  font-family: "Circular", Helvetica, Arial, sans-serif;
}
.serif-font {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.monospace-font {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.thin-font {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.regular-font {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.medium-font {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.semibold-font {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.bold-font {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*
 * Font Size
 */
.font-size-xlarge {
  font-size: 2rem;
}
.font-size-large {
  font-size: 1.8rem;
}
.font-size-medium {
  font-size: 1.6rem;
}
.font-size-small {
  font-size: 1.4rem;
}
.font-size-xsmall {
  font-size: 1.2rem;
}
/*
 * Text
 */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-center {
  text-align: center;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
/*
 * Text Color
 */
.text-white {
  color: #FFFFFF !important;
}
.text-light-grey {
  color: #F2F4F7 !important;
}
.text-grey {
  color: #8C92A1 !important;
}
.text-dark-grey {
  color: #757575 !important;
}
.text-black {
  color: #000000 !important;
}
.text-error {
  color: #D53B49 !important;
}
.text-warning {
  color: #EB6C22 !important;
}
.text-success {
  color: #00AA00 !important;
}
.text-info {
  color: #1E90FF !important;
}
.text-primary {
  color: #6A748A !important;
}
.text-secondary {
  color: #29D4A8 !important;
}
.text-tertiary {
  color: #8B008B !important;
}
.text-dark {
  color: #303647 !important;
}
.text-light {
  color: #FAFAFC !important;
}
/*
 * Background
 */
.background-transparent {
  background: transparent !important;
}
.background-white {
  background: #FFFFFF !important;
}
.background-light-grey {
  background: #F2F4F7 !important;
}
.background-grey {
  background: #8C92A1 !important;
}
.background-dark-grey {
  background: #757575 !important;
}
.background-black {
  background: #000000 !important;
}
.background-error {
  background: #D53B49 !important;
}
.background-warning {
  background: #EB6C22 !important;
}
.background-success {
  background: #00AA00 !important;
}
.background-info {
  background: #1E90FF !important;
}
.background-primary {
  background: #6A748A !important;
}
.background-secondary {
  background: #29D4A8 !important;
}
.background-tertiary {
  background: #8B008B !important;
}
.background-dark {
  background: #303647 !important;
}
.background-light {
  background: #FAFAFC !important;
}
.warning1 {
  background-color: #f7d11b;
}
.warning3 {
  background-color: #f9a43b;
}
.warning1_3 {
  background-color: #eb6f6f;
}
.error1 {
  background-color: #a5748d;
  min-height: 31px;
}
.error2 {
  background-color: #9c165b;
  min-height: 31px;
}
/*
 * Mixins
 */
/*
 * General Mixins
 */
/*
 * Button
 */
/*
 * Input
 */
/*
 * Select
 */
/*
 * Font
 */
/*
 * Border Radius
 */
/*
 * Backgrounds
 */
/*
 * Placeholder
 */
/*
 * Arrows
 */
/*
 * Transitions
 */
/*
 * Transformations
 */
/*
 * Animations
 */
/*
 * Filters
 */
/*
 * Flexbox
 * via: https://gist.github.com/jayj
 * url: https://gist.github.com/jayj/4012969
 */
/*
 * Mark
 */
/*
 * Accessibility
 */
/*
 * Screen Reader
 */
.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.screen-reader-focusable:active,
.screen-reader-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
 * Icons
 */
.icon--chevron-right:before {
  content: "\E904";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--chevron-left:before {
  content: "\E903";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--chevron-up:before {
  content: "\E905";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--chevron-down:before {
  content: "\E902";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--add:before {
  content: "\E900";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--truck:before {
  content: "\E90C";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--cow:before {
  content: "\E90E";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--agency:before {
  content: "\E901";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--plus:before {
  content: "\E909";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--logout:before {
  content: "\E910";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--arrow-edit:before {
  content: "\E91B";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--magnifying:before {
  content: "\E922";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--calendar:before {
  content: "\E923";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--hook:before {
  content: "\E924";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--box:before {
  content: "\E928";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--weight:before {
  content: "\E90D";
  content: "\E929";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--slaughterhouse:before {
  content: "\E91C";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--warning:before {
  content: "\E921";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--trash:before {
  content: "\E920";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--edit:before {
  content: "\E92B";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--info:before {
  content: "\E92C";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--reload:before {
  content: "\E92D";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--star:before {
  content: "\E92E";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--packaging:before {
  content: "\E931";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--task:before {
  content: "\E932";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--check:before {
  content: "\E925";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--table:before {
  content: "\E935";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--configuration:before {
  content: "\E936";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--mail:before {
  content: "\E938";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--mail-pending:before {
  content: "\E939";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--mail-disabled:before {
  content: "\E939";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--mail-outdated:before {
  content: "\E937";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--download:before {
  content: "\E93A";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--stamp:before {
  content: "\E93C";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--sms:before {
  content: "\E941";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--users:before {
  content: "\E949";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--crm:before {
  content: "\E948";
  content: "\E952";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--evaluations:before {
  content: "\E947";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--sessions:before {
  content: "\E946";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--engagement:before {
  content: "\E955";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--services:before {
  content: "\E944";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--radar:before {
  content: "\E943";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--chart:before {
  content: "\E942";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--training:before {
  content: "\E94A";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
/* En app hay más iconos que en design
 * CUIDADO CON SUSTITUIR ARCHIVOS
 */
.icon--eye:before {
  content: "\E957";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--eye-slash:before {
  content: "\E958";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--pin:before {
  content: "\E959";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--arrow-down:before {
  content: "\E919";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.icon--arrow-up:before {
  content: "\E91A";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
/*
 * Pages
 */
#page-error {
  height: 100vh;
  width: 100vw;
  background: #6A748A !important;
}
#page-error article {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  top: 40%;
}
#page-error article img {
  margin-bottom: 10rem;
}
#page-error article h1 {
  margin-bottom: -2rem;
}
#page-error article h2 {
  font-size: 18rem;
  margin-bottom: 0;
}
#page-error article p {
  font-size: 1.8rem;
}
#page-error article p a {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-login {
  background: #F2F4F7;
  min-height: 100vh;
}
#page-login h1 {
  font-size: 3.8rem;
}
#page-login p,
#page-login a {
  color: #303647;
}
#page-login form .fields .field.error:before {
  bottom: 2.7rem;
}
#page-login form .fields .field label {
  font-size: 1.6rem;
}
#page-login form .fields .field input {
  height: 5.6rem;
}
#page-login form a {
  font-size: 1.6rem;
}
#page-login .login {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#page-login .login__left {
  width: 38%;
  position: relative;
  height: 100vh;
  min-width: 65rem;
}
#page-login .login__left__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 58rem;
  width: 90%;
}
#page-login .login__left__content .logo {
  margin: auto;
  display: block;
  margin-bottom: 6rem;
}
#page-login .login__right {
  height: 100vh;
  width: 62%;
  background: url("/assets/images/bg-auth.jpg") no-repeat center;
  background-size: cover;
}
#page-login .recover-password__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 58rem;
  width: 100%;
  text-align: center;
}
#page-login .recover-password__content .logo {
  margin: auto;
  display: block;
}
#page-login .recover-password__content > h1 {
  margin-bottom: 0.8rem;
}
#page-login .recover-password__content > p {
  margin-top: 0;
}
#page-login .recover-password__content > p a {
  font-size: 1.8rem;
  margin-top: 1rem;
  display: block;
}
#page-login .recover-password__content .button {
  width: 100%;
}
#page-login .recover-password__content .ok {
  margin: 4rem 0 4rem 0;
}
#page-admin-providers-list table tr td:first-child span:before {
  position: absolute;
  left: 1rem;
}
#page-admin-providers-orders-list table tr.draft {
  opacity: 0.5;
}
#page-admin-providers-orders-list table tr th.icon,
#page-admin-providers-orders-list table tr td.icon {
  width: 5rem;
}
#page-admin-client-orders-list table tr.draft {
  opacity: 0.5;
}
#page-calendar {
  height: 100vh;
}
#page-calendar .header {
  background: #86A5EE;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
#page-calendar .header h1 {
  color: white;
  font-size: 2rem;
  margin: 0;
}
#page-calendar .content {
  padding: 0 2rem 4rem;
}
#page-calendar .navigation-content {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-calendar .labels {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  font-size: 1.4rem;
}
#page-calendar .labels div {
  margin-right: 1rem;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-calendar .labels div span:first-child {
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #303647;
}
#page-calendar .labels div.available span:first-child {
  background: #FFFFFF;
}
#page-calendar .labels div.busy span:first-child {
  background: #86A5EE;
}
#page-calendar .labels div.not-available span:first-child {
  background: #F1F4F8;
}
#page-calendar .navigation {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1rem;
}
#page-calendar .navigation__item {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  cursor: pointer;
  border: 1px solid ;
  border-radius: .4rem;
  color: #A9B1C4;
}
#page-calendar .navigation__item:hover div {
  background: #A9B1C4;
  color: white;
}
#page-calendar .navigation__item:first-of-type {
  margin-right: 2rem;
}
#page-calendar .navigation__item:first-of-type div {
  border-left: 1px solid #A9B1C4;
}
#page-calendar .navigation__item:last-of-type div {
  border-right: 1px solid #A9B1C4;
}
#page-calendar .navigation__item div {
  padding: 0.5rem;
  line-height: 1.3;
  height: 100%;
}
#page-calendar .navigation__item img {
  max-width: 1.6rem;
  margin: 0.5rem 0.8rem;
}
#page-calendar .name {
  font-size: 1.8rem;
}
#page-calendar .name span {
  font-weight: 700;
}
#page-calendar .calendar {
  margin-top: 0;
}
#page-calendar .calendar__title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
#page-calendar .calendar table {
  width: 100%;
  border-collapse: collapse;
}
#page-calendar .calendar table th.holiday,
#page-calendar .calendar table td.holiday {
  background: #A9B1C4;
  color: white;
}
#page-calendar .calendar table th.empty,
#page-calendar .calendar table td.empty {
  background-image: linear-gradient(135deg, #A9B1C4 4.55%, #ffffff 4.55%, #ffffff 50%, #A9B1C4 50%, #A9B1C4 54.55%, #ffffff 54.55%, #ffffff 100%);
  background-size: 15.56px 15.56px;
}
#page-calendar .calendar table thead tr th {
  font-size: 1.4rem;
  padding: 0.5rem;
  text-align: center;
}
#page-calendar .calendar table thead tr:nth-child(2) th {
  border-bottom: 2px solid #A9B1C4;
}
#page-calendar .calendar table tbody tr td {
  padding: 0.5rem;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #FFFFFF;
}
#page-calendar .calendar table tbody tr td.time {
  max-width: 5rem;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  #page-calendar .calendar table tbody tr td.time {
    min-width: 9rem;
  }
}
#page-calendar .calendar table tbody tr td.taken {
  background: #86A5EE;
}
#page-calendar .calendar table tbody tr td.total {
  border: 0;
  border-top: 2px solid #A9B1C4;
}
#page-calendar .calendar table tbody tr td.available {
  background: white;
}
#page-admin-specialist-availability .table-bar__filter .field.right a {
  margin-top: 4px;
}
#page-admin-specialist-availability .info {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  background: #F1F4F8;
  border-bottom: 1px solid #303647;
  margin-bottom: 2rem;
}
#page-admin-specialist-availability .info app-experts-availability-resume {
  border-right: 1px solid #303647;
  border-left: 1px solid #303647;
}
#page-admin-specialist-availability .info app-experts-availability-resume table tr:not(:first-child):hover td {
  background: #29D4A8;
}
#page-admin-specialist-availability .info > * {
  width: 100%;
}
#page-admin-specialist-availability .info > *:first-child {
  width: 40%;
}
#page-admin-specialist-availability .info > *:first-child table td {
  vertical-align: bottom;
}
#page-admin-specialist-availability .info > *:first-child table td:nth-child(2) {
  text-align: center;
}
#page-admin-specialist-availability .info > *:nth-child(2),
#page-admin-specialist-availability .info > *:nth-child(3) {
  width: 30%;
}
#page-admin-specialist-availability .info > *:nth-child(2) table td:first-child,
#page-admin-specialist-availability .info > *:nth-child(3) table td:first-child {
  width: 20rem;
  white-space: nowrap;
}
#page-admin-specialist-availability .info > *:nth-child(2) table td:nth-child(2),
#page-admin-specialist-availability .info > *:nth-child(3) table td:nth-child(2) {
  width: 10rem;
}
#page-admin-specialist-availability .info > * .expert-sessions-totals {
  border-right: 1px solid #303647;
}
#page-admin-specialist-availability .info > * table tbody,
#page-admin-specialist-availability .info > * .table tbody {
  box-shadow: none;
}
#page-admin-specialist-availability app-experts-availability-calendar {
  clear: both;
  display: block;
}
#page-admin-specialist-availability .flex {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#page-admin-specialist-availability .flex > div {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-admin-specialist-availability .flex > div app-datepicker-field {
  margin-right: 1.5rem;
}
#page-admin-specialist-availability .flex > div label {
  margin-right: 1rem;
}
#page-admin-specialist-availability .flex .actions {
  margin-left: auto;
}
#page-admin-specialist-availability .flex .actions a {
  margin-left: 1rem;
}
#page-admin-specialist-list table th:nth-child(3),
#page-admin-specialist-list table td:nth-child(3) {
  text-align: center;
}
#page-admin-specialist-list table th:nth-child(3) .th__content__title,
#page-admin-specialist-list table td:nth-child(3) .th__content__title {
  display: block;
  text-align: center;
  width: 100%;
}
#page-admin-family-list .family-list {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#page-admin-family-list .family-list .table-content {
  max-width: 38rem;
}
#page-admin-family-list .family-list .table-content th:nth-child(2) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-family-list .family-list .table-content td:nth-child(2) {
  text-align: center;
}
#page-admin-family-list .family-list .table-content th:nth-child(3) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-family-list .family-list .table-content td:nth-child(3) {
  text-align: center;
}
#page-admin-family-list .family-list .table-content th:nth-child(5) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-family-list .family-list .table-content td:nth-child(5) {
  text-align: center;
}
#page-admin-family-list .family-list .family-detail {
  padding-left: 2rem;
}
#page-admin-family-list .family-list .family-detail .flex {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
#page-admin-family-list .family-list .family-detail .flex .actions {
  margin-left: auto;
}
#page-admin-family-list .family-list .family-detail table th:first-of-type,
#page-admin-family-list .family-list .family-detail table td:first-of-type {
  width: 22rem;
}
#page-admin-family-list .family-list .family-detail table th:nth-child(2),
#page-admin-family-list .family-list .family-detail table td:nth-child(2),
#page-admin-family-list .family-list .family-detail table th:nth-child(3),
#page-admin-family-list .family-list .family-detail table td:nth-child(3) {
  text-align: center;
}
#page-admin-evolution-single article {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#page-admin-evolution-single article .info {
  max-width: 46rem;
  width: 46rem;
}
#page-admin-evolution-single article .info table {
  height: auto;
}
#page-admin-evolution-single article .info table tbody {
  box-shadow: none;
}
#page-admin-evolution-single article .info table tbody tr.caution td {
  background: #EB6C22;
}
#page-admin-evolution-single article .info table tbody tr td {
  min-height: inherit;
  height: 4.25rem;
}
#page-admin-evolution-single article .info table tbody tr td:nth-child(2) {
  width: 12rem;
}
#page-admin-evolution-single article .info table tbody tr td:last-of-type {
  width: 6rem;
}
#page-admin-evolution-single article .table-content {
  margin-left: 2rem;
  width: calc(100% - 48rem);
  width: -o-calc(100% - 48rem);
  width: 100% !important;
}
#page-admin-evolution-single article .table-content table {
  height: auto;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
#page-admin-evolution-single article .table-content table tr:first-of-type th {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
}
#page-admin-evolution-single article .table-content table tr:nth-child(3) th {
  background: transparent;
  border-bottom: 1px solid #F1F4F8;
}
#page-admin-evolution-single article .table-content table tr:nth-child(3) th.weekend {
  background: #F1F4F8;
}
#page-admin-evolution-single article .table-content table th {
  background: #F1F4F8;
  color: #303647;
  padding: 0.4rem;
  height: inherit;
  border: 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-evolution-single article .table-content table tbody {
  box-shadow: none;
}
#page-admin-evolution-single article .table-content table tbody td {
  background: transparent;
  border: 1px solid #F1F4F8;
  padding: 0.7rem 0.4rem;
  height: auto;
  text-align: center;
}
#page-admin-evolution-single article .table-content table tbody td:first-of-type {
  padding-left: 0.4rem;
  background: #F1F4F8;
  min-width: 11rem;
}
#page-admin-evolution-single article .table-content table:first-of-type {
  margin-bottom: 4rem;
}
#page-admin-evolution-single article .table-content table:first-of-type tr:nth-child(4) th {
  background: #FFFFFF;
}
#page-admin-evolution-single article .table-content table:first-of-type tr:nth-child(4) th.weekend {
  background: #F1F4F8;
}
#page-admin-evolution-date article .fields {
  max-width: 60rem;
  margin: auto;
}
#page-admin-evolution-date article .table-content {
  max-width: 119rem;
  margin: 4rem auto;
}
#page-admin-evolution-date article .table-content table {
  height: auto;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
#page-admin-evolution-date article .table-content table tr:first-of-type th {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
}
#page-admin-evolution-date article .table-content table tr:nth-child(3) th {
  background: transparent;
  border-bottom: 1px solid #F1F4F8;
}
#page-admin-evolution-date article .table-content table tr:nth-child(3) th.weekend {
  background: #F1F4F8;
}
#page-admin-evolution-date article .table-content table th {
  background: #F1F4F8;
  color: #303647;
  padding: 0.4rem;
  height: inherit;
  border: 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-evolution-date article .table-content table tbody {
  box-shadow: none;
}
#page-admin-evolution-date article .table-content table tbody td {
  background: transparent;
  border: 1px solid #F1F4F8;
  padding: 0.7rem 0.4rem;
  height: auto;
  text-align: center;
}
#page-admin-evolution-date article .table-content table tbody td:first-of-type {
  padding-left: 0.4rem;
  background: #F1F4F8;
  min-width: 11rem;
}
#page-admin-evolution-date article .table-content table th {
  cursor: pointer;
}
#page-admin-evolution-date article .table-content table th.selected {
  color: #FFFFFF !important;
  background-color: #303647 !important;
}
#page-admin-evolution-date article .table-content table tr:nth-child(2) th:hover {
  color: #FFFFFF !important;
  background-color: #303647 !important;
}
#page-admin-evolution-date article .info {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  max-width: 95rem;
  margin: auto;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-evolution-date article .info table {
  height: auto;
}
#page-admin-evolution-date article .info table:first-of-type {
  width: 48%;
}
#page-admin-evolution-date article .info table tbody {
  box-shadow: none;
}
#page-admin-evolution-date article .info table tbody tr.caution td {
  background: #EB6C22;
}
#page-admin-evolution-date article .info table tbody tr td {
  min-height: inherit;
  height: 4.25rem;
  white-space: nowrap;
}
#page-admin-evolution-date article .info table tbody tr td:nth-child(2) {
  text-align: right;
}
#page-admin-evolution-date article .info div {
  width: 25%;
  min-width: 21rem;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-admin-evolution-date article .info div:first-of-type {
  margin: 0 2rem;
}
#page-admin-evolution-date article .info div table {
  width: 100%!important;
}
#page-admin-evolution-date article .info div a {
  margin-top: 2rem;
}
#page-admin-evolution-detail article div.item {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
#page-admin-evolution-detail article div.item app-diagnostic-detail-item:first-child {
  margin-right: 2rem;
}
#page-admin-evolution-detail article div.item app-diagnostic-detail-item:last-child {
  margin-left: 2rem;
}
#page-admin-evolution-detail article div.item table {
  height: auto;
  width: auto;
}
#page-admin-evolution-detail article div.item table:nth-of-type(2) {
  margin-left: 4rem;
}
#page-admin-evolution-detail article div.item table tbody {
  box-shadow: none;
}
#page-admin-evolution-detail article div.item table tbody tr.caution td {
  background: #EB6C22;
}
#page-admin-evolution-detail article div.item table tbody tr td {
  min-height: inherit;
  height: 2.25rem;
  padding: 0.6rem 1rem;
}
#page-admin-evolution-detail article div.item table tbody tr td:last-of-type {
  text-align: right;
}
#page-admin-user-detail .languages h2 {
  margin-bottom: 0;
}
#page-admin-specialist-detail .languages h2 {
  margin-bottom: 0;
}
#page-admin-import-users-form input,
#page-admin-import-users-form label,
#page-admin-import-users-form a {
  text-align: center;
  width: auto;
  margin: 1rem auto;
}
#page-admin-featured-card .form-actions {
  border: 0;
  margin-top: 0;
}
#page-admin-experts-table .table-bar__filter .fields > .field:first-child input {
  width: 20rem;
}
#page-admin-settings .flex > div:first-of-type {
  width: 40%;
}
#page-admin-settings .flex > div:nth-child(2) {
  width: 10%;
  min-width: 6rem;
  margin: 0 2rem;
}
#page-admin-settings .flex > div:nth-child(2) input {
  text-align: center;
  padding: 0 1rem;
}
#page-admin-settings .flex > div:nth-child(3) {
  width: 30%;
}
#page-admin-settings .calendar-header {
  padding: 0;
}
#page-admin-settings th {
  padding: 1rem 0 !important;
}
#page-admin-settings th.divider {
  display: none!important;
}
#page-admin-ugcs-list table th:first-child,
#page-admin-ugcs-list table td:first-child {
  width: 25rem;
}
#page-admin-ugcs-list table th:nth-child(2),
#page-admin-ugcs-list table td:nth-child(2) {
  width: 8rem;
}
#page-admin-ugcs-list table th:nth-child(2),
#page-admin-ugcs-list table td:nth-child(2),
#page-admin-ugcs-list table th:nth-child(4),
#page-admin-ugcs-list table td:nth-child(4),
#page-admin-ugcs-list table th:nth-child(5),
#page-admin-ugcs-list table td:nth-child(5),
#page-admin-ugcs-list table th:nth-child(6),
#page-admin-ugcs-list table td:nth-child(6) {
  text-align: center;
}
#page-admin-ugcs-list table th:nth-child(2) .th__content__title,
#page-admin-ugcs-list table td:nth-child(2) .th__content__title,
#page-admin-ugcs-list table th:nth-child(4) .th__content__title,
#page-admin-ugcs-list table td:nth-child(4) .th__content__title,
#page-admin-ugcs-list table th:nth-child(5) .th__content__title,
#page-admin-ugcs-list table td:nth-child(5) .th__content__title,
#page-admin-ugcs-list table th:nth-child(6) .th__content__title,
#page-admin-ugcs-list table td:nth-child(6) .th__content__title {
  display: block;
  text-align: center;
  width: 100%;
}
#page-admin-users-calendar table th:nth-child(2),
#page-admin-users-calendar table td:nth-child(2),
#page-admin-users-calendar table th:nth-child(6),
#page-admin-users-calendar table td:nth-child(6),
#page-admin-users-calendar table th:nth-child(7),
#page-admin-users-calendar table td:nth-child(7),
#page-admin-users-calendar table th:nth-child(8),
#page-admin-users-calendar table td:nth-child(8) {
  text-align: center;
}
#page-admin-users-calendar table th:nth-child(2) .th__content__title,
#page-admin-users-calendar table td:nth-child(2) .th__content__title,
#page-admin-users-calendar table th:nth-child(6) .th__content__title,
#page-admin-users-calendar table td:nth-child(6) .th__content__title,
#page-admin-users-calendar table th:nth-child(7) .th__content__title,
#page-admin-users-calendar table td:nth-child(7) .th__content__title,
#page-admin-users-calendar table th:nth-child(8) .th__content__title,
#page-admin-users-calendar table td:nth-child(8) .th__content__title {
  display: block;
  text-align: center;
  width: 100%;
}
#page-admin-users-calendar .table-content thead th .th__content__title {
  display: block;
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
  text-align: center;
}
#page-admin-articles-list th:nth-child(5) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-articles-list td:nth-child(5) {
  text-align: center;
}
#page-admin-posts-list th:nth-child(6) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-posts-list td:nth-child(6) {
  text-align: center;
}
#page-admin-posts-list th:nth-child(7) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-posts-list td:nth-child(7) {
  text-align: center;
}
#page-admin-posts-list th:nth-child(8) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-posts-list td:nth-child(8) {
  text-align: center;
}
#page-admin-posts-list th:nth-child(9) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-posts-list td:nth-child(9) {
  text-align: center;
}
#page-admin-posts-list table th:nth-child(1),
#page-admin-posts-list table td:nth-child(1) {
  width: 8rem;
}
#page-admin-posts-list table th:nth-child(2),
#page-admin-posts-list table td:nth-child(2) {
  text-align: center;
  width: 3rem;
}
#page-admin-posts-list table th:nth-child(3),
#page-admin-posts-list table td:nth-child(3) {
  width: 4rem;
}
#page-admin-posts-list table th:nth-child(9),
#page-admin-posts-list table td:nth-child(9) {
  text-align: center;
  width: 12rem;
}
#page-admin-posts-list .other-action {
  margin-left: 3.5rem;
}
div.who-is-online {
  margin-left: 3.5rem;
  margin-right: 2rem;
}
div.who-is-online * {
  vertical-align: middle;
  margin: 0;
  color: #303647;
  display: inline-block;
  font-weight: 600;
}
div.who-is-online .icon {
  color: #303647;
  margin-right: 2px;
}
div.who-is-online .icon:before {
  font-size: 20pt;
}
div.who-is-online .users {
  margin-left: 4px;
  background-color: #303647;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  border-radius: 12px;
}
#page-admin-posts-submenu {
  min-height: 82px;
}
#page-admin-appointments-list th:nth-child(3) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-appointments-list td:nth-child(3) {
  text-align: center;
}
#page-admin-appointments-list th:nth-child(4) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-appointments-list td:nth-child(4) {
  text-align: center;
}
#page-admin-appointments-list th:nth-child(5) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-appointments-list td:nth-child(5) {
  text-align: center;
}
#page-admin-appointments-list th:nth-child(6) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-appointments-list td:nth-child(6) {
  text-align: center;
}
#page-admin-products-list th:nth-child(4) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-products-list td:nth-child(4) {
  text-align: center;
}
#page-admin-products-list th:nth-child(5) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-products-list td:nth-child(5) {
  text-align: center;
}
#page-admin-clinical-reports-list th:nth-child(2) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-clinical-reports-list td:nth-child(2) {
  text-align: center;
}
#page-admin-reports app-users-diagnostic-periods-evolutions-general,
#page-admin-reports .right-info {
  width: 50%;
}
#page-admin-reports .info table {
  height: auto;
}
#page-admin-reports .info table tbody {
  box-shadow: none;
}
#page-admin-reports .info table tbody tr.caution td {
  background: #EB6C22;
}
#page-admin-reports .info table tbody tr td {
  min-height: inherit;
  height: 4.25rem;
}
#page-admin-reports .info table tbody tr td:nth-child(3) {
  width: 6rem;
}
#page-admin-reports .info table tbody tr td:last-of-type {
  width: 6rem;
}
#page-admin-reports td.finalized {
  color: red;
  text-transform: uppercase;
}
#page-admin-reports app-users-diagnostic-periods-evolutions-evaluation table td:not(:first-of-type),
#page-admin-reports app-users-diagnostic-periods-evolutions-time table td:not(:first-of-type) {
  text-align: center;
}
#page-admin-purchases-list th:nth-child(8) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-purchases-list td:nth-child(8) {
  text-align: center;
}
#page-forum-reports-list #table-users th:nth-child(3) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-users td:nth-child(3) {
  text-align: center;
}
#page-forum-reports-list #table-users th:nth-child(4) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-users td:nth-child(4) {
  text-align: center;
}
#page-forum-reports-list #table-users th:nth-child(5) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-users td:nth-child(5) {
  text-align: center;
}
#page-forum-reports-list #table-users th:nth-child(6) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-users td:nth-child(6) {
  text-align: center;
}
#page-forum-reports-list #table-users th:nth-child(7) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-users td:nth-child(7) {
  text-align: center;
}
#page-forum-reports-list #table-users th:nth-child(8) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-users td:nth-child(8) {
  text-align: center;
}
#page-forum-reports-list #table-users th:nth-child(9) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-users td:nth-child(9) {
  text-align: center;
}
#page-forum-reports-list #table-users th:nth-child(10) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-users td:nth-child(10) {
  text-align: center;
}
#page-forum-reports-list #table-users table th:nth-child(1),
#page-forum-reports-list #table-users table td:nth-child(1),
#page-forum-reports-list #table-users table th:nth-child(2),
#page-forum-reports-list #table-users table td:nth-child(2) {
  width: 15%;
}
#page-forum-reports-list #table-messages th:nth-child(1) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-messages td:nth-child(1) {
  text-align: center;
}
#page-forum-reports-list #table-messages th:nth-child(4) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-messages td:nth-child(4) {
  text-align: center;
}
#page-forum-reports-list #table-messages th:nth-child(5) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-messages td:nth-child(5) {
  text-align: center;
}
#page-forum-reports-list #table-messages table th:nth-child(2),
#page-forum-reports-list #table-messages table td:nth-child(2),
#page-forum-reports-list #table-messages table th:nth-child(3),
#page-forum-reports-list #table-messages table td:nth-child(3) {
  width: 15%;
}
#page-forum-reports-list #table-messages table th:nth-child(4),
#page-forum-reports-list #table-messages table td:nth-child(4) {
  width: 5%;
}
#page-forum-reports-list #table-messages table th:nth-child(6),
#page-forum-reports-list #table-messages table td:nth-child(6) {
  width: 40%;
}
#page-forum-reports-list .table-content thead th .th__content__title {
  display: block;
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
  text-align: center;
}
#page-forum-reports-list #table-lastdate th:nth-child(2) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-lastdate td:nth-child(2) {
  text-align: center;
}
#page-forum-reports-list #table-lastdate th:nth-child(3) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-lastdate td:nth-child(3) {
  text-align: center;
}
#page-forum-reports-list #table-lastdate th:nth-child(4) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-lastdate td:nth-child(4) {
  text-align: center;
}
#page-forum-reports-list #table-length th:nth-child(2) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-length td:nth-child(2) {
  text-align: center;
}
#page-forum-reports-list #table-length th:nth-child(3) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-length td:nth-child(3) {
  text-align: center;
}
#page-forum-reports-list #table-usertop th:nth-child(4) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-usertop td:nth-child(4) {
  text-align: center;
}
#page-forum-reports-list #table-usertop th:nth-child(5) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-usertop td:nth-child(5) {
  text-align: center;
}
#page-forum-reports-list #table-userhigh th:nth-child(4) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-userhigh td:nth-child(4) {
  text-align: center;
}
#page-forum-reports-list #table-userhigh th:nth-child(5) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-forum-reports-list #table-userhigh td:nth-child(5) {
  text-align: center;
}
@media screen and (max-width: 1550px) {
  #page-forum-reports-list .container-main-section ul li a {
    padding-left: 2;
    padding-right: 2;
    text-overflow: ellipsis;
    min-width: 1rem;
  }
}
#page-forum-report-view {
  padding-left: 1rem;
  padding-right: 1rem;
}
#page-gaming-point-reports .table-content th:nth-child(1) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-point-reports .table-content td:nth-child(1) {
  text-align: center;
}
#page-gaming-point-reports .table-content th:nth-child(4) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-point-reports .table-content td:nth-child(4) {
  text-align: center;
}
#page-gaming-point-reports .table-content th:nth-child(5) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-point-reports .table-content td:nth-child(5) {
  text-align: center;
}
#page-gaming-point-reports .table-content th:nth-child(6) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-point-reports .table-content td:nth-child(6) {
  text-align: center;
}
#page-gaming-point-reports .table-content th:nth-child(7) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-point-reports .table-content td:nth-child(7) {
  text-align: center;
}
#page-gaming-point-reports .table-content th:nth-child(8) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-point-reports .table-content td:nth-child(8) {
  text-align: center;
}
#page-gaming-point-reports .table-content th:nth-child(9) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-point-reports .table-content td:nth-child(9) {
  text-align: center;
}
#page-gaming-point-reports .table-content th:nth-child(10) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-point-reports .table-content td:nth-child(10) {
  text-align: center;
}
#page-gaming-point-reports .table-content th:nth-child(11) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-point-reports .table-content td:nth-child(11) {
  text-align: center;
}
#page-gaming-point-reports .table-content th:nth-child(12) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-point-reports .table-content td:nth-child(12) {
  text-align: center;
}
#page-gaming-point-reports .table-content th:nth-child(13) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-point-reports .table-content td:nth-child(13) {
  text-align: center;
}
#page-gaming-point-reports .table-content th:nth-child(14) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-point-reports .table-content td:nth-child(14) {
  text-align: center;
}
#page-gaming-point-reports .table-content th:nth-child(15) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-point-reports .table-content td:nth-child(15) {
  text-align: center;
}
#page-gaming-point-reports .table-content th:nth-child(16) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-point-reports .table-content td:nth-child(16) {
  text-align: center;
}
#page-gaming-point-reports .table-content th:nth-child(17) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-point-reports .table-content td:nth-child(17) {
  text-align: center;
}
#page-gaming-point-reports .table-content thead th .th__content__title,
#page-gaming-point-reports .table-content thead th .th__content__title {
  display: block;
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
  text-align: center;
}
#page-admin-posts-blocked-user-list .table-content th:nth-child(2) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-posts-blocked-user-list .table-content td:nth-child(2) {
  text-align: center;
}
#page-admin-posts-blocked-user-list .table-content th:nth-child(3) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-posts-blocked-user-list .table-content td:nth-child(3) {
  text-align: center;
}
#page-admin-posts-blocked-user-list .table-content th:nth-child(4) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-posts-blocked-user-list .table-content td:nth-child(4) {
  text-align: center;
}
#page-admin-posts-blocked-user-list .table-content th:nth-child(5) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-posts-blocked-user-list .table-content td:nth-child(5) {
  text-align: center;
}
#page-gaming-badge-detail {
  padding-left: 1rem;
  padding-right: 1rem;
}
#page-gaming-badge-reports .table-content th:nth-child(4) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-badge-reports .table-content td:nth-child(4) {
  text-align: center;
}
#page-gaming-badge-reports .table-content th:nth-child(5) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-badge-reports .table-content td:nth-child(5) {
  text-align: center;
}
#page-gaming-badge-reports .table-content th:nth-child(6) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-badge-reports .table-content td:nth-child(6) {
  text-align: center;
}
#page-gaming-badge-reports .table-content th:nth-child(7) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-badge-reports .table-content td:nth-child(7) {
  text-align: center;
}
#page-gaming-badge-reports #table-users table th:nth-child(3),
#page-gaming-badge-reports #table-users table td:nth-child(3) {
  width: 15%;
}
#page-gaming-badge-reports #table-users table th:nth-child(8),
#page-gaming-badge-reports #table-users table td:nth-child(8) {
  width: 40%;
}
#page-gaming-badge-reports #badgeType,
#page-gaming-badge-reports #badgeGroupType {
  min-width: 18rem;
}
#page-gaming-badge-reports .table-content thead th .th__content__title,
#page-gaming-badge-reports .table-content thead th .th__content__title {
  display: block;
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
  text-align: center;
}
#page-gaming-level-reports .table-general table th:nth-child(1),
#page-gaming-level-reports .table-general table td:nth-child(1),
#page-gaming-level-reports .table-general table th:nth-child(3),
#page-gaming-level-reports .table-general table td:nth-child(3),
#page-gaming-level-reports .table-general table th:nth-child(4),
#page-gaming-level-reports .table-general table td:nth-child(4) {
  width: 20%;
}
#page-gaming-level-reports .table-content th:nth-child(4) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-level-reports .table-content td:nth-child(4) {
  text-align: center;
}
#page-gaming-level-reports .table-content th:nth-child(5) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-level-reports .table-content td:nth-child(5) {
  text-align: center;
}
#page-gaming-level-reports .table-content th:nth-child(6) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-level-reports .table-content td:nth-child(6) {
  text-align: center;
}
#page-gaming-level-reports .table-content th:nth-child(7) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-level-reports .table-content td:nth-child(7) {
  text-align: center;
}
#page-gaming-level-reports .table-content th:nth-child(8) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-level-reports .table-content td:nth-child(8) {
  text-align: center;
}
#page-gaming-level-reports .table-content th:nth-child(9) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-level-reports .table-content td:nth-child(9) {
  text-align: center;
}
#page-gaming-level-reports .table-content th:nth-child(10) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-level-reports .table-content td:nth-child(10) {
  text-align: center;
}
#page-gaming-level-reports .table-content th:nth-child(11) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-level-reports .table-content td:nth-child(11) {
  text-align: center;
}
#page-gaming-level-reports .table-content th:nth-child(12) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-level-reports .table-content td:nth-child(12) {
  text-align: center;
}
#page-gaming-level-reports .table-content th:nth-child(13) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-level-reports .table-content td:nth-child(13) {
  text-align: center;
}
#page-gaming-level-reports .table-content th:nth-child(14) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-level-reports .table-content td:nth-child(14) {
  text-align: center;
}
#page-gaming-level-reports .table-content th:nth-child(15) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-level-reports .table-content td:nth-child(15) {
  text-align: center;
}
#page-gaming-level-reports .table-content th:nth-child(16) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-level-reports .table-content td:nth-child(16) {
  text-align: center;
}
#page-gaming-level-reports .table-content th:nth-child(17) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-gaming-level-reports .table-content td:nth-child(17) {
  text-align: center;
}
#page-gaming-level-reports .table-content thead th .th__content__title,
#page-gaming-level-reports .table-content thead th .th__content__title {
  display: block;
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
  text-align: center;
}
#page-gaming-level-detail {
  padding-left: 1rem;
  padding-right: 1rem;
}
#page-gaming-level-reports #level {
  min-width: 18rem;
}
#reschedule-modal .modal .modal-content {
  min-width: 750px;
}
#reschedule-modal .header {
  padding: 0rem 4rem;
  margin-bottom: 2rem;
}
#reschedule-modal .footer {
  padding: 0rem 4rem;
  margin-top: 2rem;
}
#reschedule-modal .footer .warning {
  text-align: center;
}
#reschedule-modal .expert {
  background-color: #ebf7eb;
  min-height: 45px;
  font-size: 1.7rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#reschedule-modal .expert .detail {
  width: 1rem;
  height: 45px;
  background-color: #79c57a;
}
#reschedule-modal .expert .content {
  padding-top: 1rem;
  padding-left: 1rem;
}
#reschedule-modal .expert .subtext {
  font-size: 1.4rem;
  font-weight: normal;
}
#reschedule-modal .not-found {
  margin-top: 3rem;
  background-color: #f59494ad;
  padding: 1rem;
  font-size: 1.7rem;
}
#reschedule-modal .reschedule-hours {
  padding: 0rem 4rem;
}
#reschedule-modal .reschedule-hours .reschedule-hour {
  padding: 1rem;
  background-color: #FFFFFF;
}
#reschedule-modal .reschedule-hours .reschedule-hour .box-hour {
  padding: 2rem 0em;
  background-color: #F2F4F7;
  text-align: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 1.5rem;
}
#reschedule-modal .reschedule-hours .reschedule-hour .box-hour.with-name {
  min-height: 130px;
}
#reschedule-modal .reschedule-hours .reschedule-hour .box-hour.active {
  background-color: #79c57a;
}
#reschedule-modal .reschedule-hours .reschedule-hour .box-hour .divider {
  height: 1px;
  background: #757985;
  margin: 1rem;
}
#reschedule-modal .reschedule-days {
  margin: 0rem -3rem;
}
#reschedule-modal #reschedule-list-day .reschedule-day {
  padding: 1rem;
  background-color: #FFFFFF;
}
#reschedule-modal #reschedule-list-day .reschedule-day .box-day {
  background-color: #F2F4F7;
  padding: 2rem;
  text-align: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
#reschedule-modal #reschedule-list-day .reschedule-day .box-day .title {
  font-size: 1.5rem;
}
#reschedule-modal #reschedule-list-day .reschedule-day .box-day .subtitle {
  font-size: 1.3rem;
}
#reschedule-modal #reschedule-list-day .reschedule-day .box-day.active {
  background-color: #79c57a;
}
#reschedule-modal #reschedule-list-day .reschedule-day .box-day.active .title {
  font-weight: bold;
}
#reschedule-modal #reschedule-list-day .arrow {
  height: 100%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 2rem;
  margin: 1rem;
  text-align: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#reschedule-modal #reschedule-list-day .arrow .icon {
  height: 3.8rem;
  display: block;
  background: #FFFFFF !important;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#reschedule-modal #reschedule-list-day .arrow .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #6A748A !important;
  font-size: 3rem !important;
  margin: 0!important;
}
#reschedule-modal #reschedule-list-day .arrow.prev .icon:before {
  content: "\E903";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
#reschedule-modal #reschedule-list-day .arrow.next .icon:before {
  content: "\E904";
  font-family: 'zaindoo';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
#page-appointment-transfer-processed-list .table-content th:nth-child(2) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-appointment-transfer-processed-list .table-content td:nth-child(2) {
  text-align: center;
}
#page-appointment-transfer-processed-list .table-content th:nth-child(3) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-appointment-transfer-processed-list .table-content td:nth-child(3) {
  text-align: center;
}
#page-appointment-transfer-processed-list .table-content th:nth-child(5) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-appointment-transfer-processed-list .table-content td:nth-child(5) {
  text-align: center;
}
#page-appointment-transfer-processed-list .table-content th:nth-child(7) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-appointment-transfer-processed-list .table-content td:nth-child(7) {
  text-align: center;
}
#page-appointment-transfer-processed-list .table-content th:nth-child(8) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-appointment-transfer-processed-list .table-content td:nth-child(8) {
  text-align: center;
}
#page-appointment-transfer-processed-list .table-content thead th .th__content__title {
  display: block;
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
  text-align: center;
}
#page-admin-dashboard-ivr .dashboard-dark-green {
  background-color: #a9d18e !important;
}
#page-admin-dashboard-ivr .dashboard-light-green {
  background-color: #e2f0d9 !important;
}
#page-admin-dashboard-ivr .dashboard-orange {
  background-color: #f4b183 !important;
}
#page-admin-dashboard-ivr .dashboard-blue {
  background-color: #00b0f06b !important;
}
#page-admin-dashboard-ivr table th:nth-child(1),
#page-admin-dashboard-ivr table td:nth-child(1) {
  width: 20%;
}
#page-admin-dashboard-ivr table th:last-child,
#page-admin-dashboard-ivr table td:last-child {
  padding: 0;
}
#page-admin-dashboard-ivr .dashboard-border {
  border: 1px solid #F2F4F7;
}
#page-admin-dashboard-appointments table {
  margin-bottom: 3rem;
}
#page-admin-dashboard-appointments table th:nth-child(1),
#page-admin-dashboard-appointments table td:nth-child(1) {
  width: 20%;
}
#page-admin-dashboard-appointments table th:last-child,
#page-admin-dashboard-appointments table td:last-child {
  padding: 0;
}
#page-admin-dashboard-appointments .dashboard-border-top {
  border-top: 1px solid #000000;
}
#page-admin-dashboard-appointments table thead th {
  white-space: break-spaces;
  word-wrap: break-word;
}
#transfer-confirm-modal .modal-content {
  max-width: 80%;
}
#page-admin-appointment-cancellations th:nth-child(3) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-appointment-cancellations td:nth-child(3) {
  text-align: center;
}
#page-admin-appointment-cancellations th:nth-child(4) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-appointment-cancellations td:nth-child(4) {
  text-align: center;
}
#page-admin-appointment-cancellations th:nth-child(5) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-appointment-cancellations td:nth-child(5) {
  text-align: center;
}
#page-admin-appointment-cancellations th:nth-child(6) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-appointment-cancellations td:nth-child(6) {
  text-align: center;
}
#page-admin-appointment-cancellations th:nth-child(7) .th__content {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-admin-appointment-cancellations td:nth-child(7) {
  text-align: center;
}
#page-admin-appointment-cancellations .table-content thead th .th__content__title {
  display: block;
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
  text-align: center;
}
#user-delete-modal .modal-content {
  max-width: 600px;
}
#user-delete-modal .actions {
  margin-top: 30px;
}
#page-expired-password {
  background: #F2F4F7;
  min-height: 100vh;
}
#page-expired-password h1 {
  font-size: 3.8rem;
}
#page-expired-password p,
#page-expired-password a {
  color: #303647;
}
#page-expired-password .button {
  margin-top: 2rem;
}
#page-expired-password form .fields .field.error:before {
  bottom: 2.7rem;
}
#page-expired-password form .fields .field label {
  font-size: 1.6rem;
}
#page-expired-password form .fields .field input {
  height: 5.6rem;
}
#page-expired-password form a {
  font-size: 1.6rem;
}
#page-expired-password .login {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#page-expired-password .login__left {
  width: 38%;
  position: relative;
  height: 100vh;
  min-width: 65rem;
}
#page-expired-password .login__left__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 58rem;
  width: 90%;
}
#page-expired-password .login__left__content .logo {
  margin: auto;
  display: block;
  margin-bottom: 6rem;
}
#page-expired-password .login__right {
  height: 100vh;
  width: 62%;
  background: url("/assets/images/bg-auth.jpg") no-repeat center;
  background-size: cover;
}
#page-expired-password .expired-password__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 58rem;
  width: 100%;
  text-align: center;
}
#page-expired-password .expired-password__content .logo {
  margin: auto;
  display: block;
}
#page-expired-password .expired-password__content > h1 {
  margin-bottom: 0.8rem;
}
#page-expired-password .expired-password__content > p {
  margin-top: 0;
}
#page-expired-password .expired-password__content > p a {
  font-size: 1.8rem;
  margin-top: 1rem;
  display: block;
}
#page-expired-password .expired-password__content .button {
  width: 100%;
}
#page-expired-password .expired-password__content .ok {
  margin: 4rem 0 4rem 0;
}
#double-factor-login {
  background: #F2F4F7;
  min-height: 100vh;
}
#double-factor-login h1 {
  font-size: 3.8rem;
}
#double-factor-login p,
#double-factor-login a {
  color: #303647;
}
#double-factor-login .button {
  margin-top: 2rem;
}
#double-factor-login .double-factor__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 58rem;
  width: 100%;
  text-align: center;
}
#double-factor-login .double-factor__content .logo {
  margin: auto;
  display: block;
}
#double-factor-login .double-factor__content > h2 {
  margin-top: 1.8rem;
  margin-bottom: 0.8rem;
}
#double-factor-login .double-factor__content > p {
  margin-top: 0;
}
#double-factor-login .double-factor__content > p a {
  font-size: 1.8rem;
  margin-top: 1rem;
  display: block;
}
#double-factor-login .double-factor__content form .factor-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#double-factor-login .double-factor__content form .factor-fields .factor-field {
  width: 250px;
}
#double-factor-login .double-factor__content form .factor-fields .factor-field.error:before {
  bottom: 2.7rem;
}
#double-factor-login .double-factor__content form .factor-fields .factor-field label {
  font-size: 1.6rem;
}
#double-factor-login .double-factor__content form .factor-fields .factor-field input {
  height: 5.6rem;
}
#double-factor-login .double-factor__content form .factor-fields .factor-field button.button {
  margin-top: 2rem;
  max-width: 20rem;
}
#double-factor-login .double-factor__content form a {
  font-size: 1.6rem;
}
#double-factor-login .double-factor__content .box-error {
  margin-top: 2rem;
}
#double-factor-login .double-factor__content .box-error p.error {
  color: red;
}
#double-factor-login .double-factor__content .footer {
  margin-top: 2rem;
}
#admin-appointment-reservations-table tbody td div span {
  white-space: pre-wrap;
}
.cdk-global-overlay-wrapper,.cdk-overlay-container{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-global-overlay-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.48}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.6)}.cdk-overlay-transparent-backdrop{background:0 0}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}.owl-dialog-container{position:relative;pointer-events:auto;box-sizing:border-box;display:block;padding:1.5em;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);border-radius:2px;overflow:auto;background:#fff;color:rgba(0,0,0,.87);outline:0}.owl-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.owl-dt-container,.owl-dt-container *{box-sizing:border-box}.owl-dt-container{display:block;background:#fff;pointer-events:auto;z-index:1000}.owl-dt-container-row{border-bottom:1px solid rgba(0,0,0,.12)}.owl-dt-container-row:last-child{border-bottom:none}.owl-dt-calendar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.owl-dt-calendar-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1em;width:100%;padding:.5em;color:#000}.owl-dt-calendar-control .owl-dt-calendar-control-content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button{padding:0 .8em}.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button:hover{background-color:rgba(0,0,0,.12)}.owl-dt-calendar-main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:0 .5em .5em;outline:0}.owl-dt-calendar-table{width:100%;border-collapse:collapse;border-spacing:0}.owl-dt-calendar-table .owl-dt-calendar-header{color:rgba(0,0,0,.4)}.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th{font-size:.7em;font-weight:400;text-align:center;padding-bottom:1em}.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider{position:relative;height:1px;padding-bottom:.5em}.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider:after{content:'';position:absolute;top:0;left:-.5em;right:-.5em;height:1px;background:rgba(0,0,0,.12)}.owl-dt-calendar-table .owl-dt-calendar-cell{position:relative;height:0;line-height:0;text-align:center;outline:0;cursor:pointer;color:rgba(0,0,0,.85);-webkit-appearance:none;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}.owl-dt-calendar-table .owl-dt-calendar-cell-content{position:absolute;top:5%;left:5%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;font-size:.8em;line-height:1;border:1px solid transparent;border-radius:999px;color:inherit}.owl-dt-calendar-table .owl-dt-calendar-cell-out{opacity:.2}.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,.4)}.owl-dt-calendar-table .owl-dt-calendar-cell-selected{color:rgba(255,255,255,.85);background-color:#3f51b5}.owl-dt-calendar-table .owl-dt-calendar-cell-selected.owl-dt-calendar-cell-today{box-shadow:inset 0 0 0 1px rgba(255,255,255,.85)}.owl-dt-calendar-table .owl-dt-calendar-cell-disabled{cursor:default}.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){color:rgba(0,0,0,.4)}.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content.owl-dt-calendar-cell-selected{opacity:.4}.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,.2)}.owl-dt-calendar-table .owl-dt-calendar-cell-active:focus>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),.owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){background-color:rgba(0,0,0,.04)}.owl-dt-calendar-table .owl-dt-calendar-cell-in-range{background:rgba(63,81,181,.2)}.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-from{border-top-left-radius:999px;border-bottom-left-radius:999px}.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-to{border-top-right-radius:999px;border-bottom-right-radius:999px}.owl-dt-timer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:6em;padding:.5em;outline:0}.owl-dt-timer-box{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:25%;height:100%}.owl-dt-timer-content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.owl-dt-timer-content .owl-dt-timer-input{display:block;width:2em;text-align:center;border:1px solid rgba(0,0,0,.5);border-radius:3px;outline:medium none;font-size:1.2em;padding:.2em}.owl-dt-timer-divider{display:inline-block;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;position:absolute;width:.6em;height:100%;left:-.3em}.owl-dt-timer-divider:after,.owl-dt-timer-divider:before{content:'';display:inline-block;width:.35em;height:.35em;position:absolute;left:50%;border-radius:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:currentColor}.owl-dt-timer-divider:before{top:35%}.owl-dt-timer-divider:after{bottom:35%}.owl-dt-control-button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;margin:0;padding:0;background-color:transparent;color:inherit}.owl-dt-control-button .owl-dt-control-button-content{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:0}.owl-dt-control-button:focus>.owl-dt-control-button-content{background-color:rgba(0,0,0,.12)}.owl-dt-control-button:not(:-moz-focusring):focus>.owl-dt-control-button-content{box-shadow:none}.owl-dt-control-period-button .owl-dt-control-button-content{height:2em;padding:.3em .5em;border-radius:3px;transition:background-color .1s linear}.owl-dt-control-period-button:hover>.owl-dt-control-button-content{background-color:rgba(0,0,0,.12)}.owl-dt-control-arrow-button .owl-dt-control-button-content{padding:0;border-radius:50%;width:1.5em;height:1.5em}.owl-dt-control-arrow-button[disabled]{color:rgba(0,0,0,.4);cursor:default}.owl-dt-control-arrow-button svg{width:.8em;height:.8em;fill:currentColor}.owl-dt-inline-container,.owl-dt-popup-container{position:relative;width:296px;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.owl-dt-inline-container .owl-dt-calendar,.owl-dt-inline-container .owl-dt-timer,.owl-dt-popup-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-timer{width:100%}.owl-dt-inline-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-calendar{height:340px}.owl-dt-inline-container{display:inline-block}.owl-dt-dialog-container{max-height:85vh;margin:-1.5em}.owl-dt-dialog-container .owl-dt-calendar{min-width:250px;min-height:330px;max-width:750px;max-height:750px}.owl-dt-dialog-container .owl-dt-timer{min-width:250px;max-width:750px}@media all and (orientation:landscape){.owl-dt-dialog-container .owl-dt-calendar{width:60vh;height:60vh}.owl-dt-dialog-container .owl-dt-timer{width:60vh}}@media all and (orientation:portrait){.owl-dt-dialog-container .owl-dt-calendar{width:80vw;height:80vw}.owl-dt-dialog-container .owl-dt-timer{width:80vw}}.owl-dt-container-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:2em;color:#3f51b5}.owl-dt-container-control-button{width:50%;height:100%;border-radius:0}.owl-dt-container-control-button .owl-dt-control-button-content{height:100%;width:100%;transition:background-color .1s linear}.owl-dt-container-control-button:hover .owl-dt-control-button-content{background-color:rgba(0,0,0,.1)}.owl-dt-container-info{padding:0 .5em;cursor:pointer;-webkit-tap-highlight-color:transparent}.owl-dt-container-info .owl-dt-container-range{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5em 0;font-size:.8em}.owl-dt-container-info .owl-dt-container-range:last-child{border-top:1px solid rgba(0,0,0,.12)}.owl-dt-container-info .owl-dt-container-info-active{color:#3f51b5}.owl-dt-container-disabled,.owl-dt-trigger-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none;cursor:default!important}.owl-dt-timer-hour12{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#3f51b5}.owl-dt-timer-hour12 .owl-dt-timer-hour12-box{border:1px solid currentColor;border-radius:2px;transition:background .2s ease}.owl-dt-timer-hour12 .owl-dt-timer-hour12-box .owl-dt-control-button-content{width:100%;height:100%;padding:.5em}.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:focus .owl-dt-control-button-content,.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:hover .owl-dt-control-button-content{background:#3f51b5;color:#fff}
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .toast:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(255,255,255)" d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"/></svg>');
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(255,255,255)" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z"/></svg>');
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(255,255,255)" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>');
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="rgb(255,255,255)" d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"/></svg>');
}
.toast-container.toast-top-center .toast,
.toast-container.toast-bottom-center .toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .toast,
.toast-container.toast-bottom-full-width .toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .toast.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.ng-select.opened>.ng-control{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.opened>.ng-control .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.opened>.ng-control .ng-arrow:hover{border-color:transparent transparent #666}.ng-select.opened.bottom>.ng-control{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.opened.top>.ng-control{border-top-right-radius:0;border-top-left-radius:0}.ng-select.focused:not(.opened)>.ng-control{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}.ng-select.disabled>.ng-control{background-color:#f9f9f9}.ng-select .ng-control{background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ng-select .ng-control:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-select .ng-control .ng-value-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:10px}.ng-select .ng-control .ng-value-container .ng-placeholder{color:#aaa}.ng-select.ng-single .ng-control{height:36px}.ng-select.ng-single .ng-control .ng-value-container .ng-input{left:0;padding-left:10px;padding-right:50px;top:5px}.ng-select.ng-multiple.disabled>.ng-control .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e3e3e3}.ng-select.ng-multiple.disabled>.ng-control .ng-value-container .ng-value .ng-value-label{padding:2px 5px}.ng-select.ng-multiple .ng-control .ng-value-container{padding-left:7px;padding-top:5px}.ng-select.ng-multiple .ng-control .ng-value-container .ng-value{font-size:0.9em;margin-right:5px;margin-bottom:5px;background-color:#f5faff;border-radius:2px;border:1px solid #c2e0ff}.ng-select.ng-multiple .ng-control .ng-value-container .ng-value.disabled{background-color:#f9f9f9;border:1px solid #e3e3e3}.ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-label{padding:2px 5px 2px 1px}.ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-icon{padding:3px 5px}.ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d8eafd}.ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #c2e0ff}.ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #c2e0ff}.ng-select.ng-multiple .ng-control .ng-value-container .ng-input{padding-bottom:3px;padding-left:3px}.ng-select.ng-multiple .ng-control .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}.ng-select .ng-clear-zone{color:#999}.ng-select .ng-clear-zone .ng-clear:hover{color:#D0021B}.ng-select .ng-spinner-zone{padding-right:5px;padding-top:5px}.ng-select .ng-arrow-zone{padding-right:5px;width:25px}.ng-select .ng-arrow-zone .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-select .ng-arrow-zone .ng-arrow:hover{border-top-color:#666}.ng-select .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-select .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-dropdown-panel.bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-panel-items{margin-bottom:1px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:#666666;padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.selected{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.selected .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.marked{background-color:#ebf5ff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.selected{color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.disabled{color:#cccccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-right:5px;font-size:80%;font-weight:400}
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder; }

.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa; }

.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }

.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed; }

.cal-month-view .cal-days {
  border: 1px solid #e1e1e1;
  border-bottom: 0; }

.cal-month-view .cal-cell-top {
  min-height: 78px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.cal-month-view .cal-cell-row {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex; }

.cal-month-view .cal-cell {
  float: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.cal-month-view .cal-day-cell {
  min-height: 100px; }

.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid #e1e1e1; }

.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid #e1e1e1; }

.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  background-color: #b94a48;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px; }

.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px; }

.cal-month-view .cal-events {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
  background-color: #1e90ff;
  border-color: #D1E8FF;
  color: #fff; }

.cal-month-view .cal-event-title:link {
  color: currentColor; }

.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer; }

.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default; }

.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: darkred; }

.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7; }

.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em; }

.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: #e0e0e0 !important; }

.cal-month-view .cal-open-day-events {
  padding: 15px;
  color: white;
  background-color: #555;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); }

.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px; }

.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3; }

.cal-week-view .cal-day-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin-bottom: 3px;
  border: 1px solid #e1e1e1;
  margin-left: 2px;
  margin-right: 2px; }

.cal-week-view .cal-day-headers .cal-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 5px; }

.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid #e1e1e1; }

.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed; }

.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5; }

.cal-week-view .cal-events-row {
  position: relative;
  height: 33px; }

.cal-week-view .cal-event-container {
  display: inline-block;
  position: absolute; }

.cal-week-view .cal-event {
  padding: 0 10px;
  font-size: 12px;
  margin-left: 2px;
  margin-right: 2px;
  height: 30px;
  line-height: 30px;
  background-color: #D1E8FF;
  border: 1px solid #1e90ff;
  color: #1e90ff; }

.cal-week-view .cal-event-title:link {
  color: currentColor; }

.cal-week-view .cal-draggable {
  cursor: move; }

.cal-week-view .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.cal-week-view .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7; }

.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000; }

.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }
  .cal-day-view .cal-hour-rows {
    width: 100%;
    border: solid 1px #e1e1e1;
    overflow-x: scroll;
    position: relative; }
  .cal-day-view .cal-hour:nth-child(odd) {
    background-color: #fafafa; }
  .cal-day-view mwl-calendar-day-view-hour-segment,
  .cal-day-view .cal-hour-segment {
    display: block; }
  .cal-day-view .cal-hour-segment::after {
    content: '\A0'; }
  .cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed #e1e1e1; }
  .cal-day-view .cal-time {
    font-weight: bold;
    padding-top: 5px;
    width: 70px;
    text-align: center; }
  .cal-day-view .cal-hour-segment.cal-after-hour-start .cal-time {
    display: none; }
  .cal-day-view .cal-hour-segment:hover,
  .cal-day-view .cal-drag-over .cal-hour-segment {
    background-color: #ededed; }
  .cal-day-view .cal-event-container {
    position: absolute; }
  .cal-day-view .cal-event {
    padding: 5px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    box-sizing: border-box;
    background-color: #D1E8FF;
    border: 1px solid #1e90ff;
    color: #1e90ff;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .cal-day-view .cal-event-title:link {
    color: currentColor; }
  .cal-day-view .cal-draggable {
    cursor: move; }
  .cal-day-view .cal-starts-within-day .cal-event {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .cal-day-view .cal-ends-within-day .cal-event {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .cal-day-view .cal-all-day-event {
    padding: 8px;
    border: solid 1px; }

.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9; }

.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/*# sourceMappingURL=styles.0684e908de254c7341d4.bundle.css.map*/