/**
 * These are the variables used throughout the application. This is where
 * overwrites that are not specific to components should be maintained.
 */
/*!
 * AngularJS Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.1.6
 */
html, body {
  height: 100%;
  position: relative; }

body {
  margin: 0;
  padding: 0; }

[tabindex='-1']:focus {
  outline: none; }

.inset {
  padding: 10px; }

a.md-no-style,
button.md-no-style {
  font-weight: normal;
  background-color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0; }

select,
button,
textarea,
input {
  vertical-align: baseline; }

input[type="reset"],
input[type="submit"],
html input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button; }
  input[type="reset"][disabled],
  input[type="submit"][disabled],
  html input[type="button"][disabled],
  button[disabled] {
    cursor: default; }

textarea {
  vertical-align: top;
  overflow: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; }

input:-webkit-autofill {
  text-shadow: none; }

.md-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-transform: none;
  width: 1px; }

.md-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  pointer-events: none; }

.md-shadow-bottom-z-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }

.md-shadow-bottom-z-2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }

.md-shadow-animated.md-shadow {
  -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }

/*
 * A container inside of a rippling element (eg a button),
 * which contains all of the individual ripples
 */
.md-ripple-container {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-ripple {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0;
  border-radius: 50%; }
  .md-ripple.md-ripple-placed {
    -webkit-transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .md-ripple.md-ripple-scaled {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
  .md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible {
    opacity: 0.20; }
  .md-ripple.md-ripple-remove {
    -webkit-animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
            animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1); }

@-webkit-keyframes md-remove-ripple {
  0% {
    opacity: .15; }
  100% {
    opacity: 0; } }

@keyframes md-remove-ripple {
  0% {
    opacity: .15; }
  100% {
    opacity: 0; } }

.md-padding {
  padding: 8px; }

.md-margin {
  margin: 8px; }

.md-scroll-mask {
  position: absolute;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50; }
  .md-scroll-mask > .md-scroll-mask-bar {
    display: block;
    position: absolute;
    background-color: #fafafa;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 65;
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3); }

.md-no-momentum {
  -webkit-overflow-scrolling: auto; }

.md-no-flicker {
  -webkit-filter: blur(0px); }

@media (min-width: 960px) {
  .md-padding {
    padding: 16px; } }

html[dir=rtl], html[dir=ltr], body[dir=rtl], body[dir=ltr] {
  unicode-bidi: embed; }

bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override; }

bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override; }

html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/************
 * Headings
 ************/
.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -0.010em;
  line-height: 112px; }

.md-display-3 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 56px; }

.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 64px; }

.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px; }

.md-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px; }

.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.005em; }

.md-subhead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.010em;
  line-height: 24px; }

/************
 * Body Copy
 ************/
.md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.010em;
  line-height: 20px; }

.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.010em;
  line-height: 24px; }

.md-caption {
  font-size: 12px;
  letter-spacing: 0.020em; }

.md-button {
  letter-spacing: 0.010em; }

/************
 * Defaults
 ************/
button,
select,
html,
textarea,
input {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

select,
button,
textarea,
input {
  font-size: 100%; }

/*
*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*
*
*/
.md-panel-outer-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

._md-panel-hidden {
  display: none; }

._md-panel-offscreen {
  left: -9999px; }

._md-panel-fullscreen {
  border-radius: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0; }

._md-panel-shown .md-panel {
  opacity: 1;
  -webkit-transition: none;
  transition: none; }

.md-panel {
  opacity: 0;
  position: fixed; }
  .md-panel._md-panel-shown {
    opacity: 1;
    -webkit-transition: none;
    transition: none; }
  .md-panel._md-panel-animate-enter {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .md-panel._md-panel-animate-leave {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1); }
  .md-panel._md-panel-animate-scale-out, .md-panel._md-panel-animate-fade-out {
    opacity: 0; }
  .md-panel._md-panel-backdrop {
    height: 100%;
    position: absolute;
    width: 100%; }
  .md-panel._md-opaque-enter {
    opacity: .48;
    -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .md-panel._md-opaque-leave {
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1); }

md-autocomplete {
  border-radius: 2px;
  display: block;
  height: 40px;
  position: relative;
  overflow: visible;
  min-width: 190px; }
  md-autocomplete[disabled] input {
    cursor: default; }
  md-autocomplete[md-floating-label] {
    border-radius: 0;
    background: transparent;
    height: auto; }
    md-autocomplete[md-floating-label] md-input-container {
      padding-bottom: 0; }
    md-autocomplete[md-floating-label] md-autocomplete-wrap {
      height: auto; }
    md-autocomplete[md-floating-label] .md-show-clear-button button {
      display: block;
      position: absolute;
      right: 0;
      top: 20px;
      width: 30px;
      height: 30px; }
    md-autocomplete[md-floating-label] .md-show-clear-button input {
      padding-right: 30px; }
      [dir=rtl] md-autocomplete[md-floating-label] .md-show-clear-button input {
        padding-right: 0;
        padding-left: 30px; }
  md-autocomplete md-autocomplete-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    height: 40px; }
    md-autocomplete md-autocomplete-wrap.md-menu-showing {
      z-index: 51; }
    md-autocomplete md-autocomplete-wrap md-input-container, md-autocomplete md-autocomplete-wrap input {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0%;
              flex: 1 1 0%;
      box-sizing: border-box;
      min-width: 0; }
    md-autocomplete md-autocomplete-wrap md-progress-linear {
      position: absolute;
      bottom: -2px;
      left: 0; }
      md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
        bottom: 40px;
        right: 2px;
        left: 2px;
        width: auto; }
      md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        -webkit-transition: none;
        transition: none; }
        md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate .md-container {
          -webkit-transition: none;
          transition: none;
          height: 3px; }
        md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter {
          -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear; }
          md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter.ng-enter-active {
            opacity: 1; }
        md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave {
          -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear; }
          md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave.ng-leave-active {
            opacity: 0; }
  md-autocomplete input:not(.md-input) {
    font-size: 14px;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
    height: 40px; }
    md-autocomplete input:not(.md-input)::-ms-clear {
      display: none; }
  md-autocomplete .md-show-clear-button button {
    position: relative;
    line-height: 20px;
    text-align: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    padding: 0;
    font-size: 12px;
    background: transparent;
    margin: auto 5px; }
    md-autocomplete .md-show-clear-button button:after {
      content: '';
      position: absolute;
      top: -6px;
      right: -6px;
      bottom: -6px;
      left: -6px;
      border-radius: 50%;
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
    md-autocomplete .md-show-clear-button button:focus {
      outline: none; }
      md-autocomplete .md-show-clear-button button:focus:after {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1; }
    md-autocomplete .md-show-clear-button button md-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
              transform: translate3d(-50%, -50%, 0) scale(0.9); }
      md-autocomplete .md-show-clear-button button md-icon path {
        stroke-width: 0; }
    md-autocomplete .md-show-clear-button button.ng-enter {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: -webkit-transform 0.15s ease-out;
      transition: -webkit-transform 0.15s ease-out;
      transition: transform 0.15s ease-out;
      transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
      md-autocomplete .md-show-clear-button button.ng-enter.ng-enter-active {
        -webkit-transform: scale(1);
                transform: scale(1); }
    md-autocomplete .md-show-clear-button button.ng-leave {
      -webkit-transition: -webkit-transform 0.15s ease-out;
      transition: -webkit-transform 0.15s ease-out;
      transition: transform 0.15s ease-out;
      transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
      md-autocomplete .md-show-clear-button button.ng-leave.ng-leave-active {
        -webkit-transform: scale(0);
                transform: scale(0); }
  @media screen and (-ms-high-contrast: active) {
    md-autocomplete input {
      border: 1px solid #fff; }
    md-autocomplete li:focus {
      color: #fff; } }

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  z-index: 100;
  height: 100%; }

.md-virtual-repeat-container.md-not-found {
  height: 48px; }

.md-autocomplete-suggestions {
  margin: 0;
  list-style: none;
  padding: 0; }
  .md-autocomplete-suggestions li {
    font-size: 14px;
    overflow: hidden;
    padding: 0 15px;
    line-height: 48px;
    height: 48px;
    -webkit-transition: background 0.15s linear;
    transition: background 0.15s linear;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .md-autocomplete-suggestions li:focus {
      outline: none; }
    .md-autocomplete-suggestions li:not(.md-not-found-wrapper) {
      cursor: pointer; }

@media screen and (-ms-high-contrast: active) {
  md-autocomplete,
  .md-autocomplete-suggestions {
    border: 1px solid #fff; } }

md-bottom-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 16px 88px 16px;
  z-index: 70;
  border-top-width: 1px;
  border-top-style: solid;
  -webkit-transform: translate3d(0, 80px, 0);
          transform: translate3d(0, 80px, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  md-bottom-sheet.md-has-header {
    padding-top: 0; }
  md-bottom-sheet.ng-enter {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  md-bottom-sheet.ng-enter-active {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(0, 80px, 0) !important;
            transform: translate3d(0, 80px, 0) !important; }
  md-bottom-sheet.ng-leave-active {
    -webkit-transform: translate3d(0, 100%, 0) !important;
            transform: translate3d(0, 100%, 0) !important;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
  md-bottom-sheet .md-subheader {
    background-color: transparent;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    line-height: 56px;
    padding: 0;
    white-space: nowrap; }
  md-bottom-sheet md-inline-icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    fill: #444; }
  md-bottom-sheet md-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    outline: none; }
    md-bottom-sheet md-list-item:hover {
      cursor: pointer; }
  md-bottom-sheet.md-list md-list-item {
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    height: 48px; }
  md-bottom-sheet.md-grid {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0; }
    md-bottom-sheet.md-grid md-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
    md-bottom-sheet.md-grid md-list-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      height: 96px;
      margin-top: 8px;
      margin-bottom: 8px;
      /* Mixin for how many grid items to show per row */ }
      @media (max-width: 960px) {
        md-bottom-sheet.md-grid md-list-item {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 33.33333%;
                  flex: 1 1 33.33333%;
          max-width: 33.33333%; }
          md-bottom-sheet.md-grid md-list-item:nth-of-type(3n + 1) {
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
                    align-items: flex-start; }
          md-bottom-sheet.md-grid md-list-item:nth-of-type(3n) {
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                    align-items: flex-end; } }
      @media (min-width: 960px) and (max-width: 1279px) {
        md-bottom-sheet.md-grid md-list-item {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 25%;
                  flex: 1 1 25%;
          max-width: 25%; } }
      @media (min-width: 1280px) and (max-width: 1919px) {
        md-bottom-sheet.md-grid md-list-item {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 16.66667%;
                  flex: 1 1 16.66667%;
          max-width: 16.66667%; } }
      @media (min-width: 1920px) {
        md-bottom-sheet.md-grid md-list-item {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 14.28571%;
                  flex: 1 1 14.28571%;
          max-width: 14.28571%; } }
      md-bottom-sheet.md-grid md-list-item::before {
        display: none; }
      md-bottom-sheet.md-grid md-list-item .md-list-item-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        width: 48px;
        padding-bottom: 16px; }
      md-bottom-sheet.md-grid md-list-item .md-grid-item-content {
        border: 1px solid transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        width: 80px; }
      md-bottom-sheet.md-grid md-list-item .md-grid-text {
        font-weight: 400;
        line-height: 16px;
        font-size: 13px;
        margin: 0;
        white-space: nowrap;
        width: 64px;
        text-align: center;
        text-transform: none;
        padding-top: 8px; }

@media screen and (-ms-high-contrast: active) {
  md-bottom-sheet {
    border: 1px solid #fff; } }

md-backdrop {
  -webkit-transition: opacity 450ms;
  transition: opacity 450ms;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50; }
  md-backdrop.md-menu-backdrop {
    position: fixed !important;
    z-index: 99; }
  md-backdrop.md-select-backdrop {
    z-index: 81;
    -webkit-transition-duration: 0;
            transition-duration: 0; }
  md-backdrop.md-dialog-backdrop {
    z-index: 79; }
  md-backdrop.md-bottom-sheet-backdrop {
    z-index: 69; }
  md-backdrop.md-sidenav-backdrop {
    z-index: 59; }
  md-backdrop.md-click-catcher {
    position: absolute; }
  md-backdrop.md-opaque {
    opacity: .48; }
    md-backdrop.md-opaque.ng-enter {
      opacity: 0; }
    md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active {
      opacity: .48; }
    md-backdrop.md-opaque.ng-leave {
      opacity: .48;
      -webkit-transition: opacity 400ms;
      transition: opacity 400ms; }
    md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active {
      opacity: 0; }

button.md-button::-moz-focus-inner {
  border: 0; }

.md-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  /** Alignment adjustments */
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  /* Reset default button appearance */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  border: 0;
  /** Custom styling for button */
  padding: 0 6px;
  margin: 6px 8px;
  background: transparent;
  color: currentColor;
  white-space: nowrap;
  /* Uppercase text content */
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .md-dense > .md-button:not(.md-dense-disabled),
  .md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled) {
    min-height: 32px; }
  .md-dense > .md-button:not(.md-dense-disabled),
  .md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled) {
    line-height: 32px; }
  .md-dense > .md-button:not(.md-dense-disabled),
  .md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled) {
    font-size: 13px; }
  .md-button:focus {
    outline: none; }
  .md-button:hover, .md-button:focus {
    text-decoration: none; }
  .md-button.ng-hide, .md-button.ng-leave {
    -webkit-transition: none;
    transition: none; }
  .md-button.md-cornered {
    border-radius: 0; }
  .md-button.md-icon {
    padding: 0;
    background: none; }
  .md-button.md-raised:not([disabled]) {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
  .md-button.md-icon-button {
    margin: 0 6px;
    height: 40px;
    min-width: 0;
    line-height: 24px;
    padding: 8px;
    width: 40px;
    border-radius: 50%; }
    .md-button.md-icon-button .md-ripple-container {
      border-radius: 50%;
      background-clip: padding-box;
      overflow: hidden;
      -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC"); }
  .md-button.md-fab {
    z-index: 20;
    line-height: 56px;
    min-width: 0;
    width: 56px;
    height: 56px;
    vertical-align: middle;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 50%;
    background-clip: padding-box;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-transition-property: background-color, box-shadow, -webkit-transform;
    transition-property: background-color, box-shadow, -webkit-transform;
    transition-property: background-color, box-shadow, transform;
    transition-property: background-color, box-shadow, transform, -webkit-transform; }
    .md-button.md-fab.md-fab-bottom-right {
      top: auto;
      right: 20px;
      bottom: 20px;
      left: auto;
      position: absolute; }
    .md-button.md-fab.md-fab-bottom-left {
      top: auto;
      right: auto;
      bottom: 20px;
      left: 20px;
      position: absolute; }
    .md-button.md-fab.md-fab-top-right {
      top: 20px;
      right: 20px;
      bottom: auto;
      left: auto;
      position: absolute; }
    .md-button.md-fab.md-fab-top-left {
      top: 20px;
      right: auto;
      bottom: auto;
      left: 20px;
      position: absolute; }
    .md-button.md-fab .md-ripple-container {
      border-radius: 50%;
      background-clip: padding-box;
      overflow: hidden;
      -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC"); }
    .md-button.md-fab.md-mini {
      line-height: 40px;
      width: 40px;
      height: 40px; }
    .md-button.md-fab.ng-hide, .md-button.md-fab.ng-leave {
      -webkit-transition: none;
      transition: none; }
  .md-button:not([disabled]).md-raised.md-focused, .md-button:not([disabled]).md-fab.md-focused {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
  .md-button:not([disabled]).md-raised:active, .md-button:not([disabled]).md-fab:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }
  .md-button .md-ripple-container {
    border-radius: 2px;
    background-clip: padding-box;
    overflow: hidden;
    -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC"); }

.md-button.md-icon-button md-icon,
button.md-button.md-fab md-icon {
  display: block; }

.md-toast-open-top .md-button.md-fab-top-left,
.md-toast-open-top .md-button.md-fab-top-right {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translate3d(0, 42px, 0);
          transform: translate3d(0, 42px, 0); }
  .md-toast-open-top .md-button.md-fab-top-left:not([disabled]).md-focused, .md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover,
  .md-toast-open-top .md-button.md-fab-top-right:not([disabled]).md-focused,
  .md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover {
    -webkit-transform: translate3d(0, 41px, 0);
            transform: translate3d(0, 41px, 0); }

.md-toast-open-bottom .md-button.md-fab-bottom-left,
.md-toast-open-bottom .md-button.md-fab-bottom-right {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translate3d(0, -42px, 0);
          transform: translate3d(0, -42px, 0); }
  .md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]).md-focused, .md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover,
  .md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]).md-focused,
  .md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover {
    -webkit-transform: translate3d(0, -43px, 0);
            transform: translate3d(0, -43px, 0); }

.md-button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  width: 100%; }
  .md-button-group > .md-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    display: block;
    overflow: hidden;
    width: 0;
    border-width: 1px 0px 1px 1px;
    border-radius: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .md-button-group > .md-button:first-child {
      border-radius: 2px 0px 0px 2px; }
    .md-button-group > .md-button:last-child {
      border-right-width: 1px;
      border-radius: 0px 2px 2px 0px; }

@media screen and (-ms-high-contrast: active) {
  .md-button.md-raised,
  .md-button.md-fab {
    border: 1px solid #fff; } }

md-card {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: 8px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); }
  md-card md-card-header {
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
    md-card md-card-header:first-child md-card-avatar {
      margin-right: 12px; }
      [dir=rtl] md-card md-card-header:first-child md-card-avatar {
        margin-right: auto;
        margin-left: 12px; }
    md-card md-card-header:last-child md-card-avatar {
      margin-left: 12px; }
      [dir=rtl] md-card md-card-header:last-child md-card-avatar {
        margin-left: auto;
        margin-right: 12px; }
    md-card md-card-header md-card-avatar {
      width: 40px;
      height: 40px; }
      md-card md-card-header md-card-avatar .md-user-avatar,
      md-card md-card-header md-card-avatar md-icon {
        border-radius: 50%; }
      md-card md-card-header md-card-avatar md-icon {
        padding: 8px; }
        md-card md-card-header md-card-avatar md-icon > svg {
          height: inherit;
          width: inherit; }
      md-card md-card-header md-card-avatar + md-card-header-text {
        max-height: 40px; }
        md-card md-card-header md-card-avatar + md-card-header-text .md-title {
          font-size: 14px; }
    md-card md-card-header md-card-header-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
              flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column; }
      md-card md-card-header md-card-header-text .md-subhead {
        font-size: 14px; }
  md-card > img,
  md-card > md-card-header img,
  md-card md-card-title-media img {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    height: auto; }
  md-card md-card-title {
    padding: 24px 16px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
    md-card md-card-title + md-card-content {
      padding-top: 0; }
    md-card md-card-title md-card-title-text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
              flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex; }
      md-card md-card-title md-card-title-text .md-subhead {
        padding-top: 0;
        font-size: 14px; }
      md-card md-card-title md-card-title-text:only-child .md-subhead {
        padding-top: 12px; }
    md-card md-card-title md-card-title-media {
      margin-top: -8px; }
      md-card md-card-title md-card-title-media .md-media-sm {
        height: 80px;
        width: 80px; }
      md-card md-card-title md-card-title-media .md-media-md {
        height: 112px;
        width: 112px; }
      md-card md-card-title md-card-title-media .md-media-lg {
        height: 152px;
        width: 152px; }
  md-card md-card-content {
    display: block;
    padding: 16px; }
    md-card md-card-content > p:first-child {
      margin-top: 0; }
    md-card md-card-content > p:last-child {
      margin-bottom: 0; }
    md-card md-card-content .md-media-xl {
      height: 240px;
      width: 240px; }
  md-card .md-actions, md-card md-card-actions {
    margin: 8px; }
    md-card .md-actions.layout-column .md-button:not(.md-icon-button), md-card md-card-actions.layout-column .md-button:not(.md-icon-button) {
      margin: 2px 0; }
      md-card .md-actions.layout-column .md-button:not(.md-icon-button):first-of-type, md-card md-card-actions.layout-column .md-button:not(.md-icon-button):first-of-type {
        margin-top: 0; }
      md-card .md-actions.layout-column .md-button:not(.md-icon-button):last-of-type, md-card md-card-actions.layout-column .md-button:not(.md-icon-button):last-of-type {
        margin-bottom: 0; }
    md-card .md-actions.layout-column .md-button.md-icon-button, md-card md-card-actions.layout-column .md-button.md-icon-button {
      margin-top: 6px;
      margin-bottom: 6px; }
    md-card .md-actions md-card-icon-actions, md-card md-card-actions md-card-icon-actions {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
              flex: 1;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
              justify-content: flex-start;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
              flex-direction: row; }
    md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button), md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button) {
      margin: 0 4px; }
      md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type, md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
        margin-left: 0; }
        [dir=rtl] md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
          margin-left: auto;
          margin-right: 0; }
      md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type, md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
        margin-right: 0; }
        [dir=rtl] md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
          margin-right: auto;
          margin-left: 0; }
    md-card .md-actions:not(.layout-column) .md-button.md-icon-button, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button {
      margin-left: 6px;
      margin-right: 6px; }
      md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
        margin-left: 12px; }
        [dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
          margin-left: auto;
          margin-right: 12px; }
      md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
        margin-right: 12px; }
        [dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
          margin-right: auto;
          margin-left: 12px; }
    md-card .md-actions:not(.layout-column) .md-button + md-card-icon-actions, md-card md-card-actions:not(.layout-column) .md-button + md-card-icon-actions {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
              flex: 1;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
              justify-content: flex-end;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
              flex-direction: row; }
  md-card md-card-footer {
    margin-top: auto;
    padding: 16px; }

@media screen and (-ms-high-contrast: active) {
  md-card {
    border: 1px solid #fff; } }

.md-image-no-fill > img {
  width: auto;
  height: auto; }

.md-inline-form md-checkbox {
  margin: 19px 0 18px; }

md-checkbox {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  min-width: 20px;
  min-height: 20px;
  margin-left: 0;
  margin-right: 16px; }
  [dir=rtl] md-checkbox {
    margin-left: 16px; }
  [dir=rtl] md-checkbox {
    margin-right: 0; }
  md-checkbox:last-of-type {
    margin-left: 0;
    margin-right: 0; }
  md-checkbox.md-focused:not([disabled]) .md-container:before {
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px; }
  md-checkbox.md-focused:not([disabled]):not(.md-checked) .md-container:before {
    background-color: rgba(0, 0, 0, 0.12); }
  md-checkbox.md-align-top-left > div.md-container {
    top: 12px; }
  md-checkbox .md-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    box-sizing: border-box;
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 0;
    right: auto; }
    [dir=rtl] md-checkbox .md-container {
      left: auto; }
    [dir=rtl] md-checkbox .md-container {
      right: 0; }
    md-checkbox .md-container:before {
      box-sizing: border-box;
      background-color: transparent;
      border-radius: 50%;
      content: '';
      position: absolute;
      display: block;
      height: auto;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      width: auto; }
    md-checkbox .md-container:after {
      box-sizing: border-box;
      content: '';
      position: absolute;
      top: -10px;
      right: -10px;
      bottom: -10px;
      left: -10px; }
    md-checkbox .md-container .md-ripple-container {
      position: absolute;
      display: block;
      width: auto;
      height: auto;
      left: -15px;
      top: -15px;
      right: -15px;
      bottom: -15px; }
  md-checkbox .md-icon {
    box-sizing: border-box;
    -webkit-transition: 240ms;
    transition: 240ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-width: 2px;
    border-style: solid;
    border-radius: 2px; }
  md-checkbox.md-checked .md-icon {
    border-color: transparent; }
    md-checkbox.md-checked .md-icon:after {
      box-sizing: border-box;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      left: 4.66667px;
      top: 0.22222px;
      display: table;
      width: 6.66667px;
      height: 13.33333px;
      border-width: 2px;
      border-style: solid;
      border-top: 0;
      border-left: 0;
      content: ''; }
  md-checkbox[disabled] {
    cursor: default; }
  md-checkbox.md-indeterminate .md-icon:after {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: table;
    width: 12px;
    height: 2px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    content: ''; }
  md-checkbox .md-label {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
    margin-left: 30px;
    margin-right: 0; }
    [dir=rtl] md-checkbox .md-label {
      margin-left: 0; }
    [dir=rtl] md-checkbox .md-label {
      margin-right: 30px; }

.md-contact-chips .md-chips md-chip {
  padding: 0 25px 0 0; }
  [dir=rtl] .md-contact-chips .md-chips md-chip {
    padding: 0 0 0 25px; }
  .md-contact-chips .md-chips md-chip .md-contact-avatar {
    float: left; }
    [dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-avatar {
      float: right; }
    .md-contact-chips .md-chips md-chip .md-contact-avatar img {
      height: 32px;
      border-radius: 16px; }
  .md-contact-chips .md-chips md-chip .md-contact-name {
    display: inline-block;
    height: 32px;
    margin-left: 8px; }
    [dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-name {
      margin-left: auto;
      margin-right: 8px; }

.md-contact-suggestion {
  height: 56px; }
  .md-contact-suggestion img {
    height: 40px;
    border-radius: 20px;
    margin-top: 8px; }
  .md-contact-suggestion .md-contact-name {
    margin-left: 8px;
    width: 120px; }
    [dir=rtl] .md-contact-suggestion .md-contact-name {
      margin-left: auto;
      margin-right: 8px; }
  .md-contact-suggestion .md-contact-name, .md-contact-suggestion .md-contact-email {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis; }

.md-contact-chips-suggestions li {
  height: 100%; }

.md-chips {
  display: block;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  padding: 0 0 8px 3px;
  vertical-align: middle; }
  .md-chips:after {
    content: '';
    display: table;
    clear: both; }
  [dir=rtl] .md-chips {
    padding: 0 3px 8px 0; }
  .md-chips.md-readonly .md-chip-input-container {
    min-height: 32px; }
  .md-chips:not(.md-readonly) {
    cursor: text; }
  .md-chips.md-removable md-chip {
    padding-right: 22px; }
    [dir=rtl] .md-chips.md-removable md-chip {
      padding-right: 0;
      padding-left: 22px; }
    .md-chips.md-removable md-chip .md-chip-content {
      padding-right: 4px; }
      [dir=rtl] .md-chips.md-removable md-chip .md-chip-content {
        padding-right: 0;
        padding-left: 4px; }
  .md-chips md-chip {
    cursor: default;
    border-radius: 16px;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 8px 8px 0 0;
    padding: 0 12px 0 12px;
    float: left;
    box-sizing: border-box;
    max-width: 100%;
    position: relative; }
    [dir=rtl] .md-chips md-chip {
      margin: 8px 0 0 8px; }
    [dir=rtl] .md-chips md-chip {
      float: right; }
    .md-chips md-chip .md-chip-content {
      display: block;
      float: left;
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
      [dir=rtl] .md-chips md-chip .md-chip-content {
        float: right; }
      .md-chips md-chip .md-chip-content:focus {
        outline: none; }
    .md-chips md-chip._md-chip-content-edit-is-enabled {
      -webkit-user-select: none;
      /* webkit (safari, chrome) browsers */
      -moz-user-select: none;
      /* mozilla browsers */
      -khtml-user-select: none;
      /* webkit (konqueror) browsers */
      -ms-user-select: none;
      /* IE10+ */ }
    .md-chips md-chip .md-chip-remove-container {
      position: absolute;
      right: 0;
      line-height: 22px; }
      [dir=rtl] .md-chips md-chip .md-chip-remove-container {
        right: auto;
        left: 0; }
    .md-chips md-chip .md-chip-remove {
      text-align: center;
      width: 32px;
      height: 32px;
      min-width: 0;
      padding: 0;
      background: transparent;
      border: none;
      box-shadow: none;
      margin: 0;
      position: relative; }
      .md-chips md-chip .md-chip-remove md-icon {
        height: 18px;
        width: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0); }
  .md-chips .md-chip-input-container {
    display: block;
    line-height: 32px;
    margin: 8px 8px 0 0;
    padding: 0;
    float: left; }
    [dir=rtl] .md-chips .md-chip-input-container {
      margin: 8px 0 0 8px; }
    [dir=rtl] .md-chips .md-chip-input-container {
      float: right; }
    .md-chips .md-chip-input-container input:not([type]), .md-chips .md-chip-input-container input[type="email"], .md-chips .md-chip-input-container input[type="number"], .md-chips .md-chip-input-container input[type="tel"], .md-chips .md-chip-input-container input[type="url"], .md-chips .md-chip-input-container input[type="text"] {
      border: 0;
      height: 32px;
      line-height: 32px;
      padding: 0; }
      .md-chips .md-chip-input-container input:not([type]):focus, .md-chips .md-chip-input-container input[type="email"]:focus, .md-chips .md-chip-input-container input[type="number"]:focus, .md-chips .md-chip-input-container input[type="tel"]:focus, .md-chips .md-chip-input-container input[type="url"]:focus, .md-chips .md-chip-input-container input[type="text"]:focus {
        outline: none; }
    .md-chips .md-chip-input-container md-autocomplete, .md-chips .md-chip-input-container md-autocomplete-wrap {
      background: transparent;
      height: 32px; }
    .md-chips .md-chip-input-container md-autocomplete md-autocomplete-wrap {
      box-shadow: none; }
    .md-chips .md-chip-input-container md-autocomplete input {
      position: relative; }
    .md-chips .md-chip-input-container input {
      border: 0;
      height: 32px;
      line-height: 32px;
      padding: 0; }
      .md-chips .md-chip-input-container input:focus {
        outline: none; }
    .md-chips .md-chip-input-container md-autocomplete, .md-chips .md-chip-input-container md-autocomplete-wrap {
      height: 32px; }
    .md-chips .md-chip-input-container md-autocomplete {
      box-shadow: none; }
      .md-chips .md-chip-input-container md-autocomplete input {
        position: relative; }
    .md-chips .md-chip-input-container:not(:first-child) {
      margin: 8px 8px 0 0; }
      [dir=rtl] .md-chips .md-chip-input-container:not(:first-child) {
        margin: 8px 0 0 8px; }
    .md-chips .md-chip-input-container input {
      background: transparent;
      border-width: 0; }
  .md-chips md-autocomplete button {
    display: none; }

@media screen and (-ms-high-contrast: active) {
  .md-chip-input-container,
  md-chip {
    border: 1px solid #fff; }
  .md-chip-input-container md-autocomplete {
    border: none; } }

md-content {
  display: block;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  md-content[md-scroll-y] {
    overflow-y: auto;
    overflow-x: hidden; }
  md-content[md-scroll-x] {
    overflow-x: auto;
    overflow-y: hidden; }
  @media print {
    md-content {
      overflow: visible !important; } }

/** Styles for mdCalendar. */
md-calendar {
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.md-calendar-scroll-mask {
  display: inline-block;
  overflow: hidden;
  height: 308px; }
  .md-calendar-scroll-mask .md-virtual-repeat-scroller {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .md-calendar-scroll-mask .md-virtual-repeat-scroller::-webkit-scrollbar {
      display: none; }
  .md-calendar-scroll-mask .md-virtual-repeat-offsetter {
    width: 100%; }

.md-calendar-scroll-container {
  box-shadow: inset -3px 3px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 308px;
  width: 346px; }

.md-calendar-date {
  height: 44px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box; }
  .md-calendar-date:first-child {
    padding-left: 16px; }
    [dir=rtl] .md-calendar-date:first-child {
      padding-left: 0;
      padding-right: 16px; }
  .md-calendar-date:last-child {
    padding-right: 16px; }
    [dir=rtl] .md-calendar-date:last-child {
      padding-right: 0;
      padding-left: 16px; }
  .md-calendar-date.md-calendar-date-disabled {
    cursor: default; }

.md-calendar-date-selection-indicator {
  -webkit-transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px; }
  .md-calendar-date:not(.md-disabled) .md-calendar-date-selection-indicator {
    cursor: pointer; }

.md-calendar-month-label {
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 24px; }
  [dir=rtl] .md-calendar-month-label {
    padding: 0 24px 0 0; }
  .md-calendar-month-label.md-calendar-label-clickable {
    cursor: pointer; }
  .md-calendar-month-label md-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    [dir=rtl] .md-calendar-month-label md-icon {
      -webkit-transform: none;
              transform: none; }
  .md-calendar-month-label span {
    vertical-align: middle; }

.md-calendar-day-header {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse; }
  .md-calendar-day-header th {
    height: 40px;
    width: 44px;
    text-align: center;
    padding: 0;
    border: none;
    box-sizing: content-box;
    font-weight: normal; }
    .md-calendar-day-header th:first-child {
      padding-left: 16px; }
      [dir=rtl] .md-calendar-day-header th:first-child {
        padding-left: 0;
        padding-right: 16px; }
    .md-calendar-day-header th:last-child {
      padding-right: 16px; }
      [dir=rtl] .md-calendar-day-header th:last-child {
        padding-right: 0;
        padding-left: 16px; }

.md-calendar {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse; }
  .md-calendar tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .md-calendar:first-child {
    border-top: 1px solid transparent; }
  .md-calendar tbody, .md-calendar td, .md-calendar tr {
    vertical-align: middle;
    box-sizing: content-box; }

/** Styles for mdDatepicker. */
md-datepicker {
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle; }

.md-inline-form md-datepicker {
  margin-top: 12px; }

.md-datepicker-button {
  display: inline-block;
  box-sizing: border-box;
  background: none;
  vertical-align: middle;
  position: relative; }
  .md-datepicker-button:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: '';
    speak: none; }

.md-datepicker-input {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  min-width: 120px;
  max-width: 328px;
  padding: 0 0 5px; }
  .md-datepicker-input::-ms-clear {
    display: none; }

._md-datepicker-floating-label > md-datepicker {
  overflow: visible; }
  ._md-datepicker-floating-label > md-datepicker .md-datepicker-input-container {
    border: none; }
  ._md-datepicker-floating-label > md-datepicker .md-datepicker-button {
    float: left;
    margin-top: -12px;
    top: 9.5px; }
    [dir=rtl] ._md-datepicker-floating-label > md-datepicker .md-datepicker-button {
      float: right; }

._md-datepicker-floating-label .md-input {
  float: none; }

._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  right: 18px;
  left: auto;
  width: calc(100% - 84px); }
  [dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
    right: auto; }
  [dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
    left: 18px; }

._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation {
  margin-left: 64px; }
  [dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation {
    margin-left: auto;
    margin-right: 64px; }

._md-datepicker-has-triangle-icon {
  padding-right: 18px;
  margin-right: -18px; }
  [dir=rtl] ._md-datepicker-has-triangle-icon {
    padding-right: 0;
    padding-left: 18px; }
  [dir=rtl] ._md-datepicker-has-triangle-icon {
    margin-right: auto;
    margin-left: -18px; }

.md-datepicker-input-container {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline-block;
  width: auto; }
  .md-icon-button + .md-datepicker-input-container {
    margin-left: 12px; }
    [dir=rtl] .md-icon-button + .md-datepicker-input-container {
      margin-left: auto;
      margin-right: 12px; }
  .md-datepicker-input-container.md-datepicker-focused {
    border-bottom-width: 2px; }

.md-datepicker-is-showing .md-scroll-mask {
  z-index: 99; }

.md-datepicker-calendar-pane {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 100;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .md-datepicker-calendar-pane.md-pane-open {
    -webkit-transform: scale(1);
            transform: scale(1); }

.md-datepicker-input-mask {
  height: 40px;
  width: 340px;
  position: relative;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
  cursor: text; }

.md-datepicker-calendar {
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.5, 0, 0.25, 1);
  transition: opacity 0.2s cubic-bezier(0.5, 0, 0.25, 1); }
  .md-pane-open .md-datepicker-calendar {
    opacity: 1; }
  .md-datepicker-calendar md-calendar:focus {
    outline: none; }

.md-datepicker-expand-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid; }

.md-datepicker-triangle-button {
  position: absolute;
  right: 0;
  bottom: -2.5px;
  -webkit-transform: translateX(45%);
          transform: translateX(45%); }
  [dir=rtl] .md-datepicker-triangle-button {
    right: auto;
    left: 0; }
  [dir=rtl] .md-datepicker-triangle-button {
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%); }

.md-datepicker-triangle-button.md-button.md-icon-button {
  height: 36px;
  width: 36px;
  position: absolute;
  padding: 8px; }

md-datepicker[disabled] .md-datepicker-input-container {
  border-bottom-color: transparent; }

md-datepicker[disabled] .md-datepicker-triangle-button {
  display: none; }

.md-datepicker-open {
  overflow: hidden; }
  .md-datepicker-open .md-datepicker-input-container,
  .md-datepicker-open input.md-input {
    border-bottom-color: transparent; }
  .md-datepicker-open .md-datepicker-triangle-button,
  .md-datepicker-open.md-input-has-value > label,
  .md-datepicker-open.md-input-has-placeholder > label {
    display: none; }

.md-datepicker-pos-adjusted .md-datepicker-input-mask {
  display: none; }

.md-datepicker-calendar-pane .md-calendar {
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition-delay: 0.125s;
          transition-delay: 0.125s; }

.md-datepicker-calendar-pane.md-pane-open .md-calendar {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.md-dialog-is-showing {
  max-height: 100%; }

.md-dialog-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  overflow: hidden; }

md-dialog {
  opacity: 0;
  min-width: 240px;
  max-width: 80%;
  max-height: 80%;
  position: relative;
  overflow: auto;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }
  md-dialog.md-transition-in {
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); }
  md-dialog.md-transition-out {
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transform: translate(0, 100%) scale(0.2);
            transform: translate(0, 100%) scale(0.2); }
  md-dialog > form {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    overflow: auto; }
  md-dialog .md-dialog-content {
    padding: 24px; }
  md-dialog md-dialog-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    md-dialog md-dialog-content:not([layout=row]) > *:first-child:not(.md-subheader) {
      margin-top: 0; }
    md-dialog md-dialog-content:focus {
      outline: none; }
    md-dialog md-dialog-content .md-subheader {
      margin: 0; }
    md-dialog md-dialog-content .md-dialog-content-body {
      width: 100%; }
    md-dialog md-dialog-content .md-prompt-input-container {
      width: 100%;
      box-sizing: border-box; }
  md-dialog .md-actions, md-dialog md-dialog-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin-bottom: 0;
    padding-right: 8px;
    padding-left: 16px;
    min-height: 52px;
    overflow: hidden; }
    [dir=rtl] md-dialog .md-actions, [dir=rtl] md-dialog md-dialog-actions {
      padding-right: 16px; }
    [dir=rtl] md-dialog .md-actions, [dir=rtl] md-dialog md-dialog-actions {
      padding-left: 8px; }
    md-dialog .md-actions .md-button, md-dialog md-dialog-actions .md-button {
      margin-bottom: 8px;
      margin-left: 8px;
      margin-right: 0;
      margin-top: 8px; }
      [dir=rtl] md-dialog .md-actions .md-button, [dir=rtl] md-dialog md-dialog-actions .md-button {
        margin-left: 0; }
      [dir=rtl] md-dialog .md-actions .md-button, [dir=rtl] md-dialog md-dialog-actions .md-button {
        margin-right: 8px; }
  md-dialog.md-content-overflow .md-actions, md-dialog.md-content-overflow md-dialog-actions {
    border-top-width: 1px;
    border-top-style: solid; }

@media screen and (-ms-high-contrast: active) {
  md-dialog {
    border: 1px solid #fff; } }

@media (max-width: 959px) {
  md-dialog.md-dialog-fullscreen {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0; } }

md-divider {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0; }
  md-divider[md-inset] {
    margin-left: 80px; }
    [dir=rtl] md-divider[md-inset] {
      margin-left: auto;
      margin-right: 80px; }

.layout-row > md-divider,
.layout-xs-row > md-divider, .layout-gt-xs-row > md-divider,
.layout-sm-row > md-divider, .layout-gt-sm-row > md-divider,
.layout-md-row > md-divider, .layout-gt-md-row > md-divider,
.layout-lg-row > md-divider, .layout-gt-lg-row > md-divider,
.layout-xl-row > md-divider {
  border-top-width: 0;
  border-right-width: 1px;
  border-right-style: solid; }

md-fab-speed-dial {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  z-index: 20;
  /*
   * Hide some graphics glitches if switching animation types
   */
  /*
   * Handle the animations
   */ }
  md-fab-speed-dial.md-fab-bottom-right {
    top: auto;
    right: 20px;
    bottom: 20px;
    left: auto;
    position: absolute; }
  md-fab-speed-dial.md-fab-bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
    position: absolute; }
  md-fab-speed-dial.md-fab-top-right {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    position: absolute; }
  md-fab-speed-dial.md-fab-top-left {
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
    position: absolute; }
  md-fab-speed-dial:not(.md-hover-full) {
    pointer-events: none; }
    md-fab-speed-dial:not(.md-hover-full) md-fab-trigger, md-fab-speed-dial:not(.md-hover-full) .md-fab-action-item {
      pointer-events: auto; }
    md-fab-speed-dial:not(.md-hover-full).md-is-open {
      pointer-events: auto; }
  md-fab-speed-dial ._md-css-variables {
    z-index: 20; }
  md-fab-speed-dial.md-is-open .md-fab-action-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  md-fab-speed-dial md-fab-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: auto; }
    md-fab-speed-dial md-fab-actions .md-fab-action-item {
      -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
  md-fab-speed-dial.md-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
    md-fab-speed-dial.md-down md-fab-trigger {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
              order: 1; }
    md-fab-speed-dial.md-down md-fab-actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
              order: 2; }
  md-fab-speed-dial.md-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
    md-fab-speed-dial.md-up md-fab-trigger {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
              order: 2; }
    md-fab-speed-dial.md-up md-fab-actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
              order: 1; }
  md-fab-speed-dial.md-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
    md-fab-speed-dial.md-left md-fab-trigger {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
              order: 2; }
    md-fab-speed-dial.md-left md-fab-actions {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
              order: 1; }
      md-fab-speed-dial.md-left md-fab-actions .md-fab-action-item {
        -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
  md-fab-speed-dial.md-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
    md-fab-speed-dial.md-right md-fab-trigger {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
              order: 1; }
    md-fab-speed-dial.md-right md-fab-actions {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
              flex-direction: row;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
              order: 2; }
      md-fab-speed-dial.md-right md-fab-actions .md-fab-action-item {
        -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
  md-fab-speed-dial.md-fling-remove .md-fab-action-item > *, md-fab-speed-dial.md-scale-remove .md-fab-action-item > * {
    visibility: hidden; }
  md-fab-speed-dial.md-fling .md-fab-action-item {
    opacity: 1; }
  md-fab-speed-dial.md-fling.md-animations-waiting .md-fab-action-item {
    opacity: 0;
    -webkit-transition-duration: 0s;
            transition-duration: 0s; }
  md-fab-speed-dial.md-scale .md-fab-action-item {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-transition-duration: 0.14286s;
            transition-duration: 0.14286s; }

md-fab-toolbar {
  display: block;
  /*
   * Closed styling
   */
  /*
   * Hover styling
   */ }
  md-fab-toolbar.md-fab-bottom-right {
    top: auto;
    right: 20px;
    bottom: 20px;
    left: auto;
    position: absolute; }
  md-fab-toolbar.md-fab-bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
    position: absolute; }
  md-fab-toolbar.md-fab-top-right {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    position: absolute; }
  md-fab-toolbar.md-fab-top-left {
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
    position: absolute; }
  md-fab-toolbar .md-fab-toolbar-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    height: 68px; }
  md-fab-toolbar md-fab-trigger {
    position: absolute;
    z-index: 20; }
    md-fab-toolbar md-fab-trigger button {
      overflow: visible !important; }
    md-fab-toolbar md-fab-trigger .md-fab-toolbar-background {
      display: block;
      position: absolute;
      z-index: 21;
      opacity: 1;
      -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
    md-fab-toolbar md-fab-trigger md-icon {
      position: relative;
      z-index: 22;
      opacity: 1;
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in; }
  md-fab-toolbar.md-left md-fab-trigger {
    right: 0; }
    [dir=rtl] md-fab-toolbar.md-left md-fab-trigger {
      right: auto;
      left: 0; }
  md-fab-toolbar.md-left .md-toolbar-tools {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
      margin-right: 0.6rem; }
      [dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
        margin-right: auto;
        margin-left: 0.6rem; }
    md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
      margin-left: -0.8rem; }
      [dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
        margin-left: auto;
        margin-right: -0.8rem; }
    md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
      margin-right: 8px; }
      [dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
        margin-right: auto;
        margin-left: 8px; }
  md-fab-toolbar.md-right md-fab-trigger {
    left: 0; }
    [dir=rtl] md-fab-toolbar.md-right md-fab-trigger {
      left: auto;
      right: 0; }
  md-fab-toolbar.md-right .md-toolbar-tools {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  md-fab-toolbar md-toolbar {
    background-color: transparent !important;
    pointer-events: none;
    z-index: 23; }
    md-fab-toolbar md-toolbar .md-toolbar-tools {
      padding: 0 20px;
      margin-top: 3px; }
    md-fab-toolbar md-toolbar .md-fab-action-item {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      -webkit-transition-duration: 0.15s;
              transition-duration: 0.15s; }
  md-fab-toolbar.md-is-open md-fab-trigger > button {
    box-shadow: none; }
    md-fab-toolbar.md-is-open md-fab-trigger > button md-icon {
      opacity: 0; }
  md-fab-toolbar.md-is-open .md-fab-action-item {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }

md-grid-list {
  box-sizing: border-box;
  display: block;
  position: relative; }
  md-grid-list md-grid-tile,
  md-grid-list md-grid-tile > figure,
  md-grid-list md-grid-tile-header,
  md-grid-list md-grid-tile-footer {
    box-sizing: border-box; }
  md-grid-list md-grid-tile {
    display: block;
    position: absolute; }
    md-grid-list md-grid-tile figure {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0;
      margin: 0; }
    md-grid-list md-grid-tile md-grid-tile-header,
    md-grid-list md-grid-tile md-grid-tile-footer {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      height: 48px;
      color: #fff;
      background: rgba(0, 0, 0, 0.18);
      overflow: hidden;
      position: absolute;
      left: 0;
      right: 0; }
      md-grid-list md-grid-tile md-grid-tile-header h3,
      md-grid-list md-grid-tile md-grid-tile-header h4,
      md-grid-list md-grid-tile md-grid-tile-footer h3,
      md-grid-list md-grid-tile md-grid-tile-footer h4 {
        font-weight: 400;
        margin: 0 0 0 16px; }
      md-grid-list md-grid-tile md-grid-tile-header h3,
      md-grid-list md-grid-tile md-grid-tile-footer h3 {
        font-size: 14px; }
      md-grid-list md-grid-tile md-grid-tile-header h4,
      md-grid-list md-grid-tile md-grid-tile-footer h4 {
        font-size: 12px; }
    md-grid-list md-grid-tile md-grid-tile-header {
      top: 0; }
    md-grid-list md-grid-tile md-grid-tile-footer {
      bottom: 0; }

@media screen and (-ms-high-contrast: active) {
  md-grid-tile {
    border: 1px solid #fff; }
  md-grid-tile-footer {
    border-top: 1px solid #fff; } }

md-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px; }
  md-icon svg {
    pointer-events: none;
    display: block; }
  md-icon[md-font-icon] {
    line-height: 24px;
    width: auto; }

md-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 18px 0;
  vertical-align: middle;
  /*
   * The .md-input class is added to the input/textarea
   */ }
  md-input-container:after {
    content: '';
    display: table;
    clear: both; }
  md-input-container.md-block {
    display: block; }
  md-input-container .md-errors-spacer {
    float: right;
    min-height: 24px;
    min-width: 1px; }
    [dir=rtl] md-input-container .md-errors-spacer {
      float: left; }
  md-input-container > md-icon {
    position: absolute;
    top: 8px;
    left: 2px;
    right: auto; }
    [dir=rtl] md-input-container > md-icon {
      left: auto; }
    [dir=rtl] md-input-container > md-icon {
      right: 2px; }
  md-input-container textarea,
  md-input-container input[type="text"],
  md-input-container input[type="password"],
  md-input-container input[type="datetime"],
  md-input-container input[type="datetime-local"],
  md-input-container input[type="date"],
  md-input-container input[type="month"],
  md-input-container input[type="time"],
  md-input-container input[type="week"],
  md-input-container input[type="number"],
  md-input-container input[type="email"],
  md-input-container input[type="url"],
  md-input-container input[type="search"],
  md-input-container input[type="tel"],
  md-input-container input[type="color"] {
    /* remove default appearance from all input/textarea */
    -moz-appearance: none;
    -webkit-appearance: none; }
  md-input-container input[type="date"],
  md-input-container input[type="datetime-local"],
  md-input-container input[type="month"],
  md-input-container input[type="time"],
  md-input-container input[type="week"] {
    min-height: 26px; }
  md-input-container textarea {
    resize: none;
    overflow: hidden; }
    md-input-container textarea.md-input {
      min-height: 26px;
      -ms-flex-preferred-size: auto; }
    md-input-container textarea[md-no-autogrow] {
      height: auto;
      overflow: auto; }
  md-input-container label:not(.md-container-ignore) {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: auto; }
    [dir=rtl] md-input-container label:not(.md-container-ignore) {
      left: auto; }
    [dir=rtl] md-input-container label:not(.md-container-ignore) {
      right: 0; }
    md-input-container label:not(.md-container-ignore).md-required:after {
      content: ' *';
      font-size: 13px;
      vertical-align: top; }
  md-input-container label:not(.md-no-float):not(.md-container-ignore),
  md-input-container .md-placeholder {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    padding-left: 3px;
    padding-right: 0;
    z-index: 1;
    -webkit-transform: translate3d(0, 28px, 0) scale(1);
            transform: translate3d(0, 28px, 0) scale(1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    max-width: 100%;
    -webkit-transform-origin: left top;
            transform-origin: left top; }
    [dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore), [dir=rtl]
    md-input-container .md-placeholder {
      padding-left: 0; }
    [dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore), [dir=rtl]
    md-input-container .md-placeholder {
      padding-right: 3px; }
    [dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore), [dir=rtl]
    md-input-container .md-placeholder {
      -webkit-transform-origin: right top;
              transform-origin: right top; }
  md-input-container .md-placeholder {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0); }
  md-input-container.md-input-focused .md-placeholder {
    opacity: 1;
    -webkit-transform: translate3d(0, 24px, 0);
            transform: translate3d(0, 24px, 0); }
  md-input-container.md-input-has-value .md-placeholder {
    -webkit-transition: none;
    transition: none;
    opacity: 0; }
  md-input-container:not(.md-input-has-value) input:not(:focus),
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text {
    color: transparent; }
  md-input-container .md-input {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
    display: block;
    margin-top: 0;
    background: none;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    border-width: 0 0 1px 0;
    line-height: 26px;
    height: 30px;
    -ms-flex-preferred-size: 26px;
    border-radius: 0;
    border-style: solid;
    width: 100%;
    box-sizing: border-box;
    float: left; }
    [dir=rtl] md-input-container .md-input {
      float: right; }
    md-input-container .md-input:focus {
      outline: none; }
    md-input-container .md-input:invalid {
      outline: none;
      box-shadow: none; }
    md-input-container .md-input.md-no-flex {
      -webkit-box-flex: 0 !important;
      -webkit-flex: none !important;
              flex: none !important; }
  md-input-container .md-char-counter {
    text-align: right;
    padding-right: 2px;
    padding-left: 0; }
    [dir=rtl] md-input-container .md-char-counter {
      text-align: left; }
    [dir=rtl] md-input-container .md-char-counter {
      padding-right: 0; }
    [dir=rtl] md-input-container .md-char-counter {
      padding-left: 2px; }
  md-input-container .md-input-messages-animation {
    position: relative;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
    overflow: hidden;
    clear: left; }
    [dir=rtl] md-input-container .md-input-messages-animation {
      clear: right; }
  md-input-container .md-input-message-animation, md-input-container .md-char-counter {
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    opacity: 1;
    margin-top: 0;
    padding-top: 5px; }
    md-input-container .md-input-message-animation:not(.md-char-counter), md-input-container .md-char-counter:not(.md-char-counter) {
      padding-right: 5px;
      padding-left: 0; }
      [dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter), [dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
        padding-right: 0; }
      [dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter), [dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
        padding-left: 5px; }
  md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation {
    opacity: 0;
    margin-top: -100px; }
  md-input-container .md-input-message-animation.ng-enter-prepare {
    opacity: 0;
    margin-top: -100px; }
  md-input-container .md-input-message-animation.ng-enter:not(.ng-enter-active) {
    opacity: 0;
    margin-top: -100px; }
  md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
    -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
            transform: translate3d(0, 6px, 0) scale(0.75);
    -webkit-transition: width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
    transition: width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
    transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
    transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s; }
  md-input-container.md-input-has-value label {
    -webkit-transition: none;
    transition: none; }
  md-input-container.md-input-focused .md-input,
  md-input-container .md-input.ng-invalid.ng-dirty,
  md-input-container.md-input-resized .md-input {
    padding-bottom: 0;
    border-width: 0 0 2px 0; }
  md-input-container .md-input[disabled],
  [disabled] md-input-container .md-input {
    background-position: bottom -1px left 0;
    background-size: 4px 1px;
    background-repeat: repeat-x; }
  md-input-container.md-icon-float {
    -webkit-transition: margin-top 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: margin-top 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
    md-input-container.md-icon-float > label {
      pointer-events: none;
      position: absolute; }
    md-input-container.md-icon-float > md-icon {
      top: 8px;
      left: 2px;
      right: auto; }
      [dir=rtl] md-input-container.md-icon-float > md-icon {
        left: auto; }
      [dir=rtl] md-input-container.md-icon-float > md-icon {
        right: 2px; }
  md-input-container.md-icon-left > label:not(.md-no-float):not(.md-container-ignore),
  md-input-container.md-icon-left > label .md-placeholder, md-input-container.md-icon-right > label:not(.md-no-float):not(.md-container-ignore),
  md-input-container.md-icon-right > label .md-placeholder {
    width: calc(100% - 36px - 18px); }
  md-input-container.md-icon-left {
    padding-left: 36px;
    padding-right: 0; }
    [dir=rtl] md-input-container.md-icon-left {
      padding-left: 0; }
    [dir=rtl] md-input-container.md-icon-left {
      padding-right: 36px; }
    md-input-container.md-icon-left > label {
      left: 36px;
      right: auto; }
      [dir=rtl] md-input-container.md-icon-left > label {
        left: auto; }
      [dir=rtl] md-input-container.md-icon-left > label {
        right: 36px; }
  md-input-container.md-icon-right {
    padding-left: 0;
    padding-right: 36px; }
    [dir=rtl] md-input-container.md-icon-right {
      padding-left: 36px; }
    [dir=rtl] md-input-container.md-icon-right {
      padding-right: 0; }
    md-input-container.md-icon-right > md-icon:last-of-type {
      margin: 0;
      right: 2px;
      left: auto; }
      [dir=rtl] md-input-container.md-icon-right > md-icon:last-of-type {
        right: auto; }
      [dir=rtl] md-input-container.md-icon-right > md-icon:last-of-type {
        left: 2px; }
  md-input-container.md-icon-left.md-icon-right {
    padding-left: 36px;
    padding-right: 36px; }
    md-input-container.md-icon-left.md-icon-right > label:not(.md-no-float):not(.md-container-ignore),
    md-input-container.md-icon-left.md-icon-right > label .md-placeholder {
      width: calc(100% - (36px * 2)); }

.md-resize-wrapper {
  position: relative; }
  .md-resize-wrapper:after {
    content: '';
    display: table;
    clear: both; }

.md-resize-handle {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 10px;
  background: transparent;
  width: 100%;
  cursor: ns-resize; }

@media screen and (-ms-high-contrast: active) {
  md-input-container.md-default-theme > md-icon {
    fill: #fff; } }

md-list {
  display: block;
  padding: 8px 0px 8px 0px; }
  md-list .md-subheader {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.010em;
    line-height: 1.2em; }
  md-list.md-dense md-list-item,
  md-list.md-dense md-list-item .md-list-item-inner {
    min-height: 48px; }
    md-list.md-dense md-list-item::before,
    md-list.md-dense md-list-item .md-list-item-inner::before {
      content: '';
      min-height: 48px;
      visibility: hidden;
      display: inline-block; }
    md-list.md-dense md-list-item md-icon:first-child,
    md-list.md-dense md-list-item .md-list-item-inner md-icon:first-child {
      width: 20px;
      height: 20px; }
    md-list.md-dense md-list-item > md-icon:first-child:not(.md-avatar-icon),
    md-list.md-dense md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
      margin-right: 36px; }
      [dir=rtl] md-list.md-dense md-list-item > md-icon:first-child:not(.md-avatar-icon), [dir=rtl]
      md-list.md-dense md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
        margin-right: auto;
        margin-left: 36px; }
    md-list.md-dense md-list-item .md-avatar, md-list.md-dense md-list-item .md-avatar-icon,
    md-list.md-dense md-list-item .md-list-item-inner .md-avatar,
    md-list.md-dense md-list-item .md-list-item-inner .md-avatar-icon {
      margin-right: 20px; }
      [dir=rtl] md-list.md-dense md-list-item .md-avatar, [dir=rtl] md-list.md-dense md-list-item .md-avatar-icon, [dir=rtl]
      md-list.md-dense md-list-item .md-list-item-inner .md-avatar, [dir=rtl]
      md-list.md-dense md-list-item .md-list-item-inner .md-avatar-icon {
        margin-right: auto;
        margin-left: 20px; }
    md-list.md-dense md-list-item .md-avatar,
    md-list.md-dense md-list-item .md-list-item-inner .md-avatar {
      -webkit-box-flex: 0;
      -webkit-flex: none;
              flex: none;
      width: 36px;
      height: 36px; }
  md-list.md-dense md-list-item.md-2-line .md-list-item-text.md-offset, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, md-list.md-dense md-list-item.md-3-line .md-list-item-text.md-offset, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
    margin-left: 56px; }
    [dir=rtl] md-list.md-dense md-list-item.md-2-line .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense md-list-item.md-3-line .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
      margin-left: auto;
      margin-right: 56px; }
  md-list.md-dense md-list-item.md-2-line .md-list-item-text h3,
  md-list.md-dense md-list-item.md-2-line .md-list-item-text h4,
  md-list.md-dense md-list-item.md-2-line .md-list-item-text p, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text h3,
  md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text h4,
  md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text p, md-list.md-dense md-list-item.md-3-line .md-list-item-text h3,
  md-list.md-dense md-list-item.md-3-line .md-list-item-text h4,
  md-list.md-dense md-list-item.md-3-line .md-list-item-text p, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text h3,
  md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text h4,
  md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text p {
    line-height: 1.05;
    font-size: 12px; }
  md-list.md-dense md-list-item.md-2-line .md-list-item-text h3, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list.md-dense md-list-item.md-3-line .md-list-item-text h3, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
    font-size: 13px; }
  md-list.md-dense md-list-item.md-2-line, md-list.md-dense md-list-item.md-2-line > .md-no-style {
    min-height: 60px; }
    md-list.md-dense md-list-item.md-2-line::before, md-list.md-dense md-list-item.md-2-line > .md-no-style::before {
      content: '';
      min-height: 60px;
      visibility: hidden;
      display: inline-block; }
    md-list.md-dense md-list-item.md-2-line > .md-avatar, md-list.md-dense md-list-item.md-2-line .md-avatar-icon, md-list.md-dense md-list-item.md-2-line > .md-no-style > .md-avatar, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-avatar-icon {
      margin-top: 12px; }
  md-list.md-dense md-list-item.md-3-line, md-list.md-dense md-list-item.md-3-line > .md-no-style {
    min-height: 76px; }
    md-list.md-dense md-list-item.md-3-line::before, md-list.md-dense md-list-item.md-3-line > .md-no-style::before {
      content: '';
      min-height: 76px;
      visibility: hidden;
      display: inline-block; }
    md-list.md-dense md-list-item.md-3-line > md-icon:first-child,
    md-list.md-dense md-list-item.md-3-line > .md-avatar, md-list.md-dense md-list-item.md-3-line > .md-no-style > md-icon:first-child,
    md-list.md-dense md-list-item.md-3-line > .md-no-style > .md-avatar {
      margin-top: 16px; }

md-list-item {
  position: relative; }
  md-list-item.md-proxy-focus.md-focused .md-no-style {
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear; }
  md-list-item._md-button-wrap {
    position: relative; }
    md-list-item._md-button-wrap > div.md-button:first-child {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
              justify-content: flex-start;
      padding: 0 16px;
      margin: 0;
      font-weight: 400;
      text-align: left;
      border: medium none; }
      [dir=rtl] md-list-item._md-button-wrap > div.md-button:first-child {
        text-align: right; }
      md-list-item._md-button-wrap > div.md-button:first-child > .md-button:first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        margin: 0;
        padding: 0; }
      md-list-item._md-button-wrap > div.md-button:first-child .md-list-item-inner {
        width: 100%;
        min-height: inherit; }
  md-list-item.md-no-proxy,
  md-list-item .md-no-style {
    position: relative;
    padding: 0px 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto; }
    md-list-item.md-no-proxy.md-button,
    md-list-item .md-no-style.md-button {
      font-size: inherit;
      height: inherit;
      text-align: left;
      text-transform: none;
      width: 100%;
      white-space: normal;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: inherit;
              flex-direction: inherit;
      -webkit-box-align: inherit;
      -webkit-align-items: inherit;
              align-items: inherit;
      border-radius: 0;
      margin: 0; }
      [dir=rtl] md-list-item.md-no-proxy.md-button, [dir=rtl]
      md-list-item .md-no-style.md-button {
        text-align: right; }
      md-list-item.md-no-proxy.md-button > .md-ripple-container,
      md-list-item .md-no-style.md-button > .md-ripple-container {
        border-radius: 0; }
    md-list-item.md-no-proxy:focus,
    md-list-item .md-no-style:focus {
      outline: none; }
  md-list-item.md-clickable:hover {
    cursor: pointer; }
  md-list-item md-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    [dir=rtl] md-list-item md-divider {
      left: auto;
      right: 0; }
    md-list-item md-divider[md-inset] {
      left: 72px;
      width: calc(100% - 72px);
      margin: 0 !important; }
      [dir=rtl] md-list-item md-divider[md-inset] {
        left: auto;
        right: 72px; }
  md-list-item,
  md-list-item .md-list-item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    min-height: 48px;
    height: auto; }
    md-list-item::before,
    md-list-item .md-list-item-inner::before {
      content: '';
      min-height: 48px;
      visibility: hidden;
      display: inline-block; }
    md-list-item > div.md-primary > md-icon:not(.md-avatar-icon),
    md-list-item > div.md-secondary > md-icon:not(.md-avatar-icon),
    md-list-item > md-icon:first-child:not(.md-avatar-icon),
    md-list-item > md-icon.md-secondary:not(.md-avatar-icon),
    md-list-item .md-list-item-inner > div.md-primary > md-icon:not(.md-avatar-icon),
    md-list-item .md-list-item-inner > div.md-secondary > md-icon:not(.md-avatar-icon),
    md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon),
    md-list-item .md-list-item-inner > md-icon.md-secondary:not(.md-avatar-icon) {
      width: 24px;
      margin-top: 16px;
      margin-bottom: 12px;
      box-sizing: content-box; }
    md-list-item > div.md-primary > md-checkbox,
    md-list-item > div.md-secondary > md-checkbox,
    md-list-item > md-checkbox,
    md-list-item md-checkbox.md-secondary,
    md-list-item .md-list-item-inner > div.md-primary > md-checkbox,
    md-list-item .md-list-item-inner > div.md-secondary > md-checkbox,
    md-list-item .md-list-item-inner > md-checkbox,
    md-list-item .md-list-item-inner md-checkbox.md-secondary {
      -webkit-align-self: center;
                  -ms-grid-row-align: center;
              align-self: center; }
      md-list-item > div.md-primary > md-checkbox .md-label,
      md-list-item > div.md-secondary > md-checkbox .md-label,
      md-list-item > md-checkbox .md-label,
      md-list-item md-checkbox.md-secondary .md-label,
      md-list-item .md-list-item-inner > div.md-primary > md-checkbox .md-label,
      md-list-item .md-list-item-inner > div.md-secondary > md-checkbox .md-label,
      md-list-item .md-list-item-inner > md-checkbox .md-label,
      md-list-item .md-list-item-inner md-checkbox.md-secondary .md-label {
        display: none; }
    md-list-item > md-icon:first-child:not(.md-avatar-icon),
    md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
      margin-right: 32px; }
      [dir=rtl] md-list-item > md-icon:first-child:not(.md-avatar-icon), [dir=rtl]
      md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
        margin-right: auto;
        margin-left: 32px; }
    md-list-item .md-avatar, md-list-item .md-avatar-icon,
    md-list-item .md-list-item-inner .md-avatar,
    md-list-item .md-list-item-inner .md-avatar-icon {
      margin-top: 8px;
      margin-bottom: 8px;
      margin-right: 16px;
      border-radius: 50%;
      box-sizing: content-box; }
      [dir=rtl] md-list-item .md-avatar, [dir=rtl] md-list-item .md-avatar-icon, [dir=rtl]
      md-list-item .md-list-item-inner .md-avatar, [dir=rtl]
      md-list-item .md-list-item-inner .md-avatar-icon {
        margin-right: auto;
        margin-left: 16px; }
    md-list-item .md-avatar,
    md-list-item .md-list-item-inner .md-avatar {
      -webkit-box-flex: 0;
      -webkit-flex: none;
              flex: none;
      width: 40px;
      height: 40px; }
    md-list-item .md-avatar-icon,
    md-list-item .md-list-item-inner .md-avatar-icon {
      padding: 8px; }
      md-list-item .md-avatar-icon svg,
      md-list-item .md-list-item-inner .md-avatar-icon svg {
        width: 24px;
        height: 24px; }
    md-list-item > md-checkbox,
    md-list-item .md-list-item-inner > md-checkbox {
      width: 24px;
      margin-left: 3px;
      margin-right: 29px;
      margin-top: 16px; }
      [dir=rtl] md-list-item > md-checkbox, [dir=rtl]
      md-list-item .md-list-item-inner > md-checkbox {
        margin-left: 29px; }
      [dir=rtl] md-list-item > md-checkbox, [dir=rtl]
      md-list-item .md-list-item-inner > md-checkbox {
        margin-right: 3px; }
    md-list-item .md-secondary-container,
    md-list-item .md-list-item-inner .md-secondary-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-flex-shrink: 0;
              flex-shrink: 0;
      margin: auto;
      margin-right: 0;
      margin-left: auto; }
      [dir=rtl] md-list-item .md-secondary-container, [dir=rtl]
      md-list-item .md-list-item-inner .md-secondary-container {
        margin-right: auto; }
      [dir=rtl] md-list-item .md-secondary-container, [dir=rtl]
      md-list-item .md-list-item-inner .md-secondary-container {
        margin-left: 0; }
      md-list-item .md-secondary-container .md-button:last-of-type, md-list-item .md-secondary-container .md-icon-button:last-of-type,
      md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type,
      md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type {
        margin-right: 0; }
        [dir=rtl] md-list-item .md-secondary-container .md-button:last-of-type, [dir=rtl] md-list-item .md-secondary-container .md-icon-button:last-of-type, [dir=rtl]
        md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type, [dir=rtl]
        md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type {
          margin-right: auto;
          margin-left: 0; }
      md-list-item .md-secondary-container md-checkbox,
      md-list-item .md-list-item-inner .md-secondary-container md-checkbox {
        margin-top: 0;
        margin-bottom: 0; }
        md-list-item .md-secondary-container md-checkbox:last-child,
        md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child {
          width: 24px;
          margin-right: 0; }
          [dir=rtl] md-list-item .md-secondary-container md-checkbox:last-child, [dir=rtl]
          md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child {
            margin-right: auto;
            margin-left: 0; }
      md-list-item .md-secondary-container md-switch,
      md-list-item .md-list-item-inner .md-secondary-container md-switch {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: -6px; }
        [dir=rtl] md-list-item .md-secondary-container md-switch, [dir=rtl]
        md-list-item .md-list-item-inner .md-secondary-container md-switch {
          margin-right: auto;
          margin-left: -6px; }
    md-list-item > p, md-list-item > .md-list-item-inner > p,
    md-list-item .md-list-item-inner > p,
    md-list-item .md-list-item-inner > .md-list-item-inner > p {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 0; }
  md-list-item.md-2-line, md-list-item.md-2-line > .md-no-style, md-list-item.md-3-line, md-list-item.md-3-line > .md-no-style {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
    md-list-item.md-2-line.md-long-text, md-list-item.md-2-line > .md-no-style.md-long-text, md-list-item.md-3-line.md-long-text, md-list-item.md-3-line > .md-no-style.md-long-text {
      margin-top: 8px;
      margin-bottom: 8px; }
    md-list-item.md-2-line .md-list-item-text, md-list-item.md-2-line > .md-no-style .md-list-item-text, md-list-item.md-3-line .md-list-item-text, md-list-item.md-3-line > .md-no-style .md-list-item-text {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: auto;
      text-overflow: ellipsis;
      overflow: hidden; }
      md-list-item.md-2-line .md-list-item-text.md-offset, md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, md-list-item.md-3-line .md-list-item-text.md-offset, md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
        margin-left: 56px; }
        [dir=rtl] md-list-item.md-2-line .md-list-item-text.md-offset, [dir=rtl] md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, [dir=rtl] md-list-item.md-3-line .md-list-item-text.md-offset, [dir=rtl] md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
          margin-left: auto;
          margin-right: 56px; }
      md-list-item.md-2-line .md-list-item-text h3, md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list-item.md-3-line .md-list-item-text h3, md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.010em;
        margin: 0 0 0px 0;
        line-height: 1.2em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      md-list-item.md-2-line .md-list-item-text h4, md-list-item.md-2-line > .md-no-style .md-list-item-text h4, md-list-item.md-3-line .md-list-item-text h4, md-list-item.md-3-line > .md-no-style .md-list-item-text h4 {
        font-size: 14px;
        letter-spacing: 0.010em;
        margin: 3px 0 1px 0;
        font-weight: 400;
        line-height: 1.2em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      md-list-item.md-2-line .md-list-item-text p, md-list-item.md-2-line > .md-no-style .md-list-item-text p, md-list-item.md-3-line .md-list-item-text p, md-list-item.md-3-line > .md-no-style .md-list-item-text p {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.010em;
        margin: 0 0 0 0;
        line-height: 1.6em; }
  md-list-item.md-2-line, md-list-item.md-2-line > .md-no-style {
    height: auto;
    min-height: 72px; }
    md-list-item.md-2-line::before, md-list-item.md-2-line > .md-no-style::before {
      content: '';
      min-height: 72px;
      visibility: hidden;
      display: inline-block; }
    md-list-item.md-2-line > .md-avatar, md-list-item.md-2-line .md-avatar-icon, md-list-item.md-2-line > .md-no-style > .md-avatar, md-list-item.md-2-line > .md-no-style .md-avatar-icon {
      margin-top: 12px; }
    md-list-item.md-2-line > md-icon:first-child, md-list-item.md-2-line > .md-no-style > md-icon:first-child {
      -webkit-align-self: flex-start;
              align-self: flex-start; }
    md-list-item.md-2-line .md-list-item-text, md-list-item.md-2-line > .md-no-style .md-list-item-text {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
              flex: 1 1 auto; }
  md-list-item.md-3-line, md-list-item.md-3-line > .md-no-style {
    height: auto;
    min-height: 88px; }
    md-list-item.md-3-line::before, md-list-item.md-3-line > .md-no-style::before {
      content: '';
      min-height: 88px;
      visibility: hidden;
      display: inline-block; }
    md-list-item.md-3-line > md-icon:first-child,
    md-list-item.md-3-line > .md-avatar, md-list-item.md-3-line > .md-no-style > md-icon:first-child,
    md-list-item.md-3-line > .md-no-style > .md-avatar {
      margin-top: 16px; }

.md-open-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  border-radius: 2px;
  max-height: calc(100vh - 10px);
  overflow: auto; }
  .md-open-menu-container md-menu-divider {
    margin-top: 4px;
    margin-bottom: 4px;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    width: 100%; }
  .md-open-menu-container md-menu-content > * {
    opacity: 0; }
  .md-open-menu-container:not(.md-clickable) {
    pointer-events: none; }
  .md-open-menu-container.md-active {
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms; }
    .md-open-menu-container.md-active > md-menu-content > * {
      opacity: 1;
      -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      -webkit-transition-duration: 200ms;
              transition-duration: 200ms;
      -webkit-transition-delay: 100ms;
              transition-delay: 100ms; }
  .md-open-menu-container.md-leave {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms; }

md-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
  max-height: 304px;
  overflow-y: auto; }
  md-menu-content.md-dense {
    max-height: 208px; }
    md-menu-content.md-dense md-menu-item {
      height: 32px;
      min-height: 0px; }

md-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  min-height: 48px;
  height: 48px;
  -webkit-align-content: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  /*
   * We cannot use flex on <button> elements due to a bug in Firefox, so we also can't use it on
   * <a> elements. Add some top padding to fix alignment since buttons automatically align their
   * text vertically.
   */ }
  md-menu-item > * {
    width: 100%;
    margin: auto 0;
    padding-left: 16px;
    padding-right: 16px; }
  md-menu-item > a.md-button {
    padding-top: 5px; }
  md-menu-item > .md-button {
    text-align: left;
    display: inline-block;
    border-radius: 0;
    margin: auto 0;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%; }
    md-menu-item > .md-button::-moz-focus-inner {
      padding: 0;
      border: 0; }
    [dir=rtl] md-menu-item > .md-button {
      text-align: right; }
    md-menu-item > .md-button md-icon {
      margin: auto 16px auto 0; }
      [dir=rtl] md-menu-item > .md-button md-icon {
        margin: auto 0 auto 16px; }
    md-menu-item > .md-button p {
      display: inline-block;
      margin: auto; }
    md-menu-item > .md-button span {
      margin-top: auto;
      margin-bottom: auto; }
    md-menu-item > .md-button .md-ripple-container {
      border-radius: inherit; }

md-toolbar .md-menu {
  height: auto;
  margin: auto;
  padding: 0; }

@media (max-width: 959px) {
  md-menu-content {
    min-width: 112px; }
  md-menu-content[width="3"] {
    min-width: 168px; }
  md-menu-content[width="4"] {
    min-width: 224px; }
  md-menu-content[width="5"] {
    min-width: 280px; }
  md-menu-content[width="6"] {
    min-width: 336px; }
  md-menu-content[width="7"] {
    min-width: 392px; } }

@media (min-width: 960px) {
  md-menu-content {
    min-width: 96px; }
  md-menu-content[width="3"] {
    min-width: 192px; }
  md-menu-content[width="4"] {
    min-width: 256px; }
  md-menu-content[width="5"] {
    min-width: 320px; }
  md-menu-content[width="6"] {
    min-width: 384px; }
  md-menu-content[width="7"] {
    min-width: 448px; } }

md-toolbar.md-menu-toolbar h2.md-toolbar-tools {
  line-height: 1rem;
  height: auto;
  padding: 28px;
  padding-bottom: 12px; }

md-toolbar.md-has-open-menu {
  position: relative;
  z-index: 100; }

md-menu-bar {
  padding: 0 20px;
  display: block;
  position: relative;
  z-index: 2; }
  md-menu-bar .md-menu {
    display: inline-block;
    padding: 0;
    position: relative; }
  md-menu-bar button {
    font-size: 14px;
    padding: 0 10px;
    margin: 0;
    border: 0;
    background-color: transparent;
    height: 40px; }
  md-menu-bar md-backdrop.md-menu-backdrop {
    z-index: -2; }

md-menu-content.md-menu-bar-menu.md-dense {
  max-height: none;
  padding: 16px 0; }
  md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent {
    position: relative; }
    md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
      position: absolute;
      padding: 0;
      width: 24px;
      top: 6px;
      left: 24px; }
      [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
        left: auto;
        right: 24px; }
    md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button, md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button {
      padding: 0 32px 0 64px; }
      [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button, [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button {
        padding: 0 64px 0 32px; }
  md-menu-content.md-menu-bar-menu.md-dense .md-button {
    min-height: 0;
    height: 32px; }
    md-menu-content.md-menu-bar-menu.md-dense .md-button span {
      float: left; }
      [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span {
        float: right; }
    md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text {
      float: right;
      margin: 0 8px; }
      [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text {
        float: left; }
  md-menu-content.md-menu-bar-menu.md-dense md-menu-divider {
    margin: 8px 0; }
  md-menu-content.md-menu-bar-menu.md-dense md-menu-item > .md-button, md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
    text-align: left; }
    [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item > .md-button, [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
      text-align: right; }
  md-menu-content.md-menu-bar-menu.md-dense .md-menu {
    padding: 0; }
    md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
      position: relative;
      margin: 0;
      width: 100%;
      text-transform: none;
      font-weight: normal;
      border-radius: 0px;
      padding-left: 16px; }
      [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
        padding-left: 0;
        padding-right: 16px; }
      md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
        display: block;
        content: '\25BC';
        position: absolute;
        top: 0px;
        speak: none;
        -webkit-transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
                transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
        right: 28px; }
        [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
          -webkit-transform: rotate(90deg) scaleY(0.45) scaleX(0.9);
                  transform: rotate(90deg) scaleY(0.45) scaleX(0.9); }
        [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
          right: auto;
          left: 28px; }

/** Matches "md-tabs md-tabs-wrapper" style. */
.md-nav-bar {
  border-style: solid;
  border-width: 0 0 1px;
  height: 48px;
  position: relative; }

._md-nav-bar-list {
  outline: none;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row; }

.md-nav-item:first-of-type {
  margin-left: 8px; }

.md-button._md-nav-button {
  line-height: 24px;
  margin: 0 4px;
  padding: 12px 16px;
  -webkit-transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1); }
  .md-button._md-nav-button:focus {
    outline: none; }
  .md-button._md-nav-button:hover {
    background-color: inherit; }

md-nav-ink-bar {
  bottom: 0;
  height: 2px;
  left: auto;
  position: absolute;
  right: auto;
  background-color: black; }
  md-nav-ink-bar._md-left {
    -webkit-transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
    transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1); }
  md-nav-ink-bar._md-right {
    -webkit-transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
    transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1); }
  md-nav-ink-bar.ng-animate {
    -webkit-transition: none;
    transition: none; }

md-nav-extra-content {
  min-height: 48px;
  padding-right: 12px; }

@-webkit-keyframes indeterminate-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes indeterminate-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

md-progress-circular {
  position: relative;
  display: block; }
  md-progress-circular._md-progress-circular-disabled {
    visibility: hidden; }
  md-progress-circular.md-mode-indeterminate svg {
    -webkit-animation: indeterminate-rotate 1568.63ms linear infinite;
            animation: indeterminate-rotate 1568.63ms linear infinite; }
  md-progress-circular svg {
    position: absolute;
    overflow: visible;
    top: 0;
    left: 0; }

md-progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding-top: 0 !important;
  margin-bottom: 0 !important; }
  md-progress-linear._md-progress-linear-disabled {
    visibility: hidden; }
  md-progress-linear .md-container {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 5px;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1); }
    md-progress-linear .md-container .md-bar {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 5px; }
    md-progress-linear .md-container .md-dashed:before {
      content: "";
      display: none;
      position: absolute;
      margin-top: 0;
      height: 5px;
      width: 100%;
      background-color: transparent;
      background-size: 10px 10px !important;
      background-position: 0px -23px; }
    md-progress-linear .md-container .md-bar1, md-progress-linear .md-container .md-bar2 {
      -webkit-transition: -webkit-transform 0.2s linear;
      transition: -webkit-transform 0.2s linear;
      transition: transform 0.2s linear;
      transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
    md-progress-linear .md-container.md-mode-query .md-bar1 {
      display: none; }
    md-progress-linear .md-container.md-mode-query .md-bar2 {
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
              animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1); }
    md-progress-linear .md-container.md-mode-determinate .md-bar1 {
      display: none; }
    md-progress-linear .md-container.md-mode-indeterminate .md-bar1 {
      -webkit-animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite;
              animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite; }
    md-progress-linear .md-container.md-mode-indeterminate .md-bar2 {
      -webkit-animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite;
              animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite; }
    md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container {
      -webkit-animation: none;
              animation: none; }
      md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar1 {
        -webkit-animation-name: none;
                animation-name: none; }
      md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar2 {
        -webkit-animation-name: none;
                animation-name: none; }
  md-progress-linear .md-container.md-mode-buffer {
    background-color: transparent !important;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    md-progress-linear .md-container.md-mode-buffer .md-dashed:before {
      display: block;
      -webkit-animation: buffer 3s infinite linear;
              animation: buffer 3s infinite linear; }

@-webkit-keyframes query {
  0% {
    opacity: 1;
    -webkit-transform: translateX(35%) scale(0.3, 1);
            transform: translateX(35%) scale(0.3, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0, 1);
            transform: translateX(-50%) scale(0, 1); } }

@keyframes query {
  0% {
    opacity: 1;
    -webkit-transform: translateX(35%) scale(0.3, 1);
            transform: translateX(35%) scale(0.3, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0, 1);
            transform: translateX(-50%) scale(0, 1); } }

@-webkit-keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0px -23px; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    background-position: -200px -23px; } }

@keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0px -23px; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    background-position: -200px -23px; } }

@-webkit-keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  36.6% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
            animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); }
  69.15% {
    -webkit-transform: scaleX(0.83);
            transform: scaleX(0.83);
    -webkit-animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
            animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098); }
  100% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1); } }

@keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  36.6% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
            animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); }
  69.15% {
    -webkit-transform: scaleX(0.83);
            transform: scaleX(0.83);
    -webkit-animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
            animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098); }
  100% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1); } }

@-webkit-keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.16667%;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  20% {
    left: -105.16667%;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); }
  100% {
    left: 95.44444%; } }

@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.16667%;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  20% {
    left: -105.16667%;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); }
  100% {
    left: 95.44444%; } }

@-webkit-keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
            animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); }
  19.15% {
    -webkit-transform: scaleX(0.57);
            transform: scaleX(0.57);
    -webkit-animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
            animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); }
  44.15% {
    -webkit-transform: scaleX(0.91);
            transform: scaleX(0.91);
    -webkit-animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
            animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); }
  100% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1); } }

@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
            animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); }
  19.15% {
    -webkit-transform: scaleX(0.57);
            transform: scaleX(0.57);
    -webkit-animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
            animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); }
  44.15% {
    -webkit-transform: scaleX(0.91);
            transform: scaleX(0.91);
    -webkit-animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
            animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); }
  100% {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1); } }

@-webkit-keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.88889%;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
            animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968); }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
            animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372); }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
            animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203); }
  100% {
    left: 117.38889%; } }

@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.88889%;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
            animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968); }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
            animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372); }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
            animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203); }
  100% {
    left: 117.38889%; } }

md-radio-button {
  box-sizing: border-box;
  display: block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  position: relative; }
  md-radio-button[disabled] {
    cursor: default; }
    md-radio-button[disabled] .md-container {
      cursor: default; }
  md-radio-button .md-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    box-sizing: border-box;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    left: 0;
    right: auto; }
    [dir=rtl] md-radio-button .md-container {
      left: auto; }
    [dir=rtl] md-radio-button .md-container {
      right: 0; }
    md-radio-button .md-container .md-ripple-container {
      position: absolute;
      display: block;
      width: auto;
      height: auto;
      left: -15px;
      top: -15px;
      right: -15px;
      bottom: -15px; }
    md-radio-button .md-container:before {
      box-sizing: border-box;
      background-color: transparent;
      border-radius: 50%;
      content: '';
      position: absolute;
      display: block;
      height: auto;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      width: auto; }
  md-radio-button.md-align-top-left > div.md-container {
    top: 12px; }
  md-radio-button .md-off {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    -webkit-transition: border-color ease 0.28s;
    transition: border-color ease 0.28s; }
  md-radio-button .md-on {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform ease 0.28s;
    transition: -webkit-transform ease 0.28s;
    transition: transform ease 0.28s;
    transition: transform ease 0.28s, -webkit-transform ease 0.28s;
    -webkit-transform: scale(0);
            transform: scale(0); }
  md-radio-button.md-checked .md-on {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  md-radio-button .md-label {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    margin-right: 0;
    vertical-align: middle;
    white-space: normal;
    pointer-events: none;
    width: auto; }
    [dir=rtl] md-radio-button .md-label {
      margin-left: 0; }
    [dir=rtl] md-radio-button .md-label {
      margin-right: 30px; }

md-radio-group {
  /** Layout adjustments for the radio group. */ }
  md-radio-group.layout-column md-radio-button, md-radio-group.layout-xs-column md-radio-button, md-radio-group.layout-gt-xs-column md-radio-button, md-radio-group.layout-sm-column md-radio-button, md-radio-group.layout-gt-sm-column md-radio-button, md-radio-group.layout-md-column md-radio-button, md-radio-group.layout-gt-md-column md-radio-button, md-radio-group.layout-lg-column md-radio-button, md-radio-group.layout-gt-lg-column md-radio-button, md-radio-group.layout-xl-column md-radio-button {
    margin-bottom: 16px; }
  md-radio-group.layout-row md-radio-button, md-radio-group.layout-xs-row md-radio-button, md-radio-group.layout-gt-xs-row md-radio-button, md-radio-group.layout-sm-row md-radio-button, md-radio-group.layout-gt-sm-row md-radio-button, md-radio-group.layout-md-row md-radio-button, md-radio-group.layout-gt-md-row md-radio-button, md-radio-group.layout-lg-row md-radio-button, md-radio-group.layout-gt-lg-row md-radio-button, md-radio-group.layout-xl-row md-radio-button {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 16px; }
    [dir=rtl] md-radio-group.layout-row md-radio-button, [dir=rtl] md-radio-group.layout-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-md-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-md-row md-radio-button, [dir=rtl] md-radio-group.layout-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-xl-row md-radio-button {
      margin-left: 16px; }
    [dir=rtl] md-radio-group.layout-row md-radio-button, [dir=rtl] md-radio-group.layout-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-md-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-md-row md-radio-button, [dir=rtl] md-radio-group.layout-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-xl-row md-radio-button {
      margin-right: 0; }
    md-radio-group.layout-row md-radio-button:last-of-type, md-radio-group.layout-xs-row md-radio-button:last-of-type, md-radio-group.layout-gt-xs-row md-radio-button:last-of-type, md-radio-group.layout-sm-row md-radio-button:last-of-type, md-radio-group.layout-gt-sm-row md-radio-button:last-of-type, md-radio-group.layout-md-row md-radio-button:last-of-type, md-radio-group.layout-gt-md-row md-radio-button:last-of-type, md-radio-group.layout-lg-row md-radio-button:last-of-type, md-radio-group.layout-gt-lg-row md-radio-button:last-of-type, md-radio-group.layout-xl-row md-radio-button:last-of-type {
      margin-left: 0;
      margin-right: 0; }
  md-radio-group:focus {
    outline: none; }
  md-radio-group.md-focused .md-checked .md-container:before {
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px; }
  md-radio-group[disabled] md-radio-button {
    cursor: default; }
    md-radio-group[disabled] md-radio-button .md-container {
      cursor: default; }

.md-inline-form md-radio-group {
  margin: 18px 0 19px; }
  .md-inline-form md-radio-group md-radio-button {
    display: inline-block;
    height: 30px;
    padding: 2px;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0; }

@media screen and (-ms-high-contrast: active) {
  md-radio-button.md-default-theme .md-on {
    background-color: #fff; } }

md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top; }
  [dir=rtl] md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
    -webkit-transform-origin: right top;
            transform-origin: right top; }

md-input-container.md-input-focused:not([md-no-float]) .md-select-placeholder span:first-child {
  -webkit-transform: translateY(-22px) translateX(-2px) scale(0.75);
          transform: translateY(-22px) translateX(-2px) scale(0.75); }

.md-select-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  opacity: 0;
  display: none;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px); }
  .md-select-menu-container:not(.md-clickable) {
    pointer-events: none; }
  .md-select-menu-container md-progress-circular {
    display: table;
    margin: 24px auto !important; }
  .md-select-menu-container.md-active {
    display: block;
    opacity: 1; }
    .md-select-menu-container.md-active md-select-menu {
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms; }
      .md-select-menu-container.md-active md-select-menu > * {
        opacity: 1;
        -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        -webkit-transition-duration: 150ms;
                transition-duration: 150ms;
        -webkit-transition-delay: 100ms;
                transition-delay: 100ms; }
  .md-select-menu-container.md-leave {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms; }

md-input-container > md-select {
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2; }

md-input-container:not(.md-input-has-value) md-select[required]:not(.md-no-asterisk) .md-select-value span:first-child:after, md-input-container:not(.md-input-has-value) md-select.ng-required:not(.md-no-asterisk) .md-select-value span:first-child:after {
  content: ' *';
  font-size: 13px;
  vertical-align: top; }

md-input-container.md-input-invalid md-select .md-select-value {
  border-bottom-style: solid;
  padding-bottom: 1px; }

md-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 20px 0 26px 0; }
  md-select[required].ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after, md-select.ng-required.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after {
    content: ' *';
    font-size: 13px;
    vertical-align: top; }
  md-select[disabled] .md-select-value {
    background-position: 0 bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    margin-bottom: -1px; }
  md-select:focus {
    outline: none; }
  md-select[disabled]:hover {
    cursor: default; }
  md-select:not([disabled]):hover {
    cursor: pointer; }
  md-select:not([disabled]).ng-invalid.ng-touched .md-select-value {
    border-bottom-style: solid;
    padding-bottom: 1px; }
  md-select:not([disabled]):focus .md-select-value {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 0; }
  md-select:not([disabled]):focus.ng-invalid.ng-touched .md-select-value {
    padding-bottom: 0; }

md-input-container.md-input-has-value .md-select-value > span:not(.md-select-icon) {
  -webkit-transform: translate3d(0, 1px, 0);
          transform: translate3d(0, 1px, 0); }

.md-select-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 2px 2px 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: transparent;
  position: relative;
  box-sizing: content-box;
  min-width: 64px;
  min-height: 26px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1; }
  .md-select-value > span:not(.md-select-icon) {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .md-select-value > span:not(.md-select-icon) .md-text {
      display: inline; }
  .md-select-value .md-select-icon {
    display: block;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    text-align: end;
    width: 24px;
    margin: 0 4px;
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
    font-size: 1.2rem; }
  .md-select-value .md-select-icon:after {
    display: block;
    content: '\25BC';
    position: relative;
    top: 2px;
    speak: none;
    font-size: 13px;
    -webkit-transform: scaleY(0.5) scaleX(1);
            transform: scaleY(0.5) scaleX(1); }
  .md-select-value.md-select-placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    padding-left: 2px;
    z-index: 1; }

md-select-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  max-height: 256px;
  min-height: 48px;
  overflow-y: hidden;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1);
          transform: scale(1); }
  md-select-menu.md-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  md-select-menu:not(.md-overflow) md-content {
    padding-top: 8px;
    padding-bottom: 8px; }
  [dir=rtl] md-select-menu {
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  md-select-menu md-content {
    min-width: 136px;
    min-height: 48px;
    max-height: 256px;
    overflow-y: auto; }
  md-select-menu > * {
    opacity: 0; }

md-option {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: auto;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
  padding: 0 16px 0 16px;
  height: 48px; }
  md-option[disabled] {
    cursor: default; }
  md-option:focus {
    outline: none; }
  md-option .md-text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

md-optgroup {
  display: block; }
  md-optgroup label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px;
    font-weight: 500; }
  md-optgroup md-option {
    padding-left: 32px;
    padding-right: 32px; }

@media screen and (-ms-high-contrast: active) {
  .md-select-backdrop {
    background-color: transparent; }
  md-select-menu {
    border: 1px solid #fff; } }

md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-left: 40px;
  padding-right: 16px; }
  [dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
    padding-left: 16px; }
  [dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
    padding-right: 40px; }
  md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    box-sizing: border-box;
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 0;
    right: auto; }
    [dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
      left: auto; }
    [dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
      right: 0; }
    md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:before {
      box-sizing: border-box;
      background-color: transparent;
      border-radius: 50%;
      content: '';
      position: absolute;
      display: block;
      height: auto;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      width: auto; }
    md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:after {
      box-sizing: border-box;
      content: '';
      position: absolute;
      top: -10px;
      right: -10px;
      bottom: -10px;
      left: -10px; }
    md-select-menu[multiple] md-option.md-checkbox-enabled .md-container .md-ripple-container {
      position: absolute;
      display: block;
      width: auto;
      height: auto;
      left: -15px;
      top: -15px;
      right: -15px;
      bottom: -15px; }
  md-select-menu[multiple] md-option.md-checkbox-enabled .md-icon {
    box-sizing: border-box;
    -webkit-transition: 240ms;
    transition: 240ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-width: 2px;
    border-style: solid;
    border-radius: 2px; }
  md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon {
    border-color: transparent; }
    md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon:after {
      box-sizing: border-box;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      left: 4.66667px;
      top: 0.22222px;
      display: table;
      width: 6.66667px;
      height: 13.33333px;
      border-width: 2px;
      border-style: solid;
      border-top: 0;
      border-left: 0;
      content: ''; }
  md-select-menu[multiple] md-option.md-checkbox-enabled[disabled] {
    cursor: default; }
  md-select-menu[multiple] md-option.md-checkbox-enabled.md-indeterminate .md-icon:after {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: table;
    width: 12px;
    height: 2px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    content: ''; }
  md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
    margin-left: 10.66667px;
    margin-right: auto; }
    [dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
      margin-left: auto; }
    [dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
      margin-right: 10.66667px; }

md-sidenav {
  box-sizing: border-box;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  z-index: 60;
  width: 320px;
  max-width: 320px;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  md-sidenav ul {
    list-style: none; }
  md-sidenav.md-closed {
    display: none; }
  md-sidenav.md-closed-add, md-sidenav.md-closed-remove {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all; }
  md-sidenav.md-closed-add.md-closed-add-active, md-sidenav.md-closed-remove.md-closed-remove-active {
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
  md-sidenav.md-locked-open-add, md-sidenav.md-locked-open-remove {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  md-sidenav.md-locked-open, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed.md-sidenav-left, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed.md-sidenav-right {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  md-sidenav.md-locked-open-remove.md-closed {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  md-sidenav.md-closed.md-locked-open-add {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  md-sidenav.md-closed.md-locked-open-add:not(.md-locked-open-add-active) {
    -webkit-transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    width: 0 !important;
    min-width: 0 !important; }
  md-sidenav.md-closed.md-locked-open-add-active {
    -webkit-transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
  md-sidenav.md-locked-open-remove-active {
    -webkit-transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    width: 0 !important;
    min-width: 0 !important; }

.md-sidenav-backdrop.md-locked-open {
  display: none; }

.md-sidenav-left, md-sidenav {
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0); }
  .md-sidenav-left.md-closed, md-sidenav.md-closed {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }

.md-sidenav-right {
  left: 100%;
  top: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0); }
  .md-sidenav-right.md-closed {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }

@media (min-width: 600px) {
  md-sidenav {
    max-width: 400px; } }

@media (max-width: 456px) {
  md-sidenav {
    width: calc(100% - 56px);
    min-width: calc(100% - 56px);
    max-width: calc(100% - 56px); } }

@media screen and (-ms-high-contrast: active) {
  .md-sidenav-left, md-sidenav {
    border-right: 1px solid #fff; }
  .md-sidenav-right {
    border-left: 1px solid #fff; } }

@-webkit-keyframes sliderFocusThumb {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); } }

@keyframes sliderFocusThumb {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); } }

@-webkit-keyframes sliderDiscreteFocusThumb {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes sliderDiscreteFocusThumb {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes sliderDiscreteFocusRing {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes sliderDiscreteFocusRing {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

md-slider {
  height: 48px;
  min-width: 128px;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  /**
   * Track
   */
  /**
   * Slider thumb
   */
  /* The sign that's focused in discrete mode */
  /**
   * The border/background that comes in when focused in non-discrete mode
   */
  /* Don't animate left/right while panning */ }
  md-slider *, md-slider *:after {
    box-sizing: border-box; }
  md-slider .md-slider-wrapper {
    outline: none;
    width: 100%;
    height: 100%; }
  md-slider .md-slider-content {
    position: relative; }
  md-slider .md-track-container {
    width: 100%;
    position: absolute;
    top: 23px;
    height: 2px; }
  md-slider .md-track {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%; }
  md-slider .md-track-fill {
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  md-slider .md-track-ticks {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%; }
  md-slider .md-track-ticks canvas {
    width: 100%;
    height: 100%; }
  md-slider .md-thumb-container {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-property: left, right, bottom;
    transition-property: left, right, bottom; }
    [dir=rtl] md-slider .md-thumb-container {
      left: auto;
      right: 0; }
  md-slider .md-thumb {
    z-index: 1;
    position: absolute;
    left: -10px;
    top: 14px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
    [dir=rtl] md-slider .md-thumb {
      left: auto;
      right: -10px; }
    md-slider .md-thumb:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      border-width: 3px;
      border-style: solid;
      -webkit-transition: inherit;
      transition: inherit; }
  md-slider .md-sign {
    /* Center the children (slider-thumb-text) */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    position: absolute;
    left: -14px;
    top: -17px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-transform: scale(0.4) translate3d(0, 67.5px, 0);
            transform: scale(0.4) translate3d(0, 67.5px, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    /* The arrow pointing down under the sign */ }
    md-slider .md-sign:after {
      position: absolute;
      content: '';
      left: 0px;
      border-radius: 16px;
      top: 19px;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top-width: 16px;
      border-top-style: solid;
      opacity: 0;
      -webkit-transform: translate3d(0, -8px, 0);
              transform: translate3d(0, -8px, 0);
      -webkit-transition: all 0.2s cubic-bezier(0.35, 0, 0.25, 1);
      transition: all 0.2s cubic-bezier(0.35, 0, 0.25, 1); }
      [dir=rtl] md-slider .md-sign:after {
        left: auto;
        right: 0px; }
    md-slider .md-sign .md-thumb-text {
      z-index: 1;
      font-size: 12px;
      font-weight: bold; }
  md-slider .md-focus-ring {
    position: absolute;
    left: -17px;
    top: 7px;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.35s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.35s cubic-bezier(0.35, 0, 0.25, 1); }
    [dir=rtl] md-slider .md-focus-ring {
      left: auto;
      right: -17px; }
  md-slider .md-disabled-thumb {
    position: absolute;
    left: -14px;
    top: 10px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    border-width: 4px;
    border-style: solid;
    display: none; }
    [dir=rtl] md-slider .md-disabled-thumb {
      left: auto;
      right: -14px; }
  md-slider.md-min .md-sign {
    opacity: 0; }
  md-slider:focus {
    outline: none; }
  md-slider.md-dragging .md-thumb-container,
  md-slider.md-dragging .md-track-fill {
    -webkit-transition: none;
    transition: none; }
  md-slider:not([md-discrete]) {
    /* Hide the sign and ticks in non-discrete mode */ }
    md-slider:not([md-discrete]) .md-track-ticks,
    md-slider:not([md-discrete]) .md-sign {
      display: none; }
    md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper .md-thumb:hover {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
    md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
      -webkit-animation: sliderFocusThumb 0.7s cubic-bezier(0.35, 0, 0.25, 1);
              animation: sliderFocusThumb 0.7s cubic-bezier(0.35, 0, 0.25, 1); }
    md-slider:not([md-discrete]):not([disabled]).md-active .md-slider-wrapper .md-thumb {
      -webkit-transform: scale(1);
              transform: scale(1); }
  md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation: sliderDiscreteFocusRing 0.5s cubic-bezier(0.35, 0, 0.25, 1);
            animation: sliderDiscreteFocusRing 0.5s cubic-bezier(0.35, 0, 0.25, 1); }
  md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
    -webkit-animation: sliderDiscreteFocusThumb 0.5s cubic-bezier(0.35, 0, 0.25, 1);
            animation: sliderDiscreteFocusThumb 0.5s cubic-bezier(0.35, 0, 0.25, 1); }
  md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb, md-slider[md-discrete]:not([disabled]).md-active .md-thumb {
    -webkit-transform: scale(0);
            transform: scale(0); }
  md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign,
  md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign:after, md-slider[md-discrete]:not([disabled]).md-active .md-sign,
  md-slider[md-discrete]:not([disabled]).md-active .md-sign:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); }
  md-slider[md-discrete][disabled][readonly] .md-thumb {
    -webkit-transform: scale(0);
            transform: scale(0); }
  md-slider[md-discrete][disabled][readonly] .md-sign,
  md-slider[md-discrete][disabled][readonly] .md-sign:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); }
  md-slider[disabled] .md-track-fill {
    display: none; }
  md-slider[disabled] .md-track-ticks {
    opacity: 0; }
  md-slider[disabled]:not([readonly]) .md-sign {
    opacity: 0; }
  md-slider[disabled] .md-thumb {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  md-slider[disabled] .md-disabled-thumb {
    display: block; }
  md-slider[md-vertical] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    min-height: 128px;
    min-width: 0; }
    md-slider[md-vertical] .md-slider-wrapper {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
              flex: 1;
      padding-top: 12px;
      padding-bottom: 12px;
      width: 48px;
      -webkit-align-self: center;
              align-self: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; }
    md-slider[md-vertical] .md-track-container {
      height: 100%;
      width: 2px;
      top: 0;
      left: calc(50% - (2px / 2)); }
    md-slider[md-vertical] .md-thumb-container {
      top: auto;
      margin-bottom: 23px;
      left: calc(50% - 1px);
      bottom: 0; }
      md-slider[md-vertical] .md-thumb-container .md-thumb:after {
        left: 1px; }
      md-slider[md-vertical] .md-thumb-container .md-focus-ring {
        left: -16px; }
    md-slider[md-vertical] .md-track-fill {
      bottom: 0; }
    md-slider[md-vertical][md-discrete] .md-sign {
      left: -40px;
      top: 9.5px;
      -webkit-transform: scale(0.4) translate3d(67.5px, 0, 0);
              transform: scale(0.4) translate3d(67.5px, 0, 0);
      /* The arrow pointing left next the sign */ }
      md-slider[md-vertical][md-discrete] .md-sign:after {
        top: 9.5px;
        left: 19px;
        border-top: 14px solid transparent;
        border-right: 0;
        border-bottom: 14px solid transparent;
        border-left-width: 16px;
        border-left-style: solid;
        opacity: 0;
        -webkit-transform: translate3d(0, -8px, 0);
                transform: translate3d(0, -8px, 0);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      md-slider[md-vertical][md-discrete] .md-sign .md-thumb-text {
        z-index: 1;
        font-size: 12px;
        font-weight: bold; }
    md-slider[md-vertical][md-discrete].md-active .md-sign:after,
    md-slider[md-vertical][md-discrete] .md-focused .md-sign:after, md-slider[md-vertical][md-discrete][disabled][readonly] .md-sign:after {
      top: 0; }
    md-slider[md-vertical][disabled][readonly] .md-thumb {
      -webkit-transform: scale(0);
              transform: scale(0); }
    md-slider[md-vertical][disabled][readonly] .md-sign,
    md-slider[md-vertical][disabled][readonly] .md-sign:after {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1);
              transform: translate3d(0, 0, 0) scale(1); }
  md-slider[md-invert]:not([md-vertical]) .md-track-fill {
    left: auto;
    right: 0; }
    [dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill {
      left: 0; }
    [dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill {
      right: auto; }
  md-slider[md-invert][md-vertical] .md-track-fill {
    bottom: auto;
    top: 0; }

md-slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row; }
  md-slider-container > *:first-child:not(md-slider),
  md-slider-container > *:last-child:not(md-slider) {
    min-width: 25px;
    max-width: 42px;
    height: 25px;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-property: color, max-width;
    transition-property: color, max-width; }
  md-slider-container > *:first-child:not(md-slider) {
    margin-right: 16px; }
    [dir=rtl] md-slider-container > *:first-child:not(md-slider) {
      margin-right: auto;
      margin-left: 16px; }
  md-slider-container > *:last-child:not(md-slider) {
    margin-left: 16px; }
    [dir=rtl] md-slider-container > *:last-child:not(md-slider) {
      margin-left: auto;
      margin-right: 16px; }
  md-slider-container[md-vertical] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
    md-slider-container[md-vertical] > *:first-child:not(md-slider),
    md-slider-container[md-vertical] > *:last-child:not(md-slider) {
      margin-right: 0;
      margin-left: 0;
      text-align: center; }
  md-slider-container md-input-container input[type="number"] {
    text-align: center;
    padding-left: 15px;
    height: 50px;
    margin-top: -25px; }
    [dir=rtl] md-slider-container md-input-container input[type="number"] {
      padding-left: 0;
      padding-right: 15px; }

@media screen and (-ms-high-contrast: active) {
  md-slider.md-default-theme .md-track {
    border-bottom: 1px solid #fff; } }

.md-sticky-clone {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  position: absolute !important;
  -webkit-transform: translate3d(-9999px, -9999px, 0);
          transform: translate3d(-9999px, -9999px, 0); }
  .md-sticky-clone[sticky-state="active"] {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .md-sticky-clone[sticky-state="active"]:not(.md-sticky-no-effect) .md-subheader-inner {
      -webkit-animation: subheaderStickyHoverIn 0.3s ease-out both;
              animation: subheaderStickyHoverIn 0.3s ease-out both; }

@-webkit-keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent; }
  100% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } }

@keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent; }
  100% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } }

@-webkit-keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); }
  100% {
    box-shadow: 0 0 0 0 transparent; } }

@keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); }
  100% {
    box-shadow: 0 0 0 0 transparent; } }

.md-subheader-wrapper:not(.md-sticky-no-effect) {
  -webkit-transition: 0.2s ease-out margin;
  transition: 0.2s ease-out margin; }
  .md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader {
    margin: 0; }
  .md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone {
    z-index: 2; }
  .md-subheader-wrapper:not(.md-sticky-no-effect)[sticky-state="active"] {
    margin-top: -2px; }
  .md-subheader-wrapper:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state="active"] .md-subheader-inner:after {
    -webkit-animation: subheaderStickyHoverOut 0.3s ease-out both;
            animation: subheaderStickyHoverOut 0.3s ease-out both; }

.md-subheader {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 0 0;
  position: relative; }
  .md-subheader .md-subheader-inner {
    display: block;
    padding: 16px; }
  .md-subheader .md-subheader-content {
    display: block;
    z-index: 1;
    position: relative; }

.md-inline-form md-switch {
  margin-top: 18px;
  margin-bottom: 19px; }

md-switch {
  margin: 16px 0;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 30px;
  line-height: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: inherit;
  margin-right: 16px; }
  [dir=rtl] md-switch {
    margin-left: 16px; }
  [dir=rtl] md-switch {
    margin-right: inherit; }
  md-switch:last-of-type {
    margin-left: inherit;
    margin-right: 0; }
    [dir=rtl] md-switch:last-of-type {
      margin-left: 0; }
    [dir=rtl] md-switch:last-of-type {
      margin-right: inherit; }
  md-switch[disabled] {
    cursor: default; }
    md-switch[disabled] .md-container {
      cursor: default; }
  md-switch .md-container {
    cursor: -webkit-grab;
    cursor: grab;
    width: 36px;
    height: 24px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-right: 8px;
    float: left; }
    [dir=rtl] md-switch .md-container {
      margin-right: 0px;
      margin-left: 8px; }
  md-switch.md-inverted .md-container {
    margin-right: initial;
    margin-left: 8px; }
    [dir=rtl] md-switch.md-inverted .md-container {
      margin-right: 8px; }
    [dir=rtl] md-switch.md-inverted .md-container {
      margin-left: initial; }
  md-switch:not([disabled]) .md-dragging,
  md-switch:not([disabled]).md-dragging .md-container {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  md-switch.md-focused:not([disabled]) .md-thumb:before {
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px; }
  md-switch.md-focused:not([disabled]):not(.md-checked) .md-thumb:before {
    background-color: rgba(0, 0, 0, 0.12); }
  md-switch .md-label {
    border-color: transparent;
    border-width: 0;
    float: left; }
  md-switch .md-bar {
    left: 1px;
    width: 34px;
    top: 5px;
    height: 14px;
    border-radius: 8px;
    position: absolute; }
  md-switch .md-thumb-container {
    top: 2px;
    left: 0;
    width: 16px;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 1; }
  md-switch.md-checked .md-thumb-container {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  md-switch .md-thumb {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    outline: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); }
    md-switch .md-thumb:before {
      background-color: transparent;
      border-radius: 50%;
      content: '';
      position: absolute;
      display: block;
      height: auto;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      width: auto; }
    md-switch .md-thumb .md-ripple-container {
      position: absolute;
      display: block;
      width: auto;
      height: auto;
      left: -20px;
      top: -20px;
      right: -20px;
      bottom: -20px; }
  md-switch:not(.md-dragging) .md-bar,
  md-switch:not(.md-dragging) .md-thumb-container,
  md-switch:not(.md-dragging) .md-thumb {
    -webkit-transition: all 0.08s linear;
    transition: all 0.08s linear;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform; }
  md-switch:not(.md-dragging) .md-bar,
  md-switch:not(.md-dragging) .md-thumb {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s; }

@media screen and (-ms-high-contrast: active) {
  md-switch.md-default-theme .md-bar {
    background-color: #666; }
  md-switch.md-default-theme.md-checked .md-bar {
    background-color: #9E9E9E; }
  md-switch.md-default-theme .md-thumb {
    background-color: #fff; } }

[md-swipe-left], [md-swipe-right] {
  touch-action: pan-y; }

[md-swipe-up], [md-swipe-down] {
  touch-action: pan-x; }

@-webkit-keyframes md-tab-content-hide {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes md-tab-content-hide {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

md-tab-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0; }

md-tabs {
  display: block;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0; }
  md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
    min-height: 248px; }
  md-tabs[md-align-tabs="bottom"] {
    padding-bottom: 48px; }
    md-tabs[md-align-tabs="bottom"] md-tabs-wrapper {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 48px;
      z-index: 2; }
    md-tabs[md-align-tabs="bottom"] md-tabs-content-wrapper {
      top: 0;
      bottom: 48px; }
  md-tabs.md-dynamic-height md-tabs-content-wrapper {
    min-height: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    overflow: visible; }
  md-tabs.md-dynamic-height md-tab-content.md-active {
    position: relative; }
  md-tabs[md-border-bottom] md-tabs-wrapper {
    border-width: 0 0 1px;
    border-style: solid; }
  md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper {
    top: 49px; }

md-tabs-wrapper {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  md-tabs-wrapper md-prev-button, md-tabs-wrapper md-next-button {
    height: 100%;
    width: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1em;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
    background: transparent no-repeat center center;
    -webkit-transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1); }
    md-tabs-wrapper md-prev-button:focus, md-tabs-wrapper md-next-button:focus {
      outline: none; }
    md-tabs-wrapper md-prev-button.md-disabled, md-tabs-wrapper md-next-button.md-disabled {
      opacity: 0.25;
      cursor: default; }
    md-tabs-wrapper md-prev-button.ng-leave, md-tabs-wrapper md-next-button.ng-leave {
      -webkit-transition: none;
      transition: none; }
    md-tabs-wrapper md-prev-button md-icon, md-tabs-wrapper md-next-button md-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
    [dir="rtl"] md-tabs-wrapper md-prev-button, [dir="rtl"] md-tabs-wrapper md-next-button {
      -webkit-transform: rotateY(180deg) translateY(-50%);
              transform: rotateY(180deg) translateY(-50%); }
  md-tabs-wrapper md-prev-button {
    left: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg=="); }
    [dir=rtl] md-tabs-wrapper md-prev-button {
      left: auto;
      right: 0; }
  md-tabs-wrapper md-next-button {
    right: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K"); }
    [dir=rtl] md-tabs-wrapper md-next-button {
      right: auto;
      left: 0; }
    md-tabs-wrapper md-next-button md-icon {
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
              transform: translate3d(-50%, -50%, 0) rotate(180deg); }
  md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
    md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
              flex-grow: 1; }

md-tabs-canvas {
  position: relative;
  overflow: hidden;
  display: block;
  height: 48px; }
  md-tabs-canvas:after {
    content: '';
    display: table;
    clear: both; }
  md-tabs-canvas .md-dummy-wrapper {
    position: absolute;
    top: 0;
    left: 0; }
    [dir=rtl] md-tabs-canvas .md-dummy-wrapper {
      left: auto;
      right: 0; }
  md-tabs-canvas.md-paginated {
    margin: 0 32px; }
  md-tabs-canvas.md-center-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    md-tabs-canvas.md-center-tabs .md-tab {
      float: none;
      display: inline-block; }

md-pagination-wrapper {
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  position: absolute;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  md-pagination-wrapper:after {
    content: '';
    display: table;
    clear: both; }
  [dir=rtl] md-pagination-wrapper {
    left: auto;
    right: 0; }
  md-pagination-wrapper.md-center-tabs {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }

md-tabs-content-wrapper {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

md-tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  md-tab-content.md-no-scroll {
    bottom: auto;
    overflow: hidden; }
  md-tab-content.ng-leave, md-tab-content.md-no-transition {
    -webkit-transition: none;
    transition: none; }
  md-tab-content.md-left:not(.md-active) {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-animation: 1s md-tab-content-hide;
            animation: 1s md-tab-content-hide;
    visibility: hidden; }
    [dir=rtl] md-tab-content.md-left:not(.md-active) {
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
    md-tab-content.md-left:not(.md-active) * {
      -webkit-transition: visibility 0s linear;
      transition: visibility 0s linear;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s;
      visibility: hidden; }
  md-tab-content.md-right:not(.md-active) {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-animation: 1s md-tab-content-hide;
            animation: 1s md-tab-content-hide;
    visibility: hidden; }
    [dir=rtl] md-tab-content.md-right:not(.md-active) {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    md-tab-content.md-right:not(.md-active) * {
      -webkit-transition: visibility 0s linear;
      transition: visibility 0s linear;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s;
      visibility: hidden; }
  md-tab-content > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
            flex: 1 0 100%;
    min-width: 0; }
    md-tab-content > div.ng-leave {
      -webkit-animation: 1s md-tab-content-hide;
              animation: 1s md-tab-content-hide; }

md-ink-bar {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  height: 2px; }
  md-ink-bar.md-left {
    -webkit-transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
    transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1); }
  md-ink-bar.md-right {
    -webkit-transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
    transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1); }

md-tab {
  position: absolute;
  z-index: -1;
  left: -9999px; }

.md-tab {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding: 12px 24px;
  -webkit-transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis; }
  [dir=rtl] .md-tab {
    float: right; }
  .md-tab.md-focused, .md-tab:focus {
    box-shadow: none;
    outline: none; }
  .md-tab.md-active {
    cursor: default; }
  .md-tab.md-disabled {
    pointer-events: none;
    touch-action: pan-y;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-user-drag: none;
    opacity: 0.5;
    cursor: default; }
  .md-tab.ng-leave {
    -webkit-transition: none;
    transition: none; }

md-toolbar + md-tabs, md-toolbar + md-dialog-content md-tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.md-toast-text {
  padding: 0 6px; }

md-toast {
  position: absolute;
  z-index: 105;
  box-sizing: border-box;
  cursor: default;
  overflow: hidden;
  padding: 8px;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* Transition differently when swiping */
  /*
   * When the toast doesn't take up the whole screen,
   * make it rotate when the user swipes it away
   */ }
  md-toast .md-toast-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    max-height: 168px;
    max-width: 100%;
    min-height: 48px;
    padding: 0 18px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 2px;
    font-size: 14px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg);
            transform: translate3d(0, 0, 0) rotateZ(0deg);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
    md-toast .md-toast-content::before {
      content: '';
      min-height: 48px;
      visibility: hidden;
      display: inline-block; }
    [dir=rtl] md-toast .md-toast-content {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
              justify-content: flex-end; }
    md-toast .md-toast-content span {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0%;
              flex: 1 1 0%;
      box-sizing: border-box;
      min-width: 0; }
  md-toast.md-capsule {
    border-radius: 24px; }
    md-toast.md-capsule .md-toast-content {
      border-radius: 24px; }
  md-toast.ng-leave-active .md-toast-content {
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
  md-toast.md-swipeleft .md-toast-content, md-toast.md-swiperight .md-toast-content, md-toast.md-swipeup .md-toast-content, md-toast.md-swipedown .md-toast-content {
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
  md-toast.ng-enter {
    opacity: 0; }
    md-toast.ng-enter .md-toast-content {
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0); }
    md-toast.ng-enter.md-top .md-toast-content {
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0); }
    md-toast.ng-enter.ng-enter-active {
      opacity: 1; }
      md-toast.ng-enter.ng-enter-active .md-toast-content {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
  md-toast.ng-leave.ng-leave-active .md-toast-content {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  md-toast.ng-leave.ng-leave-active.md-top .md-toast-content {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  md-toast .md-action {
    line-height: 19px;
    margin-left: 24px;
    margin-right: 0;
    cursor: pointer;
    text-transform: uppercase;
    float: right; }
  md-toast .md-button {
    min-width: 0;
    margin-right: 0;
    margin-left: 12px; }
    [dir=rtl] md-toast .md-button {
      margin-right: 12px; }
    [dir=rtl] md-toast .md-button {
      margin-left: 0; }

@media (max-width: 959px) {
  md-toast {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 0;
    bottom: 0;
    padding: 0; }
    md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0); }
    md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
      -webkit-transform: translate3d(0, 50%, 0);
              transform: translate3d(0, 50%, 0); } }

@media (min-width: 960px) {
  md-toast {
    min-width: 304px;
    /*
   * When the toast doesn't take up the whole screen,
   * make it rotate when the user swipes it away
   */ }
    md-toast.md-bottom {
      bottom: 0; }
    md-toast.md-left {
      left: 0; }
    md-toast.md-right {
      right: 0; }
    md-toast.md-top {
      top: 0; }
    md-toast._md-start {
      left: 0; }
      [dir=rtl] md-toast._md-start {
        left: auto;
        right: 0; }
    md-toast._md-end {
      right: 0; }
      [dir=rtl] md-toast._md-end {
        right: auto;
        left: 0; }
    md-toast.ng-leave.ng-leave-active.md-swipeleft .md-toast-content {
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0); }
    md-toast.ng-leave.ng-leave-active.md-swiperight .md-toast-content {
      -webkit-transform: translate3d(50%, 0, 0);
              transform: translate3d(50%, 0, 0); } }

@media (min-width: 1920px) {
  md-toast .md-toast-content {
    max-width: 568px; } }

@media screen and (-ms-high-contrast: active) {
  md-toast {
    border: 1px solid #fff; } }

.md-toast-animating {
  overflow: hidden !important; }

md-toolbar {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 20px;
  min-height: 64px;
  width: 100%; }
  md-toolbar._md-toolbar-transitions {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
            transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
    -webkit-transition-property: background-color, fill, color;
    transition-property: background-color, fill, color; }
  md-toolbar.md-whiteframe-z1-add, md-toolbar.md-whiteframe-z1-remove {
    -webkit-transition: box-shadow 0.5s linear;
    transition: box-shadow 0.5s linear; }
  md-toolbar md-toolbar-filler {
    width: 72px; }
  md-toolbar *,
  md-toolbar *:before,
  md-toolbar *:after {
    box-sizing: border-box; }
  md-toolbar.ng-animate {
    -webkit-transition: none;
    transition: none; }
  md-toolbar.md-tall {
    height: 128px;
    min-height: 128px;
    max-height: 128px; }
  md-toolbar.md-medium-tall {
    height: 88px;
    min-height: 88px;
    max-height: 88px; }
    md-toolbar.md-medium-tall .md-toolbar-tools {
      height: 48px;
      min-height: 48px;
      max-height: 48px; }
  md-toolbar > .md-indent {
    margin-left: 64px; }
    [dir=rtl] md-toolbar > .md-indent {
      margin-left: auto;
      margin-right: 64px; }
  md-toolbar ~ md-content > md-list {
    padding: 0; }
    md-toolbar ~ md-content > md-list md-list-item:last-child md-divider {
      display: none; }

.md-toolbar-tools {
  font-size: 20px;
  letter-spacing: 0.005em;
  box-sizing: border-box;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 64px;
  max-height: 64px;
  padding: 0 16px;
  margin: 0; }
  .md-toolbar-tools h1, .md-toolbar-tools h2, .md-toolbar-tools h3 {
    font-size: inherit;
    font-weight: inherit;
    margin: inherit; }
  .md-toolbar-tools a {
    color: inherit;
    text-decoration: none; }
  .md-toolbar-tools .fill-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .md-toolbar-tools md-checkbox {
    margin: inherit; }
  .md-toolbar-tools .md-button {
    margin-top: 0;
    margin-bottom: 0; }
    .md-toolbar-tools .md-button, .md-toolbar-tools .md-button.md-icon-button md-icon {
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
              transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
      -webkit-transition-property: background-color, fill, color;
      transition-property: background-color, fill, color; }
      .md-toolbar-tools .md-button.ng-animate, .md-toolbar-tools .md-button.md-icon-button md-icon.ng-animate {
        -webkit-transition: none;
        transition: none; }
  .md-toolbar-tools > .md-button:first-child {
    margin-left: -8px; }
    [dir=rtl] .md-toolbar-tools > .md-button:first-child {
      margin-left: auto;
      margin-right: -8px; }
  .md-toolbar-tools > .md-button:last-child {
    margin-right: -8px; }
    [dir=rtl] .md-toolbar-tools > .md-button:last-child {
      margin-right: auto;
      margin-left: -8px; }
  .md-toolbar-tools > md-menu:last-child {
    margin-right: -8px; }
    [dir=rtl] .md-toolbar-tools > md-menu:last-child {
      margin-right: auto;
      margin-left: -8px; }
    .md-toolbar-tools > md-menu:last-child > .md-button {
      margin-right: 0; }
      [dir=rtl] .md-toolbar-tools > md-menu:last-child > .md-button {
        margin-right: auto;
        margin-left: 0; }
  @media screen and (-ms-high-contrast: active) {
    .md-toolbar-tools {
      border-bottom: 1px solid #fff; } }

@media (min-width: 0) and (max-width: 959px) and (orientation: portrait) {
  md-toolbar {
    min-height: 56px; }
  .md-toolbar-tools {
    height: 56px;
    max-height: 56px; } }

@media (min-width: 0) and (max-width: 959px) and (orientation: landscape) {
  md-toolbar {
    min-height: 48px; }
  .md-toolbar-tools {
    height: 48px;
    max-height: 48px; } }

.md-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .md-truncate.md-clip {
    text-overflow: clip; }
  .md-truncate.flex {
    width: 0; }

.md-tooltip {
  pointer-events: none;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 32px;
  line-height: 32px;
  padding-right: 16px;
  padding-left: 16px; }
  .md-tooltip.md-origin-top {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    margin-top: -24px; }
  .md-tooltip.md-origin-right {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    margin-left: 24px; }
  .md-tooltip.md-origin-bottom {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    margin-top: 24px; }
  .md-tooltip.md-origin-left {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    margin-left: -24px; }
  @media (min-width: 960px) {
    .md-tooltip {
      font-size: 10px;
      height: 22px;
      line-height: 22px;
      padding-right: 8px;
      padding-left: 8px; }
      .md-tooltip.md-origin-top {
        margin-top: -14px; }
      .md-tooltip.md-origin-right {
        margin-left: 14px; }
      .md-tooltip.md-origin-bottom {
        margin-top: 14px; }
      .md-tooltip.md-origin-left {
        margin-left: -14px; } }
  .md-tooltip.md-show-add {
    -webkit-transform: scale(0);
            transform: scale(0); }
  .md-tooltip.md-show {
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.9; }
  .md-tooltip.md-hide {
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }

.md-virtual-repeat-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .md-virtual-repeat-container .md-virtual-repeat-scroller {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-overflow-scrolling: touch; }
  .md-virtual-repeat-container .md-virtual-repeat-sizer {
    box-sizing: border-box;
    height: 1px;
    display: block;
    margin: 0;
    padding: 0;
    width: 1px; }
  .md-virtual-repeat-container .md-virtual-repeat-offsetter {
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0; }

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller {
  overflow-x: auto;
  overflow-y: hidden; }

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  bottom: 16px;
  right: auto;
  white-space: nowrap; }
  [dir=rtl] .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
    right: auto;
    left: auto; }

.md-whiteframe-1dp, .md-whiteframe-z1 {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); }

.md-whiteframe-2dp {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-3dp {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-4dp, .md-whiteframe-z2 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.md-whiteframe-5dp {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }

.md-whiteframe-6dp {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }

.md-whiteframe-7dp, .md-whiteframe-z3 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.md-whiteframe-8dp {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-9dp {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-10dp, .md-whiteframe-z4 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); }

.md-whiteframe-11dp {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); }

.md-whiteframe-12dp {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); }

.md-whiteframe-13dp, .md-whiteframe-z5 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); }

.md-whiteframe-14dp {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); }

.md-whiteframe-15dp {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); }

.md-whiteframe-16dp {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }

.md-whiteframe-17dp {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); }

.md-whiteframe-18dp {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); }

.md-whiteframe-19dp {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); }

.md-whiteframe-20dp {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); }

.md-whiteframe-21dp {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); }

.md-whiteframe-22dp {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); }

.md-whiteframe-23dp {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); }

.md-whiteframe-24dp {
  box-shadow: 0px 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); }

@media screen and (-ms-high-contrast: active) {
  md-whiteframe {
    border: 1px solid #fff; } }

@media print {
  md-whiteframe, [md-whiteframe] {
    background-color: #ffffff; } }

/*
* Since Layout API uses ng-cloak to hide the dom elements while layouts are adjusted
*
*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

/*
*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*
*
*/
@-moz-document url-prefix() {
  .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%; } }

/*
 *  Apply Mixins to create Layout/Flexbox styles
 *
 */
.flex-order {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
          order: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-0, .flex-offset-0 {
  margin-left: 0; }
  [dir=rtl] .offset-0, [dir=rtl] .flex-offset-0 {
    margin-left: auto;
    margin-right: 0; }

.offset-5, .flex-offset-5 {
  margin-left: 5%; }
  [dir=rtl] .offset-5, [dir=rtl] .flex-offset-5 {
    margin-left: auto;
    margin-right: 5%; }

.offset-10, .flex-offset-10 {
  margin-left: 10%; }
  [dir=rtl] .offset-10, [dir=rtl] .flex-offset-10 {
    margin-left: auto;
    margin-right: 10%; }

.offset-15, .flex-offset-15 {
  margin-left: 15%; }
  [dir=rtl] .offset-15, [dir=rtl] .flex-offset-15 {
    margin-left: auto;
    margin-right: 15%; }

.offset-20, .flex-offset-20 {
  margin-left: 20%; }
  [dir=rtl] .offset-20, [dir=rtl] .flex-offset-20 {
    margin-left: auto;
    margin-right: 20%; }

.offset-25, .flex-offset-25 {
  margin-left: 25%; }
  [dir=rtl] .offset-25, [dir=rtl] .flex-offset-25 {
    margin-left: auto;
    margin-right: 25%; }

.offset-30, .flex-offset-30 {
  margin-left: 30%; }
  [dir=rtl] .offset-30, [dir=rtl] .flex-offset-30 {
    margin-left: auto;
    margin-right: 30%; }

.offset-35, .flex-offset-35 {
  margin-left: 35%; }
  [dir=rtl] .offset-35, [dir=rtl] .flex-offset-35 {
    margin-left: auto;
    margin-right: 35%; }

.offset-40, .flex-offset-40 {
  margin-left: 40%; }
  [dir=rtl] .offset-40, [dir=rtl] .flex-offset-40 {
    margin-left: auto;
    margin-right: 40%; }

.offset-45, .flex-offset-45 {
  margin-left: 45%; }
  [dir=rtl] .offset-45, [dir=rtl] .flex-offset-45 {
    margin-left: auto;
    margin-right: 45%; }

.offset-50, .flex-offset-50 {
  margin-left: 50%; }
  [dir=rtl] .offset-50, [dir=rtl] .flex-offset-50 {
    margin-left: auto;
    margin-right: 50%; }

.offset-55, .flex-offset-55 {
  margin-left: 55%; }
  [dir=rtl] .offset-55, [dir=rtl] .flex-offset-55 {
    margin-left: auto;
    margin-right: 55%; }

.offset-60, .flex-offset-60 {
  margin-left: 60%; }
  [dir=rtl] .offset-60, [dir=rtl] .flex-offset-60 {
    margin-left: auto;
    margin-right: 60%; }

.offset-65, .flex-offset-65 {
  margin-left: 65%; }
  [dir=rtl] .offset-65, [dir=rtl] .flex-offset-65 {
    margin-left: auto;
    margin-right: 65%; }

.offset-70, .flex-offset-70 {
  margin-left: 70%; }
  [dir=rtl] .offset-70, [dir=rtl] .flex-offset-70 {
    margin-left: auto;
    margin-right: 70%; }

.offset-75, .flex-offset-75 {
  margin-left: 75%; }
  [dir=rtl] .offset-75, [dir=rtl] .flex-offset-75 {
    margin-left: auto;
    margin-right: 75%; }

.offset-80, .flex-offset-80 {
  margin-left: 80%; }
  [dir=rtl] .offset-80, [dir=rtl] .flex-offset-80 {
    margin-left: auto;
    margin-right: 80%; }

.offset-85, .flex-offset-85 {
  margin-left: 85%; }
  [dir=rtl] .offset-85, [dir=rtl] .flex-offset-85 {
    margin-left: auto;
    margin-right: 85%; }

.offset-90, .flex-offset-90 {
  margin-left: 90%; }
  [dir=rtl] .offset-90, [dir=rtl] .flex-offset-90 {
    margin-left: auto;
    margin-right: 90%; }

.offset-95, .flex-offset-95 {
  margin-left: 95%; }
  [dir=rtl] .offset-95, [dir=rtl] .flex-offset-95 {
    margin-left: auto;
    margin-right: 95%; }

.offset-33, .flex-offset-33 {
  margin-left: calc(100% / 3); }

.offset-66, .flex-offset-66 {
  margin-left: calc(200% / 3); }
  [dir=rtl] .offset-66, [dir=rtl] .flex-offset-66 {
    margin-left: auto;
    margin-right: calc(200% / 3); }

.layout-align,
.layout-align-start-stretch {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-content: stretch;
          align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch; }

.layout-align-start,
.layout-align-start-start,
.layout-align-start-center,
.layout-align-start-end,
.layout-align-start-stretch {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start; }

.layout-align-center,
.layout-align-center-start,
.layout-align-center-center,
.layout-align-center-end,
.layout-align-center-stretch {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.layout-align-end,
.layout-align-end-start,
.layout-align-end-center,
.layout-align-end-end,
.layout-align-end-stretch {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

.layout-align-space-around,
.layout-align-space-around-center,
.layout-align-space-around-start,
.layout-align-space-around-end,
.layout-align-space-around-stretch {
  -webkit-justify-content: space-around;
          justify-content: space-around; }

.layout-align-space-between,
.layout-align-space-between-center,
.layout-align-space-between-start,
.layout-align-space-between-end,
.layout-align-space-between-stretch {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.layout-align-start-start,
.layout-align-center-start,
.layout-align-end-start,
.layout-align-space-between-start,
.layout-align-space-around-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
          align-content: flex-start; }

.layout-align-start-center,
.layout-align-center-center,
.layout-align-end-center,
.layout-align-space-between-center,
.layout-align-space-around-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-content: center;
          align-content: center;
  max-width: 100%; }

.layout-align-start-center > *,
.layout-align-center-center > *,
.layout-align-end-center > *,
.layout-align-space-between-center > *,
.layout-align-space-around-center > * {
  max-width: 100%;
  box-sizing: border-box; }

.layout-align-start-end,
.layout-align-center-end,
.layout-align-end-end,
.layout-align-space-between-end,
.layout-align-space-around-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
          align-content: flex-end; }

.layout-align-start-stretch,
.layout-align-center-stretch,
.layout-align-end-stretch,
.layout-align-space-between-stretch,
.layout-align-space-around-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
          align-content: stretch; }

.flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  box-sizing: border-box; }

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  box-sizing: border-box; }

.flex-initial {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  box-sizing: border-box; }

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  box-sizing: border-box; }

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  box-sizing: border-box; }

.flex-noshrink {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  box-sizing: border-box; }

.flex-nogrow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  box-sizing: border-box; }

.flex-0 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-0 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0; }

.layout-column > .flex-0 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box; }

.layout-row > .flex-0 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0; }

.layout-column > .flex-0 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box;
  min-height: 0; }

.flex-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box; }

.layout-row > .flex-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box; }

.flex-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box; }

.layout-row > .flex-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box; }

.flex-15 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-15 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-15 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box; }

.layout-row > .flex-15 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-15 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box; }

.flex-20 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-20 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-20 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box; }

.layout-row > .flex-20 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-20 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box; }

.flex-25 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-25 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-25 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box; }

.layout-row > .flex-25 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-25 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box; }

.flex-30 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-30 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-30 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box; }

.layout-row > .flex-30 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-30 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box; }

.flex-35 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-35 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-35 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box; }

.layout-row > .flex-35 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-35 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box; }

.flex-40 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-40 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-40 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box; }

.layout-row > .flex-40 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-40 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box; }

.flex-45 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-45 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-45 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box; }

.layout-row > .flex-45 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-45 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box; }

.flex-50 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-50 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-50 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box; }

.layout-row > .flex-50 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-50 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box; }

.flex-55 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-55 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-55 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box; }

.layout-row > .flex-55 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-55 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box; }

.flex-60 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-60 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-60 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box; }

.layout-row > .flex-60 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-60 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box; }

.flex-65 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-65 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-65 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box; }

.layout-row > .flex-65 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-65 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box; }

.flex-70 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-70 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-70 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box; }

.layout-row > .flex-70 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-70 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box; }

.flex-75 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-75 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-75 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box; }

.layout-row > .flex-75 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-75 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box; }

.flex-80 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-80 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-80 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box; }

.layout-row > .flex-80 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-80 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box; }

.flex-85 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-85 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-85 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box; }

.layout-row > .flex-85 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-85 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box; }

.flex-90 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-90 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-90 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box; }

.layout-row > .flex-90 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-90 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box; }

.flex-95 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-95 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-95 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box; }

.layout-row > .flex-95 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-95 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box; }

.flex-100 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-100 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-100 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-100 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-100 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-66 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 66.66%;
          flex: 1 1 66.66%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-column > .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box; }

.layout-column > .flex-66 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 66.66%;
          flex: 1 1 66.66%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box; }

.layout-row > .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex-66 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box; }

.layout-row > .flex {
  min-width: 0; }

.layout-column > .flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box; }

.layout-column > .flex-66 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box; }

.layout-column > .flex {
  min-height: 0; }

.layout, .layout-column, .layout-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.layout-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.layout-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row; }

.layout-padding-sm > *,
.layout-padding > .flex-sm {
  padding: 4px; }

.layout-padding,
.layout-padding-gt-sm,
.layout-padding-md,
.layout-padding > *,
.layout-padding-gt-sm > *,
.layout-padding-md > *,
.layout-padding > .flex,
.layout-padding > .flex-gt-sm,
.layout-padding > .flex-md {
  padding: 8px; }

.layout-padding-gt-md > *,
.layout-padding-lg > *,
.layout-padding-gt-lg > *,
.layout-padding > .flex-gt-md,
.layout-padding > .flex-lg,
.layout-padding > .flex-lg,
.layout-padding > .flex-gt-lg {
  padding: 16px; }

.layout-margin-sm > *,
.layout-margin > .flex-sm {
  margin: 4px; }

.layout-margin,
.layout-margin-gt-sm,
.layout-margin-md,
.layout-margin > *,
.layout-margin-gt-sm > *,
.layout-margin-md > *,
.layout-margin > .flex,
.layout-margin > .flex-gt-sm,
.layout-margin > .flex-md {
  margin: 8px; }

.layout-margin-gt-md > *,
.layout-margin-lg > *,
.layout-margin-gt-lg > *,
.layout-margin > .flex-gt-md,
.layout-margin > .flex-lg,
.layout-margin > .flex-gt-lg {
  margin: 16px; }

.layout-wrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.layout-nowrap {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.layout-fill {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%; }

/**
 * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
 * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 *
 *  hide means hide everywhere
 *  Sizes:
 *         $layout-breakpoint-xs:     600px !default;
 *         $layout-breakpoint-sm:     960px !default;
 *         $layout-breakpoint-md:     1280px !default;
 *         $layout-breakpoint-lg:     1920px !default;
 */
@media (max-width: 599px) {
  .hide-xs:not(.show-xs):not(.show), .hide:not(.show-xs):not(.show) {
    display: none; }
  .flex-order-xs--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
            order: -20; }
  .flex-order-xs--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
            order: -19; }
  .flex-order-xs--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
            order: -18; }
  .flex-order-xs--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
            order: -17; }
  .flex-order-xs--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
            order: -16; }
  .flex-order-xs--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
            order: -15; }
  .flex-order-xs--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
            order: -14; }
  .flex-order-xs--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
            order: -13; }
  .flex-order-xs--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
            order: -12; }
  .flex-order-xs--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
            order: -11; }
  .flex-order-xs--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
            order: -10; }
  .flex-order-xs--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
            order: -9; }
  .flex-order-xs--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
            order: -8; }
  .flex-order-xs--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
            order: -7; }
  .flex-order-xs--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
            order: -6; }
  .flex-order-xs--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
            order: -5; }
  .flex-order-xs--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
            order: -4; }
  .flex-order-xs--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
            order: -3; }
  .flex-order-xs--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
            order: -2; }
  .flex-order-xs--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .flex-order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .flex-order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .flex-order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .flex-order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .flex-order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .flex-order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .flex-order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .flex-order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .flex-order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .flex-order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .flex-order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .flex-order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .flex-order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .flex-order-xs-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .flex-order-xs-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
            order: 14; }
  .flex-order-xs-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
            order: 15; }
  .flex-order-xs-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
            order: 16; }
  .flex-order-xs-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
            order: 17; }
  .flex-order-xs-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
            order: 18; }
  .flex-order-xs-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
            order: 19; }
  .flex-order-xs-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
            order: 20; }
  .offset-xs-0, .flex-offset-xs-0 {
    margin-left: 0; }
    [dir=rtl] .offset-xs-0, [dir=rtl] .flex-offset-xs-0 {
      margin-left: auto;
      margin-right: 0; }
  .offset-xs-5, .flex-offset-xs-5 {
    margin-left: 5%; }
    [dir=rtl] .offset-xs-5, [dir=rtl] .flex-offset-xs-5 {
      margin-left: auto;
      margin-right: 5%; }
  .offset-xs-10, .flex-offset-xs-10 {
    margin-left: 10%; }
    [dir=rtl] .offset-xs-10, [dir=rtl] .flex-offset-xs-10 {
      margin-left: auto;
      margin-right: 10%; }
  .offset-xs-15, .flex-offset-xs-15 {
    margin-left: 15%; }
    [dir=rtl] .offset-xs-15, [dir=rtl] .flex-offset-xs-15 {
      margin-left: auto;
      margin-right: 15%; }
  .offset-xs-20, .flex-offset-xs-20 {
    margin-left: 20%; }
    [dir=rtl] .offset-xs-20, [dir=rtl] .flex-offset-xs-20 {
      margin-left: auto;
      margin-right: 20%; }
  .offset-xs-25, .flex-offset-xs-25 {
    margin-left: 25%; }
    [dir=rtl] .offset-xs-25, [dir=rtl] .flex-offset-xs-25 {
      margin-left: auto;
      margin-right: 25%; }
  .offset-xs-30, .flex-offset-xs-30 {
    margin-left: 30%; }
    [dir=rtl] .offset-xs-30, [dir=rtl] .flex-offset-xs-30 {
      margin-left: auto;
      margin-right: 30%; }
  .offset-xs-35, .flex-offset-xs-35 {
    margin-left: 35%; }
    [dir=rtl] .offset-xs-35, [dir=rtl] .flex-offset-xs-35 {
      margin-left: auto;
      margin-right: 35%; }
  .offset-xs-40, .flex-offset-xs-40 {
    margin-left: 40%; }
    [dir=rtl] .offset-xs-40, [dir=rtl] .flex-offset-xs-40 {
      margin-left: auto;
      margin-right: 40%; }
  .offset-xs-45, .flex-offset-xs-45 {
    margin-left: 45%; }
    [dir=rtl] .offset-xs-45, [dir=rtl] .flex-offset-xs-45 {
      margin-left: auto;
      margin-right: 45%; }
  .offset-xs-50, .flex-offset-xs-50 {
    margin-left: 50%; }
    [dir=rtl] .offset-xs-50, [dir=rtl] .flex-offset-xs-50 {
      margin-left: auto;
      margin-right: 50%; }
  .offset-xs-55, .flex-offset-xs-55 {
    margin-left: 55%; }
    [dir=rtl] .offset-xs-55, [dir=rtl] .flex-offset-xs-55 {
      margin-left: auto;
      margin-right: 55%; }
  .offset-xs-60, .flex-offset-xs-60 {
    margin-left: 60%; }
    [dir=rtl] .offset-xs-60, [dir=rtl] .flex-offset-xs-60 {
      margin-left: auto;
      margin-right: 60%; }
  .offset-xs-65, .flex-offset-xs-65 {
    margin-left: 65%; }
    [dir=rtl] .offset-xs-65, [dir=rtl] .flex-offset-xs-65 {
      margin-left: auto;
      margin-right: 65%; }
  .offset-xs-70, .flex-offset-xs-70 {
    margin-left: 70%; }
    [dir=rtl] .offset-xs-70, [dir=rtl] .flex-offset-xs-70 {
      margin-left: auto;
      margin-right: 70%; }
  .offset-xs-75, .flex-offset-xs-75 {
    margin-left: 75%; }
    [dir=rtl] .offset-xs-75, [dir=rtl] .flex-offset-xs-75 {
      margin-left: auto;
      margin-right: 75%; }
  .offset-xs-80, .flex-offset-xs-80 {
    margin-left: 80%; }
    [dir=rtl] .offset-xs-80, [dir=rtl] .flex-offset-xs-80 {
      margin-left: auto;
      margin-right: 80%; }
  .offset-xs-85, .flex-offset-xs-85 {
    margin-left: 85%; }
    [dir=rtl] .offset-xs-85, [dir=rtl] .flex-offset-xs-85 {
      margin-left: auto;
      margin-right: 85%; }
  .offset-xs-90, .flex-offset-xs-90 {
    margin-left: 90%; }
    [dir=rtl] .offset-xs-90, [dir=rtl] .flex-offset-xs-90 {
      margin-left: auto;
      margin-right: 90%; }
  .offset-xs-95, .flex-offset-xs-95 {
    margin-left: 95%; }
    [dir=rtl] .offset-xs-95, [dir=rtl] .flex-offset-xs-95 {
      margin-left: auto;
      margin-right: 95%; }
  .offset-xs-33, .flex-offset-xs-33 {
    margin-left: calc(100% / 3); }
  .offset-xs-66, .flex-offset-xs-66 {
    margin-left: calc(200% / 3); }
    [dir=rtl] .offset-xs-66, [dir=rtl] .flex-offset-xs-66 {
      margin-left: auto;
      margin-right: calc(200% / 3); }
  .layout-align-xs,
  .layout-align-xs-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch; }
  .layout-align-xs-start,
  .layout-align-xs-start-start,
  .layout-align-xs-start-center,
  .layout-align-xs-start-end,
  .layout-align-xs-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .layout-align-xs-center,
  .layout-align-xs-center-start,
  .layout-align-xs-center-center,
  .layout-align-xs-center-end,
  .layout-align-xs-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .layout-align-xs-end,
  .layout-align-xs-end-start,
  .layout-align-xs-end-center,
  .layout-align-xs-end-end,
  .layout-align-xs-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  .layout-align-xs-space-around,
  .layout-align-xs-space-around-center,
  .layout-align-xs-space-around-start,
  .layout-align-xs-space-around-end,
  .layout-align-xs-space-around-stretch {
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .layout-align-xs-space-between,
  .layout-align-xs-space-between-center,
  .layout-align-xs-space-between-start,
  .layout-align-xs-space-between-end,
  .layout-align-xs-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .layout-align-xs-start-start,
  .layout-align-xs-center-start,
  .layout-align-xs-end-start,
  .layout-align-xs-space-between-start,
  .layout-align-xs-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
            align-content: flex-start; }
  .layout-align-xs-start-center,
  .layout-align-xs-center-center,
  .layout-align-xs-end-center,
  .layout-align-xs-space-between-center,
  .layout-align-xs-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center;
    max-width: 100%; }
  .layout-align-xs-start-center > *,
  .layout-align-xs-center-center > *,
  .layout-align-xs-end-center > *,
  .layout-align-xs-space-between-center > *,
  .layout-align-xs-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-xs-start-end,
  .layout-align-xs-center-end,
  .layout-align-xs-end-end,
  .layout-align-xs-space-between-end,
  .layout-align-xs-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
            align-content: flex-end; }
  .layout-align-xs-start-stretch,
  .layout-align-xs-center-stretch,
  .layout-align-xs-end-stretch,
  .layout-align-xs-space-between-stretch,
  .layout-align-xs-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
            align-content: stretch; }
  .flex-xs {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    box-sizing: border-box; }
  .flex-xs-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-xs-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-xs-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-xs-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-xs-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-xs-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-xs-column > .flex-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xs-row > .flex {
    min-width: 0; }
  .layout-xs-column > .flex-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-xs-column > .flex {
    min-height: 0; }
  .layout-xs, .layout-xs-column, .layout-xs-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-xs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .layout-xs-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; } }

@media (min-width: 600px) {
  .flex-order-gt-xs--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
            order: -20; }
  .flex-order-gt-xs--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
            order: -19; }
  .flex-order-gt-xs--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
            order: -18; }
  .flex-order-gt-xs--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
            order: -17; }
  .flex-order-gt-xs--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
            order: -16; }
  .flex-order-gt-xs--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
            order: -15; }
  .flex-order-gt-xs--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
            order: -14; }
  .flex-order-gt-xs--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
            order: -13; }
  .flex-order-gt-xs--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
            order: -12; }
  .flex-order-gt-xs--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
            order: -11; }
  .flex-order-gt-xs--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
            order: -10; }
  .flex-order-gt-xs--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
            order: -9; }
  .flex-order-gt-xs--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
            order: -8; }
  .flex-order-gt-xs--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
            order: -7; }
  .flex-order-gt-xs--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
            order: -6; }
  .flex-order-gt-xs--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
            order: -5; }
  .flex-order-gt-xs--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
            order: -4; }
  .flex-order-gt-xs--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
            order: -3; }
  .flex-order-gt-xs--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
            order: -2; }
  .flex-order-gt-xs--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .flex-order-gt-xs-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .flex-order-gt-xs-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .flex-order-gt-xs-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .flex-order-gt-xs-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .flex-order-gt-xs-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .flex-order-gt-xs-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .flex-order-gt-xs-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .flex-order-gt-xs-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .flex-order-gt-xs-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .flex-order-gt-xs-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .flex-order-gt-xs-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .flex-order-gt-xs-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .flex-order-gt-xs-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .flex-order-gt-xs-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .flex-order-gt-xs-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
            order: 14; }
  .flex-order-gt-xs-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
            order: 15; }
  .flex-order-gt-xs-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
            order: 16; }
  .flex-order-gt-xs-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
            order: 17; }
  .flex-order-gt-xs-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
            order: 18; }
  .flex-order-gt-xs-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
            order: 19; }
  .flex-order-gt-xs-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
            order: 20; }
  .offset-gt-xs-0, .flex-offset-gt-xs-0 {
    margin-left: 0; }
    [dir=rtl] .offset-gt-xs-0, [dir=rtl] .flex-offset-gt-xs-0 {
      margin-left: auto;
      margin-right: 0; }
  .offset-gt-xs-5, .flex-offset-gt-xs-5 {
    margin-left: 5%; }
    [dir=rtl] .offset-gt-xs-5, [dir=rtl] .flex-offset-gt-xs-5 {
      margin-left: auto;
      margin-right: 5%; }
  .offset-gt-xs-10, .flex-offset-gt-xs-10 {
    margin-left: 10%; }
    [dir=rtl] .offset-gt-xs-10, [dir=rtl] .flex-offset-gt-xs-10 {
      margin-left: auto;
      margin-right: 10%; }
  .offset-gt-xs-15, .flex-offset-gt-xs-15 {
    margin-left: 15%; }
    [dir=rtl] .offset-gt-xs-15, [dir=rtl] .flex-offset-gt-xs-15 {
      margin-left: auto;
      margin-right: 15%; }
  .offset-gt-xs-20, .flex-offset-gt-xs-20 {
    margin-left: 20%; }
    [dir=rtl] .offset-gt-xs-20, [dir=rtl] .flex-offset-gt-xs-20 {
      margin-left: auto;
      margin-right: 20%; }
  .offset-gt-xs-25, .flex-offset-gt-xs-25 {
    margin-left: 25%; }
    [dir=rtl] .offset-gt-xs-25, [dir=rtl] .flex-offset-gt-xs-25 {
      margin-left: auto;
      margin-right: 25%; }
  .offset-gt-xs-30, .flex-offset-gt-xs-30 {
    margin-left: 30%; }
    [dir=rtl] .offset-gt-xs-30, [dir=rtl] .flex-offset-gt-xs-30 {
      margin-left: auto;
      margin-right: 30%; }
  .offset-gt-xs-35, .flex-offset-gt-xs-35 {
    margin-left: 35%; }
    [dir=rtl] .offset-gt-xs-35, [dir=rtl] .flex-offset-gt-xs-35 {
      margin-left: auto;
      margin-right: 35%; }
  .offset-gt-xs-40, .flex-offset-gt-xs-40 {
    margin-left: 40%; }
    [dir=rtl] .offset-gt-xs-40, [dir=rtl] .flex-offset-gt-xs-40 {
      margin-left: auto;
      margin-right: 40%; }
  .offset-gt-xs-45, .flex-offset-gt-xs-45 {
    margin-left: 45%; }
    [dir=rtl] .offset-gt-xs-45, [dir=rtl] .flex-offset-gt-xs-45 {
      margin-left: auto;
      margin-right: 45%; }
  .offset-gt-xs-50, .flex-offset-gt-xs-50 {
    margin-left: 50%; }
    [dir=rtl] .offset-gt-xs-50, [dir=rtl] .flex-offset-gt-xs-50 {
      margin-left: auto;
      margin-right: 50%; }
  .offset-gt-xs-55, .flex-offset-gt-xs-55 {
    margin-left: 55%; }
    [dir=rtl] .offset-gt-xs-55, [dir=rtl] .flex-offset-gt-xs-55 {
      margin-left: auto;
      margin-right: 55%; }
  .offset-gt-xs-60, .flex-offset-gt-xs-60 {
    margin-left: 60%; }
    [dir=rtl] .offset-gt-xs-60, [dir=rtl] .flex-offset-gt-xs-60 {
      margin-left: auto;
      margin-right: 60%; }
  .offset-gt-xs-65, .flex-offset-gt-xs-65 {
    margin-left: 65%; }
    [dir=rtl] .offset-gt-xs-65, [dir=rtl] .flex-offset-gt-xs-65 {
      margin-left: auto;
      margin-right: 65%; }
  .offset-gt-xs-70, .flex-offset-gt-xs-70 {
    margin-left: 70%; }
    [dir=rtl] .offset-gt-xs-70, [dir=rtl] .flex-offset-gt-xs-70 {
      margin-left: auto;
      margin-right: 70%; }
  .offset-gt-xs-75, .flex-offset-gt-xs-75 {
    margin-left: 75%; }
    [dir=rtl] .offset-gt-xs-75, [dir=rtl] .flex-offset-gt-xs-75 {
      margin-left: auto;
      margin-right: 75%; }
  .offset-gt-xs-80, .flex-offset-gt-xs-80 {
    margin-left: 80%; }
    [dir=rtl] .offset-gt-xs-80, [dir=rtl] .flex-offset-gt-xs-80 {
      margin-left: auto;
      margin-right: 80%; }
  .offset-gt-xs-85, .flex-offset-gt-xs-85 {
    margin-left: 85%; }
    [dir=rtl] .offset-gt-xs-85, [dir=rtl] .flex-offset-gt-xs-85 {
      margin-left: auto;
      margin-right: 85%; }
  .offset-gt-xs-90, .flex-offset-gt-xs-90 {
    margin-left: 90%; }
    [dir=rtl] .offset-gt-xs-90, [dir=rtl] .flex-offset-gt-xs-90 {
      margin-left: auto;
      margin-right: 90%; }
  .offset-gt-xs-95, .flex-offset-gt-xs-95 {
    margin-left: 95%; }
    [dir=rtl] .offset-gt-xs-95, [dir=rtl] .flex-offset-gt-xs-95 {
      margin-left: auto;
      margin-right: 95%; }
  .offset-gt-xs-33, .flex-offset-gt-xs-33 {
    margin-left: calc(100% / 3); }
  .offset-gt-xs-66, .flex-offset-gt-xs-66 {
    margin-left: calc(200% / 3); }
    [dir=rtl] .offset-gt-xs-66, [dir=rtl] .flex-offset-gt-xs-66 {
      margin-left: auto;
      margin-right: calc(200% / 3); }
  .layout-align-gt-xs,
  .layout-align-gt-xs-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch; }
  .layout-align-gt-xs-start,
  .layout-align-gt-xs-start-start,
  .layout-align-gt-xs-start-center,
  .layout-align-gt-xs-start-end,
  .layout-align-gt-xs-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .layout-align-gt-xs-center,
  .layout-align-gt-xs-center-start,
  .layout-align-gt-xs-center-center,
  .layout-align-gt-xs-center-end,
  .layout-align-gt-xs-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .layout-align-gt-xs-end,
  .layout-align-gt-xs-end-start,
  .layout-align-gt-xs-end-center,
  .layout-align-gt-xs-end-end,
  .layout-align-gt-xs-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  .layout-align-gt-xs-space-around,
  .layout-align-gt-xs-space-around-center,
  .layout-align-gt-xs-space-around-start,
  .layout-align-gt-xs-space-around-end,
  .layout-align-gt-xs-space-around-stretch {
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .layout-align-gt-xs-space-between,
  .layout-align-gt-xs-space-between-center,
  .layout-align-gt-xs-space-between-start,
  .layout-align-gt-xs-space-between-end,
  .layout-align-gt-xs-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .layout-align-gt-xs-start-start,
  .layout-align-gt-xs-center-start,
  .layout-align-gt-xs-end-start,
  .layout-align-gt-xs-space-between-start,
  .layout-align-gt-xs-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
            align-content: flex-start; }
  .layout-align-gt-xs-start-center,
  .layout-align-gt-xs-center-center,
  .layout-align-gt-xs-end-center,
  .layout-align-gt-xs-space-between-center,
  .layout-align-gt-xs-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center;
    max-width: 100%; }
  .layout-align-gt-xs-start-center > *,
  .layout-align-gt-xs-center-center > *,
  .layout-align-gt-xs-end-center > *,
  .layout-align-gt-xs-space-between-center > *,
  .layout-align-gt-xs-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-gt-xs-start-end,
  .layout-align-gt-xs-center-end,
  .layout-align-gt-xs-end-end,
  .layout-align-gt-xs-space-between-end,
  .layout-align-gt-xs-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
            align-content: flex-end; }
  .layout-align-gt-xs-start-stretch,
  .layout-align-gt-xs-center-stretch,
  .layout-align-gt-xs-end-stretch,
  .layout-align-gt-xs-space-between-stretch,
  .layout-align-gt-xs-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
            align-content: stretch; }
  .flex-gt-xs {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    box-sizing: border-box; }
  .flex-gt-xs-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-gt-xs-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-xs-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-gt-xs-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-gt-xs-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-gt-xs-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-gt-xs-column > .flex-gt-xs-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-gt-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-gt-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-gt-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-gt-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-gt-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-gt-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-gt-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-gt-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-gt-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-gt-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-gt-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-gt-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-gt-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-gt-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-gt-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-gt-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-gt-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-gt-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-gt-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex {
    min-width: 0; }
  .layout-gt-xs-column > .flex-gt-xs-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex {
    min-height: 0; }
  .layout-gt-xs, .layout-gt-xs-column, .layout-gt-xs-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-gt-xs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .layout-gt-xs-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; } }

@media (min-width: 600px) and (max-width: 959px) {
  .hide:not(.show-gt-xs):not(.show-sm):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none; }
  .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none; }
  .flex-order-sm--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
            order: -20; }
  .flex-order-sm--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
            order: -19; }
  .flex-order-sm--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
            order: -18; }
  .flex-order-sm--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
            order: -17; }
  .flex-order-sm--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
            order: -16; }
  .flex-order-sm--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
            order: -15; }
  .flex-order-sm--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
            order: -14; }
  .flex-order-sm--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
            order: -13; }
  .flex-order-sm--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
            order: -12; }
  .flex-order-sm--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
            order: -11; }
  .flex-order-sm--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
            order: -10; }
  .flex-order-sm--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
            order: -9; }
  .flex-order-sm--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
            order: -8; }
  .flex-order-sm--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
            order: -7; }
  .flex-order-sm--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
            order: -6; }
  .flex-order-sm--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
            order: -5; }
  .flex-order-sm--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
            order: -4; }
  .flex-order-sm--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
            order: -3; }
  .flex-order-sm--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
            order: -2; }
  .flex-order-sm--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .flex-order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .flex-order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .flex-order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .flex-order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .flex-order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .flex-order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .flex-order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .flex-order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .flex-order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .flex-order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .flex-order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .flex-order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .flex-order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .flex-order-sm-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .flex-order-sm-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
            order: 14; }
  .flex-order-sm-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
            order: 15; }
  .flex-order-sm-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
            order: 16; }
  .flex-order-sm-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
            order: 17; }
  .flex-order-sm-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
            order: 18; }
  .flex-order-sm-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
            order: 19; }
  .flex-order-sm-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
            order: 20; }
  .offset-sm-0, .flex-offset-sm-0 {
    margin-left: 0; }
    [dir=rtl] .offset-sm-0, [dir=rtl] .flex-offset-sm-0 {
      margin-left: auto;
      margin-right: 0; }
  .offset-sm-5, .flex-offset-sm-5 {
    margin-left: 5%; }
    [dir=rtl] .offset-sm-5, [dir=rtl] .flex-offset-sm-5 {
      margin-left: auto;
      margin-right: 5%; }
  .offset-sm-10, .flex-offset-sm-10 {
    margin-left: 10%; }
    [dir=rtl] .offset-sm-10, [dir=rtl] .flex-offset-sm-10 {
      margin-left: auto;
      margin-right: 10%; }
  .offset-sm-15, .flex-offset-sm-15 {
    margin-left: 15%; }
    [dir=rtl] .offset-sm-15, [dir=rtl] .flex-offset-sm-15 {
      margin-left: auto;
      margin-right: 15%; }
  .offset-sm-20, .flex-offset-sm-20 {
    margin-left: 20%; }
    [dir=rtl] .offset-sm-20, [dir=rtl] .flex-offset-sm-20 {
      margin-left: auto;
      margin-right: 20%; }
  .offset-sm-25, .flex-offset-sm-25 {
    margin-left: 25%; }
    [dir=rtl] .offset-sm-25, [dir=rtl] .flex-offset-sm-25 {
      margin-left: auto;
      margin-right: 25%; }
  .offset-sm-30, .flex-offset-sm-30 {
    margin-left: 30%; }
    [dir=rtl] .offset-sm-30, [dir=rtl] .flex-offset-sm-30 {
      margin-left: auto;
      margin-right: 30%; }
  .offset-sm-35, .flex-offset-sm-35 {
    margin-left: 35%; }
    [dir=rtl] .offset-sm-35, [dir=rtl] .flex-offset-sm-35 {
      margin-left: auto;
      margin-right: 35%; }
  .offset-sm-40, .flex-offset-sm-40 {
    margin-left: 40%; }
    [dir=rtl] .offset-sm-40, [dir=rtl] .flex-offset-sm-40 {
      margin-left: auto;
      margin-right: 40%; }
  .offset-sm-45, .flex-offset-sm-45 {
    margin-left: 45%; }
    [dir=rtl] .offset-sm-45, [dir=rtl] .flex-offset-sm-45 {
      margin-left: auto;
      margin-right: 45%; }
  .offset-sm-50, .flex-offset-sm-50 {
    margin-left: 50%; }
    [dir=rtl] .offset-sm-50, [dir=rtl] .flex-offset-sm-50 {
      margin-left: auto;
      margin-right: 50%; }
  .offset-sm-55, .flex-offset-sm-55 {
    margin-left: 55%; }
    [dir=rtl] .offset-sm-55, [dir=rtl] .flex-offset-sm-55 {
      margin-left: auto;
      margin-right: 55%; }
  .offset-sm-60, .flex-offset-sm-60 {
    margin-left: 60%; }
    [dir=rtl] .offset-sm-60, [dir=rtl] .flex-offset-sm-60 {
      margin-left: auto;
      margin-right: 60%; }
  .offset-sm-65, .flex-offset-sm-65 {
    margin-left: 65%; }
    [dir=rtl] .offset-sm-65, [dir=rtl] .flex-offset-sm-65 {
      margin-left: auto;
      margin-right: 65%; }
  .offset-sm-70, .flex-offset-sm-70 {
    margin-left: 70%; }
    [dir=rtl] .offset-sm-70, [dir=rtl] .flex-offset-sm-70 {
      margin-left: auto;
      margin-right: 70%; }
  .offset-sm-75, .flex-offset-sm-75 {
    margin-left: 75%; }
    [dir=rtl] .offset-sm-75, [dir=rtl] .flex-offset-sm-75 {
      margin-left: auto;
      margin-right: 75%; }
  .offset-sm-80, .flex-offset-sm-80 {
    margin-left: 80%; }
    [dir=rtl] .offset-sm-80, [dir=rtl] .flex-offset-sm-80 {
      margin-left: auto;
      margin-right: 80%; }
  .offset-sm-85, .flex-offset-sm-85 {
    margin-left: 85%; }
    [dir=rtl] .offset-sm-85, [dir=rtl] .flex-offset-sm-85 {
      margin-left: auto;
      margin-right: 85%; }
  .offset-sm-90, .flex-offset-sm-90 {
    margin-left: 90%; }
    [dir=rtl] .offset-sm-90, [dir=rtl] .flex-offset-sm-90 {
      margin-left: auto;
      margin-right: 90%; }
  .offset-sm-95, .flex-offset-sm-95 {
    margin-left: 95%; }
    [dir=rtl] .offset-sm-95, [dir=rtl] .flex-offset-sm-95 {
      margin-left: auto;
      margin-right: 95%; }
  .offset-sm-33, .flex-offset-sm-33 {
    margin-left: calc(100% / 3); }
  .offset-sm-66, .flex-offset-sm-66 {
    margin-left: calc(200% / 3); }
    [dir=rtl] .offset-sm-66, [dir=rtl] .flex-offset-sm-66 {
      margin-left: auto;
      margin-right: calc(200% / 3); }
  .layout-align-sm,
  .layout-align-sm-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch; }
  .layout-align-sm-start,
  .layout-align-sm-start-start,
  .layout-align-sm-start-center,
  .layout-align-sm-start-end,
  .layout-align-sm-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .layout-align-sm-center,
  .layout-align-sm-center-start,
  .layout-align-sm-center-center,
  .layout-align-sm-center-end,
  .layout-align-sm-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .layout-align-sm-end,
  .layout-align-sm-end-start,
  .layout-align-sm-end-center,
  .layout-align-sm-end-end,
  .layout-align-sm-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  .layout-align-sm-space-around,
  .layout-align-sm-space-around-center,
  .layout-align-sm-space-around-start,
  .layout-align-sm-space-around-end,
  .layout-align-sm-space-around-stretch {
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .layout-align-sm-space-between,
  .layout-align-sm-space-between-center,
  .layout-align-sm-space-between-start,
  .layout-align-sm-space-between-end,
  .layout-align-sm-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .layout-align-sm-start-start,
  .layout-align-sm-center-start,
  .layout-align-sm-end-start,
  .layout-align-sm-space-between-start,
  .layout-align-sm-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
            align-content: flex-start; }
  .layout-align-sm-start-center,
  .layout-align-sm-center-center,
  .layout-align-sm-end-center,
  .layout-align-sm-space-between-center,
  .layout-align-sm-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center;
    max-width: 100%; }
  .layout-align-sm-start-center > *,
  .layout-align-sm-center-center > *,
  .layout-align-sm-end-center > *,
  .layout-align-sm-space-between-center > *,
  .layout-align-sm-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-sm-start-end,
  .layout-align-sm-center-end,
  .layout-align-sm-end-end,
  .layout-align-sm-space-between-end,
  .layout-align-sm-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
            align-content: flex-end; }
  .layout-align-sm-start-stretch,
  .layout-align-sm-center-stretch,
  .layout-align-sm-end-stretch,
  .layout-align-sm-space-between-stretch,
  .layout-align-sm-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
            align-content: stretch; }
  .flex-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    box-sizing: border-box; }
  .flex-sm-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-sm-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-sm-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-sm-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-sm-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-sm-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-sm-column > .flex-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-sm-row > .flex {
    min-width: 0; }
  .layout-sm-column > .flex-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-sm-column > .flex {
    min-height: 0; }
  .layout-sm, .layout-sm-column, .layout-sm-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .layout-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; } }

@media (min-width: 960px) {
  .flex-order-gt-sm--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
            order: -20; }
  .flex-order-gt-sm--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
            order: -19; }
  .flex-order-gt-sm--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
            order: -18; }
  .flex-order-gt-sm--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
            order: -17; }
  .flex-order-gt-sm--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
            order: -16; }
  .flex-order-gt-sm--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
            order: -15; }
  .flex-order-gt-sm--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
            order: -14; }
  .flex-order-gt-sm--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
            order: -13; }
  .flex-order-gt-sm--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
            order: -12; }
  .flex-order-gt-sm--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
            order: -11; }
  .flex-order-gt-sm--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
            order: -10; }
  .flex-order-gt-sm--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
            order: -9; }
  .flex-order-gt-sm--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
            order: -8; }
  .flex-order-gt-sm--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
            order: -7; }
  .flex-order-gt-sm--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
            order: -6; }
  .flex-order-gt-sm--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
            order: -5; }
  .flex-order-gt-sm--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
            order: -4; }
  .flex-order-gt-sm--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
            order: -3; }
  .flex-order-gt-sm--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
            order: -2; }
  .flex-order-gt-sm--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .flex-order-gt-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .flex-order-gt-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .flex-order-gt-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .flex-order-gt-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .flex-order-gt-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .flex-order-gt-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .flex-order-gt-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .flex-order-gt-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .flex-order-gt-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .flex-order-gt-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .flex-order-gt-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .flex-order-gt-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .flex-order-gt-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .flex-order-gt-sm-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .flex-order-gt-sm-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
            order: 14; }
  .flex-order-gt-sm-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
            order: 15; }
  .flex-order-gt-sm-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
            order: 16; }
  .flex-order-gt-sm-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
            order: 17; }
  .flex-order-gt-sm-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
            order: 18; }
  .flex-order-gt-sm-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
            order: 19; }
  .flex-order-gt-sm-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
            order: 20; }
  .offset-gt-sm-0, .flex-offset-gt-sm-0 {
    margin-left: 0; }
    [dir=rtl] .offset-gt-sm-0, [dir=rtl] .flex-offset-gt-sm-0 {
      margin-left: auto;
      margin-right: 0; }
  .offset-gt-sm-5, .flex-offset-gt-sm-5 {
    margin-left: 5%; }
    [dir=rtl] .offset-gt-sm-5, [dir=rtl] .flex-offset-gt-sm-5 {
      margin-left: auto;
      margin-right: 5%; }
  .offset-gt-sm-10, .flex-offset-gt-sm-10 {
    margin-left: 10%; }
    [dir=rtl] .offset-gt-sm-10, [dir=rtl] .flex-offset-gt-sm-10 {
      margin-left: auto;
      margin-right: 10%; }
  .offset-gt-sm-15, .flex-offset-gt-sm-15 {
    margin-left: 15%; }
    [dir=rtl] .offset-gt-sm-15, [dir=rtl] .flex-offset-gt-sm-15 {
      margin-left: auto;
      margin-right: 15%; }
  .offset-gt-sm-20, .flex-offset-gt-sm-20 {
    margin-left: 20%; }
    [dir=rtl] .offset-gt-sm-20, [dir=rtl] .flex-offset-gt-sm-20 {
      margin-left: auto;
      margin-right: 20%; }
  .offset-gt-sm-25, .flex-offset-gt-sm-25 {
    margin-left: 25%; }
    [dir=rtl] .offset-gt-sm-25, [dir=rtl] .flex-offset-gt-sm-25 {
      margin-left: auto;
      margin-right: 25%; }
  .offset-gt-sm-30, .flex-offset-gt-sm-30 {
    margin-left: 30%; }
    [dir=rtl] .offset-gt-sm-30, [dir=rtl] .flex-offset-gt-sm-30 {
      margin-left: auto;
      margin-right: 30%; }
  .offset-gt-sm-35, .flex-offset-gt-sm-35 {
    margin-left: 35%; }
    [dir=rtl] .offset-gt-sm-35, [dir=rtl] .flex-offset-gt-sm-35 {
      margin-left: auto;
      margin-right: 35%; }
  .offset-gt-sm-40, .flex-offset-gt-sm-40 {
    margin-left: 40%; }
    [dir=rtl] .offset-gt-sm-40, [dir=rtl] .flex-offset-gt-sm-40 {
      margin-left: auto;
      margin-right: 40%; }
  .offset-gt-sm-45, .flex-offset-gt-sm-45 {
    margin-left: 45%; }
    [dir=rtl] .offset-gt-sm-45, [dir=rtl] .flex-offset-gt-sm-45 {
      margin-left: auto;
      margin-right: 45%; }
  .offset-gt-sm-50, .flex-offset-gt-sm-50 {
    margin-left: 50%; }
    [dir=rtl] .offset-gt-sm-50, [dir=rtl] .flex-offset-gt-sm-50 {
      margin-left: auto;
      margin-right: 50%; }
  .offset-gt-sm-55, .flex-offset-gt-sm-55 {
    margin-left: 55%; }
    [dir=rtl] .offset-gt-sm-55, [dir=rtl] .flex-offset-gt-sm-55 {
      margin-left: auto;
      margin-right: 55%; }
  .offset-gt-sm-60, .flex-offset-gt-sm-60 {
    margin-left: 60%; }
    [dir=rtl] .offset-gt-sm-60, [dir=rtl] .flex-offset-gt-sm-60 {
      margin-left: auto;
      margin-right: 60%; }
  .offset-gt-sm-65, .flex-offset-gt-sm-65 {
    margin-left: 65%; }
    [dir=rtl] .offset-gt-sm-65, [dir=rtl] .flex-offset-gt-sm-65 {
      margin-left: auto;
      margin-right: 65%; }
  .offset-gt-sm-70, .flex-offset-gt-sm-70 {
    margin-left: 70%; }
    [dir=rtl] .offset-gt-sm-70, [dir=rtl] .flex-offset-gt-sm-70 {
      margin-left: auto;
      margin-right: 70%; }
  .offset-gt-sm-75, .flex-offset-gt-sm-75 {
    margin-left: 75%; }
    [dir=rtl] .offset-gt-sm-75, [dir=rtl] .flex-offset-gt-sm-75 {
      margin-left: auto;
      margin-right: 75%; }
  .offset-gt-sm-80, .flex-offset-gt-sm-80 {
    margin-left: 80%; }
    [dir=rtl] .offset-gt-sm-80, [dir=rtl] .flex-offset-gt-sm-80 {
      margin-left: auto;
      margin-right: 80%; }
  .offset-gt-sm-85, .flex-offset-gt-sm-85 {
    margin-left: 85%; }
    [dir=rtl] .offset-gt-sm-85, [dir=rtl] .flex-offset-gt-sm-85 {
      margin-left: auto;
      margin-right: 85%; }
  .offset-gt-sm-90, .flex-offset-gt-sm-90 {
    margin-left: 90%; }
    [dir=rtl] .offset-gt-sm-90, [dir=rtl] .flex-offset-gt-sm-90 {
      margin-left: auto;
      margin-right: 90%; }
  .offset-gt-sm-95, .flex-offset-gt-sm-95 {
    margin-left: 95%; }
    [dir=rtl] .offset-gt-sm-95, [dir=rtl] .flex-offset-gt-sm-95 {
      margin-left: auto;
      margin-right: 95%; }
  .offset-gt-sm-33, .flex-offset-gt-sm-33 {
    margin-left: calc(100% / 3); }
  .offset-gt-sm-66, .flex-offset-gt-sm-66 {
    margin-left: calc(200% / 3); }
    [dir=rtl] .offset-gt-sm-66, [dir=rtl] .flex-offset-gt-sm-66 {
      margin-left: auto;
      margin-right: calc(200% / 3); }
  .layout-align-gt-sm,
  .layout-align-gt-sm-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch; }
  .layout-align-gt-sm-start,
  .layout-align-gt-sm-start-start,
  .layout-align-gt-sm-start-center,
  .layout-align-gt-sm-start-end,
  .layout-align-gt-sm-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .layout-align-gt-sm-center,
  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-center-end,
  .layout-align-gt-sm-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .layout-align-gt-sm-end,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-end-end,
  .layout-align-gt-sm-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  .layout-align-gt-sm-space-around,
  .layout-align-gt-sm-space-around-center,
  .layout-align-gt-sm-space-around-start,
  .layout-align-gt-sm-space-around-end,
  .layout-align-gt-sm-space-around-stretch {
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .layout-align-gt-sm-space-between,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-space-between-end,
  .layout-align-gt-sm-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .layout-align-gt-sm-start-start,
  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
            align-content: flex-start; }
  .layout-align-gt-sm-start-center,
  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center;
    max-width: 100%; }
  .layout-align-gt-sm-start-center > *,
  .layout-align-gt-sm-center-center > *,
  .layout-align-gt-sm-end-center > *,
  .layout-align-gt-sm-space-between-center > *,
  .layout-align-gt-sm-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-gt-sm-start-end,
  .layout-align-gt-sm-center-end,
  .layout-align-gt-sm-end-end,
  .layout-align-gt-sm-space-between-end,
  .layout-align-gt-sm-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
            align-content: flex-end; }
  .layout-align-gt-sm-start-stretch,
  .layout-align-gt-sm-center-stretch,
  .layout-align-gt-sm-end-stretch,
  .layout-align-gt-sm-space-between-stretch,
  .layout-align-gt-sm-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
            align-content: stretch; }
  .flex-gt-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    box-sizing: border-box; }
  .flex-gt-sm-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-gt-sm-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-sm-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-gt-sm-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-gt-sm-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-gt-sm-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-gt-sm-column > .flex-gt-sm-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-gt-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-gt-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-gt-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-gt-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-gt-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-gt-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-gt-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-gt-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-gt-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-gt-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-gt-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-gt-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-gt-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-gt-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-gt-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-gt-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-gt-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-gt-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-gt-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex {
    min-width: 0; }
  .layout-gt-sm-column > .flex-gt-sm-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex {
    min-height: 0; }
  .layout-gt-sm, .layout-gt-sm-column, .layout-gt-sm-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-gt-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .layout-gt-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; } }

@media (min-width: 960px) and (max-width: 1279px) {
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) {
    display: none; }
  .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none; }
  .flex-order-md--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
            order: -20; }
  .flex-order-md--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
            order: -19; }
  .flex-order-md--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
            order: -18; }
  .flex-order-md--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
            order: -17; }
  .flex-order-md--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
            order: -16; }
  .flex-order-md--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
            order: -15; }
  .flex-order-md--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
            order: -14; }
  .flex-order-md--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
            order: -13; }
  .flex-order-md--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
            order: -12; }
  .flex-order-md--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
            order: -11; }
  .flex-order-md--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
            order: -10; }
  .flex-order-md--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
            order: -9; }
  .flex-order-md--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
            order: -8; }
  .flex-order-md--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
            order: -7; }
  .flex-order-md--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
            order: -6; }
  .flex-order-md--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
            order: -5; }
  .flex-order-md--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
            order: -4; }
  .flex-order-md--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
            order: -3; }
  .flex-order-md--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
            order: -2; }
  .flex-order-md--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .flex-order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .flex-order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .flex-order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .flex-order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .flex-order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .flex-order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .flex-order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .flex-order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .flex-order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .flex-order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .flex-order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .flex-order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .flex-order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .flex-order-md-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .flex-order-md-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
            order: 14; }
  .flex-order-md-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
            order: 15; }
  .flex-order-md-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
            order: 16; }
  .flex-order-md-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
            order: 17; }
  .flex-order-md-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
            order: 18; }
  .flex-order-md-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
            order: 19; }
  .flex-order-md-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
            order: 20; }
  .offset-md-0, .flex-offset-md-0 {
    margin-left: 0; }
    [dir=rtl] .offset-md-0, [dir=rtl] .flex-offset-md-0 {
      margin-left: auto;
      margin-right: 0; }
  .offset-md-5, .flex-offset-md-5 {
    margin-left: 5%; }
    [dir=rtl] .offset-md-5, [dir=rtl] .flex-offset-md-5 {
      margin-left: auto;
      margin-right: 5%; }
  .offset-md-10, .flex-offset-md-10 {
    margin-left: 10%; }
    [dir=rtl] .offset-md-10, [dir=rtl] .flex-offset-md-10 {
      margin-left: auto;
      margin-right: 10%; }
  .offset-md-15, .flex-offset-md-15 {
    margin-left: 15%; }
    [dir=rtl] .offset-md-15, [dir=rtl] .flex-offset-md-15 {
      margin-left: auto;
      margin-right: 15%; }
  .offset-md-20, .flex-offset-md-20 {
    margin-left: 20%; }
    [dir=rtl] .offset-md-20, [dir=rtl] .flex-offset-md-20 {
      margin-left: auto;
      margin-right: 20%; }
  .offset-md-25, .flex-offset-md-25 {
    margin-left: 25%; }
    [dir=rtl] .offset-md-25, [dir=rtl] .flex-offset-md-25 {
      margin-left: auto;
      margin-right: 25%; }
  .offset-md-30, .flex-offset-md-30 {
    margin-left: 30%; }
    [dir=rtl] .offset-md-30, [dir=rtl] .flex-offset-md-30 {
      margin-left: auto;
      margin-right: 30%; }
  .offset-md-35, .flex-offset-md-35 {
    margin-left: 35%; }
    [dir=rtl] .offset-md-35, [dir=rtl] .flex-offset-md-35 {
      margin-left: auto;
      margin-right: 35%; }
  .offset-md-40, .flex-offset-md-40 {
    margin-left: 40%; }
    [dir=rtl] .offset-md-40, [dir=rtl] .flex-offset-md-40 {
      margin-left: auto;
      margin-right: 40%; }
  .offset-md-45, .flex-offset-md-45 {
    margin-left: 45%; }
    [dir=rtl] .offset-md-45, [dir=rtl] .flex-offset-md-45 {
      margin-left: auto;
      margin-right: 45%; }
  .offset-md-50, .flex-offset-md-50 {
    margin-left: 50%; }
    [dir=rtl] .offset-md-50, [dir=rtl] .flex-offset-md-50 {
      margin-left: auto;
      margin-right: 50%; }
  .offset-md-55, .flex-offset-md-55 {
    margin-left: 55%; }
    [dir=rtl] .offset-md-55, [dir=rtl] .flex-offset-md-55 {
      margin-left: auto;
      margin-right: 55%; }
  .offset-md-60, .flex-offset-md-60 {
    margin-left: 60%; }
    [dir=rtl] .offset-md-60, [dir=rtl] .flex-offset-md-60 {
      margin-left: auto;
      margin-right: 60%; }
  .offset-md-65, .flex-offset-md-65 {
    margin-left: 65%; }
    [dir=rtl] .offset-md-65, [dir=rtl] .flex-offset-md-65 {
      margin-left: auto;
      margin-right: 65%; }
  .offset-md-70, .flex-offset-md-70 {
    margin-left: 70%; }
    [dir=rtl] .offset-md-70, [dir=rtl] .flex-offset-md-70 {
      margin-left: auto;
      margin-right: 70%; }
  .offset-md-75, .flex-offset-md-75 {
    margin-left: 75%; }
    [dir=rtl] .offset-md-75, [dir=rtl] .flex-offset-md-75 {
      margin-left: auto;
      margin-right: 75%; }
  .offset-md-80, .flex-offset-md-80 {
    margin-left: 80%; }
    [dir=rtl] .offset-md-80, [dir=rtl] .flex-offset-md-80 {
      margin-left: auto;
      margin-right: 80%; }
  .offset-md-85, .flex-offset-md-85 {
    margin-left: 85%; }
    [dir=rtl] .offset-md-85, [dir=rtl] .flex-offset-md-85 {
      margin-left: auto;
      margin-right: 85%; }
  .offset-md-90, .flex-offset-md-90 {
    margin-left: 90%; }
    [dir=rtl] .offset-md-90, [dir=rtl] .flex-offset-md-90 {
      margin-left: auto;
      margin-right: 90%; }
  .offset-md-95, .flex-offset-md-95 {
    margin-left: 95%; }
    [dir=rtl] .offset-md-95, [dir=rtl] .flex-offset-md-95 {
      margin-left: auto;
      margin-right: 95%; }
  .offset-md-33, .flex-offset-md-33 {
    margin-left: calc(100% / 3); }
  .offset-md-66, .flex-offset-md-66 {
    margin-left: calc(200% / 3); }
    [dir=rtl] .offset-md-66, [dir=rtl] .flex-offset-md-66 {
      margin-left: auto;
      margin-right: calc(200% / 3); }
  .layout-align-md,
  .layout-align-md-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch; }
  .layout-align-md-start,
  .layout-align-md-start-start,
  .layout-align-md-start-center,
  .layout-align-md-start-end,
  .layout-align-md-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .layout-align-md-center,
  .layout-align-md-center-start,
  .layout-align-md-center-center,
  .layout-align-md-center-end,
  .layout-align-md-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .layout-align-md-end,
  .layout-align-md-end-start,
  .layout-align-md-end-center,
  .layout-align-md-end-end,
  .layout-align-md-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  .layout-align-md-space-around,
  .layout-align-md-space-around-center,
  .layout-align-md-space-around-start,
  .layout-align-md-space-around-end,
  .layout-align-md-space-around-stretch {
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .layout-align-md-space-between,
  .layout-align-md-space-between-center,
  .layout-align-md-space-between-start,
  .layout-align-md-space-between-end,
  .layout-align-md-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .layout-align-md-start-start,
  .layout-align-md-center-start,
  .layout-align-md-end-start,
  .layout-align-md-space-between-start,
  .layout-align-md-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
            align-content: flex-start; }
  .layout-align-md-start-center,
  .layout-align-md-center-center,
  .layout-align-md-end-center,
  .layout-align-md-space-between-center,
  .layout-align-md-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center;
    max-width: 100%; }
  .layout-align-md-start-center > *,
  .layout-align-md-center-center > *,
  .layout-align-md-end-center > *,
  .layout-align-md-space-between-center > *,
  .layout-align-md-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-md-start-end,
  .layout-align-md-center-end,
  .layout-align-md-end-end,
  .layout-align-md-space-between-end,
  .layout-align-md-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
            align-content: flex-end; }
  .layout-align-md-start-stretch,
  .layout-align-md-center-stretch,
  .layout-align-md-end-stretch,
  .layout-align-md-space-between-stretch,
  .layout-align-md-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
            align-content: stretch; }
  .flex-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    box-sizing: border-box; }
  .flex-md-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-md-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-md-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-md-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-md-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-md-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-md-column > .flex-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-md-row > .flex {
    min-width: 0; }
  .layout-md-column > .flex-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-md-column > .flex {
    min-height: 0; }
  .layout-md, .layout-md-column, .layout-md-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .layout-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; } }

@media (min-width: 1280px) {
  .flex-order-gt-md--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
            order: -20; }
  .flex-order-gt-md--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
            order: -19; }
  .flex-order-gt-md--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
            order: -18; }
  .flex-order-gt-md--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
            order: -17; }
  .flex-order-gt-md--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
            order: -16; }
  .flex-order-gt-md--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
            order: -15; }
  .flex-order-gt-md--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
            order: -14; }
  .flex-order-gt-md--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
            order: -13; }
  .flex-order-gt-md--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
            order: -12; }
  .flex-order-gt-md--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
            order: -11; }
  .flex-order-gt-md--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
            order: -10; }
  .flex-order-gt-md--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
            order: -9; }
  .flex-order-gt-md--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
            order: -8; }
  .flex-order-gt-md--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
            order: -7; }
  .flex-order-gt-md--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
            order: -6; }
  .flex-order-gt-md--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
            order: -5; }
  .flex-order-gt-md--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
            order: -4; }
  .flex-order-gt-md--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
            order: -3; }
  .flex-order-gt-md--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
            order: -2; }
  .flex-order-gt-md--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .flex-order-gt-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .flex-order-gt-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .flex-order-gt-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .flex-order-gt-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .flex-order-gt-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .flex-order-gt-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .flex-order-gt-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .flex-order-gt-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .flex-order-gt-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .flex-order-gt-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .flex-order-gt-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .flex-order-gt-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .flex-order-gt-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .flex-order-gt-md-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .flex-order-gt-md-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
            order: 14; }
  .flex-order-gt-md-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
            order: 15; }
  .flex-order-gt-md-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
            order: 16; }
  .flex-order-gt-md-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
            order: 17; }
  .flex-order-gt-md-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
            order: 18; }
  .flex-order-gt-md-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
            order: 19; }
  .flex-order-gt-md-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
            order: 20; }
  .offset-gt-md-0, .flex-offset-gt-md-0 {
    margin-left: 0; }
    [dir=rtl] .offset-gt-md-0, [dir=rtl] .flex-offset-gt-md-0 {
      margin-left: auto;
      margin-right: 0; }
  .offset-gt-md-5, .flex-offset-gt-md-5 {
    margin-left: 5%; }
    [dir=rtl] .offset-gt-md-5, [dir=rtl] .flex-offset-gt-md-5 {
      margin-left: auto;
      margin-right: 5%; }
  .offset-gt-md-10, .flex-offset-gt-md-10 {
    margin-left: 10%; }
    [dir=rtl] .offset-gt-md-10, [dir=rtl] .flex-offset-gt-md-10 {
      margin-left: auto;
      margin-right: 10%; }
  .offset-gt-md-15, .flex-offset-gt-md-15 {
    margin-left: 15%; }
    [dir=rtl] .offset-gt-md-15, [dir=rtl] .flex-offset-gt-md-15 {
      margin-left: auto;
      margin-right: 15%; }
  .offset-gt-md-20, .flex-offset-gt-md-20 {
    margin-left: 20%; }
    [dir=rtl] .offset-gt-md-20, [dir=rtl] .flex-offset-gt-md-20 {
      margin-left: auto;
      margin-right: 20%; }
  .offset-gt-md-25, .flex-offset-gt-md-25 {
    margin-left: 25%; }
    [dir=rtl] .offset-gt-md-25, [dir=rtl] .flex-offset-gt-md-25 {
      margin-left: auto;
      margin-right: 25%; }
  .offset-gt-md-30, .flex-offset-gt-md-30 {
    margin-left: 30%; }
    [dir=rtl] .offset-gt-md-30, [dir=rtl] .flex-offset-gt-md-30 {
      margin-left: auto;
      margin-right: 30%; }
  .offset-gt-md-35, .flex-offset-gt-md-35 {
    margin-left: 35%; }
    [dir=rtl] .offset-gt-md-35, [dir=rtl] .flex-offset-gt-md-35 {
      margin-left: auto;
      margin-right: 35%; }
  .offset-gt-md-40, .flex-offset-gt-md-40 {
    margin-left: 40%; }
    [dir=rtl] .offset-gt-md-40, [dir=rtl] .flex-offset-gt-md-40 {
      margin-left: auto;
      margin-right: 40%; }
  .offset-gt-md-45, .flex-offset-gt-md-45 {
    margin-left: 45%; }
    [dir=rtl] .offset-gt-md-45, [dir=rtl] .flex-offset-gt-md-45 {
      margin-left: auto;
      margin-right: 45%; }
  .offset-gt-md-50, .flex-offset-gt-md-50 {
    margin-left: 50%; }
    [dir=rtl] .offset-gt-md-50, [dir=rtl] .flex-offset-gt-md-50 {
      margin-left: auto;
      margin-right: 50%; }
  .offset-gt-md-55, .flex-offset-gt-md-55 {
    margin-left: 55%; }
    [dir=rtl] .offset-gt-md-55, [dir=rtl] .flex-offset-gt-md-55 {
      margin-left: auto;
      margin-right: 55%; }
  .offset-gt-md-60, .flex-offset-gt-md-60 {
    margin-left: 60%; }
    [dir=rtl] .offset-gt-md-60, [dir=rtl] .flex-offset-gt-md-60 {
      margin-left: auto;
      margin-right: 60%; }
  .offset-gt-md-65, .flex-offset-gt-md-65 {
    margin-left: 65%; }
    [dir=rtl] .offset-gt-md-65, [dir=rtl] .flex-offset-gt-md-65 {
      margin-left: auto;
      margin-right: 65%; }
  .offset-gt-md-70, .flex-offset-gt-md-70 {
    margin-left: 70%; }
    [dir=rtl] .offset-gt-md-70, [dir=rtl] .flex-offset-gt-md-70 {
      margin-left: auto;
      margin-right: 70%; }
  .offset-gt-md-75, .flex-offset-gt-md-75 {
    margin-left: 75%; }
    [dir=rtl] .offset-gt-md-75, [dir=rtl] .flex-offset-gt-md-75 {
      margin-left: auto;
      margin-right: 75%; }
  .offset-gt-md-80, .flex-offset-gt-md-80 {
    margin-left: 80%; }
    [dir=rtl] .offset-gt-md-80, [dir=rtl] .flex-offset-gt-md-80 {
      margin-left: auto;
      margin-right: 80%; }
  .offset-gt-md-85, .flex-offset-gt-md-85 {
    margin-left: 85%; }
    [dir=rtl] .offset-gt-md-85, [dir=rtl] .flex-offset-gt-md-85 {
      margin-left: auto;
      margin-right: 85%; }
  .offset-gt-md-90, .flex-offset-gt-md-90 {
    margin-left: 90%; }
    [dir=rtl] .offset-gt-md-90, [dir=rtl] .flex-offset-gt-md-90 {
      margin-left: auto;
      margin-right: 90%; }
  .offset-gt-md-95, .flex-offset-gt-md-95 {
    margin-left: 95%; }
    [dir=rtl] .offset-gt-md-95, [dir=rtl] .flex-offset-gt-md-95 {
      margin-left: auto;
      margin-right: 95%; }
  .offset-gt-md-33, .flex-offset-gt-md-33 {
    margin-left: calc(100% / 3); }
  .offset-gt-md-66, .flex-offset-gt-md-66 {
    margin-left: calc(200% / 3); }
    [dir=rtl] .offset-gt-md-66, [dir=rtl] .flex-offset-gt-md-66 {
      margin-left: auto;
      margin-right: calc(200% / 3); }
  .layout-align-gt-md,
  .layout-align-gt-md-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch; }
  .layout-align-gt-md-start,
  .layout-align-gt-md-start-start,
  .layout-align-gt-md-start-center,
  .layout-align-gt-md-start-end,
  .layout-align-gt-md-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .layout-align-gt-md-center,
  .layout-align-gt-md-center-start,
  .layout-align-gt-md-center-center,
  .layout-align-gt-md-center-end,
  .layout-align-gt-md-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .layout-align-gt-md-end,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-end-end,
  .layout-align-gt-md-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  .layout-align-gt-md-space-around,
  .layout-align-gt-md-space-around-center,
  .layout-align-gt-md-space-around-start,
  .layout-align-gt-md-space-around-end,
  .layout-align-gt-md-space-around-stretch {
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .layout-align-gt-md-space-between,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-space-between-end,
  .layout-align-gt-md-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .layout-align-gt-md-start-start,
  .layout-align-gt-md-center-start,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
            align-content: flex-start; }
  .layout-align-gt-md-start-center,
  .layout-align-gt-md-center-center,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center;
    max-width: 100%; }
  .layout-align-gt-md-start-center > *,
  .layout-align-gt-md-center-center > *,
  .layout-align-gt-md-end-center > *,
  .layout-align-gt-md-space-between-center > *,
  .layout-align-gt-md-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-gt-md-start-end,
  .layout-align-gt-md-center-end,
  .layout-align-gt-md-end-end,
  .layout-align-gt-md-space-between-end,
  .layout-align-gt-md-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
            align-content: flex-end; }
  .layout-align-gt-md-start-stretch,
  .layout-align-gt-md-center-stretch,
  .layout-align-gt-md-end-stretch,
  .layout-align-gt-md-space-between-stretch,
  .layout-align-gt-md-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
            align-content: stretch; }
  .flex-gt-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    box-sizing: border-box; }
  .flex-gt-md-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-gt-md-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-md-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-gt-md-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-gt-md-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-gt-md-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-gt-md-column > .flex-gt-md-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-gt-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-gt-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-gt-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-gt-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-gt-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-gt-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-gt-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-gt-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-gt-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-gt-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-gt-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-gt-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-gt-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-gt-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-gt-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-gt-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-gt-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-gt-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-gt-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex {
    min-width: 0; }
  .layout-gt-md-column > .flex-gt-md-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex {
    min-height: 0; }
  .layout-gt-md, .layout-gt-md-column, .layout-gt-md-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-gt-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .layout-gt-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; } }

@media (min-width: 1280px) and (max-width: 1919px) {
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none; }
  .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none; }
  .flex-order-lg--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
            order: -20; }
  .flex-order-lg--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
            order: -19; }
  .flex-order-lg--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
            order: -18; }
  .flex-order-lg--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
            order: -17; }
  .flex-order-lg--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
            order: -16; }
  .flex-order-lg--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
            order: -15; }
  .flex-order-lg--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
            order: -14; }
  .flex-order-lg--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
            order: -13; }
  .flex-order-lg--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
            order: -12; }
  .flex-order-lg--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
            order: -11; }
  .flex-order-lg--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
            order: -10; }
  .flex-order-lg--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
            order: -9; }
  .flex-order-lg--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
            order: -8; }
  .flex-order-lg--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
            order: -7; }
  .flex-order-lg--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
            order: -6; }
  .flex-order-lg--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
            order: -5; }
  .flex-order-lg--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
            order: -4; }
  .flex-order-lg--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
            order: -3; }
  .flex-order-lg--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
            order: -2; }
  .flex-order-lg--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .flex-order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .flex-order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .flex-order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .flex-order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .flex-order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .flex-order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .flex-order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .flex-order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .flex-order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .flex-order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .flex-order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .flex-order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .flex-order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .flex-order-lg-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .flex-order-lg-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
            order: 14; }
  .flex-order-lg-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
            order: 15; }
  .flex-order-lg-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
            order: 16; }
  .flex-order-lg-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
            order: 17; }
  .flex-order-lg-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
            order: 18; }
  .flex-order-lg-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
            order: 19; }
  .flex-order-lg-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
            order: 20; }
  .offset-lg-0, .flex-offset-lg-0 {
    margin-left: 0; }
    [dir=rtl] .offset-lg-0, [dir=rtl] .flex-offset-lg-0 {
      margin-left: auto;
      margin-right: 0; }
  .offset-lg-5, .flex-offset-lg-5 {
    margin-left: 5%; }
    [dir=rtl] .offset-lg-5, [dir=rtl] .flex-offset-lg-5 {
      margin-left: auto;
      margin-right: 5%; }
  .offset-lg-10, .flex-offset-lg-10 {
    margin-left: 10%; }
    [dir=rtl] .offset-lg-10, [dir=rtl] .flex-offset-lg-10 {
      margin-left: auto;
      margin-right: 10%; }
  .offset-lg-15, .flex-offset-lg-15 {
    margin-left: 15%; }
    [dir=rtl] .offset-lg-15, [dir=rtl] .flex-offset-lg-15 {
      margin-left: auto;
      margin-right: 15%; }
  .offset-lg-20, .flex-offset-lg-20 {
    margin-left: 20%; }
    [dir=rtl] .offset-lg-20, [dir=rtl] .flex-offset-lg-20 {
      margin-left: auto;
      margin-right: 20%; }
  .offset-lg-25, .flex-offset-lg-25 {
    margin-left: 25%; }
    [dir=rtl] .offset-lg-25, [dir=rtl] .flex-offset-lg-25 {
      margin-left: auto;
      margin-right: 25%; }
  .offset-lg-30, .flex-offset-lg-30 {
    margin-left: 30%; }
    [dir=rtl] .offset-lg-30, [dir=rtl] .flex-offset-lg-30 {
      margin-left: auto;
      margin-right: 30%; }
  .offset-lg-35, .flex-offset-lg-35 {
    margin-left: 35%; }
    [dir=rtl] .offset-lg-35, [dir=rtl] .flex-offset-lg-35 {
      margin-left: auto;
      margin-right: 35%; }
  .offset-lg-40, .flex-offset-lg-40 {
    margin-left: 40%; }
    [dir=rtl] .offset-lg-40, [dir=rtl] .flex-offset-lg-40 {
      margin-left: auto;
      margin-right: 40%; }
  .offset-lg-45, .flex-offset-lg-45 {
    margin-left: 45%; }
    [dir=rtl] .offset-lg-45, [dir=rtl] .flex-offset-lg-45 {
      margin-left: auto;
      margin-right: 45%; }
  .offset-lg-50, .flex-offset-lg-50 {
    margin-left: 50%; }
    [dir=rtl] .offset-lg-50, [dir=rtl] .flex-offset-lg-50 {
      margin-left: auto;
      margin-right: 50%; }
  .offset-lg-55, .flex-offset-lg-55 {
    margin-left: 55%; }
    [dir=rtl] .offset-lg-55, [dir=rtl] .flex-offset-lg-55 {
      margin-left: auto;
      margin-right: 55%; }
  .offset-lg-60, .flex-offset-lg-60 {
    margin-left: 60%; }
    [dir=rtl] .offset-lg-60, [dir=rtl] .flex-offset-lg-60 {
      margin-left: auto;
      margin-right: 60%; }
  .offset-lg-65, .flex-offset-lg-65 {
    margin-left: 65%; }
    [dir=rtl] .offset-lg-65, [dir=rtl] .flex-offset-lg-65 {
      margin-left: auto;
      margin-right: 65%; }
  .offset-lg-70, .flex-offset-lg-70 {
    margin-left: 70%; }
    [dir=rtl] .offset-lg-70, [dir=rtl] .flex-offset-lg-70 {
      margin-left: auto;
      margin-right: 70%; }
  .offset-lg-75, .flex-offset-lg-75 {
    margin-left: 75%; }
    [dir=rtl] .offset-lg-75, [dir=rtl] .flex-offset-lg-75 {
      margin-left: auto;
      margin-right: 75%; }
  .offset-lg-80, .flex-offset-lg-80 {
    margin-left: 80%; }
    [dir=rtl] .offset-lg-80, [dir=rtl] .flex-offset-lg-80 {
      margin-left: auto;
      margin-right: 80%; }
  .offset-lg-85, .flex-offset-lg-85 {
    margin-left: 85%; }
    [dir=rtl] .offset-lg-85, [dir=rtl] .flex-offset-lg-85 {
      margin-left: auto;
      margin-right: 85%; }
  .offset-lg-90, .flex-offset-lg-90 {
    margin-left: 90%; }
    [dir=rtl] .offset-lg-90, [dir=rtl] .flex-offset-lg-90 {
      margin-left: auto;
      margin-right: 90%; }
  .offset-lg-95, .flex-offset-lg-95 {
    margin-left: 95%; }
    [dir=rtl] .offset-lg-95, [dir=rtl] .flex-offset-lg-95 {
      margin-left: auto;
      margin-right: 95%; }
  .offset-lg-33, .flex-offset-lg-33 {
    margin-left: calc(100% / 3); }
  .offset-lg-66, .flex-offset-lg-66 {
    margin-left: calc(200% / 3); }
    [dir=rtl] .offset-lg-66, [dir=rtl] .flex-offset-lg-66 {
      margin-left: auto;
      margin-right: calc(200% / 3); }
  .layout-align-lg,
  .layout-align-lg-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch; }
  .layout-align-lg-start,
  .layout-align-lg-start-start,
  .layout-align-lg-start-center,
  .layout-align-lg-start-end,
  .layout-align-lg-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .layout-align-lg-center,
  .layout-align-lg-center-start,
  .layout-align-lg-center-center,
  .layout-align-lg-center-end,
  .layout-align-lg-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .layout-align-lg-end,
  .layout-align-lg-end-start,
  .layout-align-lg-end-center,
  .layout-align-lg-end-end,
  .layout-align-lg-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  .layout-align-lg-space-around,
  .layout-align-lg-space-around-center,
  .layout-align-lg-space-around-start,
  .layout-align-lg-space-around-end,
  .layout-align-lg-space-around-stretch {
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .layout-align-lg-space-between,
  .layout-align-lg-space-between-center,
  .layout-align-lg-space-between-start,
  .layout-align-lg-space-between-end,
  .layout-align-lg-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .layout-align-lg-start-start,
  .layout-align-lg-center-start,
  .layout-align-lg-end-start,
  .layout-align-lg-space-between-start,
  .layout-align-lg-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
            align-content: flex-start; }
  .layout-align-lg-start-center,
  .layout-align-lg-center-center,
  .layout-align-lg-end-center,
  .layout-align-lg-space-between-center,
  .layout-align-lg-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center;
    max-width: 100%; }
  .layout-align-lg-start-center > *,
  .layout-align-lg-center-center > *,
  .layout-align-lg-end-center > *,
  .layout-align-lg-space-between-center > *,
  .layout-align-lg-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-lg-start-end,
  .layout-align-lg-center-end,
  .layout-align-lg-end-end,
  .layout-align-lg-space-between-end,
  .layout-align-lg-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
            align-content: flex-end; }
  .layout-align-lg-start-stretch,
  .layout-align-lg-center-stretch,
  .layout-align-lg-end-stretch,
  .layout-align-lg-space-between-stretch,
  .layout-align-lg-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
            align-content: stretch; }
  .flex-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    box-sizing: border-box; }
  .flex-lg-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-lg-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-lg-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-lg-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-lg-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-lg-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-lg-column > .flex-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-lg-row > .flex {
    min-width: 0; }
  .layout-lg-column > .flex-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-lg-column > .flex {
    min-height: 0; }
  .layout-lg, .layout-lg-column, .layout-lg-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .layout-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; } }

@media (min-width: 1920px) {
  .flex-order-gt-lg--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
            order: -20; }
  .flex-order-gt-lg--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
            order: -19; }
  .flex-order-gt-lg--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
            order: -18; }
  .flex-order-gt-lg--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
            order: -17; }
  .flex-order-gt-lg--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
            order: -16; }
  .flex-order-gt-lg--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
            order: -15; }
  .flex-order-gt-lg--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
            order: -14; }
  .flex-order-gt-lg--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
            order: -13; }
  .flex-order-gt-lg--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
            order: -12; }
  .flex-order-gt-lg--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
            order: -11; }
  .flex-order-gt-lg--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
            order: -10; }
  .flex-order-gt-lg--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
            order: -9; }
  .flex-order-gt-lg--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
            order: -8; }
  .flex-order-gt-lg--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
            order: -7; }
  .flex-order-gt-lg--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
            order: -6; }
  .flex-order-gt-lg--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
            order: -5; }
  .flex-order-gt-lg--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
            order: -4; }
  .flex-order-gt-lg--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
            order: -3; }
  .flex-order-gt-lg--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
            order: -2; }
  .flex-order-gt-lg--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .flex-order-gt-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .flex-order-gt-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .flex-order-gt-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .flex-order-gt-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .flex-order-gt-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .flex-order-gt-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .flex-order-gt-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .flex-order-gt-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .flex-order-gt-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .flex-order-gt-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .flex-order-gt-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .flex-order-gt-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .flex-order-gt-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .flex-order-gt-lg-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .flex-order-gt-lg-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
            order: 14; }
  .flex-order-gt-lg-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
            order: 15; }
  .flex-order-gt-lg-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
            order: 16; }
  .flex-order-gt-lg-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
            order: 17; }
  .flex-order-gt-lg-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
            order: 18; }
  .flex-order-gt-lg-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
            order: 19; }
  .flex-order-gt-lg-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
            order: 20; }
  .offset-gt-lg-0, .flex-offset-gt-lg-0 {
    margin-left: 0; }
    [dir=rtl] .offset-gt-lg-0, [dir=rtl] .flex-offset-gt-lg-0 {
      margin-left: auto;
      margin-right: 0; }
  .offset-gt-lg-5, .flex-offset-gt-lg-5 {
    margin-left: 5%; }
    [dir=rtl] .offset-gt-lg-5, [dir=rtl] .flex-offset-gt-lg-5 {
      margin-left: auto;
      margin-right: 5%; }
  .offset-gt-lg-10, .flex-offset-gt-lg-10 {
    margin-left: 10%; }
    [dir=rtl] .offset-gt-lg-10, [dir=rtl] .flex-offset-gt-lg-10 {
      margin-left: auto;
      margin-right: 10%; }
  .offset-gt-lg-15, .flex-offset-gt-lg-15 {
    margin-left: 15%; }
    [dir=rtl] .offset-gt-lg-15, [dir=rtl] .flex-offset-gt-lg-15 {
      margin-left: auto;
      margin-right: 15%; }
  .offset-gt-lg-20, .flex-offset-gt-lg-20 {
    margin-left: 20%; }
    [dir=rtl] .offset-gt-lg-20, [dir=rtl] .flex-offset-gt-lg-20 {
      margin-left: auto;
      margin-right: 20%; }
  .offset-gt-lg-25, .flex-offset-gt-lg-25 {
    margin-left: 25%; }
    [dir=rtl] .offset-gt-lg-25, [dir=rtl] .flex-offset-gt-lg-25 {
      margin-left: auto;
      margin-right: 25%; }
  .offset-gt-lg-30, .flex-offset-gt-lg-30 {
    margin-left: 30%; }
    [dir=rtl] .offset-gt-lg-30, [dir=rtl] .flex-offset-gt-lg-30 {
      margin-left: auto;
      margin-right: 30%; }
  .offset-gt-lg-35, .flex-offset-gt-lg-35 {
    margin-left: 35%; }
    [dir=rtl] .offset-gt-lg-35, [dir=rtl] .flex-offset-gt-lg-35 {
      margin-left: auto;
      margin-right: 35%; }
  .offset-gt-lg-40, .flex-offset-gt-lg-40 {
    margin-left: 40%; }
    [dir=rtl] .offset-gt-lg-40, [dir=rtl] .flex-offset-gt-lg-40 {
      margin-left: auto;
      margin-right: 40%; }
  .offset-gt-lg-45, .flex-offset-gt-lg-45 {
    margin-left: 45%; }
    [dir=rtl] .offset-gt-lg-45, [dir=rtl] .flex-offset-gt-lg-45 {
      margin-left: auto;
      margin-right: 45%; }
  .offset-gt-lg-50, .flex-offset-gt-lg-50 {
    margin-left: 50%; }
    [dir=rtl] .offset-gt-lg-50, [dir=rtl] .flex-offset-gt-lg-50 {
      margin-left: auto;
      margin-right: 50%; }
  .offset-gt-lg-55, .flex-offset-gt-lg-55 {
    margin-left: 55%; }
    [dir=rtl] .offset-gt-lg-55, [dir=rtl] .flex-offset-gt-lg-55 {
      margin-left: auto;
      margin-right: 55%; }
  .offset-gt-lg-60, .flex-offset-gt-lg-60 {
    margin-left: 60%; }
    [dir=rtl] .offset-gt-lg-60, [dir=rtl] .flex-offset-gt-lg-60 {
      margin-left: auto;
      margin-right: 60%; }
  .offset-gt-lg-65, .flex-offset-gt-lg-65 {
    margin-left: 65%; }
    [dir=rtl] .offset-gt-lg-65, [dir=rtl] .flex-offset-gt-lg-65 {
      margin-left: auto;
      margin-right: 65%; }
  .offset-gt-lg-70, .flex-offset-gt-lg-70 {
    margin-left: 70%; }
    [dir=rtl] .offset-gt-lg-70, [dir=rtl] .flex-offset-gt-lg-70 {
      margin-left: auto;
      margin-right: 70%; }
  .offset-gt-lg-75, .flex-offset-gt-lg-75 {
    margin-left: 75%; }
    [dir=rtl] .offset-gt-lg-75, [dir=rtl] .flex-offset-gt-lg-75 {
      margin-left: auto;
      margin-right: 75%; }
  .offset-gt-lg-80, .flex-offset-gt-lg-80 {
    margin-left: 80%; }
    [dir=rtl] .offset-gt-lg-80, [dir=rtl] .flex-offset-gt-lg-80 {
      margin-left: auto;
      margin-right: 80%; }
  .offset-gt-lg-85, .flex-offset-gt-lg-85 {
    margin-left: 85%; }
    [dir=rtl] .offset-gt-lg-85, [dir=rtl] .flex-offset-gt-lg-85 {
      margin-left: auto;
      margin-right: 85%; }
  .offset-gt-lg-90, .flex-offset-gt-lg-90 {
    margin-left: 90%; }
    [dir=rtl] .offset-gt-lg-90, [dir=rtl] .flex-offset-gt-lg-90 {
      margin-left: auto;
      margin-right: 90%; }
  .offset-gt-lg-95, .flex-offset-gt-lg-95 {
    margin-left: 95%; }
    [dir=rtl] .offset-gt-lg-95, [dir=rtl] .flex-offset-gt-lg-95 {
      margin-left: auto;
      margin-right: 95%; }
  .offset-gt-lg-33, .flex-offset-gt-lg-33 {
    margin-left: calc(100% / 3); }
  .offset-gt-lg-66, .flex-offset-gt-lg-66 {
    margin-left: calc(200% / 3); }
    [dir=rtl] .offset-gt-lg-66, [dir=rtl] .flex-offset-gt-lg-66 {
      margin-left: auto;
      margin-right: calc(200% / 3); }
  .layout-align-gt-lg,
  .layout-align-gt-lg-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch; }
  .layout-align-gt-lg-start,
  .layout-align-gt-lg-start-start,
  .layout-align-gt-lg-start-center,
  .layout-align-gt-lg-start-end,
  .layout-align-gt-lg-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .layout-align-gt-lg-center,
  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-center-end,
  .layout-align-gt-lg-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .layout-align-gt-lg-end,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-end-end,
  .layout-align-gt-lg-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  .layout-align-gt-lg-space-around,
  .layout-align-gt-lg-space-around-center,
  .layout-align-gt-lg-space-around-start,
  .layout-align-gt-lg-space-around-end,
  .layout-align-gt-lg-space-around-stretch {
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .layout-align-gt-lg-space-between,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-space-between-end,
  .layout-align-gt-lg-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .layout-align-gt-lg-start-start,
  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
            align-content: flex-start; }
  .layout-align-gt-lg-start-center,
  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center;
    max-width: 100%; }
  .layout-align-gt-lg-start-center > *,
  .layout-align-gt-lg-center-center > *,
  .layout-align-gt-lg-end-center > *,
  .layout-align-gt-lg-space-between-center > *,
  .layout-align-gt-lg-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-gt-lg-start-end,
  .layout-align-gt-lg-center-end,
  .layout-align-gt-lg-end-end,
  .layout-align-gt-lg-space-between-end,
  .layout-align-gt-lg-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
            align-content: flex-end; }
  .layout-align-gt-lg-start-stretch,
  .layout-align-gt-lg-center-stretch,
  .layout-align-gt-lg-end-stretch,
  .layout-align-gt-lg-space-between-stretch,
  .layout-align-gt-lg-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
            align-content: stretch; }
  .flex-gt-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    box-sizing: border-box; }
  .flex-gt-lg-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-gt-lg-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-lg-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-gt-lg-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-gt-lg-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-gt-lg-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-gt-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-gt-lg-column > .flex-gt-lg-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-gt-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-gt-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-gt-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-gt-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-gt-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-gt-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-gt-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-gt-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-gt-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-gt-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-gt-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-gt-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-gt-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-gt-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-gt-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-gt-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-gt-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-gt-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-gt-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex {
    min-width: 0; }
  .layout-gt-lg-column > .flex-gt-lg-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex {
    min-height: 0; }
  .layout-gt-lg, .layout-gt-lg-column, .layout-gt-lg-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-gt-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .layout-gt-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .flex-order-xl--20 {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
            order: -20; }
  .flex-order-xl--19 {
    -webkit-box-ordinal-group: -18;
    -webkit-order: -19;
            order: -19; }
  .flex-order-xl--18 {
    -webkit-box-ordinal-group: -17;
    -webkit-order: -18;
            order: -18; }
  .flex-order-xl--17 {
    -webkit-box-ordinal-group: -16;
    -webkit-order: -17;
            order: -17; }
  .flex-order-xl--16 {
    -webkit-box-ordinal-group: -15;
    -webkit-order: -16;
            order: -16; }
  .flex-order-xl--15 {
    -webkit-box-ordinal-group: -14;
    -webkit-order: -15;
            order: -15; }
  .flex-order-xl--14 {
    -webkit-box-ordinal-group: -13;
    -webkit-order: -14;
            order: -14; }
  .flex-order-xl--13 {
    -webkit-box-ordinal-group: -12;
    -webkit-order: -13;
            order: -13; }
  .flex-order-xl--12 {
    -webkit-box-ordinal-group: -11;
    -webkit-order: -12;
            order: -12; }
  .flex-order-xl--11 {
    -webkit-box-ordinal-group: -10;
    -webkit-order: -11;
            order: -11; }
  .flex-order-xl--10 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
            order: -10; }
  .flex-order-xl--9 {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
            order: -9; }
  .flex-order-xl--8 {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
            order: -8; }
  .flex-order-xl--7 {
    -webkit-box-ordinal-group: -6;
    -webkit-order: -7;
            order: -7; }
  .flex-order-xl--6 {
    -webkit-box-ordinal-group: -5;
    -webkit-order: -6;
            order: -6; }
  .flex-order-xl--5 {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
            order: -5; }
  .flex-order-xl--4 {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
            order: -4; }
  .flex-order-xl--3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
            order: -3; }
  .flex-order-xl--2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
            order: -2; }
  .flex-order-xl--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .flex-order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .flex-order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .flex-order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .flex-order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .flex-order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .flex-order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .flex-order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .flex-order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .flex-order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .flex-order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .flex-order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .flex-order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .flex-order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .flex-order-xl-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .flex-order-xl-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
            order: 14; }
  .flex-order-xl-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
            order: 15; }
  .flex-order-xl-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
            order: 16; }
  .flex-order-xl-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
            order: 17; }
  .flex-order-xl-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
            order: 18; }
  .flex-order-xl-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
            order: 19; }
  .flex-order-xl-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
            order: 20; }
  .offset-xl-0, .flex-offset-xl-0 {
    margin-left: 0; }
    [dir=rtl] .offset-xl-0, [dir=rtl] .flex-offset-xl-0 {
      margin-left: auto;
      margin-right: 0; }
  .offset-xl-5, .flex-offset-xl-5 {
    margin-left: 5%; }
    [dir=rtl] .offset-xl-5, [dir=rtl] .flex-offset-xl-5 {
      margin-left: auto;
      margin-right: 5%; }
  .offset-xl-10, .flex-offset-xl-10 {
    margin-left: 10%; }
    [dir=rtl] .offset-xl-10, [dir=rtl] .flex-offset-xl-10 {
      margin-left: auto;
      margin-right: 10%; }
  .offset-xl-15, .flex-offset-xl-15 {
    margin-left: 15%; }
    [dir=rtl] .offset-xl-15, [dir=rtl] .flex-offset-xl-15 {
      margin-left: auto;
      margin-right: 15%; }
  .offset-xl-20, .flex-offset-xl-20 {
    margin-left: 20%; }
    [dir=rtl] .offset-xl-20, [dir=rtl] .flex-offset-xl-20 {
      margin-left: auto;
      margin-right: 20%; }
  .offset-xl-25, .flex-offset-xl-25 {
    margin-left: 25%; }
    [dir=rtl] .offset-xl-25, [dir=rtl] .flex-offset-xl-25 {
      margin-left: auto;
      margin-right: 25%; }
  .offset-xl-30, .flex-offset-xl-30 {
    margin-left: 30%; }
    [dir=rtl] .offset-xl-30, [dir=rtl] .flex-offset-xl-30 {
      margin-left: auto;
      margin-right: 30%; }
  .offset-xl-35, .flex-offset-xl-35 {
    margin-left: 35%; }
    [dir=rtl] .offset-xl-35, [dir=rtl] .flex-offset-xl-35 {
      margin-left: auto;
      margin-right: 35%; }
  .offset-xl-40, .flex-offset-xl-40 {
    margin-left: 40%; }
    [dir=rtl] .offset-xl-40, [dir=rtl] .flex-offset-xl-40 {
      margin-left: auto;
      margin-right: 40%; }
  .offset-xl-45, .flex-offset-xl-45 {
    margin-left: 45%; }
    [dir=rtl] .offset-xl-45, [dir=rtl] .flex-offset-xl-45 {
      margin-left: auto;
      margin-right: 45%; }
  .offset-xl-50, .flex-offset-xl-50 {
    margin-left: 50%; }
    [dir=rtl] .offset-xl-50, [dir=rtl] .flex-offset-xl-50 {
      margin-left: auto;
      margin-right: 50%; }
  .offset-xl-55, .flex-offset-xl-55 {
    margin-left: 55%; }
    [dir=rtl] .offset-xl-55, [dir=rtl] .flex-offset-xl-55 {
      margin-left: auto;
      margin-right: 55%; }
  .offset-xl-60, .flex-offset-xl-60 {
    margin-left: 60%; }
    [dir=rtl] .offset-xl-60, [dir=rtl] .flex-offset-xl-60 {
      margin-left: auto;
      margin-right: 60%; }
  .offset-xl-65, .flex-offset-xl-65 {
    margin-left: 65%; }
    [dir=rtl] .offset-xl-65, [dir=rtl] .flex-offset-xl-65 {
      margin-left: auto;
      margin-right: 65%; }
  .offset-xl-70, .flex-offset-xl-70 {
    margin-left: 70%; }
    [dir=rtl] .offset-xl-70, [dir=rtl] .flex-offset-xl-70 {
      margin-left: auto;
      margin-right: 70%; }
  .offset-xl-75, .flex-offset-xl-75 {
    margin-left: 75%; }
    [dir=rtl] .offset-xl-75, [dir=rtl] .flex-offset-xl-75 {
      margin-left: auto;
      margin-right: 75%; }
  .offset-xl-80, .flex-offset-xl-80 {
    margin-left: 80%; }
    [dir=rtl] .offset-xl-80, [dir=rtl] .flex-offset-xl-80 {
      margin-left: auto;
      margin-right: 80%; }
  .offset-xl-85, .flex-offset-xl-85 {
    margin-left: 85%; }
    [dir=rtl] .offset-xl-85, [dir=rtl] .flex-offset-xl-85 {
      margin-left: auto;
      margin-right: 85%; }
  .offset-xl-90, .flex-offset-xl-90 {
    margin-left: 90%; }
    [dir=rtl] .offset-xl-90, [dir=rtl] .flex-offset-xl-90 {
      margin-left: auto;
      margin-right: 90%; }
  .offset-xl-95, .flex-offset-xl-95 {
    margin-left: 95%; }
    [dir=rtl] .offset-xl-95, [dir=rtl] .flex-offset-xl-95 {
      margin-left: auto;
      margin-right: 95%; }
  .offset-xl-33, .flex-offset-xl-33 {
    margin-left: calc(100% / 3); }
  .offset-xl-66, .flex-offset-xl-66 {
    margin-left: calc(200% / 3); }
    [dir=rtl] .offset-xl-66, [dir=rtl] .flex-offset-xl-66 {
      margin-left: auto;
      margin-right: calc(200% / 3); }
  .layout-align-xl,
  .layout-align-xl-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch; }
  .layout-align-xl-start,
  .layout-align-xl-start-start,
  .layout-align-xl-start-center,
  .layout-align-xl-start-end,
  .layout-align-xl-start-stretch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .layout-align-xl-center,
  .layout-align-xl-center-start,
  .layout-align-xl-center-center,
  .layout-align-xl-center-end,
  .layout-align-xl-center-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .layout-align-xl-end,
  .layout-align-xl-end-start,
  .layout-align-xl-end-center,
  .layout-align-xl-end-end,
  .layout-align-xl-end-stretch {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  .layout-align-xl-space-around,
  .layout-align-xl-space-around-center,
  .layout-align-xl-space-around-start,
  .layout-align-xl-space-around-end,
  .layout-align-xl-space-around-stretch {
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .layout-align-xl-space-between,
  .layout-align-xl-space-between-center,
  .layout-align-xl-space-between-start,
  .layout-align-xl-space-between-end,
  .layout-align-xl-space-between-stretch {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .layout-align-xl-start-start,
  .layout-align-xl-center-start,
  .layout-align-xl-end-start,
  .layout-align-xl-space-between-start,
  .layout-align-xl-space-around-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
            align-content: flex-start; }
  .layout-align-xl-start-center,
  .layout-align-xl-center-center,
  .layout-align-xl-end-center,
  .layout-align-xl-space-between-center,
  .layout-align-xl-space-around-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center;
    max-width: 100%; }
  .layout-align-xl-start-center > *,
  .layout-align-xl-center-center > *,
  .layout-align-xl-end-center > *,
  .layout-align-xl-space-between-center > *,
  .layout-align-xl-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box; }
  .layout-align-xl-start-end,
  .layout-align-xl-center-end,
  .layout-align-xl-end-end,
  .layout-align-xl-space-between-end,
  .layout-align-xl-space-around-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
            align-content: flex-end; }
  .layout-align-xl-start-stretch,
  .layout-align-xl-center-stretch,
  .layout-align-xl-end-stretch,
  .layout-align-xl-space-between-stretch,
  .layout-align-xl-space-around-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
            align-content: stretch; }
  .flex-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    box-sizing: border-box; }
  .flex-xl-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    box-sizing: border-box; }
  .flex-xl-initial {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-xl-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    box-sizing: border-box; }
  .flex-xl-none {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    box-sizing: border-box; }
  .flex-xl-noshrink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    box-sizing: border-box; }
  .flex-xl-nogrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box; }
  .flex-xl-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-xl-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .layout-xl-column > .flex-xl-0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0; }
  .flex-xl-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  .flex-xl-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  .flex-xl-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-15 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  .flex-xl-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-20 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  .flex-xl-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  .flex-xl-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-30 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  .flex-xl-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  .flex-xl-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-40 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  .flex-xl-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  .flex-xl-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  .flex-xl-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-55 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  .flex-xl-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-60 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  .flex-xl-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-65 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  .flex-xl-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-70 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  .flex-xl-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-75 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  .flex-xl-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-80 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  .flex-xl-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-85 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  .flex-xl-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  .flex-xl-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-95 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  .flex-xl-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-row > .flex-xl-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-column > .flex-xl-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box; }
  .layout-xl-row > .flex {
    min-width: 0; }
  .layout-xl-column > .flex-xl-33 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-66 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box; }
  .layout-xl-column > .flex {
    min-height: 0; }
  .layout-xl, .layout-xl-column, .layout-xl-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .layout-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .layout-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show) {
    display: none; }
  .hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none; } }

@media print {
  .hide-print:not(.show-print):not(.show) {
    display: none !important; } }

/**
 * This is the main application stylesheet. It should include or import all
 * stylesheets used throughout the application as this is the only stylesheet in
 * the Gulp configuration that is automatically processed.
 */
/**
 * First, we include the Twitter Bootstrap LESS files. Only the ones used in the
 * project should be imported as the rest are just wasting space.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/**
 * This is a generic stylesheet for print media type.
 */
@media print {
  /** @todo should find way for this to be page specific */
  @page {
    size: landscape;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
  abbr,
  acronym {
    border: 0;
  }
  .row {
    page-break-inside: avoid;
  }
  .div-table-cell {
    display: table-cell;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f5f5f5;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3B99FC;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3B99FC;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #ff6138;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff3905;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #ff6138;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #ff3905;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f5f5f5;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(223, 240, 216, 0.5);
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ffffff;
  background-color: #c1bdbe;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #a8a3a4;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #a8a3a4;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #a8a3a4;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #979092;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #c1bdbe;
  border-color: #ccc;
}
.btn-default .badge {
  color: #c1bdbe;
  background-color: #ffffff;
}
.btn-primary {
  color: #fff;
  background-color: #ff6138;
  border-color: #ff4d1f;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #ff3905;
  border-color: #9e2100;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ff3905;
  border-color: #e02e00;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ff3905;
  border-color: #e02e00;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #e02e00;
  border-color: #9e2100;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ff6138;
  border-color: #ff4d1f;
}
.btn-primary .badge {
  color: #ff6138;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #3B99FC;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #3B99FC;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn {
  padding: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  text-shadow: none;
  text-transform: uppercase;
  box-shadow: none;
  background-image: none;
  filter: none;
}
.btn-default-inverse {
  background-color: #363636;
  color: #ffffff;
}
.btn-default-inverse:hover,
.btn-default-inverse:focus {
  background-color: #292929;
}
.btn-secondary {
  background-color: #3a4250;
  color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #2f3641;
}
.btn-tertiary {
  background-color: #27b99b;
  color: #fff;
}
.btn-tertiary:hover,
.btn-tertiary:focus {
  background-color: #23a489;
}
.btn-styled {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #111;
  background-color: #EEE;
  border-color: #ccc;
}
.btn-styled:focus,
.btn-styled:active:focus,
.btn-styled.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-styled:hover,
.btn-styled:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn-styled:active,
.btn-styled.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-styled.disabled,
.btn-styled[disabled],
fieldset[disabled] .btn-styled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-styled:focus,
.btn-styled.focus {
  color: #111;
  background-color: #d5d5d5;
  border-color: #8c8c8c;
}
.btn-styled:hover {
  color: #111;
  background-color: #d5d5d5;
  border-color: #adadad;
}
.btn-styled:active,
.btn-styled.active,
.open > .dropdown-toggle.btn-styled {
  color: #111;
  background-color: #d5d5d5;
  border-color: #adadad;
}
.btn-styled:active:hover,
.btn-styled.active:hover,
.open > .dropdown-toggle.btn-styled:hover,
.btn-styled:active:focus,
.btn-styled.active:focus,
.open > .dropdown-toggle.btn-styled:focus,
.btn-styled:active.focus,
.btn-styled.active.focus,
.open > .dropdown-toggle.btn-styled.focus {
  color: #111;
  background-color: #c3c3c3;
  border-color: #8c8c8c;
}
.btn-styled:active,
.btn-styled.active,
.open > .dropdown-toggle.btn-styled {
  background-image: none;
}
.btn-styled.disabled,
.btn-styled[disabled],
fieldset[disabled] .btn-styled,
.btn-styled.disabled:hover,
.btn-styled[disabled]:hover,
fieldset[disabled] .btn-styled:hover,
.btn-styled.disabled:focus,
.btn-styled[disabled]:focus,
fieldset[disabled] .btn-styled:focus,
.btn-styled.disabled.focus,
.btn-styled[disabled].focus,
fieldset[disabled] .btn-styled.focus,
.btn-styled.disabled:active,
.btn-styled[disabled]:active,
fieldset[disabled] .btn-styled:active,
.btn-styled.disabled.active,
.btn-styled[disabled].active,
fieldset[disabled] .btn-styled.active {
  background-color: #EEE;
  border-color: #ccc;
}
.btn-styled .badge {
  color: #EEE;
  background-color: #111;
}
.erp-page-container .md-button.md-secondary-inverse,
.erp-page-signin .md-button.md-secondary-inverse,
.md-dialog-container .md-button.md-secondary-inverse,
.modal .md-button.md-secondary-inverse,
md-bottom-sheet .md-button.md-secondary-inverse {
  background-color: #363636;
  color: white;
}
.erp-page-container .md-button.md-secondary-inverse:hover:not([disabled]),
.erp-page-signin .md-button.md-secondary-inverse:hover:not([disabled]),
.md-dialog-container .md-button.md-secondary-inverse:hover:not([disabled]),
.modal .md-button.md-secondary-inverse:hover:not([disabled]),
md-bottom-sheet .md-button.md-secondary-inverse:hover:not([disabled]) {
  background-color: #030303;
}
.erp-page-container .md-button.md-secondary-inverse.md-focused:not([disabled]),
.erp-page-signin .md-button.md-secondary-inverse.md-focused:not([disabled]),
.md-dialog-container .md-button.md-secondary-inverse.md-focused:not([disabled]),
.modal .md-button.md-secondary-inverse.md-focused:not([disabled]),
md-bottom-sheet .md-button.md-secondary-inverse.md-focused:not([disabled]) {
  background-color: #363636;
}
.erp-page-container .md-button.md-secondary-inverse > md-icon,
.erp-page-signin .md-button.md-secondary-inverse > md-icon,
.md-dialog-container .md-button.md-secondary-inverse > md-icon,
.modal .md-button.md-secondary-inverse > md-icon,
md-bottom-sheet .md-button.md-secondary-inverse > md-icon {
  color: white !important;
}
.erp-page-container .md-button.md-secondary-inverse > md-icon svg,
.erp-page-signin .md-button.md-secondary-inverse > md-icon svg,
.md-dialog-container .md-button.md-secondary-inverse > md-icon svg,
.modal .md-button.md-secondary-inverse > md-icon svg,
md-bottom-sheet .md-button.md-secondary-inverse > md-icon svg {
  fill: white !important;
}
.erp-page-container .md-button.md-tertiary-inverse,
.erp-page-signin .md-button.md-tertiary-inverse,
.md-dialog-container .md-button.md-tertiary-inverse,
.modal .md-button.md-tertiary-inverse,
md-bottom-sheet .md-button.md-tertiary-inverse {
  background-color: #282e2a;
  color: white;
  border: 2px solid #282e2a;
}
.erp-page-container .md-button.md-tertiary-inverse:hover:not([disabled]),
.erp-page-signin .md-button.md-tertiary-inverse:hover:not([disabled]),
.md-dialog-container .md-button.md-tertiary-inverse:hover:not([disabled]),
.modal .md-button.md-tertiary-inverse:hover:not([disabled]),
md-bottom-sheet .md-button.md-tertiary-inverse:hover:not([disabled]) {
  background-color: #101311;
}
.erp-page-container .md-button.md-tertiary-inverse.md-focused:not([disabled]),
.erp-page-signin .md-button.md-tertiary-inverse.md-focused:not([disabled]),
.md-dialog-container .md-button.md-tertiary-inverse.md-focused:not([disabled]),
.modal .md-button.md-tertiary-inverse.md-focused:not([disabled]),
md-bottom-sheet .md-button.md-tertiary-inverse.md-focused:not([disabled]) {
  background-color: #282e2a;
}
.erp-page-container .md-button.md-tertiary-inverse > md-icon,
.erp-page-signin .md-button.md-tertiary-inverse > md-icon,
.md-dialog-container .md-button.md-tertiary-inverse > md-icon,
.modal .md-button.md-tertiary-inverse > md-icon,
md-bottom-sheet .md-button.md-tertiary-inverse > md-icon {
  color: white !important;
}
.erp-page-container .md-button.md-tertiary-inverse > md-icon svg,
.erp-page-signin .md-button.md-tertiary-inverse > md-icon svg,
.md-dialog-container .md-button.md-tertiary-inverse > md-icon svg,
.modal .md-button.md-tertiary-inverse > md-icon svg,
md-bottom-sheet .md-button.md-tertiary-inverse > md-icon svg {
  fill: white !important;
}
.erp-page-container .md-button md-icon,
.erp-page-signin .md-button md-icon,
.md-dialog-container .md-button md-icon,
.modal .md-button md-icon,
md-bottom-sheet .md-button md-icon {
  height: 20px;
  min-width: initial;
  min-height: initial;
  width: 20px;
}
.erp-page-container .md-button md-icon + span,
.erp-page-signin .md-button md-icon + span,
.md-dialog-container .md-button md-icon + span,
.modal .md-button md-icon + span,
md-bottom-sheet .md-button md-icon + span {
  margin-left: 10px;
}
.erp-page-container .modal-mute-button,
.erp-page-signin .modal-mute-button,
.md-dialog-container .modal-mute-button,
.modal .modal-mute-button,
md-bottom-sheet .modal-mute-button {
  float: left;
}
.erp-page-button {
  border-radius: 6px;
  border: 1px solid #b9b9b9;
  background-color: #f1f1f1;
}
.ol-button--block {
  display: block !important;
  min-width: 100%;
}
.ol-button--primary {
  align-items: center;
  border-radius: 24px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: flex;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  outline: 0;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
  vertical-align: middle;
  white-space: nowrap ;
  background-color: #F15F4B;
  border-color: #F15F4B;
  color: #fff;
}
.ol-button--primary:focus {
  outline: 0;
}
.ol-button--primary:disabled,
.ol-button--primary[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.ol-button--primary:hover,
.ol-button--primary:active {
  color: #fff;
  text-decoration: none;
}
.ol-button--primary:hover:not( [ disabled ] ),
.ol-button--primary:active:not( [ disabled ] ) {
  background-color: #FF6138;
  border-color: #FF6138;
}
.ol-button--primary .material-icons {
  color: inherit;
  font-size: 21px !important;
  line-height: 1;
  min-height: initial;
  min-width: initial;
  height: 21px;
  width: 21px;
}
.ol-button--secondary {
  align-items: center;
  border-radius: 24px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: flex;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  outline: 0;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
  vertical-align: middle;
  white-space: nowrap ;
  background-color: #BABABA;
  border-color: #BABABA;
  color: #fff;
}
.ol-button--secondary:focus {
  outline: 0;
}
.ol-button--secondary:disabled,
.ol-button--secondary[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.ol-button--secondary:hover,
.ol-button--secondary:active {
  color: #fff;
  text-decoration: none;
}
.ol-button--secondary:hover:not( [ disabled ] ),
.ol-button--secondary:active:not( [ disabled ] ) {
  background-color: #AEAEAE;
  border-color: #AEAEAE;
}
.ol-button--secondary .material-icons {
  color: inherit;
  font-size: 21px !important;
  line-height: 1;
  min-height: initial;
  min-width: initial;
  height: 21px;
  width: 21px;
}
.ol-button--tertiary {
  align-items: center;
  border-radius: 24px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: flex;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  outline: 0;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
  vertical-align: middle;
  white-space: nowrap ;
  background-color: transparent;
  border-color: #F15F4B;
  color: #F15F4B;
}
.ol-button--tertiary:focus {
  outline: 0;
}
.ol-button--tertiary:disabled,
.ol-button--tertiary[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.ol-button--tertiary:hover,
.ol-button--tertiary :active {
  color: #64C6BE;
}
.ol-button--tertiary:hover:not( [ disabled ] ),
.ol-button--tertiary :active:not( [ disabled ] ) {
  background-color: transparent;
  border-color: #64C6BE;
}
.ol-button--tertiary:hover[disabled],
.ol-button--tertiary :active[disabled] {
  color: #F15F4B;
}
.ol-button--tertiary .material-icons {
  color: inherit;
  font-size: 21px !important;
  line-height: 1;
  min-height: initial;
  min-width: initial;
  height: 21px;
  width: 21px;
}
.ol-button--quaternary {
  align-items: center;
  border-radius: 24px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: flex;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  outline: 0;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
  vertical-align: middle;
  white-space: nowrap ;
  background-color: transparent;
  border-color: #BABABA;
  color: #BABABA;
}
.ol-button--quaternary:focus {
  outline: 0;
}
.ol-button--quaternary:disabled,
.ol-button--quaternary[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.ol-button--quaternary:hover,
.ol-button--quaternary :active {
  color: #BABABA;
}
.ol-button--quaternary:hover:not( [ disabled ] ),
.ol-button--quaternary :active:not( [ disabled ] ) {
  background-color: transparent;
  border-color: #BABABA;
}
.ol-button--quaternary:hover[disabled],
.ol-button--quaternary :active[disabled] {
  color: #BABABA;
}
.ol-button--quaternary .material-icons {
  color: inherit;
  font-size: 21px !important;
  line-height: 1;
  min-height: initial;
  min-width: initial;
  height: 21px;
  width: 21px;
}
.ol-button--small {
  font-size: 12px;
  padding: 5px 18px;
}
.ol-button__icon {
  margin-right: 5px;
}
.ol-button--product-about-cta {
  align-items: center;
  border-radius: 24px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: flex;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  outline: 0;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
  vertical-align: middle;
  white-space: nowrap ;
  background-color: #E76F51;
  border-color: #E76F51;
  color: #fff;
}
.ol-button--product-about-cta:focus {
  outline: 0;
}
.ol-button--product-about-cta:disabled,
.ol-button--product-about-cta[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.ol-button--product-about-cta:hover,
.ol-button--product-about-cta:active {
  color: #fff;
  text-decoration: none;
}
.ol-button--product-about-cta:hover:not( [ disabled ] ),
.ol-button--product-about-cta:active:not( [ disabled ] ) {
  background-color: #e45c3b;
  border-color: #e45c3b;
}
.ol-button--product-about-cta .material-icons {
  color: inherit;
  font-size: 21px !important;
  line-height: 1;
  min-height: initial;
  min-width: initial;
  height: 21px;
  width: 21px;
}
.ol-button--clear-growth-cta {
  align-items: center;
  border-radius: 24px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: flex;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  outline: 0;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
  vertical-align: middle;
  white-space: nowrap ;
  background-color: #b21e2d;
  border-color: #b21e2d;
  color: #fff;
}
.ol-button--clear-growth-cta:focus {
  outline: 0;
}
.ol-button--clear-growth-cta:disabled,
.ol-button--clear-growth-cta[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.ol-button--clear-growth-cta:hover,
.ol-button--clear-growth-cta:active {
  color: #fff;
  text-decoration: none;
}
.ol-button--clear-growth-cta:hover:not( [ disabled ] ),
.ol-button--clear-growth-cta:active:not( [ disabled ] ) {
  background-color: #9c1a27;
  border-color: #9c1a27;
}
.ol-button--clear-growth-cta .material-icons {
  color: inherit;
  font-size: 21px !important;
  line-height: 1;
  min-height: initial;
  min-width: initial;
  height: 21px;
  width: 21px;
}
.ol-button--employee-primary {
  align-items: center;
  border-radius: 24px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: flex;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  outline: 0;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
  vertical-align: middle;
  white-space: nowrap ;
  background-color: #003663;
  border-color: #003663;
  color: #fff;
  font-size: 18px;
}
.ol-button--employee-primary:focus {
  outline: 0;
}
.ol-button--employee-primary:disabled,
.ol-button--employee-primary[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.ol-button--employee-primary:hover,
.ol-button--employee-primary:active {
  color: #003663;
  text-decoration: none;
}
.ol-button--employee-primary:hover:not( [ disabled ] ),
.ol-button--employee-primary:active:not( [ disabled ] ) {
  background-color: #fff;
  border-color: #fff;
}
.ol-button--employee-primary .material-icons {
  color: inherit;
  font-size: 21px !important;
  line-height: 1;
  min-height: initial;
  min-width: initial;
  height: 21px;
  width: 21px;
}
.ol-button--employee-secondary {
  align-items: center;
  border-radius: 24px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: flex;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  outline: 0;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
  vertical-align: middle;
  white-space: nowrap ;
  background-color: #BABABA;
  border-color: #BABABA;
  color: #fff;
  font-size: 18px;
}
.ol-button--employee-secondary:focus {
  outline: 0;
}
.ol-button--employee-secondary:disabled,
.ol-button--employee-secondary[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.ol-button--employee-secondary:hover,
.ol-button--employee-secondary:active {
  color: #fff;
  text-decoration: none;
}
.ol-button--employee-secondary:hover:not( [ disabled ] ),
.ol-button--employee-secondary:active:not( [ disabled ] ) {
  background-color: #AEAEAE;
  border-color: #AEAEAE;
}
.ol-button--employee-secondary .material-icons {
  color: inherit;
  font-size: 21px !important;
  line-height: 1;
  min-height: initial;
  min-width: initial;
  height: 21px;
  width: 21px;
}
.ol-button--employee-tertiary {
  align-items: center;
  border-radius: 24px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: flex;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  outline: 0;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
  vertical-align: middle;
  white-space: nowrap ;
  background-color: #fff;
  border-color: #fff;
  color: #189fd9;
  width: 200px;
  font-size: 18px;
}
.ol-button--employee-tertiary:focus {
  outline: 0;
}
.ol-button--employee-tertiary:disabled,
.ol-button--employee-tertiary[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.ol-button--employee-tertiary:hover,
.ol-button--employee-tertiary:active {
  color: #189fd9;
  text-decoration: none;
}
.ol-button--employee-tertiary:hover:not( [ disabled ] ),
.ol-button--employee-tertiary:active:not( [ disabled ] ) {
  background-color: #97d8f3;
  border-color: #97d8f3;
}
.ol-button--employee-tertiary .material-icons {
  color: inherit;
  font-size: 21px !important;
  line-height: 1;
  min-height: initial;
  min-width: initial;
  height: 21px;
  width: 21px;
}
.ol-button--employee-tertiary-inverse {
  align-items: center;
  border-radius: 24px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: flex;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  outline: 0;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
  vertical-align: middle;
  white-space: nowrap ;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  width: 200px;
  font-size: 18px;
}
.ol-button--employee-tertiary-inverse:focus {
  outline: 0;
}
.ol-button--employee-tertiary-inverse:disabled,
.ol-button--employee-tertiary-inverse[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.ol-button--employee-tertiary-inverse:hover,
.ol-button--employee-tertiary-inverse :active {
  color: #97d8f3;
}
.ol-button--employee-tertiary-inverse:hover:not( [ disabled ] ),
.ol-button--employee-tertiary-inverse :active:not( [ disabled ] ) {
  background-color: transparent;
  border-color: #97d8f3;
}
.ol-button--employee-tertiary-inverse:hover[disabled],
.ol-button--employee-tertiary-inverse :active[disabled] {
  color: #fff;
}
.ol-button--employee-tertiary-inverse .material-icons {
  color: inherit;
  font-size: 21px !important;
  line-height: 1;
  min-height: initial;
  min-width: initial;
  height: 21px;
  width: 21px;
}
.ol-button--employee-primary--input {
  align-items: center;
  border-radius: 24px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: flex;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  outline: 0;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
  vertical-align: middle;
  white-space: nowrap ;
  background-color: #003663;
  border-color: #003663;
  color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
  float: right;
}
.ol-button--employee-primary--input:focus {
  outline: 0;
}
.ol-button--employee-primary--input:disabled,
.ol-button--employee-primary--input[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.ol-button--employee-primary--input:hover,
.ol-button--employee-primary--input:active {
  color: #003663;
  text-decoration: none;
}
.ol-button--employee-primary--input:hover:not( [ disabled ] ),
.ol-button--employee-primary--input:active:not( [ disabled ] ) {
  background-color: #fff;
  border-color: #fff;
}
.ol-button--employee-primary--input .material-icons {
  color: inherit;
  font-size: 21px !important;
  line-height: 1;
  min-height: initial;
  min-width: initial;
  height: 21px;
  width: 21px;
}
.ol-button--employee-primary--input:hover,
.ol-button--employee-primary--input:active {
  color: #fff;
}
.ol-button--employee-primary--input:hover:not( [ disabled ] ),
.ol-button--employee-primary--input:active:not( [ disabled ] ) {
  background-color: #003663;
  border-color: #003663;
}
.ol-button--table-cell {
  min-width: 100px;
  margin: 6px 0;
  margin-left: 10px;
  display: inline-block;
}
.ol-button--table-header {
  margin: 6px 0;
  margin-left: 10px;
}
.ol-button--cta-help-text {
  margin: 0 0 5px 0;
}
.ol-button--action-buttons {
  margin-right: 10px;
}
.ol-button--action-buttons:last-child {
  margin-left: 10px;
  margin-right: 0;
}
.ol-button--uniform-size {
  width: 125px;
}
.box {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
label {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
}
label:not(.btn) {
  width: 100%;
}
label .optional {
  text-transform: none;
  color: #777777;
  padding-left: 10px;
  font-style: italic;
}
label > .form-control,
label > .input-group {
  margin-top: 5px;
}
label > .form-control-feedback {
  top: 20px;
}
label > .btn-group {
  width: 100%;
  margin-top: 5px;
}
label > .btn-group .btn {
  padding: 7px 15px;
  margin-bottom: 0px;
}
.checkbox label {
  font-size: 14px;
  line-height: 20px;
}
.contact-address ul,
.contact-form ul {
  padding-left: 20px;
}
.contact-address ul li,
.contact-form ul li {
  line-height: 25px;
}
.contact-address h2,
.contact-form h2 {
  text-transform: uppercase;
  text-align: center;
}
.contact-address h4,
.contact-form h4 {
  color: #ff6138;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-address h5,
.contact-form h5 {
  color: rgba(10, 10, 10, 0.6);
}
.contact-form {
  padding: 20px;
  background-color: #fff;
  box-shadow: 3px 3px #c7c7c7;
}
input:focus {
  outline: none;
  border: none;
}
textarea {
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  min-height: 100px;
  resize: none;
  border-radius: 2px;
}
textarea.disabled,
textarea[disabled] {
  cursor: not-allowed;
}
.styled-checkbox .label-checkbox,
.styled-radio .label-checkbox,
.styled-checkbox .label-radio,
.styled-radio .label-radio {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 15px;
  font-size: 13px;
}
.styled-checkbox .label-checkbox span,
.styled-radio .label-checkbox span,
.styled-checkbox .label-radio span,
.styled-radio .label-radio span {
  margin-top: 0;
  margin-left: 10px;
  font-size: 12px;
}
.styled-checkbox .label-checkbox:before,
.styled-radio .label-checkbox:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  border: 1px solid #dddddd;
  border-radius: 2px;
}
.styled-checkbox input[type=checkbox],
.styled-radio input[type=checkbox],
.styled-checkbox input[type=radio],
.styled-radio input[type=radio] {
  display: none;
}
.styled-checkbox input[type=checkbox]:checked + label:before,
.styled-radio input[type=checkbox]:checked + label:before {
  content: "\2714";
  color: #ff6138;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
}
.styled-checkbox .label-radio:before,
.styled-radio .label-radio:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 0;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.styled-checkbox input[type=radio]:checked + label:before,
.styled-radio input[type=radio]:checked + label:before {
  background: #ff6138;
  background-image: -moz-linear-gradient(#ffb29e, #ff6138);
  background-image: -ms-linear-gradient(#ffb29e, #ff6138);
  background-image: -o-linear-gradient(#ffb29e, #ff6138);
  background-image: -webkit-linear-gradient(#ffb29e, #ff6138);
  background-image: linear-gradient(#ffb29e, #ff6138);
  font-size: 24px;
  text-align: center;
  line-height: 14px;
}
.styled-checkbox input[type=radio]:disabled + label:before,
.styled-radio input[type=radio]:disabled + label:before {
  background: #bbb;
  background-image: -moz-linear-gradient(#d4d4d4, #bbb);
  background-image: -ms-linear-gradient(#d4d4d4, #bbb);
  background-image: -o-linear-gradient(#d4d4d4, #bbb);
  background-image: -webkit-linear-gradient(#d4d4d4, #bbb);
  background-image: linear-gradient(#d4d4d4, #bbb);
  font-size: 24px;
  text-align: center;
  line-height: 14px;
}
.nested-styled-checkbox .nested-label-checkbox,
.nested-styled-radio .nested-label-checkbox,
.nested-styled-checkbox .nested-label-radio,
.nested-styled-radio .nested-label-radio {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 15px;
  font-size: 13px;
}
.nested-styled-checkbox .nested-label-checkbox span,
.nested-styled-radio .nested-label-checkbox span,
.nested-styled-checkbox .nested-label-radio span,
.nested-styled-radio .nested-label-radio span {
  margin-top: 0;
  margin-left: 10px;
  font-size: 12px;
}
.nested-styled-checkbox .nested-label-checkbox span:before,
.nested-styled-radio .nested-label-checkbox span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */
  border: 1px solid #dddddd;
  border-radius: 2px;
}
.nested-styled-checkbox input[type=checkbox],
.nested-styled-radio input[type=checkbox],
.nested-styled-checkbox input[type=radio],
.nested-styled-radio input[type=radio] {
  display: none;
}
.nested-styled-checkbox input[type=checkbox]:checked + span:before,
.nested-styled-radio input[type=checkbox]:checked + span:before {
  content: "\2714";
  color: #ff6138;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
}
.nested-styled-checkbox .nested-label-radio span:before,
.nested-styled-radio .nested-label-radio span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.nested-styled-checkbox input[type=radio]:checked + span:before,
.nested-styled-radio input[type=radio]:checked + span:before {
  content: "\2022";
  color: #ff6138;
  font-size: 24px;
  text-align: center;
  line-height: 14px;
}
.styled-radio {
  padding-left: 0;
}
.form-inline label {
  margin-top: 14px;
  padding: 0px;
}
.navbar-form label {
  margin-top: 10px;
  padding: 0px;
}
.navbar-form select {
  margin-top: 5px;
  padding: 5px;
}
.input-group.input-group-helper {
  display: flex;
  flex-direction: row;
}
.input-group.input-group-helper input {
  flex: 1 1 auto;
}
.input-group.input-group-helper .input-group-addon {
  flex: none;
  min-width: 37px;
  line-height: 20px;
}
.input-group.input-group-helper .input-group-addon:not(:first-child) {
  border-left: 0;
}
.input-group.input-group-helper .popover-icon-help {
  flex: none;
  margin: 2px 2px 2px 10px;
}
.ol-checkbox {
  display: inline;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  text-transform: none;
}
.ol-checkbox > input[type=checkbox] {
  margin: 5px 5px 0 0;
}
.ol-checkbox-button {
  background-color: #fff;
  border: 2px solid #777;
  border-radius: 6px;
  padding: 15px 10px 17px;
  margin: 0 0 24px 0;
  width: 100%;
}
.ol-checkbox-button .md-container {
  top: 25px;
  left: 10px;
}
.ol-radio--inline .ol-radio__button {
  display: inline;
  margin-right: 30px;
}
.ol-radio--inline .ol-radio__text {
  position: relative;
  top: -2px;
}
.ol-link--primary {
  font-size: 14px;
  font-weight: 500;
  color: #3B99FC;
  outline: 0;
  text-decoration: none;
}
.ol-link--primary:hover,
.ol-link--primary:focus {
  color: #3B99FC;
  text-decoration: underline;
}
.ol-link--secondary {
  font-size: 14px;
  font-weight: 500;
  color: #3B99FC;
  outline: 0;
  text-decoration: none;
}
.ol-link--secondary:hover,
.ol-link--secondary:focus {
  color: #3B99FC;
  text-decoration: underline;
}
.ol-link--tertiary {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  outline: 0;
  text-decoration: none;
  text-decoration: underline;
}
.ol-link--tertiary:hover,
.ol-link--tertiary:focus {
  color: #ff6138;
  text-decoration: underline;
}
.ol-link__external-icon {
  text-decoration: none;
}
.ol-link__icon--lg.material-icons {
  color: inherit;
  font-size: 21px !important;
  height: 23px;
  min-height: initial;
  min-width: initial;
  text-decoration: none;
  width: 21px;
}
.ol-link__icon--md.material-icons {
  color: inherit;
  font-size: 14px !important;
  height: 16px;
  min-height: initial;
  min-width: initial;
  text-decoration: none;
  width: 14px;
}
.ol-link__icon:not( .material-icons ) {
  height: 12px;
  min-height: 12px;
  min-width: 12px;
  width: 12px;
}
.ol-link__icon--left {
  margin-right: 3px;
}
.erp-page-container p,
.erp-page-signin p,
.modal p,
.erp-page-container li,
.erp-page-signin li,
.modal li,
.erp-page-container label,
.erp-page-signin label,
.modal label {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.erp-page-container a:not( .ol-button--primary, .ol-button--secondary, .ol-button--tertiary, .ol-button--quaternary, .tertiary-link, [class^='sc-'] ),
.erp-page-signin a:not( .ol-button--primary, .ol-button--secondary, .ol-button--tertiary, .ol-button--quaternary, .tertiary-link, [class^='sc-'] ),
.modal a:not( .ol-button--primary, .ol-button--secondary, .ol-button--tertiary, .ol-button--quaternary, .tertiary-link, [class^='sc-'] ) {
  color: #3b99fc;
  outline: 0;
  font-weight: 500;
}
.erp-page-container a:not( .ol-button--primary, .ol-button--secondary, .ol-button--tertiary, .ol-button--quaternary, .tertiary-link, [class^='sc-'] ).close,
.erp-page-signin a:not( .ol-button--primary, .ol-button--secondary, .ol-button--tertiary, .ol-button--quaternary, .tertiary-link, [class^='sc-'] ).close,
.modal a:not( .ol-button--primary, .ol-button--secondary, .ol-button--tertiary, .ol-button--quaternary, .tertiary-link, [class^='sc-'] ).close {
  color: #333;
}
.erp-page-container a:not( .ol-button--primary, .ol-button--secondary, .ol-button--tertiary, .ol-button--quaternary, .tertiary-link, [class^='sc-'] ) > md-icon,
.erp-page-signin a:not( .ol-button--primary, .ol-button--secondary, .ol-button--tertiary, .ol-button--quaternary, .tertiary-link, [class^='sc-'] ) > md-icon,
.modal a:not( .ol-button--primary, .ol-button--secondary, .ol-button--tertiary, .ol-button--quaternary, .tertiary-link, [class^='sc-'] ) > md-icon {
  color: #3b99fc;
}
.erp-page-container .material-icons,
.erp-page-signin .material-icons,
.modal .material-icons {
  outline: 0;
}
.erp-page-container .tertiary-link,
.erp-page-signin .tertiary-link,
.modal .tertiary-link {
  color: #999;
  font-weight: 500;
  text-decoration: underline;
}
.erp-page-container .tertiary-link:hover,
.erp-page-signin .tertiary-link:hover,
.modal .tertiary-link:hover,
.erp-page-container .tertiary-link:focus,
.erp-page-signin .tertiary-link:focus,
.modal .tertiary-link:focus,
.erp-page-container .tertiary-link:hover md-icon,
.erp-page-signin .tertiary-link:hover md-icon,
.modal .tertiary-link:hover md-icon,
.erp-page-container .tertiary-link:focus md-icon,
.erp-page-signin .tertiary-link:focus md-icon,
.modal .tertiary-link:focus md-icon,
.erp-page-container .tertiary-link:hover span,
.erp-page-signin .tertiary-link:hover span,
.modal .tertiary-link:hover span,
.erp-page-container .tertiary-link:focus span,
.erp-page-signin .tertiary-link:focus span,
.modal .tertiary-link:focus span {
  color: #ff6138 !important;
}
.erp-page-container .tertiary-link:hover svg .st0,
.erp-page-signin .tertiary-link:hover svg .st0,
.modal .tertiary-link:hover svg .st0,
.erp-page-container .tertiary-link:focus svg .st0,
.erp-page-signin .tertiary-link:focus svg .st0,
.modal .tertiary-link:focus svg .st0 {
  fill: #ff6138 !important;
}
.erp-page-container .tertiary-link md-icon,
.erp-page-signin .tertiary-link md-icon,
.modal .tertiary-link md-icon {
  color: #999;
  font-weight: 500;
}
.erp-page-container .tertiary-link md-icon.material-icons,
.erp-page-signin .tertiary-link md-icon.material-icons,
.modal .tertiary-link md-icon.material-icons {
  font-size: 18px;
  font-weight: 500;
  height: 18px;
  line-height: 18px;
  margin-right: 5px;
  min-height: 18px;
  min-width: 18px;
  width: 18px;
}
.erp-page-container .tertiary-link md-icon:not(.material-icons),
.erp-page-signin .tertiary-link md-icon:not(.material-icons),
.modal .tertiary-link md-icon:not(.material-icons) {
  height: 15px;
  margin-right: 5px;
  min-height: initial;
  min-width: initial;
  text-decoration: none;
  width: 15px;
}
.erp-page-container .tertiary-link md-icon + span,
.erp-page-signin .tertiary-link md-icon + span,
.modal .tertiary-link md-icon + span,
.erp-page-container .tertiary-link md-icon + .popover + span,
.erp-page-signin .tertiary-link md-icon + .popover + span,
.modal .tertiary-link md-icon + .popover + span {
  margin-left: 5px;
}
.erp-page-container .tertiary-link svg .st0,
.erp-page-signin .tertiary-link svg .st0,
.modal .tertiary-link svg .st0 {
  fill: #999;
}
.erp-page-container h1,
.erp-page-signin h1,
.modal h1 {
  font-size: 30px;
  color: #333;
}
.erp-page-container h2,
.erp-page-signin h2,
.modal h2 {
  font-size: 22px;
  color: #333;
  margin: 10px 0;
}
.erp-page-container h3,
.erp-page-signin h3,
.modal h3 {
  font-size: 20px;
  font-weight: 500;
  color: #777;
  margin: 10px 0;
}
.erp-page-container h4,
.erp-page-signin h4,
.modal h4 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #777;
  margin: 10px 0;
}
.erp-page-container .list,
.erp-page-signin .list,
.modal .list {
  margin-bottom: 30px;
}
.erp-page-container .list > li,
.erp-page-signin .list > li,
.modal .list > li {
  padding: 10px 0 5px;
  margin-bottom: 15px;
  border-color: #eee;
}
.erp-page-container md-divider,
.erp-page-signin md-divider,
.modal md-divider {
  border-top-color: #eee;
  margin-bottom: 20px;
}
.erp-page-container [disabled],
.erp-page-signin [disabled],
.modal [disabled] {
  cursor: not-allowed !important;
}
.erp-page-container .stat-text,
.erp-page-signin .stat-text,
.modal .stat-text {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.erp-page-container .stat-text.stat-data,
.erp-page-signin .stat-text.stat-data,
.modal .stat-text.stat-data {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .erp-page-container .stat-text.stat-data,
  .erp-page-signin .stat-text.stat-data,
  .modal .stat-text.stat-data {
    margin-bottom: 20px;
  }
}
.bold {
  font-weight: 500 !important;
}
.light {
  font-weight: 400 !important;
}
.normal {
  font-weight: normal !important;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.text-base {
  font-size: 16px;
}
.text-xs {
  font-size: 12px !important;
}
.text-xs > a {
  font-size: 12px !important;
}
.text-sm {
  font-size: 14px !important;
}
.text-sm > a {
  font-size: 14px !important;
}
.text-med {
  font-size: 16px !important;
}
.text-med > a {
  font-size: 16px !important;
}
.text-lg {
  font-size: 20px !important;
}
.text-lg > a {
  font-size: 20px !important;
}
.text-xl {
  font-size: 22px !important;
}
.text-xl > a {
  font-size: 22px !important;
}
.text-success {
  color: #39b54a !important;
}
.text-error {
  color: #c9302c !important;
}
.text-light {
  color: #777 !important;
}
.text-warning {
  color: #f0ad4e !important;
}
.text-tertiary {
  color: #999 !important;
}
.dotted-underline-text {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.italic {
  font-style: italic !important;
}
.subscription-status {
  border: 0;
  color: #27b99b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  text-transform: uppercase;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .subscription-status {
    border: 1px solid #27b99b;
    padding: 2px 10px;
  }
}
img.emoji {
  height: 1.2em;
  width: 1.2em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.25em;
}
.filter-label {
  font-weight: 500;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ff6138;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3B99FC;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f5f5f5;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #ff6138;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f5f5f5;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.styled-nav-tabs {
  text-transform: uppercase;
  border: none;
  list-style: none;
  width: 100%;
  padding: 0px;
  -webkit-padding-start: 0px;
  text-align: center;
}
.styled-nav-tabs li {
  display: inline-block;
  cursor: pointer;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  float: left;
  padding: 7px 0px 7px 0px;
}
.styled-nav-tabs li a,
.styled-nav-tabs li a:hover {
  color: #ff6138;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.styled-nav-tabs li[disabled] {
  cursor: default;
}
.styled-nav-tabs li[disabled] a,
.styled-nav-tabs li[disabled] a:hover {
  color: #ccc;
  cursor: default;
}
.styled-nav-tabs li.col-2 {
  width: 50%;
}
.styled-nav-tabs li.col-3 {
  width: 33%;
}
.styled-nav-tabs li.col-4 {
  width: 25%;
}
.styled-nav-tabs li.col-5 {
  width: 20%;
}
.styled-nav-tabs li.active {
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
}
.styled-nav-tabs li.active a,
.styled-nav-tabs li.active a:hover {
  color: #555555;
}
.md-nav-bar {
  border: none;
  height: 40px;
}
.md-nav-bar .md-nav-item {
  margin: 0;
}
.md-nav-bar .md-nav-item ._md-nav-button {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px transparent solid;
  margin: 0;
  padding: 5px 20px 10px 20px;
  text-transform: capitalize;
}
.md-nav-bar .md-nav-item ._md-nav-button ._md-nav-button-text {
  font-size: 14px;
  font-weight: 500;
  color: #bbb;
}
.md-nav-bar .md-nav-item ._md-nav-button:hover ._md-nav-button-text {
  color: #333;
}
.md-nav-bar .md-nav-item ._md-nav-button.md-active.md-primary {
  background-color: transparent;
}
.md-nav-bar .md-nav-item.active ._md-nav-button,
.md-nav-bar .md-nav-item:not(.inactive) ._md-nav-button.md-active.md-primary {
  background-color: transparent;
  border-bottom: 2px #ff6138 solid;
}
.md-nav-bar .md-nav-item.active ._md-nav-button ._md-nav-button-text,
.md-nav-bar .md-nav-item:not(.inactive) ._md-nav-button.md-active.md-primary ._md-nav-button-text {
  color: #333;
}
.erp-primary-tabs {
  background-color: white;
}
.erp-primary-tabs > .md-nav-bar {
  background-color: white;
}
.erp-primary-tabs md-nav-ink-bar {
  background-color: #ff6138;
}
.secondary-tabs {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0 auto;
  max-width: 600px;
  outline: none;
  padding: 30px 20px 10px;
  width: 100%;
}
.secondary-tabs .secondary-tab-btn {
  align-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #bbb;
  border-left-width: 1px;
  border-radius: 0;
  border-right-width: 1px;
  cursor: pointer;
  display: flex;
  flex: 1;
  justify-content: center;
  min-height: 30px;
  text-align: center;
}
.secondary-tabs .secondary-tab-btn:first-child {
  border-left: 2px solid #bbb;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.secondary-tabs .secondary-tab-btn:last-child {
  border-right: 2px solid #bbb;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.secondary-tabs .secondary-tab-btn:hover {
  background-color: #eee;
}
.secondary-tabs .secondary-tab-btn:hover .secondary-tab-link {
  color: #777;
}
.secondary-tabs .secondary-tab-btn.active {
  background-color: #64C6BE;
  border-color: #64C6BE;
}
.secondary-tabs .secondary-tab-btn.active .secondary-tab-link {
  color: #fff;
}
.secondary-tabs .secondary-tab-btn .secondary-tab-link {
  color: #bbb;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px 10px;
  text-transform: capitalize;
  text-decoration: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  width: 100%;
}
.modal .secondary-tabs {
  padding: 0 0 20px;
}
.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 30px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 80px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 15px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 23px;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form label {
  margin-top: 14px;
  padding: 0px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 23px;
  margin-bottom: 23px;
}
.navbar-btn.btn-sm {
  margin-top: 25px;
  margin-bottom: 25px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}
.navbar-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #FFF;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #FFF;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFF;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #ff6138;
  border-color: #ff3905;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #2e3641;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #2e3641;
  background-color: #ff3905;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #ff4514;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #ff3905;
  color: #2e3641;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #ff3905;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #ff3905;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #2e3641;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #2e3641;
    background-color: #ff3905;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #2e3641;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #2e3641;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.navbar {
  text-transform: uppercase;
}
.navbar hr {
  margin: 20px 20px 30px;
}
.navbar a {
  text-decoration: none;
  color: #FFF;
  letter-spacing: 1px;
}
.navbar .navbar-brand {
  padding: 12px 20px;
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    padding: 12px 20px 12px 0;
  }
}
.navbar .navbar-brand .gata-logo {
  display: block;
  margin-top: 5px;
  width: 170px;
  height: 50px;
}
@media (max-width: 991px) {
  .navbar .navbar-brand .gata-logo {
    width: 160px;
  }
}
.navbar .navbar-toggle {
  border: 0px;
}
.navbar .navbar-toggle .icon-bar {
  height: 3px;
}
.navbar .sub-menu {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  padding-bottom: 20px;
}
.navbar .sub-menu .page-links {
  list-style: none;
  padding-left: 0px;
}
.navbar .sub-menu .page-links li {
  font-size: 18px;
  padding: 10px 0px;
}
.navbar .sub-menu .page-links li:hover {
  background-color: #FFF;
}
.navbar .sub-menu .page-links li:hover a {
  color: #FF6138;
}
.navbar .navbar-nav.navbar-right {
  margin-right: 20px;
}
.navbar .navbar-nav.navbar-right li {
  padding: 18px 0px;
}
.navbar .navbar-nav.navbar-right li a {
  padding: 10px 20px;
  border: 1px solid #FFF;
}
.navbar .navbar-nav.navbar-right li a:hover {
  background-color: #FFF;
  color: #FF6138;
}
.navbar .navbar-nav.navbar-right li a.no-border {
  border: none;
  padding: 5px 20px 0px 10px;
}
.navbar .navbar-nav.navbar-right li a.no-hover:hover,
.navbar .navbar-nav.navbar-right li a.no-hover:focus {
  background-color: transparent;
  color: inherit;
}
.navbar .navbar-nav.navbar-right li ul a {
  border: 0px;
}
@media (max-width: 767px) {
  .navbar .navbar-nav.navbar-right li {
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav.navbar-right {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    padding-left: 0px;
  }
  .navbar .in-session {
    margin-top: -40px;
  }
}
.navbar-inverse.navbar-fixed-top {
  border-bottom: 2px solid #b9b9b9;
}
.navbar-inverse .nav > li a {
  font-family: 'Lato' sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 12px;
  color: white;
}
.navbar-inverse .nav > li a:active {
  color: #FFF;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #e5451b;
}
.nav.navbar-nav {
  position: relative;
  padding: 0px;
}
@media (max-width: 767px) {
  .nav.navbar-nav {
    margin: 0px;
    padding: 0px 20px;
  }
}
.nav.navbar-nav .dropdown-menu.top-nav {
  top: 80px;
  text-align: left;
  background: #2f3641;
  padding: 0;
  border-radius: 0;
  border: none;
}
.nav.navbar-nav .dropdown-menu.top-nav li {
  padding: 0;
  margin: 0;
}
.nav.navbar-nav .dropdown-menu.top-nav li:first-child {
  border-top: none;
}
.nav.navbar-nav .dropdown-menu.top-nav li a {
  text-transform: uppercase;
  margin: 0;
  padding: 15px 20px;
}
.nav.navbar-nav .dropdown-menu.top-nav li a:hover {
  background: #f5f5f5;
  color: #2f3641;
}
.nav .open a:hover {
  border-color: #FFF;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.main-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.main-header .admin-buttons {
  flex: none;
}
.main-header .admin-buttons .btn {
  margin-bottom: 0;
  margin-left: 10px;
}
.main-header .breadcrumb {
  flex: 1 1 auto;
  padding-right: 100px;
  margin-bottom: 0;
}
.main-header .form-inline {
  flex: 1 100%;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3B99FC;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #3B99FC;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ff6138;
  border-color: #ff6138;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
ul.pagination {
  float: right;
  margin: 0px;
}
ul.pagination > li span {
  font-size: 14px;
}
ul.pagination > li.disabled a {
  color: #ff6138;
}
ul.pagination > li a {
  padding: 0px 12px;
  background: none;
  border: none;
  color: #555555;
}
ul.pagination > li a:hover {
  background: none;
  color: #ff896b;
}
ul.pagination > .disabled > span,
ul.pagination > .disabled > span:hover,
ul.pagination > .disabled > span:focus,
ul.pagination > .disabled > a,
ul.pagination > .disabled > a:hover,
ul.pagination > .disabled > a:focus {
  color: #555555;
  background: none;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #ff6138;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #ff3905;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3B99FC;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3B99FC;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #ff6138;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ff6138;
  border-color: #ff6138;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #ff6138;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ff6138;
  border-color: #ff6138;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff6138;
}
.panel-primary > .panel-heading .badge {
  color: #ff6138;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff6138;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.panel {
  margin-bottom: 10px;
  -webkit-box-shadow: 3px 3px 0 rgba(10, 10, 10, 0.1);
  box-shadow: 3px 3px 0 rgba(10, 10, 10, 0.1);
  border: 1px solid #dddddd;
}
.panel-body > .table {
  margin-bottom: 0px;
}
.panel-body > .table th:first-child,
.panel-body > .table td:first-child {
  padding-left: 0px;
}
.panel-default > .panel-heading {
  background-color: inherit;
  border: none;
  color: #ff6138;
  font-weight: 400;
  margin-bottom: -5px;
  padding-bottom: 0;
}
.panel-default .list-group {
  margin-top: 5px;
}
.panel-default .table td,
.panel-default .table th {
  border: none;
}
.panel-default .table tfoot th {
  color: #ff6138;
}
.panel-group .panel-default > .panel-heading {
  padding: 10px 15px;
  margin: 0;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* ************************************** */
/* Mandatory CSS required for ng-sortable */
/* ************************************** */
.as-sortable-item,
.as-sortable-placeholder {
  display: block;
}
.as-sortable-item {
  -ms-touch-action: none;
  touch-action: none;
}
.as-sortable-item-handle {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.as-sortable-drag {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.as-sortable-hidden {
  display: none !important;
}
.as-sortable-un-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ******************************************* */
/* Optional CSS, default style for ng-sortable */
/* ******************************************* */
.as-sortable-item,
.as-sortable-placeholder {
  min-height: 30px;
  margin: 1px 2px 5px 1px;
  border-radius: 10px;
}
.as-sortable-item {
  border: solid 1px darkgrey;
  background-color: #ffffff;
  padding: 1% 0;
}
.as-sortable-item-handle {
  padding: 0.5% 5%;
}
.as-sortable-placeholder {
  border: 1px dashed darkgrey;
  box-sizing: border-box;
  background-color: #dbdbdb;
}
.as-sortable-drag {
  opacity: 0.8;
}
/***************************************************************************
* Color Picker
***************************************************************************/
.colorpicker-visible,
.colorpicker-visible .dropdown-menu {
  display: block !important;
}
colorpicker-saturation {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAARSUlEQVR42r2cbcRu3VbHx9z7OYckjkOJRBKRiCTSh0QiiUhEEon0IZGKSCQiiZwPiUQSURFJpA8ViVREDqdOdfTm6dn77LNf7+t+udYco/kyXv5jrnXd97O3U/e117Xe1xq/+R//Meda13lO4X+ij9NGlbh92nfZSMaabxnfVVi398/mexiOjfkmEmcu+6pP+Zh+By46H/cQSdfoa8Jjb2WWTbj/nfm23tafanE/p48RjdDmDTa9aLqJXt6C2Mq4bBzvYY5tEqCbROAjkHSPcbwYiN5R5tQCnaHz1tfbvK1xrWNp4/N25rt6za/52fbp+vu13D6hL6a7aH/ZUgsuIEUDMVBZggTAKngmBKptq7CiwUud4YqC9BafnwbQFOCt9m/ps3MHqbd8Xa/4OT+p/1L/opaTgpRxSdHWKgztN25SIugJwgEq2NqcQGsAiyfI3D9bnCL4FUS4h963dIb2b2tfW21KNDVu6k2bTvKMn9Z/q39XyxsFcQ/k1LJlRRBZUqPm1pY41/ZXARCBYzTgAcuKOMJuU1dAugnqmAZIDZCmxs3W0qqBvOTP1n/nT27l1QDpFyyev6JpEi2KHlkChdb2oDdY1uMF1zdhxxgtbt+tpQKE51+tI6laMtUGcW44DURuzqcG8oqv+Bn/N//zVp4rCHhEvCXDB5bNekxhwwUPWNDS81/bXz0jGaSHnJJpBD8VGap0kClHJ+m+6J9zB6l3fZLr7cRvGkj/vM+fOZdnHeQc+Q9mFUgN1EULwtxeqtvVzTtArGAuqTWPY1VlYrBWJfseAG1/k0BmWm0tpdrEw+Ryu92OitVBXrS69ZT/81w+SCAAxIQAWgwWH3A2raaQeHpGLbL2l1mx2txSynyhSkivr9MSbvCeXFWmHj25brvV642c6mt+0WA+J++fy/sIYvntCLnMzm3cOp8eSDH7mh6RTgjCnlaGpKWVZ8cG86bGKLEG0eczrUbRnXp0jzSQ61a1ei/yqr7kl/LBufzXDqSM25U6C4B46lA2L0dvm4zdz04gzIReYAlFLHxWg4/lCVB9PlHOI7Vaxeqf5pPrempQV/KygbyWp+fyHwAi0GERS+qw9FugdErvaUtXyAAqwDgc+7rj1J5iM5WIZ+tPd8y0Gik1UqxqanWI2m0+UG5rn05NkWt+2TS5kmfn8pkFpPSL1yLjewTJClEs16MQsMQIyADYy6sHTtriQx3oK0IRBptLh+hyDHGGxUdi9amnVm2JdduWT3xqPnnDL7c39OKu/GsDkfPqg0gkYkwbq0StxHo/MAdxZYyF5jFcA8KRKkKouUf46g9dUiEGTO/Ss0M2ua3DI32o2ECu5cSvGsiru/LpBNJvoh7B9OAFUFURt7dZOcoteoIMYm4VdkWi3zA1zBv9a4KM/nyU3w7SBycbtw5xu5OrVoJv+PV21UE+hSChikANykZ2z5g3GI6Y6xS21nUHmb33ph5hq1auyuxDZrXS1JppNUCGLr0POTeQBtOTq/UmJ3p9Vz75RJpHMJlSPfKOrxtdKm5ndQ2rg9i8osMM0srk3hgQ5N4QD99SS4YGU5WRWuOjiozUUpRu9vE5temqvpHTXfnHQxCc8JFGXA0Ka+uSFQarSnZcVUgbggxbyxGI9yE+at/GZKpMkG75m7btRj+nNt5qIP8AIIIDvzzpyNd9ILNyCdaqSKYKaeV9hOF6jVIYRhirvqDI6EVUl7sxZGwlWPoI+HaAXPf6dVf+foAUvZGrIuSViVKQSY0DDFzyD5g9g8zSayAVYBBk8895dorN9DdtfqPJdZKb2/K3AwTckKajtbA1tvr0zEwl9cnqEccYx4xphk02Xtf6Wx3CEmtqMlGmT25mHz9ArjvI33SQrffQmi4ptWZwRVXg0bObyVMygQ7rMpRebXu1uowBInhkDxKa9EFjA5GZWl2Vll4txa6b9a/l9q789QBRD2Szi3V9ix7TI4cQuIV9TQ5grM8gzn+VA0THvvNbQSqPgUrtY+A2SXNKvaGmyF9NEOwvJNQQDclcQcIx2hW5CBOKjLmEN7Q3H6m3t7mZXUb4iLOp4du3nHWw0mF6Ib6h25vylytIKqm6TST5ZbX0xIv2X2FIQpVQwxzSQQ3Dx4yAwEMHN7xMt9wNZaZPBsifXwaR1E/ICgIqjH1VvaTP3b3zc59UQ5yeqCxYrVwUBzF1LK2gdjnIWaeWXB3kzw5ASg8Gq5YcFVjbqoYW7Ck0IUXC3II1a26rvg17RUur8RjvKbaq0lwiZ02uO7q9Ln+aQayjS+EqgixpJckXAkvV9FCTC/Qgoo+ztsVKl45SIrlGvy6bVS5J/YkYyNlA/gRBxEa1oUMZN9N5X5fZmfnYSnpRqGB9N7kqVtEjMs+qetWcWjXGkFa/NLWsP5kFuA0gZfQoYiB31+WPA0SOkglqkxyqIWZ2NjWsM1RkTK1INDZRdK3OeQ2Yqg/xmlyqSKtbEv28onSQP1IQTCJaAgVVhNHwYv4QTyEHMkdIpBcHghvf/CEw7LKlbezZILV4pFUdqpxnig2Q8035wxUEq5MAHsxlWSfoLwKCRr6TKsJ6Hts6ZJXggwkk2nypElVr/JqgdteR1/QJna/LH1hqSdYi1sVbHVIqSqtkOMEuUDCRJNSAxCKsw4Io0xvdTWdhTK/+Rl68EMsAOZXfSyA8zOy6SHR2JAIG1rmV3ASTKxVJgFjTz0GWm8bhcChc7dWKm93MvwnYfuJ0kN/dKbKkk+c/hRKoQFYDvjWZ3EfVl+eeKuT+CCViuapDJqB7pG9rwbOhDEW2U/mdAUKz7s+iGiGjLwR6ew/ezovOL5Sb/mBXja1f172WfqGErOkl1aE2hep2Hor0BKPzHIU9Ol+V356KCKqB3ySc1BL0ijCkXp1HiI+2ZGwT7ctldpJeuQRih+ctd4hEBTNFNMU0wfp6NzxPkN/qIPNZW7xT1NQwfaah45gJQCPXi4OGH0Kn2RDsivXtdUJrj25QoMz61o4NZhMdrLSB/kwxHQ8/qqfymwMkWtmqEKrhVWuk0mJ8YU89js5RfJBijTAU054dgscuHkcvRyCuiiozp/YpDeQ3MohERQKfWItGIVB9IL18EvAN+5hLFNjAIL0AqKJP/DefSjFkmTBDE6qjDDdNSr0qv+4gqIVBsSvjiIIAULkkVTGPc8CRl2ARzvkkaTSp4xT0jIQaPAeRrs2mXeUA+TUDSYHO/iSwcL+4Z3DbfuKkFipyGWRWs5owFIRCE+/tZZt9fgf5xAJSIED3SLR+whlmphlo0QqFMAQxU4pfvFx5WllBW9RwVRxk/NSlXtGyXOqb8qsOAhVL7BtB9lAjiQiDvqAMcVLpnUB0ULCx/nKKxu8gv7KATAiSaFVCPwAmDOHNB36EpEIwYZPZDzPNMST3LdVefJH5RVNMVamF35RfziBCizeIkgqRXotapgxMgq2viimFsFfmDMJpiIy/OxAqMzFMlQHySwEyK1W0tJhnFEQBYj9B9WLD0/5kXElqdKY6yJJLihCMKeHtqkh6Aw5VjIfV2UB+McwuYHBZFTHFVpAor2J9jaTUoki9twWB9xVYkv1XIvt9u4G8Lr+wgASQphdZgOGSBETYKc4QSdiLhYlEwcj5OyB8uLy+rUgvjqv/YsQI8vMNRH/G8VqFwQ4gyopMNRhAo+VHiub5O4NgRaswB1UC5OemIpLNTkuLrxBmZoL0sW04j7SLEqwAJNns5P0NPMxoWY6Xx7odVWkgj/hV+dkdiHkEPZDmgkGbOkJepsWM/zBItPwRiOxBvKLpD2JToQ7yM3tFVijzCSriaedllxwuehxKhpdjRSznPHjBNEMQSW/Gw/QD5KcdxNKpaKg6GOktTX0IwjKfTeZtCdNMgwKlUtAPgWDwARdQ8GoGHk/Hw5q4Ij+5AwldIM1MEUEVRoCUvUGmhRjcIYig8S2FaAeEIG1ASf46xn7fngo95pflJzKIdXJSzBO0pBZZwBYk+GXITyhKVDhiTts1VWiFoEWZ8bipT2X49o/m/+5ADOTHwyOSPEJQiqHlHTeplIAEQddlQfsI7khpBkbTzjSZ397Kzt825FED+bFjkASk5TWllm07UAbgOI49VCTWhZhzpRDZe4fZelt/xcYK8qMdhKMazYCHtbmQldW2PaVUqICQsjSCUfp08MfWCJo6REdQq0piWszUe8wvyo8YCIEnIIFWjfaKHalx6e+IJlUwOZ6vzwc2LlXoDvLDCuKtP2Ek/LF6AzTR44XkLWD2mtBR1Ybt9vwGSOzvBvuWx/y8/NAEWTXoUA/rYVuPVKF9aulxHo4/x9AKsVeG71vqID+oILn/gHZvdzdjanBYCCDOVYXYaWanI5mgEBDxgUozhQievVeYZvYX5QcSiELQsRLk8eE2jkKg3SDAysMgEDXZ6ctoh6JDEjrwziN5Ub4fQPqskLX0bBcLFCEIIgxPZWfotrARBBuNYoBLFlJOMS3jPg7yAYiNQzvI96Ei4x+l1CBUgJbehiC9KHwF6l0AoazGYf2G9MKRqsCo1tYeyfPyvQBC0Fo5vQiamVKTE+TXPv0CdlEKlhmucaHskeRODB+HZmo9L99zBLKoQClAEhSIIACCOO8PfqUVTx+KdPJl285LhSME+W4rv5g2pIP2lFqgB0D4DQ/UQjUOYdJxDMKmLI1UC4iUwwPkuxYQ8hpL3h8UsE1JdiG4+VyinGn7+UH+pYrmnmNZakhGwxHre/KsfOcOxC5OKc3WtNulod4Z2oFNJJKDOWZlOo8X1aJdo7KDOj0lO8h3ZBCbjScSTJtIn/i2lk+pRXJZjR08zOcQCQ9cimVTrWCfAN7qIN8+QFKEEO+uANBFdUBBSVfIqYhh5s04592+uBHnbf2vg3zbHoQguGl24gRBOZi5DaPbRX0ICMuLGItSEQPDFQCog3xrf0HHMlSzgEhPi/WDQNBDiyIJGtXbA1LeB5eixSpFltSAat1BvqWDjEcpvDlUIMIWjChTAq4gawOQZC/RUcPgOq9ZmMrlun+AfHNPLXcGhEy08wDEQGtQZEm5kNHuhEUt2qfael3B4wj7Xgf5bPkmA8ntTwltSah01CEVHUDGibsCd/F6ctAY+7YcIN8IIHFvbLlLwRGtXtgFs7T9g8fu027Hxjk1ZknuIN+wguymQzcQ3aPOu05y3AD7NPRJ+7H35Gn5+gTSusEx4Yl0oErohngI/yGjX1PnsrAFxn5lKMEJ5OuyIvl6EBTdD5L9U94GhB4CgQxfW0wC5GsDhES12DdqulPG2u/PnrYjdqrJxWvs6so+Fk8sB/maCeLXpZ0sHksCyZuPvvLJl4LJx6fCd+n+stalAfLVAwQvSpLundLrCCffbH/qcq6HcAR4dBfZX41ySW0gT8pXKchMbVZNysj6kuyxv/vRjfCgyyAPNNTBfjX5dJQ+NqkXJ8hXGghcP04+uO+lUKG59YZlH7c30LFudOlOkmKRJa4B8hUJBI1Zllsf/PtwhG+1++K/IlAzlpPeoyfly/t/UIm3OLptUmfdBxEkFR44/sE1JCOS+67VQb4sQEbL46nY9JbGZT1gaeTlHh9udY0Z5nIQi87VMQPkafnS/l9P+/VmQmFqZYh8R1Qsjh/HLTHtCKCfvdAgD85BnY80Rb6kg/hOFgUJdaAHLKk2rxeNvWVHseexLcu1UmvtFbrQNB+hD8rHE0i+sp+zBIVfxzdZlg+Wjlr4+OIPXNJAPraCXFx+lz1vu/yO9+ggXzRA1pMSfW6jrMS6We69yLr37S+6XmTG3UG+UEF2KP8nW6KYvNN1Vgo7poN8QYD49kLHzXNp8fjY+0K6fMaHutlS9kbV+qiDHKfHwcXk3r33B0flngjlgctebIKP0v+Ux/P/KExvcoHh4Wu/4598vo7/XCmfaorUnMH/fyCfp7/H9OR/Abf7XTMOVraPAAAAAElFTkSuQmCC);
  cursor: crosshair;
  float: left;
}
colorpicker-saturation i {
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
colorpicker-saturation i::after {
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid #fff;
  border-radius: 5px;
}
colorpicker-hue,
colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
colorpicker-hue i,
colorpicker-alpha i {
  display: block;
  height: 2px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
colorpicker-hue {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEUA/z8AuP//JAAA/33/3AAA/1ABAv8A/7r/AH7/jgD2AP8A//j/AEHmAP/XAP/HAP+4AP//ALyoAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8ATv//AG7/cAD/vgD/APoAmv//ADH/AKwB/wMA5//4Eg4AL///AOr/UQD/nwAA/27/7AAA/+kAe/8Ayf8A/5sA/zEA/6z/ABEAEP8A/17/MgAA/9n/ACL/gAD/AJ0AXP8Aqv//AMoA/yHqFBb/zAD/AGD/ANsA9//1/wDk/wDV/wDF/wC3/wD/AI2m/wD/FACY/wCI/wB5/wBp/wD/YgBb/wBK/wA8/wAs/wAd/wAN/wAAPv8A/xH/AFAAi///rQAA/8r/+gAA1///QwAAH/8Abf8A/43c/JNGAAAAiElEQVQI11XIQQsBURhG4e+e17iMLC1QLESp0eUurChZWvj/f2OKzNDcsdGUzuKpYxceZPL6cNdEjWqulPJq2ZFpQKU3wuFw8PMv6xMoVLFXyZKNEoWezM0RCHqxsBErctbmKUhEE1tyy8wsMmammkjblTpT96ZK1uMs46TGhhwEUXCUN7jJfQHfmyY3nTId8wAAAABJRU5ErkJggg==);
}
colorpicker-alpha {
  display: none;
}
colorpicker-alpha,
.colorpicker-color {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAMAAACIElGlAAADAFBMVEUAAADT09PT09P////T09P////e3t7q6urT09Px8fHT09P////////T09PT09P////////T09PT09P////////////T09PT09P////////////T09P////T09PT09PT09P////T09PT09P////////////////T09P////T09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09P////T09P////////////T09PT09P////T09P////////////////////T09P////////T09PT09P////////////////////////T09PT09P////////////////////////T09PT09P////T09PT09P////////T09P////////////T09P////////T09P////T09P////T09P////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////////////////T09PT09P////////////T09P////////T09P////T09PT09PT09P////////T09P////////T09P////T09PT09P////////////////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////T09P////T09PT09PT09PT09PT09P////////////////////////////////////T09P////T09P////T09P////T09PT09P////////////T09P////T09P////T09P////////////T09PT09P////////////////T09PT09P////T09P////T09PT09P////T09P////T09PT09P////T09PT09PT09PT09P////T09PT09P////////////T09PT09P////T09P////////T09MQsm1FAAABAHRSTlMAgJN8/vcDAfcCnJyGaZmZlomGk4yJOmM/eTxs8wY0YDFC7HNdLx18n5/7aUvzCcW9+qKiK8P0ZiltRwfdw/n8Px3WduJjItj78ss5PDHUNELbwP5wplA2FglEVwvkqNarCs4Z7b2sDLgQ0xNdyLrr0eLLUeW1Vs5TWQLwjPI3ZvQGdvxFyFrAeevaLCLvGd0kpRskGyf4qK605xKvFrGyDRHnBYMEkJaDkIBvB/gpH99O6CrbIC4nH3Lg2SXp4A7Qul/GDEgPSlMQ6LjqFU0SjyCCj5V/gnBN7xglL3O70WBU7gjFFEfft0sPTo1ndRipwXr2yRemWRVENq+ytbGuxGaWGQAAAlNJREFUGBkFwVtoFQQABuDvn27lbEGQNaGtNsxtZ84wDNtDaBdLaNC64SqnlVq4zDJdF6xMeim2WpPqITdHjEoqCaIkhpJQEVGMvG3HWK52lAQfQ4nNou8LALkEQOb8a5at9G7PcJn/yh6D7FJ/ygDkc8v81AdZDM2QNVAOeRJaFzCRbzWfaD5gIdkEjxYbi43Zg183QJ7y1jaPV59VnQ5YSce+vN32lbY30ZvdHLmhjOmK3ApnIF9UmDaH+dLbNM4I5OA4Vn2NvOfOEfXlM+UzuRl2zJTPyFLYWUSuh/6FfpProAVSC0sgr+LlTshVcBOkDUYhK6AIaYcjkIdhqAf5oW6ybrIb8mO9UzZCzpVqSipP0pBtUIK8CO3m+yvPwxnIS1C1tY9shm8gf0xRuxyyEo5ClsGqLbtJM0xBWmEK8gCsXnTcovxugi7I7bCcze/mDXQ1QBpgAvKpZidWQ/YVjFlslFwGFZB5cBFyJRTfQT4ujBXGZhXGCmMpgysgx4+1HLMJcjkEUgmBNEIgN0IgF/bge8haaOWhT/IETEMGrB90cf0g2Yu1w9Z9KN2wwIYBOavEIGQL3F9TqillI/wMuQ+G3kdugX8g36mbrLsb8jRUP9NPnoMi5AU4B3kW2l3rz3TBacg6KEHugu2Qe6FVgfTVTbIfMuKCytlN403juQNaIJ1wNeQDuPQocuj83PNzqyCH+GXpl52GO1Pv8Aq3QU72dOtp4sHPsgNGIa8YouX0NeQ1OAD5G+ZB9j/iIx39yBKoghSgFvL6rp0chMyGe+B/ppiljeyzntEAAAAASUVORK5CYII=);
}
.colorpicker {
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.colorpicker colorpicker-hue,
.colorpicker colorpicker-alpha,
.colorpicker colorpicker-saturation {
  position: relative;
}
.colorpicker input {
  width: 100px;
  font-size: 11px;
  color: #000;
  background-color: #fff;
}
.colorpicker.alpha {
  min-width: 140px;
}
.colorpicker.alpha colorpicker-alpha {
  display: block;
}
.colorpicker.dropdown {
  position: absolute;
}
.colorpicker.colorpicker-fixed-position {
  position: fixed;
}
.colorpicker .dropdown-menu::after,
.colorpicker .dropdown-menu::before {
  content: '';
  display: inline-block;
  position: absolute;
}
.colorpicker .dropdown-menu::after {
  clear: both;
  border: 6px solid transparent;
  top: -5px;
  left: 7px;
}
.colorpicker .dropdown-menu::before {
  border: 7px solid transparent;
  top: -6px;
  left: 6px;
}
.colorpicker .dropdown-menu {
  position: static;
  top: 0;
  left: 0;
  min-width: 129px;
  padding: 4px;
  margin-top: 0;
}
.colorpicker-position-top .dropdown-menu::after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  top: auto;
  bottom: -5px;
}
.colorpicker-position-top .dropdown-menu::before {
  border-top: 7px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  top: auto;
  bottom: -6px;
}
.colorpicker-position-right .dropdown-menu::after {
  border-right: 6px solid #fff;
  border-left: 0;
  top: 11px;
  left: -5px;
}
.colorpicker-position-right .dropdown-menu::before {
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  top: 10px;
  left: -6px;
}
.colorpicker-position-bottom .dropdown-menu::after {
  border-bottom: 6px solid #fff;
  border-top: 0;
}
.colorpicker-position-bottom .dropdown-menu::before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
}
.colorpicker-position-left .dropdown-menu::after {
  border-left: 6px solid #fff;
  border-right: 0;
  top: 11px;
  left: auto;
  right: -5px;
}
.colorpicker-position-left .dropdown-menu::before {
  border-left: 7px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  top: 10px;
  left: auto;
  right: -6px;
}
colorpicker-preview {
  display: block;
  height: 10px;
  margin: 5px 0 3px 0;
  clear: both;
  background-position: 0 100%;
}
.md-datepicker-calendar-pane {
  z-index: 9999;
}
label,
.md-label {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #333;
  text-transform: none;
}
label.ol-label-inline,
.md-label.ol-label-inline {
  font-weight: 500;
  margin: 32px 0 0;
}
@media (max-width: 767px) {
  label.ol-label-inline,
  .md-label.ol-label-inline {
    margin: 10px 0 0;
  }
}
md-input-container {
  display: block;
  margin: 25px 0 0;
}
md-input-container .ol-input-linked {
  margin-bottom: 10px;
}
md-input-container.md-input-focused input.md-input {
  padding: 2px;
}
md-input-container.md-input-focused textarea.md-input {
  padding: 10px;
}
md-input-container.read-only .md-errors-spacer {
  display: none;
}
md-input-container.read-only .input-text {
  margin-bottom: 0px;
}
md-input-container input.md-input,
md-input-container textarea.md-input {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #333;
  text-transform: none;
}
md-input-container textarea.md-input {
  border-width: 2px !important;
}
md-input-container input.md-input {
  border-bottom: 1px solid #bbb;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
md-input-container input.md-input,
md-input-container input.md-input.ng-invalid.ng-dirty {
  padding: 2px;
}
md-input-container textarea.md-input {
  padding: 10px;
  margin: 10px 0 0;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 6px;
  overflow: auto;
  min-height: 120px;
}
md-input-container md-select[disabled] .md-select-value,
md-input-container input.md-input[disabled],
md-input-container textarea.md-input[disabled],
md-input-container textarea.md-input[readonly] {
  color: #777;
  -webkit-text-fill-color: #777;
  background-color: #eee;
  background-image: none;
  border: none;
}
md-input-container > .material-icons {
  color: #666;
}
md-input-container > .material-icons.percent-icon {
  font-weight: 500;
  font-size: 20px;
}
md-input-container .input-text {
  height: 30px;
  line-height: 30px;
  margin-bottom: 24px;
}
md-input-container .input-text a {
  height: 30px;
  line-height: 1;
}
md-input-container .input-text .md-input {
  display: inline-block;
  float: none;
  margin: 0 5px;
  width: auto;
}
md-input-container .input-text .popover-icon-help {
  padding-left: 0px;
  position: static;
  margin: 0 0 2px 10px;
  right: auto;
  top: auto;
}
md-input-container .popover-icon-help {
  padding-left: 1px;
  position: absolute;
  margin: 2px;
  right: 0;
  top: 5px;
}
md-input-container .help-text .popover-icon-help {
  position: static;
  margin-left: 2px;
  margin-top: -1px;
}
md-input-container md-checkbox .popover-icon-help {
  top: 2px;
  margin: initial;
  right: initial;
  padding: initial;
}
md-input-container md-checkbox .popover-icon-help {
  position: initial;
}
md-input-container:not(.md-input-invalid).md-input-focused .md-input {
  border-color: #3b99fc;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
  transform: translate3d(0, 6px, 0) scale(0.75);
  color: #333;
  overflow: visible;
}
md-input-container._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  left: 0;
}
md-input-container._md-datepicker-floating-label._md-datepicker-has-calendar-icon md-datepicker {
  display: block;
  padding-right: 0;
  width: 100%;
}
md-input-container._md-datepicker-floating-label._md-datepicker-has-calendar-icon md-datepicker .md-datepicker-input {
  max-width: none;
}
md-input-container._md-datepicker-floating-label._md-datepicker-has-calendar-icon md-datepicker .md-datepicker-input-container {
  display: block;
  margin-left: 30px !important;
}
md-input-container._md-datepicker-floating-label._md-datepicker-has-calendar-icon md-datepicker .md-datepicker-button {
  padding: 8px 0;
  margin-left: -10px;
  margin-right: 0;
}
md-input-container._md-datepicker-floating-label._md-datepicker-has-calendar-icon md-datepicker .md-icon-button + .md-datepicker-input-container {
  margin-left: 0;
}
md-input-container .md-input-message-animation {
  font-size: 14px;
  font-weight: 400;
}
md-input-container .md-input-messages-animation {
  min-height: 24px;
}
md-input-container .help-text {
  font-size: 12px;
}
md-input-container.md-input-container-no-label {
  margin: 5px 0 0;
}
md-input-container.md-input-container-no-error {
  margin-bottom: -10px;
}
md-input-container.md-input-container-label-bold label {
  font-weight: 500;
}
md-input-container.md-input-container--no-error .md-errors-spacer {
  display: none;
}
md-checkbox[disabled]:not(.md-checked) .md-icon {
  border-color: #bbb;
}
md-checkbox[disabled].md-checked .md-icon {
  background-color: #bbb;
}
md-checkbox[disabled] .md-label {
  color: #bbb;
  margin-top: -3px;
}
md-checkbox:not(.ol-checkbox-button) .md-container {
  top: 0;
  -webkit-transform: none;
  transform: none;
}
md-checkbox .md-icon {
  background: #fff;
}
.md-select-menu-container {
  z-index: 9999;
}
md-select-menu md-option {
  font-size: 14px;
  font-weight: 400;
}
md-select {
  font-size: 14px;
  font-weight: 400;
}
md-backdrop.md-select-backdrop {
  z-index: 1100;
}
.form-row {
  margin-bottom: 15px;
}
.form-row:last-child {
  margin-bottom: 24px;
}
.input-color-container {
  position: relative;
}
.input-color-container .input-color {
  position: relative;
  z-index: 1;
}
.input-color-container .input-color-preview {
  border: 1px solid #bbb;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  z-index: 0;
}
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  z-index: 1100;
  margin-top: 2em;
  width: auto;
  height: auto;
}
.md-autocomplete-suggestions-container {
  margin-top: 2em;
  width: auto;
}
md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
  bottom: auto;
  top: 54px;
}
md-autocomplete md-progress-linear.ol-button--secondary-theme .md-container,
md-autocomplete md-progress-linear .md-container {
  background-color: #9fcdfe;
}
md-autocomplete md-progress-linear.ol-button--secondary-theme .md-bar,
md-autocomplete md-progress-linear .md-bar {
  background-color: #3b99fc;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal h4 {
  background-color: inherit;
  border: none;
  color: #ff6138;
  font-weight: 400;
}
.modal .btn {
  margin-bottom: 0;
}
.modal .table-responsive {
  height: 250px;
  overflow: auto;
}
@media (max-width: 991px) {
  .modal .col-xs-1:not(.large),
  .modal .column-label:not(.large),
  .modal .column-value:not(.large) {
    font-size: 16px;
    line-height: 1.25;
  }
  .modal .col-xs-1 {
    height: 44px;
    padding-top: 10px;
  }
  .modal .form-control {
    height: 44px;
    padding: 10px 12px;
  }
  .modal textarea.form-control {
    height: auto;
  }
  .modal .input-group-addon,
  .modal .input-group-btn {
    padding: 10px 12px;
  }
  .modal .col-xs-6,
  .modal .col-sm-12 {
    margin-top: 10px;
  }
}
.form-group .col-xs-6.column-label {
  line-height: 2.5;
}
.column-label,
.column-label > label {
  font-weight: bold;
}
.column-label.med,
.column-label > label.med {
  margin-top: 0px;
  font-size: 16px;
}
.column-label.large,
.column-label > label.large {
  font-size: 20px;
}
.column-value,
.column-value > label {
  font-weight: 400;
}
.column-value.med,
.column-value > label.med {
  margin-top: 0px;
  font-size: 16px;
}
.column-value.large,
.column-value > label.large {
  font-size: 20px;
}
@media (max-width: 767px) {
  .column-label.large,
  .column-label > label.large,
  .column-value.large,
  .column-value > label.large {
    font-size: 16px;
  }
}
.dotted-horizontal-line {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: thin dotted #000;
}
.large-value {
  font-size: 60px;
}
.large-med-value {
  font-size: 50px;
}
.med-value {
  font-size: 40px;
}
@media (max-width: 767px) {
  .large-value {
    font-size: 40px;
  }
}
.modal-body .compact {
  margin-bottom: 0px;
  min-height: 0px;
}
.modal-body .input-close {
  margin-top: 10px;
}
.modal-body .nav-tabs li {
  margin-bottom: -1px;
  z-index: 1000;
  font-weight: 400;
}
.modal-body .nav-tabs li.active a,
.modal-body .nav-tabs li.active a:hover {
  color: #ff6138;
  background-color: #fff;
}
@media (max-width: 991px) {
  .modal-body .nav-tabs li {
    width: 50%;
    margin-bottom: 5px;
  }
}
.modal {
  font-size: 14px;
  font-weight: 500;
}
.modal .modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.modal .modal-header .modal-title {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  margin: 0 20px 0 0;
}
.modal .modal-header .close {
  font-size: 30px;
  outline: 0;
  position: absolute;
  right: 20px;
}
.modal .modal-header .location-subheader {
  color: #777;
  font-size: 14px;
  font-weight: 500;
}
.modal .modal-header .location-subheader .location-icon {
  height: 15px;
}
.modal .modal-header .location-subheader span {
  line-height: 1.4;
  vertical-align: middle;
}
.modal .modal-header .location-subheader-icon {
  font-size: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  min-width: 16px !important;
  width: 16px !important;
}
.modal .modal-body {
  padding: 20px 20px 10px;
}
.modal .modal-body h3 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
}
.modal .modal-body .modal-subheader {
  margin: 0 0 20px;
  text-align: center;
}
.modal .modal-body .modal-subheader span {
  font-weight: 400;
}
.modal .modal-body p {
  font-size: 14px;
  margin-bottom: 0;
}
.modal .modal-body .vertical-line {
  border-right: 1px solid #bbb;
}
.modal .modal-body .dotted-horizontal-line {
  margin: 0 0 15px;
  border-bottom: 1px dotted #bbb;
}
.modal .modal-body .label-detail {
  margin-top: 20px;
}
.modal .modal-footer {
  padding: 0 20px 20px;
  border: none;
}
.modal .modal-confirmation-container {
  position: relative;
}
.modal .modal-confirmation {
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 0;
  left: 0;
  padding: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.modal .modal-confirmation-text {
  font-size: 16px;
}
.modal .modal-confirmation-actions {
  display: table;
  margin: 20px auto;
}
.md-dialog-fullscreen {
  height: 100vh;
  width: 100vw;
  max-height: inherit;
  max-width: inherit;
}
.md-dialog-fullscreen .modal-body,
.md-dialog-fullscreen .modal-footer {
  max-width: 500px;
  margin: 0 auto;
}
.modal-border {
  height: 10px;
  width: 100%;
  margin: 10px 0;
  background-color: #ff6138;
}
@media (min-width: 959px) {
  .md-dialog-container {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #dddddd;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #dddddd;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #dddddd;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #dddddd;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.popover-icon-help {
  background: #2e3641;
  border-radius: 35px;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 2px;
  text-align: center;
  width: 30px;
}
.popover-icon-help.white-icon {
  background: #ffffff;
  color: #2c3e50;
  font-weight: 600;
}
.popover-icon-help:before {
  content: '?';
}
.popover-content {
  color: #333;
  width: 270px;
  z-index: 2;
}
.popover-lg {
  width: 400px;
}
[popover-trigger]:not( md-icon ):not( .popover-icon-help ):not( .popover-no-indicator ) {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.popover-indicator {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.popover[popover-popup] {
  background: #14171A;
  border: none !important;
  display: table !important;
  opacity: 0.95;
}
.popover[popover-popup] .popover-content {
  color: white;
  max-width: 300px;
  padding: 6px 11px;
  text-align: center;
  width: auto;
}
.popover[popover-popup] .arrow {
  border-width: 9px;
}
.popover[popover-popup] .arrow:after {
  border: none !important;
}
.popover[popover-popup].top {
  transform: translateY(-3px);
}
.popover[popover-popup].top .arrow {
  border-bottom-width: 0;
  border-top-color: #14171A;
  bottom: -9px;
  margin-left: -9px;
}
.popover[popover-popup].bottom {
  transform: translateY(3px);
}
.popover[popover-popup].bottom .arrow {
  border-top-width: 0;
  border-bottom-color: #14171A;
  top: -9px;
  margin-left: -9px;
}
.popover[popover-popup].right {
  transform: translateX(3px);
}
.popover[popover-popup].right .arrow {
  border-left-width: 0;
  border-right-color: #14171A;
  left: -9px;
  margin-top: -9px;
}
.popover[popover-popup].left {
  transform: translateX(3px);
}
.popover[popover-popup].left .arrow {
  border-right-width: 0;
  border-left-color: #14171A;
  right: -9px;
  margin-top: -9px;
}
.popover-icon-help {
  background: #bbb;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  height: 16px;
  line-height: 16px;
  margin: 0 0 2px;
  padding: 0;
  text-align: center;
  width: 16px;
  vertical-align: middle;
}
.popover-icon-help:before {
  content: '?';
}
.ol-popover-dropdown-group {
  padding: 10px 0;
}
.ol-popover-dropdown-group .ol-search-bar {
  margin: 10px;
}
.ol-popover-dropdown-group .ol-popover-dropdown-search-options-container {
  max-height: 80px;
  overflow-y: auto;
}
.ol-popover-dropdown-group + .ol-popover-dropdown-group.no-label {
  border-top: 1px solid #ddd;
}
.ol-popover-dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ol-popover-dropdown md-divider {
  margin: 10px 0;
}
.ol-popover-dropdown__selected-item {
  background: #eee;
  font-weight: 500;
}
.ol-popover-dropdown__selected-item-checkmark {
  color: #3b99fc;
  display: inline-block;
  font-size: 22px;
  height: 18px;
  margin-left: 15px;
  line-height: 18px;
}
.ol-popover-dropdown .checkbox-option {
  color: #333;
  font-weight: 400;
  padding: 10px 15px;
}
.ol-popover-dropdown .checkbox-option md-checkbox {
  margin: 0;
}
.ol-popover-dropdown .option {
  position: relative;
}
.ol-popover-dropdown .option,
.ol-popover-dropdown .option > div {
  outline: 0;
}
.ol-popover-dropdown .option:hover {
  background: #eee;
}
.ol-popover-dropdown .option md-icon:not(.ol-popover-dropdown__selected-item-checkmark) {
  font-size: 15px;
  height: 15px;
  left: 10px;
  line-height: 15px;
  min-height: 15px;
  min-width: 15px;
  position: absolute;
  top: 10px;
  width: 15px;
}
.ol-popover-dropdown .option > a {
  color: black;
  display: block;
  font-weight: normal;
}
.ol-popover-dropdown .option > a:hover {
  text-decoration: none;
}
.ol-popover-dropdown .option > a > span {
  white-space: nowrap;
}
.ol-popover-dropdown .option > a,
.ol-popover-dropdown .option > div {
  padding: 10px 15px;
}
.ol-popover-dropdown .option > a.has-icon,
.ol-popover-dropdown .option > div.has-icon {
  padding-left: 35px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * And now any configurations for our custom fonts.
 */
@font-face {
  font-family: "icons";
  src: url("../../../dist/assets/fonts/icons-d0e096af813536bd330439cdd105542d.eot");
  src: url("../../../dist/assets/fonts/icons-d0e096af813536bd330439cdd105542d.eot?#iefix") format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAB8MAA4AAAAAMKAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABRAAAABoAAAAcetKngUdERUYAAAFgAAAAHAAAAB4AJwBBT1MvMgAAAXwAAABKAAAAYEDfXRBjbWFwAAAByAAAAEIAAAFCAA/04mN2dCAAAAIMAAAABAAAAAQAEQFEZ2FzcAAAAhAAAAAIAAAACP//AANnbHlmAAACGAAAGX8AACd8ylcje2hlYWQAABuYAAAAMAAAADYJ5X+3aGhlYQAAG8gAAAAfAAAAJAPrAfJobXR4AAAb6AAAAHIAAADsYewACmxvY2EAABxcAAAAeAAAAHgp3TIGbWF4cAAAHNQAAAAfAAAAIACFAVNuYW1lAAAc9AAAATsAAAITgdW/nHBvc3QAAB4wAAAA2wAAAlgbhRrdeJxjYGBgZACCS9IZNiD6SvT8RTAaAD3sBnMAAHicY2BkYGDgAWIxIGZiYARCKyBmAfMYAAYcAGl4nGNgYdzJOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAMBBJMhIM01haHhI8NHc8YD/w8w6DEeYPACCjMiKVFgYAQAUdcMgwAAeJxjYGBgZoBgGQZGBhCwAfIYwXwWBgUgzQKEQP5H8///gSTD///8zFCVDIxsDDAmAyMTkGBiQAWMDMMeAAB4RQbjAAAAEQFEAAAAAf//AAJ4nK1ae7BdVXnf336std/vx7nnfc6+53GfuTlPSHJvTkhAbkgCJOEhqA00BESJMgpBBL0qhShUMLVxxFZjLQ4DTgU6xk5GOncYR51WOhZlxoo60amMtRi0o3Za7Um/tfc5lxuE+k/vuWftvdZer73W9/j9vnU4nnM4jvskXMEJHOXmnwRuw5anqMj9vPUkkb6/5SmBx1vuSYEVS6z4KUrgd1ueAlbedtpOo+3EztEjhw7BFcPHHWhjb+Tsb8+ehMOwyu3kDnLv4/6ce5n7DcfVQkooadQb9X6v3+q15yG560VFiBr1bj190m6xfIgfP+qxx1uhx3KssQm0FbbxvoF3SbX+ErA6jXlgfWOFRsjKsZcQO2p0G0mv+CjwKUl6xQ/WT4obVXwQjTK0ynpIK2DTIJksFmBvQTWp0o1Jw9/IJsKy3U6/CCUoQjL6qI+1HpJJsYn063CdUW5c8YbNfVdXaJFXeF7kJVnxbJNXBYC8TgTB1D1KeY23LD0DvBSati5rWVXhgahZEAEkyGjKYZ7yPMlSEURbtGRBECwqUlUg4TF5AigvKrzMGxSmqSqKxBL4QOR53qsRGSvzdp43RQUIyL8TRCGQyJYLJEEBQZcNJ7YKioDtjanIUXEwSgmReKA2kKxuVR1BABkCOVSIAALoOrU1SxclSauVW1OFjaXgYV4XtGzxiUsXd7tWtdytVHI4B0c0dVuTCfbIA+yd9v0Jx6BYNWyULwBecJaKJVtWQVN8PdPYJWgCTy3tUsmX2BuDqM1p01VVVSQi6K5ibd1TvJD3JAr4d4cXyIIkUlHRv06JLDZjKsoWod066wXbXlvKR7jWAQ+C7OiyRHhQeJyJZDULRcEWFEnU1dAgIvB5TZL0imRQAdcvoxDsCVfat2Rb0xTD8qbLeUnQ3E51j1iSLZfnmIzjV+Q5+HSiNxpncSVuA8f1g7jLvhG7omJ4TqceV6okcPywXWn1PMcnmK93nU4P8+GHL3x8x2M7Hr/wRiIMrxQILu9jAqlmneGVTjbrwGNO9ouHDh09c2bHY4/dOHwZnOHzsINVG34FU3jD8CtJtR2Y4nxwYmdXcU6rOKN7Oc5thT6p1jtSr9sZCfw8PxLdRLNaqay2+p1et7codOqpuqA0d+PAjxP5D/yR1oyUMmSKxD5xNa1aj1FxAlIAPyryifKEmyFodzttHOH4d47jP1wtS5IiG7ou2rKjSJIgiqBLWcUgqiDKADwvEIE3BV0oZzzXlmRJ1Kiu6qIlypoqSrgvkkL1QNY10HCPUHR43FdeppqhqaFc5uXQhNVktGfd0DFMRZZlEVA6REVWZRF3WeIFHJZHjUMRljSVsCthciZAJsNLmq3ZgeXgjlNFREFBBaDYVOYVCRWNSQ4OKgBPdEMAwuNLSMLFu4G3VZQA7uxpXPcVboIrcBs5DuJupz4DVVyV+JW9xz2v19pBLOHi4sNFWLt2K3B6xTVXTBf/XXwTTIfPraxAeWCX7VX8DmAVBmX2sOyaw9NJLcyWyysLtr3AvmUcFmXgBqiBwpkcN+lbQKoboJ4IWgQ1siLZ0oqkysDJ0tDELOZsVUrbzXOPwF6UYg4llKbt0PCihDxCkmasrkRgcJajJM1gGVnf1uC4XjJmItytEjzCRlRVrPl1NloysCqtpG32Qo37T85Gr5AoBBNKNl4JQqjpdDQKwXbkBqoTSaaYwwxre/bf4DQcZXNNJBwFkTR6/Xnodh74xgMPHMzXlluBPbUAR992/G10U1CYntg5fQnTWTZuBp6GjZyPd2vrk47bZwk8rZ7SitopTQvwcv9HMAmBlrFQY+WBpt1/Pz5L+zr7K5iAJ7lg3Vqzl2iMe4QJ7ZRaVrHRRz6SdnjqR/hV1VCzTNZR0uGpkd7CGdTbmJvBFan3+g18rXo39plHo6hUhCY+LWh30ONF/TrT6x6+PfyDH8StKDt1/kHDvxTvjFH+vBsMf0/cDk9eubh45eKD8R7/KmNTMxfGvn+1EVYvxfT8NHuVUV5klRKbdvZFlOOvcAq+VYX7GPcvUMFdRRNWJT7zip06U3Z223PW3VNmFGK0Cmv2IcbVSMwECngjsSupxeiy+feX+H59A3uwCGiK2miL1qxSGxcuMU6bAYUvQIOCZUmvJlgQllhplIyBZRbrA714tc6MVZx2Uh912092Y4nfmjRp4Wq1EUskdgzb40yd/59uXm7mC81mIf9rP69qvmX64+uNaKKmREn0eV42LTRwJRs9P082giigZJdB5MU6Ollml4AIU3zyNyUQ1kJXXXTIRU1ltmcjQgZqkhKayTqALOgUqwH/eFOQTKjwmsL6lbCRxqO8mpLQTJ6ogiShtdR0PnlsqrwouPIrz1+7JU9evyXhm186r9k8r7nD9FXNsHwfrdDo7vrkvQyZZNDK8qppQYZC6CFkEaYkAWFNTBHJqCJzXAYCCRFYA6qqaQNLsfkM4Qv4biCyBrwQo0PGBrZFCS8+VBMkSktosT1DQwggGQYxAEiJUklYe4bWXGSPED34KvoVVRpVAfP/bI9YRn5Ve09ba4/ui9kPivrxE9SPI6gfHjfH9blt3CXcdUxDGnXUEHSlyR1FZWlFKcqkxEoVYQ0V1nudUZV+fa12+Eo7pkqVNVXppXD4sKaWcZ2Lu/GqamHxoQIvEkmRZChYliERXQ9C3yMioV/0kwraF0Y1j4+utzYlbfhOTWr6wY6F+ZvnF3YE/k0oX6z6cbxi5+ENh2XskfV8C6AAsh5Zz7bj8snoofbMqGZldL1215IsL+3qJt0lPeM6scV6FP4DnubO5y7gLubeyL0VDSaqS/IqJUQHQRzECEaqxOLXrt1E7VNAz2wEXtu9qIMYI25g9XY3rgYU1yUxEiNCQNrVc/PwMIqRzqNzrlanEcVVZycRHV4ug1xdqEii3ERlUxRXLsumzsug1ql11bWSgM6dv+hD120W3pxBTVXNrGvqgmDovvBiJk+UdXn4S8vxdZBxkdzNtVxX1DxHkbvj622IVXH5ED4itCa80iQ6vaaGCB9aLf7fTSuvGppiWoYu8vmisnafrpkCQ/gUWmGT24KStZvj0JlQXKxeHWUoRKMT+MyeMruUmscoxAcNhjQoA2AIvFr9Hj5F/4McKaJxt0YbqU3F1R9WZiv5Y6p4UJSlg9FC9Ux1ARPPZEjbFBF0nXFNI+ud8QwTUbYk5fau7oWtub1ZhF3yrHy4MlOxc99QpYOSLB480U9aVxeQdoiSiUTDNLBp1jDdSYl3EbI9u29138NZbC3PYAdcKhcjnGRxLnqYLKIlDtCrrQfFUSPoR30LKg3aj7rwLT+f94cHWPqJ+zKPPvrCzbDp5vb598EKFq+yYhj4+W9/7Lf/8773ffK++/qLN/82GWeMgy0uQmTeQGSO+sbgcC/xm2P/Sao95tpQbydHpR/oHO/sPrj7s0ExCIpp+tSpe+45dc/wSwmYPd7pxNsv/CgrH/3/7T3s+ecS9Pk6Y7Oxgnr1D46NA3eO3/J6Qy9ULtwedz7zekO/xtiIJrg/MGbUQalB4UEh6kL19Yb+PHmU4D8IrzP4V5ELJkaSYZmfwJdRjgOuhlimHzO/vhm6cSKjMYpzG5nRuSwIbqPnS6Jdbs16br2+890L1eHPmXiBV104tVQyKFnyven60smTDw4TqQUX09FYZ3CskLsQkatPGXZNEYeT4AlmGKQxIkk5EJtHXB359pHlaLdGhgch1jLzux56JFdTbUvV4BGRVxbnHNd0tDBye3sQ9uoKH2zvVjJRU7EtN1RR3nWB6nAk0IafEJGboBN5qxZYzEZWvofUk1TQWBNKp9F1f0chvFaVZVdi9kpDQsF0Q1xbtybX5nZxD3EceoJk0qldTEIajIa10IgWxREnC8IGcl72AgjF+v4rr9lYe3+sVUsMR0oD11HANHYyJocx4tdGu49Qj7KWuC24XUgE0y17RrglFwayrJmWr/mqoDIcwjgVwgRJRH4vMtbN779gtrQB92u7rhXQsqkKpYJoWVnftBQkAJmF6r0akTTBFl1dJETUkfVpuBDUQkLHqBlfb9zdWAqioM42f7m2vFyjmmLbWYuqImFhBAmHYgxMZFlkCWhr5esguguFgnh35l2HUkM3DceX876n6a5fJc9VF8LQs00D7ZylEqSECtF5XTRMpGa+Z6VDi26Yi7M4xdwyGzeRZW4Cvggf4GTGNvqVoOK0CzwElS6aqBbcPby8Be8dfmb5qluXF+Dq+ZcoWL+7+mDjw+dw8S53Dcd1l2ArpJS7BOtkr8BTP0iYc8C2jvHpKgtzsQzyxASL1lkMDCFz0pgPg3AEt6ch9i/3L9dMJ+OY2iYkuZKiywoYvDvp2brhFm8vmLpZuL3oGpoDCweus3QEdDy5zC7lJeITc3JTW0HDjTuqTWV+6O/DziTkvdqmAgIfGam5ovM7cG0sg/dqnu+5hduKplm8reB6N3xOMEx7zz4DeysWJEWxWGdm948F3GokR8KaPFe5DncRWoKEEjNhW+eugriaRA5SzyWkrHmdLwt9E1KJHq0YskMi5lBD3ySymEE+zwIH4goKIjrZPsqgKPXxyZe3XL+0uLFVLBSKrY2LS9f35wVyLFVMvLuWCPNJBlgO28xL2Oa82w9tYtXvZO02jf1VuocW4r0iMvv27/srD1XEQ3I/DwlHwjdkJgYL26kCFqDRhe/ZYWgPd7H0tt0NP4KoPpHxYGljcz6ze7eg5xt7YTW0hjutEF36SSsc7vvpT4FGjhtG1Wj4X3/S7tYrP/2gRvOdu74Go/jTaG7j+JOHFp9zcNgI5VN61XVlAIMh90oKqysr5cHgxLo0lXcFlnHPZNw1rt9O3oUEDHew901xR7eTSi7gblz7Z7OF4uwZWxv+XLNtTd3Z69bqimb/pFecnS3u/WvdtnVMer2dtXq3Z6cYmlvAeV+W+KgaouguIh3UkLGXYr6JgenUZrFVpXGasgmIr6rVx3lUuo0++3QTVJRMDGliD80ZChOKUvsLk5nM5ETV1XXXgKsNORTK02XhHUmal3XoTk5MTGYqrmG4+jvl4ZVXHj9+/OP7dfkl2ZjS5HlUmQHqgCDcO8EqNnRWcf+8bPiFgs++hjxfXvfog7JuNR0jsDxVkA1DtuR9Ar8IwqIwlqkkNs72q4EeegfKFC5l5JgwAxV8y4azBJsR7LW7AnLr/jzMIECmRWj3nYrT38gWfy12kfBkFrxoQ1/wSwAlXzjLje/6x5Z500MqY6KW+0iJzI8Pv/80BI7jLAu6sNO2nRB8hxAzhNUxzIITfj5j28PzPMPw2PcACs3qS5YxbWwThG36rG5ZhJprvr6G8qJx5VGcgDIahO7IT2gPqm4SFUmN3QvTpWIQhkGx9G71JkmWM1SW3qrMTC8uTc/8bGk6CLeEwXIh/IGCVp0oP/BLizPT0zOJLeFsOA57OJVzuAxKZs1pmIDWst+IQhYsCRuolSikC3DoY8ZSpVKRN9waTNGbJO8BO5OxX3jX8J83lJGyLFasa2UvqAb1z2YcOzOKCa3w7IIQtRv46PdQzFHabTiNi1C2f3HAtg/YzD9zdax3F6ejhz4PWQ3TD/SPNOr1kc/0RmHRkftdH2EtQRdtRQWnF+AsK53eq+HPs4eqxWaAZLR6VCKq4jpNx1VUtgiq6tjTtoMc+aP55vCbzXy+CZ3mkkqHVSTOFH5I1T+duKMWGPzubbN2YFka/llWYLMMNsP2VnDz0Wah0DzKGv9w+M2kXQfT1EavwrMoi1Ji37gQ59T2vQAhR5fBxQIUQUBnhxvY6AN9ebp047t+6XiZYnTexfLwaDvaWYEvVAaIBkF+0y8V0bWiyHLNNw5fmug8MNfcWRleUeHScX48ipUrzJM6NQNq6EIjKU0B1/8sfoo//nHxlStYDz744GDiPXdmHxxk78R0FMMb+ZU3r9nimSRilOC4V9BMdXQglAawR2iHAZ9EFIMRVFqHgZil8yMk6vFoZ+AGBjW/lZUQtJm2075AVV13IlPJ5zI+6rmu6SGySWCYRLS2bJieyPhe0VV1ibFJIsrUcjI0T6Vuglg/haAWsWstkts6lfdvmwjQuqsq1jLYhpeCEF0x+iedJ8TNzG6JwvpCtaIbDniEhrZkqko5Exq3Z+dT+DuSXQWO4VrE6F8Te7nGEON15npsFUM4ZmtHbK2v20eYuT5i632N3Z7BktuZrb59XMIepj4GTo/8X8TlcJw5HLZybkxbqDgV5meQqnbrfmqZo8SxMwcCTwxXErPC0snhCTgwPI1/q3kmjx3kbify59qe4QBWTpfLg3L5X1mV/AHPKJcNj1uPKRxEFFePMcV6wNDvjDcfKW8C65Ow6Ug5x1CjNz4BGUUcfh9lcOvRxLLt+WHuokmR1BF7ioYmO0ZIZM2xLdywvsAgk0wkWRElQTj8aujRTyBGn0GMr2b9jKotUinPi45CbUUjskRd29MSNCMpMhVFgR2+6apzLhyBs0PciyeSveC8bkS7dZMPo3kEhr9YXR1cWaOeOz1DFw7DjrtWV98P5d6FOypzb79xf4tDb86d/Sachb9B7ZtDf7OLu5S7ivsj7kbcyyJQtlyNXhKoSlSHhTdpURid+fhJiIF9aqODzvG50UiLalEa2I0aYZ+RlTAijdE1Gl2hULnMbE7NzrTe/FdMxBWaQ9ag3boQEoq4XwyRRCiKayiO7uR0KKiaPBXoriSLthw5eQ11zB7eU5QijXxby/7GyOZ0PZfdbuUKupnPzyLelxVkau9y/35SM97b/xEwlqBObjRkceGIIpmKLxRCxhMU2dLMbKZChIuzs9VripYriapWrXQGkmlITvGSUNW8WyaD1ZxpZbOWeUnBdLN5y/quQalpkdF5hwj74KokUs8Wh4W604D3KPyfnGS0U6+cRl4sXEfYJ9dZIGX/fpY2ZHaDF01nN5jWk5KLXv/RWvPE7/4aXoL7cS/3JJqfindCbJEyjGxfTKtrZ33jE+oN0FmEJeiOyd8ojBSFtL8BcJq0H8FLhexMJfYnihQkKHogwnxPNplJA9FXdEGIJNs2FAntnqB4ZisozuYz6tJmNIy2/kx3uVxZ7urbtv1Im6/XQhfrIavjoWRgQnlkKRndpbwl6YEX6CZu1aSg86WMW1NMWcyamaiU2dLRLrhA6yzHccKL/wmegYe4bdw+lNmbUPrTo0hGk3x2QsBOKdOTysAUGP9fI7eJM2BfVpIyqX6rL2FDXA9WgUk4+/UBfseFFMuT7POCIUzh27LTZp5QhQgWUWjBzKE6f17VC9pWJaK6JLP4PfLgCbvERFkwBaNlCJqAe1VGIYcbjLbhXeol6Tt5Anhjb4KHsFOlYXg4BiO9pMzzNNSJHGiSNu3XFaFJVV0RctQuaqIe4BhywM4JLLvkmwL/j5InKRVFtFGXpIAABYLZ3NtzSlXJve1n1pKFNzQ35qHwAtpMg0OfUUsxWnJsg6+fHvWtBQ3OPRdGsUKxXU4w/a5Ot147pmpF7fr21unJejZnI3jM5mrVq6uNbMa14+vV5xKU39lVr/2drWra9ZO2ncvWJ/dPNrC2ZTnZzNTk9KB1vXquH0d7Bq+OB315fQQIltcHfUZ+4FdwEu4eMR+uhvA5XoI280S1biUAzprgP81PWCfh5HAn3D/8zFzd8+pw2fBr7eefT3hOCe5G/WFxfA55VoP2Gyy+2hhrAdz9lsyR24ID95y/RZsbFPKDDep5wL/lQ4tb73mTf8eRTw/mlE2b1dlBiVtb4+fQNue5aTabHnqlJZjnY59QB4E7OpzWEjSwvMbC2CN31Y3hCdvVwwO5jOAGyrG3bL3mDdm6FQKxQnH4/vKAwe9B+cTCwtzFzayy+T35sxydmoimJoWFhcvsvL/q5+3xucQqrOD4Cu5ykZvnWlyP25R6asaPOmgTaLuxsYVYNEwAwlacXzvCxxFqE/OIfa9XF+JGO4q7yRfX6rSfh5X8TXfQewXV4lXQ1ROqDipvqd8dfsu0Icv7xi8Mn8+C/eKCPTgwGFy2MGBxWdv28+XWXlPdrppJcsIzxmfWhpe4/9On1/DLM3CE62OG0PV2rMEElIkluyZncWE0/tVNNEJxvT6hPXjGy2lqNJErzczP7xmY8tZOMRMiCpPtih84E76q6dVDfaHXaOYqWbVUgEtyvh43JuN6lLXsab7pOuwwZSJbAYXX/TDMBtMdQdXrvQKxK66Q7u/3EL9+HpF/B/eXHTUnBqaD9hT1BYloCUiQ2BIEYBTZWsAWvb8WPWt3YXFhEoFuwKM5RHi44d0beKrwAUjR5AKUFXh4w8Xt3bvbu/c4kyUtN0H0CVkDfsLPb96cn5OcCZ1M5LTSpKOKh7pG9S927erg/xoHYxiwxQ2YRxoHQDvjQ5T0J1V8+kuPXuKaxv6bfRr++GA2AT7HAj/+79gP2CmQaKumijZK4RGXaL5X93wtUATP0A30t8zs8XDtYH6uXKmU5+YHG2Lf8/zYU/3QN/OKLkoE2FEIwT9qIp3RqI3w2NN89aX5QbkyN1spD9b0B9f3QfSpV+A7MOjKfiHW6Pe2wLxYNcU84AKHbfaDqwTTVzp1mhwaJ78gS77xa1RrLwG8Q5TyCKd0BOnEcLPVrMt+84PCrAsOpaDEt8DK4Rezc4aiMzAikbKbpbuc36/2CEhzJqW52gyCds2zPVOnVDfxRqOyOmOXZTkHZPvk5Hbesd2c4riOqWyPPeWi16oFAve/Fh5t6gB4nGNgZGBgAOKLc+d7xvPbfGWQZ2IAgSvR8xfB6P+//29jYmA8AORyMIClAWx7DXV4nGNgZGBgPPB/G4MeE8P/3wwMTEAuAyqwBgB+HgTgAHicY9jNIMgAAqsYGBhT//9mAjJhmFEVSCyFYBCb8QEQ7wViSSB+h6TuExD/Q/Dh4tsh6sD0eoQYXN4TSudBzZ+GJHcWyYxJULtB7A3//zH+B9LBQPwGiA8B8W2o3DYgrgXic0DcAJEDmzEJQgMAMtceOwAAAAAAKgAqACoBnAHmAqIC5gMCAyADOgNYA3YDnAPCBAYFlgYqBsQHNgdqB6gH5ggoCF4IxAmOCawKLAqOCtwLBgs4C7gMHgxSDIAMlAz+DTINWA3eDg4OVg7UDvIPmA/aEFAQ8BE8EVoRehGiEeISPhKSEuATQhO+eJxjYGRgYLBmVGLgYAABJiBmZACJOTDogQQADXwA2gB4nG2PwWrCQBRF76ix1IV03dXQlYKGSQQXLqu4LgpuS4xDHJCMTOJC+gFdtX/QZbf9r9Kf6M04pRsDyT3v8d59NwD6+ILA5RlgFVggwmvgFm7wEbiNB/wE7iAS94Ej3InHwF32nzkpOresnvxWwwI9vARu8e5b4DYW+AzcQU/0A0eQQgbusr/GHBZHnOFgUGCPGpKZcwypKRQSTDEir/GNLTJUnDDQKNlbUHc4cbtmP+e2Bub2eHam2NdykA9lqpLpSK7ft1lVG13Khd6dznWV7zlpuGJpVBFzW1JWNChoeOAhx1IXp0NGWPq52qvjhPbhYsaTmPH9d7rUKSYYM3rC799PYGnLemldoWUaKzmT/iY1nYyTZNwEvRZpw2OOtfF9SbPGLvbanMdGu8rYUiqVxEopecXkF9fYUXQAeJxtzTdSQ1EQBdHfwgjvnXDCe/NnnhxFhNNeSMjYE7sECpqMWzXV2ZyqUf3s86NqVf/t/vuoGjQYYZQxxmkywSRTTDPDLHPMs8AiSyyzwiprrLNBi0222GaHXdrssc8BhxxxzAmnnHHOBZdccc0Nt9QESaFDlx59Btw1399eh1HXNmzaYju2a3u2bwf279+DfbRP9tm+2OFvQz/0Qz/0Qz/0Qz/0Qz/0Qz/0Qz/0Qz/0Uz/1Uz/1Uz/1Uz/1Uz/1Uz/1Uz/1Uz/1i37RL/pFv+gX/aJf+l+JBoQnAA==") format("woff"), url("../../../dist/assets/fonts/icons-d0e096af813536bd330439cdd105542d.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-angel-list:before,
.icon-bar-chart:before,
.icon-billing:before,
.icon-briefcase:before,
.icon-caret-down:before,
.icon-caret-left:before,
.icon-caret-right:before,
.icon-caret-up:before,
.icon-chat:before,
.icon-chevron-down:before,
.icon-chevron-right:before,
.icon-cog:before,
.icon-cogs:before,
.icon-dashboard:before,
.icon-drivers:before,
.icon-edit:before,
.icon-envelope:before,
.icon-face-happy:before,
.icon-face-sad:before,
.icon-face-soso:before,
.icon-facebook-sign:before,
.icon-flag:before,
.icon-google-plus-sign:before,
.icon-growth:before,
.icon-home:before,
.icon-info-sign:before,
.icon-linkedin:before,
.icon-list:before,
.icon-lock:before,
.icon-logistics:before,
.icon-loyalty-perks:before,
.icon-map-marker:before,
.icon-megaphone:before,
.icon-minus:before,
.icon-money:before,
.icon-notification-off:before,
.icon-paper:before,
.icon-pinterest-sign:before,
.icon-plus:before,
.icon-profile:before,
.icon-question-sign:before,
.icon-redo:before,
.icon-referralmagic:before,
.icon-remove:before,
.icon-reviewedge:before,
.icon-reviews:before,
.icon-search:before,
.icon-sign-blank:before,
.icon-simple:before,
.icon-star:before,
.icon-thumbs-up:before,
.icon-trash:before,
.icon-twitter:before,
.icon-user-add:before,
.icon-user:before,
.icon-users:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-angel-list:before {
  content: "\f100";
}
.icon-bar-chart:before {
  content: "\f101";
}
.icon-billing:before {
  content: "\f102";
}
.icon-briefcase:before {
  content: "\f103";
}
.icon-caret-down:before {
  content: "\f104";
}
.icon-caret-left:before {
  content: "\f105";
}
.icon-caret-right:before {
  content: "\f106";
}
.icon-caret-up:before {
  content: "\f107";
}
.icon-chat:before {
  content: "\f108";
}
.icon-chevron-down:before {
  content: "\f109";
}
.icon-chevron-right:before {
  content: "\f10a";
}
.icon-cog:before {
  content: "\f10b";
}
.icon-cogs:before {
  content: "\f10c";
}
.icon-dashboard:before {
  content: "\f10d";
}
.icon-drivers:before {
  content: "\f10e";
}
.icon-edit:before {
  content: "\f10f";
}
.icon-envelope:before {
  content: "\f110";
}
.icon-face-happy:before {
  content: "\f111";
}
.icon-face-sad:before {
  content: "\f112";
}
.icon-face-soso:before {
  content: "\f113";
}
.icon-facebook-sign:before {
  content: "\f114";
}
.icon-flag:before {
  content: "\f115";
}
.icon-google-plus-sign:before {
  content: "\f116";
}
.icon-growth:before {
  content: "\f117";
}
.icon-home:before {
  content: "\f118";
}
.icon-info-sign:before {
  content: "\f119";
}
.icon-linkedin:before {
  content: "\f11a";
}
.icon-list:before {
  content: "\f11b";
}
.icon-lock:before {
  content: "\f11c";
}
.icon-logistics:before {
  content: "\f11d";
}
.icon-loyalty-perks:before {
  content: "\f11e";
}
.icon-map-marker:before {
  content: "\f11f";
}
.icon-megaphone:before {
  content: "\f120";
}
.icon-minus:before {
  content: "\f121";
}
.icon-money:before {
  content: "\f122";
}
.icon-notification-off:before {
  content: "\f123";
}
.icon-paper:before {
  content: "\f124";
}
.icon-pinterest-sign:before {
  content: "\f125";
}
.icon-plus:before {
  content: "\f126";
}
.icon-profile:before {
  content: "\f127";
}
.icon-question-sign:before {
  content: "\f128";
}
.icon-redo:before {
  content: "\f129";
}
.icon-referralmagic:before {
  content: "\f12a";
}
.icon-remove:before {
  content: "\f12b";
}
.icon-reviewedge:before {
  content: "\f12c";
}
.icon-reviews:before {
  content: "\f12d";
}
.icon-search:before {
  content: "\f12e";
}
.icon-sign-blank:before {
  content: "\f12f";
}
.icon-simple:before {
  content: "\f130";
}
.icon-star:before {
  content: "\f131";
}
.icon-thumbs-up:before {
  content: "\f132";
}
.icon-trash:before {
  content: "\f133";
}
.icon-twitter:before {
  content: "\f134";
}
.icon-user-add:before {
  content: "\f135";
}
.icon-user:before {
  content: "\f136";
}
.icon-users:before {
  content: "\f137";
}
.errors {
  margin-top: 20px;
}
.ol-actions-sheet .ol-actions-sheet-dismiss {
  margin: 10px 0 0 0;
}
.ol-add-tag__button {
  background: #ffffff;
  border: 1px solid #777;
  border-radius: 15px;
  color: #777;
  font-weight: 500;
  outline: none;
  padding: 3px 8px;
}
.ol-add-tag__container {
  overflow: visible;
}
.ol-add-tag__tag {
  outline: none;
  padding: 10px;
}
.ol-add-tag__tag:hover {
  cursor: pointer;
}
.ol-add-tag__tags-container {
  max-height: 150px;
  overflow-y: auto;
}
.ol-add-tag__tags-container + .ol-add-tag__manage-tags {
  border-top: 1px solid #dedede;
}
.ol-add-tag__manage-tags {
  text-align: center;
  padding: 10px;
}
.ol-add-tag__placeholder {
  text-align: center;
  padding: 10px;
  color: #777;
}
.ol-add-tag__placeholder + .ol-add-booking-tag__manage-tags {
  border-top: 1px solid #dedede;
}
.ol-add-tag .ol-popover-panel {
  left: 0;
}
.ol-agency-location-context-selector__checkbox {
  margin-bottom: 0px;
}
.ol-agency-location-context-selector__checkbox-group-name .md-container {
  top: 20% !important;
}
.ol-agency-location-context-selector__checkbox-group-name .md-label {
  color: #333;
  font-weight: 500;
  font-size: 14px;
}
.ol-agency-location-context-selector__checkbox--location-name .md-label {
  font-size: 13px;
}
.ol-agency-location-context-selector__filtered-location {
  padding: 20px 0;
}
.ol-agency-location-context-selector__filtered-location + .ol-agency-location-context-selector__filtered-location {
  border-top: 1px solid #eee;
}
.ol-agency-location-context-selector__filtered-location--with-margin {
  margin-left: 10px;
}
.ol-agency-location-context-selector__group {
  outline: none;
  padding: 10px 0 5px 0;
}
.ol-agency-location-context-selector__group-locations {
  margin-left: 25px;
}
.ol-agency-location-context-selector__group-name {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
}
.ol-agency-location-context-selector__group-info {
  color: #777;
  font-weight: 500;
  font-size: 12px;
}
.ol-agency-location-context-selector__group-container {
  min-height: 54px;
}
.ol-agency-location-context-selector__group-container + .ol-agency-location-context-selector__group-container {
  border-top: 1px solid #eee;
}
.ol-agency-location-context-selector__icon {
  color: #ff6138;
  height: 10px;
  min-height: 10px;
  min-width: 10px;
  width: 10px;
}
.ol-agency-location-context-selector__icon-container {
  padding: 10px 15px 10px 0;
  outline: none;
}
.ol-agency-location-context-selector__icon-container--with-margin {
  margin-left: 10px;
}
.ol-agency-location-context-selector__location {
  margin-left: 25px;
  margin-bottom: 10px;
}
.ol-agency-location-context-selector__location-name {
  font-size: 13px !important;
  height: 16px;
  line-height: 16px !important;
}
.ol-agency-location-context-selector__location-name--with-margin {
  margin-bottom: 15px;
}
.ol-toast-container md-toast {
  z-index: 5000;
  left: 50%;
  transform: translateX(-50%);
}
.ol-toast-container md-toast .md-toast-content {
  background: none;
  padding: 0;
}
@media (min-width: 960px) {
  .ol-toast-container md-toast {
    bottom: initial;
    max-width: 100%;
    padding: 8px;
    right: initial;
    top: 0;
    width: auto;
  }
}
@media (max-width: 959px) {
  .ol-toast-container md-toast {
    top: 58px;
    bottom: inherit;
    padding: 8px;
  }
}
ol-alert {
  display: block;
  width: 100%;
}
.ol-alert {
  border: none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  min-height: 0;
  overflow: hidden;
  outline: 0;
  padding: 5px 20px 5px 10px;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 959px) {
  .ol-alert {
    text-align: center;
  }
}
.ol-alert.error {
  background-color: #c9302c;
}
.ol-alert.warning {
  background-color: #f0ad4e;
}
.ol-alert.success {
  background-color: #39b54a;
}
.ol-alert__icon,
.ol-alert__close {
  flex: 0;
  align-items: center;
  height: 100%;
  width: 45px;
  margin: 10px;
}
.ol-alert__icon {
  left: 0;
}
.ol-alert__icon .material-icons {
  font-size: 27px;
}
.ol-alert__icon-img {
  height: 21px;
  width: 26px;
}
.ol-alert__close {
  opacity: 0.75;
  right: 0;
  width: 40px;
}
.ol-alert__close:hover {
  opacity: 1;
}
.ol-alert__close .material-icons {
  font-size: 22px;
}
.ol-alert__content {
  flex: 1;
}
.ol-alert__content p {
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.ol-alert__content a {
  color: #fff;
  text-decoration: underline;
}
.ol-alert__message {
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
}
.ol-alert--success .ol-alert__message-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ol-alert--success .ol-alert__button {
  background-color: #04810d;
  border: none;
  font-weight: 500;
  padding: 8px 16px;
  margin: 4px;
  border-radius: 4px;
}
.ol-alert--success .ol-alert__button:hover {
  background-color: #025008;
}
.ol-alert-v2 {
  align-items: center;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  min-height: 48px;
  overflow: hidden;
  outline: 0;
  padding: 10px 16px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10;
}
.ol-alert-v2--info {
  background-color: #EAF4FC;
  color: #0D3C61;
}
.ol-alert-v2--warning {
  background-color: #FDF4E7;
  color: #663D00;
}
.ol-alert-v2__content {
  flex: 1;
}
.ol-alert-v2__content p {
  font-weight: 400;
  margin: 0;
}
.ol-alert-v2__close {
  height: 18px;
  margin-left: 13px;
}
.ol-alert-v2__close .material-icons {
  font-size: 18px;
}
.ol-alert-v2__cta-link {
  font-size: 12px;
  font-weight: 500;
  margin-left: 13px;
  text-decoration: underline;
}
.ol-alert-v2__cta-link--info {
  color: #0D3C61 !important;
}
.ol-alert-v2__cta-link--info:focus,
.ol-alert-v2__cta-link--info:hover {
  color: #0D3C61 !important;
}
.ol-alert-v2__cta-link--warning {
  color: #663D00 !important;
}
.ol-alert-v2__cta-link--warning:focus,
.ol-alert-v2__cta-link--warning:hover {
  color: #663D00 !important;
}
.ol-alert-v2__icon {
  flex: 0;
  align-items: center;
  height: 100%;
  width: 45px;
  margin-right: 14px;
}
.ol-alert-v2__icon--info {
  color: #2196F3;
}
.ol-alert-v2__icon--warning {
  color: #FF9800;
}
.ol-alert-v2__message-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ol-alert-v2__message-container--info {
  color: #0D3C61;
}
.ol-alert-v2__message-container--info p {
  color: #0D3C61;
}
.ol-alert-v2__message-container--warning {
  color: #663D00;
}
.ol-alert-v2__message-container--warning p {
  color: #663D00;
}
.ol-audio-player {
  width: 100%;
}
.button-box {
  align-items: center;
  background-color: #fff;
  border: 1px solid #eee;
  display: flex;
  height: 85px;
  margin-bottom: 10px;
  outline: 0;
  padding: 20px 35px 20px 15px;
  position: relative;
  top: 0;
}
.button-box:hover,
.button-box:focus {
  border-top: 2px solid #F15F4B;
  outline: none;
  text-decoration: none;
}
.button-box:hover h3,
.button-box:focus h3,
.button-box:hover .button-box-arrow,
.button-box:focus .button-box-arrow {
  color: #F15F4B;
}
.button-box .button-box-img {
  display: inline-block;
  width: 24px;
  margin-right: 10px;
}
.button-box .button-box-heading {
  display: inline-block;
  color: #3b99fc;
  font-weight: 500;
  margin: 0 0 5px;
}
.button-box .button-box-description {
  color: #777;
  font-size: 14px;
  margin: 0;
}
.button-box .button-box-arrow {
  color: #777;
  font-size: 48px;
  font-weight: 400;
  line-height: 35px;
  margin-top: -23px;
  position: absolute;
  right: 10px;
  top: 50%;
}
.button-box .button-box-arrow:after {
  content: '›';
}
.ol-button-list .ol-button {
  margin: 0 10px 10px 0;
}
.ol-button-list .ol-button-more {
  margin: 0 10px 10px 0;
}
.ol-button-list .ol-button-more__icon--left {
  margin: 0 5px 0 0;
}
.ol-button-list .ol-button-more__icon--right {
  margin: 0 0 0 5px;
}
.ol-button-list .popover-icon-help {
  margin-bottom: 8px;
}
.ol-button-select {
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #3b99fc;
  border-radius: 24px;
  padding: 12px 20px;
  text-transform: capitalize;
  max-width: 210px;
}
.ol-button-select .ol-popover-dropdown {
  text-transform: none;
}
.ol-button-select md-checkbox {
  top: -1px;
  margin-bottom: 0;
}
.ol-button-select md-checkbox .md-icon {
  border-color: #3b99fc;
}
.ol-button-select .material-icons {
  color: #3b99fc;
}
.ol-button-select .ol-button-select-button {
  outline: 0;
  color: #3b99fc;
  padding: 0;
  line-height: 1;
  margin: 0;
}
.ol-button-select .ol-button-select-button__icon {
  font-size: 21px;
  min-width: initial;
  min-height: initial;
  height: 20px;
  width: 21px;
  margin-left: 5px;
}
.ol-card {
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-bottom: 40px;
}
.ol-card__header {
  padding: 10px 20px;
}
.ol-card__header-text,
.ol-card__header-title {
  margin-bottom: 5px !important;
}
.ol-card__body {
  padding: 0 20px 0;
}
.ol-card__body .md-label {
  font-size: 14px;
}
.child-location-select {
  background-color: #f1f1f1;
  border-bottom: 1px solid #BBB;
  padding: 17px 20px 13px 20px;
}
.child-location-select md-divider {
  margin: 0;
}
.child-location-select a > md-icon {
  color: #777;
}
.child-location-select-label {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
}
a.child-location-select-toggle#location-selector-toggle {
  color: #ff6138;
  font-size: 16px;
  font-weight: 700;
}
a.child-location-select-toggle#location-selector-toggle .material-icons {
  line-height: 0.9;
}
.child-location-select-search-container {
  margin: 20px 10px -10px;
}
.child-location-select-container {
  background-color: #fff;
  max-height: 225px;
}
.child-location-select-container .ol-popover-dropdown {
  max-height: 202px;
}
.child-location-select-container .ol-popover-dropdown li:last-child {
  margin-bottom: 10px;
}
.child-location-select-link-container {
  padding: 12px 15px;
}
.ol-create-or-edit-tag-modal__color-selector {
  height: 15px;
  width: 140px;
}
.ol-customer-autocomplete__search-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.ol-customer-autocomplete .ol-search-bar {
  margin: 0;
}
.ol-customer-autocomplete__search-results {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  left: 0;
  max-height: 200px;
  margin: 0 25px;
  position: absolute;
  right: 0;
  overflow-y: auto;
  z-index: 100;
}
.ol-customer-autocomplete__search-results-item {
  outline: none;
  padding: 10px 15px;
}
.ol-customer-autocomplete__search-results-item--selected,
.ol-customer-autocomplete__search-results-item:hover {
  background-color: #eee;
}
.ol-customer-autocomplete__search-results-item-name {
  color: #333;
  font-weight: 500;
}
.ol-customer-autocomplete__search-results-item-detail {
  color: #777;
  margin-left: 10px;
}
.ol-customer-autocomplete__search-status {
  height: 15px;
  margin-top: 2px;
}
.ol-customer-autocomplete__search-no-result {
  color: #bbb;
  font-size: 12px;
  text-align: center;
}
.ol-customer-autocomplete__search-error {
  color: #c9302c;
  font-size: 12px;
  margin-top: 2px;
  text-align: center;
}
.ol-drag-drop-file-container {
  border: 2px dashed #bbb;
  border-radius: 5px;
  background: #fff;
  padding: 40px;
  text-align: center;
  font-size: 18px;
  color: #777;
  margin-bottom: 20px;
}
.ol-drag-drop-file-container .main-placeholder {
  color: #777;
  font-size: 18px;
  font-weight: 500;
}
.ol-drag-drop-file-container.error {
  border: 2px solid #c9302c;
  background: #fde9ea;
}
.ol-drag-drop-file-container.error .material-icons,
.ol-drag-drop-file-container.error .main-placeholder {
  color: #c9302c;
}
.ol-drag-drop-file-container.success {
  border: 2px solid #39b54a;
  background: #e7f5e9;
}
.ol-drag-drop-file-container.success .material-icons,
.ol-drag-drop-file-container.success .main-placeholder {
  color: #39b54a;
}
.ol-drag-drop-file-container .material-icons {
  font-size: 50px;
}
.ol-expand-collapse-container {
  width: 100%;
}
.ol-expand-collapse-container .pointer {
  cursor: default;
}
.ol-expand-collapse-container .ol-expand-collapse-container-header {
  outline: 0;
}
.ol-expand-collapse-container .ol-expand-collapse-container-header .popover-icon-help {
  margin-left: 5px;
}
.ol-expand-collapse-container .ol-expand-collapse-container-header .ol-expand-collapse-container-header-icon {
  height: 15px;
  width: 15px;
  min-height: 15px;
  min-width: 15px;
  margin-right: 10px;
}
.ol-expand-collapse-container .ol-expand-collapse-container-header .ol-expand-collapse-container-header-icon.primary {
  color: #ff6138;
}
.ol-expand-collapse-container .ol-expand-collapse-container-header .ol-expand-collapse-container-header-icon.default {
  color: #777;
}
.ol-expand-collapse-container .ol-expand-collapse-container-header .ol-expand-collapse-container-right-header-text {
  color: #777;
  float: right;
  font-size: 14px;
  font-weight: 500;
}
.ol-expand-collapse-container .ol-expand-collapse-container-header .ol-expand-collapse-container-more-actions {
  float: right;
}
.ol-expand-collapse-container .ol-expand-collapse-container-header .ol-expand-collapse-container-more-actions:active,
.ol-expand-collapse-container .ol-expand-collapse-container-header .ol-expand-collapse-container-more-actions:focus,
.ol-expand-collapse-container .ol-expand-collapse-container-header .ol-expand-collapse-container-more-actions:hover,
.ol-expand-collapse-container .ol-expand-collapse-container-header .ol-expand-collapse-container-more-actions:target,
.ol-expand-collapse-container .ol-expand-collapse-container-header .ol-expand-collapse-container-more-actions:visited {
  outline: none;
}
.ol-expand-collapse-container .ol-expand-collapse-container-main-header-text {
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.ol-filter-dropdown .ol-filter-dropdown-container {
  position: relative;
  width: 100%;
}
.ol-filter-dropdown .ol-filter-dropdown-value {
  cursor: pointer;
  font-size: 12px;
  outline: 0;
  overflow: hidden;
  padding: 5px 30px 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ol-filter-dropdown .ol-filter-dropdown-label,
.ol-filter-dropdown .ol-filter-dropdown-value {
  font-weight: 500;
  line-height: 25px;
}
.ol-filter-dropdown .ol-filter-dropdown-caret {
  position: absolute;
  right: 5px;
  top: 3px;
}
.ol-filter-dropdown.ol-filter-dropdown-border .ol-filter-dropdown-label {
  border-right: 1px solid #bbb;
  color: #777;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  width: 100px;
}
@media (max-width: 991px) {
  .ol-filter-dropdown.ol-filter-dropdown-border .ol-filter-dropdown-label {
    min-width: 100px;
  }
}
.ol-filter-dropdown.ol-filter-dropdown-border .ol-filter-dropdown-container {
  background: white;
  border: 2px solid #bbb;
  border-radius: 3px;
}
.ol-google-maps-autocomplete {
  position: relative;
}
.ol-google-maps-autocomplete__input-container .md-errors-spacer {
  display: none;
}
.pac-container {
  z-index: 10000;
}
.pac-item,
.pac-item-query {
  font-size: 14px;
}
.pac-item {
  outline: none;
  padding: 10px 15px;
}
.pac-item-selected,
.pac-item:hover {
  background-color: #eee;
}
.info-box {
  border-radius: 6px;
  border: 1px solid #bbb;
  margin-bottom: 20px;
  padding: 10px;
}
.info-box p {
  margin: 0;
}
@media (max-width: 599px) {
  .info-box p {
    margin-bottom: 10px;
  }
}
.info-box .help-text-icon {
  background: #2c3e50;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  margin: 2px 10px 2px 2px;
  text-align: center;
  width: 24px;
}
.info-box .help-text-icon:before {
  content: '?';
  margin-left: 1px;
}
ol-info-box:last-child .info-box {
  margin-bottom: 0;
}
.ol-list-tags-modal .modal-body {
  max-height: 350px;
  overflow-y: auto;
}
.ol-list-tags-modal__item {
  padding-bottom: 15px;
  padding-top: 15px;
}
.ol-list-tags-modal__item + .ol-list-tags-modal__item {
  border-top: 1px solid #dedede;
}
.ol-list-tags-modal__item-action-container {
  margin-left: 10px;
  width: 70px;
}
.ol-list-tags-modal__item-action-icon {
  opacity: 0.7;
  outline: 0;
  padding: 5px;
  width: 28px;
}
.ol-list-tags-modal__item-action-icon:hover {
  opacity: 1;
}
.ol-list-tags-modal__item-action-icon + .ol-list-tags-modal__item-action-icon {
  margin-left: 10px;
}
.ol-list-tags-modal__placeholder {
  color: #777;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
ol-loader {
  display: block;
  height: 100%;
}
.ol-loader {
  height: 100%;
}
.ol-loader .ol-loader-icon {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #777777;
  width: 50px;
  height: 50px;
  -webkit-animation: load 1.4s infinite linear;
  animation: load 1.4s infinite linear;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ol-more-actions {
  height: 32px;
  padding: 0 10px;
}
.ol-more-actions .ol-popover-dropdown__list-item {
  color: #777 !important;
  font-weight: 500 !important;
}
.ol-more-actions__add-icon {
  cursor: pointer;
  margin-left: 8px;
}
.ol-more-actions__as-sortable {
  cursor: pointer;
  font-size: 20px !important;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  width: 20px;
}
.ol-more-actions__button {
  border-radius: 6px;
  margin: 0;
  min-width: initial !important;
  padding: 0 6px !important;
}
.ol-more-actions__button-icon {
  height: 24px !important;
  width: 24px !important;
}
.ol-more-actions__chip-active,
.ol-more-actions__chip-inactive {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0 !important;
}
.ol-more-actions__chip-active {
  background-color: rgba(100, 198, 190, 0.2);
  color: #64C6BE;
}
.ol-more-actions__chip-dot-active,
.ol-more-actions__chip-dot-inactive {
  border-radius: 8px;
  display: inline-block;
  height: 8px;
  width: 8px;
}
.ol-more-actions__chip-dot-active {
  background-color: #64C6BE;
}
.ol-more-actions__chip-dot-inactive {
  background-color: #bbb;
}
.ol-more-actions__chip-inactive {
  background-color: rgba(187, 187, 187, 0.2);
  color: #bbb;
}
.ol-more-actions__chip-text {
  padding-left: 25px;
  padding-right: 25px;
}
.ol-more-actions__chips-container {
  display: inline-block;
  margin-right: 15px;
  min-width: 130px;
  vertical-align: middle;
}
.ol-more-actions__chips-container md-chips-wrap {
  box-shadow: none;
  padding: 0;
}
.ol-more-actions__edit-icon,
.ol-more-actions__trash-icon {
  cursor: pointer;
  outline: none;
  padding: 0;
}
.ol-more-actions__edit-icon {
  height: 20px;
  margin-left: 8px;
  width: 20px;
}
.ol-more-actions__trash-icon {
  height: 18px;
  margin-left: 13px;
  width: 18px;
}
.ol-nav-scroll-container {
  width: 100%;
  background-color: white;
}
.ol-nav-scroll-container-content.scrollable {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.ol-nav-scroll-container-content.scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
}
.ol-nav-scroll-button {
  font-size: 28px;
  font-weight: 500;
  color: #ff6138;
  padding: 0 12px 4px;
}
.ol-nav-scroll-button:focus {
  outline: none;
}
.ol-nav-scroll-button.disabled {
  color: #bbb;
}
.ol-progress-bar {
  height: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ol-progress-bar .ol-progress-bar-value {
  float: left;
  width: 0;
  height: 100%;
  line-height: 20px;
  color: #fff;
  background-color: #ff6138;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.ol-progress-bar.small {
  border-radius: 7px;
  height: 14px;
}
.ol-progress-bar.small .ol-progress-bar-value {
  line-height: 14px;
}
ol-popover {
  display: block;
}
.ol-popover-container {
  left: 0;
  top: 0;
  position: relative;
}
.ol-popover-container .ol-popover-panel {
  position: absolute;
  display: block;
  min-width: 200px;
  max-height: 250px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  background-color: #fff;
  z-index: 103;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.ol-popover-container .ol-popover-content {
  z-index: 104;
  padding: 0;
}
.ol-popover-container .ol-popover-arrow {
  border-width: 11px;
  z-index: 105;
}
.ol-popover-container .ol-popover-arrow,
.ol-popover-container .ol-popover-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ol-popover-container .ol-popover-arrow:after {
  border-width: 10px;
  content: "";
}
.ol-popover-container[placement^="top"] .ol-popover-arrow {
  border-bottom-width: 0;
  border-top-color: #ddd;
}
.ol-popover-container[placement^="top"] .ol-popover-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.ol-popover-container[placement^="bottom"] .ol-popover-arrow {
  border-top-width: 0;
  border-bottom-color: #ddd;
  top: -11px;
}
.ol-popover-container[placement^="bottom"] .ol-popover-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.ol-popover-container[placement^="left"] .ol-popover-arrow {
  border-right-width: 0;
  border-left-color: #ddd;
}
.ol-popover-container[placement^="left"] .ol-popover-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.ol-popover-container[placement^="right"] .ol-popover-arrow {
  border-left-width: 0;
  border-right-color: #ddd;
}
.ol-popover-container[placement^="right"] .ol-popover-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.child-location-select .ol-popover-panel {
  min-width: 350px !important;
  max-height: none !important;
}
ol-popover-select {
  text-align: initial;
}
ol-popover-select .ol-popover-search-options-container {
  max-height: 80px;
  overflow-y: auto;
}
ol-popover-select .ol-popover-container .ol-popover-panel {
  max-height: none;
  min-width: 150px;
  overflow: hidden;
}
ol-popover-select .ol-popover-select-content {
  background: white;
}
ol-popover-select .ol-popover-select-group {
  padding: 10px 0;
}
ol-popover-select .ol-popover-select-group + .ol-popover-select-group.no-label {
  border-top: 1px solid #ddd;
}
ol-popover-select .ol-popover-select-group-label {
  color: #bbb;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 15px 12px;
  text-transform: uppercase;
}
ol-popover-select .ol-popover-select-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol-popover-select .ol-popover-select-item {
  color: #999;
  cursor: pointer;
  font-weight: 500;
  outline: 0;
  padding: 4px 15px;
}
ol-popover-select .ol-popover-select-item.is-disabled {
  color: #bbb;
  cursor: default;
}
ol-popover-select .ol-popover-select-item.is-selected {
  color: #333;
}
ol-popover-select .ol-popover-select-item.is-selected .ol-popover-select-item-checkmark {
  display: inline-block;
}
ol-popover-select .ol-popover-select-item.is-single:hover {
  background: #eee;
}
ol-popover-select .ol-popover-select-item.is-action {
  color: #777;
}
ol-popover-select .ol-popover-select-item:not(.is-action):not(.is-selected):not(.is-multiple) {
  padding-right: 39px;
}
ol-popover-select .ol-popover-select-item-label {
  white-space: nowrap;
}
ol-popover-select .ol-popover-select-item-icon {
  color: #999999;
  font-size: 18px;
  font-weight: 500;
  height: 18px;
  line-height: 18px;
  margin: 5px 10px 5px 0;
  min-height: 18px;
  min-width: 18px;
  width: 18px;
}
ol-popover-select .ol-popover-select-item-checkmark {
  color: #3b99fc;
  display: none;
  font-size: 22px;
  height: 18px;
  margin-left: 15px;
  min-height: 18px;
  line-height: 18px;
}
ol-popover-select .ol-popover-select-item-checkbox {
  display: block;
  margin: 0;
}
ol-popover-select .ol-popover-select-item-checkbox .md-label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
ol-popover-select .ol-popover-select-item-checkbox.md-checked .md-label {
  color: #333;
}
ol-popover-select .ol-popover-select-footer {
  border-top: 1px solid #ddd;
  padding: 10px 15px;
}
ol-popover-select .ol-popover-select-footer a {
  white-space: nowrap;
}
ol-popover-select .ol-popover-select-footer a + a {
  margin-left: 20px;
}
ol-popover-select .ol-popover-select-item:hover {
  color: #F15F4B;
}
ol-popover-select .ol-popover-select-item:hover .ol-popover-select-item-icon {
  color: #F15F4B;
}
.ol-product-about .icon-primary {
  fill: #E76F51;
}
.ol-product-about .icon-secondary {
  fill: #F2AE9E;
}
.ol-product-about__details-header-icon {
  width: 80px;
  height: 80px;
}
.ol-product-about__details-header-main-text {
  font-size: 18px;
  font-weight: 500;
}
.ol-product-about__details-header-sub-text {
  font-size: 16px;
  font-weight: 400;
}
.ol-product-about__detail-icon-container {
  text-align: right;
  padding-right: 0;
}
.ol-product-about__detail-icon {
  width: 30px;
  height: 30px;
}
.ol-product-about__detail-header {
  font-size: 16px;
}
.ol-product-about__empty-section {
  height: 200px;
}
@media (max-width: 959px) {
  .ol-product-about__empty-section {
    height: 20px;
  }
}
.ol-product-about__main-intro-app-pages {
  width: 100%;
}
.ol-product-about__main-intro-icon-container {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #E76F51;
}
@media (max-width: 959px) {
  .ol-product-about__main-intro-icon-container {
    margin: auto;
  }
}
@media (max-width: 959px) {
  .ol-product-about__main-intro-detail {
    text-align: center;
  }
}
.ol-product-about__main-intro_detail-text {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin: 10px 0;
}
.ol-product-about__main-intro-icon {
  display: block;
  height: 100%;
  width: 38px;
  margin: auto;
  color: #ffffff;
}
.ol-product-about__section {
  margin: auto;
  width: 95%;
  max-width: 1080px;
}
ol-product-update {
  display: block;
}
.ol-product-update {
  margin-bottom: 40px;
}
.ol-product-update__action {
  position: absolute;
  right: -8px;
  top: -8px;
}
.ol-product-update__author {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
.ol-product-update__avatar {
  background-size: cover;
  background-position: center center;
  border-radius: 35px;
  border: 3px solid #F15F4B;
  height: 70px;
  margin-right: 6px;
  width: 70px;
}
.ol-product-update__container {
  position: relative;
}
@media (max-width: 600px) {
  .ol-product-update__dash {
    display: none;
  }
}
.ol-product-update__date {
  color: #999;
}
@media (max-width: 600px) {
  .ol-product-update__date {
    margin-top: 2px;
  }
}
.ol-product-update--default .ol-product-update__message {
  background-color: #fff;
  border: 1px solid #eee;
}
.ol-product-update--default .ol-product-update__title {
  font-size: 20px;
  font-weight: 500;
  color: #777;
  margin-bottom: 6px;
}
.ol-product-update__message {
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.25);
  box-sizing: border-box;
  min-height: 105px;
  padding: 18px;
  word-break: break-word;
}
.ol-product-update__proposal-cta {
  font-weight: 500;
  margin-top: 5px;
}
.ol-product-update__proposal-cta-link .ol-external-link {
  color: #F15F4B !important;
  font-size: 16px !important;
}
.ol-product-update__proposal-cta-link .ol-external-link:hover,
.ol-product-update__proposal-cta-link .ol-external-link:focus {
  color: #ff6138;
}
.ol-product-update--report .ol-product-update__message {
  background: #f0f8ff;
}
.ol-product-update--report .ol-product-update__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
.ol-product-update__subheading {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  margin-bottom: 6px;
}
.ol-product-update__text {
  margin-top: 5px;
  color: #333;
}
.ol-product-update__text p {
  margin-bottom: 0;
  color: #333;
}
.ol-product-update-feed {
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
  margin: 50px auto 0 auto;
  width: calc(100% - 10%);
}
.ol-product-update-feed__load-more-container {
  border-top: 1px solid #eee;
  padding-bottom: 17px;
  padding-top: 14px;
  text-align: center;
}
@media (max-width: 600px) {
  .ol-product-update-feed {
    border-radius: 0;
    height: 100%;
    margin: 0;
    padding-top: 10px;
    width: 100%;
  }
}
.ol-product-update-empty__main {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 15px;
  margin-top: 25px;
}
.ol-product-update-empty__sub {
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .ol-product-update-empty {
    left: 8%;
    position: absolute;
    top: 30%;
  }
}
.ol-product-update-item {
  outline: 0;
}
.ol-product-update-item__action-container {
  height: 18px;
  margin-right: 11px;
  min-width: 18px;
  width: 18px;
}
.ol-product-update-item__action-status {
  height: 18px;
  width: 18px;
}
.ol-product-update-item__author {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 2px;
}
.ol-product-update-item__author__date {
  color: #999;
}
@media (max-width: 600px) {
  .ol-product-update-item__author {
    line-height: 16px;
  }
  .ol-product-update-item__author__dash {
    display: none;
  }
  .ol-product-update-item__author__date {
    margin-top: 2px;
  }
}
@media (max-width: 600px) {
  .ol-product-update-item__author_name-role {
    margin-bottom: 2px;
  }
}
.ol-product-update-item__avatar {
  background-size: cover;
  background-position: center center;
  border-radius: 35px;
  border: 3px solid #F15F4B;
  height: 55px;
  width: 55px;
}
@media (max-width: 600px) {
  .ol-product-update-item__avatar {
    height: 50px;
    width: 50px;
  }
}
.ol-product-update-item__avatar-action-container {
  margin-left: 12px;
  margin-right: 23px;
}
.ol-product-update-item__details {
  margin-bottom: 15px;
  margin-top: 15px;
}
.ol-product-update-item__message {
  box-sizing: border-box;
  margin-right: 25px;
  word-break: break-word;
}
@media (max-width: 600px) {
  .ol-product-update-item__message {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .ol-product-update-item__proposal-cta {
    margin-top: 10px;
  }
}
.ol-product-update-item__proposal-cta-icon {
  height: 19px;
  min-height: 19px;
  min-width: 16px;
  vertical-align: middle;
  width: 16px;
}
.ol-product-update-item__proposal-cta-link {
  text-decoration: underline;
}
.ol-product-update-item__proposal-cta-link,
.ol-product-update-item__proposal-cta-icon {
  color: #F15F4B !important;
  font-size: 16px !important;
}
.ol-product-update-item__proposal-cta-link:hover,
.ol-product-update-item__proposal-cta-icon:hover,
.ol-product-update-item__proposal-cta-link:focus,
.ol-product-update-item__proposal-cta-icon:focus {
  color: #ff6138;
}
.ol-product-update-item__separator {
  margin: 0;
}
.ol-product-update-item__text {
  margin-top: 2px;
}
.ol-product-update-item__text p {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .ol-product-update-item__text {
    margin-top: 5px;
  }
}
ol-select {
  display: inline-block;
  /*****************************************************************************
  THEME
  *****************************************************************************/
}
ol-select .ol-select-label {
  outline: 0;
  padding: 5px 0;
}
ol-select .ol-select-label__value {
  display: inline-block;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
ol-select .ol-select-label__value--primary {
  color: #ff6138;
  font-weight: 700;
}
ol-select .ol-select-label-value {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ol-select .ol-select-caret,
ol-select .ol-select-label-with-tooltip {
  display: inline-block;
}
ol-select .ol-select-label-with-tooltip .ol-select-label-underline {
  text-decoration: underline;
  text-decoration-style: dotted;
}
ol-select .ol-select-label,
ol-select .ol-select-caret {
  color: #333;
}
ol-select .ol-select-caret-icon {
  height: 20px !important;
  line-height: 20px !important;
  min-height: 20px !important;
}
ol-select .ol-select-label-icon {
  font-size: 18px !important;
  height: 18px !important;
  line-height: 18px !important;
  margin-right: 5px;
  min-width: 18px !important;
  min-height: 18px !important;
  width: 18px !important;
}
ol-select .ol-select-link .ol-select-label,
ol-select .ol-select-link .ol-select-caret md-icon {
  color: #3b99fc;
}
.ol-star-ratings-container {
  line-height: 0.5;
}
.ol-star-ratings-container .ol-star-ratings {
  display: inline;
}
.ol-star-ratings-container .ol-star-ratings svg {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.ol-stats-card {
  width: 100%;
  margin-bottom: 20px;
}
.ol-stats-card-header {
  color: #777;
  font-size: 16px;
  font-weight: 500;
  padding-left: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ol-stats-card-header .ol-stats-card-header-text {
  color: #777;
  vertical-align: middle;
}
.ol-stats-card-header .popover-icon-help {
  margin-left: 5px;
}
.ol-stats-card-header-icon {
  height: 18px;
  margin-right: 10px;
}
.stats-card-header-text {
  vertical-align: middle;
}
.ol-stats-card-content {
  background-color: white;
  border: 1px solid #bbb;
  border-radius: 6px;
  text-align: center;
}
.ol-stats-card-content .ol-stats-pie-chart {
  width: 200px !important;
  height: 200px !important;
}
@media (min-width: 992px) {
  .ol-stats-card-content .ol-stats-pie-chart {
    width: 220px !important;
    height: 220px !important;
  }
}
.ol-stats-card-content .ol-stats-card-empty-box {
  background: #eeeeee;
  height: 20px;
  margin: 45px auto;
  max-width: 50%;
  border-radius: 3px;
}
.most-active-advocates .ol-stats-card-content {
  background-color: transparent;
  border: none;
}
.most-active-advocates .ol-stats-card-content th {
  font-weight: 900;
}
.most-active-advocates .ol-stats-card-content td {
  text-align: left;
}
.ol-stats-card-layout-single_stat .ol-stats-card {
  min-width: 140px;
}
.ol-stats-card-layout-single_stat .ol-stats-card-content {
  color: #333;
  font-size: 48px;
  font-weight: 500;
  padding: 30px;
}
.ol-stats-card-layout-single_stat .ol-stats-card-content span {
  vertical-align: middle;
}
.ol-stats-card-layout-single_stat .ol-stats-card-content span + span {
  margin-left: 5px;
}
.ol-stats-card-layout-single_stat .ol-stats-card-details {
  color: #777;
  font-size: 36px;
}
.ol-stats-card-layout-graph {
  margin-bottom: 20px;
}
.ol-stats-card-layout-graph .ol-stats-card-content {
  padding: 20px 15px 5px 0;
}
.ol-stats-card-layout-graph .ol-stats-card-empty-box,
.ol-stats-card-layout-pie .ol-stats-card-empty-box {
  margin: 35px auto;
}
.ol-stats-chart.chart-pie {
  padding: 10px 30px;
  max-width: 300px !important;
}
.ol-stats-bar-graph {
  height: 400px !important;
}
.ol-stats-card-layout-multi_stats .ol-stats-card-row + .ol-stats-card-row {
  border-top: 1px solid #ccc;
}
.ol-stats-card-layout-multi_stats .ol-stats-card-item {
  color: #333;
  padding: 15px;
}
.ol-stats-card-layout-multi_stats .ol-stats-card-item + .ol-stats-card-item {
  border-left: 1px solid #ccc;
}
.ol-stats-card-layout-multi_stats .ol-stats-card-label {
  color: #777;
  font-weight: 500;
  margin-bottom: 5px;
}
.ol-stats-card-layout-multi_stats .ol-stats-card-number {
  color: #333;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
.ol-stats-card-layout-multi_stats .ol-stats-card-number > * {
  vertical-align: middle;
}
.ol-stats-card-layout-multi_stats .ol-stats-card-number em {
  font-style: italic;
  font-size: 16px;
}
.ol-stats-card-layout-multi_stats .ol-stats-card-number * + * {
  margin-left: 5px;
}
.ol-stats-card-layout-multi_stats .ol-stats-card-detail {
  color: #777;
  font-style: italic;
  font-size: 16px;
}
.ol-step-progress {
  display: flex;
  margin-bottom: 20px;
  margin-top: 10px;
}
.ol-step-progress .ol-step-progress-item {
  display: inline-block;
  text-align: center;
  outline: none;
}
.ol-step-progress .ol-step-progress-item:first-child .ol-step-progress-item-bar {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.ol-step-progress .ol-step-progress-item:first-child .ol-step-progress-item-bar .ol-step-progress-item-indicator {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.ol-step-progress .ol-step-progress-item:last-child .ol-step-progress-item-bar {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ol-step-progress .ol-step-progress-item::before {
  content: "";
  background-color: #bbb;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 24px;
  height: 14px;
  position: absolute;
  -webkit-transform: translate(-50%, -2px);
  transform: translate(-50%, -2px);
  width: 14px;
}
.ol-step-progress .ol-step-progress-item.active::before,
.ol-step-progress .ol-step-progress-item.complete::before,
.ol-step-progress .ol-step-progress-item.active .ol-step-progress-item-indicator,
.ol-step-progress .ol-step-progress-item.complete .ol-step-progress-item-indicator {
  background-color: #3b99fc;
}
.ol-step-progress .ol-step-progress-item.active .ol-step-progress-item-text,
.ol-step-progress .ol-step-progress-item.complete .ol-step-progress-item-text {
  color: #3b99fc;
}
.ol-step-progress .ol-step-progress-item.complete .ol-step-progress-item-bar {
  background-color: #3b99fc;
}
.ol-step-progress .ol-step-progress-item.incomplete:hover {
  cursor: default;
}
.ol-step-progress .ol-step-progress-item .ol-step-progress-item-bar {
  background: #f5f5f5;
}
.ol-step-progress .ol-step-progress-item .ol-step-progress-item-indicator {
  height: 10px;
  width: 50%;
}
.ol-step-progress .ol-step-progress-item .ol-step-progress-item-text {
  font-size: 14px;
  padding: 0;
  margin-top: 10px;
  font-weight: 500;
  color: #bbb;
}
table.ol-table {
  margin: 10px 0 5px 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 991px) {
  table.ol-table {
    margin-top: 0;
  }
}
table.ol-table.ol-table-light-border {
  border: 1px solid #bbb;
}
table.ol-table thead {
  min-height: 60px;
}
table.ol-table thead th {
  background-color: #f0f8ff;
  color: #333;
  line-height: 1.3;
  padding: 10px;
  font-weight: 500;
}
table.ol-table thead th > .ol-table-header {
  outline: 0;
  cursor: auto;
}
table.ol-table thead th > .ol-table-header .tooltip-header {
  text-decoration: underline;
  text-decoration-style: dotted;
}
table.ol-table thead th > .ol-table-header.is-sortabled {
  cursor: pointer;
}
table.ol-table thead th > .ol-table-header.is-sortabled .ol-table-header-label {
  display: inline-block;
  margin-bottom: 7px;
  vertical-align: middle;
}
table.ol-table thead th .ol-table-subheader {
  font-size: 12px;
  font-style: italic;
}
table.ol-table thead th .ol-table-sort-arrow-container {
  display: inline-block;
  vertical-align: middle;
}
table.ol-table thead th .ol-table-sort-arrow {
  color: #bbb;
  margin: 0 5px;
}
table.ol-table thead th .ol-table-sort-arrow.sort-up {
  height: 20px;
  padding: 10px 10px 0 10px;
}
table.ol-table thead th .ol-table-sort-arrow.sort-down {
  height: 20px;
  padding: 0 10px 10px 10px;
}
table.ol-table thead th .ol-table-sort-arrow .arrow-down,
table.ol-table thead th .ol-table-sort-arrow .arrow-up {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  width: 0;
}
table.ol-table thead th .ol-table-sort-arrow .arrow-down {
  border-top: 6px solid;
}
table.ol-table thead th .ol-table-sort-arrow .arrow-up {
  border-bottom: 6px solid;
}
table.ol-table thead th .ol-table-sort-arrow.is-active {
  color: #ff6138;
}
table.ol-table thead tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
table.ol-table thead tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
table.ol-table thead tr:last-child {
  border-bottom: 2px solid #ddd;
}
table.ol-table tbody {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.3;
}
table.ol-table tbody tr + tr td {
  border-top: 1px solid #ddd;
}
table.ol-table tbody td {
  padding: 10px;
  outline: 0;
}
table.ol-table tbody td.ol-table-unread-column {
  width: 15px;
  padding: 10px 0;
}
table.ol-table tbody tr {
  outline: 0;
}
table.ol-table tbody tr:not(.is-selected):hover td {
  background: #f0f8ff;
}
table.ol-table tbody tr.is-selected td {
  background: #d7ecff;
}
table.ol-table th[ol-table-checkbox-column] md-checkbox,
table.ol-table td[ol-table-checkbox-column] md-checkbox {
  margin: 0;
}
table.ol-table--border {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-radius: 6px;
}
table.ol-table--border thead {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
table.ol-table--border thead tr:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
table.ol-table--border thead tr:first-child th:first-child {
  border-top-left-radius: 6px;
}
table.ol-table--border thead tr:first-child th:last-child {
  border-top-right-radius: 6px;
}
table.ol-table--border tbody tr:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
table.ol-table--border tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
table.ol-table--border tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
table.ol-table--border th:first-child,
table.ol-table--border td:first-child {
  padding-left: 20px;
}
table.ol-table--border th:last-child,
table.ol-table--border td:last-child {
  padding-right: 20px;
}
.ol-table-placeholder {
  margin: 20px 0;
  text-align: center;
}
.ol-table-empty-box {
  background: #eeeeee;
  height: 20px;
  margin: 5px 0;
  max-width: 150px;
  border-radius: 3px;
}
.ol-table-placeholder-text {
  color: #333;
  height: 200px;
  font-size: 16px;
  text-align: center;
}
.ol-table-pagination {
  padding: 5px 20px;
}
.ol-table-pagination-summary,
.ol-table-pagination-pages {
  display: inline-block;
  margin: 8px 0;
  padding: 0;
  font-weight: 500;
}
.ol-table-pagination-summary {
  margin-top: 15px;
}
.ol-table-pagination-pages {
  float: right;
}
.ol-table-pagination-pages > li {
  display: inline-block;
}
.ol-table-pagination-pages > li > a,
.ol-table-pagination-pages > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  font-size: 14px;
  color: #3b99fc;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 20px;
}
@media (max-width: 599px) {
  .ol-table-pagination-pages > li > a,
  .ol-table-pagination-pages > li > span {
    margin: 0 5px;
  }
}
@media (min-width: 599px) {
  .ol-table-pagination-pages > li:first-child > a,
  .ol-table-pagination-pages > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .ol-table-pagination-pages > li:last-child > a,
  .ol-table-pagination-pages > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media (max-width: 599px) {
  .ol-table-pagination-pages > li > a,
  .ol-table-pagination-pages > li > span {
    border-radius: 4px;
  }
}
.ol-table-pagination-pages > li > a:hover,
.ol-table-pagination-pages > li > span:hover,
.ol-table-pagination-pages > li > a:focus,
.ol-table-pagination-pages > li > span:focus {
  z-index: 2;
  background-color: #eee;
  border-color: #ddd;
}
@media (min-width: 599px) {
  .ol-table-pagination-pages > .active > a,
  .ol-table-pagination-pages > .active > span,
  .ol-table-pagination-pages > .active > a:hover,
  .ol-table-pagination-pages > .active > span:hover,
  .ol-table-pagination-pages > .active > a:focus,
  .ol-table-pagination-pages > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #3b99fc;
    border-color: #3b99fc;
    font-weight: 500;
  }
}
@media (max-width: 599px) {
  .ol-table-pagination-pages > .active > a,
  .ol-table-pagination-pages > .active > span,
  .ol-table-pagination-pages > .active > a:hover,
  .ol-table-pagination-pages > .active > span:hover,
  .ol-table-pagination-pages > .active > a:focus,
  .ol-table-pagination-pages > .active > span:focus {
    display: none;
  }
}
.ol-table-pagination-pages > .disabled > span,
.ol-table-pagination-pages > .disabled > span:hover,
.ol-table-pagination-pages > .disabled > span:focus,
.ol-table-pagination-pages > .disabled > a,
.ol-table-pagination-pages > .disabled > a:hover,
.ol-table-pagination-pages > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.ol-table-responsive-container {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 991px) {
  .ol-table-responsive-container {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    border-radius: 6px;
  }
  .ol-table-responsive-container > .ol-table {
    margin-bottom: 0;
  }
  .ol-table-responsive-container > .ol-table > thead > tr > th,
  .ol-table-responsive-container > .ol-table > tbody > tr > th,
  .ol-table-responsive-container > .ol-table > tfoot > tr > th,
  .ol-table-responsive-container > .ol-table > thead > tr > td,
  .ol-table-responsive-container > .ol-table > tbody > tr > td,
  .ol-table-responsive-container > .ol-table > tfoot > tr > td {
    white-space: nowrap;
  }
}
.ol-table-unread-column span {
  display: none;
  color: #3b99fc;
  font-size: 30px;
  line-height: 14px;
}
.ol-table-unread-column span:after {
  content: '\25CF';
}
.ol-table-column-no-padding {
  width: 1em;
  white-space: nowrap;
}
.ol-table-cell-radio md-radio-button {
  margin-bottom: 0;
}
.ol-table-row-unread td {
  font-weight: 500;
}
.ol-table-row-unread .ol-table-unread-column span {
  display: inline;
}
.all-locations-stats-row {
  background: #d7ecff;
  font-weight: 700;
}
.all-locations-stats-row .average-rating,
.all-locations-stats-row .review-stat {
  font-weight: 900;
}
.all-locations-stats-row:hover td {
  background: #d7ecff !important;
}
.ol-table-stats {
  border: 1px solid #bbb;
  border-collapse: separate;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}
.ol-table-stats thead th {
  color: #333;
  line-height: 1.3;
  padding: 5px 15px 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.ol-table-stats tbody tr {
  background: white;
}
.ol-table-stats tbody tr td {
  padding: 10px 15px;
  outline: 0;
}
.ol-table-stats tbody tr td p {
  margin-bottom: 0;
}
.ol-table-stats tbody tr td .ol-table-empty-box {
  height: 15px;
  margin: 0;
}
.ol-table-stats tbody tr:hover td {
  background: #f5f5f5;
}
.ol-table-header__img {
  height: 14px;
  margin-right: 5px;
  width: 20px;
}
@-moz-document url-prefix() {
  .ol-table-pagination {
    margin-bottom: 80px;
  }
}
.ol-tag {
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-radius: 15px;
  padding: 2px 10px;
  background: #ffffff;
}
.ol-tag__icon {
  min-width: 18px;
  min-height: 18px;
  width: 18px;
  height: 18px;
}
.ol-tag__detail {
  margin-left: 5px;
}
.ol-tag__text {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  word-break: break-word;
}
.ol-tag__remove {
  outline: none;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
}
.ol-tag__remove:hover {
  cursor: pointer;
}
.ol-tag-filter__selector {
  outline: none;
}
.ol-tag-filter__selector-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
}
.ol-tag-filter__selector-icon:hover {
  cursor: pointer;
}
.ol-tag-filter__tag {
  padding: 10px;
}
.ol-tag-filter__tag:hover {
  cursor: pointer;
}
.ol-tag-filter__tag ol-tag {
  outline: none;
}
.ol-tag-filter__placeholder {
  text-align: center;
  padding: 10px;
  color: #777;
}
.erp-page-container {
  height: 100vh;
}
.admin.show {
  display: flex !important;
}
.erp-page {
  position: relative;
}
.erp-page > [ui-view="content"] {
  position: absolute;
  height: 100%;
  width: 100%;
}
.erp-page > [ui-view="content"] > [ui-view="content"] {
  position: absolute;
  height: 100%;
  width: 100%;
}
.erp-page > [ui-view="content"] > [ui-view="content"] > [ui-view="content"] {
  position: absolute;
  height: 100%;
  width: 100%;
}
.erp-page > [ui-view="content"] > [ui-view="content"] > [ui-view="content"] > [ui-view="content"] {
  position: absolute;
  height: 100%;
  width: 100%;
}
.erp-page > [ui-view="content"] > [ui-view="content"] > [ui-view="content"] > [ui-view="content"] > [ui-view="content"] {
  position: absolute;
  height: 100%;
  width: 100%;
}
.erp-page-content {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow-y: overlay;
  background-image: url("/assets/erp/dashboard-home/dashboard-backdrop.svg");
}
.erp-page-layout-panes {
  height: 100%;
  overflow-y: visible;
}
@media (max-width: 599px) {
  .erp-page-layout-panes {
    overflow-y: auto;
  }
}
.erp-page-layout-panes-content {
  background-color: white;
  overflow-anchor: none;
  padding: 20px;
}
@media (max-width: 599px) {
  .erp-page-layout-panes-content {
    height: auto;
    overflow-y: visible;
  }
}
.erp-page-layout-panes-aside {
  padding: 0 0 80px;
  background-color: #eee;
}
@media (max-width: 599px) {
  .erp-page-layout-panes-aside {
    padding: 0;
    height: auto;
    overflow-y: visible;
    max-width: none;
  }
}
@media (min-width: 599px) {
  .erp-page-layout-panes-aside {
    max-width: 350px !important;
  }
}
.erp-page-layout-panes-aside h2,
.erp-page-layout-panes-aside h3 {
  padding-left: 15px;
  margin-bottom: 0;
}
.erp-page-layout-panes-aside md-divider {
  border-top-color: #777;
  margin: 20px 15px 0;
}
.erp-page-layout-panes-aside .list-group-item {
  border: none;
  margin: 0;
  background-color: transparent;
}
.erp-page-layout-panes-aside .list-group-item .pull-right {
  padding-left: 8px;
}
@media (min-width: 599px) {
  .erp-page-layout-table {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 599px) {
  .erp-page-layout-table {
    padding-bottom: 0px;
  }
}
.erp-page-layout-table .ol-search-header .ol-button-select,
.erp-page-layout-table .ol-search-header .ol-search-bar {
  margin-bottom: 8px;
}
.erp-page-layout-table .erp-page-layout-table-panel {
  padding: 10px 20px 0;
  background-color: white;
  border-bottom: 2px solid #bbb;
}
.erp-page-layout-table .ol-search-header md-input-container.ol-search-bar {
  min-width: initial;
}
.erp-page-layout-table .ol-search-header md-input-container.ol-search-bar label {
  overflow-x: hidden;
}
.erp-page-layout-table .ol-filter-dropdown {
  margin-left: 8px;
}
@media (max-width: 599px) {
  .erp-page-layout-table .ol-filter-dropdown,
  .erp-page-layout-table .ol-search-bar {
    margin: 0 0 8px 0;
  }
}
.erp-page-layout-card_grid {
  background-color: #f9f9f9;
}
.erp-page-layout-card_grid-content {
  padding: 20px 5px 40px;
}
@media (min-width: 959px) {
  .analytics .erp-page-layout-card_grid-content section {
    max-width: 1200px;
    width: 100%;
  }
}
.erp-page-panel {
  padding: 20px;
}
@media (min-width: 800px) {
  .erp-page-panel {
    min-width: 660px;
  }
}
.erp-page-panel-responsive {
  min-width: auto;
}
.erp-page-panel-body {
  max-width: 900px !important;
  background-color: white;
  padding: 20px 25px;
  border: 1px solid #bbb;
  border-radius: 6px;
}
.erp-page-panel-body__admin {
  background-color: #eee;
  padding: 20px 25px;
  margin: 0 -25px;
}
.erp-page-search {
  position: absolute;
  height: 100%;
  width: 100%;
}
.erp-page-search-sidebar {
  max-width: 400px;
  min-width: 230px;
}
.erp-page-search-sidebar .erp-sidebar-header {
  padding: 20px 20px 0 20px;
}
.erp-page-search-sidebar md-divider {
  border-top-color: #bbb;
  margin: 0;
}
.erp-page-search-sidebar > .flex {
  min-height: inherit;
}
.erp-page-search-sidebar .secondary-tabs {
  padding: 0;
}
.erp-page-search-sidebar .secondary-tab-btn {
  flex: 1;
  min-width: 70px;
  padding: 0;
}
.erp-page-search-sidebar md-input-container.ol-search-bar {
  background-color: #fff;
}
.erp-page-search-sidebar-results {
  padding: 30px 20px 20px;
}
.erp-page-search-sidebar-results li {
  margin-bottom: 20px;
}
.erp-page-search-content {
  background-color: #fff;
  padding: 20px;
}
.about-page-link {
  padding: 0;
}
.about-page-link .about-page-content {
  border-radius: 6px;
  border: 1px solid #bbb;
  margin-bottom: 20px;
  padding: 10px;
}
@media (max-width: 599px) {
  .about-page-link .about-page-content .truncate {
    margin-bottom: 10px;
  }
}
.about-page-link .about-page-content__link-list {
  padding: 10px;
}
.about-page-link .about-page-content__link-list-button {
  min-width: 115px;
}
.about-page-link .about-page-content__link-list-survey {
  margin: 0;
}
.about-page-link .about-page-content-header {
  margin: 10px 100px 0 0;
}
.about-page-link .about-page-content-header--empty {
  margin: 15px 100px 15px 0;
}
.about-header {
  margin-bottom: 20px;
}
.about-header.with-cta-help-text {
  margin-bottom: 10px;
}
.about-header [class*="product-icon-"] {
  height: 50px;
  margin-right: 15px;
  width: 50px;
}
@media (max-width: 599px) {
  .about-header .product-title {
    margin-bottom: 15px;
  }
}
.about-header .product-icon-referralmagic {
  fill: #2c3e50;
}
.about-header .product-icon-visits {
  fill: #2c3e50;
}
.about-header .product-icon-reviewedge {
  fill: #ff6138;
}
.about-header .product-icon-seoboost {
  fill: #b21278;
}
.about-header .product-icon-smartrequest {
  fill: #1b72ba;
}
.about-header .product-icon-marketplace {
  fill: #8560a8;
}
.about-header .product-icon-quickconnect {
  fill: #27b99b;
}
.about-header h2 {
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .about-header h2 {
    margin: 0 0 10px;
  }
}
.about-header .cta-help-text {
  color: #777;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  text-align: center;
}
.about-header .cta-help-text span {
  margin-left: 5px;
}
.about-header .material-icons {
  font-size: 16px;
  vertical-align: bottom;
}
.about-content {
  margin-bottom: 20px;
}
.about-content-info {
  background-color: #eee;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 599px) {
  .about-content-info {
    margin-bottom: 20px;
  }
}
@media (min-width: 599px) {
  .about-content-info {
    margin-right: 20px;
  }
}
.about-content-info ul {
  margin-bottom: 0;
  padding-left: 10px;
}
.about-content-info ul li {
  margin-bottom: 10px;
}
.about-content-image {
  border-radius: 6px;
  max-height: 220px;
}
.product-video {
  border-radius: 10px;
  min-height: 220px;
  overflow: hidden;
}
.product-video img {
  max-height: 220px !important;
}
.product-video--about-embed {
  height: 225px;
}
.product-icon-link {
  fill: #2c3e50;
  height: 24px;
  margin: 2px 10px 2px 2px;
  width: 24px;
}
.web-booker-link {
  background-color: #2c3e50;
  padding-bottom: 5px;
}
.web-booker-link h3 {
  color: #ffffff;
  margin-left: 20px;
}
.web-booker-link .popover-icon-help {
  background-color: #2c3e50;
  border: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 24px;
  line-height: 20px;
  margin: 2px;
  padding: 1px;
  text-align: center;
  width: 24px;
}
.web-booker-link .popover-icon-help:before {
  margin-left: 1px;
}
.web-booker-link #admin-home-web-link {
  background-color: #fff;
  border-radius: 4px;
  height: 40px;
  padding-left: 15px;
}
md-content::-webkit-scrollbar,
.scrollable-input-container::-webkit-scrollbar {
  width: 10px;
}
md-content::-webkit-scrollbar-thumb,
.scrollable-input-container::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  border-radius: 20px;
}
md-content:hover::-webkit-scrollbar-thumb,
.scrollable-input-container:hover::-webkit-scrollbar-thumb {
  background-color: #bebebe;
}
md-content::-webkit-scrollbar-track,
.scrollable-input-container::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 20px;
}
md-content:hover::-webkit-scrollbar-track,
.scrollable-input-container:hover::-webkit-scrollbar-track {
  background-color: #d8d8d8;
}
@media (max-width: 599px) {
  .erp-page-layout-table .ol-search-header md-input-container.ol-search-bar {
    min-width: auto;
  }
}
@media (max-width: 959px) {
  .erp-page-layout-table .ol-search-header md-input-container.ol-search-bar,
  .erp-page-layout-table .ol-search-header .ol-filter-dropdown {
    margin-bottom: 10px;
  }
}
.erp-page-header-container {
  border-bottom: 2px solid #bbb;
}
.erp-page-header {
  padding: 20px;
  background-color: white;
}
.erp-page-header-beta {
  margin-left: 10px;
}
.erp-page-header-nav_toggle {
  height: 38px;
  width: 38px;
  margin-right: 8px;
  padding: 0;
  text-align: center;
}
.erp-page-header-title {
  font-size: 30px;
  font-weight: 500;
}
.erp-page-header-subtitle {
  color: #bbb;
  font-size: 14px;
  font-weight: 500;
  margin-left: 2px;
}
.erp-page-header-subtitle .location-icon {
  height: 15px;
}
.erp-page-header-subtitle span {
  line-height: 1.4;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .erp-page-header-subtitle {
    margin: 5px 0 0 15px;
  }
}
.erp-page-header-breadcrumb-divider {
  padding: 0 5px;
}
.erp-page-header-actions__button-container {
  margin-right: 10px;
}
.erp-page-header-notification {
  max-height: 80px;
}
.erp-page-header-notification .ol-alert a {
  text-decoration: underline;
}
.erp-page-header-notification .ol-alert.error {
  background: #f2dede;
}
.erp-page-header-notification .ol-alert.error a {
  color: #a94442;
}
.erp-page-header-notification .ol-alert.error p,
.erp-page-header-notification .ol-alert.error .ol-alert__close,
.erp-page-header-notification .ol-alert.error .ol-alert__icon {
  color: #c0605e;
  font-weight: 500;
}
.erp-page-header-notification .ol-alert.warning {
  background: #f0ad4e;
}
.erp-page-header-notification .ol-alert.warning a {
  color: #fff;
}
.erp-page-header-notification .ol-alert.warning p,
.erp-page-header-notification .ol-alert.warning .ol-alert__close,
.erp-page-header-notification .ol-alert.warning .ol-alert__icon {
  color: #fff;
}
.erp-page-header-notification .ol-alert .ol-alert-close {
  outline: 0;
}
.erp-page-header-notification .ol-alert .erp-page-header-notification-message {
  outline: 0;
}
.erp-page-header-notification .ol-alert .erp-page-header-notification-message a:focus {
  outline: 0;
}
@media (max-width: 959px) {
  .erp-page-header {
    padding: 10px;
  }
  .erp-page-header-title {
    font-size: 26px;
  }
  .erp-page-header-breadcrumb a,
  .erp-page-header-breadcrumb {
    font-size: 24px;
  }
}
.erp-page-footer-actions {
  padding: 0;
  border-top: 1px solid #bbb;
}
.ol-search-bar {
  border-radius: 20px;
  border: 2px solid #eee;
  font-size: 14px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.ol-search-bar input {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  height: 32px;
  border: none;
}
.ol-search-bar input::placeholder {
  color: #bbb;
}
.ol-search-bar md-icon {
  color: #bbb;
  top: 7px;
  outline: none;
}
.ol-search-bar md-icon.search-icon {
  margin: 0 6px;
}
.ol-search-bar md-icon.clear-icon {
  margin-right: 5px;
}
md-sidenav {
  width: 250px;
}
md-sidenav.md-locked-open {
  min-width: 190px;
  max-width: 250px;
  overflow: visible;
}
.sidenav {
  height: 100vh;
  background-color: #43566B;
  color: white;
}
.sidenav .ol-logo {
  display: block;
  padding: 30px 35px 30px 30px;
  fill: white;
  text-align: center;
}
.sidenav .ol-logo img {
  width: 100%;
}
.sidenav .nav-chevron-right {
  font-size: 18px;
  padding-right: 5px;
}
.divider {
  background-color: #fff;
}
.onboarding-button {
  font-size: 12px;
  margin: 0 20px 20px 20px;
}
.is_small_screen .sidenav .ol-logo {
  text-align: left;
}
.sidenav-header {
  position: relative;
  background-color: #43566B;
}
.sidenav-outstanding-indicator {
  fill: #ff6138;
}
.sidenav-back {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  margin: 10px;
  outline: 0;
}
.sidenav-close {
  font-size: 30px;
  height: 45px;
  line-height: 45px;
  outline: 0;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 0;
  width: 45px;
}
.sidenav-content {
  background-color: #43566B;
}
.sidenav-content::-webkit-scrollbar-thumb {
  background-color: #39495b;
}
.sidenav-content:hover::-webkit-scrollbar-thumb {
  background-color: #2f3d4c;
}
.sidenav-content::-webkit-scrollbar-track {
  background-color: #43566B;
}
.sidenav-content:hover::-webkit-scrollbar-track {
  background-color: #576f8a;
}
.sidenav-footer {
  background-color: #334252;
  padding: 12px 0;
}
.sidenav-menu-item {
  color: #fff;
  padding: 0 10px;
  outline: none;
  padding: 12px 10px 12px 30px;
}
.sidenav-menu-item:focus,
.sidenav-menu-item:hover {
  background-color: #334252;
  color: white;
  text-decoration: none;
  opacity: 1;
}
.sidenav-menu-item:focus .menu-item-label,
.sidenav-menu-item:hover .menu-item-label,
.sidenav-menu-item:focus .sidenav-menu-item-icon,
.sidenav-menu-item:hover .sidenav-menu-item-icon {
  opacity: 1;
}
.sidenav-menu-item.nav-user {
  border-top: 1px solid #eee;
}
.sidenav-menu-item.active {
  background-color: white;
  color: #ff6138;
  opacity: 1;
}
.sidenav-menu-item.active .menu-item-label {
  color: #ff6138;
  opacity: 1;
}
.sidenav-menu-item.active .sidenav-menu-item-icon {
  fill: #F15F4B;
  opacity: 1;
}
.sidenav-menu-item.active .sidenav-menu-item-icon__path_0 {
  fill: #F15F4B;
}
.sidenav-menu-item.active .sidenav-menu-item-icon__path_1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #F15F4B;
}
.sidenav-menu-item.active .sidenav-menu-item-icon-addon {
  fill: #27b99b;
}
.sidenav-menu-item.active .sidenav-menu-item-icon-indicator {
  fill: #27b99b;
}
.sidenav-menu-item.indicator .sidenav-menu-item-icon {
  mask: url(#feature_indicator_icon_mask) !important;
}
.sidenav-menu-item.indicator .sidenav-menu-item-icon-indicator {
  display: inline;
}
.sidenav-menu-item svg {
  height: 30px;
  width: 30px;
  margin-right: 15px;
}
.sidenav-menu-item .sidenav-menu-item-icon__path_0 {
  fill: #fff;
}
.sidenav-menu-item .sidenav-menu-item-icon__path_1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
}
.sidenav-menu-item .sidenav-menu-item-icon-addon {
  fill: white;
  opacity: 1;
}
.sidenav-menu-item .sidenav-menu-item-icon-indicator {
  display: none;
  fill: #ff6138;
}
.sidenav-menu-item__signout-button svg {
  width: 20px;
  height: 20px;
}
.sidenav-menu-item-label {
  font-size: 12px;
  font-weight: 500;
  overflow-wrap: break-word;
  text-decoration: none;
}
.sidenav-menu-item-label span {
  font-size: 11px;
  font-weight: 500;
}
.sidenav-profile-popover-container {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sidenav-profile-popover {
  position: relative;
  left: 260px;
  bottom: 2px;
  opacity: 1;
  color: white;
}
.sidenav-profile-popover__menu-item {
  padding: 12px 10px 12px 30px;
}
.sidenav-profile-popover md-divider {
  border-top-color: white;
  opacity: 0.25;
  margin: 12px 0;
}
.sidenav-profile-popover .sidenav-profile-popover-panel {
  background-color: #334252;
  border: none;
  border-radius: 10px;
  padding: 12px 0;
}
.sidenav-profile-popover .sidenav-profile-popover-arrow {
  position: absolute;
  bottom: 19px;
  left: -5px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background-color: #334252;
}
.sidenav-profile-popover a.sidenav-profile-menu-item {
  color: white;
}
ol-tabs {
  display: block;
}
.ol-tabs {
  display: flex;
  flex-direction: row;
}
.ol-tabs-item {
  outline: 0;
  cursor: pointer;
  height: 40px;
  line-height: 36px;
  font-size: 14px;
  color: #bbb;
  font-weight: 500;
  margin: 0;
  padding: 0 20px;
  text-align: center;
}
.ol-tabs-item:hover {
  color: #333;
}
.ol-tabs-item--selected {
  color: #333;
  border-bottom: 2px solid #ff6138;
}
ol-text-editor {
  display: block;
  width: 100%;
}
ol-text-editor ng-quill-editor {
  display: block;
  width: 100%;
}
ol-text-editor .ql-editor {
  border: none;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
}
ol-text-editor .ql-editor.ql-blank::before {
  color: #bbb;
  font-style: normal;
  font-weight: normal;
}
ol-token-input {
  display: block;
}
.ol-token-input {
  border-bottom: 1px solid #bbb;
  outline: none;
  padding-bottom: 1px;
}
.ol-token-input--has-focus {
  border-bottom: 2px solid #3b99fc;
  padding-bottom: 0;
}
.ol-token-input__label {
  font-size: 10.5px !important;
}
.ol-token-input__input-container {
  line-height: 40px;
}
.ol-token-input__token {
  background-color: #d8d8d8;
  border-radius: 15px;
  display: inline-flex;
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
  padding: 0 5px 0 15px;
}
.ol-token-input__token + .ol-token-input__token {
  margin-left: 5px;
}
.ol-token-input__token-remove-icon {
  cursor: pointer;
  font-size: 20px !important;
  height: 28px !important;
  line-height: 28px !important;
  margin-left: 5px;
  min-height: 28px !important;
  min-width: 25px !important;
  width: 25px !important;
}
.ol-token-input__input {
  border: 0;
  font-weight: 400;
  margin: 0 0 0 10px;
  outline: 0;
  padding: 0;
}
.ol-video {
  width: 100%;
  height: 100%;
}
.padding-10 {
  padding: 10px !important;
}
.padding-h-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.padding-h-30 {
  padding: 0 30px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.margin-auto {
  margin: auto !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-24 {
  margin-bottom: 24px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-top-bottom-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.padding-0 {
  padding: 0 !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.margin-bottom-40-0 {
  margin-bottom: 40px !important;
}
@media (max-width: 991px) {
  .margin-bottom-40-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .margin-bottom-40-0 {
    margin-bottom: 40px !important;
  }
}
.margin-0 {
  margin: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-h-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.margin-h-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.margin-h-10 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.margin-h-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.margin-h-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.margin-v-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-v-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.margin-v-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.margin-mobile-side-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
.truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.icon-20 {
  height: 20px;
  width: 20px;
}
.vertical-align-middle {
  vertical-align: middle;
}
.layout-row .flex-0 {
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.layout-row .flex-5 {
  -webkit-flex: 1 1 5%;
  flex: 1 1 5%;
}
.layout-row .flex-10 {
  -webkit-flex: 1 1 10%;
  flex: 1 1 10%;
}
.layout-row .flex-15 {
  -webkit-flex: 1 1 15%;
  flex: 1 1 15%;
}
.layout-row .flex-20 {
  -webkit-flex: 1 1 20%;
  flex: 1 1 20%;
}
.layout-row .flex-25 {
  -webkit-flex: 1 1 25%;
  flex: 1 1 25%;
}
.layout-row .flex-30 {
  -webkit-flex: 1 1 30%;
  flex: 1 1 30%;
}
.layout-row .flex-33 {
  -webkit-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
}
.layout-row .flex-35 {
  -webkit-flex: 1 1 35%;
  flex: 1 1 35%;
}
.layout-row .flex-40 {
  -webkit-flex: 1 1 40%;
  flex: 1 1 40%;
}
.layout-row .flex-45 {
  -webkit-flex: 1 1 45%;
  flex: 1 1 45%;
}
.layout-row .flex-50 {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
}
.layout-row .flex-55 {
  -webkit-flex: 1 1 55%;
  flex: 1 1 55%;
}
.layout-row .flex-60 {
  -webkit-flex: 1 1 60%;
  flex: 1 1 60%;
}
.layout-row .flex-65 {
  -webkit-flex: 1 1 65%;
  flex: 1 1 65%;
}
.layout-row .flex-66 {
  -webkit-flex: 1 1 66.66%;
  flex: 1 1 66.66%;
}
.layout-row .flex-70 {
  -webkit-flex: 1 1 70%;
  flex: 1 1 70%;
}
.layout-row .flex-75 {
  -webkit-flex: 1 1 75%;
  flex: 1 1 75%;
}
.layout-row .flex-80 {
  -webkit-flex: 1 1 80%;
  flex: 1 1 80%;
}
.layout-row .flex-85 {
  -webkit-flex: 1 1 85%;
  flex: 1 1 85%;
}
.layout-row .flex-90 {
  -webkit-flex: 1 1 90%;
  flex: 1 1 90%;
}
.layout-row .flex-95 {
  -webkit-flex: 1 1 95%;
  flex: 1 1 95%;
}
.layout-row .flex-100 {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (max-width: 599px) {
  .layout-row .flex-xs-0 {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .layout-row .flex-xs-5 {
    -webkit-flex: 1 1 5%;
    flex: 1 1 5%;
  }
  .layout-row .flex-xs-10 {
    -webkit-flex: 1 1 10%;
    flex: 1 1 10%;
  }
  .layout-row .flex-xs-15 {
    -webkit-flex: 1 1 15%;
    flex: 1 1 15%;
  }
  .layout-row .flex-xs-20 {
    -webkit-flex: 1 1 20%;
    flex: 1 1 20%;
  }
  .layout-row .flex-xs-25 {
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  .layout-row .flex-xs-30 {
    -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
  }
  .layout-row .flex-xs-33 {
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
  }
  .layout-row .flex-xs-35 {
    -webkit-flex: 1 1 35%;
    flex: 1 1 35%;
  }
  .layout-row .flex-xs-40 {
    -webkit-flex: 1 1 40%;
    flex: 1 1 40%;
  }
  .layout-row .flex-xs-45 {
    -webkit-flex: 1 1 45%;
    flex: 1 1 45%;
  }
  .layout-row .flex-xs-50 {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .layout-row .flex-xs-55 {
    -webkit-flex: 1 1 55%;
    flex: 1 1 55%;
  }
  .layout-row .flex-xs-60 {
    -webkit-flex: 1 1 60%;
    flex: 1 1 60%;
  }
  .layout-row .flex-xs-65 {
    -webkit-flex: 1 1 65%;
    flex: 1 1 65%;
  }
  .layout-row .flex-xs-66 {
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
  }
  .layout-row .flex-xs-70 {
    -webkit-flex: 1 1 70%;
    flex: 1 1 70%;
  }
  .layout-row .flex-xs-75 {
    -webkit-flex: 1 1 75%;
    flex: 1 1 75%;
  }
  .layout-row .flex-xs-80 {
    -webkit-flex: 1 1 80%;
    flex: 1 1 80%;
  }
  .layout-row .flex-xs-85 {
    -webkit-flex: 1 1 85%;
    flex: 1 1 85%;
  }
  .layout-row .flex-xs-90 {
    -webkit-flex: 1 1 90%;
    flex: 1 1 90%;
  }
  .layout-row .flex-xs-95 {
    -webkit-flex: 1 1 95%;
    flex: 1 1 95%;
  }
  .layout-row .flex-xs-100 {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 600px) {
  .layout-row .flex-gt-xs-0 {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .layout-row .flex-gt-xs-5 {
    -webkit-flex: 1 1 5%;
    flex: 1 1 5%;
  }
  .layout-row .flex-gt-xs-10 {
    -webkit-flex: 1 1 10%;
    flex: 1 1 10%;
  }
  .layout-row .flex-gt-xs-15 {
    -webkit-flex: 1 1 15%;
    flex: 1 1 15%;
  }
  .layout-row .flex-gt-xs-20 {
    -webkit-flex: 1 1 20%;
    flex: 1 1 20%;
  }
  .layout-row .flex-gt-xs-25 {
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  .layout-row .flex-gt-xs-30 {
    -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
  }
  .layout-row .flex-gt-xs-33 {
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
  }
  .layout-row .flex-gt-xs-35 {
    -webkit-flex: 1 1 35%;
    flex: 1 1 35%;
  }
  .layout-row .flex-gt-xs-40 {
    -webkit-flex: 1 1 40%;
    flex: 1 1 40%;
  }
  .layout-row .flex-gt-xs-45 {
    -webkit-flex: 1 1 45%;
    flex: 1 1 45%;
  }
  .layout-row .flex-gt-xs-50 {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .layout-row .flex-gt-xs-55 {
    -webkit-flex: 1 1 55%;
    flex: 1 1 55%;
  }
  .layout-row .flex-gt-xs-60 {
    -webkit-flex: 1 1 60%;
    flex: 1 1 60%;
  }
  .layout-row .flex-gt-xs-65 {
    -webkit-flex: 1 1 65%;
    flex: 1 1 65%;
  }
  .layout-row .flex-gt-xs-66 {
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
  }
  .layout-row .flex-gt-xs-70 {
    -webkit-flex: 1 1 70%;
    flex: 1 1 70%;
  }
  .layout-row .flex-gt-xs-75 {
    -webkit-flex: 1 1 75%;
    flex: 1 1 75%;
  }
  .layout-row .flex-gt-xs-80 {
    -webkit-flex: 1 1 80%;
    flex: 1 1 80%;
  }
  .layout-row .flex-gt-xs-85 {
    -webkit-flex: 1 1 85%;
    flex: 1 1 85%;
  }
  .layout-row .flex-gt-xs-90 {
    -webkit-flex: 1 1 90%;
    flex: 1 1 90%;
  }
  .layout-row .flex-gt-xs-95 {
    -webkit-flex: 1 1 95%;
    flex: 1 1 95%;
  }
  .layout-row .flex-gt-xs-100 {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .layout-row .flex-sm-0 {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .layout-row .flex-sm-5 {
    -webkit-flex: 1 1 5%;
    flex: 1 1 5%;
  }
  .layout-row .flex-sm-10 {
    -webkit-flex: 1 1 10%;
    flex: 1 1 10%;
  }
  .layout-row .flex-sm-15 {
    -webkit-flex: 1 1 15%;
    flex: 1 1 15%;
  }
  .layout-row .flex-sm-20 {
    -webkit-flex: 1 1 20%;
    flex: 1 1 20%;
  }
  .layout-row .flex-sm-25 {
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  .layout-row .flex-sm-30 {
    -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
  }
  .layout-row .flex-sm-33 {
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
  }
  .layout-row .flex-sm-35 {
    -webkit-flex: 1 1 35%;
    flex: 1 1 35%;
  }
  .layout-row .flex-sm-40 {
    -webkit-flex: 1 1 40%;
    flex: 1 1 40%;
  }
  .layout-row .flex-sm-45 {
    -webkit-flex: 1 1 45%;
    flex: 1 1 45%;
  }
  .layout-row .flex-sm-50 {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .layout-row .flex-sm-55 {
    -webkit-flex: 1 1 55%;
    flex: 1 1 55%;
  }
  .layout-row .flex-sm-60 {
    -webkit-flex: 1 1 60%;
    flex: 1 1 60%;
  }
  .layout-row .flex-sm-65 {
    -webkit-flex: 1 1 65%;
    flex: 1 1 65%;
  }
  .layout-row .flex-sm-66 {
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
  }
  .layout-row .flex-sm-70 {
    -webkit-flex: 1 1 70%;
    flex: 1 1 70%;
  }
  .layout-row .flex-sm-75 {
    -webkit-flex: 1 1 75%;
    flex: 1 1 75%;
  }
  .layout-row .flex-sm-80 {
    -webkit-flex: 1 1 80%;
    flex: 1 1 80%;
  }
  .layout-row .flex-sm-85 {
    -webkit-flex: 1 1 85%;
    flex: 1 1 85%;
  }
  .layout-row .flex-sm-90 {
    -webkit-flex: 1 1 90%;
    flex: 1 1 90%;
  }
  .layout-row .flex-sm-95 {
    -webkit-flex: 1 1 95%;
    flex: 1 1 95%;
  }
  .layout-row .flex-sm-100 {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 960px) {
  .layout-row .flex-gt-sm-0 {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .layout-row .flex-gt-sm-5 {
    -webkit-flex: 1 1 5%;
    flex: 1 1 5%;
  }
  .layout-row .flex-gt-sm-10 {
    -webkit-flex: 1 1 10%;
    flex: 1 1 10%;
  }
  .layout-row .flex-gt-sm-15 {
    -webkit-flex: 1 1 15%;
    flex: 1 1 15%;
  }
  .layout-row .flex-gt-sm-20 {
    -webkit-flex: 1 1 20%;
    flex: 1 1 20%;
  }
  .layout-row .flex-gt-sm-25 {
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  .layout-row .flex-gt-sm-30 {
    -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
  }
  .layout-row .flex-gt-sm-33 {
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
  }
  .layout-row .flex-gt-sm-35 {
    -webkit-flex: 1 1 35%;
    flex: 1 1 35%;
  }
  .layout-row .flex-gt-sm-40 {
    -webkit-flex: 1 1 40%;
    flex: 1 1 40%;
  }
  .layout-row .flex-gt-sm-45 {
    -webkit-flex: 1 1 45%;
    flex: 1 1 45%;
  }
  .layout-row .flex-gt-sm-50 {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .layout-row .flex-gt-sm-55 {
    -webkit-flex: 1 1 55%;
    flex: 1 1 55%;
  }
  .layout-row .flex-gt-sm-60 {
    -webkit-flex: 1 1 60%;
    flex: 1 1 60%;
  }
  .layout-row .flex-gt-sm-65 {
    -webkit-flex: 1 1 65%;
    flex: 1 1 65%;
  }
  .layout-row .flex-gt-sm-66 {
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
  }
  .layout-row .flex-gt-sm-70 {
    -webkit-flex: 1 1 70%;
    flex: 1 1 70%;
  }
  .layout-row .flex-gt-sm-75 {
    -webkit-flex: 1 1 75%;
    flex: 1 1 75%;
  }
  .layout-row .flex-gt-sm-80 {
    -webkit-flex: 1 1 80%;
    flex: 1 1 80%;
  }
  .layout-row .flex-gt-sm-85 {
    -webkit-flex: 1 1 85%;
    flex: 1 1 85%;
  }
  .layout-row .flex-gt-sm-90 {
    -webkit-flex: 1 1 90%;
    flex: 1 1 90%;
  }
  .layout-row .flex-gt-sm-95 {
    -webkit-flex: 1 1 95%;
    flex: 1 1 95%;
  }
  .layout-row .flex-gt-sm-100 {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .layout-row .flex-md-0 {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .layout-row .flex-md-5 {
    -webkit-flex: 1 1 5%;
    flex: 1 1 5%;
  }
  .layout-row .flex-md-10 {
    -webkit-flex: 1 1 10%;
    flex: 1 1 10%;
  }
  .layout-row .flex-md-15 {
    -webkit-flex: 1 1 15%;
    flex: 1 1 15%;
  }
  .layout-row .flex-md-20 {
    -webkit-flex: 1 1 20%;
    flex: 1 1 20%;
  }
  .layout-row .flex-md-25 {
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  .layout-row .flex-md-30 {
    -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
  }
  .layout-row .flex-md-33 {
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
  }
  .layout-row .flex-md-35 {
    -webkit-flex: 1 1 35%;
    flex: 1 1 35%;
  }
  .layout-row .flex-md-40 {
    -webkit-flex: 1 1 40%;
    flex: 1 1 40%;
  }
  .layout-row .flex-md-45 {
    -webkit-flex: 1 1 45%;
    flex: 1 1 45%;
  }
  .layout-row .flex-md-50 {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .layout-row .flex-md-55 {
    -webkit-flex: 1 1 55%;
    flex: 1 1 55%;
  }
  .layout-row .flex-md-60 {
    -webkit-flex: 1 1 60%;
    flex: 1 1 60%;
  }
  .layout-row .flex-md-65 {
    -webkit-flex: 1 1 65%;
    flex: 1 1 65%;
  }
  .layout-row .flex-md-66 {
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
  }
  .layout-row .flex-md-70 {
    -webkit-flex: 1 1 70%;
    flex: 1 1 70%;
  }
  .layout-row .flex-md-75 {
    -webkit-flex: 1 1 75%;
    flex: 1 1 75%;
  }
  .layout-row .flex-md-80 {
    -webkit-flex: 1 1 80%;
    flex: 1 1 80%;
  }
  .layout-row .flex-md-85 {
    -webkit-flex: 1 1 85%;
    flex: 1 1 85%;
  }
  .layout-row .flex-md-90 {
    -webkit-flex: 1 1 90%;
    flex: 1 1 90%;
  }
  .layout-row .flex-md-95 {
    -webkit-flex: 1 1 95%;
    flex: 1 1 95%;
  }
  .layout-row .flex-md-100 {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 1280px) {
  .layout-row .flex-gt-md-0 {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .layout-row .flex-gt-md-5 {
    -webkit-flex: 1 1 5%;
    flex: 1 1 5%;
  }
  .layout-row .flex-gt-md-10 {
    -webkit-flex: 1 1 10%;
    flex: 1 1 10%;
  }
  .layout-row .flex-gt-md-15 {
    -webkit-flex: 1 1 15%;
    flex: 1 1 15%;
  }
  .layout-row .flex-gt-md-20 {
    -webkit-flex: 1 1 20%;
    flex: 1 1 20%;
  }
  .layout-row .flex-gt-md-25 {
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  .layout-row .flex-gt-md-30 {
    -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
  }
  .layout-row .flex-gt-md-33 {
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
  }
  .layout-row .flex-gt-md-35 {
    -webkit-flex: 1 1 35%;
    flex: 1 1 35%;
  }
  .layout-row .flex-gt-md-40 {
    -webkit-flex: 1 1 40%;
    flex: 1 1 40%;
  }
  .layout-row .flex-gt-md-45 {
    -webkit-flex: 1 1 45%;
    flex: 1 1 45%;
  }
  .layout-row .flex-gt-md-50 {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .layout-row .flex-gt-md-55 {
    -webkit-flex: 1 1 55%;
    flex: 1 1 55%;
  }
  .layout-row .flex-gt-md-60 {
    -webkit-flex: 1 1 60%;
    flex: 1 1 60%;
  }
  .layout-row .flex-gt-md-65 {
    -webkit-flex: 1 1 65%;
    flex: 1 1 65%;
  }
  .layout-row .flex-gt-md-66 {
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
  }
  .layout-row .flex-gt-md-70 {
    -webkit-flex: 1 1 70%;
    flex: 1 1 70%;
  }
  .layout-row .flex-gt-md-75 {
    -webkit-flex: 1 1 75%;
    flex: 1 1 75%;
  }
  .layout-row .flex-gt-md-80 {
    -webkit-flex: 1 1 80%;
    flex: 1 1 80%;
  }
  .layout-row .flex-gt-md-85 {
    -webkit-flex: 1 1 85%;
    flex: 1 1 85%;
  }
  .layout-row .flex-gt-md-90 {
    -webkit-flex: 1 1 90%;
    flex: 1 1 90%;
  }
  .layout-row .flex-gt-md-95 {
    -webkit-flex: 1 1 95%;
    flex: 1 1 95%;
  }
  .layout-row .flex-gt-md-100 {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .layout-row .flex-lg-0 {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .layout-row .flex-lg-5 {
    -webkit-flex: 1 1 5%;
    flex: 1 1 5%;
  }
  .layout-row .flex-lg-10 {
    -webkit-flex: 1 1 10%;
    flex: 1 1 10%;
  }
  .layout-row .flex-lg-15 {
    -webkit-flex: 1 1 15%;
    flex: 1 1 15%;
  }
  .layout-row .flex-lg-20 {
    -webkit-flex: 1 1 20%;
    flex: 1 1 20%;
  }
  .layout-row .flex-lg-25 {
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  .layout-row .flex-lg-30 {
    -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
  }
  .layout-row .flex-lg-33 {
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
  }
  .layout-row .flex-lg-35 {
    -webkit-flex: 1 1 35%;
    flex: 1 1 35%;
  }
  .layout-row .flex-lg-40 {
    -webkit-flex: 1 1 40%;
    flex: 1 1 40%;
  }
  .layout-row .flex-lg-45 {
    -webkit-flex: 1 1 45%;
    flex: 1 1 45%;
  }
  .layout-row .flex-lg-50 {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .layout-row .flex-lg-55 {
    -webkit-flex: 1 1 55%;
    flex: 1 1 55%;
  }
  .layout-row .flex-lg-60 {
    -webkit-flex: 1 1 60%;
    flex: 1 1 60%;
  }
  .layout-row .flex-lg-65 {
    -webkit-flex: 1 1 65%;
    flex: 1 1 65%;
  }
  .layout-row .flex-lg-66 {
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
  }
  .layout-row .flex-lg-70 {
    -webkit-flex: 1 1 70%;
    flex: 1 1 70%;
  }
  .layout-row .flex-lg-75 {
    -webkit-flex: 1 1 75%;
    flex: 1 1 75%;
  }
  .layout-row .flex-lg-80 {
    -webkit-flex: 1 1 80%;
    flex: 1 1 80%;
  }
  .layout-row .flex-lg-85 {
    -webkit-flex: 1 1 85%;
    flex: 1 1 85%;
  }
  .layout-row .flex-lg-90 {
    -webkit-flex: 1 1 90%;
    flex: 1 1 90%;
  }
  .layout-row .flex-lg-95 {
    -webkit-flex: 1 1 95%;
    flex: 1 1 95%;
  }
  .layout-row .flex-lg-100 {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 1920px) {
  .layout-row .flex-gt-lg-0 {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .layout-row .flex-gt-lg-5 {
    -webkit-flex: 1 1 5%;
    flex: 1 1 5%;
  }
  .layout-row .flex-gt-lg-10 {
    -webkit-flex: 1 1 10%;
    flex: 1 1 10%;
  }
  .layout-row .flex-gt-lg-15 {
    -webkit-flex: 1 1 15%;
    flex: 1 1 15%;
  }
  .layout-row .flex-gt-lg-20 {
    -webkit-flex: 1 1 20%;
    flex: 1 1 20%;
  }
  .layout-row .flex-gt-lg-25 {
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  .layout-row .flex-gt-lg-30 {
    -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
  }
  .layout-row .flex-gt-lg-33 {
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
  }
  .layout-row .flex-gt-lg-35 {
    -webkit-flex: 1 1 35%;
    flex: 1 1 35%;
  }
  .layout-row .flex-gt-lg-40 {
    -webkit-flex: 1 1 40%;
    flex: 1 1 40%;
  }
  .layout-row .flex-gt-lg-45 {
    -webkit-flex: 1 1 45%;
    flex: 1 1 45%;
  }
  .layout-row .flex-gt-lg-50 {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .layout-row .flex-gt-lg-55 {
    -webkit-flex: 1 1 55%;
    flex: 1 1 55%;
  }
  .layout-row .flex-gt-lg-60 {
    -webkit-flex: 1 1 60%;
    flex: 1 1 60%;
  }
  .layout-row .flex-gt-lg-65 {
    -webkit-flex: 1 1 65%;
    flex: 1 1 65%;
  }
  .layout-row .flex-gt-lg-66 {
    -webkit-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
  }
  .layout-row .flex-gt-lg-70 {
    -webkit-flex: 1 1 70%;
    flex: 1 1 70%;
  }
  .layout-row .flex-gt-lg-75 {
    -webkit-flex: 1 1 75%;
    flex: 1 1 75%;
  }
  .layout-row .flex-gt-lg-80 {
    -webkit-flex: 1 1 80%;
    flex: 1 1 80%;
  }
  .layout-row .flex-gt-lg-85 {
    -webkit-flex: 1 1 85%;
    flex: 1 1 85%;
  }
  .layout-row .flex-gt-lg-90 {
    -webkit-flex: 1 1 90%;
    flex: 1 1 90%;
  }
  .layout-row .flex-gt-lg-95 {
    -webkit-flex: 1 1 95%;
    flex: 1 1 95%;
  }
  .layout-row .flex-gt-lg-100 {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}
/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.ol-editor {
  display: block;
  margin: 15px 0 20px;
}
.ol-editor .ql-toolbar.ql-snow {
  border: 1px solid #ddd;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.ol-editor .ql-container.ql-snow {
  border: 1px solid #ddd;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ol-editor .ql-container {
  height: 150px;
  overflow: scroll;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
}
.ol-editor .ql-disabled {
  color: #777;
  -webkit-text-fill-color: #777;
  background-color: #eee;
}
.ol-editor .ql-tooltip {
  left: 0 !important;
}
code,
pre,
.pre {
  padding: 5px;
  margin: 10px 0;
  background-color: #EFEFEF;
  border: 1px solid #DADADA;
}
code {
  padding: 0 3px;
}
pre {
  margin: 10px 0;
  padding: 5px;
}
.page-header {
  margin-top: 60px;
  background-color: #FF6138;
}
.page-header:first-child {
  margin-top: 20px;
}
h2 {
  margin: 20px 0;
  color: #666;
}
b,
strong {
  font-weight: 500;
}
.footer {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #212f3c;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 0 15px 30px;
  }
}
.footer h4 {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .footer h4 {
    text-align: center;
    margin-top: 30px;
  }
}
.footer a {
  line-height: 1.75;
}
.footer a:link {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:visited {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.footer ul {
  list-style-type: none;
  width: 100%;
  padding: 0;
}
.footer .footer-links ul {
  margin-top: 0px;
}
@media (min-width: 1200px) {
  .footer .footer-links ul {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer .footer-links ul {
    text-align: center;
    padding: 10px;
    margin-top: 0px;
  }
}
.footer .footer-links ul li {
  padding-left: 0px;
}
.footer .social-links ul {
  position: relative;
  right: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .footer .social-links ul {
    text-align: center;
    padding: 10px;
    margin-top: 0px;
  }
}
.footer .social-links ul li {
  display: inline;
  padding: 0px 10px 0px 0px;
}
.footer .social-links table {
  margin-top: 20px;
}
.footer .social-links table td.twitter-btn {
  padding-top: 2px;
}
.footer .social-links table td.fb-li-btn {
  padding-right: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .footer .social-links table {
    text-align: center;
    width: auto;
    margin: 20px auto 0px;
  }
  .footer .social-links table td.twitter-btn {
    padding-right: 10px;
  }
  .footer .social-links table td.fb-li-btn {
    padding-right: 0px;
    padding-left: 35px;
    padding-bottom: 20px;
  }
  .footer .social-links table td.angellist-btn {
    padding-left: 20px;
  }
}
.footer .social-links i {
  position: relative;
  top: -7px;
  padding: 0 10px 0px 0px;
  font-size: 35px;
  color: rgba(255, 255, 255, 0.3);
}
.footer .social-links i:hover {
  color: rgba(255, 255, 255, 0.9);
}
.footer .subfooter {
  text-align: center;
  padding: 15px 0px;
}
.footer .subfooter p {
  font-size: 12px;
  color: #FFF;
}
@media (max-width: 991px) {
  .footer .subfooter {
    text-align: center;
  }
}
.footer .mixpanel a {
  margin: 10px 10px 0 0;
}
.footer hr {
  border-top: 1px solid #5e5e5e;
  margin: 0px 0px 10px;
}
/**
 * Now that all app-wide styles have been applied, we can load the styles for
 * all the submodules and components we are using.
 *
 * @todo In a later version of this boilerplate, I'd like to automate this.
 */
html,
body {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #f5f5f5;
}
a {
  font-size: 14px;
  font-weight: 500;
  color: #3B99FC;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #3B99FC;
  text-decoration: underline;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #dddddd;
}
.section-header {
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #2e3641;
  width: 180px;
  font-size: 16px;
  padding: 8px 0 8px 0;
  margin: auto;
  background-color: #333;
}
label,
p {
  font-weight: 400;
}
.centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin-left: auto;
  margin-right: auto;
}
.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.vertical-centered {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.navbar .sub-menu .page-links li {
  font-size: 1.15em;
}
.navbar hr {
  margin: 20px;
}
.navbar.navbar-default .navbar-brand {
  padding-left: 0;
}
.navbar.navbar-default .navbar-nav.navbar-right {
  margin-right: 0px;
}
.navbar.navbar-default .navbar-nav.navbar-right li.nav-link a {
  color: #5e5e5e;
  border: none;
  margin-right: 10px;
}
.navbar.navbar-default .navbar-nav.navbar-right li.nav-button a {
  color: #ff6138;
  margin-right: 10px;
  border-radius: 5px;
  border: 2px solid #ff6138;
}
@media (min-width: 991px) {
  .navbar.navbar-default .navbar-nav.navbar-right li.nav-button a {
    width: 150px;
  }
}
.navbar.navbar-default .navbar-nav.navbar-right .welcome-button {
  margin-right: 10px;
  font-size: 12px;
}
.navbar.navbar-default .navbar-nav.navbar-right .welcome-button > a {
  color: #ff6138;
  border: 2px solid #ff6138;
}
@media (min-width: 991px) {
  .navbar.navbar-default .navbar-nav.navbar-right .welcome-button > a {
    width: auto;
  }
}
.navbar.navbar-default a {
  color: #ff6138;
}
@media (max-width: 767px) {
  .navbar-fixed-top {
    max-height: 100%;
    overflow-y: auto;
  }
}
.fleets-page,
.request-page,
.about-page,
.home-page,
.business,
.industry-page,
.onelocal-page,
.about-page,
.contact-page,
.careers-page,
.terms-page,
.signin,
.social-media-page,
.taxi-page,
.forgot_password,
.account-page,
.password,
.confirm,
.expired,
.thanks,
.web-ordering-page,
.websites-page {
  margin: 0px;
  background: #ffffff;
}
.fleets-page h1,
.request-page h1,
.about-page h1,
.home-page h1,
.business h1,
.industry-page h1,
.onelocal-page h1,
.about-page h1,
.contact-page h1,
.careers-page h1,
.terms-page h1,
.signin h1,
.social-media-page h1,
.taxi-page h1,
.forgot_password h1,
.account-page h1,
.password h1,
.confirm h1,
.expired h1,
.thanks h1,
.web-ordering-page h1,
.websites-page h1,
.fleets-page h2,
.request-page h2,
.about-page h2,
.home-page h2,
.business h2,
.industry-page h2,
.onelocal-page h2,
.about-page h2,
.contact-page h2,
.careers-page h2,
.terms-page h2,
.signin h2,
.social-media-page h2,
.taxi-page h2,
.forgot_password h2,
.account-page h2,
.password h2,
.confirm h2,
.expired h2,
.thanks h2,
.web-ordering-page h2,
.websites-page h2,
.fleets-page h3,
.request-page h3,
.about-page h3,
.home-page h3,
.business h3,
.industry-page h3,
.onelocal-page h3,
.about-page h3,
.contact-page h3,
.careers-page h3,
.terms-page h3,
.signin h3,
.social-media-page h3,
.taxi-page h3,
.forgot_password h3,
.account-page h3,
.password h3,
.confirm h3,
.expired h3,
.thanks h3,
.web-ordering-page h3,
.websites-page h3,
.fleets-page h4,
.request-page h4,
.about-page h4,
.home-page h4,
.business h4,
.industry-page h4,
.onelocal-page h4,
.about-page h4,
.contact-page h4,
.careers-page h4,
.terms-page h4,
.signin h4,
.social-media-page h4,
.taxi-page h4,
.forgot_password h4,
.account-page h4,
.password h4,
.confirm h4,
.expired h4,
.thanks h4,
.web-ordering-page h4,
.websites-page h4 {
  color: #474747;
  text-align: center;
}
.fleets-page h1,
.request-page h1,
.about-page h1,
.home-page h1,
.business h1,
.industry-page h1,
.onelocal-page h1,
.about-page h1,
.contact-page h1,
.careers-page h1,
.terms-page h1,
.signin h1,
.social-media-page h1,
.taxi-page h1,
.forgot_password h1,
.account-page h1,
.password h1,
.confirm h1,
.expired h1,
.thanks h1,
.web-ordering-page h1,
.websites-page h1,
.fleets-page h2,
.request-page h2,
.about-page h2,
.home-page h2,
.business h2,
.industry-page h2,
.onelocal-page h2,
.about-page h2,
.contact-page h2,
.careers-page h2,
.terms-page h2,
.signin h2,
.social-media-page h2,
.taxi-page h2,
.forgot_password h2,
.account-page h2,
.password h2,
.confirm h2,
.expired h2,
.thanks h2,
.web-ordering-page h2,
.websites-page h2 {
  font-weight: 500;
  margin-top: 0px;
}
.fleets-page h1,
.request-page h1,
.about-page h1,
.home-page h1,
.business h1,
.industry-page h1,
.onelocal-page h1,
.about-page h1,
.contact-page h1,
.careers-page h1,
.terms-page h1,
.signin h1,
.social-media-page h1,
.taxi-page h1,
.forgot_password h1,
.account-page h1,
.password h1,
.confirm h1,
.expired h1,
.thanks h1,
.web-ordering-page h1,
.websites-page h1 {
  font-weight: 500;
  font-size: 4em;
  line-height: 1;
}
.fleets-page h2,
.request-page h2,
.about-page h2,
.home-page h2,
.business h2,
.industry-page h2,
.onelocal-page h2,
.about-page h2,
.contact-page h2,
.careers-page h2,
.terms-page h2,
.signin h2,
.social-media-page h2,
.taxi-page h2,
.forgot_password h2,
.account-page h2,
.password h2,
.confirm h2,
.expired h2,
.thanks h2,
.web-ordering-page h2,
.websites-page h2,
.fleets-page h3,
.request-page h3,
.about-page h3,
.home-page h3,
.business h3,
.industry-page h3,
.onelocal-page h3,
.about-page h3,
.contact-page h3,
.careers-page h3,
.terms-page h3,
.signin h3,
.social-media-page h3,
.taxi-page h3,
.forgot_password h3,
.account-page h3,
.password h3,
.confirm h3,
.expired h3,
.thanks h3,
.web-ordering-page h3,
.websites-page h3 {
  line-height: 1.2;
}
.fleets-page h2,
.request-page h2,
.about-page h2,
.home-page h2,
.business h2,
.industry-page h2,
.onelocal-page h2,
.about-page h2,
.contact-page h2,
.careers-page h2,
.terms-page h2,
.signin h2,
.social-media-page h2,
.taxi-page h2,
.forgot_password h2,
.account-page h2,
.password h2,
.confirm h2,
.expired h2,
.thanks h2,
.web-ordering-page h2,
.websites-page h2 {
  font-size: 2.75em;
  margin-bottom: 10px;
}
.fleets-page h3,
.request-page h3,
.about-page h3,
.home-page h3,
.business h3,
.industry-page h3,
.onelocal-page h3,
.about-page h3,
.contact-page h3,
.careers-page h3,
.terms-page h3,
.signin h3,
.social-media-page h3,
.taxi-page h3,
.forgot_password h3,
.account-page h3,
.password h3,
.confirm h3,
.expired h3,
.thanks h3,
.web-ordering-page h3,
.websites-page h3 {
  font-size: 1.85em;
  font-weight: 300;
  margin-top: 0;
}
.fleets-page h4,
.request-page h4,
.about-page h4,
.home-page h4,
.business h4,
.industry-page h4,
.onelocal-page h4,
.about-page h4,
.contact-page h4,
.careers-page h4,
.terms-page h4,
.signin h4,
.social-media-page h4,
.taxi-page h4,
.forgot_password h4,
.account-page h4,
.password h4,
.confirm h4,
.expired h4,
.thanks h4,
.web-ordering-page h4,
.websites-page h4,
.fleets-page h5,
.request-page h5,
.about-page h5,
.home-page h5,
.business h5,
.industry-page h5,
.onelocal-page h5,
.about-page h5,
.contact-page h5,
.careers-page h5,
.terms-page h5,
.signin h5,
.social-media-page h5,
.taxi-page h5,
.forgot_password h5,
.account-page h5,
.password h5,
.confirm h5,
.expired h5,
.thanks h5,
.web-ordering-page h5,
.websites-page h5 {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 500;
}
.fleets-page p,
.request-page p,
.about-page p,
.home-page p,
.business p,
.industry-page p,
.onelocal-page p,
.about-page p,
.contact-page p,
.careers-page p,
.terms-page p,
.signin p,
.social-media-page p,
.taxi-page p,
.forgot_password p,
.account-page p,
.password p,
.confirm p,
.expired p,
.thanks p,
.web-ordering-page p,
.websites-page p {
  font-size: 1.25em;
  line-height: 1.25;
  font-weight: 300;
  color: #464646;
}
.fleets-page p span,
.request-page p span,
.about-page p span,
.home-page p span,
.business p span,
.industry-page p span,
.onelocal-page p span,
.about-page p span,
.contact-page p span,
.careers-page p span,
.terms-page p span,
.signin p span,
.social-media-page p span,
.taxi-page p span,
.forgot_password p span,
.account-page p span,
.password p span,
.confirm p span,
.expired p span,
.thanks p span,
.web-ordering-page p span,
.websites-page p span {
  font-weight: 700;
}
.fleets-page .bullet-list,
.request-page .bullet-list,
.about-page .bullet-list,
.home-page .bullet-list,
.business .bullet-list,
.industry-page .bullet-list,
.onelocal-page .bullet-list,
.about-page .bullet-list,
.contact-page .bullet-list,
.careers-page .bullet-list,
.terms-page .bullet-list,
.signin .bullet-list,
.social-media-page .bullet-list,
.taxi-page .bullet-list,
.forgot_password .bullet-list,
.account-page .bullet-list,
.password .bullet-list,
.confirm .bullet-list,
.expired .bullet-list,
.thanks .bullet-list,
.web-ordering-page .bullet-list,
.websites-page .bullet-list {
  padding-left: 15px;
}
.fleets-page .bullet-list p,
.request-page .bullet-list p,
.about-page .bullet-list p,
.home-page .bullet-list p,
.business .bullet-list p,
.industry-page .bullet-list p,
.onelocal-page .bullet-list p,
.about-page .bullet-list p,
.contact-page .bullet-list p,
.careers-page .bullet-list p,
.terms-page .bullet-list p,
.signin .bullet-list p,
.social-media-page .bullet-list p,
.taxi-page .bullet-list p,
.forgot_password .bullet-list p,
.account-page .bullet-list p,
.password .bullet-list p,
.confirm .bullet-list p,
.expired .bullet-list p,
.thanks .bullet-list p,
.web-ordering-page .bullet-list p,
.websites-page .bullet-list p {
  text-align: left;
}
@media (max-width: 991px) {
  .fleets-page h1,
  .request-page h1,
  .about-page h1,
  .home-page h1,
  .business h1,
  .industry-page h1,
  .onelocal-page h1,
  .about-page h1,
  .contact-page h1,
  .careers-page h1,
  .terms-page h1,
  .signin h1,
  .social-media-page h1,
  .taxi-page h1,
  .forgot_password h1,
  .account-page h1,
  .password h1,
  .confirm h1,
  .expired h1,
  .thanks h1,
  .web-ordering-page h1,
  .websites-page h1 {
    font-size: 3.25em;
  }
  .fleets-page h2,
  .request-page h2,
  .about-page h2,
  .home-page h2,
  .business h2,
  .industry-page h2,
  .onelocal-page h2,
  .about-page h2,
  .contact-page h2,
  .careers-page h2,
  .terms-page h2,
  .signin h2,
  .social-media-page h2,
  .taxi-page h2,
  .forgot_password h2,
  .account-page h2,
  .password h2,
  .confirm h2,
  .expired h2,
  .thanks h2,
  .web-ordering-page h2,
  .websites-page h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }
  .fleets-page h3,
  .request-page h3,
  .about-page h3,
  .home-page h3,
  .business h3,
  .industry-page h3,
  .onelocal-page h3,
  .about-page h3,
  .contact-page h3,
  .careers-page h3,
  .terms-page h3,
  .signin h3,
  .social-media-page h3,
  .taxi-page h3,
  .forgot_password h3,
  .account-page h3,
  .password h3,
  .confirm h3,
  .expired h3,
  .thanks h3,
  .web-ordering-page h3,
  .websites-page h3 {
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .fleets-page h4,
  .request-page h4,
  .about-page h4,
  .home-page h4,
  .business h4,
  .industry-page h4,
  .onelocal-page h4,
  .about-page h4,
  .contact-page h4,
  .careers-page h4,
  .terms-page h4,
  .signin h4,
  .social-media-page h4,
  .taxi-page h4,
  .forgot_password h4,
  .account-page h4,
  .password h4,
  .confirm h4,
  .expired h4,
  .thanks h4,
  .web-ordering-page h4,
  .websites-page h4 {
    text-align: center;
    font-size: 1.3em;
  }
  .fleets-page h5,
  .request-page h5,
  .about-page h5,
  .home-page h5,
  .business h5,
  .industry-page h5,
  .onelocal-page h5,
  .about-page h5,
  .contact-page h5,
  .careers-page h5,
  .terms-page h5,
  .signin h5,
  .social-media-page h5,
  .taxi-page h5,
  .forgot_password h5,
  .account-page h5,
  .password h5,
  .confirm h5,
  .expired h5,
  .thanks h5,
  .web-ordering-page h5,
  .websites-page h5 {
    font-size: 1em;
  }
  .fleets-page p,
  .request-page p,
  .about-page p,
  .home-page p,
  .business p,
  .industry-page p,
  .onelocal-page p,
  .about-page p,
  .contact-page p,
  .careers-page p,
  .terms-page p,
  .signin p,
  .social-media-page p,
  .taxi-page p,
  .forgot_password p,
  .account-page p,
  .password p,
  .confirm p,
  .expired p,
  .thanks p,
  .web-ordering-page p,
  .websites-page p {
    text-align: center;
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .fleets-page h1,
  .request-page h1,
  .about-page h1,
  .home-page h1,
  .business h1,
  .industry-page h1,
  .onelocal-page h1,
  .about-page h1,
  .contact-page h1,
  .careers-page h1,
  .terms-page h1,
  .signin h1,
  .social-media-page h1,
  .taxi-page h1,
  .forgot_password h1,
  .account-page h1,
  .password h1,
  .confirm h1,
  .expired h1,
  .thanks h1,
  .web-ordering-page h1,
  .websites-page h1 {
    font-size: 2.25em;
  }
  .fleets-page h2,
  .request-page h2,
  .about-page h2,
  .home-page h2,
  .business h2,
  .industry-page h2,
  .onelocal-page h2,
  .about-page h2,
  .contact-page h2,
  .careers-page h2,
  .terms-page h2,
  .signin h2,
  .social-media-page h2,
  .taxi-page h2,
  .forgot_password h2,
  .account-page h2,
  .password h2,
  .confirm h2,
  .expired h2,
  .thanks h2,
  .web-ordering-page h2,
  .websites-page h2 {
    font-size: 1.75em;
  }
  .fleets-page h3,
  .request-page h3,
  .about-page h3,
  .home-page h3,
  .business h3,
  .industry-page h3,
  .onelocal-page h3,
  .about-page h3,
  .contact-page h3,
  .careers-page h3,
  .terms-page h3,
  .signin h3,
  .social-media-page h3,
  .taxi-page h3,
  .forgot_password h3,
  .account-page h3,
  .password h3,
  .confirm h3,
  .expired h3,
  .thanks h3,
  .web-ordering-page h3,
  .websites-page h3 {
    font-size: 1.4em;
  }
  .fleets-page h4,
  .request-page h4,
  .about-page h4,
  .home-page h4,
  .business h4,
  .industry-page h4,
  .onelocal-page h4,
  .about-page h4,
  .contact-page h4,
  .careers-page h4,
  .terms-page h4,
  .signin h4,
  .social-media-page h4,
  .taxi-page h4,
  .forgot_password h4,
  .account-page h4,
  .password h4,
  .confirm h4,
  .expired h4,
  .thanks h4,
  .web-ordering-page h4,
  .websites-page h4 {
    text-align: center;
    font-size: 1.25em;
  }
  .fleets-page h5,
  .request-page h5,
  .about-page h5,
  .home-page h5,
  .business h5,
  .industry-page h5,
  .onelocal-page h5,
  .about-page h5,
  .contact-page h5,
  .careers-page h5,
  .terms-page h5,
  .signin h5,
  .social-media-page h5,
  .taxi-page h5,
  .forgot_password h5,
  .account-page h5,
  .password h5,
  .confirm h5,
  .expired h5,
  .thanks h5,
  .web-ordering-page h5,
  .websites-page h5 {
    font-size: 1.25em;
  }
  .fleets-page p,
  .request-page p,
  .about-page p,
  .home-page p,
  .business p,
  .industry-page p,
  .onelocal-page p,
  .about-page p,
  .contact-page p,
  .careers-page p,
  .terms-page p,
  .signin p,
  .social-media-page p,
  .taxi-page p,
  .forgot_password p,
  .account-page p,
  .password p,
  .confirm p,
  .expired p,
  .thanks p,
  .web-ordering-page p,
  .websites-page p {
    text-align: center;
    font-size: 1.25em;
  }
}
.fleets-page .text-left,
.request-page .text-left,
.about-page .text-left,
.home-page .text-left,
.business .text-left,
.industry-page .text-left,
.onelocal-page .text-left,
.about-page .text-left,
.contact-page .text-left,
.careers-page .text-left,
.terms-page .text-left,
.signin .text-left,
.social-media-page .text-left,
.taxi-page .text-left,
.forgot_password .text-left,
.account-page .text-left,
.password .text-left,
.confirm .text-left,
.expired .text-left,
.thanks .text-left,
.web-ordering-page .text-left,
.websites-page .text-left {
  text-align: left;
}
.fleets-page a:not(.new-booking-btn):not(.breadcrumb-link),
.request-page a:not(.new-booking-btn):not(.breadcrumb-link),
.about-page a:not(.new-booking-btn):not(.breadcrumb-link),
.home-page a:not(.new-booking-btn):not(.breadcrumb-link),
.business a:not(.new-booking-btn):not(.breadcrumb-link),
.industry-page a:not(.new-booking-btn):not(.breadcrumb-link),
.onelocal-page a:not(.new-booking-btn):not(.breadcrumb-link),
.about-page a:not(.new-booking-btn):not(.breadcrumb-link),
.contact-page a:not(.new-booking-btn):not(.breadcrumb-link),
.careers-page a:not(.new-booking-btn):not(.breadcrumb-link),
.terms-page a:not(.new-booking-btn):not(.breadcrumb-link),
.signin a:not(.new-booking-btn):not(.breadcrumb-link),
.social-media-page a:not(.new-booking-btn):not(.breadcrumb-link),
.taxi-page a:not(.new-booking-btn):not(.breadcrumb-link),
.forgot_password a:not(.new-booking-btn):not(.breadcrumb-link),
.account-page a:not(.new-booking-btn):not(.breadcrumb-link),
.password a:not(.new-booking-btn):not(.breadcrumb-link),
.confirm a:not(.new-booking-btn):not(.breadcrumb-link),
.expired a:not(.new-booking-btn):not(.breadcrumb-link),
.thanks a:not(.new-booking-btn):not(.breadcrumb-link),
.web-ordering-page a:not(.new-booking-btn):not(.breadcrumb-link),
.websites-page a:not(.new-booking-btn):not(.breadcrumb-link) {
  font-weight: 400;
}
.fleets-page a:not(.new-booking-btn):not(.breadcrumb-link) span,
.request-page a:not(.new-booking-btn):not(.breadcrumb-link) span,
.about-page a:not(.new-booking-btn):not(.breadcrumb-link) span,
.home-page a:not(.new-booking-btn):not(.breadcrumb-link) span,
.business a:not(.new-booking-btn):not(.breadcrumb-link) span,
.industry-page a:not(.new-booking-btn):not(.breadcrumb-link) span,
.onelocal-page a:not(.new-booking-btn):not(.breadcrumb-link) span,
.about-page a:not(.new-booking-btn):not(.breadcrumb-link) span,
.contact-page a:not(.new-booking-btn):not(.breadcrumb-link) span,
.careers-page a:not(.new-booking-btn):not(.breadcrumb-link) span,
.terms-page a:not(.new-booking-btn):not(.breadcrumb-link) span,
.signin a:not(.new-booking-btn):not(.breadcrumb-link) span,
.social-media-page a:not(.new-booking-btn):not(.breadcrumb-link) span,
.taxi-page a:not(.new-booking-btn):not(.breadcrumb-link) span,
.forgot_password a:not(.new-booking-btn):not(.breadcrumb-link) span,
.account-page a:not(.new-booking-btn):not(.breadcrumb-link) span,
.password a:not(.new-booking-btn):not(.breadcrumb-link) span,
.confirm a:not(.new-booking-btn):not(.breadcrumb-link) span,
.expired a:not(.new-booking-btn):not(.breadcrumb-link) span,
.thanks a:not(.new-booking-btn):not(.breadcrumb-link) span,
.web-ordering-page a:not(.new-booking-btn):not(.breadcrumb-link) span,
.websites-page a:not(.new-booking-btn):not(.breadcrumb-link) span {
  color: #FFF;
}
.fleets-page a:not(.new-booking-btn):not(.breadcrumb-link):link,
.request-page a:not(.new-booking-btn):not(.breadcrumb-link):link,
.about-page a:not(.new-booking-btn):not(.breadcrumb-link):link,
.home-page a:not(.new-booking-btn):not(.breadcrumb-link):link,
.business a:not(.new-booking-btn):not(.breadcrumb-link):link,
.industry-page a:not(.new-booking-btn):not(.breadcrumb-link):link,
.onelocal-page a:not(.new-booking-btn):not(.breadcrumb-link):link,
.about-page a:not(.new-booking-btn):not(.breadcrumb-link):link,
.contact-page a:not(.new-booking-btn):not(.breadcrumb-link):link,
.careers-page a:not(.new-booking-btn):not(.breadcrumb-link):link,
.terms-page a:not(.new-booking-btn):not(.breadcrumb-link):link,
.signin a:not(.new-booking-btn):not(.breadcrumb-link):link,
.social-media-page a:not(.new-booking-btn):not(.breadcrumb-link):link,
.taxi-page a:not(.new-booking-btn):not(.breadcrumb-link):link,
.forgot_password a:not(.new-booking-btn):not(.breadcrumb-link):link,
.account-page a:not(.new-booking-btn):not(.breadcrumb-link):link,
.password a:not(.new-booking-btn):not(.breadcrumb-link):link,
.confirm a:not(.new-booking-btn):not(.breadcrumb-link):link,
.expired a:not(.new-booking-btn):not(.breadcrumb-link):link,
.thanks a:not(.new-booking-btn):not(.breadcrumb-link):link,
.web-ordering-page a:not(.new-booking-btn):not(.breadcrumb-link):link,
.websites-page a:not(.new-booking-btn):not(.breadcrumb-link):link,
.fleets-page a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.request-page a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.about-page a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.home-page a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.business a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.industry-page a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.onelocal-page a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.about-page a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.contact-page a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.careers-page a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.terms-page a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.signin a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.social-media-page a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.taxi-page a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.forgot_password a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.account-page a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.password a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.confirm a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.expired a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.thanks a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.web-ordering-page a:not(.new-booking-btn):not(.breadcrumb-link):visited,
.websites-page a:not(.new-booking-btn):not(.breadcrumb-link):visited {
  text-decoration: none;
  color: #ff6138;
}
.fleets-page a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.request-page a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.about-page a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.home-page a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.business a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.industry-page a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.onelocal-page a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.about-page a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.contact-page a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.careers-page a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.terms-page a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.signin a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.social-media-page a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.taxi-page a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.forgot_password a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.account-page a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.password a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.confirm a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.expired a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.thanks a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.web-ordering-page a:not(.new-booking-btn):not(.breadcrumb-link):hover,
.websites-page a:not(.new-booking-btn):not(.breadcrumb-link):hover {
  color: #d12b00;
}
@media (max-width: 991px) {
  .fleets-page a:not(.new-booking-btn):not(.breadcrumb-link),
  .request-page a:not(.new-booking-btn):not(.breadcrumb-link),
  .about-page a:not(.new-booking-btn):not(.breadcrumb-link),
  .home-page a:not(.new-booking-btn):not(.breadcrumb-link),
  .business a:not(.new-booking-btn):not(.breadcrumb-link),
  .industry-page a:not(.new-booking-btn):not(.breadcrumb-link),
  .onelocal-page a:not(.new-booking-btn):not(.breadcrumb-link),
  .about-page a:not(.new-booking-btn):not(.breadcrumb-link),
  .contact-page a:not(.new-booking-btn):not(.breadcrumb-link),
  .careers-page a:not(.new-booking-btn):not(.breadcrumb-link),
  .terms-page a:not(.new-booking-btn):not(.breadcrumb-link),
  .signin a:not(.new-booking-btn):not(.breadcrumb-link),
  .social-media-page a:not(.new-booking-btn):not(.breadcrumb-link),
  .taxi-page a:not(.new-booking-btn):not(.breadcrumb-link),
  .forgot_password a:not(.new-booking-btn):not(.breadcrumb-link),
  .account-page a:not(.new-booking-btn):not(.breadcrumb-link),
  .password a:not(.new-booking-btn):not(.breadcrumb-link),
  .confirm a:not(.new-booking-btn):not(.breadcrumb-link),
  .expired a:not(.new-booking-btn):not(.breadcrumb-link),
  .thanks a:not(.new-booking-btn):not(.breadcrumb-link),
  .web-ordering-page a:not(.new-booking-btn):not(.breadcrumb-link),
  .websites-page a:not(.new-booking-btn):not(.breadcrumb-link) {
    font-weight: 500;
  }
}
/* New CSS */
.home-page,
.business,
.industry-page,
.onelocal-page,
.about-page,
.contact-page,
.careers-page,
.terms-page,
.signin,
.social-media-page,
.fleets-page,
.request-page,
.web-ordering-page,
.websites-page {
  /* Icons */
  /* Styling for the large splash containers */
  /* Industry Thumbs */
}
.home-page .avatar-names,
.business .avatar-names,
.industry-page .avatar-names,
.onelocal-page .avatar-names,
.about-page .avatar-names,
.contact-page .avatar-names,
.careers-page .avatar-names,
.terms-page .avatar-names,
.signin .avatar-names,
.social-media-page .avatar-names,
.fleets-page .avatar-names,
.request-page .avatar-names,
.web-ordering-page .avatar-names,
.websites-page .avatar-names {
  color: #ff6138;
  margin-top: 15px;
  margin-bottom: 25px;
}
.home-page .well p,
.business .well p,
.industry-page .well p,
.onelocal-page .well p,
.about-page .well p,
.contact-page .well p,
.careers-page .well p,
.terms-page .well p,
.signin .well p,
.social-media-page .well p,
.fleets-page .well p,
.request-page .well p,
.web-ordering-page .well p,
.websites-page .well p {
  font-size: 1.4em;
  margin: 0;
}
.home-page .business-icon,
.business .business-icon,
.industry-page .business-icon,
.onelocal-page .business-icon,
.about-page .business-icon,
.contact-page .business-icon,
.careers-page .business-icon,
.terms-page .business-icon,
.signin .business-icon,
.social-media-page .business-icon,
.fleets-page .business-icon,
.request-page .business-icon,
.web-ordering-page .business-icon,
.websites-page .business-icon {
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  .home-page .margin-top-40,
  .business .margin-top-40,
  .industry-page .margin-top-40,
  .onelocal-page .margin-top-40,
  .about-page .margin-top-40,
  .contact-page .margin-top-40,
  .careers-page .margin-top-40,
  .terms-page .margin-top-40,
  .signin .margin-top-40,
  .social-media-page .margin-top-40,
  .fleets-page .margin-top-40,
  .request-page .margin-top-40,
  .web-ordering-page .margin-top-40,
  .websites-page .margin-top-40 {
    text-align: center;
    margin-top: 40px;
  }
}
.home-page .btn,
.business .btn,
.industry-page .btn,
.onelocal-page .btn,
.about-page .btn,
.contact-page .btn,
.careers-page .btn,
.terms-page .btn,
.signin .btn,
.social-media-page .btn,
.fleets-page .btn,
.request-page .btn,
.web-ordering-page .btn,
.websites-page .btn {
  border-radius: 5px;
}
.home-page .jumbotron,
.business .jumbotron,
.industry-page .jumbotron,
.onelocal-page .jumbotron,
.about-page .jumbotron,
.contact-page .jumbotron,
.careers-page .jumbotron,
.terms-page .jumbotron,
.signin .jumbotron,
.social-media-page .jumbotron,
.fleets-page .jumbotron,
.request-page .jumbotron,
.web-ordering-page .jumbotron,
.websites-page .jumbotron {
  margin-bottom: 0px;
  padding: 40px 0px;
  height: 70vh;
}
.home-page .jumbotron .app-badge-table td,
.business .jumbotron .app-badge-table td,
.industry-page .jumbotron .app-badge-table td,
.onelocal-page .jumbotron .app-badge-table td,
.about-page .jumbotron .app-badge-table td,
.contact-page .jumbotron .app-badge-table td,
.careers-page .jumbotron .app-badge-table td,
.terms-page .jumbotron .app-badge-table td,
.signin .jumbotron .app-badge-table td,
.social-media-page .jumbotron .app-badge-table td,
.fleets-page .jumbotron .app-badge-table td,
.request-page .jumbotron .app-badge-table td,
.web-ordering-page .jumbotron .app-badge-table td,
.websites-page .jumbotron .app-badge-table td {
  text-align: center;
}
.home-page .jumbotron .app-badge-table td .app-badge,
.business .jumbotron .app-badge-table td .app-badge,
.industry-page .jumbotron .app-badge-table td .app-badge,
.onelocal-page .jumbotron .app-badge-table td .app-badge,
.about-page .jumbotron .app-badge-table td .app-badge,
.contact-page .jumbotron .app-badge-table td .app-badge,
.careers-page .jumbotron .app-badge-table td .app-badge,
.terms-page .jumbotron .app-badge-table td .app-badge,
.signin .jumbotron .app-badge-table td .app-badge,
.social-media-page .jumbotron .app-badge-table td .app-badge,
.fleets-page .jumbotron .app-badge-table td .app-badge,
.request-page .jumbotron .app-badge-table td .app-badge,
.web-ordering-page .jumbotron .app-badge-table td .app-badge,
.websites-page .jumbotron .app-badge-table td .app-badge {
  width: 75%;
}
.home-page .jumbotron .app-badge-table .download-mobile-link td,
.business .jumbotron .app-badge-table .download-mobile-link td,
.industry-page .jumbotron .app-badge-table .download-mobile-link td,
.onelocal-page .jumbotron .app-badge-table .download-mobile-link td,
.about-page .jumbotron .app-badge-table .download-mobile-link td,
.contact-page .jumbotron .app-badge-table .download-mobile-link td,
.careers-page .jumbotron .app-badge-table .download-mobile-link td,
.terms-page .jumbotron .app-badge-table .download-mobile-link td,
.signin .jumbotron .app-badge-table .download-mobile-link td,
.social-media-page .jumbotron .app-badge-table .download-mobile-link td,
.fleets-page .jumbotron .app-badge-table .download-mobile-link td,
.request-page .jumbotron .app-badge-table .download-mobile-link td,
.web-ordering-page .jumbotron .app-badge-table .download-mobile-link td,
.websites-page .jumbotron .app-badge-table .download-mobile-link td {
  text-align: left;
}
@media (max-width: 767px) {
  .home-page .jumbotron,
  .business .jumbotron,
  .industry-page .jumbotron,
  .onelocal-page .jumbotron,
  .about-page .jumbotron,
  .contact-page .jumbotron,
  .careers-page .jumbotron,
  .terms-page .jumbotron,
  .signin .jumbotron,
  .social-media-page .jumbotron,
  .fleets-page .jumbotron,
  .request-page .jumbotron,
  .web-ordering-page .jumbotron,
  .websites-page .jumbotron {
    height: auto;
  }
}
.home-page .jumbotron h1,
.business .jumbotron h1,
.industry-page .jumbotron h1,
.onelocal-page .jumbotron h1,
.about-page .jumbotron h1,
.contact-page .jumbotron h1,
.careers-page .jumbotron h1,
.terms-page .jumbotron h1,
.signin .jumbotron h1,
.social-media-page .jumbotron h1,
.fleets-page .jumbotron h1,
.request-page .jumbotron h1,
.web-ordering-page .jumbotron h1,
.websites-page .jumbotron h1,
.home-page .jumbotron h3,
.business .jumbotron h3,
.industry-page .jumbotron h3,
.onelocal-page .jumbotron h3,
.about-page .jumbotron h3,
.contact-page .jumbotron h3,
.careers-page .jumbotron h3,
.terms-page .jumbotron h3,
.signin .jumbotron h3,
.social-media-page .jumbotron h3,
.fleets-page .jumbotron h3,
.request-page .jumbotron h3,
.web-ordering-page .jumbotron h3,
.websites-page .jumbotron h3,
.home-page .jumbotron h4,
.business .jumbotron h4,
.industry-page .jumbotron h4,
.onelocal-page .jumbotron h4,
.about-page .jumbotron h4,
.contact-page .jumbotron h4,
.careers-page .jumbotron h4,
.terms-page .jumbotron h4,
.signin .jumbotron h4,
.social-media-page .jumbotron h4,
.fleets-page .jumbotron h4,
.request-page .jumbotron h4,
.web-ordering-page .jumbotron h4,
.websites-page .jumbotron h4 {
  text-align: center;
  color: #FFF;
}
.home-page .jumbotron h3,
.business .jumbotron h3,
.industry-page .jumbotron h3,
.onelocal-page .jumbotron h3,
.about-page .jumbotron h3,
.contact-page .jumbotron h3,
.careers-page .jumbotron h3,
.terms-page .jumbotron h3,
.signin .jumbotron h3,
.social-media-page .jumbotron h3,
.fleets-page .jumbotron h3,
.request-page .jumbotron h3,
.web-ordering-page .jumbotron h3,
.websites-page .jumbotron h3 {
  margin-bottom: 25px;
}
.home-page .jumbotron h4,
.business .jumbotron h4,
.industry-page .jumbotron h4,
.onelocal-page .jumbotron h4,
.about-page .jumbotron h4,
.contact-page .jumbotron h4,
.careers-page .jumbotron h4,
.terms-page .jumbotron h4,
.signin .jumbotron h4,
.social-media-page .jumbotron h4,
.fleets-page .jumbotron h4,
.request-page .jumbotron h4,
.web-ordering-page .jumbotron h4,
.websites-page .jumbotron h4 {
  margin-top: 20px;
  margin-bottom: 25px;
  text-transform: none;
}
.home-page .home-industry-img,
.business .home-industry-img,
.industry-page .home-industry-img,
.onelocal-page .home-industry-img,
.about-page .home-industry-img,
.contact-page .home-industry-img,
.careers-page .home-industry-img,
.terms-page .home-industry-img,
.signin .home-industry-img,
.social-media-page .home-industry-img,
.fleets-page .home-industry-img,
.request-page .home-industry-img,
.web-ordering-page .home-industry-img,
.websites-page .home-industry-img {
  position: relative;
  display: block;
  width: 100%;
}
.home-page .home-industry-img img,
.business .home-industry-img img,
.industry-page .home-industry-img img,
.onelocal-page .home-industry-img img,
.about-page .home-industry-img img,
.contact-page .home-industry-img img,
.careers-page .home-industry-img img,
.terms-page .home-industry-img img,
.signin .home-industry-img img,
.social-media-page .home-industry-img img,
.fleets-page .home-industry-img img,
.request-page .home-industry-img img,
.web-ordering-page .home-industry-img img,
.websites-page .home-industry-img img {
  width: 100%;
}
.home-page .home-industry-img .industry-title,
.business .home-industry-img .industry-title,
.industry-page .home-industry-img .industry-title,
.onelocal-page .home-industry-img .industry-title,
.about-page .home-industry-img .industry-title,
.contact-page .home-industry-img .industry-title,
.careers-page .home-industry-img .industry-title,
.terms-page .home-industry-img .industry-title,
.signin .home-industry-img .industry-title,
.social-media-page .home-industry-img .industry-title,
.fleets-page .home-industry-img .industry-title,
.request-page .home-industry-img .industry-title,
.web-ordering-page .home-industry-img .industry-title,
.websites-page .home-industry-img .industry-title {
  position: absolute;
  padding-left: 15px;
  bottom: 5px;
}
.home-page .home-industry-img .industry-title h4,
.business .home-industry-img .industry-title h4,
.industry-page .home-industry-img .industry-title h4,
.onelocal-page .home-industry-img .industry-title h4,
.about-page .home-industry-img .industry-title h4,
.contact-page .home-industry-img .industry-title h4,
.careers-page .home-industry-img .industry-title h4,
.terms-page .home-industry-img .industry-title h4,
.signin .home-industry-img .industry-title h4,
.social-media-page .home-industry-img .industry-title h4,
.fleets-page .home-industry-img .industry-title h4,
.request-page .home-industry-img .industry-title h4,
.web-ordering-page .home-industry-img .industry-title h4,
.websites-page .home-industry-img .industry-title h4 {
  text-align: left;
}
.home-page .home-industry-img .industry-title h4,
.business .home-industry-img .industry-title h4,
.industry-page .home-industry-img .industry-title h4,
.onelocal-page .home-industry-img .industry-title h4,
.about-page .home-industry-img .industry-title h4,
.contact-page .home-industry-img .industry-title h4,
.careers-page .home-industry-img .industry-title h4,
.terms-page .home-industry-img .industry-title h4,
.signin .home-industry-img .industry-title h4,
.social-media-page .home-industry-img .industry-title h4,
.fleets-page .home-industry-img .industry-title h4,
.request-page .home-industry-img .industry-title h4,
.web-ordering-page .home-industry-img .industry-title h4,
.websites-page .home-industry-img .industry-title h4 {
  color: #FFF;
  text-align: left;
}
.home-page .home-industry-img p,
.business .home-industry-img p,
.industry-page .home-industry-img p,
.onelocal-page .home-industry-img p,
.about-page .home-industry-img p,
.contact-page .home-industry-img p,
.careers-page .home-industry-img p,
.terms-page .home-industry-img p,
.signin .home-industry-img p,
.social-media-page .home-industry-img p,
.fleets-page .home-industry-img p,
.request-page .home-industry-img p,
.web-ordering-page .home-industry-img p,
.websites-page .home-industry-img p {
  text-align: left;
}
@media (max-width: 767px) {
  .home-page .home-industry-img,
  .business .home-industry-img,
  .industry-page .home-industry-img,
  .onelocal-page .home-industry-img,
  .about-page .home-industry-img,
  .contact-page .home-industry-img,
  .careers-page .home-industry-img,
  .terms-page .home-industry-img,
  .signin .home-industry-img,
  .social-media-page .home-industry-img,
  .fleets-page .home-industry-img,
  .request-page .home-industry-img,
  .web-ordering-page .home-industry-img,
  .websites-page .home-industry-img {
    margin-bottom: 20px;
  }
}
.home-page a.home-industry-img,
.business a.home-industry-img,
.industry-page a.home-industry-img,
.onelocal-page a.home-industry-img,
.about-page a.home-industry-img,
.contact-page a.home-industry-img,
.careers-page a.home-industry-img,
.terms-page a.home-industry-img,
.signin a.home-industry-img,
.social-media-page a.home-industry-img,
.fleets-page a.home-industry-img,
.request-page a.home-industry-img,
.web-ordering-page a.home-industry-img,
.websites-page a.home-industry-img {
  text-decoration: none;
}
.home-page a.home-industry-img .img-rounded,
.business a.home-industry-img .img-rounded,
.industry-page a.home-industry-img .img-rounded,
.onelocal-page a.home-industry-img .img-rounded,
.about-page a.home-industry-img .img-rounded,
.contact-page a.home-industry-img .img-rounded,
.careers-page a.home-industry-img .img-rounded,
.terms-page a.home-industry-img .img-rounded,
.signin a.home-industry-img .img-rounded,
.social-media-page a.home-industry-img .img-rounded,
.fleets-page a.home-industry-img .img-rounded,
.request-page a.home-industry-img .img-rounded,
.web-ordering-page a.home-industry-img .img-rounded,
.websites-page a.home-industry-img .img-rounded {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.home-page a.home-industry-img:hover .img-rounded,
.business a.home-industry-img:hover .img-rounded,
.industry-page a.home-industry-img:hover .img-rounded,
.onelocal-page a.home-industry-img:hover .img-rounded,
.about-page a.home-industry-img:hover .img-rounded,
.contact-page a.home-industry-img:hover .img-rounded,
.careers-page a.home-industry-img:hover .img-rounded,
.terms-page a.home-industry-img:hover .img-rounded,
.signin a.home-industry-img:hover .img-rounded,
.social-media-page a.home-industry-img:hover .img-rounded,
.fleets-page a.home-industry-img:hover .img-rounded,
.request-page a.home-industry-img:hover .img-rounded,
.web-ordering-page a.home-industry-img:hover .img-rounded,
.websites-page a.home-industry-img:hover .img-rounded,
.home-page a.home-industry-img:focus .img-rounded,
.business a.home-industry-img:focus .img-rounded,
.industry-page a.home-industry-img:focus .img-rounded,
.onelocal-page a.home-industry-img:focus .img-rounded,
.about-page a.home-industry-img:focus .img-rounded,
.contact-page a.home-industry-img:focus .img-rounded,
.careers-page a.home-industry-img:focus .img-rounded,
.terms-page a.home-industry-img:focus .img-rounded,
.signin a.home-industry-img:focus .img-rounded,
.social-media-page a.home-industry-img:focus .img-rounded,
.fleets-page a.home-industry-img:focus .img-rounded,
.request-page a.home-industry-img:focus .img-rounded,
.web-ordering-page a.home-industry-img:focus .img-rounded,
.websites-page a.home-industry-img:focus .img-rounded {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.home-page a.home-industry-img:hover .learn-more,
.business a.home-industry-img:hover .learn-more,
.industry-page a.home-industry-img:hover .learn-more,
.onelocal-page a.home-industry-img:hover .learn-more,
.about-page a.home-industry-img:hover .learn-more,
.contact-page a.home-industry-img:hover .learn-more,
.careers-page a.home-industry-img:hover .learn-more,
.terms-page a.home-industry-img:hover .learn-more,
.signin a.home-industry-img:hover .learn-more,
.social-media-page a.home-industry-img:hover .learn-more,
.fleets-page a.home-industry-img:hover .learn-more,
.request-page a.home-industry-img:hover .learn-more,
.web-ordering-page a.home-industry-img:hover .learn-more,
.websites-page a.home-industry-img:hover .learn-more,
.home-page a.home-industry-img:focus .learn-more,
.business a.home-industry-img:focus .learn-more,
.industry-page a.home-industry-img:focus .learn-more,
.onelocal-page a.home-industry-img:focus .learn-more,
.about-page a.home-industry-img:focus .learn-more,
.contact-page a.home-industry-img:focus .learn-more,
.careers-page a.home-industry-img:focus .learn-more,
.terms-page a.home-industry-img:focus .learn-more,
.signin a.home-industry-img:focus .learn-more,
.social-media-page a.home-industry-img:focus .learn-more,
.fleets-page a.home-industry-img:focus .learn-more,
.request-page a.home-industry-img:focus .learn-more,
.web-ordering-page a.home-industry-img:focus .learn-more,
.websites-page a.home-industry-img:focus .learn-more {
  padding-left: 30px;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.home-page a.home-industry-img .industry-title,
.business a.home-industry-img .industry-title,
.industry-page a.home-industry-img .industry-title,
.onelocal-page a.home-industry-img .industry-title,
.about-page a.home-industry-img .industry-title,
.contact-page a.home-industry-img .industry-title,
.careers-page a.home-industry-img .industry-title,
.terms-page a.home-industry-img .industry-title,
.signin a.home-industry-img .industry-title,
.social-media-page a.home-industry-img .industry-title,
.fleets-page a.home-industry-img .industry-title,
.request-page a.home-industry-img .industry-title,
.web-ordering-page a.home-industry-img .industry-title,
.websites-page a.home-industry-img .industry-title {
  bottom: 40px;
}
.home-page a.home-industry-img .learn-more,
.business a.home-industry-img .learn-more,
.industry-page a.home-industry-img .learn-more,
.onelocal-page a.home-industry-img .learn-more,
.about-page a.home-industry-img .learn-more,
.contact-page a.home-industry-img .learn-more,
.careers-page a.home-industry-img .learn-more,
.terms-page a.home-industry-img .learn-more,
.signin a.home-industry-img .learn-more,
.social-media-page a.home-industry-img .learn-more,
.fleets-page a.home-industry-img .learn-more,
.request-page a.home-industry-img .learn-more,
.web-ordering-page a.home-industry-img .learn-more,
.websites-page a.home-industry-img .learn-more {
  padding: 10px 10px 10px 15px;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #2c3e50;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #2c3e50;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2c3e50 0%, #212f3c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c3e50), color-stop(100%, #212f3c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2c3e50 0%, #212f3c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2c3e50 0%, #212f3c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2c3e50 0%, #212f3c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2c3e50 0%, #212f3c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c3e50', endColorstr='#212f3c', GradientType=0);
  /* IE6-9 */
}
.home-page a.home-industry-img .learn-more p,
.business a.home-industry-img .learn-more p,
.industry-page a.home-industry-img .learn-more p,
.onelocal-page a.home-industry-img .learn-more p,
.about-page a.home-industry-img .learn-more p,
.contact-page a.home-industry-img .learn-more p,
.careers-page a.home-industry-img .learn-more p,
.terms-page a.home-industry-img .learn-more p,
.signin a.home-industry-img .learn-more p,
.social-media-page a.home-industry-img .learn-more p,
.fleets-page a.home-industry-img .learn-more p,
.request-page a.home-industry-img .learn-more p,
.web-ordering-page a.home-industry-img .learn-more p,
.websites-page a.home-industry-img .learn-more p {
  font-size: 1em;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 0;
}
.home-page .well,
.business .well,
.industry-page .well,
.onelocal-page .well,
.about-page .well,
.contact-page .well,
.careers-page .well,
.terms-page .well,
.signin .well,
.social-media-page .well,
.fleets-page .well,
.request-page .well,
.web-ordering-page .well,
.websites-page .well {
  background-color: #d4d4d4;
  margin-top: 20px;
}
.home-page .well .splash-cta,
.business .well .splash-cta,
.industry-page .well .splash-cta,
.onelocal-page .well .splash-cta,
.about-page .well .splash-cta,
.contact-page .well .splash-cta,
.careers-page .well .splash-cta,
.terms-page .well .splash-cta,
.signin .well .splash-cta,
.social-media-page .well .splash-cta,
.fleets-page .well .splash-cta,
.request-page .well .splash-cta,
.web-ordering-page .well .splash-cta,
.websites-page .well .splash-cta {
  text-align: center;
  padding: 0;
}
.home-page .well .splash-cta .splash-cta-button,
.business .well .splash-cta .splash-cta-button,
.industry-page .well .splash-cta .splash-cta-button,
.onelocal-page .well .splash-cta .splash-cta-button,
.about-page .well .splash-cta .splash-cta-button,
.contact-page .well .splash-cta .splash-cta-button,
.careers-page .well .splash-cta .splash-cta-button,
.terms-page .well .splash-cta .splash-cta-button,
.signin .well .splash-cta .splash-cta-button,
.social-media-page .well .splash-cta .splash-cta-button,
.fleets-page .well .splash-cta .splash-cta-button,
.request-page .well .splash-cta .splash-cta-button,
.web-ordering-page .well .splash-cta .splash-cta-button,
.websites-page .well .splash-cta .splash-cta-button {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .home-page .well .splash-cta .splash-cta-button,
  .business .well .splash-cta .splash-cta-button,
  .industry-page .well .splash-cta .splash-cta-button,
  .onelocal-page .well .splash-cta .splash-cta-button,
  .about-page .well .splash-cta .splash-cta-button,
  .contact-page .well .splash-cta .splash-cta-button,
  .careers-page .well .splash-cta .splash-cta-button,
  .terms-page .well .splash-cta .splash-cta-button,
  .signin .well .splash-cta .splash-cta-button,
  .social-media-page .well .splash-cta .splash-cta-button,
  .fleets-page .well .splash-cta .splash-cta-button,
  .request-page .well .splash-cta .splash-cta-button,
  .web-ordering-page .well .splash-cta .splash-cta-button,
  .websites-page .well .splash-cta .splash-cta-button {
    margin-top: 15px;
  }
}
/* Page Shared Styles */
.signin,
.fleets-page,
.taxi-page,
.forgot_password,
.account-page,
.password,
.confirm,
.expired,
.social-media-page,
.thanks,
.websites-page,
.web-ordering-page {
  margin: 0px;
  background: #ffffff;
}
.signin h4,
.fleets-page h4,
.taxi-page h4,
.forgot_password h4,
.account-page h4,
.password h4,
.confirm h4,
.expired h4,
.social-media-page h4,
.thanks h4,
.websites-page h4,
.web-ordering-page h4 {
  text-align: left;
}
@media (max-width: 991px) {
  .signin h4,
  .fleets-page h4,
  .taxi-page h4,
  .forgot_password h4,
  .account-page h4,
  .password h4,
  .confirm h4,
  .expired h4,
  .social-media-page h4,
  .thanks h4,
  .websites-page h4,
  .web-ordering-page h4 {
    text-align: center;
  }
}
.signin .container,
.fleets-page .container,
.taxi-page .container,
.forgot_password .container,
.account-page .container,
.password .container,
.confirm .container,
.expired .container,
.social-media-page .container,
.thanks .container,
.websites-page .container,
.web-ordering-page .container {
  padding: 20px;
}
.signin .row-inline-table,
.fleets-page .row-inline-table,
.taxi-page .row-inline-table,
.forgot_password .row-inline-table,
.account-page .row-inline-table,
.password .row-inline-table,
.confirm .row-inline-table,
.expired .row-inline-table,
.social-media-page .row-inline-table,
.thanks .row-inline-table,
.websites-page .row-inline-table,
.web-ordering-page .row-inline-table {
  display: inline-table;
}
.signin .row-inline-table .col-md-5,
.fleets-page .row-inline-table .col-md-5,
.taxi-page .row-inline-table .col-md-5,
.forgot_password .row-inline-table .col-md-5,
.account-page .row-inline-table .col-md-5,
.password .row-inline-table .col-md-5,
.confirm .row-inline-table .col-md-5,
.expired .row-inline-table .col-md-5,
.social-media-page .row-inline-table .col-md-5,
.thanks .row-inline-table .col-md-5,
.websites-page .row-inline-table .col-md-5,
.web-ordering-page .row-inline-table .col-md-5,
.signin .row-inline-table .col-sm-5,
.fleets-page .row-inline-table .col-sm-5,
.taxi-page .row-inline-table .col-sm-5,
.forgot_password .row-inline-table .col-sm-5,
.account-page .row-inline-table .col-sm-5,
.password .row-inline-table .col-sm-5,
.confirm .row-inline-table .col-sm-5,
.expired .row-inline-table .col-sm-5,
.social-media-page .row-inline-table .col-sm-5,
.thanks .row-inline-table .col-sm-5,
.websites-page .row-inline-table .col-sm-5,
.web-ordering-page .row-inline-table .col-sm-5,
.signin .row-inline-table .col-md-6,
.fleets-page .row-inline-table .col-md-6,
.taxi-page .row-inline-table .col-md-6,
.forgot_password .row-inline-table .col-md-6,
.account-page .row-inline-table .col-md-6,
.password .row-inline-table .col-md-6,
.confirm .row-inline-table .col-md-6,
.expired .row-inline-table .col-md-6,
.social-media-page .row-inline-table .col-md-6,
.thanks .row-inline-table .col-md-6,
.websites-page .row-inline-table .col-md-6,
.web-ordering-page .row-inline-table .col-md-6,
.signin .row-inline-table .col-sm-6,
.fleets-page .row-inline-table .col-sm-6,
.taxi-page .row-inline-table .col-sm-6,
.forgot_password .row-inline-table .col-sm-6,
.account-page .row-inline-table .col-sm-6,
.password .row-inline-table .col-sm-6,
.confirm .row-inline-table .col-sm-6,
.expired .row-inline-table .col-sm-6,
.social-media-page .row-inline-table .col-sm-6,
.thanks .row-inline-table .col-sm-6,
.websites-page .row-inline-table .col-sm-6,
.web-ordering-page .row-inline-table .col-sm-6 {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.signin .row-inline-table .col-md-5.align-top,
.fleets-page .row-inline-table .col-md-5.align-top,
.taxi-page .row-inline-table .col-md-5.align-top,
.forgot_password .row-inline-table .col-md-5.align-top,
.account-page .row-inline-table .col-md-5.align-top,
.password .row-inline-table .col-md-5.align-top,
.confirm .row-inline-table .col-md-5.align-top,
.expired .row-inline-table .col-md-5.align-top,
.social-media-page .row-inline-table .col-md-5.align-top,
.thanks .row-inline-table .col-md-5.align-top,
.websites-page .row-inline-table .col-md-5.align-top,
.web-ordering-page .row-inline-table .col-md-5.align-top,
.signin .row-inline-table .col-sm-5.align-top,
.fleets-page .row-inline-table .col-sm-5.align-top,
.taxi-page .row-inline-table .col-sm-5.align-top,
.forgot_password .row-inline-table .col-sm-5.align-top,
.account-page .row-inline-table .col-sm-5.align-top,
.password .row-inline-table .col-sm-5.align-top,
.confirm .row-inline-table .col-sm-5.align-top,
.expired .row-inline-table .col-sm-5.align-top,
.social-media-page .row-inline-table .col-sm-5.align-top,
.thanks .row-inline-table .col-sm-5.align-top,
.websites-page .row-inline-table .col-sm-5.align-top,
.web-ordering-page .row-inline-table .col-sm-5.align-top,
.signin .row-inline-table .col-md-6.align-top,
.fleets-page .row-inline-table .col-md-6.align-top,
.taxi-page .row-inline-table .col-md-6.align-top,
.forgot_password .row-inline-table .col-md-6.align-top,
.account-page .row-inline-table .col-md-6.align-top,
.password .row-inline-table .col-md-6.align-top,
.confirm .row-inline-table .col-md-6.align-top,
.expired .row-inline-table .col-md-6.align-top,
.social-media-page .row-inline-table .col-md-6.align-top,
.thanks .row-inline-table .col-md-6.align-top,
.websites-page .row-inline-table .col-md-6.align-top,
.web-ordering-page .row-inline-table .col-md-6.align-top,
.signin .row-inline-table .col-sm-6.align-top,
.fleets-page .row-inline-table .col-sm-6.align-top,
.taxi-page .row-inline-table .col-sm-6.align-top,
.forgot_password .row-inline-table .col-sm-6.align-top,
.account-page .row-inline-table .col-sm-6.align-top,
.password .row-inline-table .col-sm-6.align-top,
.confirm .row-inline-table .col-sm-6.align-top,
.expired .row-inline-table .col-sm-6.align-top,
.social-media-page .row-inline-table .col-sm-6.align-top,
.thanks .row-inline-table .col-sm-6.align-top,
.websites-page .row-inline-table .col-sm-6.align-top,
.web-ordering-page .row-inline-table .col-sm-6.align-top {
  vertical-align: top;
}
.signin blockquote,
.fleets-page blockquote,
.taxi-page blockquote,
.forgot_password blockquote,
.account-page blockquote,
.password blockquote,
.confirm blockquote,
.expired blockquote,
.social-media-page blockquote,
.thanks blockquote,
.websites-page blockquote,
.web-ordering-page blockquote {
  font-style: italic;
  line-height: 1.35;
  border-left: 0;
  margin-bottom: 0;
}
.signin blockquote hr,
.fleets-page blockquote hr,
.taxi-page blockquote hr,
.forgot_password blockquote hr,
.account-page blockquote hr,
.password blockquote hr,
.confirm blockquote hr,
.expired blockquote hr,
.social-media-page blockquote hr,
.thanks blockquote hr,
.websites-page blockquote hr,
.web-ordering-page blockquote hr {
  margin-top: 40px;
}
.signin blockquote.quote-large p,
.fleets-page blockquote.quote-large p,
.taxi-page blockquote.quote-large p,
.forgot_password blockquote.quote-large p,
.account-page blockquote.quote-large p,
.password blockquote.quote-large p,
.confirm blockquote.quote-large p,
.expired blockquote.quote-large p,
.social-media-page blockquote.quote-large p,
.thanks blockquote.quote-large p,
.websites-page blockquote.quote-large p,
.web-ordering-page blockquote.quote-large p {
  color: #FFF;
}
.signin blockquote cite,
.fleets-page blockquote cite,
.taxi-page blockquote cite,
.forgot_password blockquote cite,
.account-page blockquote cite,
.password blockquote cite,
.confirm blockquote cite,
.expired blockquote cite,
.social-media-page blockquote cite,
.thanks blockquote cite,
.websites-page blockquote cite,
.web-ordering-page blockquote cite {
  color: #b8b8b8;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}
.signin blockquote cite span,
.fleets-page blockquote cite span,
.taxi-page blockquote cite span,
.forgot_password blockquote cite span,
.account-page blockquote cite span,
.password blockquote cite span,
.confirm blockquote cite span,
.expired blockquote cite span,
.social-media-page blockquote cite span,
.thanks blockquote cite span,
.websites-page blockquote cite span,
.web-ordering-page blockquote cite span {
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}
.signin blockquote:before,
.fleets-page blockquote:before,
.taxi-page blockquote:before,
.forgot_password blockquote:before,
.account-page blockquote:before,
.password blockquote:before,
.confirm blockquote:before,
.expired blockquote:before,
.social-media-page blockquote:before,
.thanks blockquote:before,
.websites-page blockquote:before,
.web-ordering-page blockquote:before {
  content: "\201C";
  font-size: 80px;
  color: #ff6138;
  position: absolute;
  left: -10px;
  top: -10px;
}
@media (max-width: 767px) {
  .signin blockquote:before,
  .fleets-page blockquote:before,
  .taxi-page blockquote:before,
  .forgot_password blockquote:before,
  .account-page blockquote:before,
  .password blockquote:before,
  .confirm blockquote:before,
  .expired blockquote:before,
  .social-media-page blockquote:before,
  .thanks blockquote:before,
  .websites-page blockquote:before,
  .web-ordering-page blockquote:before {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .signin blockquote,
  .fleets-page blockquote,
  .taxi-page blockquote,
  .forgot_password blockquote,
  .account-page blockquote,
  .password blockquote,
  .confirm blockquote,
  .expired blockquote,
  .social-media-page blockquote,
  .thanks blockquote,
  .websites-page blockquote,
  .web-ordering-page blockquote {
    padding-left: 40px;
  }
}
.signin .quote-large p,
.fleets-page .quote-large p,
.taxi-page .quote-large p,
.forgot_password .quote-large p,
.account-page .quote-large p,
.password .quote-large p,
.confirm .quote-large p,
.expired .quote-large p,
.social-media-page .quote-large p,
.thanks .quote-large p,
.websites-page .quote-large p,
.web-ordering-page .quote-large p,
.signin .quote-large cite,
.fleets-page .quote-large cite,
.taxi-page .quote-large cite,
.forgot_password .quote-large cite,
.account-page .quote-large cite,
.password .quote-large cite,
.confirm .quote-large cite,
.expired .quote-large cite,
.social-media-page .quote-large cite,
.thanks .quote-large cite,
.websites-page .quote-large cite,
.web-ordering-page .quote-large cite {
  text-align: center;
}
@media (max-width: 767px) {
  .signin .quote-large p,
  .fleets-page .quote-large p,
  .taxi-page .quote-large p,
  .forgot_password .quote-large p,
  .account-page .quote-large p,
  .password .quote-large p,
  .confirm .quote-large p,
  .expired .quote-large p,
  .social-media-page .quote-large p,
  .thanks .quote-large p,
  .websites-page .quote-large p,
  .web-ordering-page .quote-large p,
  .signin .quote-large cite,
  .fleets-page .quote-large cite,
  .taxi-page .quote-large cite,
  .forgot_password .quote-large cite,
  .account-page .quote-large cite,
  .password .quote-large cite,
  .confirm .quote-large cite,
  .expired .quote-large cite,
  .social-media-page .quote-large cite,
  .thanks .quote-large cite,
  .websites-page .quote-large cite,
  .web-ordering-page .quote-large cite {
    text-align: left;
  }
}
.signin blockquote.quote-large:before,
.fleets-page blockquote.quote-large:before,
.taxi-page blockquote.quote-large:before,
.forgot_password blockquote.quote-large:before,
.account-page blockquote.quote-large:before,
.password blockquote.quote-large:before,
.confirm blockquote.quote-large:before,
.expired blockquote.quote-large:before,
.social-media-page blockquote.quote-large:before,
.thanks blockquote.quote-large:before,
.websites-page blockquote.quote-large:before,
.web-ordering-page blockquote.quote-large:before {
  content: none;
}
.signin blockquote.quote-large p:before,
.fleets-page blockquote.quote-large p:before,
.taxi-page blockquote.quote-large p:before,
.forgot_password blockquote.quote-large p:before,
.account-page blockquote.quote-large p:before,
.password blockquote.quote-large p:before,
.confirm blockquote.quote-large p:before,
.expired blockquote.quote-large p:before,
.social-media-page blockquote.quote-large p:before,
.thanks blockquote.quote-large p:before,
.websites-page blockquote.quote-large p:before,
.web-ordering-page blockquote.quote-large p:before {
  content: "\201C";
  font-style: normal;
  font-size: 80px;
  color: #ff6138;
  position: relative;
  margin-right: 10px;
  line-height: 0;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .signin blockquote.quote-large p:before,
  .fleets-page blockquote.quote-large p:before,
  .taxi-page blockquote.quote-large p:before,
  .forgot_password blockquote.quote-large p:before,
  .account-page blockquote.quote-large p:before,
  .password blockquote.quote-large p:before,
  .confirm blockquote.quote-large p:before,
  .expired blockquote.quote-large p:before,
  .social-media-page blockquote.quote-large p:before,
  .thanks blockquote.quote-large p:before,
  .websites-page blockquote.quote-large p:before,
  .web-ordering-page blockquote.quote-large p:before {
    position: absolute;
    top: -10px;
    left: 10px;
    line-height: 1.35;
  }
}
.signin blockquote.quote-large p:after,
.fleets-page blockquote.quote-large p:after,
.taxi-page blockquote.quote-large p:after,
.forgot_password blockquote.quote-large p:after,
.account-page blockquote.quote-large p:after,
.password blockquote.quote-large p:after,
.confirm blockquote.quote-large p:after,
.expired blockquote.quote-large p:after,
.social-media-page blockquote.quote-large p:after,
.thanks blockquote.quote-large p:after,
.websites-page blockquote.quote-large p:after,
.web-ordering-page blockquote.quote-large p:after {
  content: "\201D";
  font-style: normal;
  font-size: 80px;
  color: #ff6138;
  margin-left: 10px;
  line-height: 0;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .signin blockquote.quote-large p:after,
  .fleets-page blockquote.quote-large p:after,
  .taxi-page blockquote.quote-large p:after,
  .forgot_password blockquote.quote-large p:after,
  .account-page blockquote.quote-large p:after,
  .password blockquote.quote-large p:after,
  .confirm blockquote.quote-large p:after,
  .expired blockquote.quote-large p:after,
  .social-media-page blockquote.quote-large p:after,
  .thanks blockquote.quote-large p:after,
  .websites-page blockquote.quote-large p:after,
  .web-ordering-page blockquote.quote-large p:after {
    content: none;
  }
}
.signin .our-partners,
.fleets-page .our-partners,
.taxi-page .our-partners,
.forgot_password .our-partners,
.account-page .our-partners,
.password .our-partners,
.confirm .our-partners,
.expired .our-partners,
.social-media-page .our-partners,
.thanks .our-partners,
.websites-page .our-partners,
.web-ordering-page .our-partners {
  padding: 20px 0px;
  background: url(../assets/our-partners/our-partners-bg.jpg ) #f1f1f1 center center no-repeat;
  background-size: cover;
}
.signin .our-partners h2,
.fleets-page .our-partners h2,
.taxi-page .our-partners h2,
.forgot_password .our-partners h2,
.account-page .our-partners h2,
.password .our-partners h2,
.confirm .our-partners h2,
.expired .our-partners h2,
.social-media-page .our-partners h2,
.thanks .our-partners h2,
.websites-page .our-partners h2,
.web-ordering-page .our-partners h2 {
  margin: 0 10px 10px;
}
@media (max-width: 991px) {
  .signin .our-partners,
  .fleets-page .our-partners,
  .taxi-page .our-partners,
  .forgot_password .our-partners,
  .account-page .our-partners,
  .password .our-partners,
  .confirm .our-partners,
  .expired .our-partners,
  .social-media-page .our-partners,
  .thanks .our-partners,
  .websites-page .our-partners,
  .web-ordering-page .our-partners {
    padding: 0px;
  }
  .signin .our-partners .container .row > *,
  .fleets-page .our-partners .container .row > *,
  .taxi-page .our-partners .container .row > *,
  .forgot_password .our-partners .container .row > *,
  .account-page .our-partners .container .row > *,
  .password .our-partners .container .row > *,
  .confirm .our-partners .container .row > *,
  .expired .our-partners .container .row > *,
  .social-media-page .our-partners .container .row > *,
  .thanks .our-partners .container .row > *,
  .websites-page .our-partners .container .row > *,
  .web-ordering-page .our-partners .container .row > * {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .signin .our-partners,
  .fleets-page .our-partners,
  .taxi-page .our-partners,
  .forgot_password .our-partners,
  .account-page .our-partners,
  .password .our-partners,
  .confirm .our-partners,
  .expired .our-partners,
  .social-media-page .our-partners,
  .thanks .our-partners,
  .websites-page .our-partners,
  .web-ordering-page .our-partners {
    background: url(../assets/our-partners/our-partners-bg-mobile.jpg ) #f1f1f1 center center no-repeat;
    background-size: cover;
  }
}
.signin .padding-adjust,
.fleets-page .padding-adjust,
.taxi-page .padding-adjust,
.forgot_password .padding-adjust,
.account-page .padding-adjust,
.password .padding-adjust,
.confirm .padding-adjust,
.expired .padding-adjust,
.social-media-page .padding-adjust,
.thanks .padding-adjust,
.websites-page .padding-adjust,
.web-ordering-page .padding-adjust {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .signin .margin-adjust-top-50,
  .fleets-page .margin-adjust-top-50,
  .taxi-page .margin-adjust-top-50,
  .forgot_password .margin-adjust-top-50,
  .account-page .margin-adjust-top-50,
  .password .margin-adjust-top-50,
  .confirm .margin-adjust-top-50,
  .expired .margin-adjust-top-50,
  .social-media-page .margin-adjust-top-50,
  .thanks .margin-adjust-top-50,
  .websites-page .margin-adjust-top-50,
  .web-ordering-page .margin-adjust-top-50 {
    margin-top: 50px;
  }
}
.password {
  background-color: #f1f1f1;
}
.request-page strong,
.contact-page strong,
.request-page span,
.contact-page span {
  font-size: 1.2em;
}
.request-page strong,
.contact-page strong {
  line-height: 1.5;
}
.request-page .contact-form,
.contact-page .contact-form {
  background-color: #f1f1f1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 0px;
}
.request-page .contact-form input,
.contact-page .contact-form input {
  width: 100%;
  padding: 10px;
}
.request-page .contact-form p,
.contact-page .contact-form p {
  font-size: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .request-page .contact-form p,
  .contact-page .contact-form p {
    text-align: center;
  }
}
.request-page .contact-address,
.contact-page .contact-address {
  padding: 20px 15px;
}
@media (max-width: 991px) {
  .request-page .contact-address,
  .contact-page .contact-address {
    text-align: center;
  }
}
.signin h1,
.request-page h1,
.forgot_password h1,
.account-page h1,
.password h1,
.confirm h1,
.expired h1,
.thanks h1 {
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.request-page h3 {
  text-align: center;
}
.request-page h4 {
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .request-page h4 {
    text-align: center;
  }
}
.app-badge-table {
  width: 100%;
}
.app-badge-table .app-badge {
  width: 90%;
}
.container-full {
  width: 100%;
  padding: 40px 0px;
}
@media (max-width: 767px) {
  .container-full {
    padding: 30px 0px;
  }
}
.container-full-adjusted {
  width: 100%;
  padding: 0px;
}
@media (max-width: 767px) {
  .container-full-adjusted {
    padding: 10px 0px;
  }
}
.container-full-adjusted .container {
  padding-top: 0px;
}
.white-bg {
  background-color: #FFF;
}
.grey-bg,
.thanks {
  background-color: #f1f1f1;
}
.dark-grey-bg {
  background-color: #e1e1e1;
}
.blue-bg {
  background-color: #2c3e50;
  color: #FFFFFF;
}
.blue-bg h3 {
  color: #FFF;
  margin: 15px 0px;
}
@media (max-width: 991px) {
  .blue-bg h3 {
    margin: 10px 0px 20px;
  }
}
.blue-bg .btn {
  margin: 5px 0px 10px;
}
@media (max-width: 991px) {
  .blue-bg .btn {
    margin-top: 0px;
  }
}
.blue-bg .padding-adjust {
  padding: 10px 20px;
}
.contact-band {
  padding: 35px 0;
  height: auto;
}
.contact-band h2 {
  font-size: 2em;
  margin-top: 15px;
  font-weight: 500;
  color: #FFF;
}
@media (min-width: 992px) {
  .contact-band .row-inline-table {
    display: inline-table;
  }
  .contact-band .row-inline-table .col-md-10,
  .contact-band .row-inline-table .col-md-2 {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 1199px) {
  .contact-band {
    padding: 30px 0;
  }
  .contact-band h2 {
    font-size: 1.6em;
  }
}
@media (max-width: 991px) {
  .contact-band {
    padding: 10px 0;
  }
  .contact-band h2 {
    font-size: 1.75em;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact-band {
    margin-top: 0px;
    padding: 20px 0;
  }
}
.bordered-container {
  border-top: solid 1px #b9b9b9;
  border-bottom: solid 1px #b9b9b9;
}
.arrow-box {
  position: relative;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .arrow-box {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .arrow-box {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
  }
}
.arrow-box p {
  text-align: center;
  font-size: 1.25em;
  font-style: italic;
  margin: 0;
}
@media (max-width: 991px) {
  .arrow-box p {
    font-size: 1em;
  }
}
.arrow-box:after,
.arrow-box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow-box:after {
  top: -30px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFFFFF;
  border-width: 15px;
  margin-left: -15px;
}
.arrow-box:before {
  top: -36px;
  border-color: rgba(185, 185, 185, 0);
  border-bottom-color: #b9b9b9;
  border-width: 18px;
  margin-left: -18px;
}
.featured-on {
  padding: 20px 0;
  text-align: center;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #d5d7db 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d5d7db));
  background: -webkit-linear-gradient(top, #ffffff 0%, #d5d7db 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #d5d7db 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #d5d7db 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d5d7db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d5d7db', GradientType=0);
}
.featured-on.jumbotron-featured {
  padding: 0;
  background: none;
}
.featured-on .container {
  padding: 0 15px;
}
.featured-on h2 {
  margin: 0 10px 0;
}
.featured-on .carousel-logos {
  width: 100%;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.featured-on .carousel-logos:hover,
.featured-on .carousel-logos:focus {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.promo-container {
  background: url(../assets/promos/taxi-promo-bg.jpg ) #ff6138 center center no-repeat;
  background-size: 100%;
  padding: 10px 0px;
}
.promo-container .row-inline-table {
  display: inline-table;
}
.promo-container .row-inline-table .col-md-6 {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.promo-container .btn-primary {
  background-color: transparent;
  border: #FFF 2px solid;
  border-radius: 5px;
  color: #FFF;
}
.promo-container .btn-primary:hover {
  background-color: #FFF;
  color: #ff6138;
}
.promo-container h2,
.promo-container p {
  color: #fff;
  text-align: left;
}
.promo-container p {
  font-size: 2em;
}
.promo-container img {
  width: 75%;
}
@media (max-width: 991px) {
  .promo-container {
    padding: 20px 0;
  }
  .promo-container h2 {
    font-size: 2.5em;
  }
  .promo-container h2,
  .promo-container p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .promo-container {
    background: url(../assets/promos/taxi-promo-bg-mobile.jpg ) #ff6138 center center no-repeat;
    background-size: 100%;
  }
  .promo-container p {
    font-size: 1.4em;
  }
}
.web-ordering-container {
  background: url(../assets/promos/web-ordering-promo-bg.jpg ) #2c3e50 center center no-repeat;
  background-size: cover;
  height: auto;
  padding: 20px 0;
}
.web-ordering-container .container {
  padding: 20px;
}
.web-ordering-container .btn-primary {
  background-color: transparent;
  border: #FFF 2px solid;
  border-radius: 5px;
  color: #FFF;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.web-ordering-container .btn-primary:hover {
  background-color: #FFF;
  color: #2c3e50;
}
.web-ordering-container h2,
.web-ordering-container p {
  color: #fff;
}
.web-ordering-container h2 {
  margin-top: 40px;
}
.web-ordering-container a {
  margin-top: 20px;
}
.web-ordering-container p {
  font-size: 1.75em;
}
.web-ordering-container img {
  width: 75%;
}
@media (max-width: 991px) {
  .web-ordering-container p {
    font-size: 1.3em;
  }
  .web-ordering-container h2 {
    font-size: 2.5em;
  }
  .web-ordering-container h2,
  .web-ordering-container p {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .web-ordering-container h2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .web-ordering-container {
    background: url(../assets/promos/web-ordering-promo-bg-mobile.jpg ) #2c3e50 center center no-repeat;
    background-size: cover;
  }
  .web-ordering-container .col-sm-6:last-child {
    margin-top: 30px;
  }
  .web-ordering-container h2 {
    font-size: 1.9em;
  }
  .web-ordering-container p {
    font-size: 1.4em;
  }
  .web-ordering-container img {
    margin-top: 20px;
  }
}
.web-social-container {
  background: url(../assets/promos/web-social-promo-bg.jpg ) #2c3e50 center center no-repeat;
  background-size: cover;
  height: auto;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .web-social-container {
    background: url(../assets/promos/web-social-promo-bg-mobile.jpg ) #2c3e50 center center no-repeat;
    background-size: cover;
  }
}
.web-social-container .container {
  padding: 20px;
}
.web-social-container a {
  margin-top: 20px;
}
.web-social-container h2 {
  color: #fff;
}
.web-social-container .panel {
  border: none;
  border-radius: 5px;
}
.web-social-container .panel .panel-heading {
  border: 1px solid #e14521;
  background-color: #ff6138;
  padding: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.web-social-container .panel .panel-body {
  padding: 20px 15px 15px;
}
.web-social-container .panel .panel-body h5 {
  text-transform: none;
}
.tab-selector-container {
  padding: 0;
}
@media (min-width: 992px) {
  .tab-selector-container .row-table {
    display: table;
    width: 100%;
  }
  .tab-selector-container .row-table > .col-md-5 {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
.tab-selector-container .tab-selector {
  padding-left: 0px;
  margin: 0;
  list-style-type: none;
  white-space: nowrap;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .tab-selector-container .tab-selector {
    padding-left: 0;
  }
}
.tab-selector-container .tab-selector::-webkit-scrollbar {
  display: none;
}
.tab-selector-container .tab-selector .industry-tab {
  padding: 10px;
  width: 25%;
}
@media (max-width: 991px) {
  .tab-selector-container .tab-selector .industry-tab {
    width: 33.34%;
  }
}
.tab-selector-container .tab-selector .home-tab {
  width: 20%;
}
.tab-selector-container .tab-selector .home-tab img {
  background-color: #5f5f5f;
}
.tab-selector-container .tab-selector .home-tab:hover img {
  background-color: #ff6138;
}
@media (max-width: 767px) {
  .tab-selector-container .tab-selector .home-tab h4 {
    font-size: 0.9em;
  }
  .tab-selector-container .tab-selector .home-tab img {
    width: 50%;
  }
}
.tab-selector-container .tab-selector .industry-tab,
.tab-selector-container .tab-selector .home-tab {
  display: inline-block;
  text-align: center;
}
.tab-selector-container .tab-selector .industry-tab a,
.tab-selector-container .tab-selector .home-tab a {
  font-size: 1em;
}
.tab-selector-container .tab-selector .industry-tab h5,
.tab-selector-container .tab-selector .home-tab h5 {
  margin-top: 13px;
  text-transform: none;
}
.tab-selector-container .tab-selector .industry-tab .home-selector,
.tab-selector-container .tab-selector .home-tab .home-selector {
  width: 20% !important;
}
.tab-selector-container .tab-selector .industry-tab:hover h5,
.tab-selector-container .tab-selector .home-tab:hover h5 {
  color: #ff6138;
}
.tab-selector-container .tab-selector .active {
  border-bottom: 5px solid #ff6138;
}
.tab-selector-container .tab-selector .active h5 {
  font-weight: 400;
  color: #ff6138;
}
.tab-selector-container .tab-selector .active img {
  background-color: #ff6138;
}
.fleets-page .tab-selector-container,
.industry-page .tab-selector-container {
  border-bottom: 2px solid #E2E2E2;
  color: #888888;
}
.fleets-page .tab-selector-container .container,
.industry-page .tab-selector-container .container {
  padding: 0 15px;
}
.fleets-page .tab-selector-container a:hover,
.industry-page .tab-selector-container a:hover {
  text-decoration: none;
}
.fleets-page .tab-selector-container h5,
.industry-page .tab-selector-container h5 {
  font-weight: 400;
  color: #888888;
}
.fleets-page .tab-selector-container .industry-tab,
.industry-page .tab-selector-container .industry-tab {
  height: 64px;
  border-left: 1px solid #E2E2E2;
  font-weight: 500;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .fleets-page .tab-selector-container .industry-tab h5,
  .industry-page .tab-selector-container .industry-tab h5 {
    line-height: 1.25;
    margin-top: 6px;
    font-size: 0.85em;
  }
}
.fleets-page .tab-selector-container .tab-action,
.industry-page .tab-selector-container .tab-action {
  border-right: 1px solid #E2E2E2;
}
.fleets-page .tab-selector-container .tab-action h5,
.industry-page .tab-selector-container .tab-action h5,
.fleets-page .tab-selector-container .tab-action h5:hover,
.industry-page .tab-selector-container .tab-action h5:hover {
  color: #ff6138;
  font-weight: 500;
}
a .panel {
  background-color: #fff;
  border: none;
  text-align: center;
  margin: 20px 0px;
}
@media (min-width: 1199px) {
  a .panel img {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    opacity: 0.75;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  a .panel img:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
a .panel .panel-heading {
  padding: 0px;
}
a .panel .panel-body {
  padding: 10px;
}
.img-cropped {
  padding-bottom: 0px;
}
.img-cropped .container {
  padding-bottom: 0px;
}
.hr-header {
  border-top: 1px solid black;
  margin: 0px 0px 40px;
}
.hr-faded {
  border-top: 1px solid #e3e3e3;
  margin: 20px 0px 0px;
}
.hr-seperator {
  border-top: 1px solid #000;
  margin: 40px 0px 0px;
}
/**
 * Animation
 */
[class^='slow-'] {
  -webkit-transition: 1s linear all;
  /* Chrome */
  transition: 1s linear all;
}
[class^='fast-'] {
  -webkit-transition: 100ms linear all;
  /* Chrome */
  transition: 100ms linear all;
}
.slow-fade-show,
.slow-fade-enter,
.fast-fade-show,
.fast-fade-enter,
.slow-fade-hide.slow-fade-hide-active,
.slow-fade-leave.slow-fade-leave-active,
.fast-fade-hide.fast-fade-hide-active,
.fast-fade-leave.fast-fade-leave-active {
  opacity: 0;
}
.slow-fade-show.slow-fade-show-active,
.slow-fade-enter.slow-fade-enter-active,
.fast-fade-show.fast-fade-show-active,
.fast-fade-enter.fast-fade-enter-active,
.slow-fade-hide,
.slow-fade-leave,
.fast-fade-hide,
.fast-fade-leave {
  opacity: 1;
}
.slow-slide-down-enter {
  margin-top: -100px;
}
.slow-slide-down-enter.slow-slide-down-enter-active {
  margin-top: 0px;
}
.view-enter,
.view-leave {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.view-enter {
  opacity: 0;
  width: 100%;
  margin-left: -300%;
  margin-right: -200%;
}
.view-enter-active {
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
}
.view-leave {
  position: absolute;
  opacity: 1;
  left: 0;
}
.view-leave-active {
  opacity: 0;
  left: 300%;
}
.repeat-item.ng-enter,
.repeat-item.ng-leave {
  -webkit-transition: 0.5s linear all;
  transition: 0.5s linear all;
}
.repeat-item.ng-enter,
.repeat-item.ng-leave.ng-leave-active {
  opacity: 0;
}
.repeat-item.ng-leave,
.repeat-item.ng-enter.ng-enter-active {
  opacity: 1;
}
.nav-tabs {
  text-transform: uppercase;
  border: none;
}
.nav-tabs li {
  transition: 1s linear all;
}
.nav-tabs li a,
.nav-tabs li a:hover {
  color: #555555;
}
.nav-tabs li.active {
  transition: 1s linear all;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
  color: #ff6138;
  background-color: #FFF;
}
.navbar-form .form-group {
  padding-left: 10px;
  padding-right: 10px;
}
.definition-list dt {
  font-weight: 400;
  clear: left;
  float: left;
  width: 60%;
}
.definition-list dd {
  float: right;
  width: 40%;
  text-align: right;
}
.table tbody {
  color: #555555;
}
.table tbody a {
  color: #ff6138;
}
.arrow,
.arrow:hover,
.arrow:active {
  font-size: 8px;
  color: #ff6138;
  text-decoration: none;
}
.error-text {
  color: #FF0000;
}
.tab-right {
  float: right !important;
  margin-right: -2px;
}
.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.small-grey {
  color: #777;
  font-size: 13px;
  text-transform: uppercase;
}
.large-grey {
  color: #ADA8A9;
  font-size: 26px;
}
/* ==========================================================================
   Utility Classes
   ========================================================================== */
.list {
  margin-bottom: 20px;
  padding-left: 0;
}
.list > li {
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #dddddd;
}
.list .list-item-heading {
  color: #333;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}
.list .list-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.col {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.loading-container {
  position: relative;
}
.loading {
  z-index: 100;
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: white;
}
table tbody > tr > td.center,
table th.center {
  text-align: center;
  vertical-align: middle;
}
table tbody > tr > td.padding-20,
table th.padding-20 {
  padding: 20px 0px 20px 0px;
}
.hs-column {
  background-color: #ff6138;
  text-align: center;
  padding: 0;
}
.hs-green-bg {
  background-color: #39a87c;
}
.promo-container a.hs-column-blue {
  margin-top: 20px;
  padding: 0;
  text-align: center;
  background-color: #2e3641;
  border: none;
}
.promo-container a.hs-column-blue:focus,
.promo-container a.hs-column-blue:hover {
  background-color: #2e3641;
}
.getting-started {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .getting-started {
    margin-top: 0;
  }
}
.getting-started .steps {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.getting-started .steps p {
  margin-left: 15px;
}
.getting-started hr {
  border-top: 1px solid #5e5e5e;
}
.intercom-1o77lls {
  left: 0px !important;
  top: 1px !important;
}
.intercom-launcher-frame {
  position: absolute !important;
}
.intercom-lightweight-app-launcher {
  right: 60px !important;
}
.vertical-align {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.padding-15 {
  padding: 15px !important;
}
.padding-v-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-25 {
  padding-right: 25px !important;
}
.padding-right-40 {
  padding-right: 40px !important;
}
.padding-right-60 {
  padding-right: 60px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-35 {
  margin-top: 35px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-16 {
  margin-bottom: 16px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-top-bottom-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.padding-adjust-0 {
  padding: 0 !important;
}
.margin-bottom-40-0 {
  margin-bottom: 40px !important;
}
@media (max-width: 991px) {
  .margin-bottom-40-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .margin-bottom-40-0 {
    margin-bottom: 40px !important;
  }
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-side-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.margin-v-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.margin-v-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.margin-v-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.panel-border-top {
  border-top: 1px solid #ddd;
}
.sticky-with-nav-bar,
.sticky-without-nav-bar {
  position: fixed;
  z-index: 999;
}
.sticky-with-nav-bar {
  top: 80px;
}
.capitalize {
  text-transform: capitalize;
}
accordion * {
  outline: 0 !important;
}
.orange-icon {
  float: right;
  color: #ff6138;
  font-size: 15px;
  margin-left: 5px;
}
.bold {
  font-weight: 500;
}
.review-edge {
  font-weight: 900;
}
.primary-link,
.primary-link:hover,
.primary-link:active {
  color: #ff6138;
  text-transform: uppercase;
}
.margin-top-5 {
  margin-top: 5px;
}
.erp-account-header {
  background-color: white;
  border-bottom: 2px solid #bbb;
  padding: 15px;
}
.erp-account-header p {
  margin: 0;
}
.erp-account-header .ol-business-header-logo img {
  height: 45px;
}
.admin-account-password p {
  color: #333;
  font-weight: 500;
}
.erp-account-content md-card {
  border-radius: 6px;
}
.erp-account-content md-card.signin-card {
  min-height: 365px;
}
.erp-account-content md-card-content {
  border-radius: 6px;
}
.erp-account-content .reading-referrals {
  background: #000 url(/assets/erp/signin-images/reading-referrals.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.erp-account-content .reading-reviews {
  background: #000 url(/assets/erp/signin-images/reading-reviews.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.erp-account-content .explore-referralmagic {
  background: #000 url(/assets/erp/signin-images/explore-referralmagic.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.erp-account-content .explore-reviewedge {
  background: #000 url(/assets/erp/signin-images/explore-reviewedge.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.erp-account-content .explore-seo-boost {
  background: #000 url(/assets/erp/signin-images/explore-seo-boost.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.erp-account-content .explore-clear-growth {
  background: #000 url(/assets/erp/signin-images/explore-clear-growth.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.erp-account-content .explore-quick-connect {
  background: #000 url(/assets/erp/signin-images/explore-quick-connect.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.erp-account-content .explore-first-impression {
  background: #000 url(/assets/erp/signin-images/explore-first-impression.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.erp-account-content .forgot-password-form {
  margin-top: 30px;
}
.report-content {
  max-width: calc(100vw - (100vw - 100%));
  min-height: 100vh;
  width: calc(100vw - (100vw - 100%));
  overflow: hidden;
  background: #ffffff;
  /* ==========================================================================
   REPORT HEADER
   ========================================================================== */
  /* ==========================================================================
   YOUR HIGHLIGHTS CONTAINER
   ========================================================================== */
  /* ==========================================================================
   REVIEWEDGE PERFORMANCE STATS
   ========================================================================== */
  /* SOCIAL MEDIA RATINGS CARD */
  /* ==========================================================================
   ANALYTICS CHARTS
   ========================================================================== */
  /* ==========================================================================
   TABLES
   ========================================================================== */
  /* ==========================================================================
   REVIEWEDGE REVIEWS
   ========================================================================== */
}
.report-content .print-page-container {
  break-before: page;
}
.report-content .powered-by-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
}
.report-content .powered-by-footer__link {
  color: #777;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.report-content .powered-by-footer__img {
  width: 80px;
  margin-left: 5px;
  vertical-align: bottom;
  padding-bottom: 1px;
}
.report-content .print-page-content-container {
  padding: 0 20px 20px;
  position: relative;
}
.report-content .print-page-content-container .analytics-info-text {
  position: absolute;
  bottom: -10px;
  margin-bottom: 10px;
}
.report-content .bold {
  font-weight: 500;
}
.report-content .report-header {
  position: fixed;
  top: 0;
  left: 0;
  border-top: 7px solid #ff6138;
  height: 10px;
  z-index: 100;
  width: 100%;
}
.report-content .report-token {
  display: none;
}
.report-content .report-page-header {
  padding: 20px 0 10px;
}
.report-content .report-page-header h1 {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 10px;
}
.report-content .report-page-header .product-img {
  height: 50px;
  margin-bottom: 10px;
}
.report-content .report-page-header .report-date {
  font-size: 18px;
  font-weight: 400;
}
.report-content .report-page-header .report-page-header-divider {
  border-top: 4px solid #dddddd;
  width: 80px;
}
.report-content .performance-container {
  background: #f4faff;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 20px;
}
.report-content .performance-container .commentary ol,
.report-content .performance-container .commentary ul {
  padding: 0 20px;
}
.report-content .performance-container .highlights-title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}
.report-content .performance-container .highlights-container .highlight-item {
  margin: 5px 0;
}
.report-content .performance-container .highlights-container .highlight-item .highlight-img {
  height: 24px;
  margin-right: 5px;
}
.report-content .performance-container .highlights-container .highlight-item .highlight-label {
  font-size: 16px;
  margin-left: 5px;
  margin-top: 5px;
}
.report-content .performance-stat-section {
  padding: 0 20px;
}
.report-content .performance-stats-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.report-content .performance-stat-container {
  border: 1px solid #ddd;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 20px 30px;
}
.report-content .performance-stat-container + .performance-stat-container {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.report-content .performance-stat-container .performance-stat {
  height: 70px;
}
.report-content .performance-stat-container .performance-stat__column-1 {
  width: 115px;
}
.report-content .performance-stat-container .performance-stat__value-large,
.report-content .performance-stat-container .performance-stat__label-large,
.report-content .performance-stat-container .performance-stat__value,
.report-content .performance-stat-container .performance-stat__label {
  font-weight: 500;
}
.report-content .performance-stat-container .performance-stat__large {
  margin-bottom: 10px;
}
.report-content .performance-stat-container .performance-stat__icon {
  height: 20px;
}
.report-content .performance-stat-container .performance-stat__icon--large {
  height: 60px;
}
.report-content .performance-stat-container .performance-stat__value-large {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 5px;
}
.report-content .performance-stat-container .performance-stat__label-large {
  font-size: 14px;
}
.report-content .performance-stat-container .performance-stat__value-sm {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 8px;
  margin-left: 2px;
}
.report-content .performance-stat-container .performance-stat__value {
  font-size: 28px;
}
.report-content .performance-stat-container .performance-stat__label {
  font-size: 11px;
}
.report-content .stat-container {
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 20px 0;
}
.report-content .stat-container + .stat-container {
  margin-left: 8px;
}
.report-content .stat-container .stat-label {
  font-size: 16px;
  font-weight: 500;
}
.report-content .stat-container .stat-icon {
  height: 30px;
}
.report-content .stat-container .stat-text {
  font-weight: 500;
  font-size: 36px;
  margin-left: 10px;
}
.report-content .stat-container .stat-sm-text {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-left: 2px;
}
.report-content .connected-account-stats {
  margin-top: 10px;
}
.report-content .connected-account-stats .connected-account-stat-container {
  margin-top: 20px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 10px 0;
}
.report-content .connected-account-stats .connected-account-stat-container .connected-account-details-container {
  min-height: 88px;
}
.report-content .connected-account-stats .connected-account-stat-container .connected-account-icon {
  height: 30px;
}
.report-content .connected-account-stats .connected-account-stat-container .connected-account-star-ratings {
  margin-bottom: 8px;
}
.report-content .connected-account-stats .connected-account-stat-container .connected-account-star-ratings .ol-star-ratings svg {
  height: 16px;
  width: 16px;
}
.report-content .connected-account-stats .connected-account-stat-container .connected-account-before-review-edge-container {
  height: 20px;
  margin-top: 10px;
}
.report-content .connected-account-stats .connected-account-stat-container .connected-account-before-review-edge-container .connected-account-before-review-edge-details {
  border-top: 1px solid #dddddd;
  font-size: 12px;
  padding-top: 5px;
  text-align: center;
  width: 100%;
}
.report-content .connected-account-stats .connected-account-stat-container .connected-account-before-review-edge-container .connected-account-before-review-edge-details .connected-account-before-review-edge-text {
  font-weight: 500;
}
.report-content .connected-account-stats .connected-account-stat-container .connected-account-name {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
.report-content .connected-account-stats .connected-account-stat-container .connected-account-stat {
  font-size: 28px;
  font-weight: 500;
}
.report-content .connected-account-stats .connected-account-stat-container .connected-account-total-reviews-text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 3px;
}
.report-content .connected-account-stats .connected-account-stat-container .connected-account-change-container .connected-account-change-icon {
  height: 18px;
  margin-right: 5px;
}
.report-content .connected-account-stats .connected-account-stat-container .connected-account-change-container .connected-account-change {
  font-size: 12px;
  font-weight: 500;
}
.report-content .grouped-analytics-charts + .grouped-analytics-charts {
  margin-top: 20px;
}
.report-content .grouped-analytics-charts .grouped-analytics-chart-container + .grouped-analytics-chart-container {
  margin-left: 8px;
}
.report-content .ol-stats-card-layout-graph {
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.report-content .ol-stats-card-layout-graph .ol-stats-card-header {
  background-color: #f4faff;
}
.report-content .ol-stats-card-layout-graph .ol-stats-card-header .ol-stats-card-header-text {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}
.report-content .ol-stats-card-layout-graph .ol-stats-card-header .heading-normal-text {
  font-weight: 400;
}
.report-content .ol-stats-card-layout-graph .ol-stats-card-content {
  min-height: 300px;
  padding: 10px 20px 0 20px;
}
.report-content .ol-stats-card-layout-graph.survey-analytics-graph {
  height: 390px;
  /* STAR RATING */
  /* NPS RATING */
  /* RECOMMENDATION RATTING */
  /* SENTIMENT RATTING */
}
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .ol-stats-card-content {
  min-height: 250px;
}
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .survey-summary-component-stat-rating .survey-summary-component-stat-rating-text {
  font-size: 30px;
  padding: 16px 20px;
}
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .survey-summary-component-stat-rating .star {
  height: 40px;
  font-size: 32px;
}
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .survey-summary-component-stat-nps {
  padding: 5px 10px 13px 10px;
}
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .survey-summary-component-stat-nps .survey-summary-component-stat-nps-number {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding-left: 0;
  padding-right: 15px;
}
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .survey-summary-component-stat-nps strong {
  font-size: 10px;
  padding-right: 15px;
}
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .survey-summary-component-stat-nps-bar {
  font-size: 12px;
}
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .survey-summary-component-stat-nps-bar em {
  font-size: 12px;
}
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .survey-summary-component-stat-yes_no {
  padding: 10px 20px;
}
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .survey-summary-component-stat-yes_no .survey-summary-component-stat-yes_no-bar {
  font-size: 12px;
  margin-top: 4px;
}
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .survey-summary-component-stat-yes_no .yes-no-stat-label {
  font-size: 14px;
  margin-top: 5px;
}
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .survey-summary-component-stat-emotion {
  padding: 12px 20px;
}
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .survey-summary-component-stat-emotion .survey-summary-component-stat-emotion-percentage {
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
}
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .survey-summary-component-stat-emotion .survey-summary-component-stat-emotion-positive svg,
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .survey-summary-component-stat-emotion .survey-summary-component-stat-emotion-neutral svg,
.report-content .ol-stats-card-layout-graph.survey-analytics-graph .survey-summary-component-stat-emotion .survey-summary-component-stat-emotion-negative svg {
  height: 30px;
  width: 30px;
}
.report-content .ol-table .location-column {
  width: 30%;
}
.report-content .ol-table th {
  font-size: 12px;
  font-weight: 500;
  height: 50px;
}
.report-content .ol-table td {
  font-size: 12px;
  height: 70px;
}
.report-content .ol-table td.average-rating-column {
  background: #f4faff;
}
.report-content .ol-table td.low-activity-status {
  color: #c9302c;
  font-weight: 500;
}
.report-content .ol-table td.onboarding-status {
  color: #f3b655;
  font-weight: 500;
}
.report-content .ol-table td .average-rating {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.report-content .ol-table td .change-container {
  margin-top: 3px;
}
.report-content .ol-table td .change-container .change-icon {
  height: 14px;
  margin-right: 3px;
}
.report-content .ol-table td .change-container .change-text {
  font-weight: 500;
}
.report-content .ol-table td .average-rating-star {
  height: 14px;
  margin-left: 4px;
  min-height: 14px;
  min-width: 14px;
  vertical-align: baseline;
  width: 14px;
}
.report-content li,
.report-content tr,
.report-content .grouped-analytics-charts {
  page-break-inside: avoid;
}
.report-content .positive-delta {
  color: #39b54a;
}
.report-content .negative-delta {
  color: #c9302c;
}
.report-content .reviews {
  list-style: none;
  padding: 0;
  margin: 0px 15px 0px;
  text-align: left;
}
.report-content .reviews > li {
  padding: 20px 0;
}
.report-content .reviews > li + li {
  border-top: 1px solid #dddddd;
}
.report-content .reviews .reviews-source,
.report-content .reviews .recent-reviews-sentiment,
.report-content .reviews .ol-star-ratings svg {
  height: 20px;
  width: 20px;
}
.report-content .reviews .reviews-source {
  margin-right: 10px;
}
.report-content .reviews .reviews-details .reviews-reviewer {
  font-size: 18px;
  font-weight: 500;
}
.report-content .reviews .reviews-details .review-location-time-container {
  color: #777777;
  font-size: 14px;
  margin: 3px 0;
}
.report-content .reviews .reviews-details .review-location-time-container .review-location-name {
  font-weight: 500;
}
.report-content .reviews .reviews-details .review-comment {
  font-size: 14px;
  line-height: 1.25;
}
.ol-contact-link__contact-icon {
  height: 18px;
  margin-right: 5px;
  min-height: 18px;
  min-width: 18px;
  width: 18px;
}
.ol-contact-field-row .col-sm-6:nth-child( odd ) {
  clear: left;
}
.ol-contact-field-single-choice.md-input-focused label:not(.md-no-float) {
  color: #fff;
}
.ol-contact-field-single-choice.md-input-has-value label:not(.md-no-float) {
  color: #333;
}
@media (max-width: 767px) {
  .ol-contact-field-single-choice {
    margin-bottom: 50px;
  }
}
.create-edit-contact-field-modal__checkbox-container {
  margin-top: 10px;
}
.create-edit-contact-field-modal .sort-btn {
  text-align: right;
}
.create-edit-contact-field-modal .sort-btn span {
  vertical-align: sub;
}
.single-choice-option-drop-placeholder {
  background-color: #f1f1f1;
  border: 2px dashed #bbb;
  border-radius: 5px;
}
.single-choice-option-item {
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 5px 10px;
}
.single-choice-option-item__input md-input-container {
  margin: 0;
}
.single-choice-option-item__input .md-errors-spacer {
  display: none;
}
.single-choice-option-item__actions {
  margin-left: 10px;
}
.single-choice-option-item__action {
  opacity: 0.7;
  outline: 0;
  padding: 5px;
  width: 28px;
}
.single-choice-option-item__action:hover {
  opacity: 1;
}
.single-choice-option-item__action + .single-choice-option-item__action {
  margin-left: 10px;
}
.single-choice-option-item__add {
  border: 2px dashed #bbb;
  border-radius: 5px;
  color: #bbb;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  margin-bottom: 24px;
  padding: 10px 0;
  text-align: center;
}
.single-choice-option-item + .single-choice-option-item__add,
.single-choice-option-item + .single-choice-option-item {
  margin-top: 10px;
}
.contact-fields-table .action-icon {
  opacity: 0.7;
  outline: 0;
  padding: 5px;
  width: 28px;
}
.contact-fields-table .action-icon:hover {
  opacity: 1;
}
.contact-fields-table .action-icon + .action-icon {
  margin-left: 10px;
}
.ol-filter-header {
  background-color: #f1f1f1;
}
.ol-filter-header md-chips.ol-button--secondary-theme .md-chips,
.ol-filter-header md-chips .md-chips {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  box-shadow: none;
}
.ol-filter-header md-chips.ol-button--secondary-theme md-chip,
.ol-filter-header md-chips md-chip {
  background-color: #3b99fc;
  color: #f5f5f5;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 22px;
}
.ol-filter-header md-tabs.ol-button--secondary-theme md-ink-bar,
.ol-filter-header md-tabs md-ink-bar {
  color: #ff6138;
  background-color: #ff6138;
}
.ol-filter-header md-tabs.ol-button--secondary-theme md-tab-item span,
.ol-filter-header md-tabs md-tab-item span {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}
.ol-filter-header md-tabs.ol-button--secondary-theme md-tab-item .new-filter-text,
.ol-filter-header md-tabs md-tab-item .new-filter-text {
  margin-left: 28px;
}
.ol-filter-header md-tabs.ol-button--secondary-theme md-tab-item .material-icons,
.ol-filter-header md-tabs md-tab-item .material-icons {
  position: fixed;
}
.ol-filter-header md-input-container {
  margin-left: 15px;
  margin-right: 15px;
}
.ol-filter-header md-input-container .md-errors-spacer {
  min-height: 0;
}
.ol-filter-header .ol-filter-header-action {
  margin-left: 10px;
}
.ol-filter-header .ol-filter-header-action.btn-link {
  margin-left: 2px;
}
.ol-filter-header .ol-filter-header-action--primary {
  color: #ff6138;
}
.ol-filter-header .ol-filter-header-action--primary md-icon {
  color: #ff6138;
}
.ol-filter-header .ol-filter-header-action-delete-rule md-icon {
  margin-top: 12px;
}
.ol-filter-header .ol-filter-header-tabs {
  background-color: white;
  width: 100%;
  border-bottom: 1px solid #bbb;
}
.ol-filter-header .ol-filter-header-tabs md-tabs-wrapper {
  border: none;
}
.ol-filter-header .ol-filter-header-tabs .ol-filter-header-tabs-filter-text {
  font-weight: 500;
  padding: 0 20px;
}
.contacthub-details .contacthub-contact-icon,
.update-contact-modal .contacthub-contact-icon,
.admin-contacts .contacthub-contact-icon {
  height: 20px;
  margin: 0 5px;
}
.contacthub-details .contacthub-contact-icon-btn,
.update-contact-modal .contacthub-contact-icon-btn,
.admin-contacts .contacthub-contact-icon-btn {
  cursor: pointer;
}
.contacthub-details .contacthub-contact-sentiment-icon,
.update-contact-modal .contacthub-contact-sentiment-icon,
.admin-contacts .contacthub-contact-sentiment-icon {
  height: 25px;
  margin-right: 5px;
}
.contacthub-details .contacthub-contact-text-negative,
.update-contact-modal .contacthub-contact-text-negative,
.admin-contacts .contacthub-contact-text-negative {
  color: #c9302c;
}
.contacthub-details .contacthub-contact-text-neutral,
.update-contact-modal .contacthub-contact-text-neutral,
.admin-contacts .contacthub-contact-text-neutral {
  color: #5b5b5b;
}
.contacthub-details .contacthub-contact-text-positive,
.update-contact-modal .contacthub-contact-text-positive,
.admin-contacts .contacthub-contact-text-positive {
  color: #39b54a;
}
.contacthub-details .contacthub-phone-icon,
.update-contact-modal .contacthub-phone-icon,
.admin-contacts .contacthub-phone-icon {
  font-size: 18px;
  margin-left: 10px;
}
.contacthub-details .contacthub-phone-icon:hover,
.update-contact-modal .contacthub-phone-icon:hover,
.admin-contacts .contacthub-phone-icon:hover {
  color: #ff6138;
}
.contacthub-details .contacts__button-list button,
.update-contact-modal .contacts__button-list button,
.admin-contacts .contacts__button-list button {
  border-color: #777;
  color: #777;
}
.contacthub-details .contacts__button-list button:hover[disabled],
.update-contact-modal .contacts__button-list button:hover[disabled],
.admin-contacts .contacts__button-list button:hover[disabled] {
  color: #777;
}
.contacthub-details .contacts__button-list button:hover:not([disabled]),
.update-contact-modal .contacts__button-list button:hover:not([disabled]),
.admin-contacts .contacts__button-list button:hover:not([disabled]) {
  border-color: #F15F4B;
  color: #F15F4B;
}
.contacthub-details .contacts__button-list .ol-button button:hover:not([disabled]) .ol-button__icon svg path,
.update-contact-modal .contacts__button-list .ol-button button:hover:not([disabled]) .ol-button__icon svg path,
.admin-contacts .contacts__button-list .ol-button button:hover:not([disabled]) .ol-button__icon svg path {
  fill: #F15F4B;
}
.column-dropdown button {
  outline: 0;
  padding: 5px 0 5px 2px;
  border-radius: 4px;
  border: 1px solid #bbb;
  background-color: #fff;
  height: 30px;
  width: 30px;
}
.column-dropdown button .icon-bar {
  width: 2px;
  height: 18px;
  margin-right: 2px;
  background-color: #bbb;
  display: inline-block;
  border-radius: 1px;
}
.column-dropdown .open button {
  background-color: #b9b9b9;
}
.column-dropdown .open button .icon-bar {
  background-color: #fff;
}
.column-dropdown .dropdown-menu {
  left: initial;
  right: 0;
  padding: 10px;
  min-width: 300px;
  max-height: 400px;
  overflow-y: auto;
}
.column-dropdown .dropdown-menu label {
  margin: 10px 0;
}
.column-dropdown .dropdown-menu span {
  font-size: 16px;
  text-transform: none;
}
.contacthub-details {
  background-color: white;
  /* Time Line */
}
.contacthub-details .erp-page-panel-body {
  max-width: 100%;
}
.contacthub-details h4 {
  color: #777 !important;
  font-size: 16px;
}
.contacthub-details .contacthub-details-info {
  padding: 20px 20px 10px;
}
.contacthub-details .contacthub-details-info p {
  margin: 0 0 5px;
}
.contacthub-details .contacthub-details-info md-divider {
  margin: 10px 0 20px;
}
.contacthub-details .contacthub-details-info .ol-expand-collapse-container .ol-expand-collapse-container-header {
  margin-bottom: 10px;
}
.contacthub-details .contacthub-details-info .ol-expand-collapse-container .ol-expand-collapse-container-main-header-text {
  font-size: 20px;
  font-weight: 500;
  color: #777;
}
.contacthub-details .info-label,
.contacthub-details .info-value {
  display: inline-block;
}
.contacthub-details .expand-icon {
  float: right;
  color: #ff6138;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  margin-left: 10px;
}
.contacthub-details .contacthub-timeline {
  margin-top: 40px;
}
.contacthub-details .contacthub-timeline-container {
  position: relative;
  margin: 0 auto;
}
.contacthub-details .contacthub-timeline-container:after {
  content: '';
  display: table;
  clear: both;
}
.contacthub-details .contacthub-timeline-container:before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 19px;
  bottom: 35px;
  width: 2px;
  background: #bbb;
}
@media only screen and (min-width: 1170px) {
  .contacthub-details .contacthub-timeline-container {
    /* top of the vertical line */
    margin: 20px 0 0 0;
  }
}
@media (min-width: 960px) {
  .contacthub-details .contacthub-timeline-load-button {
    margin-bottom: 20px;
  }
}
.contacthub-details .contacthub-timeline-filter label,
.contacthub-details .contacthub-timeline-filter select {
  display: inline;
  width: auto;
}
.contacthub-details .contacthub-timeline-filter label {
  margin-right: 5px;
}
.contacthub-details .contacthub-timeline-section-title {
  text-transform: uppercase;
  margin-left: 60px;
  margin: 20px 0 10px 60px;
  font-size: 12px;
  font-weight: 500;
}
.contacthub-details .contacthub-timeline-item-img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
.contacthub-details .contacthub-timeline-item-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.contacthub-details .contacthub-timeline-item-top {
  width: 30px;
  height: 30px;
  left: 5px;
  top: 0;
  border-radius: 30px;
  border: 5px solid #bbb;
}
.contacthub-details .contacthub-timeline-item {
  position: relative;
  margin: 20px 0;
}
.contacthub-details .contacthub-timeline-item:after {
  content: "";
  display: table;
  clear: both;
}
.contacthub-details .contacthub-timeline-item-content {
  position: relative;
  margin-left: 60px;
  border-radius: 0.25em;
  border: 1px solid #bbb;
}
.contacthub-details .contacthub-timeline-item-content .ol-expand-collapse-container .ol-expand-collapse-container-header {
  padding: 10px;
}
.contacthub-details .contacthub-timeline-item-content .ol-expand-collapse-container .ol-expand-collapse-container-header .ol-expand-collapse-container-main-header-text {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.contacthub-details .contacthub-timeline-item-content .ol-expand-collapse-container .ol-expand-collapse-container-header a {
  margin-left: 10px;
}
.contacthub-details .contacthub-timeline-item-content .contacthub-first-timeline-item-body {
  padding: 10px;
  background: #ebf5fe;
}
.contacthub-details .contacthub-timeline-item-body {
  padding: 15px 15px 7px;
  word-wrap: break-word;
}
.contacthub-details .contacthub-timeline-item-text {
  margin: 0;
  font-weight: 500;
}
.contacthub-details .contacthub-timeline-item-date {
  color: #777;
  float: right;
  font-size: 14px;
  font-weight: 500;
}
.contacthub-details .contacthub-timeline-item-header {
  margin-left: 60px;
}
.contacthub-details .contacthub-timeline-item-header p,
.contacthub-details .contacthub-timeline-item-header .contacthub-timeline-filter {
  display: inline-block;
}
.contacthub-details .contacthub-timeline-item-header p {
  margin: 0;
}
.contacthub-details .contacthub-timeline-item-header .cd-timeline-last-active-info p {
  margin-top: 5px;
}
.contacthub-details .contacthub-timeline-item-header .contacthub-timeline-filter {
  float: right;
  margin-top: -6px;
  min-width: 300px;
}
.contacthub-details .contacthub-stats-section {
  padding: 10px 10px;
}
.contacthub-details .contacthub-stats-section .ol-expand-collapse-container .ol-expand-collapse-container-header-icon {
  height: 15px;
  width: 15px;
}
.contacthub-details .contacthub-stats-section .ol-expand-collapse-container .ol-expand-collapse-container-main-header-text {
  margin-bottom: 10px;
}
.contacthub-details .contacthub-stats-section .ol-expand-collapse-container .ol-expand-collapse-container-content {
  padding: 10px 20px;
}
.contacthub-details .contacthub-stats-section.contachub-stats-expanded-section .ol-expand-collapse-container-main-header-text {
  padding-left: 20px;
}
.contacthub-details .contacthub-stats-section {
  border-bottom: 1px solid #bbb;
}
.contacthub-details .contacthub-stats-section:last-child {
  border-bottom: none;
}
.contacthub-details .contacthub-stats-item {
  padding: 10px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.contacthub-details .contacthub-stats-label {
  font-weight: 500;
  line-height: 1.15;
}
.contacthub-details .contacthub-stats-value {
  font-size: 16px;
  line-height: 1.15;
  margin-top: 5px;
}
.update-contact-modal .contact-row {
  display: table;
  width: 100%;
}
.update-contact-modal .contact-row > .row {
  display: table-cell;
  vertical-align: top;
}
.update-contact-modal .contact-row-icon-left,
.update-contact-modal .contact-row-icon-right {
  display: table-cell;
  width: 35px;
  padding-top: 30px;
}
.update-contact-modal hr {
  margin-bottom: 10px;
  margin-top: 10px;
}
.contacthub-details-header .contacthub-details-header-btn {
  display: inline-block;
}
.contacthub-details-header .contacthub-details-header-btn + .contacthub-details-header-btn {
  margin-left: 10px;
}
.contacthub-details-header button#settings-toggle {
  max-height: 50px;
}
.contacthub-details-header button#settings-toggle .icon-cog {
  font-size: 18px;
  line-height: 1.2;
}
.bulk-upload-modal .tag {
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  text-align: center;
  background-color: #3b99fc;
  margin: 10px 0;
  display: table;
}
.bulk-upload-modal .step-container {
  text-align: center;
  margin-bottom: 20px;
}
.bulk-upload-modal .step-container .step-number {
  font-size: 16px;
  padding: 0;
  margin: 0 60px;
  padding: 5px;
  font-weight: 500;
}
.bulk-upload-modal .step-container .step-number.active {
  color: #fff;
  background: #ff6138;
  border: 1px solid #ff6138;
}
.bulk-upload-modal .step-container .step-number.complete {
  color: #fff;
  background: #ff896b;
  border: 1px solid #ff896b;
}
.bulk-upload-modal .step-container .step-number.incomplete {
  color: #bbb;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  font-weight: 500;
}
.bulk-upload-modal .step-container .step-text {
  font-size: 15px;
  padding: 0;
  margin-top: 5px;
  font-weight: 500;
}
.bulk-upload-modal .step-container .step-text.complete {
  color: #989898;
}
.bulk-upload-modal .step-container .step-text.incomplete {
  color: #989898;
}
.bulk-upload-modal .ol-table-responsive-container {
  max-height: 400px;
}
.bulk-upload-modal .ol-table-responsive-container .column-value {
  max-width: 150px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.duplicate-contacts-modal__conflict-value {
  word-break: break-word;
}
.duplicate-contacts-modal .modal-body {
  max-height: 360px;
  overflow-y: scroll;
}
.send-review-requests-modal .summary-line {
  margin-bottom: 10px;
}
.send-review-requests-modal .summary-line md-select {
  margin: 0px;
}
.send-review-requests-modal .popover-icon-help {
  margin-left: -6px;
}
.admin-contacts .ol-search-header ol-button-select {
  margin-right: 8px;
}
.admin-contacts .erp-page-layout-table-panel .ol-search-header .ol-search-bar {
  min-width: 300px;
}
@media (min-width: 599px) {
  .admin-contacts .erp-page-layout-table-panel .ol-search-header .ol-search-bar {
    min-width: 360px;
  }
}
.admin-contacts .ol-table-responsive-container {
  min-height: 350px;
}
.admin.settings.email.senders h2 .default-star-icon,
.admin.settings.email.senders h2 .verified-status-icon {
  margin-right: 10px;
}
.admin.settings.email.senders h2 span {
  color: #777;
  font-size: 16px;
  font-style: italic;
}
.admin.settings.email.senders h2 span a {
  font-size: 14px;
  font-style: normal;
}
.admin.settings.email.senders .default-star-icon,
.admin.settings.email.senders .verified-status-icon {
  height: 20px;
  min-height: initial;
  min-width: initial;
  width: 20px;
  vertical-align: bottom;
}
.admin.settings.email.senders .verified-status-icon {
  margin-right: 10px;
}
.login-tracking h4 {
  color: #A9A9A9;
  font-weight: 200;
}
.login-tracking .custom-label {
  font-weight: 500;
}
.admin-users ul.list-unstyled {
  padding-top: 15px;
}
.admin-users ul.list-unstyled a {
  color: #FF6138;
  font-size: 16px;
  margin-left: 15px;
}
.admin-users ul.list-unstyled a:hover {
  text-decoration: none;
}
.admin-users hr {
  border-color: #d8d8d8;
}
.admin-users h4 {
  color: #ADA8A9;
  font-weight: 400;
}
.admin-users h5 {
  color: #FF6138;
  font-weight: 400;
}
.admin-users textarea {
  border: 1px solid #dddddd;
  border-radius: 2px;
  box-shadow: none;
  min-height: 60px;
  outline: none;
  resize: none;
  font-size: 12px;
}
.admin-users .blue-bg {
  color: #FFFFFF;
}
.admin-users .btn {
  font-size: 11px;
}
.admin-users .custom-color {
  background-color: #2F3641;
}
.admin-users .user-notes {
  height: 100px;
}
.panic-button-activated-modal.modal-header {
  border-bottom: none;
}
.panic-button-activated-modal .span {
  font-weight: 500;
}
.panic-button-activated-modal .form-action {
  margin-top: 30px;
}
.set-password-dialog h1,
.set-password-dialog h3 {
  font-weight: 500;
}
.set-password-dialog h1 {
  color: #333;
  margin: 0 0 10px;
}
.set-password-dialog h3 {
  color: #777;
  margin: 0 0 20px;
}
.set-password-dialog .text-error {
  margin-bottom: 10px;
}
.set-password-dialog .modal-body {
  padding: 20px 20px 10px;
}
.set-password-dialog .modal-footer {
  border: none;
  padding: 0 20px 20px;
}
.set-new-user-details {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: min-content;
  width: 100%;
}
@media (min-width: 992px) {
  .set-new-user-details {
    flex-direction: row;
  }
}
.set-new-user-details__ol-logo {
  margin: 20px;
}
@media (min-width: 992px) {
  .set-new-user-details__ol-logo {
    margin: 50px 0px 50px 100px;
  }
}
.set-new-user-details__welcome {
  align-items: center;
  background-color: #F15F4B;
  display: flex;
  flex-direction: column;
  min-height: min-content;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .set-new-user-details__welcome {
    align-items: flex-start;
    width: 50%;
    padding-bottom: 50px;
  }
}
.set-new-user-details__welcome-text {
  color: white;
  font-size: 24px;
  font-weight: 500;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  .set-new-user-details__welcome-text {
    font-size: 60px;
    margin: 10px 55px;
    text-align: left;
  }
}
.set-new-user-details__cs-owner {
  height: 175px;
  width: 175px;
  border-radius: 50%;
  border-style: solid;
  border-width: 8px;
  border-color: white;
}
@media (min-width: 992px) {
  .set-new-user-details__cs-owner {
    height: 200px;
    width: 200px;
    margin: 0px 0px 50px 100px;
  }
}
.set-new-user-details__form-container {
  align-items: flex-start;
  display: flex;
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .set-new-user-details__form-container {
    align-items: flex-end;
  }
}
.set-new-user-details__form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 70%;
}
.set-new-user-details__cta {
  background-color: #F15F4B !important;
  font-size: 14px !important;
  width: 100%;
}
.set-new-user-details__modal-footer {
  border: none;
  padding: 0 20px 20px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.set-new-user-details .modal-body {
  padding: 15px 30px;
}
@media (min-width: 992px) {
  .set-new-user-details .modal-body {
    padding: 15px;
  }
}
.set-new-user-details__modal-footer-enter {
  margin-top: 15px;
}
.md-dialog-container {
  height: 100% !important;
}
.md-dialog-fullscreen {
  height: 100% !important;
}
.admin {
  font-size: 14px;
  font-weight: 400;
}
.admin h4 {
  color: #ff6138;
  font-weight: 500;
  text-transform: uppercase;
}
.admin h4.grey {
  color: #777777;
}
.admin .panel-heading {
  color: #ff6138;
  text-transform: uppercase;
}
.admin .breadcrumb {
  margin-bottom: 10px;
}
.admin .breadcrumb > li {
  padding-left: 4px;
  font-size: 20px;
}
.admin .breadcrumb > li + li:before {
  content: ">\00a0";
}
.admin .sub-nav {
  background: #2f3641;
  /* Fixed width nav icons */
}
.admin .sub-nav i[class*="icon-"] {
  display: inline-block;
  width: 16px;
  margin-right: 8px;
  text-align: center;
}
.admin .sub-nav ul.nav.nav-stacked {
  background-color: #2f3641;
}
.admin .sub-nav ul.nav.nav-stacked li {
  border-bottom: 1px solid rgba(10, 10, 10, 0.4);
  border-top: 1px solid rgba(245, 245, 245, 0.1);
  padding: 0;
  margin: 0;
}
.admin .sub-nav ul.nav.nav-stacked li a {
  color: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  text-align: left;
}
.admin .sub-nav ul.nav.nav-stacked li a:active,
.admin .sub-nav ul.nav.nav-stacked li a:focus,
.admin .sub-nav ul.nav.nav-stacked li a:hover,
.admin .sub-nav ul.nav.nav-stacked li a.active {
  background: #f5f5f5;
  color: #2f3641;
}
.admin .sub-nav ul.nav.nav-stacked li.support {
  background: #777d84;
}
.admin input.capitalize {
  text-transform: capitalize;
}
.admin .admin-buttons .btn {
  margin-left: 10px;
}
.nav.navbar-nav.notification-dropdown li.open > a {
  background-color: #ff6138;
}
.nav.navbar-nav.notification-dropdown .dropdown-triangle {
  float: right;
  width: 0;
  height: 0;
  margin-top: -20px;
  margin-right: 13px;
  border: none;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 24px solid white;
  min-width: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  z-index: 1010;
}
.nav.navbar-nav.notification-dropdown .dropdown-triangle.outer {
  margin-top: -21px;
  margin-right: 12px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid black;
  z-index: 0;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav {
  top: 80px;
  width: 500px;
  text-align: left;
  background: #fff;
  color: #000;
  padding: 0;
  border-radius: 0;
  border: 1px solid black;
  box-shadow: 0px 0px 10px #888888;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div.scrollable {
  overflow: auto;
  max-height: 365px;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li {
  padding: 0;
  margin: 0;
  background: #dfdfdf;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li.resolved {
  background: #fff;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li.resolved a:hover {
  background: #fff;
  cursor: default;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li.action-btn a {
  text-align: center;
  background: #fff;
  color: #ff6138;
  font-size: 14px;
  text-transform: uppercase;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li.action-btn a:hover {
  background: #ff6138;
  color: #fff;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li.action-btn .width-50 {
  width: 50%;
  float: left;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li:first-child {
  border-top: none;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li a {
  text-transform: none;
  margin: 0;
  padding: 15px 20px;
  display: block;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li a:hover {
  background: #f5f5f5;
  color: #2f3641;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li a .notification-icon {
  float: left;
  width: 40px;
  margin-top: 10px;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li a .notification-body {
  float: left;
  width: 400px;
  min-height: 40px;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li a .notification-body .notification-label {
  color: #2f3641;
  font-size: 15px;
  font-weight: 500;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li a .notification-body .notification-label .view-text {
  color: #ff6138;
  font-weight: normal;
  font-size: 13px;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li a .notification-body .notification-details {
  color: #2f3641;
  font-size: 14px;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li a .notification-body .notification-details .notification-address {
  float: left;
  width: 340px;
  overflow: hidden;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li a .notification-body .notification-details .notification-time {
  float: right;
  text-align: right;
  width: 60px;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li a .chat-notification {
  float: left;
  min-height: 40px;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li a .chat-notification .notification-message {
  color: #2f3641;
  font-size: 15px;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li a .chat-notification .notification-message .view-text {
  color: #ff6138;
  font-weight: normal;
  font-size: 13px;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li a .chat-notification .notification-details {
  color: #2f3641;
  font-size: 14px;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li a .chat-notification .notification-details .notification-name {
  float: left;
  width: 270px;
  font-weight: 500;
  overflow: hidden;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li a .chat-notification .notification-details .notification-date {
  float: right;
  text-align: right;
  width: 180px;
}
.nav.navbar-nav.notification-dropdown .dropdown-menu.top-nav div li hr {
  margin: 0px 15px;
  border-top: 1px solid #aaa;
}
.nav.navbar-nav.notification-dropdown.chat-notification {
  margin: 0px;
}
@media (min-width: 992px) {
  .admin .sub-nav {
    position: absolute;
    top: 80px;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
  }
}
.error-text {
  color: #a94442;
  text-align: center;
}
.red {
  color: #a94442;
}
.line-height-0 {
  line-height: 0;
}
.overflow-hidden {
  overflow: hidden;
  margin: 0px;
}
.text-overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}
.no-scroll {
  overflow: hidden;
}
@media (max-width: 767px) {
  .icon-user {
    color: #FFF;
    font-size: 24px;
    line-height: 0;
  }
  .caret {
    line-height: 0;
    margin-bottom: 9px;
    color: #FFF;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
}
.review-edge-requests h1,
.referral-magic-dashboard h1,
.orders-sales-page h1,
.review-edge-requests h3,
.referral-magic-dashboard h3,
.orders-sales-page h3,
.review-edge-requests p,
.referral-magic-dashboard p,
.orders-sales-page p {
  line-height: 1.15;
}
.review-edge-requests h1,
.referral-magic-dashboard h1,
.orders-sales-page h1 {
  font-size: 44px;
}
@media (max-width: 767px) {
  .review-edge-requests h1,
  .referral-magic-dashboard h1,
  .orders-sales-page h1 {
    font-size: 36px;
  }
}
.review-edge-requests h2,
.referral-magic-dashboard h2,
.orders-sales-page h2 {
  line-height: 1.25;
  color: #333333;
  font-weight: 400;
  font-size: 32px;
}
.review-edge-requests h3,
.referral-magic-dashboard h3,
.orders-sales-page h3 {
  font-weight: 400;
  font-size: 20px;
}
.review-edge-requests p,
.referral-magic-dashboard p,
.orders-sales-page p {
  font-size: 16px;
}
.review-edge-requests .activate-now-btn,
.referral-magic-dashboard .activate-now-btn,
.orders-sales-page .activate-now-btn {
  padding: 15px 30px;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .change-merchant-context-modal .modal-dialog {
    width: 450px;
  }
}
.change-merchant-context-modal .modal-body {
  padding-bottom: 0px;
}
.change-merchant-context-modal .modal-body md-radio-button.md-checked .md-off {
  border-color: #ff6138;
}
.change-merchant-context-modal .modal-body md-radio-button .md-on {
  background-color: #ff6138;
}
.change-merchant-context-modal .modal-body .scrollable-input-container {
  margin-top: 15px;
  max-height: 180px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.tippy-content {
  text-align: center;
}
.css-reset legend {
  border: 0;
}
.css-reset svg {
  box-sizing: initial;
}
.css-reset .MuiDialog-container a {
  font-size: inherit;
}
.css-reset .MuiInputBase-inputMultiline {
  height: auto !important;
}
date-picker-component .MuiInputBase-root.Mui-disabled {
  background-color: #eee !important;
}
date-picker-component fieldset {
  border-left: none !important;
  border-radius: 0 !important;
  border-right: none !important;
  border-top: none !important;
}
date-picker-component legend {
  border-bottom: none !important;
}
date-picker-component input {
  color: rgba(0, 0, 0, 0.87) !important;
  padding: 5px !important;
}
.ol-table-row__td--large {
  height: 60px;
}
.ol-table-row__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ol-table-row__text {
  flex: 0;
}
.ol-table-row__text--strong {
  font-weight: 500;
}
.ol-table-row__text--italic {
  font-style: italic;
}
.ol-table-row--disabled .ol-table-row__text {
  opacity: 0.4;
}
.ol-table-row__link {
  flex: 0;
}
.ol-role-permissions-edit__section-header-row {
  background-color: #f0f8ff;
}
.ol-role-permissions-edit__section-header-cell {
  font-weight: 500;
  height: initial !important;
  padding: 20px 10px !important;
  vertical-align: top !important;
  width: 33%;
}
.ol-role-permissions-edit__section-header-cell--col:first-child {
  border-top-left-radius: 5px;
  font-size: 16px;
}
.ol-role-permissions-edit__section-header-cell--col:last-child {
  border-top-right-radius: 5px;
}
.ol-role-permissions-edit__section-header-cell--col-view {
  padding-left: 5px !important;
}
.ol-role-permissions-edit__section-cell {
  height: initial !important;
  padding: 20px 10px !important;
  vertical-align: top !important;
}
.ol-role-permissions-edit__checkbox {
  vertical-align: top !important;
  width: 100%;
  margin-bottom: 0;
}
.ol-role-permissions-edit__checkbox + .ol-role-permissions-edit__checkbox {
  margin-top: 12px;
}
.ol-user-role-select {
  position: relative;
}
.ol-user-role-select__label {
  position: absolute;
  transform: scale(0.75);
  color: #333;
  overflow: visible;
  left: -20px;
  top: 5px;
}
.ol-user-role-select__select {
  margin: 27px 0 19px 0;
}
.ol-user-location-select {
  position: relative;
}
.ol-user-location-select__label {
  position: absolute;
  transform: scale(0.75);
  transform-origin: left;
  color: #333;
  overflow: visible;
  top: 5px;
}
.ol-user-location-select__select {
  margin: 27px 0 19px 0;
  display: flex;
}
.ol-show-password-icon--active {
  color: #ff6138 !important;
}
.ol-user-types-select {
  margin-top: 15px;
}
.ol-user-types-select__radio-group .md-label {
  font-weight: 500;
}
.ol-user-types-select__radio-button {
  margin-bottom: 5px;
  font-weight: 500;
}
.ol-user-types-select__option {
  align-items: baseline;
  display: flex;
  margin-bottom: 20px;
}
.ol-user-types-select__label {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 20px;
}
.ol-user-login-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.ol-user-login-details__info {
  flex: 1;
  margin-bottom: 0;
}
.ol-user-login-details__key {
  font-weight: 500;
  float: left;
  margin-right: 8px;
}
.ol-user-login-details__key::after {
  content: ": ";
}
.ol-user-login-details__copy-action .tertiary-link .material-icons {
  margin-right: 5px;
  font-weight: 500;
}
.ol-user-merchants-select__container {
  background-color: #fff;
  max-height: 225px;
}
.ol-user-merchants-select__container .ol-popover-dropdown {
  max-height: 202px;
}
.ol-user-merchants-select__container .ol-popover-dropdown li:last-child {
  margin-bottom: 10px;
}
.ol-user-merchants-select__divider {
  margin: 0 !important;
}
.ol-user-merchants-select__link-container {
  padding: 12px 15px;
}
.ol-user-merchants-select__search-container {
  margin: 20px 10px -10px;
}
.ol-user-merchants-select--style-link {
  display: inline;
}
.ol-user-merchants-select--style-select {
  border-bottom: 1px solid #BBB;
  padding: 2px;
  width: 100%;
}
.ol-user-merchants-select--style-select .ol-user-merchants-select__toggle {
  color: rgba(0, 0, 0, 0.87) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
}
.ol-user-merchants-select--style-select .ol-user-merchants-select__toggle-text {
  flex: 1 !important;
}
.ol-user-merchants-select--style-select .ol-user-merchants-select__toggle-icon {
  color: #777 !important;
  flex: 0 !important;
}
.ol-user-more-actions__button {
  min-width: initial !important;
  padding: 0 6px !important;
  margin: 0;
}
.ol-user-more-actions__button-icon {
  width: 24px !important;
  height: 24px !important;
}
.ol-user-notifications-table__section-header-row {
  background-color: #f0f8ff;
}
.ol-user-notifications-table__section-header-cell {
  border-top: 1px solid #ddd;
  font-weight: 400;
  height: initial !important;
  line-height: 1.3;
  vertical-align: top !important;
  width: 33%;
}
.ol-user-notifications-table__section-header-cell--col,
.ol-user-notifications-table__section-header-cell--col-action,
.ol-user-notifications-table__section-header-cell--col-name {
  border: none;
  padding: 20px 30px 20px 10px !important;
}
.ol-user-notifications-table__section-header-cell--col:first-child,
.ol-user-notifications-table__section-header-cell--col-action:first-child,
.ol-user-notifications-table__section-header-cell--col-name:first-child {
  border-top-left-radius: 5px;
  font-size: 16px;
}
.ol-user-notifications-table__section-header-cell--col:last-child,
.ol-user-notifications-table__section-header-cell--col-action:last-child,
.ol-user-notifications-table__section-header-cell--col-name:last-child {
  border-top-right-radius: 5px;
}
.ol-user-notifications-table__section-header-cell--col-name {
  width: 100%;
}
.ol-user-notifications-table__section-header-cell--col-action {
  text-align: center;
  padding-left: 5px !important;
}
.ol-user-notifications-table__section-header-cell--row {
  max-width: 150px;
  min-width: 150px;
  padding: 20px 10px !important;
}
.ol-user-notifications-table__text--strong {
  font-weight: 500;
}
.ol-user-notifications-table__section-cell {
  border-top: 1px solid #ddd;
  min-height: initial !important;
  max-width: 150px;
  min-width: 150px;
  padding: 14px 10px 15px !important;
  text-align: center;
  vertical-align: middle !important;
}
.ol-user-notifications-table__section-cell ol-select {
  display: block;
}
.ol-user-notifications-table__section-cell ol-select .ol-select-label-value {
  justify-content: center;
}
.ol-user-notifications-table__section-cell ol-select .ol-select-label-value span {
  display: block;
  max-width: 98%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ol-user-permissions-edit-table__section-header-row {
  background-color: #f0f8ff;
}
.ol-user-permissions-edit-table__section-header-cell {
  font-weight: 500;
  height: initial !important;
  padding: 20px 10px !important;
  vertical-align: top !important;
  width: 33%;
}
.ol-user-permissions-edit-table__section-header-cell--col:first-child {
  border-top-left-radius: 5px;
  font-size: 16px;
}
.ol-user-permissions-edit-table__section-header-cell--col:last-child {
  border-top-right-radius: 5px;
}
.ol-user-permissions-edit-table__section-header-cell--col-view {
  padding-left: 5px !important;
}
.ol-user-permissions-edit-table__section-cell {
  height: initial !important;
  padding: 20px 10px !important;
  vertical-align: top !important;
}
.ol-user-permissions-edit-table__checkbox {
  vertical-align: top !important;
  width: 100%;
  margin-bottom: 0;
}
.ol-user-permissions-edit-table__checkbox + .ol-user-permissions-edit-table__checkbox {
  margin-top: 12px;
}
.ol-user-permissions-edit-table__override-cell {
  background-color: #eeeeee;
}
.ol-user-permissions-edit-table__override-row:hover .ol-user-permissions-edit-table__override-row__override-cell {
  background-color: #eeeeee !important;
}
.ol-user-permissions-edit-table__override-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ol-user-permissions-edit-table__override-text {
  flex: 1;
  font-weight: 500;
}
.ol-user-permissions-edit-table__checkbox--override-checked .md-icon {
  background-color: #36b649 !important;
}
.ol-user-permissions-edit-table__checkbox--override-unchecked .md-icon {
  border-color: #ee161e !important;
}
.ol-user-permissions-list {
  margin-bottom: 10px;
}
.ol-user-permissions-list__term {
  font-weight: 500;
  margin-top: 5px;
}
.ol-user-permissions-list__term::after {
  content: ":";
}
.ol-user-permissions-list__description--inline {
  display: inline;
}
.ol-user-permissions-list__description--inline + .ol-user-permissions-list__description--inline::before {
  content: ", ";
}
.ol-modal-section {
  padding: 30px 0 10px;
}
.auth-role-list-page {
  display: flex;
  justify-content: center;
}
.auth-role-list-card {
  margin: 16px;
  max-width: 800px;
  width: 100%;
}
.auth-role-show-page {
  display: flex;
  justify-content: center;
}
.auth-role-show-card {
  margin: 16px;
  max-width: 800px;
  width: 100%;
}
.user-show-page,
.user-manage-page {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (min-width: 1280px) {
  .user-show-page,
  .user-manage-page {
    justify-content: center;
  }
}
.user-info-card {
  flex: 0;
  min-width: 400px;
  margin: 16px 8px 16px 16px;
}
.user-info-card__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.user-info-card__footer {
  display: flex;
  padding: 20px 7px 10px;
}
.user-info-card__footer-cancel {
  flex: 1;
}
.user-info-card__footer-confirm {
  flex: 2;
}
.user-permissions-card {
  flex: 1;
  margin: 16px 16px 8px 16px;
  max-width: 800px;
}
.user-permissions-card__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.user-permissions-card .ol-user-permissions-list {
  margin-bottom: 30px;
}
.user-permissions-card .ol-user-permissions-list__term {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}
.user-permissions-card .ol-user-permissions-list__term:first-of-type {
  margin-top: 0;
}
.user-permissions-card .ol-user-permissions-list__description {
  font-weight: 400;
}
.user-permissions-card .ol-user-permissions-list__description--inline {
  display: block;
}
.user-permissions-card .ol-user-permissions-list__description--inline:before {
  content: "\2219";
}
.user-manage-card {
  padding: 20px;
  max-width: 1280px;
}
.user-manage-card__body {
  display: flex;
}
.user-manage-card__user-type {
  border-right: 1px solid #dddddd;
  flex: 1;
  min-width: 200px;
  padding: 10px 20px 20px 0;
}
@media (min-width: 1280px) {
  .user-manage-card__user-type {
    min-width: 0;
  }
}
.user-manage-card__section {
  margin-bottom: 30px;
}
.user-manage-card__user-permissions {
  flex: 2;
  padding: 10px 0 20px 20px;
}
.user-manage-card__user-notifications {
  flex: 2;
  padding: 10px 0 20px 20px;
}
.user-manage-card__user-notifications .notifications-email-delay {
  color: #999999;
  margin-top: 15px;
}
.user-manage-card__section-header {
  color: #333 !important;
  font-size: 16px !important;
  text-transform: unset !important;
  font-weight: 500 !important;
}
.user-manage-card__section-description {
  margin-bottom: 20px;
}
.user-manage-card__checkbox {
  width: 100%;
}
.user-manage-card__checkbox--employee-login {
  margin-left: 30px !important;
  margin-bottom: 0;
}
.user-manage-card .ol-card__header {
  border-bottom: 1px solid #dddddd;
}
.admin-billing.row,
.admin-billing .row {
  margin-left: 0;
  margin-right: 0;
}
.admin-billing.row [class*="col"],
.admin-billing .row [class*="col"] {
  padding: 0;
}
@media (max-width: 767px) {
  .admin-billing.row [class*="col"],
  .admin-billing .row [class*="col"] {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .admin-billing .col-sm-pull-9 {
    margin-top: 15px;
  }
}
.admin-billing .billing-amount {
  text-align: right;
}
@media (max-width: 767px) {
  .admin-billing .billing-amount {
    text-align: center;
  }
}
.admin-billing .small-grey {
  color: #777;
  font-size: 13px;
  text-transform: uppercase;
}
.admin-billing .large-grey {
  color: #ADA8A9;
  font-size: 26px;
}
.payment-portal {
  width: 100%;
  height: 100%;
  border: none;
}
@media (min-width: 959px) {
  .first-impression-dashboard-container {
    max-width: 800px;
  }
}
.first-impression-website-section {
  background-color: #ffffff;
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 20px 30px;
}
.first-impression-website-section__content {
  margin-top: 20px;
}
.first-impression-website-section__content--bold {
  color: #777;
  font-weight: 500;
}
@media (min-width: 960px) {
  .first-impression-website-section__preview-button {
    margin-left: 20px;
  }
}
@media (max-width: 959px) {
  .first-impression-website-section__preview-button {
    margin-top: 10px;
  }
}
.first-impression-website-section__title {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.first-impression-website-section__warning-container {
  background-color: #FDF4E7;
  padding: 10px;
}
.first-impression-website-section__warning-content {
  color: #663D00;
  font-size: 12px;
  margin-top: 10px;
}
.first-impression-website-section__warning-content a {
  font-size: 12px;
}
.first-impression-website-section__warning-icon {
  margin-right: 10px;
}
.first-impression-website-section__warning-title {
  color: #663D00;
  font-size: 14px;
  font-weight: 500;
}
.first-impression-website-section-container {
  margin-right: 20px;
}
.first-impression-dashboard-section {
  margin-bottom: 50px;
}
.ol-inbox {
  margin: auto;
  max-width: 960px;
  width: 95%;
}
@media (max-width: 959px) {
  .ol-inbox {
    margin: 20px auto 0;
  }
}
.ol-inbox__activity-feed.ng-enter {
  -webkit-transition: 150ms ease-in all;
  -o-transition: 150ms ease-in all;
  transition: 150ms ease-in all;
  opacity: 0;
}
.ol-inbox__activity-feed.ng-enter.ng-enter-active {
  opacity: 1;
}
.ol-inbox__agency-analytics-link-container {
  margin: 30px 0;
  text-align: center;
}
.ol-inbox__header {
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}
.ol-inbox__header-subtitle {
  font-size: 24px;
  font-weight: 400 !important;
}
.ol-inbox__header-title {
  color: #333;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}
.ol-inbox-activity-feed {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 30px;
  margin-right: 5px;
  margin-left: 5px;
}
.ol-inbox-activity-feed .ol-nav-scroll-container {
  background: none;
  border-bottom: 1px solid #eee;
  height: 50px;
}
.ol-inbox-activity-feed__list {
  min-height: 332px;
}
.ol-inbox-activity-feed__load-more-container {
  border-top: 1px solid #eee;
  padding: 10px;
  text-align: center;
}
.ol-inbox-activity-feed__loading-container {
  height: 200px;
}
.ol-inbox-activity-item {
  outline: none;
  word-break: break-word;
}
.ol-inbox-activity-item.ng-enter,
.ol-inbox-activity-item.ng-leave {
  -webkit-transition: 500ms ease-in all;
  -o-transition: 500ms ease-in all;
  transition: 500ms ease-in all;
}
.ol-inbox-activity-item.ng-leave.ng-leave-active,
.ol-inbox-activity-item.ng-enter {
  opacity: 0;
  max-height: 0;
  transform: scaleX(0.95);
}
.ol-inbox-activity-item.ng-leave,
.ol-inbox-activity-item.ng-enter.ng-enter-active {
  opacity: 1;
  max-height: 120px;
  transform: scaleX(1);
}
.ol-inbox-activity-item:hover {
  background: #f0f8ff;
  cursor: pointer;
}
.ol-inbox-activity-item__action-status {
  height: 18px;
  width: 18px;
}
.ol-inbox-activity-item__author_name,
.ol-inbox-activity-item__author_role {
  font-weight: 500;
  color: #333;
}
.ol-inbox-activity-item__date {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #777;
  margin-bottom: 5px;
}
@media (max-width: 959px) {
  .ol-inbox-activity-item__date {
    display: block;
    margin-bottom: 2px;
  }
}
.ol-inbox-activity-item__delta-container {
  margin-left: 10px;
}
.ol-inbox-activity-item__delta-logo {
  margin: 0 5px;
  width: 14px;
}
.ol-inbox-activity-item__delta-value {
  font-size: 14px;
  font-weight: 500;
}
.ol-inbox-activity-item__details {
  padding: 15px 17px;
}
.ol-inbox-activity-item__external-link {
  align-self: flex-end;
}
.ol-inbox-activity-item__link {
  margin-left: auto;
}
@media (max-width: 959px) {
  .ol-inbox-activity-item__link {
    margin-left: 0;
    margin-right: auto;
  }
}
.ol-inbox-activity-item__link .ol-external-link {
  font-size: 16px;
  font-weight: 500;
  color: #F15F4B;
  text-decoration: underline;
}
.ol-inbox-activity-item__link .ol-external-link:hover,
.ol-inbox-activity-item__link .ol-external-link:focus {
  color: #F15F4B;
  text-decoration: underline;
}
.ol-inbox-activity-item__icon {
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  height: 50px;
  width: 50px;
}
.ol-inbox-activity-item__icon--has-border {
  border: 3px #ff6138 solid;
}
.ol-inbox-activity-item__icon-container {
  margin-right: 15px;
}
.ol-inbox-activity-item__left {
  margin-right: 10px;
  text-align: center;
  width: 20px;
}
.ol-inbox-activity-item__pending-status {
  background-color: #FFF8F7;
}
.ol-inbox-activity-item__product-update {
  cursor: default;
}
.ol-inbox-activity-item__product-update:hover,
.ol-inbox-activity-item__product-update:active {
  cursor: default;
}
.ol-inbox-activity-item__secondary-stat-container {
  border-left: 4px solid #ddd;
  margin-left: 100px;
  margin-top: 7px;
}
.ol-inbox-activity-item__secondary-stat-value {
  font-size: 36px;
  font-weight: 500;
  margin-left: 10px;
}
.ol-inbox-activity-item__secondary-stat-value--sm {
  font-size: 20px;
  margin-bottom: 10px;
}
.ol-inbox-activity-item__separator {
  border-color: #ddd;
  margin-bottom: 0px;
  margin-left: 40px;
  margin-top: 0px;
}
.ol-inbox-activity-item__star-ratings {
  margin-left: 5px;
}
.ol-inbox-activity-item__text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 17px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ol-inbox-activity-item__text p {
  margin-bottom: 0;
}
.ol-inbox-activity-item__title {
  line-height: 14px;
}
.ol-inbox-activity-item__unread {
  color: #3b99fc;
  font-size: 20px;
  line-height: 11px;
}
.ol-inbox-activity-item__unread:after {
  content: '\25CF';
  display: inline-block;
  height: 15px;
  line-height: 8px;
}
.ol-inbox-stats__cards.ng-enter {
  -webkit-transition: 1s ease-in all;
  -o-transition: 1s ease-in all;
  transition: 1s ease-in all;
  opacity: 0;
}
.ol-inbox-stats__cards.ng-enter-stagger {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.ol-inbox-stats__cards.ng-enter.ng-enter-active {
  opacity: 1;
}
.ol-inbox-stats__card {
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 10px 10px -10px #bbb;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: center;
  margin: 5px;
  padding: 20px;
}
@media (max-width: 599px) {
  .ol-inbox-stats__card {
    margin: 0 0 20px;
  }
}
.ol-inbox-stats__card-wrapper {
  min-width: 100%;
}
.ol-inbox-stats__card-alt {
  padding: 12px 20px;
}
@media (max-width: 599px) {
  .ol-inbox-stats__card-alt {
    padding: 5px 15px;
  }
}
@media (min-width: 959px) and (max-width: 959px) {
  .ol-inbox-stats__card-alt {
    padding: 15px;
  }
}
.ol-inbox-stats__delta-container {
  margin-left: 20px;
  text-align: center;
}
.ol-inbox-stats__details {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.ol-inbox-stats__delta-explanation {
  color: #777;
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
}
.ol-inbox-stats__delta-logo {
  margin: 0 5px;
  width: 12px;
}
.ol-inbox-stats__delta-value {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.ol-inbox-stats__img {
  height: 70px;
}
.ol-inbox-stats__img + .ol-inbox-stats__img {
  margin-left: 30px;
}
.ol-inbox-stats__label {
  font-size: 16px;
  font-weight: 500;
  color: #777;
  margin-bottom: 10px;
  text-align: center;
}
.ol-inbox-stats__label--lg {
  font-size: 20px;
  font-weight: 500;
}
.ol-inbox-stats__link-icon {
  color: inherit;
  font-size: 16px !important;
  height: 18px;
  margin-left: 5px;
  min-height: initial;
  min-width: initial;
  text-decoration: none;
  width: 18px;
}
.ol-inbox-stats__locations {
  color: #888;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
  text-decoration: underline;
}
.ol-inbox-stats__link-container {
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
}
.ol-inbox-stats__logo {
  margin-right: 5px;
  width: 32px;
}
.ol-inbox-stats__placeholder {
  width: 90px;
}
.ol-inbox-stats__popover-help {
  margin-left: 5px;
}
.ol-inbox-stats__rating .ol-star-ratings svg {
  height: 14px;
  width: 14px;
}
.ol-inbox-stats__secondary_stat {
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
  margin-top: 5px;
}
.ol-inbox-stats__value {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 599px) {
  .ol-inbox-stats__value {
    font-size: 44px;
  }
}
.ol-inbox-stats__value--sm {
  font-size: 20px;
  margin-bottom: 10px;
}
.marketing-specialist-intro-modal__avatar {
  border: 3px #ff6138 solid;
  border-radius: 50%;
  margin-right: 25px;
  width: 75px;
}
.instant-response-call-insights__delta {
  align-items: center;
  display: inline-flex;
  font-weight: 500;
  height: 30px;
}
.instant-response-call-insights__delta-icon {
  margin-right: 5px;
  width: 12px;
}
.instant-response-call-insights__header-help-container {
  display: inline;
  float: right;
}
.instant-response-call-insights__header-help-icon {
  margin-left: 7px;
}
.instant-response-call-insights__header-help-text {
  color: #777;
  font-size: 14px;
  font-weight: 500;
}
.instant-response-call-insights__help-icon {
  margin-left: 5px;
}
.instant-response-call-insights__label {
  color: #777;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 599px) {
  .instant-response-call-insights__stat {
    padding: 20px 0;
  }
  .instant-response-call-insights__stat + .instant-response-call-insights__stat {
    border-top: 1px solid #eee;
  }
}
.instant-response-call-insights__period {
  color: #777;
  font-weight: 500;
}
.instant-response-call-insights__period-help-icon {
  margin-left: 5px;
}
.instant-response-call-insights__period-icon {
  margin-right: 5px;
}
.instant-response-call-insights__value {
  align-items: center;
  display: flex;
}
.instant-response-call-insights__value-icon {
  width: 25px;
}
.instant-response-call-insights__value-text {
  font-size: 36px;
  font-weight: 500;
  margin-left: 5px;
}
.instant-response-call-insights__value-text-unit {
  font-size: 20px;
  margin-bottom: 8px;
}
@media (max-width: 599px) {
  .ol-instant-response-call-insights > .erp-page-panel-body {
    max-width: 100% !important;
    padding: 0 25px;
    width: 100% !important;
  }
}
.instant-response-callers {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
}
@media (max-width: 599px) {
  .instant-response-callers {
    margin-top: 0;
    padding: 30px 0 20px 0;
  }
}
.instant-response-callers__bar {
  color: white;
  display: flex;
  margin-bottom: 5px;
}
.instant-response-callers__bar-new {
  background-color: #3b99fc;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.instant-response-callers__bar-returning {
  background-color: #39b54a;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.instant-response-callers__bar-new,
.instant-response-callers__bar-returning {
  font-size: 16px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.instant-response-callers__detail-label {
  color: #777;
  font-weight: 500;
  margin-left: 5px;
}
.instant-response-callers__detail-value {
  font-size: 16px;
  font-weight: 500;
}
.integrations-workflow-step__header {
  color: #777;
  font-size: 18px;
}
.integrations-workflow-step__separator {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #bbb;
  border: 1px solid #bbb;
  width: 1px;
  height: 28px;
}
.integrations-workflow-step__subheader {
  color: #333;
  font-size: 14px;
}
.integrations-workflow-step__well {
  border: 1px solid #DDD;
  border-radius: 10px;
}
.connected-account + .connected-account {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #bbb;
}
.connected-account__container {
  width: 100%;
}
.connected-account__container + .connected-account__container {
  margin-top: 16px;
}
.connected-account__admin-connect {
  border-top: 1px solid #bbb;
  background-color: #eee;
  margin-top: 10px;
  padding: 20px;
}
.connected-account__connect {
  display: flex;
  justify-content: flex-end;
  min-width: 180px;
}
.connected-account__details {
  font-weight: 500;
  color: #777;
}
.connected-account__icon--lg {
  margin-right: 15px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  width: 45px;
}
.connected-account__icon--sm {
  margin-right: 20px;
  margin-left: 10px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  width: 30px;
}
.connected-account__help-icon {
  background: #bbb;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  height: 16px;
  line-height: 16px;
  margin: 0 0 2px 10px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.connected-account__help-icon:before {
  content: '?';
}
.connected-account__info {
  padding: 15px 0;
}
.connected-account__link-container {
  margin-top: 4px;
}
.connected-account__name {
  min-width: min-content;
  margin-right: 10px;
}
.connected-account__status {
  margin: 10px 0 10px 10px;
  min-width: fit-content;
}
.connected-account__status--error {
  color: #c9302c;
}
.connected-account__status--success {
  color: #39b54a;
}
@media (min-width: 960px) {
  .connected-account__status {
    min-width: 180px;
  }
}
.connected-account__status-icon {
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .connected-account__status-icon {
    height: 20px;
    width: 20px;
    min-height: 20px;
    min-width: 20px;
    margin-right: 4px;
  }
}
.connected-account__type {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.ol-integrations-workflow-app-icon {
  max-height: 30px;
  max-width: 30px;
}
.ol-integrations-workflow-icon-flow-container {
  width: 100px;
}
.ol-integrations-workflow-row > * {
  height: 35px;
}
.ol-integrations-workflow-status-label {
  font-size: 12px;
  padding: 9px 12px;
}
.ol-integrations-workflow-status-label--status-inactive {
  background-color: rgba(187, 187, 187, 0.2);
  color: #bbb;
}
.ol-integrations-workflow-status-label--status-error {
  background-color: rgba(236, 57, 57, 0.2);
  color: #EC3939;
}
.ol-integrations-workflow-status-label__dot {
  margin-left: 4px;
  height: 8px;
  width: 8px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.ol-integrations-workflow-status-label--status-inactive .ol-integrations-workflow-status-label__dot {
  background-color: #bbb;
}
.ol-integrations-workflow-status-label--status-error .ol-integrations-workflow-status-label__dot {
  background-color: #EC3939;
}
.ol-integrations-step-card {
  background-color: #FFF;
  border: 1px solid #bbb;
}
.ol-integrations-step-card--is-active {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.ol-integrations-step-card__check-icon {
  position: relative;
  top: -12px;
  left: -12px;
}
.ol-integrations-workflow-more-actions__button {
  min-width: initial !important;
  margin: 0;
  padding: 0 6px !important;
}
.ol-integrations-workflow-more-actions__button-icon {
  width: 24px !important;
  height: 24px !important;
}
.connected-account-help-modal__section {
  margin-bottom: 25px;
}
.connected-account-help-modal__title {
  margin-bottom: 15px;
}
.connected-account-help-modal p {
  margin-bottom: 15px;
}
.connect-merchant-account-modal .modal-body {
  padding: 30px;
}
.connect-merchant-account-modal md-input-container label {
  font-weight: 500;
}
.connect-merchant-account-modal__field .md-errors-spacer {
  display: none;
}
.select-facebook-ads-account-modal .modal-body {
  padding: 20px 0 10px 0;
}
.select-facebook-ads-account-modal__accounts-container {
  background: none;
  min-height: 200px;
  max-height: 400px;
  padding: 0 20px;
}
.select-google-analytics-account-modal__accounts-loading {
  position: absolute;
  top: 40%;
  width: 100%;
}
.select-google-analytics-account-modal .modal-dialog {
  width: 450px;
}
.select-google-analytics-account-modal .ol-search-bar {
  margin: 0 auto 10px auto;
  width: auto;
}
.select-google-analytics-account-modal__steps-container {
  position: relative;
}
.select-google-analytics-account-modal__accounts-container {
  background: none;
  min-height: 200px;
  max-height: 400px;
}
.select-google-analytics-account-modal__last-step {
  top: 73%;
}
.select-google-analytics-account-modal__loading {
  top: 0;
  bottom: 0;
  position: absolute;
  max-width: 95vw;
  width: 100%;
}
.select-google-analytics-account-modal__loading .ol-loader-icon {
  height: 75px;
  width: 75px;
}
.select-google-analytics-account-modal__loading-background {
  background: white;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  width: 100%;
}
.select-instagram-account-modal .modal-body {
  padding: 20px 0 10px 0;
}
.select-instagram-account-modal .ol-search-bar {
  margin-bottom: 10px;
}
.select-instagram-account-modal__accounts-container {
  background: none;
  min-height: 200px;
  max-height: 400px;
  padding: 5px 20px;
}
.integrations-workflow-create-modal {
  /** Hack styles for variations on design counter to components */
}
.integrations-workflow-create-modal__field-container {
  margin-top: 0px;
}
.integrations-workflow-create-modal__field-container .popover-icon-help {
  margin-left: 5px;
  right: auto;
  top: 8px;
}
.integrations-workflow-create-modal__field-label {
  font-weight: 500;
  font-size: 10.5px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 3px;
  word-break: break-word;
}
.integrations-workflow-create-modal__multi-select-field-container + .integrations-workflow-create-modal__multi-select-field-container {
  margin-top: 20px;
}
.integrations-workflow-create-modal__well {
  border: 1px solid #DDD;
  background: white;
  border-radius: 10px;
}
.integrations-workflow-create-modal .modal-body {
  padding: 30px 30px 20px 30px;
}
.integrations-workflow-create-modal .ol-expand-collapse-container-main-header-text {
  color: #777;
  font-size: 14px;
}
.integrations-workflow-create-modal md-input-container label {
  font-weight: 500;
}
.ol-radio-well-list-item {
  border: 1px solid #DDD;
  background: white;
  border-radius: 10px;
}
.ol-radio-well-list-item--disabled {
  background: rgba(221, 221, 221);
  opacity: 0.6;
  cursor: not-allowed;
}
.ol-radio-well-list-item__icon {
  width: 30px;
  height: 30px;
}
.integrations-workflow-create-modal__workflow-container + .integrations-workflow-create-modal__workflow-container {
  margin-top: 13px;
}
.referral-advocate-invite-modal .advocate-info-name,
.referral-advocate-invite-modal .advocate-info-contact {
  font-size: 24px;
}
.referral-advocate-invite-modal .advocate-info-name {
  font-weight: 500;
}
.referral-advocate-invite-modal .advocate-info-contact {
  color: #777;
  margin-left: 10px;
}
.admin.referral_magic.advocates .referral-magic-advocates-header {
  background-color: white;
}
.referral-magic-overview .col-lg-4 {
  margin-bottom: 20px;
}
.referral-magic-overview .stats-card {
  display: block;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.referral-magic-overview .stats-card .stats-card-header {
  background-color: #484848;
  height: 70px;
  line-height: 70px;
  color: #fff;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.referral-magic-overview .stats-card .stats-card-header img {
  vertical-align: middle;
  margin-left: 20px;
  width: 24px;
}
.referral-magic-overview .stats-card .stats-card-header span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.referral-magic-overview .stats-card .stats-card-header .stats-card-header-text {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .referral-magic-overview .stats-card .stats-card-header .stats-card-header-text {
    font-size: 12px;
  }
}
.referral-magic-overview .stats-card .stats-placeholder {
  height: 73px;
}
.referral-magic-overview .stats-card .stats-card-body:not(.most-active-advocates) {
  padding: 10px;
}
.referral-magic-overview .stats-card .stats-text {
  font-size: 52px;
}
.referral-magic-dashboard .landing-image {
  max-width: 50%;
}
@media (max-width: 767px) {
  .referral-magic-dashboard .landing-image {
    max-width: 100%;
  }
}
.referral-magic-dashboard .referrals-table-title {
  background-color: #777d84;
  color: white;
  padding: 10px;
}
.referral-magic-dashboard .referral-magic-images {
  max-width: 100%;
}
.referral-magic-dashboard .referrals-row-unread-sign {
  display: none;
}
.referral-magic-dashboard .referrals-row-unread {
  font-weight: 500;
}
.referral-magic-dashboard .referrals-row-unread .referrals-row-unread-sign {
  display: inline;
  color: #ff6138;
  font-size: 30px;
  line-height: 14px;
}
.referral-magic-dashboard .referrals-status-filter label {
  margin-right: 5px;
}
.referrals-status-filter label,
.referral-details label,
.referrals-status-filter select,
.referral-details select {
  display: inline;
  width: auto;
}
.referral-details .field-value {
  margin-top: 5px;
  color: #555555;
  line-height: 1.42857143;
  border: 1px solid #ccc;
  height: auto;
  min-height: 36px;
  background-color: #eeeeee;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  white-space: pre-line;
  word-wrap: break-word;
  text-transform: none;
  padding: 8px;
  font-size: 13px;
}
.referral-details .field-value p {
  word-wrap: break-word;
  text-transform: none;
  padding: 4px 8px;
  font-size: 13px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .referral-details .field-value p {
    padding: 4px 8px 4px;
  }
}
.referral-details .field-value p.text-uppercase {
  text-transform: uppercase;
}
.create-referral-modal .processing-period-input,
.confirm-referral-modal .processing-period-input {
  width: 45px !important;
}
.referral-program-container {
  margin-top: 50px;
  z-index: 10;
}
.referral-program-container__box {
  padding: 20px 25px;
}
@media (min-width: 959px) {
  .referral-program-container__box {
    padding: 45px 70px;
  }
}
@media (min-width: 959px) {
  .referral-program-container {
    max-width: 900px;
  }
}
.referral-program-background {
  background-color: #ff6138;
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 959px) {
  .referral-program-background {
    height: 300px;
  }
}
.referral-program-header-image {
  height: 150px;
}
@media (min-width: 959px) {
  .referral-program-header-image {
    height: 200px;
  }
}
.referral-program-title {
  font-size: 40px;
}
.referral-program-title--highlight {
  color: #ff6138;
}
.referral-program-subtitle {
  color: #777;
  font-size: 20px;
}
.referral-program-text {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 25px 0;
}
.referral-program-title,
.referral-program-subtitle,
.referral-program-text {
  color: #333;
  text-align: center;
}
.referral-program-invite-email-field {
  margin-bottom: 20px;
}
@media (min-width: 959px) {
  .referral-program-invite-email-field {
    margin-bottom: 0;
  }
}
.referral-program-cta-button {
  min-width: 150px;
  width: 100%;
}
@media (min-width: 959px) {
  .referral-program-cta-button {
    width: auto;
  }
}
.referral-program-invite-divider {
  margin: 20px 0;
}
.referral-program-invite-divider__divider {
  border: none;
  border-top: 2px solid #777;
}
.referral-program-invite-divider__text {
  font-weight: 700;
  margin: 0 10px;
}
.referral-program-invite-button__icon {
  color: inherit;
  margin: 0 5px 0 0;
}
.referral-magic-email-content {
  min-height: 330px !important;
}
textarea.referral-magic-widget-code {
  cursor: auto !important;
  height: auto !important;
  min-height: auto !important;
}
.ol-locations-table-connected-account-stats__average-rating {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.ol-locations-table-connected-account-stats__average-rating-star {
  margin-left: 4px;
  min-width: 18px;
  min-height: 18px;
  vertical-align: baseline;
  width: 18px;
  height: 18px;
}
.review-edge-analytics-content .ol-search-header {
  margin-bottom: 20px;
}
.ol-stats-card-layout-graph {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 6px;
}
.ol-stats-card-layout-graph .ol-stats-card-header {
  border-bottom: 1px solid #bbb;
  color: #333;
  margin-top: 0;
  padding: 12px 20px 10px;
}
.ol-stats-card-layout-graph .ol-stats-card-header .ol-stats-card-header-text {
  vertical-align: initial;
}
.ol-stats-card-layout-graph .ol-stats-card-content {
  border: none;
  padding: 20px;
}
survey-sentiment-summary-stat .survey-summary-component-stat-yes_no {
  padding: 20px;
}
survey-sentiment-summary-stat .survey-summary-component-stat-yes_no .survey-summary-component-stat-yes_no-bar {
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  margin-bottom: 5px;
}
survey-sentiment-summary-stat .survey-summary-component-stat-yes_no .survey-summary-component-stat-yes_no-bar .survey-summary-component-stat-yes_no-bar-yes,
survey-sentiment-summary-stat .survey-summary-component-stat-yes_no .survey-summary-component-stat-yes_no-bar .survey-summary-component-stat-yes_no-bar-no {
  display: inline-block;
  padding: 5px 0;
  white-space: nowrap;
}
survey-sentiment-summary-stat .survey-summary-component-stat-yes_no .survey-summary-component-stat-yes_no-bar .survey-summary-component-stat-yes_no-bar-yes {
  background-color: #39b54a;
}
survey-sentiment-summary-stat .survey-summary-component-stat-yes_no .survey-summary-component-stat-yes_no-bar .survey-summary-component-stat-yes_no-bar-no {
  background-color: #c9302c;
}
survey-sentiment-summary-stat .survey-summary-component-stat-yes_no .survey-summary-component-stat-yes_no-bar .survey-summary-component-stat-yes_no-bar-disabled {
  background-color: #ccc;
  height: 34px;
}
survey-sentiment-summary-stat .survey-summary-component-stat-rating-text {
  color: #bbb;
  font-size: 60px;
  font-weight: 500;
  text-align: center;
}
survey-sentiment-summary-stat .survey-summary-component-stat-rating-text .star.material-icons {
  color: #ffd500;
  font-size: 60px;
  height: 74px;
}
survey-sentiment-summary-stat .yes-no-stat-label {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 500;
}
survey-sentiment-summary-stat .survey-summary-component-stat-emotion {
  padding: 10px 20px;
}
survey-sentiment-summary-stat .survey-summary-component-stat-emotion .survey-summary-component-stat-emotion-negative {
  fill: #c9302c;
}
survey-sentiment-summary-stat .survey-summary-component-stat-emotion .survey-summary-component-stat-emotion-neutral {
  fill: #777777;
}
survey-sentiment-summary-stat .survey-summary-component-stat-emotion .survey-summary-component-stat-emotion-positive {
  fill: #39b54a;
}
survey-sentiment-summary-stat .survey-summary-component-stat-emotion .survey-summary-component-stat-emotion-percentage {
  color: #333;
  font-size: 48px;
  margin-left: 20px;
}
survey-sentiment-summary-stat .survey-summary-component-stat-nps {
  padding: 5px 10px;
}
survey-sentiment-summary-stat .survey-summary-component-stat-nps .survey-summary-component-stat-nps-number {
  font-size: 48px;
  padding: 0 20px;
}
survey-sentiment-summary-stat .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar {
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  margin-bottom: 5px;
}
survey-sentiment-summary-stat .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-promoter,
survey-sentiment-summary-stat .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-neutral,
survey-sentiment-summary-stat .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-detractor {
  display: inline-block;
  padding: 5px 0;
  white-space: nowrap;
}
survey-sentiment-summary-stat .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-promoter *,
survey-sentiment-summary-stat .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-neutral *,
survey-sentiment-summary-stat .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-detractor * {
  vertical-align: middle;
}
survey-sentiment-summary-stat .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-promoter em,
survey-sentiment-summary-stat .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-neutral em,
survey-sentiment-summary-stat .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-detractor em {
  font-size: 16px;
  font-weight: 700;
  margin-left: 5px;
}
survey-sentiment-summary-stat .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-promoter {
  background-color: #39b54a;
}
survey-sentiment-summary-stat .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-neutral {
  background-color: #777;
}
survey-sentiment-summary-stat .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-detractor {
  background-color: #c9302c;
}
.ol-review-attribution-component .ol-select .ol-search-bar {
  margin: 0 10px 10px;
}
.ol-review-attribution-component .ol-select .ol-popover-content {
  min-width: 340px;
}
.ol-review-attribution-component .ol-select .ol-select-label,
.ol-review-attribution-component .ol-select .ol-select-caret md-icon {
  color: #777;
}
.ol-review-attribution-component .ol-select .ol-select-label {
  padding: 0;
}
.ol-review-attribution-component .ol-select .ol-select-label.is-disabled {
  cursor: default;
}
.ol-review-attribution-component .ol-select .ol-select-caret {
  height: 20px;
  width: 24px;
}
.ol-review-attribution-component .ol-select .attribution-label-icon {
  height: 13px;
  margin-right: 5px;
  margin-bottom: 3px;
}
.ol-review-attribution-component .review-attribution-detail {
  color: #777777;
  font-style: italic;
  margin-top: 5px;
}
review-reply {
  border-left: 5px #ccc solid;
  display: block;
  line-height: 1.3;
  margin-top: 10px;
  padding: 10px 0 12px 15px;
}
review-reply .review-reply-comment {
  margin: 0;
}
.modal review-reply .review-reply-modal p,
.modal review-reply .review-reply-modal span,
.modal review-reply .review-reply-modal textarea,
.modal review-reply .review-reply-modal .review-reply-modal-title {
  color: #333;
  font-size: 14px;
}
.modal review-reply .review-reply-modal .review-reply-modal-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
}
.modal review-reply .review-reply-modal md-input-container {
  margin-top: 10px;
  margin-bottom: -20px;
}
.connected-account-placeholder,
.connected-account-icon {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  margin-top: 18px;
}
.connected-account-placeholder {
  background: #bbb;
}
.create-survey-modal .survey-search-table {
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 -20px 20px;
  padding: 20px 0;
}
.create-survey-modal .survey-search-table .ol-search-bar {
  background-color: #fff;
}
.create-survey-modal .survey-search-table .survey-search-table-data {
  border: 1px solid #ccc;
  border-radius: 6px;
}
.create-survey-modal .survey-search-table .templates-table {
  margin: 0;
}
.create-survey-modal .survey-search-table .templates-table thead tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.create-survey-modal .survey-search-table .templates-table thead tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.create-survey-modal .survey-search-table .templates-table .col-radio {
  width: 10%;
}
.create-survey-modal .survey-search-table .templates-table .col-name {
  width: 40%;
}
.create-survey-modal .survey-search-table .templates-table .col-description {
  width: 50%;
}
.create-survey-modal .survey-search-table .templates-table-container {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #ccc;
  max-height: 172px;
}
.customize-message-modal ol-tag-selector md-input-container {
  margin-top: 10px;
}
.customize-message-modal ol-tag-selector md-input-container label {
  display: none;
}
.customize-message-modal ol-tag-selector md-input-container.md-input-focused md-select md-select-value span:not(.md-select-icon) {
  transform: none;
}
.customize-message-modal ol-tag-selector md-input-container md-select md-select-value span:not(.md-select-icon) {
  transform: none !important;
}
.customize-message-modal .custom-sms-message-box {
  margin: 20px 0;
  border: 1px solid #dedede;
  border-radius: 6px;
  min-height: 175px;
}
.customize-message-modal .custom-sms-message-box .custom-sms-message-text {
  border: none;
  border-radius: 6px;
  color: #333;
  font-weight: 400;
  margin: 0;
  min-height: 140px;
  height: auto;
  padding: 15px;
}
.customize-message-modal .custom-sms-message-box .custom-sms-message-text::placeholder {
  color: #bbb;
}
.customize-message-modal .custom-sms-message-box .custom-sms-message-text:focus {
  border: none;
  outline: 0;
}
.customize-message-modal .custom-sms-message-box .custom-sms-message-asset {
  max-width: 150px;
  max-height: 100%;
  padding: 10px 5px 10px 15px;
  position: relative;
  width: auto;
}
.customize-message-modal .custom-sms-message-box .custom-sms-message-asset__image {
  border-radius: 4px;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.customize-message-modal .custom-sms-message-box .custom-sms-message-asset__remove {
  position: absolute;
  top: 3px;
  left: 8px;
  border-radius: 50%;
  background-color: #999;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  color: white;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 101;
  outline: none;
}
.customize-message-modal .custom-sms-message-box .custom-sms-message-asset__remove:hover {
  background-color: #ff6138;
}
.customize-message-modal .custom-sms-message-box .custom-sms-message-asset__loading {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
  z-index: 100;
}
.customize-message-modal .custom-sms-message-box .custom-sms-message-asset__loading .ol-loader-icon {
  border-width: 3px;
  height: 30px;
  width: 30px;
}
.customize-message-modal .custom-sms-message-box__footer {
  padding: 0px 10px;
}
.customize-message-modal .custom-sms-message-box__footer-action-link {
  text-decoration: none;
}
.customize-message-modal .custom-sms-message-box__footer-action + .customize-message-modal .custom-sms-message-box__footer-actioncustom-sms-message-box__footer-action {
  margin-left: 10px;
}
.customize-message-modal .custom-sms-message-box__footer-icon,
.customize-message-modal .custom-sms-message-box__footer md-icon.custom-sms-message-box__footer-icon {
  font-size: 20px;
  height: 16px !important;
  line-height: 16px;
  margin: 0 !important;
  min-height: initial;
  min-width: initial;
  text-decoration: none;
  width: 20px !important;
}
@media (max-width: 991px) {
  .customize-message-modal .custom-sms-message-box__footer-icon,
  .customize-message-modal .custom-sms-message-box__footer md-icon.custom-sms-message-box__footer-icon {
    height: 16px;
    width: 20px;
  }
}
.custom-review-source-placeholder,
.custom-review-source-icon {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  margin-top: 18px;
}
.custom-review-source-placeholder {
  background: #bbb;
}
.review-details-modal .review-details {
  padding-left: 20px;
}
.review-details-modal .review-details .review-reviewer {
  font-size: 16px;
  font-weight: 500;
}
.review-details-modal .review-details .review-rating-container {
  margin-top: 5px;
}
.review-details-modal .review-details .review-rating-container .review-date {
  font-size: 14px;
  font-weight: 400;
}
.review-details-modal .review-details .review-rating-container .star-icon {
  height: 18px;
}
.review-details-modal .review-details .review-comment {
  font-size: 14px;
  margin-top: 10px;
}
.review-details-modal .review-source {
  width: 50px;
}
.review-details-modal__delete-icon {
  height: 35px;
  left: 20px;
  position: absolute;
  width: 29px;
}
.send-feedback-modal .sub-title-link {
  font-weight: 500;
  margin: 0;
}
.send-feedback-modal .sub-title-link a {
  line-height: 1;
}
@media (max-width: 599px) {
  .send-feedback-modal .modal-footer__button-last {
    margin-top: 15px;
  }
}
.no-competitors__icon {
  width: 250px;
}
.no-competitors__contact-us {
  font-size: 20px !important;
}
.no-competitors__title {
  color: #777 !important;
}
.competitor-report {
  width: 960px;
}
.competitor-card .ol-card__header,
.competitor-card .ol-card__body {
  padding: 0;
}
.competitor-card + .competitor-card {
  margin-left: 20px;
}
.competitor-account-stats__title {
  padding: 20px;
}
.competitor-account-stats__logo {
  height: 25px;
  width: 25px;
}
.competitor-account-stats__change-title {
  font-size: 12px;
  text-align: center;
}
.competitor-account-stats__details {
  padding: 15px 25px;
  height: 100px;
}
.competitor-account-stats__details-bar {
  margin-top: 10px;
  width: 100%;
}
.competitor-account-stats__details-reviews {
  width: 100%;
}
.competitor-account-stats__details-reviews-count {
  font-size: 13px;
  text-align: right;
}
.competitor-account-stats__details-rank {
  font-size: 25px;
  margin-right: 10px;
  font-weight: 700;
}
.competitor-account-stats__details-rank-2 {
  color: #555555;
}
.competitor-account-stats__details-rank-3 {
  color: #777;
}
.competitor-account-stats__details-rank-4,
.competitor-account-stats__details-rank-5,
.competitor-account-stats__details-rank-6 {
  color: #bbb;
}
.competitor-account-stats__details-name {
  font-size: 13px;
}
.competitor-account-stats__details-merchant-stat {
  border: 1px solid #3b99fc;
  background-color: #d2e7fe;
}
.competitor-account-stats__details-rating {
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
}
.competitor-account-stats__details-stars {
  margin-bottom: 5px;
}
.competitor-account-stats__details-stars .ol-star-ratings svg {
  width: 17px;
  height: 17px;
}
.competitor-account-stats__details-change-not-available {
  text-decoration: underline;
  text-decoration-style: dotted;
  font-size: 12px;
  cursor: default;
  color: #bbb;
}
.competitor-account-stats__details-change-icon {
  height: 14px;
  margin-right: 5px;
}
.competitor-account-stats__details-change-text {
  font-size: 12px;
}
.competitor-account-stats__details-change-text + .account-stats__details--change-text {
  margin-left: 5px;
}
.competitor-account-stats__details-change-positive {
  color: #39b54a;
}
.competitor-account-stats__details-change-negative {
  color: #c9302c;
}
.competitor-account-stats__details-no-change {
  font-size: 12px;
  color: #bbb;
  margin-right: 5px;
}
.reviewedge-dashboard .roi-placeholder {
  padding: 0 0 50px;
}
.reviewedge-dashboard .roi-placeholder h1 {
  color: #bbb;
  font-size: 40px;
}
.reviewedge-dashboard .roi-placeholder h2 {
  color: #bbb;
}
.reviewedge-dashboard .roi-placeholder img {
  height: 250px;
}
.reviewedge-dashboard .erp-page-layout-card_grid-content {
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 991px) {
  .reviewedge-dashboard .erp-page-layout-card_grid-content {
    width: 959px;
  }
}
.reviewedge-dashboard .ol-stats-card-header {
  padding-left: 0;
}
.reviewedge-dashboard .loading-container-recent-reviews {
  height: 730px;
}
.reviewedge-dashboard .loading-container-review-connected-account-stats {
  height: 100px;
}
.reviewedge-dashboard .loading-container-review-sentiment-stats {
  height: 240px;
}
.reviewedge-dashboard .loading-container-review-stats {
  height: 200px;
}
.reviewedge-dashboard .loading-container-roi-review-stats {
  height: 362px;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews {
  list-style: none;
  padding: 0;
  margin: 0 15px;
  text-align: left;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews > li {
  padding: 20px 0;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews > li + li {
  border-top: 1px solid #ccc;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-source {
  height: 30px;
  margin-top: 10px;
  margin-right: 15px;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-reviewer {
  font-size: 18px;
  font-weight: 500;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-rating-container {
  font-size: 14px;
  line-height: 12px;
  margin-top: 7px;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-rating-container img,
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-rating-container .ol-star-ratings-container {
  margin-right: 2px;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-rating-container .ol-star-ratings-container {
  display: inline;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-sentiment {
  height: 20px;
  vertical-align: middle;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .review-reviews-location {
  margin-left: 5px;
  vertical-align: text-bottom;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-respond {
  margin-left: 10px;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-date {
  margin-left: 5px;
  vertical-align: text-bottom;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-date a {
  font-size: 14px;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-comment {
  margin-top: 5px;
  margin-bottom: 0;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-view-all {
  text-align: center;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-item {
  line-height: 1.42857143;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-item-empty-title {
  background: #eeeeee;
  height: 20px;
  margin: 10px 0 15px 0;
  width: 30%;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-item-empty-text {
  background: #eeeeee;
  height: 15px;
  margin: 10px 0;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-item-empty-text:last-child {
  width: 60%;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-placeholder {
  margin: 100px auto;
  text-align: center;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .recent-reviews-placeholder md-icon {
  display: block;
  height: 150px;
  width: 150px;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-scale {
  font-size: 16px;
  font-weight: normal;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-social-detail {
  display: inline-block;
  vertical-align: middle;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-social-detail + .reviews-stat-social-detail {
  margin-left: 15px;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-social-detail > * {
  vertical-align: middle;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-social-detail.reviews-stat-social-detail-disabled img {
  filter: grayscale(100%);
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-social-detail.reviews-stat-social-detail-disabled a {
  font-size: 14px;
  font-style: normal;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-source {
  height: 20px;
  margin-right: 5px;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-source-primary {
  height: 30px;
  margin-right: 15px;
  margin-bottom: 5px;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .review-stat-placeholder {
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .review-stat-placeholder,
.reviewedge-dashboard .simple-reviewedge-dashboard .review-stat-placeholder > a {
  font-size: 14px;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-sentiment-positive {
  color: #333;
  padding: 15px;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-sentiment-positive .reviews-stat-sentiment-positive-label {
  font-weight: 500;
  text-align: left;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-sentiment-positive .reviews-stat-sentiment-positive-value {
  font-size: 48px;
  line-height: 48px;
  text-align: left;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-sentiment-positive .reviews-stat-sentiment-positive-face {
  color: #39b54a;
  height: 50px;
  width: 50px;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-sentiment-positive.disabled {
  color: #777;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-sentiment-positive.disabled .reviews-stat-sentiment-positive-face {
  color: #777;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-sentiment-title {
  background: #ddd;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  color: #333;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-review_triage .ol-stats-card-content {
  padding: 15px;
  text-align: left;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-review_triage .reviews-stat-review_triage-item {
  font-weight: 500;
}
.reviewedge-dashboard .simple-reviewedge-dashboard .reviews-stat-review_triage .reviews-stat-review_triage-item + .reviews-stat-review_triage-item {
  margin-top: 25px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviewedge-performance-container {
  min-width: 300px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviewedge-performance-header {
  color: #777;
  margin-bottom: 11px;
  margin-top: 11px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviewedge-performance-header img {
  height: 24px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviewedge-performance-header span {
  font-size: 16px;
  font-weight: 500;
  padding-left: 5px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .highlights-card h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .highlights-card h3 span {
  font-size: 14px;
  text-transform: uppercase;
  float: right;
  margin-top: 2px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .highlights-card h3,
.reviewedge-dashboard .roi-reviewedge-dashboard .highlights-card span {
  text-align: left;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .highlights-card img {
  height: 18px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .highlights-card ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .highlights-card ul li {
  padding: 0px 0px 12px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .highlights-card ul li .highlight-label {
  margin-left: 10px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .highlights-card ul li .highlight-label span {
  color: #eee;
  font-weight: 500;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .highlights-card ul li .highlight-label span b {
  font-size: 16px;
  color: #fff;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .highlights-card .ol-stats-card-content {
  padding: 15px 20px 5px;
  background-color: #48a45a;
  border: 1px solid #48a45a;
  min-width: 335px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card.empty-placeholder .ol-stats-card-content {
  min-height: 362px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card.empty-placeholder .ol-stats-card-content .ol-stats-card-empty-box {
  margin-top: 170px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 12px 0 15px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card ul + ul {
  border-top: 1px solid #ddd;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container {
  text-align: left;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .stat-icon {
  height: 30px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .stat-sm-icon {
  height: 20px;
  margin-right: 10px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .stat-title {
  margin-top: 5px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .stat-title .stat-connect-account {
  font-size: 14px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .stat-title .connected-account-name {
  font-weight: 500;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .stat-title .connected-account-locations .popover .popover-inner {
  white-space: pre-line;
  margin-top: -20px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .stat-title .connected-account-locations__text {
  font-weight: 500;
  font-size: 13px;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .stat-text {
  margin-left: 10px;
  font-size: 36px;
  font-weight: 500;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .stat-sm-text {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 2px;
  letter-spacing: 1px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .stat-label-text {
  font-size: 14px;
  font-weight: 500;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .change-icon {
  height: 18px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .change-container {
  margin-left: 5px;
  font-size: 13px;
  font-weight: 500;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .increase-text {
  font-weight: 700;
  color: #48a45a;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .decrease-text {
  font-weight: 700;
  color: #c04e4e;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .rating-text {
  font-size: 16px;
  font-weight: 500;
  vertical-align: text-bottom;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .rating-stars-container {
  margin: 0 5px 3px 5px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .rating-stars-container .rating-stars {
  margin: auto;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .rating-stars-container .rating-stars .ol-star-ratings svg {
  height: 14px;
  width: 14px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .rating-count {
  font-size: 14px;
  font-weight: 700;
  vertical-align: text-bottom;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .rating-review-text {
  font-size: 14px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .stat-container .before-review-edge-container .before-review-edge-text {
  font-weight: 500;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .reviews-card .ol-stats-card-content {
  padding: 0 20px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .ol-stats-card-content {
  min-height: 730px;
  position: relative;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .ol-stats-card-content .recent-reviews-footer {
  bottom: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 12px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .ol-stats-card-content .recent-reviews-footer a,
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .ol-stats-card-content .recent-reviews-footer span {
  font-size: 14px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .no-reviews-placeholder-container {
  height: 730px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .no-reviews-placeholder-container h1 {
  color: #bbb;
  font-size: 32px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .no-reviews-placeholder-container h2 {
  color: #bbb;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .no-reviews-placeholder-container img {
  height: 200px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .ol-stats-card-header-icon {
  height: 24px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews {
  list-style: none;
  padding: 0;
  margin: 20px 15px 40px;
  text-align: left;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews > li {
  padding: 0 0 25px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-source {
  height: 24px;
  margin-right: 15px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-link {
  margin-top: 5px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-link .widget-link {
  margin-left: -5px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-link .widget-link .widget-icon {
  height: 12px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-comment {
  margin-top: 5px;
  margin-bottom: 0;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-reviewer {
  font-size: 16px;
  font-weight: 500;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-rating-container {
  font-size: 14px;
  line-height: 12px;
  margin-top: 7px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-sentiment {
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-star-rating-container {
  margin-right: 8px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .review-reviews-location {
  vertical-align: text-bottom;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-respond {
  margin-left: 10px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-date {
  vertical-align: text-bottom;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-date a {
  font-size: 14px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-item {
  line-height: 1.42857143;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-item + .recent-reviews-item {
  border-top: 1px solid #cccccc;
  padding-top: 25px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-item-empty-img {
  background: #dddddd;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-item-empty-title {
  background: #dddddd;
  height: 12px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  width: 20%;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-item-empty-text,
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-item-empty-date {
  background: #eeeeee;
  height: 12px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-item-empty-date {
  margin-top: 3px;
  margin-left: 10px;
  width: 15%;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-item-empty-text {
  margin: 12px 0;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-item-empty-stars img {
  height: 19px;
  margin-right: 2px;
}
.reviewedge-dashboard .roi-reviewedge-dashboard .recent-reviews-card .recent-reviews .recent-reviews-item-empty-text:last-child {
  width: 50%;
}
.review-edge-locations table.ol-table .ol-table-header-label {
  font-size: 12px;
}
.review-edge-locations table.ol-table tbody td,
.review-edge-locations table.ol-table thead th {
  width: 100px;
}
.review-edge-locations table.ol-table tr:not(.is-selected):hover td {
  background: #ffffff;
}
.review-edge-locations table.ol-table td {
  padding: 10px 0px 10px 10px;
}
.review-edge-locations__empty-container {
  display: inline-block;
  min-width: 10px;
  min-height: 10px;
}
.review-edge-locations__icon {
  color: #ff6138;
  height: 10px;
  min-height: 10px;
  min-width: 10px;
  width: 10px;
}
.review-edge-locations__icon-container {
  display: inline;
  outline: none;
  padding-right: 10px;
}
.review-edge-locations__location-stats + .review-edge-locations__location-stats,
.review-edge-locations__location-stats + .review-edge-locations__disabled-location-stats {
  margin-top: 0px;
  border-top: 1px solid #ddd;
}
.review-edge-locations__nested-table {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.review-edge-locations__nested-table .review-edge-locations__icon-container {
  padding-left: 10px;
}
.review-edge-locations__nested-table-container {
  border-top: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
.review-edge-locations__padding-container {
  display: inline;
  padding: 0 10px;
}
.review-edge-locations__row:hover td {
  background: #f0f8ff !important;
}
.review-edge-locations .positive-delta {
  color: #39b54a;
}
.review-edge-locations .negative-delta {
  color: #c9302c;
}
.review-edge-locations .average-rating {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.review-edge-locations .all-locations-stats-row .ol-locations-table-connected-account-stats__count {
  font-size: 12px;
  font-weight: 500;
}
.review-edge-locations .average-rating-star {
  margin-left: 4px;
  min-width: 18px;
  min-height: 18px;
  vertical-align: baseline;
  width: 18px;
  height: 18px;
}
.survey-template-distribute .survey-template-distribute-link-container {
  max-width: 650px !important;
}
.survey-template-distribute .survey-template-distribute-social-icon {
  border-radius: 3px;
  display: block;
  margin: 10px 0 5px;
  padding: 7px 0;
  text-align: center;
}
.survey-template-distribute .survey-template-distribute-social-icon > md-icon {
  color: white;
  height: 18px;
  min-height: 18px;
}
.survey-template-distribute .survey-template-distribute-social-icon.facebook {
  background-color: #3b5998;
}
.survey-template-distribute .survey-template-distribute-social-icon.google {
  background-color: #df4b37;
}
.survey-template-distribute .survey-template-distribute-social-icon.linkedin {
  background-color: #0084bf;
}
.survey-template-distribute .survey-template-distribute-social-icon.twitter {
  background-color: #429cd6;
}
.survey-summary {
  padding-top: 20px;
  padding-bottom: 80px;
}
.survey-summary section {
  display: table;
  margin: auto;
  max-width: 985px;
  width: 100%;
}
.survey-summary .survey-summary-component-stat {
  background-color: white;
  border: 1px solid #bbb;
  border-radius: 6px;
  color: #333;
}
.survey-summary .survey-summary-component-stat + .survey-summary-component-stat {
  margin-top: 25px;
}
.survey-summary .survey-summary-component-stat-header {
  border-bottom: 1px solid #ccc;
  padding: 15px 20px 10px;
}
.survey-summary .survey-summary-component-stat-title {
  font-size: 16px;
  font-weight: 500;
}
.survey-summary .survey-summary-component-stat-header-details > * {
  font-weight: 500;
}
.survey-summary .survey-summary-component-stat-segmentation .survey-summary-component-stat-content {
  padding: 10px 20px;
}
.survey-summary .survey-summary-component-stat-segment {
  width: 100%;
}
.survey-summary .survey-summary-component-stat-segment-item td,
.survey-summary .survey-summary-component-stat-text-item td {
  padding-bottom: 10px;
  padding-top: 10px;
}
.survey-summary .survey-summary-component-stat-segment-item td + td,
.survey-summary .survey-summary-component-stat-text-item td + td {
  padding-left: 10px;
}
.survey-summary .survey-summary-component-stat-segment-item + .survey-summary-component-stat-segment-item,
.survey-summary .survey-summary-component-stat-text-item + .survey-summary-component-stat-segment-item,
.survey-summary .survey-summary-component-stat-segment-item + .survey-summary-component-stat-text-item,
.survey-summary .survey-summary-component-stat-text-item + .survey-summary-component-stat-text-item {
  border-top: 1px solid #ccc;
}
.survey-summary .survey-summary-component-stat-segment-item-progress {
  width: 40%;
}
.survey-summary .survey-summary-component-stat-segment-item-rate {
  font-weight: 500;
  text-align: right;
  width: 0.1%;
  white-space: nowrap;
}
.survey-summary .survey-summary-component-stat-segment-item-count {
  color: #777;
  text-align: right;
  width: 0.1%;
  white-space: nowrap;
}
.survey-summary .survey-summary-component-stat-text .survey-summary-component-stat-content {
  padding: 10px 20px;
}
.survey-summary .survey-summary-component-stat-text .survey-summary-component-stat-text-item {
  padding: 10px 0;
}
.survey-summary .survey-summary-component-stat-text .survey-summary-component-stat-text-item-text,
.survey-summary .survey-summary-component-stat-text .survey-summary-component-stat-text-item-link {
  font-size: 14px;
  vertical-align: middle;
}
.survey-summary .survey-summary-component-stat-text .survey-summary-component-stat-text-item-link {
  margin-left: 5px;
}
.survey-summary .survey-summary-component-stat-text .survey-summary-component-stat-text-item-date {
  color: #777;
  font-style: italic;
  text-align: right;
  width: 0.1%;
  white-space: nowrap;
}
.survey-summary .survey-summary-component-stat-yes_no .survey-summary-component-stat-content {
  padding: 20px;
}
.survey-summary .survey-summary-component-stat-yes_no .yes-no-stat-label {
  font-size: 20px;
  margin-top: 10px;
}
.survey-summary .survey-summary-component-stat-yes_no .survey-summary-component-stat-yes_no-bar {
  border-radius: 3px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 900;
  color: white;
  text-align: center;
  margin-bottom: 5px;
}
.survey-summary .survey-summary-component-stat-yes_no .survey-summary-component-stat-yes_no-bar .survey-summary-component-stat-yes_no-bar-yes,
.survey-summary .survey-summary-component-stat-yes_no .survey-summary-component-stat-yes_no-bar .survey-summary-component-stat-yes_no-bar-no {
  display: inline-block;
  padding: 5px 0;
  white-space: nowrap;
}
.survey-summary .survey-summary-component-stat-yes_no .survey-summary-component-stat-yes_no-bar .survey-summary-component-stat-yes_no-bar-yes {
  background-color: #39b54a;
}
.survey-summary .survey-summary-component-stat-yes_no .survey-summary-component-stat-yes_no-bar .survey-summary-component-stat-yes_no-bar-no {
  background-color: #c9302c;
}
.survey-summary .survey-summary-component-stat-emotion .survey-summary-component-stat-content {
  padding: 30px 20px;
}
.survey-summary .survey-summary-component-stat-emotion .survey-summary-component-stat-emotion-item {
  text-align: center;
}
.survey-summary .survey-summary-component-stat-emotion .survey-summary-component-stat-emotion-rate {
  color: #333;
  font-size: 40px;
  margin-left: 15px;
  vertical-align: middle;
}
.survey-summary .survey-summary-component-stat-emotion .survey-summary-component-stat-emotion-count {
  color: #777;
  font-size: 28px;
  margin-left: 15px;
  vertical-align: middle;
}
.survey-summary .survey-summary-component-stat-emotion .survey-summary-component-stat-emotion-icon {
  height: 75px;
  width: 75px;
}
.survey-summary .survey-summary-component-stat-emotion .survey-summary-component-stat-emotion-icon.negative {
  color: #c9302c;
}
.survey-summary .survey-summary-component-stat-emotion .survey-summary-component-stat-emotion-icon.neutral {
  color: #777;
}
.survey-summary .survey-summary-component-stat-emotion .survey-summary-component-stat-emotion-icon.positive {
  color: #39b54a;
}
.survey-summary .survey-summary-component-stat-nps .survey-summary-component-stat-content {
  padding: 10px 15px;
}
.survey-summary .survey-summary-component-stat-nps .survey-summary-component-stat-nps-number {
  font-size: 48px;
  padding: 0 25px;
}
.survey-summary .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar {
  border-radius: 5px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 900;
  color: white;
  text-align: center;
  margin-bottom: 5px;
}
.survey-summary .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-promoter,
.survey-summary .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-neutral,
.survey-summary .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-detractor {
  display: inline-block;
  padding: 5px 0;
  white-space: nowrap;
}
.survey-summary .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-promoter *,
.survey-summary .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-neutral *,
.survey-summary .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-detractor * {
  vertical-align: middle;
}
.survey-summary .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-promoter em,
.survey-summary .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-neutral em,
.survey-summary .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-detractor em {
  font-size: 16px;
  font-weight: 700;
  margin-left: 5px;
}
.survey-summary .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-promoter {
  background-color: #39b54a;
}
.survey-summary .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-neutral {
  background-color: #777;
}
.survey-summary .survey-summary-component-stat-nps .survey-summary-component-stat-nps-bar .survey-summary-component-stat-nps-bar-detractor {
  background-color: #c9302c;
}
.survey-summary .survey-summary-component-stat-rating .survey-summary-component-stat-content {
  padding: 10px 20px;
}
.survey-summary .survey-summary-component-stat-review_triage .survey-summary-component-stat-content {
  padding: 20px;
}
.survey-summary .survey-summary-component-stat-no-data {
  color: #777;
  font-size: 20px;
  font-weight: 500;
  padding: 25px 0;
  text-align: center;
}
.admin-survey-responses .ol-table-responsive-container {
  min-height: 350px;
}
.admin-survey-responses td.response {
  max-width: 300px;
  word-wrap: break-word;
}
.review_edge .ol-table-sort-arrow-container {
  margin-bottom: -5px;
}
.review_edge table.ol-table thead th > .ol-table-header.is-sortabled .ol-table-header-label {
  margin-bottom: 0;
}
.review-edge-analytics-content {
  min-width: 900px;
}
.review-edge-requests .col-sm-6 {
  margin-bottom: 20px;
}
.review-edge-requests .review-edge-images {
  max-width: 100%;
}
.review-edge-requests .reviewedge-details-plan {
  text-align: right;
}
.review-edge-requests .reviewedge-details,
.review-edge-requests .reviewedge-details-plan {
  margin-bottom: 20px;
}
.review-edge-requests .reviewedge-details h5,
.review-edge-requests .reviewedge-details-plan h5 {
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .review-edge-requests .reviewedge-details,
  .review-edge-requests .reviewedge-details-plan {
    text-align: center;
  }
}
.review-edge-requests th.border-right {
  border-right: 1px solid #ddd !important;
}
.review-edge-requests h4 {
  color: #777;
}
.consent-img-container {
  margin-left: 5px;
  display: inline;
}
.consent-img-container img {
  width: 15px;
}
.reviews-header {
  margin-bottom: 10px;
  line-height: 30px;
}
.reviews-header.row,
.reviews-header .row {
  margin-left: 0;
  margin-right: 0;
}
.reviews-header.row [class*="col"],
.reviews-header .row [class*="col"] {
  padding: 0;
}
@media (max-width: 767px) {
  .reviews-header.row [class*="col"],
  .reviews-header .row [class*="col"] {
    text-align: center;
  }
}
.reviews-count {
  float: left;
}
@media (max-width: 767px) {
  .reviews-count {
    line-height: 1.5;
  }
}
.reviews-summary {
  float: left;
  margin-left: 30px;
}
.reviews-summary ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.reviews-summary ul li {
  display: inline-block;
}
.reviews-summary-percent {
  margin-right: 15px;
}
.reviews-summary-percent img {
  margin-right: 5px;
}
.reviews-filter {
  float: right;
}
.reviews-filter select {
  display: inline-block;
  width: auto;
  margin: 0 0 0 5px;
}
@media (max-width: 991px) {
  .reviews-filter {
    width: 100%;
    margin: 0;
  }
  .reviews-filter select {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .reviews-filter {
    margin: 20px 0;
  }
  .reviews-filter select {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .reviews-count,
  .reviews-summary,
  .reviews-filter {
    float: none;
  }
}
.reviews-table-col-sentiment {
  padding-right: 30px !important;
  text-align: center;
}
.reviews-table-col-sentiment img {
  height: 20px;
}
.reviews-table-col-actions > a {
  display: block;
  outline: 0;
}
.reviews-table-col-source {
  text-align: center;
}
.reviews-table-col-source img {
  height: 25px;
}
.reviews-table-col-comment {
  width: 40%;
}
.admin.review_edge.analytics .chart {
  height: 230px;
}
.review-detail-modal .modal-dialog {
  width: 680px;
}
.review-detail-modal h3 {
  margin: 5px 0;
}
.review-detail-modal .input-text {
  margin-bottom: 10px;
}
.review-detail-modal .consent-container img {
  margin-right: 5px;
  width: 15px;
}
.review-detail-modal .consent-container span {
  vertical-align: middle;
}
.review-detail-modal [disabled] {
  cursor: auto !important;
}
.reviews-table-container {
  overflow-x: visible;
}
.review-attribution-filter .option a,
.review-attribution-filter .option div {
  padding: 4px 15px;
}
.review-attribution-filter .ol-popover-panel {
  max-height: 310px;
}
.review-attribution-filter .ol-popover-content {
  min-width: 340px;
}
.review-attribution-filter .ol-filter-dropdown-label {
  min-width: 100px;
  white-space: pre;
}
.margin-mobile-side-0 .ol-filter-dropdown {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 960px) {
  .margin-mobile-side-0 + .margin-mobile-side-0 .ol-filter-dropdown {
    margin-left: 8px;
    margin-right: 0;
  }
}
.ol-table-responsive-container.leaderboard {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 6px;
}
.ol-table-responsive-container.leaderboard table {
  background-color: #fff;
  border-radius: 6px;
  border-collapse: separate;
  margin: 0;
  padding: 5px 5px 10px 10px;
}
.ol-table-responsive-container.leaderboard thead {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.ol-table-responsive-container.leaderboard thead tr:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.ol-table-responsive-container.leaderboard thead tr:first-child th {
  color: #777;
  font-size: 16px;
  padding-bottom: 10px;
}
.ol-table-responsive-container.leaderboard thead tr:first-child th:first-child {
  border-top-left-radius: 6px;
}
.ol-table-responsive-container.leaderboard thead tr:first-child th:last-child {
  border-top-right-radius: 6px;
}
.ol-table-responsive-container.leaderboard thead th {
  background-color: transparent;
  font-size: 14px;
}
.ol-table-responsive-container.leaderboard thead th.grouped-th {
  background-color: #f0f8ff;
}
.ol-table-responsive-container.leaderboard thead th.grouped-th.start {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ol-table-responsive-container.leaderboard thead th.grouped-th.end {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ol-table-responsive-container.leaderboard thead .ol-table-header {
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
}
.ol-table-responsive-container.leaderboard tbody tr:nth-child(2) td {
  border: none;
}
.ol-table-responsive-container.leaderboard tbody tr:not(.is-selected):hover td.final-cell,
.ol-table-responsive-container.leaderboard tbody tr:not(.is-selected):hover td.spacing-row {
  background-color: #fff;
}
.ol-table-responsive-container.leaderboard tbody tr td.spacing-row {
  height: 0;
  padding: 3px;
}
.ol-table-responsive-container.leaderboard tbody tr td:last-child {
  border: none;
}
.ol-table-responsive-container.leaderboard tbody tr:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ol-table-responsive-container.leaderboard tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.ol-table-responsive-container.leaderboard tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.ol-table-responsive-container.leaderboard th.spacing-cells,
.ol-table-responsive-container.leaderboard td.spacing-cells {
  padding: 5px;
}
.competitors-form {
  width: 900px;
}
.competitors-card .ol-card__header,
.competitors-card .ol-card__body {
  padding: 0;
}
.competitors-card__body {
  display: table;
  table-layout: fixed;
  padding: 0;
  width: 100%;
}
.competitors-account {
  display: table-cell;
  padding: 20px;
  width: 50%;
}
.competitors-account__details {
  margin: 30px 0;
}
.competitors-account__details-icon-trash {
  margin-right: 3px;
  outline: none;
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  color: #bbb;
}
.competitors-account__details-identifier {
  font-size: 12px;
  font-weight: 400;
}
.competitors-account__details-identifier-container {
  word-break: break-word;
}
.competitors-account__details-name {
  font-weight: 500;
  font-size: 14px;
}
.competitors-account__input {
  margin: 30px 0;
}
.competitors-account__input-label {
  pointer-events: auto !important;
}
.competitors-account__input-icon-trash {
  outline: none;
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  color: #bbb;
}
.competitors-account__disconnected {
  text-align: center;
  vertical-align: middle;
}
.competitors-account__logo {
  height: 30px;
}
.competitors-account__logo--disconnected {
  height: 60px;
}
.competitors-account + .competitors-account {
  border-left: 1px solid #bbb;
}
.scheduled-requests__error--container {
  display: inline-block;
}
.scheduled-requests__error--icon {
  color: #c9302c;
  margin-right: 5px;
  cursor: default;
}
.scheduled-requests__error--message {
  color: #c9302c;
  text-decoration: underline;
  text-decoration-style: dotted;
  outline: none;
}
.scheduled-requests__select-button .ol-popover-content {
  width: 225px;
}
.survey-template-build-container {
  margin: 35px auto 50px auto;
  max-width: 900px;
}
.survey-template-component-item-container {
  border: none;
  background: none;
  padding: 0;
}
.survey-template-component-item-container + .survey-template-component-item-container,
.survey-template-component-drop-placeholder + .survey-template-component-item-container,
.survey-template-component-item-container + .survey-template-component-add,
.survey-template-component-drop-placeholder + .survey-template-component-add,
.survey-template-component-item-container + .survey-template-component-drop-placeholder,
.survey-template-component-drop-placeholder + .survey-template-component-drop-placeholder {
  margin-top: 15px;
}
.survey-template-component-item {
  background-color: white;
  border-radius: 5px;
  border: 2px solid transparent;
  cursor: pointer;
  list-style: none;
  min-height: 42px;
  outline: 0;
}
.survey-template-component-item:hover .survey-template-component-actions {
  visibility: visible;
}
.survey-template-component-item .survey-template-component-index {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
  width: 45px;
}
.survey-template-component-item .survey-template-component-icon {
  height: 20px;
  margin-left: 10px;
}
.survey-template-component-item .survey-template-component-label {
  margin-left: 10px;
  padding: 5px;
  font-weight: 500;
}
.survey-template-component-item .survey-template-component-label-question,
.survey-template-component-item .survey-template-component-label-sentiment-question {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.survey-template-component-item .survey-template-component-label-detail {
  color: #777;
  font-size: 14px;
}
.survey-template-component-item .survey-template-component-label-detail .popover-icon-help {
  margin-left: 5px;
}
.survey-template-component-item .survey-template-component-actions {
  padding: 0 15px;
  visibility: hidden;
}
.survey-template-component-item .survey-template-component-action {
  opacity: 0.7;
  outline: 0;
  padding: 10px 5px;
  width: 28px;
}
.survey-template-component-item .survey-template-component-action:hover {
  opacity: 1;
}
.survey-template-component-item .survey-template-component-action + .survey-template-component-action {
  margin-left: 10px;
}
.survey-template-component-item-from,
.survey-template-component-item-to {
  background-color: white;
  display: table;
  margin: auto;
  min-width: 250px;
  padding: 2px 10px;
  text-align: center;
}
.survey-template-component-item-from {
  border: 2px solid transparent;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.survey-template-component-item-to {
  border: 2px solid transparent;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
}
.survey-template-component-add {
  border: 2px dashed transparent;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  padding: 10px 0;
  text-align: center;
}
.survey-template-component-item-section + .survey-template-component-item-section {
  margin-top: 25px;
}
.survey-template-component-item-intro .survey-template-component-add,
.survey-template-component-item-intro .survey-template-component-item {
  border-color: #ff6138;
}
.survey-template-component-item-intro .survey-template-component-add {
  color: #ff6138;
}
.survey-template-component-item-intro .survey-template-component-add:hover {
  background-color: #ff896b;
  border: 2px solid #ff896b;
  color: white;
}
.survey-template-component-item-intro .survey-template-component-index {
  background-color: #ffefec;
  border-right: 2px solid #ff6138;
}
.survey-template-component-item-question .survey-template-component-add,
.survey-template-component-item-question .survey-template-component-item {
  border-color: #bbb;
}
.survey-template-component-item-question .survey-template-component-add {
  background-color: #f1f1f1;
  color: #bbb;
  line-height: 150px;
}
.survey-template-component-item-question .survey-template-component-add:hover {
  background-color: transparent;
}
.survey-template-component-item-question .survey-template-component-item-container + .survey-template-component-add {
  line-height: inherit;
}
.survey-template-component-item-question .survey-template-component-index {
  background-color: #f1f1f1;
  border-right: 2px solid #bbb;
}
.survey-template-component-item-question .survey-template-component-item-from,
.survey-template-component-item-question .survey-template-component-item-to {
  border-color: #bbb;
  background-color: #f1f1f1;
}
.survey-template-component-item-review_triage .survey-template-component-add,
.survey-template-component-item-review_triage .survey-template-component-item {
  border-color: #3b99fc;
}
.survey-template-component-item-review_triage .survey-template-component-add {
  color: #3b99fc;
}
.survey-template-component-item-review_triage .survey-template-component-add:hover {
  background-color: #6db3fd;
  border: 2px solid #6db3fd;
  color: white;
}
.survey-template-component-item-review_triage .survey-template-component-index {
  background-color: #c4e0fc;
  border-right: 2px solid #3b99fc;
}
.survey-template-component-item-review_triage .survey-template-component-item-from,
.survey-template-component-item-review_triage .survey-template-component-item-to {
  border-color: #3b99fc;
  background-color: #c4e0fc;
}
.survey-template-component-item-exit .survey-template-component-add,
.survey-template-component-item-exit .survey-template-component-item {
  border-color: #27b99b;
}
.survey-template-component-item-exit .survey-template-component-add {
  color: #27b99b;
}
.survey-template-component-item-exit .survey-template-component-add:hover {
  background-color: #3dd6b7;
  border: 2px solid #3dd6b7;
  color: white;
}
.survey-template-component-item-exit .survey-template-component-index {
  background-color: #beeae1;
  border-right: 2px solid #27b99b;
}
.survey-template-component-item-exit .survey-template-component-item-from,
.survey-template-component-item-exit .survey-template-component-item-to {
  border-color: #27b99b;
  background-color: #beeae1;
}
.survey-template-component-drop-placeholder {
  background-color: #f1f1f1;
  border: 2px dashed #bbb;
  border-radius: 5px;
}
.add-question-modal .question-type {
  display: inline-block;
  outline: 0;
  padding: 25px;
  width: 33%;
}
.add-question-modal .question-type-label {
  color: #333;
  font-weight: 700;
  margin-top: 10px;
}
.add-question-modal .question-type-icon {
  width: 30px;
}
.edit-intro-component-modal .modal-dialog {
  width: 700px;
}
.edit-exit-component-modal .modal-dialog {
  width: 650px;
}
.edit-yes-no-component-modal .modal-dialog {
  width: 650px;
}
.edit-multi-choice-component-modal .multi-choice-option-item-add {
  border: 2px dashed #bbb;
  border-radius: 5px;
  color: #bbb;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  margin-bottom: 24px;
  padding: 10px 0;
  text-align: center;
}
.edit-multi-choice-component-modal .multi-choice-option-drop-placeholder {
  background-color: #f1f1f1;
  border: 2px dashed #bbb;
  border-radius: 5px;
}
.multi-choice-option-item {
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 5px 10px;
}
.multi-choice-option-item .multi-choice-option-item-input md-input-container {
  margin: 0;
}
.multi-choice-option-item .multi-choice-option-item-input .md-errors-spacer {
  display: none;
}
.multi-choice-option-item .multi-choice-option-item-actions {
  margin-left: 10px;
}
.multi-choice-option-item .multi-choice-option-item-action {
  opacity: 0.7;
  outline: 0;
  padding: 5px;
  width: 28px;
}
.multi-choice-option-item .multi-choice-option-item-action:hover {
  opacity: 1;
}
.multi-choice-option-item .multi-choice-option-item-action + .multi-choice-option-item-action {
  margin-left: 10px;
}
.multi-choice-option-item + .multi-choice-option-item-add,
.multi-choice-option-item + .multi-choice-option-item {
  margin-top: 10px;
}
.review-triage-provider-item {
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 5px 10px;
}
.review-triage-provider-item__account-link {
  word-break: break-word;
}
.review-triage-provider-item__help-info-divider {
  margin: 30px 0;
}
.review-triage-provider-item .review-triage-provider-item-expand-header {
  outline: 0;
}
.review-triage-provider-item .review-triage-provider-item-expand-icon {
  color: #ff6138;
  height: 20px;
  min-height: auto;
  min-width: auto;
  margin-right: 5px;
  width: 20px;
}
.review-triage-provider-item .review-triage-provider-item-expand-content {
  padding: 5px 0 5px 25px;
}
.review-triage-provider-item .review-triage-provider-item-expand-content md-input-container .md-errors-spacer {
  display: none;
}
.review-triage-provider-item .review-triage-provider-item-name {
  font-size: 16px;
}
.review-triage-provider-item .review-triage-provider-item-icon {
  padding: 3px 0;
  margin-right: 10px;
  width: 30px;
}
.review-triage-provider-item .review-triage-provider-item-enabled {
  padding: 0 5px;
}
.review-triage-provider-item .review-triage-provider-item-enabled md-checkbox {
  margin: 0;
}
.review-triage-provider-item .review-triage-provider-item-actions {
  margin-left: 10px;
}
.review-triage-provider-item .review-triage-provider-item-action {
  opacity: 0.7;
  outline: 0;
  padding: 0;
  width: 18px;
}
.review-triage-provider-item .review-triage-provider-item-action:hover {
  opacity: 1;
}
.review-triage-provider-item.is-disabled .review-triage-provider-item-icon {
  filter: grayscale(100%);
}
.review-triage-provider-item.is-disabled .review-triage-provider-item-name {
  color: #666;
}
.review-triage-provider-item.is-disabled md-checkbox:not(.md-checked) .md-icon {
  border-color: #999;
}
.review-triage-provider-item.is-disabled md-checkbox:not(.md-checked) .md-label {
  color: #666;
}
.review-triage-provider-item + .review-triage-provider-item {
  margin-top: 10px;
}
.review-triage-provider-item-drop-placeholder {
  background-color: #f1f1f1;
  border: 2px dashed #bbb;
  border-radius: 5px;
}
.edit-logic-jump-modal .modal-dialog {
  width: 950px;
}
.logic-jump-rule-item-add {
  border: 2px dashed #bbb;
  border-radius: 5px;
  color: #bbb;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 8px;
  outline: 0;
  padding: 10px 0;
  text-align: center;
}
.logic-jump-rule-item,
.logic-jump-rule-item-add-default {
  border: 1px solid #999;
  border-radius: 5px;
  overflow: hidden;
  margin: 8px;
  padding: 0;
}
.logic-jump-rule-item {
  margin-bottom: 10px;
  padding-bottom: 35px;
}
.logic-jump-rule-item hr {
  margin: 15px 0 25px;
}
.logic-jump-rule-item .logic-jump-rule-item-title {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding: 10px 20px 5px;
}
.logic-jump-rule-item .logic-jump-rule-item-actions {
  background-color: #f1f1f1;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom-left-radius: 5px;
  padding: 10px 15px;
}
.logic-jump-rule-item .logic-jump-rule-item-action {
  opacity: 0.7;
  outline: 0;
  padding: 0;
  width: 18px;
}
.logic-jump-rule-item .logic-jump-rule-item-action:hover {
  opacity: 1;
}
.logic-jump-rule-item .logic-jump-rule-item-action + .logic-jump-rule-item-action {
  margin-left: 10px;
}
.logic-jump-condition-item {
  border: none;
  height: 80px;
  margin: 0 20px;
  padding: 0;
}
.logic-jump-condition-item:last-child {
  margin-bottom: 5px;
}
.logic-jump-condition-item .logic-jump-condition-item-operator .logic-jump-condition-item-operator-label {
  text-align: right;
  padding-right: 10px;
}
.logic-jump-condition-item .logic-jump-condition-item-operator .logic-jump-condition-item-operator-label > strong {
  display: inline-block;
  margin-top: 33px;
}
.logic-jump-condition-item .logic-jump-condition-item-actions {
  margin-top: 30px;
  padding-left: 10px;
}
.logic-jump-condition-item .logic-jump-condition-item-action {
  opacity: 0.7;
  outline: 0;
  padding: 0;
  width: 18px;
}
.logic-jump-condition-item .logic-jump-condition-item-action:hover {
  opacity: 1;
}
.logic-jump-condition-item .logic-jump-condition-item-action + .logic-jump-condition-item-action {
  margin-left: 10px;
}
.logic-jump-goto {
  margin: 0 20px;
}
.logic-jump-goto .goto-label {
  margin-top: 2px;
  padding-right: 10px;
  text-align: right;
}
.logic-jump-goto .review-triage-label {
  margin-left: 20px;
  margin-right: 10px;
  text-align: right;
}
.logic-jump-goto md-input-container {
  display: inline-block;
  margin: 0;
}
.logic-jump-goto md-select {
  margin: 0;
}
.logic-jump-drop-placeholder {
  background-color: #f1f1f1;
  border: 2px dashed #bbb;
  border-radius: 5px;
}
.logic-jump-rule-item-add-default {
  margin-top: 10px;
  padding: 10px 0 15px;
}
.survey-meta-image {
  width: 130px;
  padding-bottom: 10px;
}
.custom-review {
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #bbb;
}
.custom-review__source-placeholder,
.custom-review__source-icon {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  margin-right: 10px;
}
.custom-review__source-placeholder {
  background: #bbb;
}
.custom-review__date {
  color: #999;
  font-size: 13px;
}
.custom-review__name {
  font-size: 17px;
  font-weight: 500;
}
.custom-review__comment {
  font-style: italic;
  font-weight: 400;
}
.custom-review__url {
  font-size: 13px;
}
.reviewedge-widget-code {
  cursor: auto;
}
.review_edge.settings .review-edge-image {
  height: 200px;
  width: 130px;
  padding-bottom: 10px;
}
.review_edge.settings .review_edge-provider-icon {
  height: 24px;
  padding: 0 5px;
}
.download-image-link {
  font-size: 10px !important;
  float: right;
  position: absolute;
  top: -16px;
}
.modal-review-edge-image {
  width: 375px;
  height: 500px;
}
.review-edge-email-content {
  min-height: 300px !important;
}
.reviewedge-connect-account-admin {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.reviewedge-connected-account-containers .reviewedge-connected-account {
  margin-bottom: 20px;
}
@media (min-width: 959px) {
  .reviewedge-connected-account-containers .reviewedge-connected-account:nth-child(odd) .reviewedge-connected-account-content {
    margin-right: 10px;
  }
  .reviewedge-connected-account-containers .reviewedge-connected-account:nth-child(even) .reviewedge-connected-account-content {
    margin-left: 10px;
  }
}
.reviewedge-connected-account-containers .reviewedge-connected-account .reviewedge-connected-account-content {
  border: 1px solid #bbb;
  border-radius: 6px;
  height: 100%;
  width: 100%;
}
.reviewedge-connected-account-containers .reviewedge-connected-account .reviewedge-connected-account-status-content {
  padding: 10px;
  min-height: 90px;
}
.reviewedge-connected-account-containers .reviewedge-connected-account .reviewedge-connected-account-edit {
  border-top: 1px solid #bbb;
  background-color: #eee;
  padding: 10px;
}
.reviewedge-connected-account-containers .reviewedge-connected-account .reviewedge-connected-account-edit__text {
  font-weight: 400;
}
.reviewedge-connected-account-containers .reviewedge-connected-account .reviewedge-connected-account-edit:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.reviewedge-connected-account-containers .reviewedge-connected-account .reviewedge-connected-account-logo {
  height: 50px;
  margin-right: 10px;
  width: 50px;
}
.reviewedge-connected-account-containers .reviewedge-connected-account .reviewedge-connected-account-status {
  font-size: 16px;
}
.reviewedge-connected-account-containers .reviewedge-connected-account .reviewedge-connected-account-disconnect {
  display: inline-block;
}
.reviewedge-connected-account-containers .reviewedge-connected-account .reviewedge-connected-account-disconnect,
.reviewedge-connected-account-containers .reviewedge-connected-account .reviewedge-connected-account-disconnect a {
  font-size: 14px;
}
.reviewedge-connected-account-containers .reviewedge-connected-account p.text-error {
  color: #c9302c;
  margin: 10px 0 0;
  text-align: center;
}
.reviewedge-connected-account-containers .reviewedge-connected-account p.text-error,
.reviewedge-connected-account-containers .reviewedge-connected-account p.text-error a {
  font-size: 14px;
}
.reviewedge-account-location-modal .modal-dialog {
  width: 450px;
}
.reviewedge-account-location-modal .ol-search-bar {
  margin: 0 auto 10px auto;
  width: auto;
}
.reviewedge-account-location-modal .locations-container {
  background: none;
  max-height: 400px;
  padding-top: 5px;
}
.reviewedge-account-location-modal .location-address {
  color: #777;
  font-size: 14px;
}
.reviewedge-account-location-modal .location-error {
  color: #c9302c;
  font-size: 14px;
}
.reviewedge-account-location-modal .location-error a {
  font-size: 14px;
}
.client-notifications .client-notifications__add-reminder-link {
  align-self: center;
}
.client-notifications .client-notifications__divider {
  background-color: #ddd;
  border: none;
  height: 1px;
  margin: 30px 0;
}
.client-notifications .client-notifications__preview-icon {
  margin: 0;
  outline: none;
}
.client-notifications .client-notifications__reminder-notice-header {
  font-weight: 500;
  margin-top: 20px;
}
.client-notifications .client-notifications__sms-disabled-header {
  padding: 20px 0;
}
.client-notifications .client-notifications__sms-input-container {
  margin-top: 0;
  padding-right: 10px;
}
.client-notifications .client-notifications__sub-header {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0;
  text-transform: none;
}
.client-notifications .client-notifications__sub-header--disabled {
  font-size: 14px;
  font-weight: 500;
}
.client-notifications .client-notifications__text-editor {
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 0px;
  margin-top: 35px;
  min-height: 150px;
}
.client-notifications .client-notifications__text-message-info {
  font-size: 12px;
  font-weight: 500;
  height: 17px;
  margin-top: 5px;
  text-align: right;
}
.client-notifications .client-notifications__time-container {
  height: 60px;
}
.client-notifications__notice-input-container {
  margin-left: 25px;
}
.client-notifications__reminder-container {
  margin-left: 25px;
}
.client-notifications__reminder-container:first-child {
  margin-top: 0;
}
.client-notifications__reminder-section {
  margin-top: 30px;
}
.client-notifications__reminder-section:first-child {
  margin-top: 0;
}
.client-notifications .ol-expand-collapse-container-main-header-text {
  color: #777;
  text-transform: capitalize;
}
ol-booking-group .booking-group__component-expand-container-icon {
  color: #F15F4B;
  margin-top: 7px;
}
ol-booking-group .booking-group__component-icon {
  cursor: pointer;
  height: 14px;
  margin-left: 10px;
  outline: none;
}
ol-booking-group .booking-group__component-item {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #DDD;
  color: #777;
  list-style: none;
  min-height: 70px;
  outline: none;
  padding: 22px;
}
ol-booking-group .booking-group__component-item-container {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
ol-booking-group .booking-group__component-item-container + ol-booking-group .booking-group__component-item-container,
ol-booking-group .booking-group__component-item-container + ol-booking-group .booking-group__component-add-question,
ol-booking-group .booking-group__component-item-section + ol-booking-group .booking-group__component-item-section {
  margin-top: 30px;
}
ol-booking-group .booking-group__component-label {
  font-weight: 500;
  margin-left: 10px;
  padding: 5px;
}
ol-booking-group .booking-group__component-more-actions {
  margin-right: 20px;
  height: 32px;
}
ol-booking-group .booking-group__component-title {
  font-size: 20px;
  font-weight: 500;
  margin-left: 12px;
}
ol-booking-group .booking-group__component-tooltip {
  margin-bottom: 0;
  margin-left: 10px;
}
ol-booking-group .booking-group__container {
  margin: 0 auto 10px auto;
  max-width: 900px;
}
ol-booking-group .booking-group__service-drop-placeholder {
  background-color: #f8b3aa;
  border-radius: 5px;
  border: 2px dashed #F15F4B;
  margin: 10px -22px;
}
ol-booking-group .booking-group__service-drop-placeholder .booking-service__container {
  margin: 10px 20px;
}
ol-booking-service .booking-service__component-actions {
  margin-right: 20px;
}
ol-booking-service .booking-service__component-icon {
  height: 14px;
  margin-left: 10px;
}
ol-booking-service .booking-service__component-item {
  background-color: white;
  border-radius: 5px;
  border: 2px solid #ff6138;
  color: #ff6138;
  cursor: default;
  list-style: none;
  min-height: 42px;
  outline: none;
  padding: 10px 0 10px 10px;
}
ol-booking-service .booking-service__component-item-container {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
ol-booking-service .booking-service__component-label {
  font-weight: 500;
  margin-left: 10px;
  padding: 5px;
}
ol-booking-service .booking-service__component-label-detail {
  color: #4F4F4F;
  font-size: 12px;
  font-weight: 500;
}
ol-booking-service .booking-service__container {
  margin: 20px auto 10px auto;
  max-width: 900px;
}
.ol-event-assignee-select__image {
  height: 18px;
  margin-right: 13px;
  width: 18px;
}
.ol-event-calendar__all-day-container {
  border-bottom: 2px solid #bbb;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.ol-event-calendar__all-day-event {
  border-left-style: solid;
  border-left-width: 4px;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  padding: 6px 13px;
}
.ol-event-calendar__all-day-event-container + .ol-event-calendar__all-day-event-container {
  margin-top: 2px;
}
.ol-event-calendar__all-day-event.ol-event-calendar__event--theme-blue,
.ol-event-calendar__day-view-event.ol-event-calendar__event--theme-blue,
.ol-event-calendar__staff-view-assignee-event.ol-event-calendar__event--theme-blue {
  background-color: rgba(59, 153, 252, 0.25);
  border-left-color: #3b99fc;
}
.ol-event-calendar__all-day-event.ol-event-calendar__event--theme-grey,
.ol-event-calendar__day-view-event.ol-event-calendar__event--theme-grey,
.ol-event-calendar__staff-view-assignee-event.ol-event-calendar__event--theme-grey {
  background-color: rgba(221, 221, 221, 0.25);
  border-left-color: #dddddd;
}
.ol-event-calendar__all-day-event.ol-event-calendar__event--theme-purple,
.ol-event-calendar__day-view-event.ol-event-calendar__event--theme-purple,
.ol-event-calendar__staff-view-assignee-event.ol-event-calendar__event--theme-purple {
  background-color: rgba(166, 77, 121, 0.25);
  border-left-color: #A64D79;
}
.ol-event-calendar__all-day-event.ol-event-calendar__event--theme-yellow,
.ol-event-calendar__day-view-event.ol-event-calendar__event--theme-yellow,
.ol-event-calendar__staff-view-assignee-event.ol-event-calendar__event--theme-yellow {
  background-color: rgba(255, 147, 47, 0.25);
  border-left-color: #ff932f;
}
.ol-event-calendar__all-day-event.ol-event-calendar__google-event--accepted,
.ol-event-calendar__day-view-event.ol-event-calendar__google-event--accepted,
.ol-event-calendar__staff-view-assignee-event.ol-event-calendar__google-event--accepted,
.ol-event-calendar__all-day-event.ol-event-calendar__google-event--confirmed,
.ol-event-calendar__day-view-event.ol-event-calendar__google-event--confirmed,
.ol-event-calendar__staff-view-assignee-event.ol-event-calendar__google-event--confirmed,
.ol-event-calendar__all-day-event.ol-event-calendar__google-event--pending,
.ol-event-calendar__day-view-event.ol-event-calendar__google-event--pending,
.ol-event-calendar__staff-view-assignee-event.ol-event-calendar__google-event--pending {
  background-color: rgba(15, 157, 88, 0.25);
  border-left-color: rgba(15, 157, 88);
}
.ol-event-calendar__all-day-event.ol-event-calendar__google-event--tentative,
.ol-event-calendar__day-view-event.ol-event-calendar__google-event--tentative,
.ol-event-calendar__staff-view-assignee-event.ol-event-calendar__google-event--tentative {
  background-color: rgba(15, 157, 88, 0.25);
  background-image: linear-gradient(135deg, transparent, transparent 40%, rgba(15, 157, 88) 40%, rgba(15, 157, 88) 50%, transparent 46%, transparent 90%, rgba(15, 157, 88) 90%, rgba(15, 157, 88));
  background-size: 6px 6px;
  border-left-color: rgba(15, 157, 88);
}
.ol-event-calendar__all-day-event.ol-event-calendar__google-event--declined,
.ol-event-calendar__day-view-event.ol-event-calendar__google-event--declined,
.ol-event-calendar__staff-view-assignee-event.ol-event-calendar__google-event--declined,
.ol-event-calendar__all-day-event.ol-event-calendar__google-event--needs_action,
.ol-event-calendar__day-view-event.ol-event-calendar__google-event--needs_action,
.ol-event-calendar__staff-view-assignee-event.ol-event-calendar__google-event--needs_action {
  background-color: transparent;
  border-bottom: 1px solid rgba(15, 157, 88);
  border-left-color: rgba(15, 157, 88);
  border-right: 1px solid rgba(15, 157, 88);
  border-top: 1px solid rgba(15, 157, 88);
}
.ol-event-calendar__all-day-event-google-icon {
  height: 15px;
  margin-right: 10px;
  width: 15px;
}
.ol-event-calendar__all-day-event-title {
  font-size: 14px;
  font-weight: 500;
}
.ol-event-calendar__all-day-label {
  font-size: 12px;
  font-weight: 500;
  margin-right: 15px;
}
.ol-event-calendar__all-day-staff-view-cell {
  border-right: 1px solid #dddddd;
  display: table-cell;
}
.ol-event-calendar__all-day-staff-view-container {
  border-bottom: 2px solid #bbb;
  display: table;
}
.ol-event-calendar__all-day-staff-view-label {
  border-right: 1px solid #dddddd;
}
.ol-event-calendar__all-day-staff-view-label,
.ol-event-calendar__all-day-week-view-label {
  font-size: 12px;
  font-weight: 500;
  min-width: 60px;
  width: 60px;
}
.ol-event-calendar__all-day-week-view-cell {
  border-right: 1px solid #dddddd;
}
.ol-event-calendar__all-day-week-view-cell:first-of-type {
  border-left: 1px solid #dddddd;
}
.ol-event-calendar__all-day-week-view-container {
  border-bottom: 2px solid #bbb;
  margin-top: 10px;
}
.ol-event-calendar__all-day-week-view-event {
  display: inline-block;
  height: 32px;
  max-height: 32px;
}
.ol-event-calendar__all-day-week-view-row-container {
  margin-left: 60px;
  position: absolute;
  width: calc(100% - 60px);
}
.ol-event-calendar__all-day-week-view-row-events-container {
  position: relative;
}
.ol-event-calendar__all-day-week-view-row-events-container + .ol-event-calendar__all-day-week-view-row-events-container {
  margin-top: 2px;
}
.ol-event-calendar__assignee {
  font-weight: 500;
}
.ol-event-calendar__filter-tab-blue-indicator {
  background-color: #3b99fc;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}
.ol-event-calendar__filter-tab-blue-indicator-container {
  background-color: #ffffff;
  border-radius: 50%;
  height: 8px;
  position: absolute;
  width: 8px;
}
.ol-event-calendar__calendar-filter-tab-container {
  outline: none;
  padding: 9px 20px;
  position: relative;
}
.ol-event-calendar__calendar-filter-tab-container--selected {
  background-color: rgba(119, 119, 119, 0.25);
  border-radius: 62px;
}
.ol-event-calendar__calendar-filter-tab-container + .ol-event-calendar__calendar-filter-tab-container {
  margin-left: 20px;
}
.ol-event-calendar__calendar-filter-tab-label {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.ol-event-calendar__calendar-outer-container {
  padding: 20px 20px 0 20px;
}
.ol-event-calendar__calendar-view {
  background: #ffffff;
  border-top: 1px solid #dddddd;
  height: 100%;
  padding-top: 20px;
}
.ol-event-calendar__calendar-view-header-container,
.ol-event-calendar__list-view-search-header-container {
  border-bottom: 1px solid #dddddd;
  min-width: 800px;
}
.ol-event-calendar__calendar-view-header-container {
  padding: 0 20px 20px 20px;
}
.ol-event-calendar__contact-icon {
  height: 18px;
  margin-right: 5px;
  min-height: 18px;
  min-width: 18px;
  width: 18px;
}
.ol-event-calendar__day-slot-hour-container,
.ol-event-calendar__week-slot-hour-container {
  background: #ffffff;
  border-left: 1px solid #dddddd;
  border-top: 1px dashed #bbb;
  height: 82px;
  vertical-align: top;
  width: 100%;
}
.ol-event-calendar__day-slot-hour-container + .ol-event-calendar__day-slot-hour-container,
.ol-event-calendar__day-slot-hour-container + .ol-event-calendar__week-slot-hour-container,
.ol-event-calendar__week-slot-hour-container + .ol-event-calendar__day-slot-hour-container,
.ol-event-calendar__week-slot-hour-container + .ol-event-calendar__week-slot-hour-container {
  border-left: 1px solid #bbb;
}
.ol-event-calendar__day-slot-hour-container,
.ol-event-calendar__week-slot-hour-container--last {
  border-right: 1px solid #dddddd;
}
.ol-event-calendar__day-view-container {
  height: calc(100vh - 340px);
  margin-top: 20px;
  overflow: auto;
  padding-top: 5px;
}
.ol-event-calendar__day-view-inner-container,
.ol-event-calendar__month-view-container,
.ol-event-calendar__week-view-container {
  position: relative;
}
.ol-event-calendar__day-view-event,
.ol-event-calendar__staff-view-assignee-event {
  border-left-style: solid;
  border-left-width: 4px;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ol-event-calendar__day-view-event-google-icon {
  bottom: 12px;
  height: 24px;
  position: absolute;
  right: 11px;
  width: 24px;
}
.ol-event-calendar__day-view-event-subtitle,
.ol-event-calendar__staff-view-assignee-event-subtitle {
  font-size: 14px;
  margin-top: 5px;
}
.ol-event-calendar__day-view-event-title,
.ol-event-calendar__staff-view-assignee-event-title {
  font-size: 14px;
  font-weight: 500;
}
.ol-event-calendar__day-view-event-title--declined,
.ol-event-calendar__staff-view-assignee-event-title--declined {
  text-decoration: line-through;
}
.ol-event-calendar__day-view-time-indicator {
  left: 30px;
  width: calc(100% - 30px);
}
.ol-event-calendar__event-indicator {
  border-radius: 5px;
  height: 8px;
  margin-right: 5px;
  width: 8px;
}
.ol-event-calendar__event-indicator-flag-icon,
.ol-event-calendar__event-indicator-google-icon {
  height: 12px;
  margin-right: 5px;
  width: 12px;
}
.ol-event-calendar__event-indicator-google-icon--declined,
.ol-event-calendar__event-indicator-google-icon--needs_action,
.ol-event-calendar__event-indicator-google-icon--tentative {
  opacity: 0.5;
}
.ol-event-calendar__event-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ol-event-calendar__event-title--declined {
  text-decoration: line-through;
}
.ol-event-calendar__event--theme-blue:hover {
  background-color: #dddddd;
}
.ol-event-calendar__event--theme-blue .ol-event-calendar__event-indicator {
  background: #3b99fc;
}
.ol-event-calendar__event--theme-grey.ol-event-calendar__time-block-event {
  background-color: #eee;
}
.ol-event-calendar__event--theme-grey:hover {
  background-color: #dddddd;
}
.ol-event-calendar__event--theme-grey .ol-event-calendar__event-indicator {
  background: #bbb;
}
.ol-event-calendar__event--theme-purple {
  background-color: rgba(166, 77, 121, 0.25);
}
.ol-event-calendar__event--theme-purple:hover {
  background-color: #dddddd;
}
.ol-event-calendar__event--theme-purple .ol-event-calendar__event-indicator {
  background: #A64D79;
}
.ol-event-calendar__event--theme-yellow {
  background-color: rgba(255, 147, 47, 0.25);
}
.ol-event-calendar__event--theme-yellow:hover {
  background-color: rgba(255, 147, 47, 0.5);
}
.ol-event-calendar__event--theme-yellow .ol-event-calendar__event-indicator {
  background: #ff932f;
}
.ol-event-calendar__google-event--accepted:hover,
.ol-event-calendar__google-event--confirmed:hover,
.ol-event-calendar__google-event--declined:hover,
.ol-event-calendar__google-event--needs_action:hover,
.ol-event-calendar__google-event--pending:hover,
.ol-event-calendar__google-event--tentative:hover {
  background-color: #dddddd;
}
.ol-event-calendar__filter-tab-container {
  outline: none;
  position: relative;
}
.ol-event-calendar__filter-tab-container + .ol-event-calendar__filter-tab-container {
  margin-left: 30px;
}
.ol-event-calendar__filter-tab-container:hover,
.ol-event-calendar__filter-tab-container--selected {
  cursor: pointer;
}
.ol-event-calendar__filter-tab-container:hover .ol-event-calendar__filter-tab-icon,
.ol-event-calendar__filter-tab-container--selected .ol-event-calendar__filter-tab-icon {
  fill: #ff6138;
}
.ol-event-calendar__filter-tab-container:hover .ol-event-calendar__filter-tab-label,
.ol-event-calendar__filter-tab-container--selected .ol-event-calendar__filter-tab-label {
  color: #000000;
}
.ol-event-calendar__filter-tab-container--selected {
  border-bottom: 2px solid #ff6138;
}
.ol-event-calendar__filter-tab-icon {
  height: 14px;
  margin-right: 9px;
  min-height: 14px;
  min-width: 14px;
  width: 14px;
}
.ol-event-calendar__filter-tab-label {
  color: #777;
  font-size: 14px;
  font-weight: 500;
}
.ol-event-calendar__header-container {
  height: 38px;
  min-width: 800px;
  padding: 0 20px;
  width: 100%;
}
.ol-event-calendar__inbox-view-show-columns {
  margin-top: 10px;
  outline: none;
}
.ol-event-calendar__list-view-assignee-selector {
  margin-top: 5px;
}
.ol-event-calendar__list-view-container {
  background: #ffffff;
  border-top: 1px solid #dddddd;
  display: inline-block;
  height: calc(100vh - 210px);
  min-width: 100%;
  overflow: auto;
  padding-top: 20px;
}
.ol-event-calendar__list-view-events-container {
  margin-top: 31px;
  min-width: 100%;
  padding: 0 20px;
}
.ol-event-calendar__list-view-outer-container {
  height: 100%;
}
.ol-event-calendar__list-view-placeholder-container {
  margin-top: 104px;
  text-align: center;
}
.ol-event-calendar__list-view-placeholder-container-img {
  display: block;
  height: 116px;
  margin: 0 auto;
  width: 148px;
}
.ol-event-calendar__list-view-placeholder-container-text {
  color: #dddddd;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 37px;
}
.ol-event-calendar__list-view-search-bar {
  margin-bottom: 0px !important;
}
.ol-event-calendar__list-view-search-header {
  margin-bottom: 20px;
}
.ol-event-calendar__list-view-search-header-container {
  padding: 0 20px;
}
.ol-event-calendar__list-view-show-columns {
  height: 50px;
  outline: none;
}
.ol-event-calendar__list-view-show-columns-filter-icon {
  height: 15px;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.ol-event-calendar__list-view-show-columns-text {
  color: #777;
  font-size: 14px;
  font-weight: 500;
  margin: 0 10px;
  white-space: nowrap;
}
.ol-event-calendar__list-view-table {
  display: block;
}
.ol-event-calendar__list-view-table + .ol-event-calendar__list-view-table {
  margin-top: 30px;
}
.ol-event-calendar__list-view-tabs {
  padding-top: 10px;
}
.ol-event-calendar__list-view-tags-container {
  margin: 5px 5px 0 -5px;
}
.ol-event-calendar__list-view-tag {
  margin: 5px;
}
.ol-event-calendar__list-view-tag-filter-container {
  margin-top: 10px;
}
.ol-event-calendar__main-container {
  background-color: #ffffff;
  height: 100%;
  margin-top: 20px;
  min-width: 800px;
  position: relative;
  width: 100%;
}
.ol-event-calendar__month-view-all-day-google-event {
  background-color: rgba(15, 157, 88, 0.25);
}
.ol-event-calendar__month-view-all-day-timeoff-event {
  background-color: rgba(221, 221, 221, 0.25);
}
.ol-event-calendar__month-view-container {
  background-color: #ffffff;
  border: 1px solid #bbb;
  border-radius: 10px;
  height: calc(100vh - 315px);
  overflow: auto;
}
.ol-event-calendar__month-view-date-container {
  height: 100%;
  width: 100%;
}
.ol-event-calendar__month-view-date-container + .ol-event-calendar__month-view-date-container {
  border-left: 1px solid #bbb;
}
.ol-event-calendar__month-view-dates-container {
  width: 100%;
}
.ol-event-calendar__month-view-date-content-container--current .ol-event-calendar__month-view-date-label-container,
.ol-event-calendar__week-view-date-label-container--current {
  background-color: rgba(59, 153, 252, 0.25);
  color: #3b99fc;
}
.ol-event-calendar__month-view-date-content-container--current-selected .ol-event-calendar__month-view-date-label-container,
.ol-event-calendar__week-view-date-label-container--current-selected {
  background-color: #3b99fc;
  color: #ffffff;
}
.ol-event-calendar__month-view-date-content-container--inactive,
.ol-event-calendar__week-view-date-label-container--inactive {
  opacity: 0.5;
}
.ol-event-calendar__month-view-date-content-container--selected .ol-event-calendar__month-view-date-label-container,
.ol-event-calendar__week-view-date-label-container--selected {
  background-color: #dddddd;
  font-weight: 700;
}
.ol-event-calendar__month-view-date-label-content-container {
  height: 50px;
  width: 100%;
}
.ol-event-calendar__month-view-dates-row-container {
  min-height: 160px !important;
}
.ol-event-calendar__month-view-dates-row-container + .ol-event-calendar__month-view-dates-row-container {
  border-top: 1px solid #bbb;
}
.ol-event-calendar__month-view-date-text {
  font-size: 18px;
  font-weight: 500;
  margin-right: 15px;
  margin-top: 12px;
}
.ol-event-calendar__month-view-date-label-container,
.ol-event-calendar__week-view-date-label-container {
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  height: 31px;
  outline: none;
  width: 31px;
}
.ol-event-calendar__month-view-day-container + .ol-event-calendar__month-view-day-container {
  border-left: 1px solid #bbb;
}
.ol-event-calendar__month-view-date-label-container {
  margin-right: 15px;
  text-align: right;
}
.ol-event-calendar__month-view-day-tile {
  height: 100%;
}
.ol-event-calendar__month-view-day-tile + .ol-event-calendar__month-view-day-tile {
  border-left: 1px solid #bbb;
}
.ol-event-calendar__month-view-day-tile-text {
  font-size: 14px;
  font-weight: 500;
}
.ol-event-calendar__month-view-day-tile-text-container {
  cursor: pointer;
  height: 100%;
  text-align: center;
  width: 100%;
}
.ol-event-calendar__month-view-days-container {
  border-bottom: 1px solid #bbb;
  height: 38px;
  width: 100%;
}
.ol-event-calendar__month-view-event {
  height: 20px;
  max-height: 20px;
  position: absolute;
  z-index: 100;
}
.ol-event-calendar__month-view-event,
.ol-event-calendar__week-view-event {
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  padding: 2px 10px;
  width: 100%;
}
.ol-event-calendar__month-view-event-container {
  height: calc(100% - 50px);
  min-height: 110px;
  position: relative;
  width: 100%;
}
.ol-event-calendar__month-view-full-day-time-off-event {
  background: #dddddd;
}
.ol-event-calendar__month-view-more-events-container {
  bottom: 15px;
  position: absolute;
  width: 100%;
}
.ol-event-calendar__navigation-icon {
  height: 13px;
  outline: none;
  width: 8px;
}
.ol-event-calendar__navigation-icon--disabled {
  cursor: default;
  opacity: 0.5;
}
.ol-event-calendar ol-popover-dropdown .md-label {
  color: #777;
  font-weight: 500;
}
.ol-event-calendar__period-container {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.ol-event-calendar__period-label {
  display: inline-block;
  text-align: center;
  width: 230px;
}
.ol-event-calendar__period-label--left-align {
  text-align: left;
}
.ol-event-calendar__slot-hour {
  width: 100%;
}
.ol-event-calendar__slot-hour-label {
  font-size: 12px;
  font-weight: 500;
  min-width: calc(60px - 1px);
  padding-right: 10px;
  position: relative;
  top: -7px;
  vertical-align: top;
  width: calc(60px - 1px);
}
.ol-event-calendar__slot-time-container {
  padding-top: 10px;
}
.ol-event-calendar__staff-view-assignee-cell {
  min-width: 139px;
  position: relative;
}
.ol-event-calendar__staff-view-assignee-time-cell {
  border-right: 1px solid #dddddd;
  border-top: 1px dashed #dddddd;
  height: 82px;
  width: 100%;
}
.ol-event-calendar__staff-view-assignee-details-container {
  margin-bottom: 19px;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}
.ol-event-calendar__staff-view-assignee-event {
  width: 100%;
}
.ol-event-calendar__staff-view-assignee-event--all {
  margin-left: 60px;
  width: calc(100% - 60px);
}
.ol-event-calendar__staff-view-assignee-image {
  height: 35px;
  width: 35px;
}
.ol-event-calendar__staff-view-assignee-label {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 7px;
}
.ol-event-calendar__staff-view-assignee-title {
  font-size: 14px;
  font-weight: 400;
  height: 17px;
}
.ol-event-calendar__staff-view-assignees-header {
  margin-left: 60px;
  width: calc(100% - 60px);
}
.ol-event-calendar__staff-view-container {
  margin-top: 4px;
  overflow: hidden;
  width: 100%;
}
.ol-event-calendar__staff-view-event-google-icon {
  bottom: 7px;
  height: 15px;
  position: absolute;
  right: 5px;
  width: 15px;
}
.ol-event-calendar__staff-view-event-google-icon--declined,
.ol-event-calendar__staff-view-event-google-icon--completed {
  opacity: 0.25;
}
.ol-event-calendar__staff-view-inner-container {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
.ol-event-calendar__staff-view-table {
  position: relative;
}
.ol-event-calendar__staff-view-table-container {
  height: calc(100vh - 420px);
  min-width: 100%;
  overflow-y: auto;
  padding-top: 10px;
  width: min-content;
}
.ol-event-calendar__staff-view-time-cell {
  border-right: 1px solid #dddddd;
  height: 82px;
}
.ol-event-calendar__time-indicator {
  border-top: 3px solid #f4a23a;
  position: absolute;
  z-index: 100;
}
.ol-event-calendar__time-indicator-circle {
  background-color: #f4a23a;
  border-radius: 50%;
  bottom: 7px;
  height: 10px;
  left: -5px;
  position: relative;
  width: 10px;
}
.ol-event-calendar__view-container {
  height: 100%;
}
.ol-event-calendar__view-more-events-container {
  cursor: pointer;
  margin-top: 9px;
  outline: none;
  padding: 0 10px;
}
.ol-event-calendar__view-more-events-container:hover {
  background: #dddddd;
}
.ol-event-calendar__view-more-events-text {
  font-size: 12px;
  font-weight: 500;
}
.ol-event-calendar__view-more-popover-date {
  color: #3b99fc;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
}
.ol-event-calendar__view-more-popover-date-container {
  border-bottom: 1px solid #dddddd;
  padding: 13px 16px 9px 16px;
}
.ol-event-calendar__view-more-popover-event-container {
  padding: 3px 16px;
  width: 100%;
}
.ol-event-calendar__view-more-popover-event-container + .ol-event-calendar__view-more-popover-event-container {
  margin-top: 5px;
}
.ol-event-calendar__view-more-popover-list-container {
  margin-bottom: 17px;
  margin-top: 11px;
}
.ol-event-calendar__week-slot-hour-cell {
  position: relative;
}
.ol-event-calendar__week-view-day-container {
  text-align: center;
  width: calc((100% - 60px) / 7);
}
.ol-event-calendar__week-view-day-label {
  font-size: 14px;
  font-weight: 500;
}
.ol-event-calendar__week-view-date-label-container {
  margin: 8px auto 0 auto;
}
.ol-event-calendar__week-view-date-label-inner-container {
  display: table-cell;
  height: 31px;
  text-align: center;
  vertical-align: middle;
  width: 31px;
}
.ol-event-calendar__week-view-date-label {
  font-size: 18px;
}
.ol-event-calendar__week-view-event + .ol-event-calendar__week-view-event {
  margin-top: 5px;
}
.ol-event-calendar__week-view-event-container {
  margin-top: 10px;
}
.ol-event-calendar__week-view-slots-container {
  display: block;
  height: calc(100vh - 390px);
  overflow: auto;
  padding-top: 6px;
  position: relative;
}
.ol-event-calendar__week-view-table {
  width: 100%;
}
.ol-event-calendar__week-view-full-day-time-block .ol-event-calendar__week-slot-hour-container {
  background-color: rgba(221, 221, 221, 0.25);
}
.ol-event-calendar__week-view-time-indicator {
  width: 100%;
}
.ol-event-calendar__week-view-row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ol-event-calendar-container {
  height: 100%;
  width: 100%;
}
.ol-event-calendar-mobile {
  height: 100%;
  width: 100%;
}
.ol-event-calendar-mobile__body-container {
  height: 100%;
  width: 100%;
}
.ol-event-calendar-mobile__event-details .ol-event-details {
  padding: 20px;
}
.ol-event-calendar-mobile__event-list {
  display: block;
}
.ol-event-calendar-mobile__event-list:last-child {
  padding-bottom: 20px;
}
.ol-event-calendar-mobile__event-list + .ol-event-calendar-mobile__event-list {
  margin-top: 30px;
}
.ol-event-calendar-mobile__placeholder-container {
  text-align: center;
}
.ol-event-calendar-list-table__assignee-value {
  font-weight: 500;
}
.ol-event-calendar-list-table__booking-tag {
  margin: 5px;
}
.ol-event-calendar-list-table__booking-tags-container {
  margin: 5px 5px 0 -5px;
}
.ol-event-calendar-list-table__container {
  border: 1px solid #cccccc;
}
.ol-event-calendar-list-table__container--theme-blue {
  border-top: 2px solid #3b99fc;
}
.ol-event-calendar-list-table__container--theme-blue.ol-table thead th {
  background-color: rgba(59, 153, 252, 0.25);
}
.ol-event-calendar-list-table__container--theme-green {
  border-top: 2px solid #64C6BE;
}
.ol-event-calendar-list-table__container--theme-green.ol-table thead th {
  background-color: rgba(100, 198, 190, 0.2);
}
.ol-event-calendar-list-table__container--theme-grey {
  border-top: 2px solid #dddddd;
}
.ol-event-calendar-list-table__container--theme-grey.ol-table thead th {
  background-color: rgba(221, 221, 221, 0.25);
}
.ol-event-calendar-list-table__container--theme-yellow {
  border-top: 2px solid #ff932f;
}
.ol-event-calendar-list-table__container--theme-yellow.ol-table thead th {
  background-color: rgba(255, 147, 47, 0.25);
}
.ol-event-calendar-list-table__customer-email + .ol-event-calendar-list-table__customer-phone {
  margin-top: 14px;
}
.ol-event-calendar-list-table__customer-phone {
  display: block;
}
.ol-event-calendar-list-table__date-row,
.ol-event-calendar-list-table__tag-row {
  min-width: 180px;
  width: 180px;
}
.ol-event-calendar-list-table__status-row {
  min-width: 130px;
  width: 130px;
}
.ol-event-calendar-list-table__field-flag-icon {
  height: 20px;
  width: 20px;
}
.ol-event-calendar-list-table__flag-row {
  width: 45px;
}
.ol-event-calendar-list-table__row {
  cursor: pointer;
  height: 85px;
}
.ol-event-calendar-list-table__schedule-type-label {
  font-weight: 500;
}
.ol-event-calendar-list-table__status-row {
  width: 140px;
}
.ol-event-calendar-list-table__tag-container {
  border-radius: 6px;
  padding: 7px 12px;
  width: auto;
}
.ol-event-calendar-list-table__tag-container--theme-blue {
  background-color: rgba(59, 153, 252, 0.25);
  color: #3b99fc;
}
.ol-event-calendar-list-table__tag-container--theme-green {
  background-color: rgba(100, 198, 190, 0.2);
  color: #64C6BE;
}
.ol-event-calendar-list-table__tag-container--theme-grey {
  background-color: rgba(221, 221, 221, 0.25);
  color: #777;
}
.ol-event-calendar-list-table__tag-container--theme-red {
  background-color: rgba(178, 30, 45, 0.2);
  color: #EC3939;
}
.ol-event-calendar-list-table__tag-container--theme-yellow {
  background-color: rgba(255, 147, 47, 0.25);
  color: #ff932f;
}
.ol-event-calendar-list-table__tag-icon {
  height: 15px;
  margin-right: 4px;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.ol-event-calendar-list-table__tag-title {
  display: inline;
  font-size: 12px;
  font-weight: 500;
}
.ol-event-calendar-list-table__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  margin-bottom: 9px;
  margin-left: 20px;
}
.ol-event-calendar-list-table__title--theme-blue {
  color: #3b99fc;
}
.ol-event-calendar-list-table__title--theme-green {
  color: #64C6BE;
}
.ol-event-calendar-list-table__title--theme-grey {
  color: #777;
}
.ol-event-calendar-list-table__title--theme-yellow {
  color: #ff932f;
}
.ol-event-calendar-mobile-list {
  height: 100%;
  width: 100%;
}
.ol-event-calendar-mobile-list__assignee-row {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  width: 100%;
}
.ol-event-calendar-mobile-list__title-container {
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  padding-left: 22px;
  width: 100%;
}
.ol-event-calendar-mobile-list__title-container--theme-blue {
  background-color: rgba(59, 153, 252, 0.25);
  border-bottom: 2px solid #3b99fc;
  color: #3b99fc;
}
.ol-event-calendar-mobile-list__title-container--theme-green {
  background-color: rgba(100, 198, 190, 0.2);
  border-bottom: 2px solid #64C6BE;
  color: #64C6BE;
}
.ol-event-calendar-mobile-list__title-container--theme-grey {
  background-color: rgba(221, 221, 221, 0.25);
  border-bottom: 2px solid #dddddd;
  color: #777;
}
.ol-event-calendar-mobile-list__title-container--theme-red {
  background-color: rgba(178, 30, 45, 0.2);
  border-bottom: 2px solid #EC3939;
  color: #EC3939;
}
.ol-event-calendar-mobile-list__title-container--theme-yellow {
  background-color: rgba(255, 147, 47, 0.25);
  border-bottom: 2px solid #ff932f;
  color: #ff932f;
}
.ol-event-calendar-mobile-list__date-container {
  height: 33px;
  font-size: 16px;
  font-weight: 500;
  width: 25px;
}
.ol-event-calendar-mobile-list__details-container {
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: 83px;
  padding-left: 15px;
  margin-left: 22px;
}
.ol-event-calendar-mobile-list__details-container--theme-blue {
  border-left: 4px solid #3b99fc;
}
.ol-event-calendar-mobile-list__details-container--theme-green {
  border-left: 4px solid #64C6BE;
}
.ol-event-calendar-mobile-list__details-container--theme-grey {
  border-left: 4px solid #dddddd;
}
.ol-event-calendar-mobile-list__details-container--theme-red {
  border-left: 4px solid #EC3939;
}
.ol-event-calendar-mobile-list__details-container--theme-yellow {
  border-left: 4px solid #ff932f;
}
.ol-event-calendar-mobile-list__details-info-row {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
.ol-event-calendar-mobile-list__details-service-row {
  margin-top: 5px;
  width: 100%;
}
.ol-event-calendar-mobile-list__event-container {
  padding: 0 20px;
  margin-top: 20px;
}
.ol-event-details__assignee-popover-text {
  font-size: 14px;
  font-weight: 500;
}
.ol-event-details__assignee-popover-text + .ol-event-details__assignee-popover-text {
  margin-top: 17px;
}
.ol-event-details__assignees-popover-container {
  padding: 20px 15px;
}
.ol-event-details__booking-tag {
  margin: 5px;
}
.ol-event-details__booking-tags-container {
  margin: 5px 5px 0 -5px;
}
.ol-event-details__calendar-event-container {
  border-radius: 4px;
  min-height: 76px;
  padding: 10px 12px;
}
.ol-event-details__calendar-event-container + .ol-event-details__calendar-event-container {
  margin-top: 20px;
}
.ol-event-details__calendar-event-container--theme-blue {
  background: rgba(59, 153, 252, 0.25);
  border: 2px solid #3b99fc;
}
.ol-event-details__calendar-event-container--theme-green {
  background: rgba(100, 198, 190, 0.2);
  border: 2px solid #64c6be;
}
.ol-event-details__calendar-event-container--theme-yellow {
  border: 2px solid #ff932f;
}
.ol-event-details__calendar-event-container--theme-red {
  background: rgba(178, 30, 45, 0.2);
  border: 2px solid #EC3939;
}
.ol-event-details__calendar-event-container .ol-contact-link .ol-contact-link__contact-icon ol-conversation-link .conversation-link__icon {
  height: 15px;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.ol-event-details__calendar-event-service-label {
  color: #3b99fc;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.ol-event-details__calendar-events-container {
  margin-top: 33px;
}
.ol-event-details__details-action-button {
  margin: 0;
  min-height: 30px;
  min-width: 30px;
}
.ol-event-details__details-action-button md-icon.ol-event-details__details-action-icon {
  cursor: pointer;
  height: auto;
  outline: none;
  width: auto;
}
.ol-event-details__event-tag-container {
  border-radius: 6px;
  padding: 7px 12px;
  width: auto;
}
.ol-event-details__event-tag-container--theme-blue {
  background-color: rgba(59, 153, 252, 0.25);
  color: #3b99fc;
}
.ol-event-details__event-tag-container--theme-green {
  background-color: rgba(100, 198, 190, 0.2);
  color: #64C6BE;
}
.ol-event-details__event-tag-container--theme-grey {
  background-color: rgba(221, 221, 221, 0.25);
  color: #777;
}
.ol-event-details__event-tag-container--theme-red {
  background-color: rgba(178, 30, 45, 0.2);
  color: #EC3939;
}
.ol-event-details__event-tag-container--theme-yellow {
  background-color: rgba(255, 147, 47, 0.25);
  color: #ff932f;
}
.ol-event-details__event-tag-title {
  display: inline;
  font-size: 12px;
  font-weight: 500;
}
.ol-event-details__event-tag-icon {
  height: 15px;
  margin-right: 4px;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.ol-event-details__event-title {
  color: #333;
  font-weight: 500;
  margin-bottom: 6px;
}
.ol-event-details__field-container {
  margin-top: 30px;
}
.ol-event-details__field-flag-icon {
  height: 15px;
  margin-left: 5px;
  width: 15px;
}
.ol-event-details__field-label {
  font-size: 12px;
  font-weight: 500;
}
.ol-event-details__field-value {
  font-weight: 500;
}
.ol-event-details__field-value-container {
  font-size: 14px;
  margin-top: 10px;
}
.ol-event-details__field-value-img {
  height: 32px;
  margin-right: 10px;
  width: 32px;
}
.ol-event-details__response-status-color-container {
  border: 2px solid rgba(15, 157, 88);
  border-radius: 4px;
  height: 20px;
  width: 40px;
}
.ol-event-details__response-status-color-container--accepted {
  background-color: rgba(15, 157, 88, 0.25);
}
.ol-event-details__response-status-color-container--tentative {
  background-color: rgba(15, 157, 88, 0.25);
  background-image: linear-gradient(135deg, transparent, transparent 40%, rgba(15, 157, 88) 40%, rgba(15, 157, 88) 50%, transparent 46%, transparent 90%, rgba(15, 157, 88) 90%, rgba(15, 157, 88));
  background-size: 6px 6px;
}
.ol-event-details__popover-field {
  outline: none;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.ol-event-details__response-status-label {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  margin-left: 10px;
}
.ol-event-details__schedule-type-label {
  font-weight: 500;
}
.ol-event-indicator-calendar {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}
.ol-event-indicator-calendar__date-tile {
  margin-top: 6px;
}
.ol-event-indicator-calendar__date-tile-text-container {
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 38.5px;
  justify-content: center;
  outline: none;
  width: 38.5px;
}
.ol-event-indicator-calendar__date-tile--current .ol-event-indicator-calendar__date-tile-text-container {
  background-color: rgba(59, 153, 252, 0.25);
  color: #3b99fc;
}
.ol-event-indicator-calendar__date-tile--current-selected .ol-event-indicator-calendar__date-tile-text-container {
  background-color: #3b99fc;
  color: #ffffff;
}
.ol-event-indicator-calendar__date-tile--inactive {
  opacity: 0.5;
}
.ol-event-indicator-calendar__date-tile--selected .ol-event-indicator-calendar__date-tile-text-container {
  background-color: #dddddd;
  font-weight: 700;
}
.ol-event-indicator-calendar__day-tile-text-container {
  cursor: pointer;
  text-align: center;
  width: 38px;
}
.ol-event-indicator-calendar__indicator-container {
  height: 6px;
  margin-top: 3px;
  width: 38px;
}
.ol-event-indicator-calendar__indicator {
  border-radius: 50%;
  height: 6px;
  width: 6px;
}
.ol-event-indicator-calendar__indicator--theme-blue {
  background-color: #3b99fc;
  border: 1px solid #3b99fc;
}
.ol-event-indicator-calendar__indicator--theme-grey {
  background-color: #bbb;
  border: 1px solid #bbb;
}
.ol-event-indicator-calendar__month-container {
  margin: 0 5px 15px 5px;
  width: 269.5px;
}
.ol-event-indicator-calendar__month-container--with-no-bottom-spacing {
  margin-bottom: 0;
}
.ol-event-indicator-calendar__month-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.ol-event-indicator-calendar__month-label-container {
  outline: none;
}
.ol-event-indicator-calendar__month-label-icon {
  color: #ff6138;
  height: 12px;
  margin-right: 10px;
  min-height: 12px;
  min-width: 12px;
  width: 12px;
}
.ol-event-indicator-calendar__navigation-icon-container {
  outline: none;
  padding: 10px;
}
.ol-event-indicator-calendar__navigation-icon {
  cursor: pointer;
  height: 13px;
  outline: none;
  width: 8px;
}
.ol-event-indicator-calendar__navigation-icon + .ol-event-indicator-calendar__navigation-icon {
  margin-left: 28px;
}
.ol-event-indicator-calendar__tile {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
@media (max-width: 959px) {
  .ol-event-indicator-calendar__tile {
    font-size: 14px;
    line-height: 16.8px;
  }
}
.ol-event-indicator-calendar__tile-text {
  font-weight: 500;
}
.ol-event-indicator-calendar__weekdays-divider {
  background-color: #dedede;
  height: 1px;
  margin-top: 14px;
}
.ol-event-indicator-calendar-mobile {
  padding: 20px;
}
.ol-event-indicator-calendar-mobile__action-icon {
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  outline: none;
  width: 18px;
}
.ol-event-indicator-calendar-mobile__action-icon svg {
  fill: #ff6138;
}
.ol-event-indicator-calendar-mobile__action-button {
  min-height: 30px;
  min-width: 30px;
  margin: 0;
}
.ol-event-indicator-calendar-mobile__action-button md-icon.ol-event-indicator-calendar-mobile__action-button-icon {
  cursor: pointer;
  height: auto;
  outline: none;
  width: auto;
}
.ol-event-indicator-calendar-mobile__action-dropdown .ol-popover-select-item:hover {
  color: #F15F4B;
}
.ol-event-indicator-calendar-mobile__action-dropdown .ol-popover-select-item:hover svg {
  fill: #F15F4B;
}
.ol-event-indicator-calendar-mobile__action-icon + .ol-event-indicator-calendar-mobile__action-icon {
  margin-left: 23px;
}
.ol-event-indicator-calendar-mobile__month-container {
  margin-bottom: 25px;
}
.ol-event-indicator-calendar-mobile__month-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 0 10px;
  text-align: center;
  width: 89px;
}
.ol-event-indicator-calendar-mobile__title-container {
  margin-bottom: 17px;
}
.ol-event-indicator-calendar-mobile__title-container--no-margin {
  margin-bottom: 0;
}
.ol-event-indicator-calendar-mobile__title-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
.ol-event-indicator-calendar-mobile__title-label-container {
  outline: none;
}
.ol-event-indicator-calendar-mobile__title-label-icon {
  color: #ff6138;
  height: 12px;
  min-height: 12px;
  min-width: 12px;
  width: 12px;
}
.ol-event-service-select .ol-popover-panel {
  max-width: 230px;
}
.ol-services-expand-collapse-container__content {
  margin-left: 45px;
}
.ol-services-expand-collapse-container__group-checkbox {
  margin-bottom: 0;
}
.ol-services-expand-collapse-container__group-checkbox.md-indeterminate .md-icon {
  background-color: rgba(59, 153, 252, 0.87);
  border-color: transparent;
}
.ol-services-expand-collapse-container__group-checkbox.md-indeterminate .md-icon:after {
  color: #fff;
}
.ol-services-expand-collapse-container__group-label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.ol-services-expand-collapse-container__header {
  cursor: pointer;
  outline: none;
}
.ol-services-expand-collapse-container__header-icon {
  color: #ff6138;
  height: 15px;
  margin-left: 0;
  margin-right: 10px;
  min-height: 15px;
  min-width: 15px;
  outline: none;
  width: 15px;
}
.add-checkin-question-modal__container {
  margin-top: 10px;
  text-align: center;
}
.add-checkin-question-modal__icon {
  width: 50px;
}
.add-checkin-question-modal__footer {
  margin-top: 10px;
}
.add-checkin-question-modal__help-text {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  margin-top: 30px;
  padding: 0 15px;
  text-align: center;
}
.add-checkin-question-modal__help-text .ol-external-link {
  font-size: 12px;
}
.add-checkin-question-modal__label {
  color: #333;
  font-weight: 700;
  margin-top: 10px;
}
.add-checkin-question-modal__type {
  display: inline-block;
  outline: 0;
  width: 50%;
}
.add-field-modal__button {
  width: 150px;
  margin-left: -25px;
}
.add-field-modal__icon {
  width: 45px;
}
.add-field-modal__label {
  color: #333;
  font-weight: 700;
  margin-top: 10px;
}
.checkbox-field-modal__ol-editor ng-quill-editor {
  margin-top: 5px;
}
.checkbox-field-modal__ol-editor-tooltip {
  left: 90px;
  position: absolute;
  top: 18px !important;
}
.choose-time-slot-modal__description-text {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.choose-time-slot-modal__navigation-icon {
  height: 13px;
  outline: none;
  width: 8px;
}
.choose-time-slot-modal__navigation-icon--disabled {
  cursor: default;
  opacity: 0.5;
}
.choose-time-slot-modal__period-container {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 30px;
}
.choose-time-slot-modal__period-label {
  display: inline-block;
  text-align: center;
  width: 230px;
}
.choose-time-slot-modal__time-slot-option-container {
  border: 1px solid #dddddd;
  border-left: 2px solid #0f9d58;
  border-radius: 4px;
  padding: 10px 18px;
}
.choose-time-slot-modal__time-slot-option-container:hover {
  cursor: pointer;
}
.choose-time-slot-modal__time-slot-option-container + .choose-time-slot-modal__time-slot-option-container {
  margin-top: 10px;
}
.choose-time-slot-modal__time-slot-option-detail {
  font-size: 12px;
  line-height: 1.2;
}
.choose-time-slot-modal__time-slot-option-detail + .choose-time-slot-modal__time-slot-option-detail {
  margin-top: 2px;
}
.choose-time-slot-modal__time-slot-option-text {
  color: #777;
}
.choose-time-slot-modal__time-slot-options-container {
  margin-top: 10px;
}
.create-or-edit-time-slot-modal__field {
  margin-top: 10px;
}
.create-or-edit-time-slot-modal__field-label {
  font-size: 10.5px;
  font-weight: 500;
  margin-top: 10px;
  padding-left: 3px;
  word-break: break-word;
}
.create-or-edit-time-slot-modal__service-content {
  margin-left: 25px;
}
.create-or-edit-time-slot-modal__service-group-header-icon {
  color: #ff6138;
  height: 15px;
  margin-left: 0;
  margin-right: 10px;
  min-height: 15px;
  min-width: 15px;
  outline: none;
  width: 15px;
}
.create-or-edit-time-slot-modal__service-group-label {
  font-size: 16px;
  font-weight: 500;
  color: #777;
}
.create-or-edit-time-slot-modal__service-header {
  cursor: pointer;
  outline: none;
}
.create-or-edit-time-slot-modal__services {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.create-or-edit-time-slot-modal__services + .create-or-edit-time-slot-modal__services {
  margin-top: 24px;
}
.create-or-edit-time-slot-modal__step-progress {
  margin-bottom: 40px;
}
.create-or-edit-time-slot-modal__tabs {
  margin-bottom: 20px;
}
.upcoming-events-modal__column,
.upcoming-events-modal__date-column {
  padding: 20px 10px;
}
.upcoming-events-modal__date-column {
  min-width: 180px;
}
.upcoming-events-modal__table-container {
  max-height: 350px;
  overflow: auto;
}
.upcoming-events-modal__title {
  text-transform: capitalize;
}
.edit-schedule-modal .edit-schedule-modal__description {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0;
  text-align: left;
  text-transform: none;
}
.edit-schedule-modal .edit-schedule-modal__delete-icon {
  align-self: center;
  height: 20px;
  outline: none;
  width: 20px;
}
.edit-schedule-modal .edit-schedule-modal__input-container {
  padding-right: 15px;
}
.edit-schedule-modal .edit-schedule-modal__select-label {
  opacity: 1;
  top: unset;
}
.multi-choice-field-modal__checkbox-field-popover {
  margin: 0 0 0 5px !important;
  padding-left: 0 !important;
  position: static !important;
}
.multi-choice-field-modal__drop-placeholder {
  background-color: #f1f1f1;
  border: 2px dashed #bbb;
  border-radius: 5px;
}
.multi-choice-field-modal__input-container {
  margin-top: 10px;
}
.multi-choice-field-modal__item {
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 5px 10px;
}
.multi-choice-field-modal__item + .multi-choice-field-modal__item,
.multi-choice-field-modal__item + .multi-choice-field-modal__item-add {
  margin-top: 10px;
}
.multi-choice-field-modal__item-action {
  opacity: 0.7;
  outline: 0;
  padding: 5px;
  width: 28px;
}
.multi-choice-field-modal__item-action:hover {
  opacity: 1;
}
.multi-choice-field-modal__item-action + .multi-choice-field-modal__item-action {
  margin-left: 10px;
}
.multi-choice-field-modal__item-actions {
  margin-left: 10px;
}
.multi-choice-field-modal__item-add {
  border: 2px dashed #bbb;
  border-radius: 5px;
  color: #bbb;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  outline: none;
  padding: 10px 0;
  text-align: center;
}
.multi-choice-field-modal__item-input-container {
  margin: 0 0 5px 0;
}
.multi-choice-field-modal__options-header {
  margin-bottom: 10px;
}
.multi-choice-field-modal__sortable-handle {
  cursor: pointer;
  font-size: 20px !important;
  height: 20px;
  margin-right: 6px;
  min-height: 20px;
  min-width: 20px;
  opacity: 0.7;
  outline: 0;
  width: 20px;
}
.multi-choice-field-modal__sortable-handle:hover {
  opacity: 1;
}
.page-modal__component-drop-placeholder {
  background-color: #f8b3aa;
  border-radius: 5px;
  border: 2px dashed #F15F4B;
}
.page-modal__hr {
  margin-bottom: 30px;
  margin-top: 30px;
}
.page-modal__input-container {
  margin-top: 0;
}
.page-modal__input-header {
  font-size: 11px;
  font-weight: 500;
  padding-left: 2px;
}
.page-modal__input-header-help-icon {
  margin-left: 10px;
}
.page-modal__sortable-fields-checkbox {
  margin-bottom: 0;
}
.page-modal__sortable-fields-checkbox-container {
  margin-top: 0 !important;
  padding-left: 20px;
}
.page-modal__sortable-fields-container {
  margin-top: 25px;
}
.page-modal__sortable-fields-input {
  height: 100%;
}
.page-modal__sortable-fields-text-container {
  color: #333;
}
.page-modal__sortable-fields-item {
  border: 1px solid #bbb;
  height: 60px;
  padding: 0;
}
.page-modal__sortable-fields-item + .page-modal__sortable-fields-item {
  margin-top: 12px;
}
.page-modal__sub-header {
  font-size: 20px;
  font-weight: 500;
  color: #777;
  margin-bottom: 8px;
}
.service-modal-container .modal-dialog {
  width: 750px;
}
.service-modal__action-link + .service-modal__action-link {
  margin-left: 40px;
}
.service-modal__add-icon {
  height: 14px;
  margin-right: 7px;
  min-height: 14px;
  min-width: 14px;
  width: 14px;
}
.service-modal__add-icon svg {
  fill: #3b99fc;
}
.service-modal__editor-container .ol-editor {
  margin-bottom: 0;
}
.service-modal__existing-time-slot-row {
  margin-bottom: 28px;
}
.service-modal__field + .service-modal__field {
  padding-left: 10px;
}
.service-modal__field-label {
  font-weight: 500;
  font-size: 10.5px;
  margin-top: 10px;
  padding-left: 3px;
  word-break: break-word;
}
.service-modal__input-container {
  margin-top: 0;
}
.service-modal__input-header {
  font-size: 11px;
  font-weight: 500;
  padding-left: 2px;
}
.service-modal__input-header-help-icon {
  margin-left: 10px;
}
.service-modal .ol-step-progress {
  margin-bottom: 0;
}
.service-modal__new-time-slot-row {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  padding: 16px 0 27px;
}
.service-modal__new-time-slot-row + .service-modal__new-time-slot-row {
  border-top: none;
}
.service-modal__new-time-slot-row + .service-modal__existing-time-slot-row {
  margin-top: 16px;
}
.service-modal__section-header {
  border-top: 1px solid #dddddd;
  color: #777;
  font-size: 18px;
  margin-top: 30px;
  padding-top: 25px;
}
.service-modal__service-categories-column {
  width: 190px;
}
.service-modal__time-slot-description {
  color: #333;
  font-weight: 400;
}
.service-modal__time-slot-option {
  height: auto;
  min-height: 48px;
}
.service-modal__time-slot-option .md-text {
  width: 160px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.service-modal__trash-icon {
  height: 17px;
  width: 14px;
}
.service-modal__trash-icon--existing {
  margin-top: 22px;
}
.service-modal__trash-icon--new {
  margin-top: 10px;
  margin-left: 12px;
}
.booking-details-modal__add-booking-tag,
.booking-details-modal__booking-tag {
  display: inline-block;
  margin: 5px;
}
.booking-details-modal__booking-tags-container {
  margin: 5px 5px 0 -5px;
}
.booking-details-modal__field {
  margin-top: 0px;
}
.booking-details-modal__field + .booking-details-modal__field {
  margin-top: 20px;
}
.booking-details-modal__field-flag-icon {
  height: 15px;
  margin-left: 5px;
  width: 15px;
}
.booking-details-modal__field-label {
  font-size: 10.5px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 3px;
  word-break: break-word;
}
.booking-details-modal__field-select-service-time-label {
  margin-bottom: 0px;
  margin-top: 10px;
}
.booking-details-modal__field-option {
  display: block;
  margin: 0;
}
.booking-details-modal__field-option + .booking-details-modal__field-option {
  margin-top: 15px;
}
.booking-details-modal__field-options {
  padding-left: 3px;
}
.booking-details-modal__header {
  color: #777;
  font-size: 18px;
  font-weight: 500;
}
.booking-details-modal .md-errors-spacer {
  display: none;
}
.booking-details-modal__select-field .md-select-value.md-select-placeholder {
  color: #333;
}
.booking-details-modal__service-option {
  height: auto;
  min-height: 48px;
}
.booking-details-modal__service-option .md-text {
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .booking-details-modal__service-option .md-text {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .booking-details-modal__service-option .md-text {
    width: 500px;
  }
}
.booking-details-modal__text-field-label {
  overflow: hidden !important;
}
.booking-details-modal textarea.booking-details-modal__textarea {
  height: 83px;
  min-height: 83px;
  resize: none;
}
.booking-details-modal__warning-alert .ol-alert__icon .material-icons {
  font-size: 20px;
}
.bookings-flagged-modal table.ol-table tbody td {
  padding: 25px 10px;
}
.bookings-flagged-modal__action {
  display: inline;
  font-weight: 500;
}
.bookings-flagged-modal__action:hover {
  cursor: pointer;
}
.bookings-flagged-modal__action + .bookings-flagged-modal__action {
  margin-left: 20px;
}
.bookings-flagged-modal__action-dismiss {
  color: #777;
}
.bookings-flagged-modal__action-edit {
  color: #ff6138;
}
.bookings-flagged-modal__action-icon {
  height: 14px;
  margin-right: 8px;
  min-height: 14px;
  min-width: 14px;
  width: 14px;
}
.bookings-flagged-modal__action-remove-icon svg {
  fill: #777;
}
.bookings-flagged-modal__empty-placeholder-text {
  color: #bbb;
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 37px;
}
.visits-check-in-preview-modal__field {
  margin-bottom: 5px;
}
.visits-check-in-preview-modal__field-label {
  font-weight: 500;
  margin-bottom: 10px;
}
.complete-booking-modal__add-booking-tag,
.complete-booking-modal__booking-tag {
  display: inline-block;
  margin: 5px;
}
.complete-booking-modal__booking-tags-container {
  margin: 5px 5px 0 -5px;
}
.complete-booking-modal__header {
  color: #777;
  font-size: 18px;
  font-weight: 500;
}
.complete-booking-modal textarea.complete-booking-modal__textarea {
  height: 83px;
  min-height: 83px;
  resize: none;
}
.create-booking-modal__add-booking-tag,
.create-booking-modal__booking-tag {
  display: inline-block;
  margin: 5px;
}
.create-booking-modal__booking-tags-container {
  margin: 5px 5px 0 -5px;
}
.create-booking-modal__field {
  margin-top: 0px;
}
.create-booking-modal__field + .create-booking-modal__field {
  margin-top: 20px;
}
.create-booking-modal__field-label {
  font-weight: 500;
  font-size: 10.5px;
  margin-bottom: 12px;
  word-break: break-word;
}
.create-booking-modal__field-option {
  display: block;
  margin: 0;
}
.create-booking-modal__field-option + .create-booking-modal__field-option {
  margin-top: 15px;
}
.create-booking-modal__header {
  color: #777;
  font-size: 18px;
  font-weight: 500;
}
.create-booking-modal__header-container {
  margin-top: 20px;
}
.create-booking-modal__service-option {
  height: auto;
  min-height: 48px;
}
.create-booking-modal__service-option .md-text {
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .create-booking-modal__service-option .md-text {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .create-booking-modal__service-option .md-text {
    width: 500px;
  }
}
.create-booking-modal__step-progress {
  margin-bottom: 0px;
}
.create-booking-modal__text-field-label {
  overflow: hidden !important;
}
.create-booking-modal .md-errors-spacer {
  display: none;
}
.create-booking-modal textarea.create-booking-modal__textarea {
  height: 83px;
  min-height: 83px;
  resize: none;
}
.create-blocked-off-time-modal__field-label {
  font-weight: 500;
  font-size: 10.5px;
  margin-bottom: 10px;
  word-break: break-word;
}
.create-blocked-off-time-modal__header {
  color: #777;
  font-size: 18px;
  font-weight: 500;
}
.create-blocked-off-time-modal .md-errors-spacer {
  display: none;
}
.create-blocked-off-time-modal textarea.create-blocked-off-time-modal__textarea {
  height: 83px;
  min-height: 83px;
  resize: none;
}
.create-or-edit-multi-choice-question-modal__checkbox-field-popover {
  margin: 0 0 0 5px !important;
  padding-left: 0 !important;
  position: static !important;
}
.create-or-edit-multi-choice-question-modal__display-field-checkbox {
  margin-bottom: 35px;
}
.create-or-edit-multi-choice-question-modal__drop-placeholder {
  background-color: #f1f1f1;
  border: 2px dashed #bbb;
  border-radius: 5px;
}
.create-or-edit-multi-choice-question-modal__input-container {
  margin-top: 10px;
}
.create-or-edit-multi-choice-question-modal__input-field-popover {
  right: 12px !important;
}
.create-or-edit-multi-choice-question-modal__item {
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 5px 10px;
}
.create-or-edit-multi-choice-question-modal__item + .create-or-edit-multi-choice-question-modal__item,
.create-or-edit-multi-choice-question-modal__item + .create-or-edit-multi-choice-question-modal__item-add {
  margin-top: 10px;
}
.create-or-edit-multi-choice-question-modal__item-action {
  opacity: 0.7;
  outline: 0;
  padding: 5px;
  width: 28px;
}
.create-or-edit-multi-choice-question-modal__item-action:hover {
  opacity: 1;
}
.create-or-edit-multi-choice-question-modal__item-action + .create-or-edit-multi-choice-question-modal__item-action {
  margin-left: 10px;
}
.create-or-edit-multi-choice-question-modal__item-actions {
  margin-left: 10px;
}
.create-or-edit-multi-choice-question-modal__item-add {
  border: 2px dashed #bbb;
  border-radius: 5px;
  color: #bbb;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  outline: none;
  padding: 10px 0;
  text-align: center;
}
.create-or-edit-multi-choice-question-modal__item-input-container {
  margin: 0 0 5px 0;
}
.create-or-edit-multi-choice-question-modal__item-input-container .md-errors-spacer {
  display: none;
}
.create-or-edit-multi-choice-question-modal__options-header {
  margin-bottom: 10px;
}
.create-or-edit-multi-choice-question-modal__textarea {
  height: 72px !important;
  margin-top: 5px !important;
  min-height: 72px !important;
}
.create-or-edit-multi-choice-question-modal .popover .popover-content {
  width: 150px;
}
.create-or-edit-text-field-question-modal__checkbox-field-popover {
  margin: 0 0 0 5px !important;
  padding-left: 0 !important;
  position: static !important;
}
.create-or-edit-text-field-question-modal__input-field-popover {
  right: 12px !important;
}
.create-or-edit-text-field-question-modal__textarea {
  height: 72px !important;
  margin-top: 5px !important;
  min-height: 72px !important;
}
.create-or-edit-text-field-question-modal__textarea-container .md-errors-spacer {
  display: none;
}
.create-or-edit-text-field-question-modal .popover .popover-content {
  width: 150px;
}
.visits-create-visit-modal__section {
  margin-bottom: 25px;
}
.visits-create-visit-modal__field {
  margin-bottom: 25px;
}
.visits-create-visit-modal__field-label {
  font-weight: 500;
  margin-bottom: 10px;
  word-break: break-word;
}
.visits-create-visit-modal__field-value {
  font-weight: 400;
}
.visits-create-visit-modal__field-option {
  display: block;
  margin: 0;
}
.visits-create-visit-modal__field-option + .visits-create-visit-modal__field-option {
  margin-top: 15px;
}
.visits-create-visit-modal__field-option-checkbox {
  display: block;
}
.edit-completed-page-modal__textarea-container {
  height: 120px;
  margin-bottom: 20px;
  margin-top: 30px;
  min-height: 120px;
}
.edit-completed-page-modal__textarea-container .md-errors-spacer {
  display: none;
}
.edit-completed-page-modal__textarea {
  height: 120px !important;
  margin-top: 5px !important;
  min-height: 120px !important;
}
.edit-location-preferences-modal__checkbox-input-container {
  margin-top: 5px;
}
.edit-location-preferences-modal__checkbox-field-popover {
  margin: 0 0 0 5px !important;
  padding-left: 0px !important;
  position: static !important;
}
.edit-location-preferences-modal__input-field-popover {
  right: 12px !important;
}
.edit-location-preferences-modal__max-distance-field {
  margin-bottom: 20px;
}
.edit-location-preferences-modal__max-distance-field .md-errors-spacer {
  display: none;
}
.edit-location-preferences-modal .popover .popover-content {
  width: 150px;
}
.edit-welcome-page-modal__logo {
  max-height: 80px;
  max-width: 80px;
}
.edit-welcome-page-modal__logo-actions {
  margin-top: 12px;
}
.edit-welcome-page-modal__logo-action-link + .edit-welcome-page-modal__logo-action-link {
  margin-left: 9px;
}
.edit-welcome-page-modal__logo-add-text {
  color: #999;
  text-decoration: underline;
}
.edit-welcome-page-modal__logo-file-container {
  align-items: center;
  border: 1px dashed #BABABA;
  cursor: pointer;
  display: flex;
  height: 80px;
  justify-content: center;
  margin: 0 auto;
  width: 80px;
}
.edit-welcome-page-modal__logo-outer-container {
  align-items: center;
  border: 1px solid #BABABA;
  display: flex;
  height: 100px;
  justify-content: center;
  width: 100px;
}
.edit-welcome-page-modal__textarea-container {
  height: 120px;
  margin-bottom: 20px;
  margin-top: 30px;
  min-height: 120px;
}
.edit-welcome-page-modal__textarea-container .md-errors-spacer {
  display: none;
}
.edit-welcome-page-modal__textarea {
  height: 120px !important;
  margin-top: 5px !important;
  min-height: 120px !important;
}
.visits-notes-modal__body {
  padding-top: 30px !important;
}
.visits-notes-modal__confirm-dialog {
  margin-bottom: 30px;
}
.visits-notes-modal__notes-container,
.visits-notes-modal__notes-input {
  margin-top: 0 !important;
}
.visits-notes-modal--remove {
  -webkit-text-fill-color: #bbb !important;
  background-color: unset !important;
  border: 1px solid #bbb !important;
  color: #bbb !important;
}
.refund-transaction-model__payment-detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 5px;
}
.send-payment-link-modal__add-item-container {
  margin-top: 20px;
}
.send-payment-link-modal__add-item-link {
  font-size: 12px;
}
.send-payment-link-modal__billing-information-section {
  margin-top: 40px;
}
.send-payment-link-modal__delete-icon {
  cursor: pointer;
  height: 16px;
  margin-top: 15px;
  min-height: 16px;
  min-width: 16px;
  outline: none;
  width: 16px;
}
.send-payment-link-modal__header-container {
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.send-payment-link-modal__expandable-link {
  font-size: 12px;
  margin-left: 2px;
}
.send-payment-link-modal__expandable-description-link {
  font-size: 11px;
  text-decoration: none !important;
}
.send-payment-link-modal__expandable-description-link:hover {
  text-decoration: underline !important;
}
.send-payment-link-modal__footer {
  margin-top: 30px;
}
.send-payment-link-modal__invoice-number-container {
  padding-right: 30px !important;
}
.send-payment-link-modal__line-item {
  border-bottom: 1px solid #dedede;
  margin-top: 15px;
  padding-bottom: 15px;
}
.send-payment-link-modal__line-item + .send-payment-link-modal__line-item {
  padding-top: 15px;
}
.send-payment-link-modal__line-item-input {
  margin-bottom: 5px;
  margin-top: 5px;
}
.send-payment-link-modal__line-item-input .md-errors-spacer {
  display: none;
}
.send-payment-link-modal__total-container {
  font-size: 12px;
  margin-bottom: 40px;
}
.send-payment-link-modal__tax-row-column,
.send-payment-link-modal__total-row {
  margin-top: 22px;
}
.send-payment-link-modal .popover .popover-content {
  width: 200px;
}
.view-payment-modal__activity-log-container {
  border-left: 2px solid #b4b4b4;
  margin-left: 20px;
  margin-top: 5px;
  position: relative;
}
.view-payment-modal__activity-log-item {
  height: 15px;
}
.view-payment-modal__activity-log-item + .view-payment-modal__activity-log-item {
  margin-top: 15px;
}
.view-payment-modal__activity-log-item-action-label {
  color: #333;
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
  width: 180px;
}
.view-payment-modal__activity-log-item-action-date {
  color: #979797;
  display: inline;
  font-size: 14px;
  margin-left: 16px;
}
.view-payment-modal__activity-log-item-details {
  display: inline-block;
  line-height: 15px;
  position: absolute;
  width: 100%;
}
.view-payment-modal__activity-log-item-icon {
  background: #b4b4b4;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  margin-left: -8px;
  width: 15px;
}
.view-payment-modal__footer {
  margin-top: 30px;
}
.view-payment-modal__header-container {
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.view-payment-modal__information-section {
  margin-bottom: 40px;
}
.view-payment-modal__item-local-messages-icon {
  margin-right: 2px;
}
.view-payment-modal__item-status-icon {
  margin-right: 7px;
}
.view-payment-modal__item-status-label {
  font-weight: 500;
}
.view-payment-modal__item-status-label--cancelled {
  color: #ec3939;
}
.view-payment-modal__item-status-label--completed {
  color: #00a624;
}
.view-payment-modal__item-status-label--expired {
  color: #43566B;
}
.view-payment-modal__item-status-label--pending {
  color: #bb6bd9;
}
.view-payment-modal__item-status-label--refunded {
  color: #ff932f;
}
.view-payment-modal__payment-detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 5px;
}
@media print {
  .visits-visit-detail-modal {
    left: 0;
    margin: 0;
    overflow: visible !important;
    padding: 0;
    position: absolute;
    top: 0;
  }
  @page {
    size: portrait;
  }
  .visits-visit-detail-modal a[href]:after {
    content: none;
  }
  .visits-visit-detail-modal .modal-content {
    border: none;
  }
  .visits-visit-detail-modal .modal-dialog {
    margin: 30px 0px;
    width: 100%;
  }
  .visits-visit-detail-modal .modal-header {
    margin: 0 20px;
    padding: 0px;
  }
  .visits-visit-detail-modal .modal-title {
    font-size: 20px !important;
    margin: 0px !important;
    text-align: left;
  }
}
.visits-visit-detail-modal__create-notes-message {
  margin-bottom: 30px;
}
.visits-visit-detail-modal__section {
  margin-bottom: 25px;
}
@media print {
  .visits-visit-detail-modal__section {
    margin-bottom: 0;
  }
}
.visits-visit-detail-modal__section-title {
  border-bottom: 1px solid #C4C4C4;
  font-size: 22px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  text-align: center;
}
@media print {
  .visits-visit-detail-modal__section-title {
    font-size: 20px;
    padding-bottom: 0px;
    text-align: left;
  }
}
.visits-visit-detail-modal__field {
  margin-bottom: 25px;
}
.visits-visit-detail-modal__field-phone {
  flex-grow: 1;
}
.visits-visit-detail-modal__field-flag-icon {
  height: 20px;
  margin-left: 15px;
  width: 20px;
}
.visits-visit-detail-modal__field-label {
  flex-grow: 0;
  font-weight: 500;
  word-break: break-word;
}
.visits-visit-detail-modal__field-label-container {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
.visits-visit-detail-modal__field-value {
  display: flex;
  font-weight: 400;
}
.visits-visit-detail-modal__field-value--bold {
  font-weight: 500;
}
.visits-visit-detail-modal__field-value-detail {
  color: #999;
  margin-left: 5px;
}
.visits-visit-detail-modal__header-container {
  margin-bottom: 10px;
}
.visits-visit-detail-modal__header-action-icon {
  height: 17px;
  max-width: unset;
  min-height: unset;
  width: 17px;
}
.visits-visit-detail-modal__header-action-icon--edit {
  margin-right: 6px;
}
.visits-visit-detail-modal__header-date {
  color: #999;
}
.visits-visit-detail-modal__field-value-icon {
  height: 15px;
  margin: 0 5px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.visits-visit-detail-modal__log-container {
  margin-left: 20px;
  position: relative;
}
.visits-visit-detail-modal__log-container:before {
  background: #C4C4C4;
  bottom: 10px;
  content: '';
  left: 10px;
  position: absolute;
  top: 10px;
  width: 2px;
}
@media print {
  .visits-visit-detail-modal__log-container {
    margin-left: 0;
  }
}
@media print {
  .visits-visit-detail-modal__log-item {
    height: 30px;
    vertical-align: top;
  }
}
@media screen {
  .visits-visit-detail-modal__log-item {
    padding: 5px 0;
  }
  .visits-visit-detail-modal__log-item:before {
    color: #C4C4C4;
    content: '\25CF';
    font-size: 35px;
    height: 16px;
    line-height: 11px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 6px;
  }
}
.visits-visit-detail-modal__log-item-date {
  color: #777;
  padding-left: 15px;
}
.visits-visit-detail-modal__visit-status-label {
  font-weight: 500;
}
.visits-visit-detail-modal__visit-status-label--cancelled {
  color: #ec3939;
}
.visits-visit-detail-modal__visit-status-label--checked_in {
  color: #3b99fc;
}
.visits-visit-detail-modal__visit-status-label--completed {
  color: #64C6BE;
}
.visits-visit-detail-modal__visit-status-label--invited {
  color: #00a624;
}
.visits-visit-detail-modal__visit-status-label--notified {
  color: #ff932f;
}
.visits-visit-detail-modal__visit-status-label--started {
  color: #bb6bd9;
}
.visits-visit-detail-modal__payment-status-label {
  flex-wrap: wrap;
  font-weight: 500;
}
.visits-visit-detail-modal__payment-status-label--cancelled {
  color: #ec3939;
}
.visits-visit-detail-modal__payment-status-label--completed {
  color: #00a624;
}
.visits-visit-detail-modal__payment-status-label--expired {
  color: #43566B;
}
.visits-visit-detail-modal__payment-status-label--pending {
  color: #bb6bd9;
}
.visits-visit-detail-modal__payment-status-label--refunded {
  color: #ff932f;
}
.visits-visit-detail-modal__print-button {
  background: transparent;
  border: none;
  font-size: 20px;
  margin-right: 15px;
  outline: 0;
  position: absolute;
  right: 47px;
}
.visits-visit-detail-modal__print-button:hover svg {
  fill: #777777;
}
.visits-visit-detail-modal__print-icon {
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  width: 20px;
}
.visits-visit-detail-modal__view-payment {
  margin-top: 5px;
}
@media print {
  .visits-visit-detail-modal__view-payment {
    margin-top: 0;
  }
}
.visits-visit-detail-modal__location-contact-section {
  display: flex;
  flex-wrap: wrap;
}
.visits-visit-detail-modal__location-field {
  font-weight: 500;
  margin-bottom: 25px;
}
.visits-visit-detail-modal__location-field-value {
  display: flex;
}
.visits-visit-detail-modal__location-status-label {
  line-height: 17px;
}
.visits-visit-detail-modal__location-status-label--not_detected {
  color: #F4A23A;
}
.visits-visit-detail-modal__location-status-label--out_of_range {
  color: #B21E2D;
}
.visits-visit-detail-modal__location-status-label--within_range {
  color: #239E81;
}
.visits-visit-detail-modal__location-status-icon {
  height: 15px;
  margin: 0px 5px 0px 0px;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.visits-visit-detail-modal__no-notes {
  font-weight: 400;
}
.visits-visit-detail-modal__notes-container {
  margin-bottom: 30px;
}
.visits-bookings-calendar-sync__assignee-container {
  border-bottom: 1px solid #ddd;
  padding: 28px 0 32px 0;
}
.visits-bookings-calendar-sync__assignees-container {
  border-top: 1px solid #ddd;
}
.visits-bookings-calendar-sync__assignee-name {
  font-size: 14px;
  font-weight: 500;
}
.visits-bookings-calendar-sync__assignee-title {
  font-size: 12px;
  font-style: italic;
}
.visits-bookings-calendar-sync__connect-button {
  margin-top: 26px;
}
.visits-bookings-calendar-sync__connect-container {
  height: 471px;
  width: 780px;
}
.visits-bookings-calendar-sync__connect-help-text {
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 8px;
  text-align: center;
}
.visits-bookings-calendar-sync__connect-img {
  height: 136px;
  width: 173px;
}
.visits-bookings-calendar-sync__connect-text {
  color: #bbb;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 47px;
}
.visits-bookings-calendar-sync__header-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 7px;
}
.visits-bookings-calendar-sync__settings-assignee-container {
  margin-top: 36px;
}
.visits-bookings-calendar-sync__settings-assignee-checkbox-container {
  margin: 8px 0 0 23px;
}
.visits-bookings-calendar-sync__settings-buttons-container {
  margin-top: 49px;
}
.visits-bookings-calendar-sync__settings-container {
  max-width: 780px;
}
.visits-bookings-calendar-sync__settings-description {
  color: #333;
  font-size: 14px;
  line-height: 1.2;
}
.visits-bookings-calendar-sync__settings-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.visits-bookings-calendar-sync__settings-title {
  color: #777;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 23px;
}
.bookings-settings-services__group-drop-placeholder {
  background-color: #f8b3aa;
  border: 2px dashed #F15F4B;
  border-radius: 5px;
}
.bookings-settings-services__service-creation-logo {
  max-width: 300px;
}
.visits-bookings-services-time-slots__action-button {
  background-color: transparent;
  border: none;
  display: inline-block;
  outline: none;
}
.visits-bookings-services-time-slots__action-button:hover {
  cursor: pointer;
}
.visits-bookings-services-time-slots__action-button + .visits-bookings-services-time-slots__action-button {
  margin-left: 30px;
}
.visits-bookings-services-time-slots__action-column {
  width: 120px;
}
.visits-bookings-services-time-slots__action-icon {
  height: 20px;
  width: 20px;
}
.visits-bookings-services-time-slots__bookings-allowed-column {
  max-width: 120px;
  text-align: center;
  width: 120px;
  word-break: break-word;
}
.visits-bookings-services-time-slots__name-column {
  max-width: 350px;
  width: 350px;
  word-break: break-word;
}
.visits-bookings-services-time-slots__placeholder-button {
  margin-top: 26px;
  width: 368px;
}
.visits-bookings-services-time-slots__placeholder-container {
  height: 471px;
}
.visits-bookings-services-time-slots__placeholder-img {
  height: 136px;
  width: 173px;
}
.visits-bookings-services-time-slots__placeholder-text {
  color: #bbb;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 47px;
  text-align: center;
}
.visits-bookings-services-time-slots__services-text {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dotted;
}
@media (min-width: 992px) {
  .visits-bookings-services-time-slots table thead th.visits-bookings-services-time-slots__services-column,
  .visits-bookings-services-time-slots table tbody td.visits-bookings-services-time-slots__services-column {
    padding-left: 40px;
  }
}
.bookings-member .bookings-member__delete-icon {
  align-self: center;
  height: 20px;
  outline: none;
  padding-right: 25px;
  width: 20px;
}
.bookings-member .bookings-member__divider {
  background-color: #ddd;
  border: none;
  height: 1px;
  margin: 30px 0;
}
.bookings-member .bookings-member__file-image {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 125px;
  max-width: 125px;
  position: absolute;
  right: 0;
  top: 0;
}
.bookings-member .bookings-member__file-image-container {
  height: 125px;
  outline: 1px solid #ddd;
  position: relative;
  width: 125px;
}
@media (max-width: 599px) {
  .bookings-member .bookings-member__file-image-container {
    width: 100%;
  }
}
.bookings-member .bookings-member__file-link {
  margin-top: 10px;
}
.bookings-member .bookings-member__file-upload {
  border: 2px dashed #ddd;
  cursor: pointer;
  height: 125px;
  width: 125px;
}
.bookings-member .bookings-member__header {
  font-size: 24px;
  font-weight: 500;
  margin: 15px 0 0 0;
}
.bookings-member .bookings-member__photo-container {
  margin-top: 15px;
}
.bookings-member .bookings-member__photo-description {
  margin-right: 55px;
}
.bookings-member .bookings-member__select-label {
  opacity: 1;
  top: unset;
}
.bookings-member .bookings-member__service-divider {
  background-color: #000;
  border: none;
  height: 1px;
  margin: 20px 0;
  opacity: 0.3;
}
.bookings-member .bookings-member__sub-header {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin: 25px 0 0 0;
}
.bookings-staff-members__filter-dropdown-container {
  outline: none;
}
.bookings-staff-members__filter-dropdown-icon,
.bookings-staff-members__filter-dropdown-label {
  margin-right: 5px;
}
.bookings-staff-members__filter-dropdown-label {
  font-weight: 500;
}
.bookings-staff-members__logo {
  max-width: 200px;
}
.bookings-staff-members__logo-description {
  color: #bbb;
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
  padding: 0 20px;
  text-align: center;
}
.bookings-staff-members__more-actions {
  max-width: 225px;
  min-width: 225px;
  padding-right: 0 !important;
  width: 225px;
}
.booking-tags-table__action-column {
  width: 100px;
}
.booking-tags-table__action-icon {
  opacity: 0.7;
  outline: 0;
  padding: 5px;
  width: 28px;
}
.booking-tags-table__action-icon:hover {
  opacity: 1;
}
.booking-tags-table__action-icon + .booking-tags-table__action-icon {
  margin-left: 10px;
}
.booking-tags-table .ol-table-placeholder-text.booking-tags-table__placeholder-text {
  color: #777;
  font-size: 20px;
  font-weight: 500;
}
.web-booker-build__build-container {
  margin: 35px auto 50px auto;
  max-width: 900px;
}
.web-booker-build__chips {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.web-booker-build__chips md-chips-wrap {
  box-shadow: none;
  padding: 0;
}
.web-booker-build__chips md-chip {
  color: #777;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.web-booker-build__component-action {
  height: 20px;
  margin: 0 0 0 10px;
  outline: none;
  padding: 0;
  width: 20px;
}
.web-booker-build__component-actions {
  padding: 0 10px;
}
.web-booker-build__component-description-label {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 0;
}
.web-booker-build__component-description-label-detail {
  font-weight: 400;
}
.web-booker-build__component-icon {
  height: 16px;
  margin-left: 10px;
}
.web-booker-build__component-item {
  background-color: white;
  border-radius: 5px;
  border: 2px solid #F15F4B;
  color: #F15F4B;
  cursor: pointer;
  list-style: none;
  min-height: 75px;
  outline: none;
  padding: 10px;
}
.web-booker-build__component-item-container {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.web-booker-build__component-item-container + .web-booker-build__component-item-container,
.web-booker-build__component-item-container + .web-booker-build__component-add-question,
.web-booker-build__component-item-section + .web-booker-build__component-item-section {
  margin-top: 30px;
}
.web-booker-build__component-label {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  padding: 5px;
}
.web-booker-build__component-label-detail {
  color: #474747;
  font-size: 14px;
  font-weight: normal;
}
.web-booker-build__component-list {
  margin-top: 6px;
  padding-left: 14px;
}
.web-booker-build__component-list-container,
.web-booker-build__component-description-container {
  margin-left: 37px;
}
.web-booker-build__component-list-description {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
}
.web-booker-build__component-list-item {
  padding: 6px;
}
.web-booker-build__component-list-item::marker {
  font-weight: 500;
}
.web-booker-build__component-tooltip {
  margin-left: 5px;
  vertical-align: middle;
}
.web-booker-contact-fields__actions-container {
  min-width: 80px;
  text-align: right;
}
.web-booker-contact-fields__action {
  height: 20px;
  margin: 0 10px;
  outline: none;
  padding: 0;
  width: 20px;
}
.web-booker-design__color-theme-divider {
  margin: 35px 0;
  width: 100%;
}
.web-booker-design__file-container {
  width: 100%;
}
.web-booker-design__file-container:first-of-type {
  margin-top: 25px;
}
.web-booker-design__file-container-text {
  margin-right: 20px;
  margin-top: 10px;
}
.web-booker-design__file-image {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 95px;
  max-width: 250px;
  position: absolute;
  right: 0;
  top: 0;
}
.web-booker-design__file-image-container {
  border: 1px solid #DDDDDD;
  height: 100px;
  position: relative;
  width: 250px;
}
@media (max-width: 599px) {
  .web-booker-design__file-image-container {
    width: 100%;
  }
}
.web-booker-design__file-link {
  margin-top: 7px;
}
.web-booker-design__file-upload {
  border: 2px dashed #DDDDDD;
  cursor: pointer;
  height: 100px;
  width: 250px;
}
@media (max-width: 599px) {
  .web-booker-design__file-upload {
    width: 100%;
  }
}
.web-booker-design__hr {
  margin: 25px 0;
  width: 100%;
}
@media (max-width: 959px) {
  .web-booker-design__input-container {
    margin-right: 0 !important;
    margin-top: 35px;
  }
}
.web-booker-design__input-container-row {
  margin-top: 17px;
}
@media (min-width: 600px) {
  .web-booker-design__input-container-row {
    margin-right: 10px;
  }
}
.web-booker-design__input-container-row .input-color-container {
  margin-right: 10px;
}
.web-booker-design__input-container-row .md-errors-spacer {
  display: none;
}
.web-booker-design__input-label {
  font-size: 12px !important;
  line-height: 14.4px;
  transform: none !important;
}
.web-booker-design__input-preset-container {
  margin-top: 25px;
  width: 100%;
}
.web-booker-design__panel {
  padding: 10px 20px;
}
.web-booker-design__section-header {
  margin-bottom: 0 !important;
  width: 100%;
}
.web-booker-design__section-sub-header {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.3;
  margin: 0 !important;
  text-transform: none !important;
}
.web-booker-design__section-sub-text-header {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin: 30px 0 0 0 !important;
  text-transform: none !important;
}
.web-booker-design__mobile-body {
  background-color: #FFF;
  border-left: 8px solid #eee;
  border-right: 8px solid #eee;
  height: 450px;
  margin: 0 auto;
  max-width: 345px;
  position: relative;
  width: 100%;
}
@media (max-width: 959px) {
  .web-booker-design__mobile-body {
    margin-top: 35px;
  }
}
.web-booker-design__mobile-body__close-panel {
  border-radius: 0 0 10px 10px;
  bottom: 0;
}
.web-booker-design__mobile-body__close-panel,
.web-booker-design__mobile-body__open-panel {
  font-size: 16px;
  font-weight: 500;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  background-color: #64C6BE;
  color: #FFF;
  height: 60px;
  line-height: 19px;
  padding: 20px;
  text-align: left;
  width: 90%;
}
.web-booker-design__mobile-body__open-panel {
  border-radius: 10px 10px 0 0;
  top: 0;
}
.web-booker-design__mobile-body__panel-body {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  background-color: #FFF;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  height: 330px;
  top: 60px;
  width: 90%;
}
.web-booker-design__mobile-body__service {
  border: 2px solid #DDD;
  top: 170px;
}
.web-booker-design__mobile-body__service,
.web-booker-design__mobile-body__service-selected {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  background-color: #FFF;
  border-radius: 10px;
  height: 130px;
  padding: 20px 15px 0 15px;
  width: 90%;
}
@media (max-width: 959px) {
  .web-booker-design__mobile-body__service,
  .web-booker-design__mobile-body__service-selected {
    padding: 10px 15px 0 15px;
  }
}
.web-booker-design__mobile-body__service-icon {
  background-color: #DDD;
  border-radius: 24px;
}
.web-booker-design__mobile-body__service-icon,
.web-booker-design__mobile-body__service-selected-icon {
  height: 24px;
  margin-top: 5px;
  width: 24px;
}
@media (max-width: 599px) {
  .web-booker-design__mobile-body__service-icon,
  .web-booker-design__mobile-body__service-selected-icon {
    height: 16px;
    min-width: 16px;
    width: 16px;
  }
}
.web-booker-design__mobile-body__service-selected {
  border: 2px solid #64C6BE;
  top: 20px;
}
.web-booker-design__mobile-body__service-text-container {
  margin-left: 15px;
}
@media (max-width: 599px) {
  .web-booker-design__mobile-body__service-text-container {
    margin-left: 10px;
  }
}
.web-booker-design__mobile-body__service-text-extra,
.web-booker-design__mobile-body__service-text-header,
.web-booker-design__mobile-body__service-text-hyperlink {
  font-weight: 500;
}
.web-booker-design__mobile-body__service-text-header {
  margin-bottom: 5px;
}
.web-booker-design__mobile-body__service-text-hyperlink {
  color: #3B99FC;
  font-weight: 500;
  margin-bottom: 8px;
  text-decoration: underline;
}
.web-booker-design__mobile-footer {
  background-color: #FFF;
  border-bottom: 8px solid #eee;
  border-left: 8px solid #eee;
  border-radius: 0 0 50px 50px;
  border-right: 8px solid #eee;
  height: 130px;
  margin: 0 auto;
  max-width: 345px;
  position: relative;
  width: 100%;
}
@media (max-width: 959px) {
  .web-booker-design__mobile-footer {
    margin-top: 35px;
  }
}
.web-booker-design__mobile-footer__button {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  background-color: #F15F4B;
  border-radius: 6px;
  color: #FFF;
  font-weight: 500;
  height: 45px;
  padding: 13px;
  text-align: center;
  top: 20px;
  width: 90%;
}
.web-booker-design__mobile-footer__powered-by-container {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 85px;
}
.web-booker-design__mobile-footer__powered-by-img {
  filter: grayscale(100%);
  height: 18px;
  margin-left: 5px;
}
.web-booker-design__mobile-footer__powered-by-text {
  color: #AEAEAE;
}
.web-booker-design__mobile-head {
  background-color: #eee;
  border-radius: 50px 50px 0 0;
  height: 350px;
  margin: 0 auto;
  max-width: 345px;
  position: relative;
  width: 100%;
}
@media (max-width: 959px) {
  .web-booker-design__mobile-head {
    margin-top: 35px;
  }
}
.web-booker-design__mobile-head__header {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  background-color: #DDD;
  border-radius: 5px;
  height: 30px;
  top: 47px;
  width: 95%;
}
.web-booker-design__mobile-head__primary-container {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  background-color: #fff;
  height: 264px;
  top: 86px;
  width: 95%;
}
.web-booker-design__mobile-head__progress-bar {
  background-color: #43566B;
  height: 5px;
  left: 0;
  position: absolute;
  width: 168px;
}
.web-booker-design__mobile-head__summary-booking-action {
  margin-left: 35px;
  margin-top: 20px;
  text-align: left;
}
.web-booker-design__mobile-head__summary-container {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  background-color: #43566B;
  color: #fff;
  font-weight: 500;
  height: 257px;
  text-align: center;
  top: 7px;
  width: 100%;
}
.web-booker-design__mobile-head__summary-header {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 25px;
}
.web-booker-design__mobile-head__summary-header-logo {
  margin-top: 10px;
  max-height: 80px;
  max-width: 250px;
}
.web-booker-design__mobile-head__summary-read-more {
  margin-top: 10px;
  text-decoration: underline;
}
.web-booker-design__mobile-head__summary-secondary-header {
  font-size: 24px;
  font-weight: 500;
  margin-top: 5px;
}
.web-booker-design__mobile-head__summary-text {
  line-height: 17px;
  margin-top: 8px;
  padding: 0 25px;
}
.web-booker-distribute__copy-icon {
  margin-left: 10px;
  outline: none;
}
.web-booker-distribute__generate-link-container {
  margin-top: 20px;
}
.web-booker-distribute__header {
  font-size: 14px;
  font-weight: 500;
}
.web-booker-distribute__share-link-container {
  border-bottom: 1px solid #bbb;
  margin-top: 13px;
}
.web-booker-settings md-input-container {
  margin-top: 0;
}
.web-booker-settings__form-action-cancel {
  margin-right: 20px;
}
.web-booker-settings__form-action-cancel,
.web-booker-settings__form-action-save {
  width: 150px;
}
.web-booker-settings__input-section,
.web-booker-settings__input-container,
.web-booker-settings__form-actions {
  width: 100%;
}
.web-booker-settings__input-amount {
  margin-right: 20px;
}
.web-booker-settings__input-container-buffer-after {
  margin-top: 8px;
}
.web-booker-settings__input-details {
  margin: 0;
  padding-top: 12px;
}
.web-booker-settings__input-label {
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-bottom: 0;
}
.web-booker-settings__input-required {
  font-size: 13px;
  opacity: 0.6;
}
.web-booker-settings__input-section {
  margin-top: 30px;
}
.web-booker-settings__input-section:first-of-type {
  margin-top: 25px;
}
.web-booker-settings__input-tooltip {
  margin-left: 5px !important;
  vertical-align: top;
}
.bookings-staff-hours .bookings-staff-hours__add-period-container {
  background-color: #eee;
  display: flex;
  min-height: 24px;
  outline: none;
  text-align: center;
  width: 95%;
}
.bookings-staff-hours .bookings-staff-hours__add-period-icon {
  color: #bbb;
  height: 15px;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.bookings-staff-hours .bookings-staff-hours__column-header {
  height: 50px;
  position: relative;
}
.bookings-staff-hours .bookings-staff-hours__column-header-text {
  font-size: 14px;
  font-weight: 500;
}
.bookings-staff-hours .bookings-staff-hours__edit-period {
  color: #bbb;
  font-weight: 500;
  height: 24px;
  margin: 0 auto;
  padding-top: 2px;
}
.bookings-staff-hours .bookings-staff-hours__operation-hours {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #333 !important;
  text-align: center;
  text-transform: none !important;
}
.bookings-staff-hours .bookings-staff-hours__period {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.bookings-staff-hours .bookings-staff-hours__period-container {
  background-color: #EDF8FE;
  font-size: 12px;
  padding-bottom: 10px;
  text-align: center;
  width: 95%;
}
.bookings-staff-hours .bookings-staff-hours__staff-image {
  border-radius: 15px;
  height: 30px;
  object-fit: cover;
  width: 30px;
}
.bookings-staff-hours .bookings-staff-hours__staff-name {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bookings-staff-hours .bookings-staff-hours__table-cell {
  border-right: 1px solid #bbb;
  min-width: 80px;
  padding: 15px 0 15px 0;
}
.bookings-staff-hours .bookings-staff-hours__table-row {
  border: 1px solid #bbb;
  min-height: 100px;
}
.bookings-staff-hours__table-head,
.bookings-staff-hours__table-row {
  min-width: calc(200px + (80px * 7));
}
.bookings-staff-hours__table-cell:first-child {
  background-color: #EDF8FE;
}
.bookings-staff-hours__table-cell:first-child,
.bookings-staff-hours__column-header:first-child {
  max-width: 200px;
  min-width: 200px;
  padding: 15px;
  width: 200px;
}
.bookings-staff-hours__table-cell:last-child,
.bookings-staff-hours__column-header:last-child {
  border-right: 0;
}
.check-in-export-form__button-container {
  margin-bottom: 9px;
  margin-top: 4px;
}
.check-in-form__build-container {
  margin: 35px auto 50px auto;
  max-width: 900px;
}
.check-in-form__component-action {
  height: 20px;
  outline: none;
  padding: 0;
  margin: 0 10px;
  width: 20px;
}
.check-in-form__component-action--page {
  margin-right: 0;
}
.check-in-form__component-actions {
  padding: 0 10px;
}
.check-in-form__component-add-question {
  border: 2px dashed #64C6BE;
  border-radius: 5px;
  color: #64C6BE;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  outline: none;
  text-align: center;
}
.check-in-form__component-add-question:hover {
  background-color: #ffffff;
}
.check-in-form__component-basic-item {
  border-color: #ff6138;
  color: #ff6138;
  padding: 10px;
}
.check-in-form__component-drop-placeholder {
  background-color: #afe1dd;
  border: 2px dashed #64C6BE;
  border-radius: 5px;
}
.check-in-form__component-icon {
  height: 21px;
  margin-left: 10px;
}
.check-in-form__component-index {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
  width: 45px;
}
.check-in-form__component-item {
  background-color: white;
  border: 2px solid;
  border-radius: 5px;
  cursor: pointer;
  list-style: none;
  min-height: 42px;
  outline: none;
}
.check-in-form__component-item-container {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.check-in-form__component-item-container + .check-in-form__component-item-container,
.check-in-form__component-item-container + .check-in-form__component-add-question,
.check-in-form__component-item-section + .check-in-form__component-item-section {
  margin-top: 30px;
}
.check-in-form__component-label {
  margin-left: 10px;
  padding: 5px;
  font-weight: 500;
}
.check-in-form__component-label-detail {
  color: #474747;
  font-size: 14px;
  font-weight: normal;
}
.check-in-form__component-label-question {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.check-in-form__component-question-index {
  background-color: #afe1dd;
  border-right: 2px solid #64C6BE;
  font-weight: 500;
  padding: 0 20px;
}
.check-in-form__component-question-item {
  border-color: #64C6BE;
}
.check-in-form-distribute__checkbox-popover {
  right: 20px !important;
}
.check-in-form-distribute__header {
  font-size: 14px;
  font-weight: 500;
}
.check-in-form-distribute__header-help-icon {
  margin-left: 10px;
}
.check-in-form-distribute__page-link-container {
  border-bottom: 1px solid #bbb;
  margin-top: 5px;
}
.check-in-form-distribute__page-link-copy-icon {
  margin-left: 10px;
  outline: none;
}
.check-in-form-distribute__textarea-container {
  margin: 0;
}
.check-in-form-flags__condition-item {
  border: none;
  margin: 5px 20px 30px;
  padding: 0;
}
.check-in-form-flags__condition-item-operator-label {
  text-align: right;
}
.check-in-form-flags__condition-item-actions {
  margin-top: 30px;
  padding-left: 10px;
}
.check-in-form-flags__condition-item-action {
  opacity: 0.7;
  outline: 0;
  padding: 0;
  width: 18px;
}
.check-in-form-flags__condition-item-action:hover {
  opacity: 1;
}
.check-in-form-flags__condition-item-action + .check-in-form-flags__condition-item-action {
  margin-left: 10px;
}
.check-in-form-flags__drop-placeholder {
  background-color: #f1f1f1;
  border: 2px dashed #bbb;
  border-radius: 5px;
}
.check-in-form-flags__input-container {
  margin-top: 0;
  margin-left: 20px;
}
.check-in-form-flags__input-container .md-errors-spacer {
  display: none;
}
.check-in-form-flags__question-option {
  height: auto;
  min-height: 48px;
}
.check-in-form-flags__question-option .md-text {
  width: 280px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.check-in-form-flags__rule-item {
  margin-bottom: 10px;
  padding-bottom: 35px;
}
.check-in-form-flags__rule-item {
  border: 1px solid #999;
  border-radius: 5px;
  overflow: hidden;
  margin: 8px 8px 20px;
  padding: 0;
}
.check-in-form-flags__rule-item-action {
  opacity: 0.7;
  outline: 0;
  padding: 0;
  width: 18px;
}
.check-in-form-flags__rule-item-action:hover {
  opacity: 1;
}
.check-in-form-flags__rule-item-actions {
  background-color: #f1f1f1;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom-left-radius: 5px;
  padding: 10px 15px;
}
.check-in-form-flags__rule-item-add {
  border: 2px dashed #bbb;
  border-radius: 5px;
  color: #bbb;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 8px;
  outline: 0;
  padding: 10px 0;
  text-align: center;
}
.check-in-form-flags__rule-item-title {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding: 10px 20px 5px;
}
.visits-dashboard__tabs {
  padding: 20px 0 30px;
}
.visits-dashboard__column-flag {
  width: 20px;
}
.visits-dashboard__column-payment-status {
  width: 200px;
}
.visits-dashboard__column-payment-status-label {
  font-weight: 500;
}
.visits-dashboard__column-payment-status-label--cancelled {
  color: #ec3939;
}
.visits-dashboard__column-payment-status-label--completed {
  color: #00a624;
}
.visits-dashboard__column-payment-status-label--expired {
  color: #43566B;
}
.visits-dashboard__column-payment-status-label--pending {
  color: #bb6bd9;
}
.visits-dashboard__column-payment-status-label--refunded {
  color: #ff932f;
}
.visits-dashboard__column-phone-number {
  padding-left: 35px !important;
}
.visits-dashboard__column-phone-number-container {
  align-items: center;
  display: flex;
  margin-left: -20px;
}
.visits-dashboard__column-phone-number-unread {
  display: block;
  position: relative;
  width: 20px;
}
.visits-dashboard__column-phone-number-unread--has-unread.visits-dashboard__column-phone-number-unread:after {
  color: #3b99fc;
  content: '\25CF';
  display: inline-block;
  font-size: 22px;
  height: 11px;
  line-height: 8px;
  position: absolute;
  top: -6px;
}
.visits-dashboard__column-status-label {
  font-weight: 500;
}
.visits-dashboard__column-status-label--invited {
  color: #00A624;
}
.visits-dashboard__column-status-label--checked_in {
  color: #3B99FC;
}
.visits-dashboard__column-status-label--notified {
  color: #FF932F;
}
.visits-dashboard__column-status-label--started {
  color: #BB6BD9;
}
.visits-dashboard__column-status-label--completed {
  color: #64C6BE;
}
.visits-dashboard__column-status-label--cancelled {
  color: #EC3939;
}
.visits-dashboard__column-status-date {
  color: #999999;
}
.visits-dashboard__column-status-icon {
  height: 15px;
  margin-right: 5px;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.visits-dashboard__column-action {
  text-align: right;
  width: 1em;
}
.visits-dashboard__flag-icon {
  height: 20px;
  width: 20px;
}
.visits-bookings-dashboard {
  height: 100%;
  overflow: hidden;
}
.visits-bookings-dashboard__availability-calendar-container {
  border-bottom: 1px solid #dddddd;
  padding: 20px 30px;
}
.visits-bookings-dashboard__back-icon {
  cursor: pointer;
  margin-right: 7px;
  outline: none;
}
.visits-bookings-dashboard__details-action-button {
  margin: 0;
  min-height: 30px;
  min-width: 30px;
}
.visits-bookings-dashboard__details-action-dropdown .ol-popover-select-item:hover {
  color: #F15F4B;
}
.visits-bookings-dashboard__details-action-dropdown .ol-popover-select-item:hover svg {
  fill: #F15F4B;
}
.visits-bookings-dashboard__details-action-button md-icon.visits-bookings-dashboard__details-action-icon {
  cursor: pointer;
  height: auto;
  outline: none;
  width: auto;
}
.visits-bookings-dashboard__details-container {
  height: 100%;
  position: relative;
  transition: 0.5s linear all;
  width: 100%;
}
.visits-bookings-dashboard__details-container--highlight-add {
  background: #ffffff;
}
.visits-bookings-dashboard__details-container--highlight {
  background: rgba(255, 208, 95, 0.25);
}
.visits-bookings-dashboard__details-container--highlight-remove {
  background: rgba(255, 208, 95, 0.25);
}
.visits-bookings-dashboard__details-info-container {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  height: 100%;
  margin-bottom: 10px;
  margin-top: 50px;
  overflow-y: auto;
  width: 100%;
}
.visits-bookings-dashboard__details-info-container--with-footer {
  margin-bottom: 80px;
}
.visits-bookings-dashboard__details-info-inner-container {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
}
.visits-bookings-dashboard__details-info-inner-container .ol-event-details {
  box-sizing: content-box;
  padding: 20px;
}
.visits-bookings-dashboard__details-select-placeholder-container {
  margin-top: 70px;
}
.visits-bookings-dashboard__details-select-placeholder-img {
  display: block;
  height: 121px;
  margin: 0 auto;
  width: 142px;
}
.visits-bookings-dashboard__details-select-placeholder-text {
  color: #bbbbbb;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  padding: 0 30px;
  text-align: center;
}
.visits-bookings-dashboard__details-title {
  font-size: 16px;
  font-weight: 500;
}
.visits-bookings-dashboard__details-title-container {
  height: 30px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: calc(100% - 40px);
  z-index: 100;
}
.visits-bookings-dashboard__event-calendar-container {
  height: 100%;
  padding-top: 20px;
}
.visits-bookings-dashboard__flagged-bookings-modal-link {
  color: #ffffff !important;
}
.visits-bookings-dashboard__flagged-bookings-warning .ol-alert__close {
  opacity: 1;
}
.visits-bookings-dashboard__flagged-bookings-warning .ol-alert__close .material-icons,
.visits-bookings-dashboard__flagged-bookings-warning .ol-alert__icon .material-icons {
  font-size: 20px;
}
.visits-bookings-dashboard__google-icon {
  height: 24px;
  width: 24px;
}
.visits-bookings-dashboard__left-panel {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 340px;
  z-index: 10;
}
.visits-bookings-dashboard__main-panel {
  height: 100%;
  margin-left: 340px;
  overflow-x: auto;
  width: calc(100% - 340px);
}
.visits-bookings-dashboard__footer-cta {
  height: 38px;
  font-size: 14px;
  padding: 0 30px;
}
.visits-bookings-dashboard__footer-container,
.visits-bookings-dashboard__footer-completed-container {
  align-items: center;
  display: flex;
  background-color: #f1f1f1;
  bottom: 0;
  height: 70px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.visits-bookings-dashboard__footer-completed-container {
  position: static;
}
.visits-bookings-dashboard-mobile {
  background-color: #ffffff;
}
.visits-bookings-dashboard-mobile__header-container {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.visits-bookings-dashboard-mobile__event-calendar {
  height: calc(100% - 146px);
  margin-top: 146px;
  overflow: auto;
  position: relative;
  width: 100%;
}
.visits-bookings-dashboard-mobile__event-calendar--with-assignee-selector {
  height: calc(100% - 194px);
  margin-top: 194px;
}
.visits-bookings-dashboard-mobile__event-calendar--booking {
  height: calc(100% - 79px);
  margin-top: 79px;
}
.visits-bookings-dashboard-mobile__event-calendar--inbox {
  height: calc(100% - 64px);
  margin-top: 64px;
}
.visits-bookings-dashboard-mobile__event-calendar--inbox-with-assignee-selector {
  height: calc(100% - 112px);
  margin-top: 112px;
}
.visits-bookings-dashboard-mobile__event-calendar--search {
  height: calc(100% - 120px);
  margin-top: 120px;
}
.visits-bookings-dashboard-mobile__event-calendar--search-with-assignee-selector {
  height: calc(100% - 168px);
  margin-top: 168px;
}
.visits-bookings-dashboard-mobile__filter-container {
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
}
.visits-bookings-dashboard-mobile__filter {
  padding: 8px 20px;
}
.payments-dashboard {
  padding-bottom: 80px;
}
.payments-dashboard__item {
  height: 75px;
}
.payments-dashboard__item-detail--bold {
  font-weight: 500;
}
.payments-dashboard__item-local-messages-icon {
  margin-right: 2px;
}
.payments-dashboard__item-status {
  font-weight: 500;
}
.payments-dashboard__item-status-icon {
  margin-right: 7px;
}
.payments-dashboard__item-status--completed {
  color: #00a624;
}
.payments-dashboard__item-status--cancelled {
  color: #ec3939;
}
.payments-dashboard__item-status--expired {
  color: #43566B;
}
.payments-dashboard__item-status--pending {
  color: #bb6bd9;
}
.payments-dashboard__item-status--refunded {
  color: #ff932f;
}
.payments-dashboard__tabs {
  max-width: 800px;
  margin-bottom: 20px;
}
.payments-dashboard__table-fixed-width-header {
  width: 20%;
}
.payments-dashboard .ol-table-pagination {
  padding: 5px 10px;
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-map-pane svg,
.leaflet-map-pane canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

.leaflet-label {
	background: rgb(235, 235, 235);
	background: rgba(235, 235, 235, 0.81);
	background-clip: padding-box;
	border-color: #777;
	border-color: rgba(0,0,0,0.25);
	border-radius: 4px;
	border-style: solid;
	border-width: 4px;
	color: #111;
	display: block;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 6px;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	z-index: 6;
}

.leaflet-label.leaflet-clickable {
	cursor: pointer;
}

.leaflet-label:before,
.leaflet-label:after {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: none;
	position: absolute;
	top: 5px;
}

.leaflet-label:before {
	border-right: 6px solid black;
	border-right-color: inherit;
	left: -10px;
}

.leaflet-label:after {
	border-left: 6px solid black;
	border-left-color: inherit;
	right: -10px;
}

.leaflet-label-right:before,
.leaflet-label-left:after {
	content: "";
}
.marker-icon-middle {
  opacity: 0.7;
  margin: -6px 0 0 -6px !important;
  width: 10px !important;
  height: 10px !important;
}
.marker-icon,
.marker-icon:focus {
  background-color: #ffffff;
  border: 1px solid #3388FF;
  border-radius: 50%;
  margin: -8px 0 0 -8px !important;
  width: 14px !important;
  height: 14px !important;
  outline: 0;
  transition: opacity ease 0.3s;
}
.leaflet-control-layers-toggle {
  background-image: url('/assets/map_layers_control.png') !important;
}
.ol-conversation-composer {
  background-color: white;
  border: 1px solid #dedede;
  border-radius: 6px;
  height: 175px;
  margin: 0 15px 10px;
  position: relative;
}
@media (max-width: 991px) {
  .ol-conversation-composer {
    border-radius: 0;
    margin: 0;
  }
}
.ol-conversation-composer__header {
  border-bottom: 1px solid #dedede;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
@media (max-width: 991px) {
  .ol-conversation-composer__header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.ol-conversation-composer__header-popover-icon {
  margin: 0 15px 0 0;
}
.ol-conversation-composer__tabs {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: block;
  overflow: hidden;
}
.ol-conversation-composer__tabs .md-nav-item ._md-nav-button {
  font-weight: 500;
  text-transform: none;
  padding-bottom: 0;
  border: 0 !important;
}
.ol-conversation-composer__tabs-item {
  font-weight: 500;
  text-transform: none;
}
.ol-conversation-composer__composer-container {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 100%;
  position: relative;
}
.ol-conversation-composer__composer-container--note {
  background-color: #fef8dc;
}
.ol-conversation-composer__composer {
  height: 100%;
  padding-bottom: 10px;
}
.ol-conversation-composer__disabled-overlay {
  background-color: #eee;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ol-conversation-composer__disabled-container {
  background-color: white;
  border: 1px solid #dedede;
  border-radius: 6px;
  color: #777;
  font-weight: 400;
  margin: 0 25px;
  padding: 10px 15px;
}
.ol-conversation-composer__disabled-container-icon {
  height: 15px;
  margin-right: 10px;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.ol-conversation-composer__footer {
  bottom: 0;
  padding: 10px 15px;
  position: absolute;
  right: 0;
}
.ol-conversation-composer__footer-button {
  margin: 0 0 0 10px;
  min-width: 125px;
}
.ol-conversation-composer .ql-editor {
  max-height: 75px;
}
.conversation-details {
  background-color: white;
  border-left: 2px solid #dedede;
  height: 100%;
  padding-bottom: 80px;
}
.conversation-details__section {
  color: #333;
  padding: 20px 20px 20px 15px;
}
.conversation-details__section + .conversation-details__section {
  border-top: 1px solid #dedede;
}
.conversation-details__field {
  margin-top: 15px;
}
.conversation-details__field.col-sm-6:nth-child( odd ) {
  clear: left;
}
.conversation-details__field-label {
  font-weight: 500;
  overflow-wrap: break-word;
}
.conversation-details__field-value {
  font-weight: normal;
  overflow-wrap: break-word;
}
.conversation-details__placeholder {
  color: #333;
  font-weight: 500;
  margin-top: 15px;
}
.conversation-details__location-phone {
  color: #777;
  font-style: italic;
  font-weight: normal;
  margin-left: 5px;
}
.conversation-details__tags-container {
  margin-right: -5px;
  margin-left: -5px;
}
.conversation-details ol-add-conversation-tag,
.conversation-details__tag {
  margin: 5px;
}
.conversation-details-name__display-name {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  padding: 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.conversation-details-name__edit-icon {
  height: 17px;
  width: 17px;
  min-width: 17px;
  margin: 0 0 0 10px;
  min-height: 17px;
}
.conversation-details-name__edit-icon:hover {
  color: #ff6138;
}
.conversation-details-name__field {
  cursor: text;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 5px 10px;
  user-select: none;
  width: 100%;
}
.conversation-details-name__field::placeholder {
  color: #ccc;
}
.conversation-details-name__field:focus,
.conversation-details-name__field:hover {
  border-color: #bbb;
}
.conversation-details-name__field--first {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.conversation-details-name__field--last {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.conversation-details-survey-request {
  margin-top: 15px;
}
.conversation-details-survey-request__template {
  color: #333;
  font-weight: 500;
}
.conversation-details-survey-request__sent {
  color: #333;
  font-weight: 400;
}
.conversation-details-survey-request__sentiment {
  height: 20px;
  margin-left: 5px;
  margin-top: -4px;
  width: 20px;
}
ol-conversation-link .conversation-link {
  font-weight: 500;
}
ol-conversation-link .conversation-link__icon {
  height: 18px;
  margin-right: 5px;
  min-height: 18px;
  min-width: 18px;
  width: 18px;
}
.ol-conversation-list {
  background-color: white;
  border-right: 2px solid #dedede;
  height: 100%;
}
@media (max-width: 991px) {
  .ol-conversation-list {
    border-right: none;
  }
}
.ol-conversation-list__placeholder {
  color: #777;
  margin-bottom: 40px;
}
.ol-conversation-list__header {
  border-bottom: 1px solid #bbb;
}
.ol-conversation-list__header-search {
  padding: 10px 15px;
}
.ol-conversation-list__header-search-bar {
  margin: 0;
}
.ol-conversation-list__header-filters {
  padding: 2px 15px;
}
.ol-conversation-list__header-tabs {
  border-bottom: 1px solid #dedede;
}
.ol-conversation-list__header-tabs .ol-tabs-item {
  height: auto;
  min-height: 40px;
}
.ol-conversation-list__header-tags {
  padding: 5px 15px;
}
.ol-conversation-list__tag {
  margin: 5px;
}
.ol-conversation-list__list-container {
  background-color: white;
}
.ol-conversation-list__list {
  padding-left: 0;
  list-style: none;
}
.ol-conversation-list__loading {
  color: #777;
  padding: 20px;
  text-align: center;
}
.ol-conversation-list__tag-filter {
  margin-left: 10px;
}
.ol-conversation-list-item {
  color: #333;
  cursor: pointer;
  padding: 15px 15px 15px 0;
  position: relative;
  outline: 0;
}
.ol-conversation-list-item:hover {
  background-color: #f9f9f9;
}
.ol-conversation-list-item:not(:last-child):after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #dedede;
  bottom: 0;
  left: 30px;
  right: 0;
}
.ol-conversation-list-item--selected {
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .ol-conversation-list-item {
    padding-right: 0;
  }
}
.ol-conversation-list-item__left {
  text-align: center;
  width: 30px;
}
.ol-conversation-list-item__title {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.ol-conversation-list-item__title--disabled {
  color: #999;
}
.ol-conversation-list-item__date {
  color: #777;
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
}
.ol-conversation-list-item__date--disabled {
  color: #999;
}
.ol-conversation-list-item:hover .ol-conversation-list-item__date--has-action {
  display: none;
}
.ol-conversation-list-item__tags-container {
  margin-left: 25px;
  margin-top: 5px;
}
.ol-conversation-list-item__tag {
  margin: 5px;
}
.ol-conversation-list-item__text {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ol-conversation-list-item__text--disabled {
  color: #999;
}
.ol-conversation-list-item__location {
  margin-top: 5px;
}
.ol-conversation-list-item__location-text {
  color: #777;
  font-size: 14px;
  font-style: italic;
}
.ol-conversation-list-item__location-icon {
  font-size: 15px !important;
  height: 15px !important;
  margin-bottom: 2px;
  min-height: 15px !important;
  min-width: 15px !important;
  width: 15px !important;
}
.ol-conversation-list-item__channel-disabled {
  margin-top: 5px;
}
.ol-conversation-list-item__channel-disabled-text {
  color: #f0ad4e;
  font-style: italic;
  font-weight: 500;
}
.ol-conversation-list-item__icon {
  height: 15px;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.ol-conversation-list-item__icon-call {
  margin-bottom: 0px;
  margin-right: 5px;
}
.ol-conversation-list-item__unread {
  color: #3b99fc;
  font-size: 25px;
  line-height: 11px;
}
.ol-conversation-list-item__unread:after {
  content: '\25CF';
  display: inline-block;
  height: 15px;
  line-height: 8px;
}
.ol-conversation-list-item__action {
  display: none;
  color: #777 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-left: 5px !important;
  text-decoration: none !important;
}
.ol-conversation-list-item:hover .ol-conversation-list-item__action {
  display: inherit;
}
.ol-conversation-list-item__action-text {
  text-decoration: underline;
}
.ol-conversation-list-item__action-icon {
  margin: 0 !important;
  min-height: auto !important;
  min-width: auto !important;
  width: 15px !important;
}
.ol-conversation-list-item__action-icon[md-svg-src] {
  color: #777 !important;
  height: 13px !important;
  min-height: auto !important;
  min-width: auto !important;
}
.ol-conversation-list-item__action-icon:not([md-svg-src]) {
  font-size: 18px !important;
  height: auto !important;
  line-height: 18px !important;
}
@keyframes typing-circle-blink {
  50% {
    opacity: 1;
  }
}
conversation-messages,
conversation-messages .conversation-items {
  background-color: #f6f6f6;
}
conversation-messages .conversation-items {
  position: relative;
}
conversation-messages .conversation-item-group {
  position: relative;
}
conversation-messages .conversation-item {
  margin-bottom: 10px;
}
conversation-messages .conversation-item-error {
  font-weight: 500;
}
conversation-messages .conversation-header {
  background-color: white;
  border-bottom: 1px solid #dedede;
  padding: 15px;
}
@media (max-width: 991px) {
  conversation-messages .conversation-header {
    padding: 10px;
  }
}
conversation-messages .conversation-header-assignee-icon {
  font-size: 20px;
  height: 20px !important;
  line-height: 20px;
  margin-right: 5px;
  min-height: 15px !important;
  min-width: 15px !important;
  width: 20px !important;
}
conversation-messages .conversation-title {
  font-size: 24px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  conversation-messages .conversation-title {
    font-size: 18px;
    margin-bottom: 3px;
    text-align: center;
  }
}
conversation-messages .conversation-subtitle {
  color: #777;
  font-size: 14px;
  text-align: center;
}
conversation-messages .conversation-warning .ol-alert-content {
  font-size: 14px;
}
conversation-messages .conversation-warning .ol-alert__icon .material-icons {
  font-size: 22px;
}
conversation-messages .conversation-actions {
  text-align: right;
}
conversation-messages .conversation-actions__button {
  margin: 0 0 0 10px;
  min-width: initial;
  padding: 0 10px;
}
conversation-messages .conversation-actions__button__icon[md-svg-src] {
  height: 15px;
  margin: 0 4px;
  width: 15px;
}
conversation-messages .conversation-actions__button__icon:not([md-svg-src]) {
  height: auto;
  width: auto;
}
conversation-messages .conversation-actions__button-call {
  display: flex;
  justify-content: center;
}
conversation-messages .conversation-actions__popover .ol-popover-select-item:hover .ol-popover-select-item-icon svg path {
  fill: #ff6138;
}
conversation-messages .conversation-item-message-content-container {
  width: 100%;
}
conversation-messages .conversation-item-message-content {
  max-width: 70%;
}
conversation-messages .conversation-item-message-bubble-container {
  width: 100%;
}
conversation-messages .conversation-item-message-bubble {
  color: #333;
  border-radius: 6px;
  margin-bottom: 5px;
  max-width: 100%;
}
conversation-messages .conversation-item-message-container {
  padding: 0 25px 0;
}
conversation-messages .conversation-item-voicemail-container {
  background-color: #F0F8FF;
  border-radius: 6px;
  border: 1px solid #dedede;
  max-width: 280px;
  padding-top: 5px;
}
conversation-messages .conversation-item-voicemail__header {
  color: #777777;
  font-weight: 500;
  padding: 5px 12px 0px 12px;
}
conversation-messages .conversation-item-voicemail__text {
  font-style: italic;
  padding: 10px 10px 0px;
  white-space: pre-line;
}
conversation-messages .ol-audio-player {
  display: block;
  min-width: 250px;
  padding: 10px 5px 5px;
}
conversation-messages .conversation-item-media-container {
  width: 100%;
  margin-bottom: 5px;
}
conversation-messages .conversation-item-media {
  border: 1px solid #dedede;
  max-width: 100%;
  overflow: hidden;
}
conversation-messages .conversation-item-media.is-first {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
conversation-messages .conversation-item-media.is-last {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
conversation-messages .conversation-item-media-image {
  max-height: 250px;
  max-width: 100%;
}
conversation-messages .conversation-item-media-image--no-size {
  height: 200px;
}
conversation-messages .conversation-item-media-other {
  background-color: #ccc;
  border-radius: 6px;
  padding: 40px 30px;
}
conversation-messages .conversation-item-media-other:hover {
  text-decoration: none;
}
conversation-messages .conversation-item-media-other-title {
  color: #777;
}
conversation-messages .conversation-item-media-other-subtitle {
  color: #777;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}
conversation-messages .conversation-item-message_in .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-message_out .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-message_out_automated .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-scheduled_message .conversation-item-message-bubble-last::before {
  content: "";
  bottom: -1px;
  border-style: solid;
  display: block;
  position: absolute;
  width: 0;
}
conversation-messages .conversation-item-message_in .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-message_out .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-message_out_automated .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-scheduled_message .conversation-item-message-bubble-last::after {
  border-style: solid;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 0;
}
conversation-messages .conversation-item-message_in .conversation-item-message-bubble {
  background-color: #ffffff;
  border: 1px solid #dedede;
  position: relative;
}
conversation-messages .conversation-item-message_in .conversation-item-message-bubble-last {
  border-bottom-left-radius: 0;
}
conversation-messages .conversation-item-message_in .conversation-item-message-bubble-last::before {
  border-color: transparent #dedede;
  border-width: 15px 13px 0 0;
  left: -13px;
}
conversation-messages .conversation-item-message_in .conversation-item-message-bubble-last::after {
  border-color: transparent #ffffff;
  border-width: 13px 11px 0 0;
  left: -11px;
}
conversation-messages .conversation-item-local_site_form_submission .conversation-item-message-bubble,
conversation-messages .conversation-item-message_out .conversation-item-message-bubble,
conversation-messages .conversation-item-message_out_automated .conversation-item-message-bubble,
conversation-messages .conversation-item-payment_link_sent .conversation-item-message-bubble,
conversation-messages .conversation-item-payment_receipt_link_sent .conversation-item-message-bubble,
conversation-messages .conversation-item-referral_invite_sent .conversation-item-message-bubble,
conversation-messages .conversation-item-survey_request_sent .conversation-item-message-bubble,
conversation-messages .conversation-item-survey_request_preview_sent .conversation-item-message-bubble,
conversation-messages .conversation-item-survey_request_resent .conversation-item-message-bubble,
conversation-messages .conversation-item-survey_request_reminder_sent .conversation-item-message-bubble,
conversation-messages .conversation-item-visit_booking_cancelled .conversation-item-message-bubble,
conversation-messages .conversation-item-visit_booking_confirmed .conversation-item-message-bubble,
conversation-messages .conversation-item-visit_booking_pending .conversation-item-message-bubble,
conversation-messages .conversation-item-visit_booking_reminder .conversation-item-message-bubble,
conversation-messages .conversation-item-visit_booking_rescheduled .conversation-item-message-bubble,
conversation-messages .conversation-item-visit_booking_updated .conversation-item-message-bubble,
conversation-messages .conversation-item-visit_invite_sent .conversation-item-message-bubble,
conversation-messages .conversation-item-visit_notified .conversation-item-message-bubble {
  background-color: #edf8fe;
  border: 1px solid #cddfea;
  position: relative;
}
conversation-messages .conversation-item-local_site_form_submission .conversation-item-message-bubble-last,
conversation-messages .conversation-item-message_out .conversation-item-message-bubble-last,
conversation-messages .conversation-item-message_out_automated .conversation-item-message-bubble-last,
conversation-messages .conversation-item-payment_link_sent .conversation-item-message-bubble-last,
conversation-messages .conversation-item-payment_receipt_link_sent .conversation-item-message-bubble-last,
conversation-messages .conversation-item-referral_invite_sent .conversation-item-message-bubble-last,
conversation-messages .conversation-item-survey_request_sent .conversation-item-message-bubble-last,
conversation-messages .conversation-item-survey_request_preview_sent .conversation-item-message-bubble-last,
conversation-messages .conversation-item-survey_request_resent .conversation-item-message-bubble-last,
conversation-messages .conversation-item-survey_request_reminder_sent .conversation-item-message-bubble-last,
conversation-messages .conversation-item-visit_booking_cancelled .conversation-item-message-bubble-last,
conversation-messages .conversation-item-visit_booking_confirmed .conversation-item-message-bubble-last,
conversation-messages .conversation-item-visit_booking_pending .conversation-item-message-bubble-last,
conversation-messages .conversation-item-visit_booking_reminder .conversation-item-message-bubble-last,
conversation-messages .conversation-item-visit_booking_rescheduled .conversation-item-message-bubble-last,
conversation-messages .conversation-item-visit_booking_updated .conversation-item-message-bubble-last,
conversation-messages .conversation-item-visit_invite_sent .conversation-item-message-bubble-last,
conversation-messages .conversation-item-visit_notified .conversation-item-message-bubble-last {
  border-bottom-right-radius: 0;
}
conversation-messages .conversation-item-local_site_form_submission .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-message_out .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-message_out_automated .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-payment_link_sent .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-payment_receipt_link_sent .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-referral_invite_sent .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-survey_request_sent .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-survey_request_preview_sent .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-survey_request_resent .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-survey_request_reminder_sent .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-visit_booking_cancelled .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-visit_booking_confirmed .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-visit_booking_pending .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-visit_booking_reminder .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-visit_booking_rescheduled .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-visit_booking_updated .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-visit_invite_sent .conversation-item-message-bubble-last::before,
conversation-messages .conversation-item-visit_notified .conversation-item-message-bubble-last::before {
  border-color: transparent #cddfea;
  border-width: 15px 0 0 13px;
  right: -13px;
}
conversation-messages .conversation-item-local_site_form_submission .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-message_out .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-message_out_automated .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-payment_link_sent .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-payment_receipt_link_sent .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-referral_invite_sent .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-survey_request_sent .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-survey_request_preview_sent .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-survey_request_resent .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-survey_request_reminder_sent .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-visit_booking_cancelled .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-visit_booking_confirmed .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-visit_booking_pending .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-visit_booking_reminder .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-visit_booking_rescheduled .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-visit_booking_updated .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-visit_invite_sent .conversation-item-message-bubble-last::after,
conversation-messages .conversation-item-visit_notified .conversation-item-message-bubble-last::after {
  border-color: transparent #edf8fe;
  border-width: 13px 0 0 11px;
  right: -11px;
}
conversation-messages .conversation-item-note .conversation-item-message-bubble {
  background-color: #fef8dc;
  border: 1px solid #dcd4b0;
  position: relative;
}
conversation-messages .conversation-item-scheduled_message .conversation-item-message-bubble {
  background-color: #64747D;
  border: none;
  position: relative;
}
conversation-messages .conversation-item-scheduled_message .conversation-item-message-bubble-last {
  border-bottom-right-radius: 0;
}
conversation-messages .conversation-item-scheduled_message .conversation-item-message-bubble-last::before {
  display: none;
}
conversation-messages .conversation-item-scheduled_message .conversation-item-message-bubble-last::after {
  border-color: transparent #64747D;
  border-width: 13px 0 0 11px;
  right: -11px;
}
conversation-messages .conversation-item-scheduled_message .conversation-item-message-text {
  color: white;
}
conversation-messages .conversation-item-scheduled_message .conversation-item-message-time {
  color: #333;
}
conversation-messages .conversation-item-message-medias {
  background-color: #f3f3f3;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  max-height: 300px;
  overflow: hidden;
}
conversation-messages .conversation-item-message-media-container {
  display: block;
}
conversation-messages .conversation-item-message-media {
  max-height: 300px;
  max-width: 100%;
}
conversation-messages .conversation-item-message-text {
  margin: 0;
  padding: 10px;
  word-wrap: break-word;
}
conversation-messages .conversation-item-message-text-value {
  background-color: #EEEEEE;
  border: 1px solid #999;
  border-radius: 9px;
  color: #777;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 18px;
  line-height: 14px;
  padding: 1px 8px;
}
conversation-messages .conversation-item-message-text-value-icon {
  font-size: 14px;
  height: auto;
  margin-right: 2px;
  margin-top: -1px;
  min-height: auto;
  min-width: auto;
  width: auto;
}
conversation-messages .conversation-item-message-details {
  font-size: 12px;
}
conversation-messages .conversation-item-error {
  color: #c9302c;
  font-size: 12px;
  outline: 0;
}
conversation-messages .conversation-item-error-icon {
  color: #c9302c;
  font-size: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  width: 20px;
}
conversation-messages .conversation-item-error-popover {
  text-decoration: underline;
  text-decoration-style: dotted;
}
conversation-messages .conversation-item-error-title {
  margin-left: 5px;
}
conversation-messages .conversation-item-error-message {
  font-style: italic;
  margin-left: 5px;
}
conversation-messages .conversation-item-message-sender {
  color: #777;
  font-weight: 500;
  margin-right: 5px;
}
conversation-messages .conversation-item-message-location {
  color: #777;
  font-style: italic;
  font-weight: normal;
  margin-right: 5px;
}
conversation-messages .conversation-item-message-location-icon {
  font-size: 15px !important;
  height: 15px !important;
  margin-bottom: 2px;
  min-height: 15px !important;
  min-width: 15px !important;
  width: 15px !important;
}
conversation-messages .conversation-item-message-sender-details {
  color: #777;
  font-style: italic;
  font-weight: normal;
  margin-right: 5px;
}
conversation-messages .conversation-item-message-sender-link {
  color: #777;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}
conversation-messages .conversation-item-message-time {
  color: #bbb;
  font-weight: 500;
}
conversation-messages .conversation-item-message-action {
  display: none;
}
conversation-messages .conversation-item:hover .conversation-item-message-action {
  display: inherit;
}
conversation-messages .conversation-item-message-action-icon {
  cursor: pointer;
  font-size: 30px;
  height: 25px;
  line-height: 25px;
  margin: 5px;
  min-height: initial;
  min-width: initial;
  outline: 0;
  width: 30px;
}
conversation-messages .conversation-item-message-action-icon:hover {
  color: #ff6138;
}
conversation-messages .conversation-item-day_separator {
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
conversation-messages .conversation-item-day_separator::before {
  content: "";
  background-color: #f6f6f6;
  height: 25px;
  position: absolute;
  top: 0;
  width: 100%;
}
conversation-messages .conversation-item-day_separator .conversation-item-day-label {
  background-color: #f6f6f6;
  border-radius: 6px;
  color: #777;
  z-index: 100;
  display: table;
  margin: auto;
  padding: 5px 20px;
  position: relative;
  font-weight: 500;
}
conversation-messages .conversation-item-day_separator .conversation-item-day-divider {
  border-top: 1px solid #dedede;
  margin: -15px 20px 0;
  position: absolute;
  left: 0;
  right: 0;
}
conversation-messages .conversation-item-day_separator .conversation-item-day-link {
  font-size: 12px;
  margin-left: 5px;
}
conversation-messages .conversation-item-header-container {
  background-color: white;
  border: 1px solid #dedede;
  border-radius: 6px;
  color: #333;
  font-weight: normal;
  margin: 0;
  padding: 10px 15px;
}
conversation-messages .conversation-item-header-icon {
  margin-right: 10px;
  height: 35px;
  width: 35px;
}
conversation-messages .conversation-item-header-title {
  font-weight: 500;
}
conversation-messages .conversation-item-header-date {
  color: #777;
  font-weight: 500;
  margin-left: 10px;
}
conversation-messages .conversation-item-survey_request_sent .conversation-item-survey_request_sent-template,
conversation-messages .conversation-item-referral_invite_sent .conversation-item-survey_request_sent-template,
conversation-messages .conversation-item-survey_request_reminder_sent .conversation-item-survey_request_sent-template,
conversation-messages .conversation-item-survey_request_sent .conversation-item-survey_request_reminder_sent-template,
conversation-messages .conversation-item-referral_invite_sent .conversation-item-survey_request_reminder_sent-template,
conversation-messages .conversation-item-survey_request_reminder_sent .conversation-item-survey_request_reminder_sent-template {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  color: #333;
}
conversation-messages .conversation-item-survey_request_sent .conversation-item-survey_request_sent-sentiment,
conversation-messages .conversation-item-referral_invite_sent .conversation-item-survey_request_sent-sentiment,
conversation-messages .conversation-item-survey_request_reminder_sent .conversation-item-survey_request_sent-sentiment,
conversation-messages .conversation-item-survey_request_sent .conversation-item-survey_request_reminder_sent-sentiment,
conversation-messages .conversation-item-referral_invite_sent .conversation-item-survey_request_reminder_sent-sentiment,
conversation-messages .conversation-item-survey_request_reminder_sent .conversation-item-survey_request_reminder_sent-sentiment {
  height: 20px;
  margin-left: 10px;
  margin-top: -4px;
  width: 20px;
}
conversation-messages .conversation-item-survey_request_sent .conversation-item-message-bubble,
conversation-messages .conversation-item-referral_invite_sent .conversation-item-message-bubble,
conversation-messages .conversation-item-survey_request_reminder_sent .conversation-item-message-bubble {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
conversation-messages .conversation-item-survey_request_sent .conversation-item-media-container,
conversation-messages .conversation-item-referral_invite_sent .conversation-item-media-container,
conversation-messages .conversation-item-survey_request_reminder_sent .conversation-item-media-container {
  background-color: #ddd;
  margin: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
conversation-messages .conversation-item-survey_request_sent .conversation-item-media,
conversation-messages .conversation-item-referral_invite_sent .conversation-item-media,
conversation-messages .conversation-item-survey_request_reminder_sent .conversation-item-media {
  border-radius: 0;
  border: none;
}
conversation-messages .conversation-item-referral_invite_sent--has_message_content .conversation-item-referral_invite_sent-container,
conversation-messages .conversation-item-survey_request_sent--has_message_content .conversation-item-referral_invite_sent-container,
conversation-messages .conversation-item-survey_request_reminder_sent--has_message_content .conversation-item-referral_invite_sent-container,
conversation-messages .conversation-item-referral_invite_sent--has_message_content .conversation-item-survey_request_sent-container,
conversation-messages .conversation-item-survey_request_sent--has_message_content .conversation-item-survey_request_sent-container,
conversation-messages .conversation-item-survey_request_reminder_sent--has_message_content .conversation-item-survey_request_sent-container,
conversation-messages .conversation-item-referral_invite_sent--has_message_content .conversation-item-survey_request_reminder_sent-container,
conversation-messages .conversation-item-survey_request_sent--has_message_content .conversation-item-survey_request_reminder_sent-container,
conversation-messages .conversation-item-survey_request_reminder_sent--has_message_content .conversation-item-survey_request_reminder_sent-container {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
conversation-messages .conversation-item-action .conversation-item-action-container {
  display: table;
  font-size: 12px;
  margin: 0 auto 5px;
  padding: 0 15px;
  text-align: center;
}
conversation-messages .conversation-item-action .conversation-item-action-text {
  color: #777;
  font-weight: 500;
}
conversation-messages .conversation-item-action .conversation-item-action-date {
  color: #bbb;
  margin-left: 5px;
  font-weight: 500;
}
conversation-messages .conversation-item-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #f6f6f6;
}
conversation-messages .conversation-item-loading,
conversation-messages .conversation-item-placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #f6f6f6;
}
conversation-messages .conversation-item-loading-text,
conversation-messages .conversation-item-placeholder-text {
  color: #777;
  padding: 10px;
  text-align: center;
}
conversation-messages .conversation-typing {
  border-top: 1px solid #ddd;
  color: #777;
  font-size: 14px;
  font-weight: 500;
  margin: 0px 15px;
  padding: 5px 0;
  text-align: center;
}
conversation-messages .conversation-typing-icon {
  display: inline-block;
}
conversation-messages .conversation-typing-circle {
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 0 1px;
  opacity: 0.4;
  width: 8px;
}
conversation-messages .conversation-typing-circle:nth-of-type(1) {
  animation: 1s typing-circle-blink infinite 0.3333s;
}
conversation-messages .conversation-typing-circle:nth-of-type(2) {
  animation: 1s typing-circle-blink infinite 0.6666s;
}
conversation-messages .conversation-typing-circle:nth-of-type(3) {
  animation: 1s typing-circle-blink infinite 1s;
}
conversation-messages .conversation-typing-text {
  display: inline-block;
  margin-left: 5px;
}
ol-emoji-picker {
  display: block;
}
.emoji-picker {
  width: 315px;
}
.emoji-picker__title {
  margin: 15px 0 5px 0;
  padding: 0 5px;
}
.emoji-picker__icon {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  outline: 0;
  padding: 5px;
  text-align: center;
  transition: background-color 0.1s ease;
  vertical-align: middle;
}
.emoji-picker__icon:hover {
  background-color: #eee;
  transform: scale(1.1);
}
.emoji-picker__container {
  height: 250px;
}
.emoji-picker__row {
  padding: 0 10px;
}
.emoji-picker__row-icons {
  height: 32px;
}
.ol-message-composer {
  height: 100%;
}
.ol-message-composer p {
  color: #333 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
}
.ol-message-composer__asset {
  max-height: 72px;
  max-width: 150px;
  padding: 10px 5px 10px 15px;
  position: relative;
  width: auto;
}
.ol-message-composer__asset-image {
  border-radius: 4px;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.ol-message-composer__asset-remove {
  position: absolute;
  top: 3px;
  left: 8px;
  border-radius: 50%;
  background-color: #999;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  color: white;
  font-size: 17px !important;
  line-height: 20px !important;
  text-align: center;
  cursor: pointer;
  z-index: 101;
  outline: none;
}
.ol-message-composer__asset-remove:hover {
  background-color: #ff6138;
}
.ol-message-composer__asset-loading {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
  z-index: 100;
}
.ol-message-composer__asset-loading .ol-loader-icon {
  border-width: 3px;
  height: 30px;
  width: 30px;
}
.ol-message-composer__editor-container {
  overflow-y: auto;
}
.ol-message-composer__toolbar {
  padding: 10px 15px 0 15px;
}
.ol-message-composer__toolbar-item + .ol-message-composer__toolbar-item {
  margin-left: 10px;
}
.ol-message-composer__toolbar-item-link.tertiary-link {
  text-decoration: none;
}
.ol-message-composer__toolbar-item-icon {
  font-size: 20px !important;
  font-weight: 400 !important;
  height: 16px !important;
  line-height: 16px !important;
  margin: 0 !important;
  min-height: initial !important;
  min-width: initial !important;
  text-decoration: none !important;
  width: 20px !important;
}
@media (max-width: 991px) {
  .ol-message-composer__toolbar-item-icon {
    height: 16px !important;
    width: 20px !important;
  }
}
.ol-message-composer__toolbar-schedule-date {
  color: #aaa;
  font-size: 12px;
  font-style: italic;
}
.ol-message-composer__toolbar-popover .ol-popover-panel {
  z-index: 1061;
}
.ol-message-composer__toolbar-popover .ol-popover-arrow {
  z-index: 1062;
}
.ol-message-composer__toolbar-popover .ol-popover-container .ol-popover-panel {
  max-height: none;
}
.ol-message-composer__toolbar-popover .ol-popover-select-group-label {
  color: #777;
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px 5px;
  text-transform: none;
}
.ol-message-composer__toolbar-popover .ol-popover-select-item {
  color: #333;
}
.ol-message-composer--conversation-composer .ol-message-composer__toolbar {
  height: 50px;
}
.ol-message-template-picker__header {
  border-bottom: 1px solid #dedede;
  padding: 10px 15px;
}
.ol-message-template-picker__title {
  color: #777;
  font-size: 16px;
  font-weight: 500;
}
.ol-message-template-picker__body {
  padding: 10px 0;
  width: 275px;
}
.ol-message-template-picker__items {
  overflow-y: auto;
  max-height: 250px;
  min-height: 75px;
}
.ol-message-template-picker__items-placeholder {
  height: 75px;
}
.ol-message-template-picker__items-placeholder-text {
  text-align: center;
}
.ol-message-template-picker__item {
  outline: 0;
  overflow: hidden;
  padding: 5px 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ol-message-template-picker__item:hover {
  background-color: #eee;
}
.ol-message-template-picker__item-add {
  border-top: 1px solid #dedede;
  display: block;
  padding: 10px 15px 0 15px;
}
.export-bulk-message-details-modal__warning-text {
  color: #777;
  font-size: 12px;
}
.manage-message-templates-modal .modal-dialog {
  position: relative;
  width: 850px;
}
.manage-message-templates-modal.creation-mode .modal-dialog {
  width: 600px;
}
.manage-message-templates-modal .modal-body {
  height: 450px;
  padding: 0;
}
.manage-message-templates-modal .message-templates-list-header {
  border-bottom: 1px solid #dedede;
  padding: 10px 15px;
}
.manage-message-templates-modal .message-templates-list-header > .ol-search-bar {
  margin-bottom: 0;
}
.manage-message-templates-modal .message-templates-list {
  border-right: 1px solid #dedede;
  position: relative;
  width: 275px;
}
.manage-message-templates-modal .message-templates-list-footer {
  border-top: 1px solid #dedede;
  padding: 15px;
}
.manage-message-templates-modal .message-template-list-overlay {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  padding: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.manage-message-templates-modal .message-templates-list-placeholder {
  padding: 45px 15px;
  text-align: center;
}
.manage-message-templates-modal .message-templates-items {
  overflow-y: auto;
  position: relative;
}
.manage-message-templates-modal .message-templates-item {
  cursor: pointer;
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  padding: 10px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.manage-message-templates-modal .message-templates-item + .message-templates-item {
  border-top: 1px solid #dedede;
}
.manage-message-templates-modal .message-templates-item.selected,
.manage-message-templates-modal .message-templates-item:hover {
  background-color: #eee;
}
.manage-message-templates-modal .message-templates-item.selected {
  font-weight: 500;
}
.manage-message-templates-modal .message-templates-item:hover .message-templates-item-actions {
  display: inherit;
}
.manage-message-templates-modal .message-templates-item-name {
  color: #333;
  font-weight: 500;
}
.manage-message-templates-modal .message-templates-item-text {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.manage-message-templates-modal .message-template {
  position: relative;
}
.manage-message-templates-modal .message-template-body {
  padding: 10px 15px;
}
.manage-message-templates-modal .message-template-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.manage-message-templates-modal .message-template-text-input {
  height: 120px !important;
}
.manage-message-templates-modal .message-template-footer {
  padding: 10px 15px;
}
.manage-message-templates-modal .message-template-loading {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.manage-message-templates-modal .message-template-delete-confirmation {
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 0;
  left: 0;
  padding: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.manage-message-templates-modal .message-template-delete-confirmation-text {
  font-size: 16px;
}
.new-message-modal .modal-dialog {
  display: table;
  margin-top: 120px;
  max-width: 95vw;
  width: auto;
}
.ol-new-message__conversation-tag-selector .md-select-value .ol-tag {
  border: none;
  background: none;
}
.ol-new-message__form {
  max-width: 95vw;
  width: 650px;
}
.ol-new-message__keyword-options {
  max-height: 340px;
  overflow: hidden;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
@media (max-width: 767px) {
  .ol-new-message__keyword-options {
    max-height: 600px;
  }
}
.ol-new-message__keyword-options.ng-enter,
.ol-new-message__keyword-options.ng-leave.ng-leave-active {
  max-height: 0;
  opacity: 0;
}
.ol-new-message__keyword-options.ng-leave,
.ol-new-message__keyword-options.ng-enter.ng-enter-active {
  max-height: 340px;
  opacity: 1;
}
@media (max-width: 767px) {
  .ol-new-message__keyword-options.ng-leave,
  .ol-new-message__keyword-options.ng-enter.ng-enter-active {
    max-height: 600px;
  }
}
.ol-new-message__keyword-options-detail {
  color: #777 !important;
  font-size: 13px !important;
  margin-bottom: 10px !important;
}
.ol-new-message__keyword-options-detail-container {
  margin-top: 5px;
  margin-bottom: 15px;
}
.ol-new-message__keyword-options-detail-link {
  font-size: 13px !important;
}
.ol-new-message__locations {
  min-width: 400px;
}
.ol-new-message__locations .modal-body {
  padding: 20px 0 10px 0;
}
.ol-new-message__locations-subtitle {
  color: #777;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: center;
}
.ol-new-message__locations-items {
  max-height: 300px;
  overflow-y: auto;
}
.ol-new-message__location {
  cursor: pointer;
  outline: 0;
  padding: 15px 20px;
}
.ol-new-message__location:hover {
  background-color: #eee;
}
.ol-new-message__location + .ol-new-message__location {
  border-top: 1px solid #dedede;
}
.ol-new-message__location-name {
  font-size: 16px;
}
.ol-new-message__location-phone {
  color: #777;
  font-size: 14px;
  margin-right: 10px;
}
.ol-new-message__options-title {
  font-weight: 500;
}
.ol-new-message__search-container {
  margin: 0 auto;
  position: relative;
  max-width: 425px;
  width: 100%;
}
.ol-new-message__search-bar {
  margin: 0;
}
.ol-new-message__search-results {
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  max-height: 200px;
  overflow-y: auto;
  z-index: 100;
  margin: 0 25px;
}
.ol-new-message__search-results-item {
  outline: none;
  padding: 10px 15px;
}
.ol-new-message__search-results-item--selected,
.ol-new-message__search-results-item:hover {
  background-color: #eee;
}
.ol-new-message__search-results-item-name {
  color: #333;
  font-weight: 500;
}
.ol-new-message__search-results-item-detail {
  color: #777;
  margin-left: 10px;
}
.ol-new-message__search-status {
  height: 15px;
  margin-top: 2px;
}
.ol-new-message__search-no-result {
  color: #bbb;
  font-size: 12px;
  text-align: center;
}
.ol-new-message__search-error {
  color: #c9302c;
  font-size: 12px;
  margin-top: 2px;
  text-align: center;
}
.ol-new-message__summary {
  margin-bottom: 20px;
}
.ol-new-message__summary-row {
  margin-bottom: 10px;
}
.ol-new-message__summary-label {
  font-size: 14px;
  font-weight: 500;
  width: 325px;
}
.ol-new-message__summary-value {
  font-size: 14px;
  font-weight: normal;
  margin-left: 25px;
  text-align: left;
}
.ol-new-message__summary-tooltip {
  margin-left: 15px;
}
.ol-new-message__recipient-container {
  margin: 5px 0 20px 0;
}
.ol-new-message__conversation-tag-item {
  display: inline-flex;
  margin: 5px;
}
.ol-new-message__recipient-item {
  display: inline-flex;
  background-color: #d8d8d8;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  padding: 0 5px 0 15px;
}
.ol-new-message__recipient-item-name {
  font-weight: 500;
}
.ol-new-message__recipient-item-phone {
  color: #777;
  margin-left: 5px;
}
.ol-new-message__recipient-item-remove-icon {
  font-size: 20px !important;
  line-height: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  margin-left: 5px;
  width: 25px !important;
  min-width: 25px !important;
  cursor: pointer;
}
.ol-new-message__composer {
  border: 1px solid #dedede;
  border-radius: 6px;
  display: block;
  height: 125px;
  margin-bottom: 15px;
  padding: 0 0 10px 0;
}
.ol-new-message__composer-label {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 10px;
}
.ol-new-message__optin-warning {
  color: #777 !important;
  font-size: 12px !important;
  margin-bottom: 10px;
}
.ol-new-message__optin-warning .ol-new-message__contact-us-link {
  font-size: 12px !important;
}
.ol-new-message__preview {
  max-width: 95vw;
  width: 750px;
}
.ol-new-message__preview-table-container {
  margin-bottom: 20px;
  max-height: 350px;
  overflow: auto;
}
.ol-new-message__preview-table {
  width: 100%;
}
.ol-new-message__preview-table-status {
  font-weight: normal !important;
}
.ol-new-message__preview-table-status:not([popover=""]) {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.ol-new-message__preview-table-message-col {
  width: 100%;
}
.ol-new-message__preview-table-image-container {
  margin-right: 10px;
}
.ol-new-message__preview-table-image {
  border-radius: 6px;
  max-height: 100px;
  max-width: 125px;
}
.ol-new-message__loading {
  height: 275px;
  max-width: 95vw;
  width: 650px;
}
.ol-new-message__loading .ol-loader .ol-loader-icon {
  height: 75px;
  width: 75px;
}
.widget-phone-number-transfer-message-modal {
  margin-top: 10%;
}
.widget-phone-number-transfer-message-modal .phone-number-transfer-message-modal {
  padding-bottom: 0;
  padding-top: 0;
}
.widget-phone-number-transfer-message-modal .phone-number-transfer-message-modal .form-row {
  margin-bottom: 15px;
}
.widget-phone-number-transfer-message-modal .phone-number-transfer-message-modal md-input-container {
  margin-top: 15px;
}
.widget-phone-number-transfer-message-modal .phone-number-transfer-message-modal md-input-container label {
  display: none;
}
.widget-location-settings-modal .modal-dialog {
  width: 450px;
}
.ol-bulk-messages-detail__status-label:not([popover=""]) {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.ol-bulk-messages-detail__response-col {
  width: 50%;
}
.ol-bulk-messages-detail__export-button {
  width: 200px;
}
.ol-bulk-messages-detail__infos {
  background-color: white;
  border-right: 1px solid #dedede;
  padding: 10px 15px;
}
.ol-bulk-messages-detail__info {
  margin-bottom: 15px;
}
.ol-bulk-messages-detail__info-label {
  color: #999;
  font-weight: 500;
}
.ol-bulk-messages-detail__info-value {
  font-weight: normal;
}
.ol-bulk-messages-detail__info-detail {
  color: #999;
}
.ol-bulk-messages-detail__info-value-image-container {
  margin-right: 10px;
}
.ol-bulk-messages-detail__info-value-image {
  border-radius: 6px;
  margin: 5px 0;
  max-height: 100px;
  max-width: 125px;
}
.ol-bulk-messages__sender {
  color: #777;
  font-style: italic;
}
.ol-bulk-messages__status-detail {
  color: #777;
  font-style: italic;
}
.ol-bulk-messages__message-col {
  width: 50%;
}
.ol-bulk-messages__message-image-container {
  margin-right: 10px;
}
.ol-bulk-messages__message-image {
  border-radius: 6px;
  max-height: 100px;
  max-width: 125px;
}
.call-history {
  background: white;
}
.call-history__container {
  padding: 0 25px 80px 25px;
}
.local-messages-dashboard-insights-container {
  max-width: 100% !important;
  width: 100% !important;
}
@media (min-width: 600px) {
  .local-messages-dashboard-insights-container {
    max-width: 600px !important;
  }
}
@media (min-width: 960px) {
  .local-messages-dashboard-insights-container {
    max-width: 700px !important;
  }
}
@media (min-width: 1280px) {
  .local-messages-dashboard-insights-container {
    max-width: 850px !important;
  }
}
.scheduled-message-settings-table__message-text-col {
  width: 50%;
}
.scheduled-message-settings-table__message-text-image-container {
  margin-right: 10px;
}
.scheduled-message-settings-table__message-text-image {
  border-radius: 6px;
  max-height: 100px;
  max-width: 125px;
}
.scheduled-message-settings-table__error-message {
  color: #c9302c;
  font-size: 12px;
  outline: 0;
}
.scheduled-message-settings-table__error-message-icon {
  color: #c9302c;
  font-size: 20px !important;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  width: 20px;
}
.scheduled-message-settings-table__error-message-title {
  font-weight: 500;
  margin-left: 5px;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.scheduled-message-settings-table__error-message-text {
  font-style: italic;
  font-weight: normal;
  margin-left: 5px;
}
.messenger-usage-stats__analytics-content {
  padding: 0 50px;
  width: 100%;
}
@media (max-width: 959px) {
  .messenger-usage-stats__analytics-content {
    padding: 0 30px;
  }
}
.messenger-usage-stats__loading-container {
  height: 100%;
}
.messenger-usage-stats__loading-container ol-loader {
  height: 100%;
}
@media (min-width: 960px) {
  .messenger-usage-stats__graph-container {
    position: relative;
    height: 350px;
  }
}
.messenger-usage-stats__stats-header-right-text {
  font-size: 15px;
  color: #aaa;
}
@media (max-width: 599px) {
  .messenger-usage-stats__stats-header-right-text {
    margin-left: 20px;
  }
}
@media (min-width: 600px) {
  .messenger-usage-stats__stats-header-right-text {
    float: right;
  }
}
.messenger-usage-stats__stats-header-bold-text {
  color: #777;
}
.messenger-usage-stats__tracker {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 5px;
  height: 34px;
}
.messenger-usage-stats__tracker-used,
.messenger-usage-stats__tracker-finished,
.messenger-usage-stats__tracker-remaining {
  display: inline-block;
  padding: 5px 0;
  height: 100%;
}
.messenger-usage-stats__tracker-used {
  background-color: #39b54a;
}
.messenger-usage-stats__tracker-finished {
  background-color: #c9302c;
  width: 100%;
}
.messenger-usage-stats__tracker-remaining {
  background-color: #ccc;
}
.messenger-usage-stats__warning {
  font-weight: 500;
  font-size: 15px;
  color: #333333;
}
.admin.messenger .messenger-container {
  background: white;
  height: 100%;
  overflow-y: scroll;
}
.messenger-placeholder {
  background-color: #f5f5f5;
  text-align: center;
}
.messenger-placeholder .messenger-placeholder-title {
  color: #bbb;
  font-size: 48px;
  margin: 0 0 10px;
}
.messenger-placeholder .messenger-placeholder-subtitle {
  color: #bbb;
  font-size: 24px;
  margin: 0 0 30px;
}
.messenger-placeholder .messenger-placeholder-icon {
  margin-bottom: 30px;
  width: 200px;
}
.messenger-placeholder .messenger-placeholder-cta {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
  min-width: 300px;
}
.conversation-tags-table .action-icon {
  opacity: 0.7;
  outline: 0;
  padding: 5px;
  width: 28px;
}
.conversation-tags-table .action-icon:hover {
  opacity: 1;
}
.conversation-tags-table .action-icon + .action-icon {
  margin-left: 10px;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.widget-design__section {
  padding: 35px 0 40px 0;
  position: relative;
}
.widget-design__section + .widget-design__section {
  border-top: 1px solid #eee;
}
.widget-design__enable-chatbot-checkbox {
  margin-top: 10px;
}
.widget-design__enable-chatbot-checkbox-chatbot-icon {
  margin-left: 25px;
}
.widget-design__enable-chatbot-checkbox-tooltip {
  margin-left: 10px;
  position: relative;
}
.widget-design__enable-chatbot-checkbox-tooltip--icon {
  background-color: #fff;
  cursor: pointer;
  left: 0;
  position: absolute;
}
.widget-design__input-length-counter {
  color: #777;
  display: block;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  text-align: right;
  top: 10px;
}
.chatbot-widget-design__section {
  padding: 35px 0 40px 0;
  position: relative;
}
.chatbot-widget-design__section + .widget-design__section {
  border-top: 1px solid #eee;
}
.chatbot-widget-design__title-icon {
  border-radius: 50%;
  border: 1px solid #F15F4B;
  margin-left: -5px;
  margin-right: 10px;
  padding: 10px;
  position: relative;
  vertical-align: middle;
}
.chatbot-widget-design__title-icon svg {
  position: relative;
  top: 5px;
}
.chatbot-widget-design__sub-title {
  color: #777 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 20px;
  margin-bottom: 10px;
}
.chatbot-widget-design__description {
  font-size: 16px !important;
  line-height: 20px;
  margin-bottom: 20px;
}
.chatbot-widget-design__enable-chatbot-checkbox {
  margin-top: 10px;
}
.chatbot-widget-design__enable-chatbot-checkbox-chatbot-icon {
  margin-left: 25px;
}
.chatbot-widget-design__enable-chatbot-checkbox-tooltip {
  margin-left: 10px;
  position: relative;
}
.chatbot-widget-design__enable-chatbot-checkbox-tooltip--icon {
  background-color: #fff;
  cursor: pointer;
  left: 0;
  position: absolute;
}
.widget-preview-chatbot {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.widget-preview-chatbot-messenger {
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  font-family: var(--base-font-family);
  height: 100%;
  position: relative;
}
.widget-preview-chatbot-messenger__chat {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  padding: 10px 20px;
}
.widget-preview-chatbot-messenger__chat-item {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
}
.widget-preview-chatbot-messenger__chat-item--chatbot-icon {
  border-radius: 50%;
  margin-right: 12px;
}
.widget-preview-chatbot-messenger__chat-item--chatbot-icon--wrapper {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #F15F4B;
  display: flex;
  height: 45px;
  justify-content: center;
  margin-top: 8px;
  width: 45px;
}
.widget-preview-chatbot-messenger__chat-item--chatbot-icon--wrapper img {
  width: 25px;
}
.widget-preview-chatbot-messenger__chat-item--message {
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  font-family: var(--base-font-family);
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 8px;
  max-width: 260px;
}
.widget-preview-chatbot-messenger__chat-item--message p {
  margin: 0;
  white-space: pre-line;
}
.widget-preview-chatbot-messenger__chat-item--message.answer {
  background-color: #eeeeee;
  padding: 15px 20px;
}
.widget-preview-chatbot-messenger__chat-item--message.clearScroll {
  margin-bottom: 60px;
}
.widget-preview-chatbot-messenger__chat-item--message.clearAvatar {
  margin-left: 60px;
}
.widget-preview-chatbot-messenger__composer {
  align-items: center;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
  position: relative;
}
.widget-preview-chatbot-messenger__composer--textarea {
  border-radius: 4px;
  border: 2px solid #C4C4C4;
  box-sizing: border-box;
  color: #333333;
  font-family: var(--base-font-family);
  font-size: 13px;
  height: 50px;
  margin-bottom: 10px;
  outline: none;
  padding: 10px;
  resize: none;
  width: 100%;
  z-index: 1;
}
.widget-preview-chatbot-messenger__composer--textarea:placeholder {
  color: #000;
}
.widget-preview-chatbot-messenger__composer--textarea.disabled {
  opacity: 0.4;
}
.widget-preview-chatbot-messenger__composer--textarea:focus {
  border: 2px solid #43566B;
}
.widget-preview-chatbot-messenger__meta-actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 20px 15px;
}
.widget-preview-chatbot-messenger__meta-actions--powered-by-link {
  color: #999;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}
.widget-preview-chatbot-messenger__meta-actions--talk-to-human {
  background-color: #ff6138;
  border-radius: 4px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: var(--base-font-family);
  font-size: 12px;
  font-weight: bold;
  margin: 0 5px;
  outline: none;
  padding: 5px 10px;
}
.widget-preview-chatbot-messenger__header {
  align-items: center;
  background-color: #ff6138;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  padding: 12px 24px;
}
.widget-preview-chatbot-messenger__header--icon {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.widget-preview-chatbot-messenger__header--icon img {
  height: 100%;
  position: relative;
  top: 2px;
  width: 100%;
}
.widget-preview-chatbot-messenger__header--title {
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  margin: 0 0 0 10px !important;
}
.widget-preview__wrapper {
  padding-left: 25px;
}
.widget-preview__container {
  background: white;
  border-radius: 6px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  max-width: 375px;
  min-width: 325px;
  padding: 30px 30px 20px 30px;
}
.widget-preview__container--location-selection {
  padding: 30px 15px 20px 15px;
}
.widget-preview__message {
  background: white;
  border-radius: 6px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.widget-preview__widget-button {
  border-radius: 50%;
  cursor: default;
  height: 60px;
  width: 60px;
}
.widget-preview__widget-button-icon.material-icons {
  color: white;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  min-height: 30px;
  min-width: 30px;
  width: 30px;
}
.widget-preview__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-align: center;
}
.widget-preview__subtitle {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.widget-preview__form {
  margin: 15px 0 25px 0;
}
.widget-preview__field {
  border-bottom: 1px solid #ccc;
  color: #777;
  font-size: 11px;
  font-weight: 500;
  margin: 15px 0 25px 0;
  padding: 0 0 30px 0;
  text-transform: uppercase;
}
.widget-preview__field--required:after {
  content: '*';
  color: red;
  margin-left: 3px;
}
.widget-preview__disclaimer-container {
  margin-bottom: 15px;
  padding: 0 20px;
}
.widget-preview__disclaimer-container .widget-preview__disclaimer {
  margin-bottom: 10px;
}
.widget-preview__disclaimer {
  color: #999;
  font-size: 10px;
  font-weight: 400;
  margin: 0 0 25px 0;
  text-align: center;
}
.widget-preview__disclaimer--confirmation {
  margin: 10px 0;
}
.widget-preview__disclaimer--terms-link {
  color: #999;
  font-size: 10px;
  text-decoration: underline;
}
.widget-preview__legal {
  color: #999;
  font-size: 10px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: center;
}
.widget-preview__button {
  align-items: center;
  border-radius: 6px;
  border: 2px solid transparent;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  color: white;
  cursor: default;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  margin: 0 10px;
  outline: 0;
  padding: 0 30px;
  text-transform: uppercase;
  vertical-align: middle;
}
.widget-preview__button--secondary {
  background-color: white;
}
.widget-preview__button-icon {
  color: white;
  font-size: 20px;
  height: 20px;
  line-height: 20 px;
  margin-right: 10px;
  min-height: 20px;
  min-width: 20px;
  width: 20px;
}
.widget-preview__powered {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.widget-preview__checkmark {
  margin: 15px 0;
  text-align: center;
}
.widget-preview__button-container {
  margin: 25px 0;
  text-align: center;
}
.widget-preview__locations-container {
  margin-bottom: 25px;
}
.widget-preview__locations {
  margin: 15px 0;
  max-height: 250px;
  overflow-y: auto;
}
.widget-preview__location {
  padding: 15px 0;
}
.widget-preview__location + .widget-preview__location {
  border-top: 1px solid #dedede;
}
.widget-preview__location-name {
  font-size: 16px;
  font-weight: 500;
}
.widget-preview__skip {
  text-align: center;
}
.widget-preview__skip,
.widget-preview__skip-icon {
  color: #3b99fc;
}
.admin.settings.messenger.widget.integration .messenger-widget-code {
  cursor: auto !important;
  height: auto !important;
  min-height: auto !important;
}
.widget-locations__location {
  height: 90px;
}
.widget-locations__location--is_disabled .widget-locations__location-checkbox .md-label {
  color: #999;
}
.widget-locations__location + .widget-locations__location {
  border-top: 1px solid #dedede;
}
.widget-locations__location-checkbox {
  margin-bottom: 0;
}
.widget-locations__location-checkbox .md-label {
  font-size: 18px;
  font-weight: 500;
  margin-top: -2px;
}
.widget-locations__location-name {
  font-size: 18px;
  margin-left: 10px;
}
.widget-locations__location-name-field .md-errors-spacer {
  display: none;
}
.widget-locations__location-settings-container {
  text-align: center;
  width: 40px;
}
.widget-locations__location-settings-icon {
  color: #999;
}
.admin.user_settings.notifications .notifications-channel,
.admin.user_settings.notifications .notifications-channel md-icon {
  color: #999999;
}
.admin.user_settings.notifications .notifications-channel .notifications-channel-name {
  display: block;
}
.admin.user_settings.notifications .notifications-table {
  width: 100%;
}
.admin.user_settings.notifications .notifications-column-title {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0 10px 0;
}
.admin.user_settings.notifications .notifications-column-text {
  font-weight: 400;
  width: 100%;
}
.admin.user_settings.notifications .notifications-column-text strong {
  font-weight: 500;
}
.admin.user_settings.notifications .notifications-column-channel {
  min-width: 190px;
  padding: 0 15px;
  text-align: center;
}
.admin.user_settings.notifications .notifications-column-channel ol-select {
  display: block;
}
.admin.user_settings.notifications .notifications-email-delay {
  color: #999999;
  margin-top: 15px;
}
.admin-home {
  padding: 0 0 40px 0;
}
.admin-home .home-header {
  background: #fff url('/assets/erp/dashboard-header/dashboard-header.png') no-repeat center center;
  background-size: cover;
  height: 350px;
  padding: 0 0 30px;
  margin: 0 0 20px;
  text-align: center;
}
@media (max-width: 1919px) {
  .admin-home .home-header {
    height: 250px;
  }
}
@media (max-width: 1279px) {
  .admin-home .home-header {
    height: 250px;
  }
}
@media (max-width: 959px) {
  .admin-home .home-header {
    display: none;
  }
}
.admin-home .home-header .home-header-title {
  color: #000;
  font-size: 60px;
  line-height: 1;
  margin: 0;
  text-shadow: 0 2px 0px #fff, 0 0 20px #fff;
}
@media (max-width: 1919px) {
  .admin-home .home-header .home-header-title {
    font-size: 48px;
  }
}
.admin-home .home-header .home-header-subtitle {
  font-size: 40px;
}
.admin-home .home-section {
  margin: auto;
  width: 95%;
  max-width: 885px;
}
@media (max-width: 959px) {
  .admin-home .home-section {
    margin: 20px auto 0;
  }
}
.admin-home .home-section + .home-section {
  margin-top: 35px;
}
.admin-home .home-section.home-section-links svg.title-icon {
  fill: #2c3e50;
  margin-left: 0;
}
.admin-home .home-section.home-section-reading svg.title-icon {
  fill: #777;
}
.admin-home .home-section h2 {
  margin: 0;
}
@media (max-width: 959px) {
  .admin-home .home-section h2 {
    margin-top: 5px;
  }
}
.admin-home .home-section svg.title-icon {
  height: 30px;
  margin-right: 15px;
  width: 30px;
}
.admin-home .home-stat-card {
  background-color: white;
  border-radius: 3px;
  border-style: solid;
  border-width: 10px 2px 2px 2px;
  color: #333;
  cursor: pointer;
  display: block;
  line-height: 1.42857143;
  padding: 10px;
  position: relative;
  top: 0;
  -webkit-transition: border-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: border-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 599px) {
  .admin-home .home-stat-card {
    padding: 5px;
  }
}
.admin-home .home-stat-card.home-stat-card-contacts {
  border-color: #f28e1e;
}
.admin-home .home-stat-card.home-stat-card-contacts .home-stat-card-icon {
  fill: #f28e1e;
}
.admin-home .home-stat-card.home-stat-card-contacts .home-stat-value {
  color: #f28e1e;
}
.admin-home .home-stat-card.home-stat-card-contacts:hover,
.admin-home .home-stat-card.home-stat-card-contacts:focus {
  border-color: #a15909;
}
.admin-home .home-stat-card.home-stat-card-contacts:hover .home-stat-card-icon,
.admin-home .home-stat-card.home-stat-card-contacts:focus .home-stat-card-icon {
  fill: #a15909;
}
.admin-home .home-stat-card.home-stat-card-contacts:hover .home-stat-value,
.admin-home .home-stat-card.home-stat-card-contacts:focus .home-stat-value {
  color: #a15909;
}
.admin-home .home-stat-card.home-stat-card-orders {
  border-color: #1b72ba;
}
.admin-home .home-stat-card.home-stat-card-orders .home-stat-card-icon {
  fill: #1b72ba;
}
.admin-home .home-stat-card.home-stat-card-orders .home-stat-value {
  color: #1b72ba;
}
.admin-home .home-stat-card.home-stat-card-orders:hover,
.admin-home .home-stat-card.home-stat-card-orders:focus {
  border-color: #0e3b61;
}
.admin-home .home-stat-card.home-stat-card-orders:hover .home-stat-card-icon,
.admin-home .home-stat-card.home-stat-card-orders:focus .home-stat-card-icon {
  fill: #0e3b61;
}
.admin-home .home-stat-card.home-stat-card-orders:hover .home-stat-value,
.admin-home .home-stat-card.home-stat-card-orders:focus .home-stat-value {
  color: #0e3b61;
}
.admin-home .home-stat-card.home-stat-card-referrals {
  border-color: #2c3e50;
}
.admin-home .home-stat-card.home-stat-card-referrals .home-stat-card-icon {
  fill: #2c3e50;
}
.admin-home .home-stat-card.home-stat-card-referrals .home-stat-value {
  color: #2c3e50;
}
.admin-home .home-stat-card.home-stat-card-referrals:hover,
.admin-home .home-stat-card.home-stat-card-referrals:focus {
  border-color: #080b0e;
}
.admin-home .home-stat-card.home-stat-card-referrals:hover .home-stat-card-icon,
.admin-home .home-stat-card.home-stat-card-referrals:focus .home-stat-card-icon {
  fill: #080b0e;
}
.admin-home .home-stat-card.home-stat-card-referrals:hover .home-stat-value,
.admin-home .home-stat-card.home-stat-card-referrals:focus .home-stat-value {
  color: #080b0e;
}
.admin-home .home-stat-card.home-stat-card-reviews {
  border-color: #ff6138;
}
.admin-home .home-stat-card.home-stat-card-reviews .home-stat-card-review-body {
  outline: none;
}
.admin-home .home-stat-card.home-stat-card-reviews .home-stat-card-icon {
  fill: #ff6138;
}
.admin-home .home-stat-card.home-stat-card-reviews .home-stat-value {
  color: #ff6138;
}
.admin-home .home-stat-card.home-stat-card-reviews:hover,
.admin-home .home-stat-card.home-stat-card-reviews:focus {
  border-color: #d12b00;
}
.admin-home .home-stat-card.home-stat-card-reviews:hover .home-stat-card-icon,
.admin-home .home-stat-card.home-stat-card-reviews:focus .home-stat-card-icon {
  fill: #d12b00;
}
.admin-home .home-stat-card.home-stat-card-reviews:hover .home-stat-value,
.admin-home .home-stat-card.home-stat-card-reviews:focus .home-stat-value {
  color: #d12b00;
}
.admin-home .home-stat-card.home-stat-card-disabled {
  border-color: #bbb;
  cursor: default;
}
.admin-home .home-stat-card.home-stat-card-disabled .home-stat-card-icon {
  fill: #bbb;
}
.admin-home .home-stat-card.home-stat-card-disabled .home-stat-value {
  color: #bbb;
}
.admin-home .home-stat-card.home-stat-card-disabled:hover,
.admin-home .home-stat-card.home-stat-card-disabled:focus {
  border-color: #bbb;
}
.admin-home .home-stat-card.home-stat-card-disabled:hover .home-stat-card-icon,
.admin-home .home-stat-card.home-stat-card-disabled:focus .home-stat-card-icon {
  fill: #bbb;
}
.admin-home .home-stat-card.home-stat-card-disabled:hover .home-stat-value,
.admin-home .home-stat-card.home-stat-card-disabled:focus .home-stat-value {
  color: #bbb;
}
.admin-home .home-stat-card .home-stat-card-icon {
  position: absolute;
  -webkit-transition: fill 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: fill 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (min-width: 599px) {
  .admin-home .home-stat-card .home-stat-card-icon {
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
  }
}
@media (max-width: 599px) {
  .admin-home .home-stat-card .home-stat-card-icon {
    height: 25px;
    width: 25px;
    top: 10px;
  }
}
.admin-home .home-stat-card .home-stat-value {
  font-weight: 500;
  line-height: 32px;
  min-height: 32px;
  -webkit-transition: color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (min-width: 599px) {
  .admin-home .home-stat-card .home-stat-value {
    font-size: 32px;
    padding-left: 60px;
  }
}
@media (max-width: 599px) {
  .admin-home .home-stat-card .home-stat-value {
    font-size: 20px;
    padding-left: 30px;
  }
}
@media (min-width: 599px) {
  .admin-home .home-stat-card .home-stat-title,
  .admin-home .home-stat-card .home-stat-subtitle,
  .admin-home .home-stat-card .home-stat-link {
    padding-left: 60px;
  }
}
.admin-home .home-stat-card .home-stat-link,
.admin-home .home-stat-card .home-stat-subtitle {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 599px) {
  .admin-home .home-stat-card .home-stat-link,
  .admin-home .home-stat-card .home-stat-subtitle {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.admin-home .home-stat-card .home-stat-subtitle {
  color: #777;
}
.admin-home .home-list {
  padding: 0;
}
.admin-home .home-list-header {
  margin: 10px 100px 0 0;
}
.admin-home .home-list-header--no-links {
  margin: 15px 100px 15px 0;
}
.admin-home .home-list li {
  border: 1px solid #eee;
  border-radius: 5px;
  list-style-type: none;
  padding: 10px 15px;
}
.admin-home .home-list li + li {
  margin-top: 15px;
}
.admin-home .home-list li p {
  margin: 0;
}
.admin-home .home-list li md-icon {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  min-height: 20px;
  min-width: 20px;
  width: 20px;
  vertical-align: sub;
}
.admin-home .home-list.home-recommended-reading li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.admin-home .home-product-card {
  background-color: white;
  border: 1px solid #ccc;
  border-top-width: 10px;
  border-radius: 3px;
  color: #333;
  display: block;
  line-height: 1.42857143;
  margin: 25px 10px;
  min-height: 285px;
  padding: 35px 10px 10px 10px;
  position: relative;
  text-align: center;
  top: 0;
  width: 275px;
}
@media (max-width: 599px) {
  .admin-home .home-product-card {
    margin: 35px auto;
    max-width: 95%;
  }
}
.admin-home .home-product-card:hover {
  color: black;
  text-decoration: none;
}
.admin-home .home-product-card.home-product-card-onelocal {
  border-top-color: #43566B;
}
.admin-home .home-product-card.home-product-card-onelocal p {
  margin-top: 55px;
}
.admin-home .home-product-card.home-product-card-onelocal .home-product-card-icon {
  fill: #43566B;
}
.admin-home .home-product-card.home-product-card-reading {
  border-top-color: #777;
}
.admin-home .home-product-card.home-product-card-reading p {
  margin-top: 20px;
}
.admin-home .home-product-card.home-product-card-reading .home-product-card-icon {
  fill: #777;
}
.admin-home .home-product-card.home-product-card-referralmagic {
  border-top-color: #2c3e50;
}
.admin-home .home-product-card.home-product-card-referralmagic .home-product-card-icon {
  fill: #2c3e50;
}
.admin-home .home-product-card.home-product-card-reviewedge {
  border-top-color: #ff6138;
}
.admin-home .home-product-card.home-product-card-reviewedge .home-product-card-icon {
  fill: #ff6138;
}
.admin-home .home-product-card.home-product-card-smartrequest {
  border-top-color: #1b72ba;
}
.admin-home .home-product-card.home-product-card-smartrequest .home-product-card-icon {
  fill: #1b72ba;
}
.admin-home .home-product-card.home-product-card-marketplace {
  border-top-color: #8560a8;
}
.admin-home .home-product-card.home-product-card-marketplace .home-product-card-icon {
  fill: #8560a8;
}
.admin-home .home-product-card.home-product-card-contacthub {
  border-top-color: #f28e1e;
}
.admin-home .home-product-card.home-product-card-contacthub .home-product-card-icon {
  fill: #f28e1e;
}
.admin-home .home-product-card md-divider {
  margin: 10px 0;
}
.admin-home .home-product-card p {
  font-size: 14px;
}
.admin-home .home-product-card-icon {
  height: 60px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: -35px;
  width: 60px;
}
.admin-home .home-product-card-title {
  font-size: 20px;
  font-weight: 500;
}
.admin-home .home-product-card-number {
  font-size: 32px;
  font-style: italic;
}
.chat-settings .close {
  margin-top: 10px;
}
.chat-settings .row {
  margin-bottom: 10px;
}
.chat-settings textarea {
  min-height: 80px;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .form-group input,
  .form-group select {
    font-size: 16px;
    height: 44px;
  }
  .navbar-toggle.erp-menu {
    display: block;
    float: left;
  }
  .erp-sub-menu {
    margin-top: 65px;
  }
  .erp-sub-menu li {
    display: inline-block;
    text-align: left;
    width: 40%;
    text-align: center;
    border: 1px solid #FFF;
    margin: 5px 5px;
  }
  .erp-sub-menu .nav-stacked > li + li {
    margin-left: 5px;
  }
  .admin .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .admin .admin {
    padding: 0;
  }
  .admin .admin .admin-orders .search-bar {
    padding-right: 10px;
  }
  .admin .admin .admin-orders .refresh-bar {
    padding-left: 10px;
  }
  .admin .admin .breadcrumb > li {
    font-size: 32px;
    padding-left: 0;
  }
  .admin .admin .breadcrumb.pull-left {
    padding: 8px 0;
  }
  .admin .admin .orders-col-action {
    font-weight: 500;
    text-transform: uppercase;
  }
  .table-responsive-container {
    overflow-x: overlay;
    border: 1px solid #dddddd;
    box-shadow: 3px 3px 0 rgba(10, 10, 10, 0.1);
    margin-bottom: 20px;
  }
  .table-responsive-container table {
    border: none;
    box-shadow: none;
  }
  .nav-tabs li {
    width: 16.66%;
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-tabs li a,
  .nav-tabs li a:hover {
    margin-bottom: 2px;
    padding: 9px 0;
    border: solid 1px #f1f1f1;
    border-radius: 5px;
    color: #FFF;
    background: #ababab;
  }
  .nav-tabs li.active a,
  .nav-tabs li.active a:hover {
    border: 1px solid #ddd;
    font-weight: 500;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .admin .admin.row.order-price-row,
  .admin .admin .row.order-price-row {
    margin: 20px -15px 10px;
  }
  .admin .admin.row.order-price-row [class*="col-"],
  .admin .admin .row.order-price-row [class*="col-"] {
    padding: 0 15px;
  }
  .admin .admin.row.order-price-row .col-xs-offset-1,
  .admin .admin .row.order-price-row .col-xs-offset-1 {
    padding-right: 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .admin .admin.row.analytics-row,
  .admin .admin .row.analytics-row,
  .admin .admin.row.analytics-chart,
  .admin .admin .row.analytics-chart {
    margin: 20px -15px 0;
  }
  .admin .admin.row.analytics-row:first-child,
  .admin .admin .row.analytics-row:first-child,
  .admin .admin.row.analytics-chart:first-child,
  .admin .admin .row.analytics-chart:first-child {
    margin-top: 0;
  }
  .admin .admin.row.analytics-row [class*="col-"],
  .admin .admin .row.analytics-row [class*="col-"],
  .admin .admin.row.analytics-chart [class*="col-"],
  .admin .admin .row.analytics-chart [class*="col-"] {
    padding: 0 15px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .admin .admin.row.analytics-chart [class*="col-"]:not(:first-child),
  .admin .admin .row.analytics-chart [class*="col-"]:not(:first-child) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .form-group input,
  .form-group select {
    font-size: 13px;
  }
  .nav-tabs li {
    font-size: 12px;
    width: 33.33%;
    text-align: center;
    margin-bottom: 5px;
  }
  .table-responsive-container {
    font-size: 12px;
  }
  .erp-sub-menu {
    margin-top: 0;
  }
  .admin .admin .breadcrumb > li {
    font-size: 24px;
    font-weight: 500;
  }
  .admin .admin .breadcrumb:first-child {
    margin-top: 15px;
  }
  .admin .admin .breadcrumb.pull-left {
    float: none !important;
    text-align: center;
  }
}
.menu-items-textarea {
  height: auto;
  margin-bottom: 20px;
  background-color: #eeeeee;
  padding: 10px;
}
.muted {
  background-color: #449d44;
}
.row.error-text p {
  font-size: 16px;
  background: #ffff00;
}
.md-dialog-container {
  z-index: 1060 !important;
}
md-option[selected="selected"] {
  font-weight: 500;
}
#intercom-container {
  z-index: 1055 !important;
}
.popover {
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  width: max-content;
}
.border {
  border-width: 1px;
}
.border-none {
  border-style: none;
}
.border-solid {
  border-style: solid;
}
.border-gray {
  border-color: #ddd;
}
.rounded-md {
  border-radius: 6px;
}
.rounded-lg {
  border-radius: 10px;
}
.rounded-full {
  border-radius: 9999px;
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: white;
}
.opacity-50 {
  opacity: 0.5;
}
.list-none {
  list-style-type: none;
}
.list-outside {
  list-style-position: outside;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.min-h-full {
  min-height: 100%;
}
.max-w-5xl {
  max-width: 64rem;
}
.min-w-xs {
  min-width: 340px;
}
.min-w-content {
  min-width: min-content;
}
.min-w-fit {
  min-width: fit-content !important;
}
.w-64 {
  width: 16rem;
}
.w-full {
  width: 100%;
}
.m-auto {
  margin: auto;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-6 {
  margin: 1.5rem;
}
.mh-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-9 {
  padding: 2.25rem;
}
.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.px-8 {
  padding-right: 2rem;
  padding-left: 2rem;
}
.space-x-2 > * + * {
  margin-left: 0.5rem;
}
.space-x-4 > * + * {
  margin-left: 1rem;
}
.space-y-2 > * + * {
  margin-top: 0.5rem;
}
.space-y-3 > * + * {
  margin-top: 0.75rem;
}
.space-y-4 > * + * {
  margin-top: 1rem;
}
.space-y-6 > * + * {
  margin-top: 1.5rem;
}
.space-y-8 > * + * {
  margin-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-dark {
  color: #333 !important;
}
.text-default {
  color: #777;
}
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.underline {
  text-decoration: underline;
}
.merchant-name {
  margin-bottom: 30px;
  margin-top: 0px;
}
.employee-app {
  background-color: #189fd9;
}
.employee-app:not(.review_edge) .erp-page,
.employee-app.review_edge.sent .erp-page {
  height: auto;
  margin-bottom: 0;
}
.employee-app:not(.review_edge) .erp-page .onelocal-header-img,
.employee-app.review_edge.sent .erp-page .onelocal-header-img {
  width: 300px;
  height: 100px;
}
.employee-app:not(.review_edge) .erp-page .erp-page-layout-card_grid-content,
.employee-app.review_edge.sent .erp-page .erp-page-layout-card_grid-content {
  padding: 20px 10px 40px;
}
.employee-app:not(.review_edge) .erp-page .button-box,
.employee-app.review_edge.sent .erp-page .button-box {
  padding: 18px 15px;
}
.employee-app:not(.review_edge) .erp-page .button-box .button-box-heading,
.employee-app.review_edge.sent .erp-page .button-box .button-box-heading {
  color: #3b99fc;
  margin: 0;
  font-size: 18px;
}
.employee-app:not(.review_edge) .erp-page .button-box .button-box-text,
.employee-app.review_edge.sent .erp-page .button-box .button-box-text {
  width: 100%;
  text-align: left;
}
.employee-app:not(.review_edge) .erp-page .button-box .button-box-text .red,
.employee-app.review_edge.sent .erp-page .button-box .button-box-text .red {
  color: red;
}
@media (min-width: 768px) {
  .employee-app:not(.review_edge) .erp-page .button-box .button-box-text,
  .employee-app.review_edge.sent .erp-page .button-box .button-box-text {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .employee-app:not(.review_edge) .erp-page .button-box,
  .employee-app.review_edge.sent .erp-page .button-box {
    padding: 18px 54px 18px 20px;
  }
}
.employee-app:not(.review_edge) .erp-page .button-box-arrow,
.employee-app.review_edge.sent .erp-page .button-box-arrow {
  font-size: 30px;
  margin-top: -20px;
}
.employee-app.review_edge:not(.sent) .erp-page {
  height: 100%;
}
@media (max-width: 959px) {
  .employee-app.review_edge:not(.sent) .erp-page {
    height: calc(100% - 110px);
    margin-bottom: 50px;
  }
}
.employee-app.review_edge:not(.sent) .erp-page.custom-input-focused {
  height: calc(100% - 60px);
  margin-bottom: 0;
}
.employee-app.review_edge:not(.sent) .erp-page .employee-app-review-edge-requests-table {
  text-align: left;
}
.employee-app.review_edge:not(.sent) .erp-page .employee-app-review-edge-requests-table tr:hover {
  cursor: default;
}
@media (max-width: 959px) {
  .employee-app.review_edge:not(.sent) .erp-page .employee-app-review-edge-requests-table {
    margin: 0;
  }
  .employee-app.review_edge:not(.sent) .erp-page .employee-app-review-edge-requests-table .view-details {
    padding: 5px 0;
  }
  .employee-app.review_edge:not(.sent) .erp-page .employee-app-review-edge-requests-table .view-details img {
    width: 24px;
  }
}
.employee-app.review_edge:not(.sent) .erp-page .employee-app-review-edge-requests-table thead tr:last-child th {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .employee-app.review_edge:not(.sent) .erp-page .employee-app-review-edge-requests-table thead tr:last-child th {
    padding: 10px 10px 10px 15px;
  }
}
.employee-app.review_edge:not(.sent) .erp-page .employee-app-review-edge-requests-table thead tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.employee-app.review_edge:not(.sent) .erp-page .employee-app-review-edge-requests-table thead tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.employee-app.review_edge:not(.sent) .erp-page .employee-app-review-edge-requests-table tbody tr td {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .employee-app.review_edge:not(.sent) .erp-page .employee-app-review-edge-requests-table tbody tr td {
    padding: 10px 10px 10px 15px;
  }
}
.employee-app.review_edge:not(.sent) .erp-page .employee-app-review-edge-requests-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.employee-app.review_edge:not(.sent) .erp-page .employee-app-review-edge-requests-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.employee-app .erp-page-content {
  background: #189fd9;
  height: 100%;
  position: relative;
}
@media (min-width: 960px) {
  .employee-app .erp-page-content {
    height: calc(100% - 80px);
  }
}
.employee-app .erp-page-container h1,
.employee-app .erp-page-container h2,
.employee-app .erp-page-container h3,
.employee-app .erp-page-container p {
  color: #fff;
  font-weight: 500;
}
.employee-app .erp-page-container h2 {
  font-size: 24px;
}
.employee-app .erp-page-container p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .employee-app .erp-page-container h2,
  .employee-app .erp-page-container p {
    font-size: 16px;
  }
}
.employee-app .erp-page-container .erp-page-header-container {
  background: #189fd9;
  border-bottom: none;
  width: 100%;
}
.employee-app .erp-page-container .erp-page-header-container .erp-page-header {
  background: transparent;
  border: none;
  padding: 0;
}
.employee-app .erp-page-container .erp-page-header-container .erp-page-header .erp-page-header-content {
  height: 50px;
  padding: 20px 10px;
}
@media (max-width: 959px) {
  .employee-app .erp-page-container .erp-page-header-container .erp-page-header .erp-page-header-content {
    min-height: 60px;
  }
}
.employee-app .erp-page-container .erp-page {
  position: inherit;
}
@media (max-width: 959px) {
  .employee-app .erp-page-container .erp-page > [ui-view="content"] {
    position: initial;
  }
  .employee-app .erp-page-container .erp-page > [ui-view="content"] > [ui-view="content"] {
    position: initial;
  }
}
.employee-app .erp-page-container .erp-page h1 {
  font-size: 24px;
}
@media (min-width: 960px) {
  .employee-app .erp-page-container .erp-page h1 {
    font-size: 36px;
  }
}
.employee-app .erp-page-container .erp-page .header-img {
  width: 75px;
  height: 75px;
}
@media (min-width: 960px) {
  .employee-app .erp-page-container .erp-page .header-img {
    width: 100px;
    height: 100px;
  }
}
.employee-app .erp-page-container .erp-page .erp-page-panel.request-sent h1 {
  font-size: 30px;
}
@media (min-width: 960px) {
  .employee-app .erp-page-container .erp-page .erp-page-panel.request-sent h1 {
    font-size: 48px;
  }
}
.employee-app .erp-page-container .erp-page .erp-page-panel.request-sent h3 {
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 960px) {
  .employee-app .erp-page-container .erp-page .erp-page-panel.request-sent h3 {
    font-size: 24px;
  }
}
.employee-app .white-font {
  color: #fff;
}
.employee-app md-divider {
  border-top-color: #ccc !important;
  margin-top: 20px;
}
.employee-app .back-button-container {
  outline: none;
  cursor: pointer;
}
.employee-app .back-button-container i {
  font-size: 30px;
  font-weight: 500;
  margin-left: -8px;
}
.employee-app .back-button-container p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}
.employee-app md-input-container {
  padding: 2px 10px;
}
.employee-app md-input-container md-select,
.employee-app md-input-container input {
  margin: 0 !important;
}
.employee-app md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  -webkit-transform: translate3d(20px, 28px, 0px) scale(1);
  transform: translate3d(20px, 28px, 0px) scale(1);
  color: #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
}
@media (max-width: 959px) {
  .employee-app md-input-container {
    margin-top: 40px;
  }
}
.employee-app md-input-container label {
  color: #ccc;
  font-weight: 500;
}
.employee-app md-input-container.md-input-has-value label:not(.md-no-float),
.employee-app md-input-container.md-input-focused label:not(.md-no-float) {
  color: #fff;
  -webkit-transform: translate3d(10px, 0, 0) scale(0.9);
  transform: translate3d(10px, 0, 0) scale(0.9);
}
.employee-app md-input-container:not(.md-input-invalid).md-input-focused label:not(.md-no-float):not(.md-container-ignore),
.employee-app md-input-container:not(.md-input-invalid).md-input-has-value label:not(.md-no-float):not(.md-container-ignore) {
  margin-bottom: 3px;
  color: #fff;
  overflow: visible;
}
.employee-app md-input-container:not(.md-input-focused) label {
  margin-bottom: -4px;
}
.employee-app md-input-container.md-input-invalid label {
  color: red;
}
.employee-app md-input-container.md-input-invalid .md-input {
  border: 1px solid red;
}
.employee-app md-input-container.md-input-invalid .md-input.ng-invalid.ng-dirty {
  border: 1px solid red;
}
.employee-app md-input-container input,
.employee-app md-input-container md-select {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 0px 4px 10px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
  margin: 0 -5px;
}
.employee-app md-input-container.ol-custom-input label {
  margin-left: -10px;
}
@media (max-width: 959px) {
  .employee-app md-input-container.ol-custom-input {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0px;
  }
  .employee-app md-input-container.ol-custom-input.md-input-invalid {
    border: 1px solid red;
  }
  .employee-app md-input-container.ol-custom-input.md-input-invalid label {
    color: red;
  }
  .employee-app md-input-container.ol-custom-input.md-input-invalid .md-input {
    border: none;
  }
  .employee-app md-input-container.ol-custom-input.md-input-invalid .md-input.ng-invalid.ng-dirty {
    border: none;
  }
  .employee-app md-input-container.ol-custom-input input {
    display: inline;
    width: calc(100% - 110px);
    border: none;
  }
}
.employee-app md-input-container md-select {
  margin-bottom: 25px;
}
.employee-app md-input-container md-select .md-select-value {
  border-bottom-color: #fff !important;
}
.employee-app .erp-page-footer-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.employee-app .erp-page-footer-container .erp-page-footer-actions {
  border-top: 1px solid #fff;
  padding: 0px;
}
.employee-app .erp-page-footer-container .employee-app-mobile-footer button {
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  text-transform: none;
}
.employee-app .erp-page-footer-container .employee-app-desktop-footer {
  background: #0263b9;
  height: 80px;
  border: none;
}
.employee-app .erp-page-footer-container .employee-app-desktop-footer .material-icons {
  margin-left: -10px;
}
.employee-app .success-message {
  color: #39b54a;
  font-size: 36px;
  margin: 10px 0;
}
.employee-app .success-message-info {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 40px;
}
.employee-app-modal {
  background: #189fd9;
  border-radius: 5px;
}
.employee-app-modal h1,
.employee-app-modal h2,
.employee-app-modal h3,
.employee-app-modal h4,
.employee-app-modal h5,
.employee-app-modal p,
.employee-app-modal .close {
  color: #fff !important;
}
.employee-app-modal .employee-app-request-details-modal {
  text-align: -webkit-center;
  padding-bottom: 20px;
}
.employee-app-modal .employee-app-request-details-modal p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 10px;
}
.employee-app-modal .employee-app-request-details-modal p strong {
  white-space: nowrap;
}
