@charset "UTF-8";

/* App Flashes */

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */

/* App Flashes */

button,
input[type=submit] {
  -webkit-font-smoothing: antialiased;
  background-color: #0f6fc6;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
}

button:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.flash-info, .flash-success, .flash-notice, .flash-error, .flash-alert, .flash-warning {
  font-weight: bold;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #231f20;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75rem;
}

a {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #0f6fc6;
}

a:hover {
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

hr {
  border-bottom: 1px solid #e6ecf1;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.25rem 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #e6ecf1;
  color: #4c4345;
  margin: 1.5rem 0;
  padding-left: 0.75rem;
}

cite {
  color: #675b5e;
  font-style: italic;
}

cite:before {
  content: "— ";
}

input:not(.tw-input),
label:not(.tw-label),
select {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.95rem;
}

label:not(.tw-label) {
  font-weight: 600;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #445e71;
  display: inline-block;
}

label:not(.tw-label) span {
  text-transform: none;
}

label:not(.tw-label).required:after {
  content: "*";
}

label:not(.tw-label) abbr {
  display: none;
}

textarea,
input,
select,
select[multiple=multiple],
input[type=date] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  transition: border-color;
  background-color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  height: 44px;
  line-height: 1;
  color: #445e71;
}

textarea:hover,
input:hover,
select:hover,
select[multiple=multiple]:hover,
input[type=date]:hover {
  border-color: #aebcc9;
}

textarea:not([readonly]):focus,
input:not([readonly]):focus,
select:not([readonly]):focus,
select[multiple=multiple]:not([readonly]):focus,
input[type=date]:not([readonly]):focus {
  border-color: #469bdb;
  -webkit-box-shadow: inset 0 1px 3px rgba(35, 31, 32, 0.1), 0 0 3px rgba(49, 143, 214, 0.8);
          box-shadow: inset 0 1px 3px rgba(35, 31, 32, 0.1), 0 0 3px rgba(49, 143, 214, 0.8);
  outline: none;
}

textarea.timepicker, textarea.datepicker,
input.timepicker,
input.datepicker,
select.timepicker,
select.datepicker,
select[multiple=multiple].timepicker,
select[multiple=multiple].datepicker,
input[type=date].timepicker,
input[type=date].datepicker {
  cursor: auto !important;
}

.row textarea,
.row input:not([type=submit]),
.row select,
.row select[multiple=multiple],
.row input[type=date],
.row input[type=search], .ui-modal--content textarea,
.ui-modal--content input:not([type=submit]),
.ui-modal--content select,
.ui-modal--content select[multiple=multiple],
.ui-modal--content input[type=date],
.ui-modal--content input[type=search] {
  width: 100%;
}

textarea {
  resize: vertical;
  line-height: 1.1;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=date] {
  -webkit-min-logical-width: 100%;
  -webkit-appearance: textfield;
}

input[type=file] {
  padding-bottom: 0.75rem;
  width: 100%;
}

select,
select[multiple=multiple] {
  max-width: 100%;
  width: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent;
  color: #0f6fc6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
}

button:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]) {
  border-radius: 0.25rem;
}

button.loading i,
input[type=submit].loading i {
  margin-left: 0.5em;
}

@-webkit-keyframes pulsingBackground {
  0% {
    background-color: #d75d0c;
  }

  50% {
    background-color: #e53935;
  }

  100% {
    background-color: #d75d0c;
  }
}

@keyframes pulsingBackground {
  0% {
    background-color: #d75d0c;
  }

  50% {
    background-color: #e53935;
  }

  100% {
    background-color: #d75d0c;
  }
}

/* App Flashes */

.surgio_notifications {
  z-index: 9999999 !important;
}

.surgio_notification {
  color: #293c4e;
  padding: 10px;
  margin: 0 10px 10px;
  font-size: 0.9em;
  background: rgba(235, 248, 254, 0.95);
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: #abe3fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.surgio_notification_close {
  cursor: pointer;
  margin-left: auto;
  font-size: 1.2em;
}

.surgio_notification_message p:last-child {
  margin-bottom: 0;
}

.surgio_notification_title {
  font-size: 1.2em;
}

.surgio_notification_warning {
  background: rgba(255, 252, 227, 0.95);
  border-color: #fff5a1;
}

.surgio_notification_warning .surgio_notification_close {
  color: #293c4e;
}

.surgio_notification_error {
  background: rgba(252, 231, 233, 0.95);
  border-color: #f4adb4;
}

.surgio_notification_error .surgio_notification_close {
  color: #f4adb4;
}

.surgio_notification_success {
  background: rgba(211, 235, 211, 0.95);
  border-color: #a5d6a7;
}

.surgio_notification_success .surgio_notification_close {
  color: #a5d6a7;
}

/*!
 * vue2-animate
 * (c) 2018 Pavel Savushkin
 * Released under the MIT License.
 * Documentation: https://github.com/asika32764/vue2-animate
 */

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounce-enter-active, .bounceIn,
.bounce-leave-active, .bounceOut {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.bounce-enter-active, .bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

.bounce-leave-active, .bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

.bounceDown-enter-active, .bounceInDown,
.bounceDown-leave-active, .bounceOutDown {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.bounceDown-enter-active, .bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

.bounceDown-leave-active, .bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

.bounceLeft-enter-active, .bounceInLeft,
.bounceLeft-leave-active, .bounceOutLeft {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.bounceLeft-enter-active, .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

.bounceLeft-leave-active, .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

.bounceRight-enter-active, .bounceInRight,
.bounceRight-leave-active, .bounceOutRight {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.bounceRight-enter-active, .bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

.bounceRight-leave-active, .bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

.bounceUp-enter-active, .bounceInUp,
.bounceUp-leave-active, .bounceOutUp {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.bounceUp-enter-active, .bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

.bounceUp-leave-active, .bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fade-enter-active, .fadeIn,
.fade-leave-active, .fadeOut {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fade-enter-active, .fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fade-leave-active, .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

.fadeDown-enter-active, .fadeInDown,
.fadeDown-leave-active, .fadeOutDown {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeDown-enter-active, .fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.fadeDown-leave-active, .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

.fadeDownBig-enter-active, .fadeInDownBig,
.fadeDownBig-leave-active, .fadeOutDownBig {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeDownBig-enter-active, .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

.fadeDownBig-leave-active, .fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

.fadeLeft-enter-active, .fadeInLeft,
.fadeLeft-leave-active, .fadeOutLeft {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeLeft-enter-active, .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.fadeLeft-leave-active, .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

.fadeLeftBig-enter-active, .fadeInLeftBig,
.fadeLeftBig-leave-active, .fadeOutLeftBig {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeLeftBig-enter-active, .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

.fadeLeftBig-leave-active, .fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

.fadeRight-enter-active, .fadeInRight,
.fadeRight-leave-active, .fadeOutRight {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeRight-enter-active, .fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.fadeRight-leave-active, .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

.fadeRightBig-enter-active, .fadeInRightBig,
.fadeRightBig-leave-active, .fadeOutRightBig {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeRightBig-enter-active, .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

.fadeRightBig-leave-active, .fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

.fadeUp-enter-active, .fadeInUp,
.fadeUp-leave-active, .fadeOutUp {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeUp-enter-active, .fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeUp-leave-active, .fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

.fadeUpBig-enter-active, .fadeInUpBig,
.fadeUpBig-leave-active, .fadeOutUpBig {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeUpBig-enter-active, .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

.fadeUpBig-leave-active, .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotate-enter-active, .rotateIn,
.rotate-leave-active, .rotateOut {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.rotate-enter-active, .rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

.rotate-leave-active, .rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

.rotateDownLeft-enter-active, .rotateInDownLeft,
.rotateDownLeft-leave-active, .rotateOutDownLeft {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.rotateDownLeft-enter-active, .rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

.rotateDownLeft-leave-active, .rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

.rotateDownRight-enter-active, .rotateInDownRight,
.rotateDownRight-leave-active, .rotateOutDownRight {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.rotateDownRight-enter-active, .rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

.rotateDownRight-leave-active, .rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

.rotateUpLeft-enter-active, .rotateInUpLeft,
.rotateUpLeft-leave-active, .rotateOutUpLeft {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.rotateUpLeft-enter-active, .rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

.rotateUpLeft-leave-active, .rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

.rotateUpRight-enter-active, .rotateInUpRight,
.rotateUpRight-leave-active, .rotateOutUpRight {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.rotateUpRight-enter-active, .rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

.rotateUpRight-leave-active, .rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.slide-enter-active, .slideIn,
.slide-leave-active, .slideOut {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slide-enter-active, .slideIn {
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
}

.slide-leave-active, .slideOut {
  -webkit-animation-name: slideOut;
          animation-name: slideOut;
}

.slideDown-enter-active, .slideInDown,
.slideDown-leave-active, .slideOutDown {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slideDown-enter-active, .slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideDown-leave-active, .slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

.slideLeft-enter-active, .slideInLeft,
.slideLeft-leave-active, .slideOutLeft {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slideLeft-enter-active, .slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

.slideLeft-leave-active, .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

.slideRight-enter-active, .slideInRight,
.slideRight-leave-active, .slideOutRight {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slideRight-enter-active, .slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.slideRight-leave-active, .slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

.slideUp-enter-active, .slideInUp,
.slideUp-leave-active, .slideOutUp {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slideUp-enter-active, .slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideUp-leave-active, .slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoom-enter-active, .zoomIn,
.zoom-leave-active, .zoomOut {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.zoom-enter-active, .zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoom-leave-active, .zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

.zoomDown-enter-active, .zoomInDown,
.zoomDown-leave-active, .zoomOutDown {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.zoomDown-enter-active, .zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

.zoomDown-leave-active, .zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

.zoomLeft-enter-active, .zoomInLeft,
.zoomLeft-leave-active, .zoomOutLeft {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.zoomLeft-enter-active, .zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

.zoomLeft-leave-active, .zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

.zoomRight-enter-active, .zoomInRight,
.zoomRight-leave-active, .zoomOutRight {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.zoomRight-enter-active, .zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

.zoomRight-leave-active, .zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

.zoomUp-enter-active, .zoomInUp,
.zoomUp-leave-active, .zoomOutUp {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.zoomUp-enter-active, .zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

.zoomUp-leave-active, .zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes flipIn {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0.4;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0.5;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0.8;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
}

@keyframes flipIn {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0.4;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0.5;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0.8;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
}

@-webkit-keyframes flipOut {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0.6;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0.5;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0.2;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0;
  }
}

@keyframes flipOut {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0.6;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0.5;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0.2;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0;
  }
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flip-enter-active, .flipIn,
.flip-leave-active, .flipOut {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.flip-enter-active, .flipIn {
  -webkit-animation-name: flipIn;
          animation-name: flipIn;
}

.flip-leave-active, .flipOut {
  -webkit-animation-name: flipOut;
          animation-name: flipOut;
}

.flipX-enter-active, .flipInX,
.flipX-leave-active, .flipOutX {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.flipX-enter-active, .flipInX {
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

.flipX-leave-active, .flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
}

.flipY-enter-active, .flipInY,
.flipY-leave-active, .flipOutY {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.flipY-enter-active, .flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipY-leave-active, .flipOutY {
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeed-enter-active, .lightSpeedIn,
.lightSpeed-leave-active, .lightSpeedOut {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.lightSpeed-enter-active, .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
}

.lightSpeed-leave-active, .lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
}

.expand-enter-active,
.expand-leave-active {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  overflow: hidden;
  -webkit-transition-property: opacity, height;
  transition-property: opacity, height;
}

.expand-enter,
.expand-leave-to {
  height: 0;
  opacity: 0;
}

.flip-list-move {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

/* App Flashes */

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 100000;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  position: absolute;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible;
}

.fancybox-infobar {
  color: #f1f3f6;
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 1rem;
  font-weight: 400;
  left: 0;
  line-height: 1.25;
  padding: 75px 44px 50px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.v-autocomplete .v-autocomplete-input-group .v-autocomplete-input {
  font-size: 1.5em;
  padding: 10px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #bdc8d3;
  width: calc(100% - 32px);
  outline: none;
  background-color: #eee;
}

.v-autocomplete .v-autocomplete-input-group.v-autocomplete-selected .v-autocomplete-input {
  color: green;
  background-color: #f2fff2;
}

.v-autocomplete .v-autocomplete-list {
  z-index: 999;
  max-width: 100%;
  min-width: 350px;
  text-align: left;
  border: none;
  border-top: none;
  max-height: 400px;
  overflow-y: auto;
  border-top: 1px solid #bdc8d3;
  border-bottom: 1px solid #bdc8d3;
}

.v-autocomplete .v-autocomplete-list .v-autocomplete-list-item {
  cursor: pointer;
  background-color: #fff;
  padding: 10px;
  border-bottom: 1px solid #bdc8d3;
  border-left: 1px solid #bdc8d3;
  border-right: 1px solid #bdc8d3;
}

.v-autocomplete .v-autocomplete-list .v-autocomplete-list-item:last-child {
  border-bottom: none;
}

.v-autocomplete .v-autocomplete-list .v-autocomplete-list-item:hover {
  background-color: #eee;
}

.v-autocomplete .v-autocomplete-list .v-autocomplete-list-item abbr {
  opacity: 0.8;
  font-size: 0.8em;
  display: block;
  font-family: sans-serif;
}

.Datatable {
  position: relative;
  clear: both;
}

.Datatable--controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 40em) {
  .Datatable--controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.Datatable--controls .textlinks {
  margin: 0 0 0.5rem 0 !important;
}

.Datatable--controls input {
  border-radius: 2px;
  font-size: 0.7rem;
  height: 24px !important;
  line-height: 24px !important;
  font-weight: normal;
  color: #445e71;
  display: inline-block;
  margin: 0 0 0 0.5em;
}

.Datatable--controls input::-webkit-input-placeholder {
  font-size: 0.7rem !important;
}

.Datatable--controls input::-moz-placeholder {
  font-size: 0.7rem !important;
}

.Datatable--controls input:-moz-placeholder {
  font-size: 0.7rem !important;
}

.Datatable--controls input:-ms-input-placeholder {
  font-size: 0.7rem !important;
}

.Datatable--controls select {
  margin: 0 0.5rem;
  font-size: 0.75rem;
  height: 26px !important;
  padding-top: 0;
  padding-bottom: 0;
  cursor: default !important;
}

.Datatable--controls > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  vertical-align: middle;
  font-weight: 600;
  font-size: 0.65rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.Datatable--search input {
  width: 100%;
  min-width: 220px;
}

@media screen and (min-width: 40em) {
  .Datatable--search {
    margin-left: auto;
  }

  .Datatable--search input {
    width: 50%;
  }
}

@media screen and (min-width: 52.5em) {
  .Datatable--search {
    margin-left: auto;
  }

  .Datatable--search input {
    width: 25%;
  }
}

.Datatable--filter label {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Datatable--filter label > div {
  width: 100%;
}

.Datatable--filter input {
  border-radius: 2px;
  margin: 0;
  width: 100%;
  font-size: 0.7rem;
  height: 24px !important;
  line-height: 24px !important;
  font-weight: normal;
  color: #445e71;
}

.Datatable--filter input::-webkit-input-placeholder {
  font-size: 0.7rem !important;
}

.Datatable--filter input::-moz-placeholder {
  font-size: 0.7rem !important;
}

.Datatable--filter input:-moz-placeholder {
  font-size: 0.7rem !important;
}

.Datatable--filter input:-ms-input-placeholder {
  font-size: 0.7rem !important;
}

.Datatable--filter select {
  border-radius: 2px;
  margin: 0;
  width: 100%;
  font-size: 0.7rem;
  height: 24px !important;
  line-height: 24px !important;
  font-weight: normal;
  color: #445e71;
  padding: 0 20px 0 0.2em;
}

.Datatable--filter th {
  padding: 0.2rem 0.1rem !important;
  margin: 0 !important;
}

.Datatable--filter th.search_disabled input {
  padding: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.Datatable--filter th.search_disabled label {
  opacity: 0.5;
  cursor: not-allowed;
}

.Datatable--filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  width: 26px;
  height: 26px !important;
  cursor: pointer;
  margin: 0 0 0 -26px;
  color: #8ba1b1;
}

.Datatable--filter-btn.clear {
  color: #e53935;
  font-size: 1rem;
}

.Datatable--loader {
  z-index: 3;
  position: absolute;
  padding: 20px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  text-align: center;
  background: rgba(35, 31, 32, 0.05);
}

.Datatable--footer-controls {
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.Datatable--footer-controls > div {
  margin-top: 0.5rem;
}

@media screen and (min-width: 40em) {
  .Datatable--footer-controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .Datatable--footer-controls > div {
    margin: 0;
    padding: 0 0.3rem;
  }

  .Datatable--footer-controls > div:first-child {
    padding-left: 0;
  }

  .Datatable--footer-controls > div:last-child {
    padding-right: 0;
  }
}

.Datatable--info {
  color: #231f20;
  font-size: 0.75rem;
}

.Datatable--button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.15 !important;
  letter-spacing: 0.01em !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 0.725rem;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0px 0 rgba(23, 37, 51, 0.24), 0 1px 1px 0 rgba(23, 37, 51, 0.22);
          box-shadow: 0 1px 0px 0 rgba(23, 37, 51, 0.24), 0 1px 1px 0 rgba(23, 37, 51, 0.22);
  margin-right: 0.5rem;
  border: 1px solid #d2d8e2;
  color: #0f6fc6 !important;
  font-size: 0.65rem !important;
  text-decoration: none !important;
  padding: 0.2rem 0.5rem !important;
  font-weight: 400 !important;
  background: transparent !important;
}

.Datatable--selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fffcde;
  border: 1px solid #fdf07f;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 3px;
  z-index: 1;
  font-size: 0.8rem;
}

.Datatable--selected-label {
  color: #1e447d;
  font-weight: 600;
}

.Datatable--selected-action {
  margin-left: 1rem;
  cursor: pointer;
  text-decoration: underline;
}

.Datatable .sorting {
  cursor: pointer;
}

.Datatable .selection {
  width: 1px;
}

.Datatable--table-container-outer {
  position: relative;
}

.Datatable--table-container-fade {
  position: absolute;
  right: 0;
  height: 100%;
  width: 0;
}

@media screen and (max-width: 40em) {
  .Datatable--table-container-fade {
    width: 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
  }
}

.Datatable--table-container {
  width: 100%;
  overflow-y: auto;
  overflow: auto;
  margin: 0 0 1em;
}

@media screen and (max-width: 40em) {
  .Datatable--table-container table.dataTable thead th {
    white-space: nowrap;
    width: auto;
  }
}

.Datatable--table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.Datatable--table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.Datatable--filter th .mx-datepicker {
  min-width: 135px;
}

.Datatable--group {
  color: #445e71;
  border: none !important;
}

.Datatable--group > tr:hover {
  background: #eef0f4;
  cursor: pointer;
}

.Datatable--group > tr > td {
  border: 1px solid #FFF;
  border-bottom: 1px solid #c6d0d9;
  padding: 0.75rem 0.75rem !important;
  font-size: 0.9rem !important;
  color: #293c4e;
}

.Datatable--group:first-child > tr > td {
  border-top: 1px solid #FFF;
}

.Datatable--group:nth-of-type(even) > tr {
  background: #f7f8fa;
}

.dataTable thead:nth-child(2) > tr > td {
  border-top: 1px solid #FFF;
}

table.nice-tables td.disclosure--header:last-child:not(.left) {
  padding-bottom: 0 !important;
}

.Datatable--group.expanded tr {
  background: #e1f5fe !important;
}

.Datatable--group.expanded > tr > td {
  border-bottom: none !important;
  border-top: 1px solid #0f6fc6 !important;
}

.Datatable--group.expanded > tr > td:first-child {
  border-left: 1px solid #0f6fc6 !important;
}

.Datatable--group.expanded > tr > td:last-child {
  border-right: 1px solid #0f6fc6 !important;
  border-left: 1px solid #e1f5fe !important;
}

.Datatable--group.expanded > tr > td:only-child {
  border-left: 1px solid #0f6fc6 !important;
}

.Datatable--group.expanded > tr.selected > td.selection {
  border-right: 1px solid #0f6fc6 !important;
}

.Datatable--group .selection {
  cursor: default !important;
}

.Datatable--group-toggle-icon {
  font-size: 2em !important;
  display: block;
  text-align: center;
}

.Datatable--group .group-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.875rem;
}

.Datatable--body.expanded > tr {
  padding-left: 1rem;
  padding-right: 1rem;
}

.Datatable--body td > span {
  display: inline-block;
  max-height: 300px;
  overflow-y: auto;
}

.case-details > div, .fulfillment-details > div {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.case-details > div:first-child, .fulfillment-details > :first-child {
  margin-top: 0;
}

.fulfillment-details .fulfillment-button-holder {
  margin-top: 0.625rem;
}

.Datatable--group.expanded + .Datatable--body.expanded > tr > td:first-child {
  border-left: 1px solid #0f6fc6;
}

.Datatable--group.expanded + .Datatable--body.expanded > tr > td:last-child {
  border-right: 1px solid #0f6fc6;
}

.Datatable--group.expanded + .Datatable--body.expanded > tr:first-child > td {
  border-top: 1px solid #FFF !important;
}

.Datatable--group.expanded + .Datatable--body.expanded > tr:last-child {
  border-bottom: none;
}

.Datatable--group.expanded + .Datatable--body.expanded > tr:last-child > td {
  border-bottom: 1px solid #0f6fc6 !important;
}

.Datatable--body.expanded + .Datatable--group.expanded > tr:last-child > td {
  border-top: none !important;
}

.mx-icon-left:before,
.mx-icon-right:before,
.mx-icon-double-left:before,
.mx-icon-double-right:before,
.mx-icon-double-left:after,
.mx-icon-double-right:after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-style: solid;
  border-color: currentColor;
  border-width: 2px 0 0 2px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg) scale(0.7);
          transform: rotate(-45deg) scale(0.7);
}

.mx-icon-double-left:after {
  left: -4px;
}

.mx-icon-double-right:before {
  left: 4px;
}

.mx-icon-right:before,
.mx-icon-double-right:before,
.mx-icon-double-right:after {
  -webkit-transform: rotate(135deg) scale(0.7);
          transform: rotate(135deg) scale(0.7);
}

.mx-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #73879c;
  white-space: nowrap;
}

.mx-btn:hover {
  border-color: #0f6fc6;
  color: #0f6fc6;
}

.mx-btn:disabled, .mx-btn.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.mx-btn-text {
  border: 0;
  padding: 0 4px;
  text-align: left;
  line-height: inherit;
}

.mx-scrollbar {
  height: 100%;
}

.mx-scrollbar:hover .mx-scrollbar-track {
  opacity: 1;
}

.mx-scrollbar-wrap {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.mx-scrollbar-track {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 6px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.24s ease-out;
  transition: opacity 0.24s ease-out;
}

.mx-scrollbar-track .mx-scrollbar-thumb {
  position: absolute;
  width: 100%;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.mx-zoom-in-down-enter-active,
.mx-zoom-in-down-leave-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.mx-zoom-in-down-enter,
.mx-zoom-in-down-enter-from,
.mx-zoom-in-down-leave-to {
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.mx-datepicker {
  position: relative;
  display: inline-block;
  width: 210px;
}

.mx-datepicker svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.mx-datepicker-range {
  width: 320px;
}

.mx-datepicker-inline {
  width: auto;
}

.mx-input-wrapper {
  position: relative;
}

.mx-input-wrapper .mx-icon-clear {
  display: none;
}

.mx-input-wrapper:hover .mx-icon-clear {
  display: block;
}

.mx-input-wrapper:hover .mx-icon-clear + .mx-icon-calendar {
  display: none;
}

.mx-input {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 6px 30px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #445e71;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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);
}

.mx-input:hover, .mx-input:focus {
  border-color: #409aff;
}

.mx-input:disabled, .mx-input.disabled {
  color: #ccc;
  background-color: #f3f3f3;
  border-color: #ccc;
  cursor: not-allowed;
}

.mx-input:focus {
  outline: none;
}

.mx-input::-ms-clear {
  display: none;
}

.mx-icon-calendar,
.mx-icon-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}

.mx-icon-clear {
  cursor: pointer;
}

.mx-icon-clear:hover {
  color: rgba(0, 0, 0, 0.8);
}

.mx-datepicker-main {
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
  color: #73879c;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.mx-datepicker-popup {
  position: absolute;
  margin-top: 1px;
  margin-bottom: 1px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 2001;
}

.mx-datepicker-sidebar {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  padding: 6px;
  overflow: auto;
}

.mx-datepicker-sidebar + .mx-datepicker-content {
  margin-left: 100px;
  border-left: 1px solid #e8e8e8;
}

.mx-datepicker-body {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mx-btn-shortcut {
  display: block;
  padding: 0 6px;
  line-height: 24px;
}

.mx-range-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  .mx-range-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mx-datepicker-header {
  padding: 6px 8px;
  border-bottom: 1px solid #e8e8e8;
}

.mx-datepicker-footer {
  padding: 6px 8px;
  text-align: right;
  border-top: 1px solid #e8e8e8;
}

.mx-calendar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 248px;
  padding: 6px 12px;
}

.mx-calendar + .mx-calendar {
  border-left: 1px solid #e8e8e8;
}

.mx-calendar-header, .mx-time-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  text-align: center;
  overflow: hidden;
}

.mx-btn-icon-left,
.mx-btn-icon-double-left {
  float: left;
}

.mx-btn-icon-right,
.mx-btn-icon-double-right {
  float: right;
}

.mx-calendar-header-label {
  font-size: 14px;
}

.mx-calendar-decade-separator {
  margin: 0 2px;
}

.mx-calendar-decade-separator:after {
  content: "~";
}

.mx-calendar-content {
  position: relative;
  height: 224px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mx-calendar-content .cell {
  cursor: pointer;
}

.mx-calendar-content .cell:hover {
  color: #73879c;
  background-color: #f3f8fc;
}

.mx-calendar-content .cell.active {
  color: #fff;
  background-color: #0f6fc6;
}

.mx-calendar-content .cell.in-range, .mx-calendar-content .cell.hover-in-range {
  color: #73879c;
  background-color: #dbe9f6;
}

.mx-calendar-content .cell.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

.mx-calendar-week-mode .mx-date-row {
  cursor: pointer;
}

.mx-calendar-week-mode .mx-date-row:hover {
  background-color: #f3f8fc;
}

.mx-calendar-week-mode .mx-date-row.mx-active-week {
  background-color: #dbe9f6;
}

.mx-calendar-week-mode .mx-date-row .cell:hover {
  color: inherit;
  background-color: transparent;
}

.mx-calendar-week-mode .mx-date-row .cell.active {
  color: inherit;
  background-color: transparent;
}

.mx-week-number {
  opacity: 0.5;
}

.mx-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.mx-table th {
  padding: 0;
  font-weight: 500;
  vertical-align: middle;
}

.mx-table td {
  padding: 0;
  vertical-align: middle;
}

.mx-table-date td,
.mx-table-date th {
  height: 32px;
  font-size: 12px;
}

.mx-table-date .today {
  color: #277dcc;
}

.mx-table-date .cell.not-current-month {
  color: #ccc;
  background: none;
}

.mx-time {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 224px;
  background: #fff;
}

.mx-time + .mx-time {
  border-left: 1px solid #e8e8e8;
}

.mx-calendar-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mx-time-header {
  border-bottom: 1px solid #e8e8e8;
}

.mx-time-content {
  height: 224px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.mx-time-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mx-time-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border-left: 1px solid #e8e8e8;
  text-align: center;
}

.mx-time-column:first-child {
  border-left: 0;
}

.mx-time-column .mx-time-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mx-time-column .mx-time-list::after {
  content: "";
  display: block;
  height: 192px;
}

.mx-time-column .mx-time-item {
  cursor: pointer;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}

.mx-time-column .mx-time-item:hover {
  color: #73879c;
  background-color: #f3f8fc;
}

.mx-time-column .mx-time-item.active {
  color: #0f6fc6;
  background-color: transparent;
  font-weight: 700;
}

.mx-time-column .mx-time-item.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

.mx-time-option {
  cursor: pointer;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
}

.mx-time-option:hover {
  color: #73879c;
  background-color: #f3f8fc;
}

.mx-time-option.active {
  color: #0f6fc6;
  background-color: transparent;
  font-weight: 700;
}

.mx-time-option.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

.mx-input-append {
  height: 26px;
}

.mx-shortcuts-wrapper .mx-shortcuts {
  font-weight: normal;
  font-size: 0.9em;
}

.mx-input-append {
  background-color: transparent !important;
  height: 26px !important;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: rgba(35, 31, 32, 0.8);
  color: #fafcfc;
  border-radius: 16px;
  font-size: 0.85rem;
  padding: 5px 16px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: rgba(35, 31, 32, 0.8);
  z-index: 1;
}

.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}

.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}

.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=right] {
  margin-left: 5px;
}

.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^=left] {
  margin-right: 5px;
}

.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #fafcfc;
  color: #231f20;
  padding: 24px;
  font-size: 0.8rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 30px rgba(35, 31, 32, 0.2);
          box-shadow: 0 5px 30px rgba(35, 31, 32, 0.2);
}

.tooltip.popover .popover-arrow {
  border-color: #fafcfc;
}

.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.kitgroup .tooltip .tooltip-inner {
  max-width: 600px;
}

.stackable-table .stackable-table-label {
  display: none;
}

@media screen and (max-width: 52.5em) {
  .stackable-table {
    width: 100%;
  }

  .stackable-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .stackable-table thead {
    display: none;
  }

  .stackable-table > tbody > tr > td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    border-top: 1px solid #bdc8d3 !important;
    border-bottom: 0 none !important;
    text-align: right;
  }

  .stackable-table > tbody > tr {
    border-top: 1px solid #1F2D5E;
  }

  .stackable-table .stackable-table-label {
    color: #1F2D5E;
    font-weight: 600;
    vertical-align: middle;
    font-size: 0.8rem;
    padding-right: 0.25rem;
    display: inline-block;
    padding: 0 0.6em 0 0;
    width: 30%;
  }

  .stackable-table .stackable-table-content {
    max-width: 70% !important;
    width: 100%;
    display: inline-block;
  }

  .stackable-table .stackable-table-content input,
.stackable-table .stackable-table-content textarea,
.stackable-table .stackable-table-content select {
    border-left: 1px solid #bdc8d3 !important;
    opacity: 1 !important;
  }

  .stackable-table td.itemtotal .stackable-table-content {
    border-left: 1px solid #293c4e;
    padding: 0.25rem;
    background: #fffef8;
  }

  .stackable-table td.itemtotal .stackable-table-label {
    color: #fafcfc;
    text-transform: uppercase;
  }

  .stackable-table td.controls .stackable-table-content {
    max-width: 100% !important;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .stackable-table td.controls .add-item {
    position: relative;
    top: inherit;
    left: inherit;
  }
}

table.s-table {
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

table.s-table.padded th {
  padding: 0.75rem 0.65rem 0.25rem 0.65rem !important;
}

table.s-table.padded td {
  padding: 0.75rem 0.65rem !important;
}

table.s-table.padded.checkboxes th:first-child {
  padding-bottom: 0.1rem !important;
}

table.s-table thead {
  border-bottom: 1px solid #e6ecf1 !important;
  background: #f1f3f6 !important;
}

table.s-table thead tr th.quantities {
  padding: 0.25em !important;
  color: #445e71 !important;
  font-weight: normal;
  text-transform: none;
}

table.s-table th {
  color: #0f6fc6;
  padding: 0.57rem 0.65rem 0.5rem 0.65rem !important;
  font-size: 0.75rem !important;
  vertical-align: bottom !important;
}

table.s-table.spaced-cells tbody > tr > td {
  border-right: 1px solid #fff;
}

table.s-table td {
  padding: 0.25rem 0.65rem !important;
  font-size: 0.85rem !important;
}

table.s-table td .delete {
  font-size: 1.3rem;
  color: #e53935;
}

table.s-table td .delete:hover {
  color: #f05b4f;
}

table.s-table td.small {
  font-size: 0.8rem !important;
}

table.s-table td .has-tooltip {
  font-size: 1.25rem;
  margin-left: 0.5rem;
}

table.s-table td.draggable,
table.s-table th.draggable {
  padding: 0 !important;
  text-align: center !important;
  vertical-align: middle !important;
}

table.s-table tbody tr:hover {
  cursor: pointer;
}

table.s-table.checkboxes tbody td:first-child {
  padding: 0.25rem 0.5rem !important;
  border-right: 1px solid #e6ecf1;
}

table.s-table tfoot {
  border-top: 1px solid #8ba1b1;
}

table.s-table tfoot tr {
  background: #fafcfc !important;
}

table.s-table tr.highlight-error {
  background-color: #e2666f !important;
  color: #fafcfc;
}

table.s-table tr.highlight-error .DropdownMenu i {
  color: #fafcfc;
}

table.s-table tr.highlight-error:hover {
  background-color: #de515b !important;
}

table.s-table tr.highlight-error:hover .DropdownMenu i {
  color: #fafcfc !important;
  background: #e2666f !important;
}

table.s-table tr.highlight-selected {
  background-color: #fffbd9 !important;
}

table.s-table tr.highlight-selected:hover {
  background-color: #fff8c0 !important;
}

table.s-table tr.highlight-selected:hover .DropdownMenu i {
  background: #fffbd9 !important;
}

table.s-table td.highlight-error {
  background-color: #fadadd !important;
}

table.s-table td.highlight-error .DropdownMenu i {
  color: #fafcfc;
}

table.s-table td.highlight-error:hover {
  background-color: #f7c4c8 !important;
}

.s-table--shrink {
  width: 1px;
}

.s-table--shrink.center {
  text-align: center !important;
}

.s-table--shrink.input {
  padding: 0 0.5rem !important;
}

.vue__time-picker {
  display: inline-block;
  position: relative;
  margin-bottom: 0.75rem;
}

.vue__time-picker input.display-time {
  margin-bottom: 0;
}

.vue__time-picker input.display-time.disabled,
.vue__time-picker input.display-time:disabled {
  color: #7a91a6;
  background: #e6ecf1;
}

.vue__time-picker .clear-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.3em;
  z-index: 3;
  font-size: 1.1em;
  line-height: 1em;
  vertical-align: middle;
  color: #d2d2d2;
  background: rgba(255, 255, 255, 0);
  text-align: center;
  font-style: normal;
  -webkit-margin-before: -0.15em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.vue__time-picker .clear-btn:hover {
  color: #797979;
  cursor: pointer;
}

.vue__time-picker .clear-btn:active {
  outline: 0;
}

.vue__time-picker .time-picker-overlay {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.vue__time-picker .dropdown {
  position: absolute;
  z-index: 5;
  top: calc(2.2em + 2px);
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  width: 10em;
  height: 10em;
  font-weight: 400;
}

.vue__time-picker .dropdown .select-list {
  width: 10em;
  height: 10em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vue__time-picker .dropdown .select-list:active,
.vue__time-picker .dropdown .select-list:focus {
  outline: 0;
}

.vue__time-picker .dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0.00001px;
  flex: 1 1 0.00001px;
  overflow-x: hidden;
  overflow-y: auto;
}

.vue__time-picker .dropdown ul.apms,
.vue__time-picker .dropdown ul.minutes,
.vue__time-picker .dropdown ul.seconds {
  border-left: 1px solid #fff;
}

.vue__time-picker .dropdown ul li {
  list-style: none;
  text-align: center;
  padding: 0.3em 0;
  color: #161616;
}

.vue__time-picker .dropdown ul li:not(.hint):not([disabled]):focus,
.vue__time-picker .dropdown ul li:not(.hint):not([disabled]):hover {
  background: rgba(0, 0, 0, 0.08);
  color: #161616;
  cursor: pointer;
}

.vue__time-picker .dropdown ul li:not([disabled]).active,
.vue__time-picker .dropdown ul li:not([disabled]).active:focus,
.vue__time-picker .dropdown ul li:not([disabled]).active:hover {
  background: #0f6fc6;
  color: #fff;
}

.vue__time-picker .dropdown ul li[disabled],
.vue__time-picker .dropdown ul li[disabled]:hover {
  background: transparent;
  opacity: 0.3;
  cursor: not-allowed;
}

.vue__time-picker .dropdown .hint {
  color: #a5a5a5;
  cursor: default;
  font-size: 0.8em;
}

/**
These styles help override the original form styles so Tailwind Forms Styles can be used.
If you're creating a form and want to implement Tailwind Form styles you may want to wrap w/ .tw-form.
 */

.tw-form [type=radio]:not(:checked), .tw-form [type=radio]:checked {
  position: relative;
  left: 0px;
  opacity: 1;
  position: relative;
}

.tw-form label span:not(.label):not(.badge) {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.25;
  text-align: left;
  text-align: left;
}

.tw-form label span:not(.label):not(.badge).font-medium {
  font-weight: 500;
}

#app [type=text], #app [type=email], #app [type=url], #app [type=password], #app [type=number], #app [type=date], #app [type=datetime-local], #app [type=month], #app [type=search], #app [type=tel], #app [type=time], #app [type=week], #app [multiple], #app textarea, #app select {
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 220, var(--tw-border-opacity));
}

button:not(#app [type=text]):not([class*=rounded-]),
button:not(#app [type=email]):not([class*=rounded-]),
button:not(#app [type=url]):not([class*=rounded-]),
button:not(#app [type=password]):not([class*=rounded-]),
button:not(#app [type=number]):not([class*=rounded-]),
button:not(#app [type=date]):not([class*=rounded-]),
button:not(#app [type=datetime-local]):not([class*=rounded-]),
button:not(#app [type=month]):not([class*=rounded-]),
button:not(#app [type=search]):not([class*=rounded-]),
button:not(#app [type=tel]):not([class*=rounded-]),
button:not(#app [type=time]):not([class*=rounded-]),
button:not(#app [type=week]):not([class*=rounded-]),
button:not(#app [multiple]):not([class*=rounded-]),
button:not(#app textarea):not([class*=rounded-]),
button:not(#app select):not([class*=rounded-]),
input[type=submit]:not(#app [type=text]):not([class*=rounded-]),
input[type=submit]:not(#app [type=email]):not([class*=rounded-]),
input[type=submit]:not(#app [type=url]):not([class*=rounded-]),
input[type=submit]:not(#app [type=password]):not([class*=rounded-]),
input[type=submit]:not(#app [type=number]):not([class*=rounded-]),
input[type=submit]:not(#app [type=date]):not([class*=rounded-]),
input[type=submit]:not(#app [type=datetime-local]):not([class*=rounded-]),
input[type=submit]:not(#app [type=month]):not([class*=rounded-]),
input[type=submit]:not(#app [type=search]):not([class*=rounded-]),
input[type=submit]:not(#app [type=tel]):not([class*=rounded-]),
input[type=submit]:not(#app [type=time]):not([class*=rounded-]),
input[type=submit]:not(#app [type=week]):not([class*=rounded-]),
input[type=submit]:not(#app [multiple]):not([class*=rounded-]),
input[type=submit]:not(#app textarea):not([class*=rounded-]),
input[type=submit]:not(#app select):not([class*=rounded-]) {
  border-radius: 0.25rem;
}

button:not(.rounded):not([class*=rounded-]),
button:not(.rounded):not([class*=rounded-]),
button:not(.rounded):not([class*=rounded-]),
button:not(.rounded):not([class*=rounded-]),
button:not(.rounded):not([class*=rounded-]),
button:not(.rounded):not([class*=rounded-]),
button:not(.rounded):not([class*=rounded-]),
button:not(.rounded):not([class*=rounded-]),
button:not(.rounded):not([class*=rounded-]),
button:not(.rounded):not([class*=rounded-]),
button:not(.rounded):not([class*=rounded-]),
button:not(.rounded):not([class*=rounded-]),
button:not(.rounded):not([class*=rounded-]),
button:not(.rounded):not([class*=rounded-]),
button:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]) {
  border-radius: 0.25rem;
}

.box#app [type=text], .box#app [type=email], .box#app [type=url], .box#app [type=password], .box#app [type=number], .box#app [type=date], .box#app [type=datetime-local], .box#app [type=month], .box#app [type=search], .box#app [type=tel], .box#app [type=time], .box#app [type=week], .box#app [multiple], .box#app textarea, .box#app select {
  border-radius: 5px;
  overflow: hidden;
}

.c-account-switcher {
  position: fixed;
  z-index: 10001;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

.c-account-switcher > a {
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  text-decoration: none;
  font-size: 0.65em;
  padding: 0px 10px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-account-switcher > a > i {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8px;
  height: 6px;
  margin-left: 5px;
  color: #FFF;
}

.c-account-switcher > a > i:hover {
  color: #FFF;
}

.c-account-switcher .DropdownMenu--menu {
  max-width: inherit;
  padding: 0;
}

.c-account-switcher .DropdownMenu--menu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0.5rem;
}

.c-box-paginator {
  /** Similar styles as the data table paginator */
}

.c-box-paginator .BoxPaginator--btn {
  padding: 0.2rem 0.5rem 0.25rem !important;
  font-size: 0.8rem;
  border: 1px solid #d2d8e2;
  color: #0F6FC6;
  background: #f1f3f6 !important;
  line-height: 1rem;
  font-weight: 600;
  border-radius: 3px;
}

.c-box-paginator .BoxPaginator--btn:hover {
  border-color: #d2d8e2;
  color: #1F2D5E !important;
  background: #d2d8e2 !important;
}

.c-box-paginator .BoxPaginator--btn__next {
  margin-left: auto;
}

#video-container {
  width: 100%;
  height: 0;
  position: relative;
}

#video-container-video {
  width: 100%;
  height: auto;
  z-index: 2;
}

#canvas {
  z-index: 1;
  width: 100%;
  height: auto;
}

#video-container-video,
#canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.c-case-usage.CaseUsage {
  background: #fafcfc;
  border-radius: 4px;
}

.c-case-usage-manufacturer.CUManufacturer {
  border-radius: 3px;
  border-bottom: 1px solid #d5dde3;
}

.c-case-usage-manufacturer.CUManufacturer:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.c-case-usage-manufacturer.CUManufacturer:last-child {
  border-bottom: 0 none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.c-case-usage-manufacturer.CUManufacturer--toggleable .CUManufacturer--title {
  cursor: pointer;
}

.c-case-usage-manufacturer .CUManufacturer--arrow {
  color: #8ba1b1;
  font-size: 1.3rem;
  vertical-align: middle;
}

.c-case-usage-revenue .CURevenue--title {
  margin: 0;
  color: #1f2d5e;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.c-case-usage-revenue .CURevenue--title > span {
  text-transform: none;
  font-size: 0.65rem;
  font-style: italic;
  color: #445e71;
  font-weight: 400;
}

.c-case-usage-revenue .CURevenue--add {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
}

.c-case-usage-revenue .CURevenue--add:hover {
  text-decoration: underline;
}

.c-case-usage-revenue-item .RevenueItemMenu > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-case-usage-revenue-item .RevenueItemMenu--cell {
  padding: 0 !important;
}

.c-case-usage-revenue-item .RevenueItemMenu--cell .badge {
  font-size: 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 16px;
  border-radius: 50px;
  padding: 0;
}

.c-case-usage-revenue-item .RevenueItemMenu--cell .badge.replenished {
  background: #09d0d9;
}

.c-case-usage-revenue-item .RevenueItemMenu--cell .badge.replenished i {
  color: #fff;
}

.c-case-usage-revenue-item .RevenueItemMenu--cell .badge.verified {
  background: #c8e6c9;
}

.c-case-usage-revenue-item .RevenueItemMenu--cell .badge.verified i {
  color: #0a6730;
}

.c-case-usage-revenue-item .RevenueItemMenu--cell .badge.warning {
  background: #fadadd;
}

.c-case-usage-revenue-item .RevenueItemMenu--cell .badge.warning i {
  color: #e53935;
}

.c-case-usage-revenue-item .RevenueItemMenu--cell .badge i {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.c-case-usage-revenue-table.CURevenue--table {
  width: 100%;
}

.c-case-usage-revenue-table.CURevenue--table th {
  color: #1f2d5e;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.8rem;
  padding: 0;
  line-height: 1.2;
  padding: 3px 5px;
}

.c-case-usage-revenue-table.CURevenue--table td {
  border: 1px solid #d5dde3;
  padding: 3px 5px;
  font-size: 0.8rem;
}

.c-case-usage-revenue-table.CURevenue--table.striped > tbody > tr:nth-child(odd) {
  background-color: #fff;
}

[type=radio]#fluorescent_result-true:checked + label {
  color: #10ad51;
}

[type=radio]#fluorescent_result-true:checked + label:after {
  background-color: #10ad51;
  border: 2px solid #10ad51;
}

[type=radio]#fluorescent_result-false:checked + label {
  color: #e53935;
}

[type=radio]#fluorescent_result-false:checked + label:after {
  background-color: #e53935;
  border: 2px solid #e53935;
}

.c-csv-table.CsvTable {
  width: 100%;
}

.c-csv-table .CsvTable--cell {
  padding: 3px;
  border: 1px solid #e6ecf1;
  font-size: 0.7em;
}

.c-csv-table .CsvTable--info {
  font-style: italic;
  text-align: center;
}

.c-csv-table .CsvTable--info.warning {
  color: #e53935;
}

.c-csv-table .CsvTable--unexcepted {
  color: #b3b3b3;
}

.c-csv-table .CsvTable--header {
  margin: 0;
  color: #062e61;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid #e6ecf1;
  background: #f1f3f6;
  padding: 3px;
  white-space: nowrap;
}

.c-csv-table .CsvTable--header--missing {
  border: 2px dotted #f6d29b;
  color: #b3b3b3;
}

.c-csv-table .CsvTable--cell-ignored {
  border: 1px dotted #e6ecf1;
  color: #b3b3b3;
}

.c-csv-table .CsvTable--cell--missing {
  color: #b3b3b3;
  font-style: italic;
  border: 2px dotted #f6d29b;
}

.c-dropdown-menu.DropdownMenu i {
  font-size: 2rem;
  color: #8ba1b1;
  border-radius: 50px;
}

.c-dropdown-menu.DropdownMenu i.small {
  font-size: 1.25rem;
}

.c-dropdown-menu.DropdownMenu i.blue {
  background: #0f6fc6;
  color: #fafcfc;
}

.c-dropdown-menu.DropdownMenu i:hover {
  color: #0f6fc6;
}

.c-dropdown-menu .DropdownMenu--menu {
  background: #fff;
  z-index: 10000;
  min-width: 150px;
  max-width: 100%;
  -webkit-box-shadow: 0 3px 10px rgba(5, 51, 110, 0.3);
          box-shadow: 0 3px 10px rgba(5, 51, 110, 0.3);
  text-align: left;
  border-radius: 4px;
  padding: 0.1rem 0;
  font-size: 0.75rem;
  overflow-y: auto;
  max-height: 50vh;
}

.c-dropdown-menu .DropdownMenu--menu > ul {
  list-style: none;
  padding: 1px;
  margin: 0 !important;
}

.c-dropdown-menu .DropdownMenu--menu > ul > li > a {
  display: block;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
  text-decoration: none;
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tw-form label span:not(.label):not(.badge).c-dropdown-menu .DropdownMenu--menu > ul > li > a {
  font-weight: 500;
}

.c-dropdown-menu .DropdownMenu--menu > ul > li > a {
  text-decoration: none;
}

.c-dropdown-menu .DropdownMenu--menu > ul > li > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 245, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(22, 30, 46, var(--tw-text-opacity));
}

.c-dropdown-menu .DropdownMenu--menu > ul > li > a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.c-dropdown-menu.DropdownMenu > a.print-menu {
  background: #445e71;
  color: #fafcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-dropdown-menu.DropdownMenu > a.print-menu i {
  color: #fafcfc !important;
  font-size: 1.2rem;
  line-height: 0;
  margin: 0 0 0 0.25rem;
}

.c-dropdown-menu.DropdownMenu > a.print-menu:hover {
  background: #0f6fc6;
}

.c-dynamic-questions-input .vue__time-picker {
  width: 100%;
}

.c-dynamic-questions-row-question .QuestionRow--label {
  font-weight: bold;
}

.c-dynamic-questions-row-question .QuestionRow--input {
  text-align: left !important;
}

.c-dynamic-questions-row-question .QuestionRow--input input, .c-dynamic-questions-row-question .QuestionRow--input textarea {
  font-size: 0.85rem;
  padding: 0.7em;
  font-weight: normal;
}

.c-dynamic-questions-row-question .QuestionRow--input .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 0.8em;
}

.c-dynamic-questions-row-question .QuestionRow--input .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
}

.c-dynamic-questions-row-question .QuestionRow--label,
.c-dynamic-questions-row-question .QuestionRow--input {
  width: 50%;
}

.c-edit-image-modal.EditImageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-edit-image-modal .EditImageWrapper--btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  font-weight: 600;
}

.loader.c-edit-image-modal .EditImageWrapper--btn {
  position: absolute;
  top: 50%;
}

.loader.c-edit-image-modal .EditImageWrapper--btn.centered {
  top: 50%;
  left: 50%;
  margin-left: -2em;
  margin-top: -2em;
}

.loader.c-edit-image-modal .EditImageWrapper--btn.centered.small {
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}

.loader.c-edit-image-modal .EditImageWrapper--btn.right {
  margin-top: -2em;
  right: 1em;
}

.loader.c-edit-image-modal .EditImageWrapper--btn.right.small {
  margin-top: -0.5rem;
  right: 0.5rem;
}

.c-edit-image-modal .EditImageWrapper--btn{
  visibility: hidden;
  height: 20px;
  background: rgba(0, 0, 0, 0.4);
  line-height: 20px;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff !important;
  display: block;
  cursor: pointer;
}

.c-edit-image-modal:hover .EditImageWrapper--btn {
  visibility: visible;
}

.c-edit-image-modal .EditImageWrapper--btn:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}

.c-edit-image-modal .EditImageWrapper--busy > img {
  opacity: 0.5;
}

.c-fancy-box-gallery .thumb-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-fancy-box-gallery .gallery-thumb {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.FullLayout {
  min-width: 100%;
}

.FullLayout--logo,
.FullLayout--logo:active,
.FullLayout--logo:focus,
.FullLayout--logo:hover {
  background-color: #0f6fc6;
  background: -webkit-gradient(linear, left top, right top, from(#09d0d9), color-stop(35%, #0f6fc6), to(#002c5f));
  background: linear-gradient(90deg, #09d0d9 0%, #0f6fc6 35%, #002c5f 100%);
  padding-left: 1rem;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  -webkit-box-shadow: 0 2px 2px rgba(35, 31, 32, 0.5);
          box-shadow: 0 2px 2px rgba(35, 31, 32, 0.5);
}

.FullLayout--logo .app-logo,
.FullLayout--logo:active .app-logo,
.FullLayout--logo:focus .app-logo,
.FullLayout--logo:hover .app-logo {
  margin-right: 1rem;
}

.FullLayout--logo.static {
  z-index: 10;
  position: sticky;
  top: 0;
}

.FullLayout--header {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .FullLayout--header{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.FullLayout--header{
  height: 50px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 3px rgba(41, 60, 78, 0.25);
          box-shadow: 0 2px 3px rgba(41, 60, 78, 0.25);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1e447d;
}

.FullLayout--header.static {
  z-index: 10;
  position: sticky;
  top: 0;
}

.FullLayout--menu {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.FullLayout--menu > ul > li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin: 0 0 0.65rem 0.2rem;
}

.FullLayout--menu > ul > li .view-button {
  width: 100%;
}

.FullLayout--menu > ul button.view-button,
.FullLayout--menu > ul button.save-button {
  white-space: inherit !important;
}

.FullLayout--side {
  width: 25%;
  max-width: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .FullLayout--side{
    width: 20%;
  }
}

.FullLayout--side{
  position: relative;
}

.FullLayout--block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  width: 100%;
}

.FullLayout--block.highlight {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 128, 128, var(--tw-bg-opacity));
}

.FullLayout--block ul {
  padding-left: 1.25rem;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
  list-style: disc;
}

.FullLayout--block ul span.warning,
.FullLayout--block ul strong.warning {
  color: #fafcfc;
  font-weight: bold;
  border-radius: 50px;
  padding: 0px 10px;
  background: #e53935;
  text-align: center;
  vertical-align: middle;
  min-width: 10px;
  display: inline-block;
}

.FullLayout--block--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.c-open-post-filters h1.FullLayout--block--header {
  text-transform: uppercase;
}

@media screen and (min-width: 52.5em){
  .sub-header.FullLayout--block--header,
.date-header.FullLayout--block--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sub-header.flex,
.date-header.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-header > .FullLayout--block--header:first-child,
.date-header > .FullLayout--block--header:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.sub-header > .flex:first-child,
.date-header > .flex:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.box-header.FullLayout--block--header .add-button {
  position: relative;
}

@media screen and (max-width: 52.5em){
  .box-header.FullLayout--block--header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .box-header.FullLayout--block--header .flex-end {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.box-header.FullLayout--block--header .filter {
  margin-top: 0.5rem;
}

@media screen and (min-width: 40em){
  .box-header.FullLayout--block--header .filter {
    margin-top: 0;
  }
}

.edit-controls.FullLayout--block--header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav-pills .nav-link.FullLayout--block--header,
.nav-pills .sub-nav-link.FullLayout--block--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-pills .nav-link.flex,
.nav-pills .sub-nav-link.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 30em){
  .sub-nav li.FullLayout--block--header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

fieldset:not(.tw-fieldset) .fieldset-header:not(.FullLayout--block--header) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

input.FullLayout--block--header {
  text-transform: uppercase;
}

.badge.FullLayout--block--header {
  line-height: 1.75;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}

.FullLayout--block--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.FullLayout--block--header.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.FullLayout--block--header.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.FullLayout--block--header.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.FullLayout--block--header.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.FullLayout--block--header.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.FullLayout--block--header.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.FullLayout--block--header.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.FullLayout--block--header.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.FullLayout--block--header.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.FullLayout--block--header.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.FullLayout--block--header.align-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.FullLayout--block--header.baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.FullLayout--block--header.columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (max-width: 52.5em){
  .FullLayout--block--header.flex-medium-up {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 40em){
  .FullLayout--block--header.row {
    display: block;
    float: none;
  }
}

a[class*=-button]:not(.fancybox-button).FullLayout--block--header,
button[class*=-button]:not(.fancybox-button).FullLayout--block--header,
button.view-button.FullLayout--block--header,
button.save-button.FullLayout--block--header,
.empty-state-btn.FullLayout--block--header,
.fileinput-button.FullLayout--block--header,
input[type=submit].uppercase {
  text-transform: uppercase;
}

a[class*=-button]:not(.fancybox-button).uppercase,
button[class*=-button]:not(.fancybox-button).uppercase,
button.view-button.uppercase,
button.save-button.uppercase,
.empty-state-btn.uppercase,
.fileinput-button.uppercase,
input[type=submit].uppercase {
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: uppercase;
}

.box .box-header:not(.FullLayout--block--header) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

.card .card-copy.FullLayout--block--header {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 52.5em){
  .comment .comment-content .FullLayout--block--header.flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.flex-list li .FullLayout--block--header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-list li .FullLayout--block--header img {
  max-width: 100px;
  margin-right: 0.75rem;
}

.tiles.FullLayout--block--header.center .tile-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.tiles .tile-item .main .title.FullLayout--block--header,
.tiles .tile-item .main a.title.FullLayout--block--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tiles .tile-item .main .title.flex,
.tiles .tile-item .main a.title.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collection .collection-item.FullLayout--block--header {
  padding: 0;
}

.collection .collection-item.FullLayout--block--header .circle {
  position: relative;
  left: auto;
}

.collection .collection-item.FullLayout--block--header .secondary-content {
  width: 20%;
  text-align: right;
  padding: 1em;
}

.collection.with-header .FullLayout--block--header .secondary-content {
  float: none;
}

table.dataTable tbody td .badge.FullLayout--block--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px){
  .small-footer.FullLayout--block--header.flex-end {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 640px) {
  .FullLayout--side {
    width: inherit;
    max-width: inherit;
  }

  .FullLayout--block {
    padding: 0.5rem 1rem;
  }

  .FullLayout--block > p {
    margin-bottom: 0;
  }
}

.c-full-page-loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100010;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-hospital-vendor-case-usage-manufacturer .CUManufacturer {
  border-radius: 3px;
  border-bottom: 1px solid #d5dde3;
  margin-bottom: 1em;
}

.c-hospital-vendor-case-usage-manufacturer .CUManufacturer:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.c-hospital-vendor-case-usage-manufacturer .CUManufacturer:last-child {
  border-bottom: 0 none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.c-hospital-vendor-case-usage-manufacturer .CUManufacturer--header .DropdownMenu {
  color: #fff;
}

.c-hospital-vendor-case-usage-manufacturer .CUManufacturer--title {
  color: #0f6fc6;
  font-weight: 700;
  font-size: 0.9rem;
}

.c-hospital-vendor-case-usage-revenue-item .RevenueItemMenu > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-hospital-vendor-case-usage-revenue-item .RevenueItemMenu--cell {
  padding: 0 !important;
}

.c-hospital-vendor-case-usage-revenue-item .RevenueItemMenu--cell .badge {
  font-size: 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 16px;
  border-radius: 50px;
  padding: 0;
}

.c-hospital-vendor-case-usage-revenue-item .RevenueItemMenu--cell .badge.replenished {
  background: #09d0d9;
}

.c-hospital-vendor-case-usage-revenue-item .RevenueItemMenu--cell .badge.replenished i {
  color: #fff;
}

.c-hospital-vendor-case-usage-revenue-item .RevenueItemMenu--cell .badge.verified {
  background: #c8e6c9;
}

.c-hospital-vendor-case-usage-revenue-item .RevenueItemMenu--cell .badge.verified i {
  color: #0a6730;
}

.c-hospital-vendor-case-usage-revenue-item .RevenueItemMenu--cell .badge.warning {
  background: #fadadd;
}

.c-hospital-vendor-case-usage-revenue-item .RevenueItemMenu--cell .badge.warning i {
  color: #e53935;
}

.c-hospital-vendor-case-usage-revenue-item .RevenueItemMenu--cell .badge i {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.c-image-gallery .ImageGallery--base {
  position: relative;
  background-size: cover;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  overflow: hidden;
  display: block;
  background-position: center center;
}

.c-image-gallery .ImageGallery--image {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(210, 214, 220, var(--tw-bg-opacity));
}

button:not(.c-image-gallery .ImageGallery--image):not([class*=rounded-]),
input[type=submit]:not(.c-image-gallery .ImageGallery--image):not([class*=rounded-]) {
  border-radius: 0.25rem;
}

button:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]) {
  border-radius: 0.25rem;
}

.box.c-image-gallery .ImageGallery--image {
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .c-image-gallery .ImageGallery--image {
    margin: 0 auto 12px auto;
  }
}

.c-image-gallery .ImageGallery--loader {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
}

.c-image-gallery .ImageGallery--hasmany {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  font-size: 30px;
  margin: 5px;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.c-import-progress-item.ImportProgressItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-import-progress-item.ImportProgressItem > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

@media screen and (min-width: 52.5em){
  .sub-header.c-import-progress-item.ImportProgressItem,
.date-header.c-import-progress-item.ImportProgressItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sub-header.flex,
.date-header.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-header > .c-import-progress-item.ImportProgressItem:first-child,
.date-header > .c-import-progress-item.ImportProgressItem:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.sub-header > .flex:first-child,
.date-header > .flex:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.box-header.c-import-progress-item.ImportProgressItem .add-button {
  position: relative;
}

@media screen and (max-width: 52.5em){
  .box-header.c-import-progress-item.ImportProgressItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .box-header.c-import-progress-item.ImportProgressItem .flex-end {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.box-header.c-import-progress-item.ImportProgressItem .filter {
  margin-top: 0.5rem;
}

@media screen and (min-width: 40em){
  .box-header.c-import-progress-item.ImportProgressItem .filter {
    margin-top: 0;
  }
}

.edit-controls.c-import-progress-item.ImportProgressItem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav-pills .nav-link.c-import-progress-item.ImportProgressItem,
.nav-pills .sub-nav-link.c-import-progress-item.ImportProgressItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-pills .nav-link.flex,
.nav-pills .sub-nav-link.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 30em){
  .sub-nav li.c-import-progress-item.ImportProgressItem {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

fieldset:not(.tw-fieldset) .fieldset-header:not(.c-import-progress-item.ImportProgressItem) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

.badge.c-import-progress-item.ImportProgressItem {
  line-height: 1.75;
  padding-top: 0;
  padding-bottom: 0;
}

.c-import-progress-item.ImportProgressItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.c-import-progress-item.ImportProgressItem.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-import-progress-item.ImportProgressItem.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-import-progress-item.ImportProgressItem.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-import-progress-item.ImportProgressItem.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-import-progress-item.ImportProgressItem.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-import-progress-item.ImportProgressItem.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-import-progress-item.ImportProgressItem.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-import-progress-item.ImportProgressItem.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-import-progress-item.ImportProgressItem.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-import-progress-item.ImportProgressItem.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-import-progress-item.ImportProgressItem.align-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-import-progress-item.ImportProgressItem.baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-import-progress-item.ImportProgressItem.columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (max-width: 52.5em){
  .c-import-progress-item.ImportProgressItem.flex-medium-up {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 40em){
  .c-import-progress-item.ImportProgressItem.row {
    display: block;
    float: none;
  }
}

.box .box-header:not(.c-import-progress-item.ImportProgressItem) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

.card .card-copy.c-import-progress-item.ImportProgressItem {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 52.5em){
  .comment .comment-content .c-import-progress-item.ImportProgressItem.flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.flex-list li .c-import-progress-item.ImportProgressItem {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-list li .c-import-progress-item.ImportProgressItem img {
  max-width: 100px;
  margin-right: 0.75rem;
}

.tiles.c-import-progress-item.ImportProgressItem.center .tile-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.tiles .tile-item .main .title.c-import-progress-item.ImportProgressItem,
.tiles .tile-item .main a.title.c-import-progress-item.ImportProgressItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tiles .tile-item .main .title.flex,
.tiles .tile-item .main a.title.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collection .collection-item.c-import-progress-item.ImportProgressItem {
  padding: 0;
}

.collection .collection-item.c-import-progress-item.ImportProgressItem .circle {
  position: relative;
  left: auto;
}

.collection .collection-item.c-import-progress-item.ImportProgressItem .secondary-content {
  width: 20%;
  text-align: right;
  padding: 1em;
}

.collection.with-header .c-import-progress-item.ImportProgressItem .secondary-content {
  float: none;
}

table.dataTable tbody td .badge.c-import-progress-item.ImportProgressItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px){
  .small-footer.c-import-progress-item.ImportProgressItem.flex-end {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.c-import-progress-item .ImportProgressItem__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-import-progress-item .ImportProgressItem__detail > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-opacity: 1;
  border-color: rgba(210, 214, 220, var(--tw-divide-opacity));
}

.c-import-progress-item .ImportProgressItem__detail{
  font-size: 0.75rem;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgba(159, 166, 178, var(--tw-text-opacity));
}

@media screen and (min-width: 52.5em){
  .sub-header.c-import-progress-item .ImportProgressItem__detail,
.date-header.c-import-progress-item .ImportProgressItem__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sub-header.flex,
.date-header.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-header > .c-import-progress-item .ImportProgressItem__detail:first-child,
.date-header > .c-import-progress-item .ImportProgressItem__detail:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.sub-header > .flex:first-child,
.date-header > .flex:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.box-header.c-import-progress-item .ImportProgressItem__detail .add-button {
  position: relative;
}

@media screen and (max-width: 52.5em){
  .box-header.c-import-progress-item .ImportProgressItem__detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .box-header.c-import-progress-item .ImportProgressItem__detail .flex-end {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.box-header.c-import-progress-item .ImportProgressItem__detail .filter {
  margin-top: 0.5rem;
}

@media screen and (min-width: 40em){
  .box-header.c-import-progress-item .ImportProgressItem__detail .filter {
    margin-top: 0;
  }
}

.edit-controls.c-import-progress-item .ImportProgressItem__detail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav-pills .nav-link.c-import-progress-item .ImportProgressItem__detail,
.nav-pills .sub-nav-link.c-import-progress-item .ImportProgressItem__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-pills .nav-link.flex,
.nav-pills .sub-nav-link.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 30em){
  .sub-nav li.c-import-progress-item .ImportProgressItem__detail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

fieldset:not(.tw-fieldset) .fieldset-header:not(.c-import-progress-item .ImportProgressItem__detail) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

.badge.c-import-progress-item .ImportProgressItem__detail {
  line-height: 1.75;
  padding-top: 0;
  padding-bottom: 0;
}

.c-import-progress-item .ImportProgressItem__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.c-import-progress-item .ImportProgressItem__detail.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-import-progress-item .ImportProgressItem__detail.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-import-progress-item .ImportProgressItem__detail.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-import-progress-item .ImportProgressItem__detail.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-import-progress-item .ImportProgressItem__detail.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-import-progress-item .ImportProgressItem__detail.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-import-progress-item .ImportProgressItem__detail.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-import-progress-item .ImportProgressItem__detail.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-import-progress-item .ImportProgressItem__detail.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-import-progress-item .ImportProgressItem__detail.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-import-progress-item .ImportProgressItem__detail.align-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-import-progress-item .ImportProgressItem__detail.baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-import-progress-item .ImportProgressItem__detail.columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (max-width: 52.5em){
  .c-import-progress-item .ImportProgressItem__detail.flex-medium-up {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 40em){
  .c-import-progress-item .ImportProgressItem__detail.row {
    display: block;
    float: none;
  }
}

.box .box-header:not(.c-import-progress-item .ImportProgressItem__detail) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

.card .card-copy.c-import-progress-item .ImportProgressItem__detail {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 52.5em){
  .comment .comment-content .c-import-progress-item .ImportProgressItem__detail.flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.flex-list li .c-import-progress-item .ImportProgressItem__detail {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-list li .c-import-progress-item .ImportProgressItem__detail img {
  max-width: 100px;
  margin-right: 0.75rem;
}

.tiles.c-import-progress-item .ImportProgressItem__detail.center .tile-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.tiles .tile-item .main .title.c-import-progress-item .ImportProgressItem__detail,
.tiles .tile-item .main a.title.c-import-progress-item .ImportProgressItem__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tiles .tile-item .main .title.flex,
.tiles .tile-item .main a.title.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collection .collection-item.c-import-progress-item .ImportProgressItem__detail {
  padding: 0;
}

.collection .collection-item.c-import-progress-item .ImportProgressItem__detail .circle {
  position: relative;
  left: auto;
}

.collection .collection-item.c-import-progress-item .ImportProgressItem__detail .secondary-content {
  width: 20%;
  text-align: right;
  padding: 1em;
}

.collection.with-header .c-import-progress-item .ImportProgressItem__detail .secondary-content {
  float: none;
}

table.dataTable tbody td .badge.c-import-progress-item .ImportProgressItem__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px){
  .small-footer.c-import-progress-item .ImportProgressItem__detail.flex-end {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.c-import-progress-item .ImportProgressItem__detail a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(30, 66, 159, var(--tw-text-opacity));
}

.c-import-progress-item .ImportProgressItem__detail a.import-success {
  --tw-text-opacity: 1;
  color: rgba(5, 122, 85, var(--tw-text-opacity));
}

.c-import-progress-item .ImportProgressItem__detail a.import-error {
  --tw-text-opacity: 1;
  color: rgba(224, 36, 36, var(--tw-text-opacity));
}

.c-import-progress-item .ImportProgressItem__detail span {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.c-import-progress-item .ImportProgressItem__detail span.import-success {
  --tw-text-opacity: 1;
  color: rgba(5, 122, 85, var(--tw-text-opacity));
}

.c-import-progress-item .ImportProgressItem__detail span.import-error {
  --tw-text-opacity: 1;
  color: rgba(224, 36, 36, var(--tw-text-opacity));
}

.c-input-attachment-images-image.AttachmentImages--image {
  position: relative;
}

.c-input-attachment-images-image .AttachmentImages--thumb {
  width: 100%;
  padding-top: 100%;
  display: block;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
}

.c-input-attachment-images-image .AttachmentImages--info {
  position: absolute;
  color: #FFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.3);
}

.c-input-attachment-images-image.AttachmentImages--image:hover .AttachmentImages--info-file {
  visibility: visible;
}

.c-input-attachment-images-image .AttachmentImages--info-file {
  width: 100%;
  height: 100%;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
}

.c-input-attachment-images-image .AttachmentImages--delete {
  color: #FFF;
  font-size: 25px;
  background: #e53935;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.c-input-attachment-images-image .AttachmentImages--delete:hover {
  color: #FFF;
  background: #cd1e1a;
}

.c-input-attachment-images-image .AttachmentImages--error {
  color: #e53935;
}

.c-input-attachment-images-image .AttachmentImages--success {
  color: #9adba0;
}

.c-input-attachment-images-image .AttachmentImage--label {
  width: 100%;
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px 5px;
  margin: 0;
  color: #000;
}

.c-input-attachment-images-image .AttachmentImage--input {
  color: #000;
  width: 100%;
}

.c-input-attachment-images-image .AttachmentImage--input > input {
  margin: 0;
}

.c-input-attachments-files-file.AttachmentFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.c-input-attachments-files-file .AttachmentFile--error {
  color: #e53935;
}

.c-input-attachments-files-file .AttachmentFile--success {
  color: #9adba0;
}

.c-input-attachments-files-file .AttachmentFile--icon,
.c-input-attachments-files-file .AttachmentFile--thumb {
  width: 35px;
  margin-right: 5px;
  color: #445e71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-input-attachments-files-file .AttachmentFile--icon {
  font-size: 30px;
}

.c-input-attachments-files-file .AttachmentFile--thumb {
  width: 35px;
  height: 35px;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}

.c-input-attachments-files-file .AttachmentFile--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-input-attachments-files-file .AttachmentFile--info-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-input-attachments-files-file .AttachmentFile--file-name {
  font-size: 0.75em;
  font-weight: bold;
}

.c-input-attachments-files-file .AttachmentFile--file-size {
  margin-left: auto;
  color: #445e71;
  font-size: 0.6rem;
}

.c-input-attachments-files-file .AttachmentFile--delete {
  font-size: 1rem;
  color: #445e71;
}

.c-input-date .datepicker-container {
  z-index: 100000 !important;
}

.c-input-image.ImageInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-input-image .croppa-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-input-image .croppa-container canvas {
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 220, var(--tw-border-opacity));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.c-input-image .croppa-container canvas:hover{
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.c-input-image .croppa-container canvas {
  cursor: pointer;
}

.settings-options.confirm.c-input-image .croppa-container canvas {
  border: 1px solid #e6ecf1;
}

.settings-options.confirm.warning.c-input-image .croppa-container canvas {
  border-color: #fdf07f;
}

.box.c-input-image .croppa-container canvas {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box.c-input-image .croppa-container canvas.highlight {
  border-color: #c6e0f4;
}

.box.c-input-image .croppa-container canvas.dark {
  border-color: #1e447d;
}

.box.c-input-image .croppa-container canvas.green {
  border-color: #9ad29c;
  background: #fff;
}

.box .box-header.c-input-image .croppa-container canvas {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box.c-input-image .croppa-container canvas .box-header {
  border-bottom-color: #dee4e9;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.report-bar .report.c-input-image .croppa-container canvas {
  border: 1px solid #dee4e9;
}

.empty-state.c-input-image .croppa-container canvas {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
  background: #fafcfc;
}

.c-input-image .croppa-container svg.icon-remove {
  position: absolute;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background: white;
  cursor: pointer;
}

.loader.c-input-image .croppa-container svg.icon-remove {
  position: absolute;
  top: 50%;
}

.loader.c-input-image .croppa-container svg.icon-remove.centered {
  top: 50%;
  left: 50%;
  margin-left: -2em;
  margin-top: -2em;
}

.loader.c-input-image .croppa-container svg.icon-remove.centered.small {
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}

.loader.c-input-image .croppa-container svg.icon-remove.right {
  margin-top: -2em;
  right: 1em;
}

.loader.c-input-image .croppa-container svg.icon-remove.right.small {
  margin-top: -0.5rem;
  right: 0.5rem;
}

.c-input-image .croppa-container svg.icon-remove{
  -webkit-filter: none;
          filter: none;
}

.c-input-image.ImageInput:hover .croppa-container svg.icon-remove {
  border: 0 none;
  visibility: visible;
}

.c-input-image .croppa-container svg.icon-remove path {
  fill: #e53935;
}

.c-input-image .input-group__details:before {
  background-color: transparent !important;
}

.c-input-image.input-group--error .croppa-container canvas {
  border-color: #bdc8d3;
}

.c-input-image.center .croppa-container {
  -ms-flex-item-align: center;
      align-self: center;
}

.c-input-image .ImageInput--rounded .croppa-container {
  background-color: transparent;
}

.c-input-image .ImageInput--rounded canvas {
  border-radius: 50%;
  background: #FFF !important;
}

.c-input-image .ImageInput--busy .croppa-container {
  opacity: 0.6;
}

.c-input-money input.input-currency {
  color: #3aa243;
  font-weight: 600;
}

.c-input-step.InputStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 44px;
}

.c-input-step .InputStep--input {
  margin-bottom: 0 !important;
  height: auto !important;
  border-radius: 0 !important;
  text-align: center;
  /** Hide default steps controls  */
  -moz-appearance: textfield;
}

.c-input-step .InputStep--input::-webkit-outer-spin-button, .c-input-step .InputStep--input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.c-input-step .InputStep--button {
  border: 1px solid #bdc8d3;
  text-align: center;
  background: #0f6fc6;
  color: #fafcfc;
}

.c-input-step .InputStep--button > i {
  margin: 0 !important;
  font-size: 1.2em;
}

.c-input-step .InputStep--button--prev {
  border-right: 0 none;
  margin-right: -1px;
  border-radius: 3px 3px 0 0;
}

.c-input-step .InputStep--button--next {
  border-left: 0 none;
  margin-left: -1px;
  border-radius: 0 0 3px 3px;
}

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

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

.c-input-v-auto-complete.v-autocomplete.busy .v-autocomplete-input-group::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #bdc8d3;
  border-top-color: #637c94;
  -webkit-animation: spinner 0.6s linear infinite;
          animation: spinner 0.6s linear infinite;
}

.c-input-v-auto-complete.v-autocomplete {
  position: relative;
}

.c-input-v-auto-complete.v-autocomplete .v-autocomplete-list {
  margin-top: -0.75rem;
  width: 100%;
  position: absolute;
  max-width: 50vw;
}

.c-inventory-bulk-transfer.bulk-transfer-container {
  background-color: #fef9ca;
  border-radius: 3px;
  border: 1px solid #fded66;
}

.c-inventory-bulk-transfer.bulk-transfer-container h2.bulk-transfer-label {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  color: #1F2D5E;
  font-weight: 600;
  text-transform: uppercase;
}

.c-inventory-bulk-transfer .tablesaw-container th:last-child:not(.left) {
  text-align: left;
}

.c-kit-assembly-items .AsssemblyItems--checked {
  padding: 0.5rem !important;
  text-transform: none !important;
}

.c-kit-assembly-items th.AsssemblyItems--checked {
  text-align: left;
  border-bottom: none !important;
  color: #231f20 !important;
}

.c-kit-assembly-items .AsssemblyItems--tooltip {
  color: #d75d0c;
  font-size: 1.4rem;
  margin-left: 1rem;
}

.c-kit-assembly-items .s-table--s {
  width: 1px;
}

.c-kit-assembly-items .s-table--s.first {
  padding-bottom: 2px !important;
}

.c-kit-assembly-items .s-table--s.center {
  text-align: center !important;
}

.c-kit-assembly-items .s-table--s.input {
  padding: 0 0.5rem !important;
}

.c-kit-assembly-items .AsssemblyItems--input {
  width: 60px;
  margin: 0 !important;
}

.c-kit-assembly-items .AsssemblyItems--input--error {
  border-color: #e53935 !important;
}

.c-kit-assembly-items .AsssemblyItems--input--warning {
  border-color: #fdd835 !important;
}

.c-kit-assembly-items .AsssemblyItems--input--success {
  border-color: #10ad51 !important;
}

.c-kit-assembly-items .AsssemblyItems--checkbox {
  padding: 0.3em;
}

.c-kit-assembly-items .AsssemblyItems--row:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.c-kit-assembly-items .AsssemblyItems--row--error, .c-kit-assembly-items .AsssemblyItems--row--error:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 232, 232, var(--tw-bg-opacity)) !important;
}

.c-kit-assembly-items .AsssemblyItems--row--warning, .c-kit-assembly-items .AsssemblyItems--row--warning:hover {
  background-color: #fffbd9;
}

@media screen and (max-width: 768px) {
  .c-kit-assembly-items .AsssemblyItems--row td {
    line-height: 1.25;
  }

  .c-kit-assembly-items table.s-table td {
    padding: 0.25rem 0.325rem !important;
    font-size: 12px !important;
  }

  .c-kit-assembly-items .checkboxes table.s-table tbody td:last-child, .c-kit-assembly-items .checkboxes table.s-table thead th:last-child {
    display: none;
  }
}

.button-report {
  background: #e53935 !important;
  color: #fafcfc !important;
}

.AssemblyModal--ss {
  color: #d75d0c;
}

.AssemblyModal--ss > i {
  font-size: 1.2em;
}

.autocomplete-suggestions {
  z-index: 999999 !important;
}

.KitIssues--thumb {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #8ba1b1;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  display: block;
  margin-right: 15px;
}

.AltPartNumber--delete {
  position: absolute;
  right: 0;
  margin: -1.4rem 0.75rem;
  font-size: 0.85rem;
}

.c-loads-layout .FullLayout--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-loads-layout .FullLayout--exit {
    position: fixed;
    top: 0.5rem;
    right: 0.5rem;
  }
}

@media screen and (max-width: 640px) {
  .c-loads-layout .FullLayout--side {
    width: inherit;
    max-width: inherit;
  }

  .c-loads-layout .FullLayout--block {
    padding: 0.5rem 1rem;
  }

  .c-loads-layout .FullLayout--block > p {
    margin-bottom: 0;
  }
}

.c-loads-manager .status-circle {
  height: 6px;
  width: 6px;
  background-color: #d75d0c;
  border-radius: 50%;
  display: inline-block;
}

.c-loads-manager .status-circle.success {
  background-color: #10ad51;
}

.c-loads-manager .status-circle.primary {
  background-color: #231f20;
}

.c-loads-manager .process-flow-button {
  background: #445e71 !important;
  color: #fafcfc !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  font-size: 0.75rem !important;
  padding: 0.5rem 0.9rem !important;
}

.c-loads-manager .process-flow-button.with-arrow {
  padding-right: 0.4rem !important;
}

.c-loads-manager .process-flow-button i {
  color: #fafcfc !important;
  font-size: 1.2rem;
  line-height: 0;
  margin: 0 0 0 0.25rem;
}

.c-loads-manager .process-flow-button:hover {
  background: #0f6fc6;
}

.c-loads-manager-link.LoadsManagerLink {
  color: #FFF !important;
  text-decoration: none;
  padding: 5px 8px 5px 10px;
  margin: 3px 0 3px -5px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
}

.c-loads-manager-link.LoadsManagerLink.LoadsManagerLink--alt, .c-loads-manager-link.LoadsManagerLink:hover {
  background: rgba(139, 161, 177, 0.1);
}

.c-loads-manager-link.LoadsManagerLink .load-status {
  font-size: 1.25rem;
  margin-right: 0.25rem;
  color: #10ad51;
}

.c-loads-manager-link.LoadsManagerLink .load-status.in-use {
  color: #f7a13e;
}

.c-loads-manager-link.LoadsManagerLink--selected {
  background: rgba(139, 161, 177, 0.1);
}

.c-loads-manager-link.LoadsManagerLink--selected:hover {
  background: #445e71;
}

.c-loaner-case-row.ExpandableRow {
  margin: -0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
}

.c-loaner-case-row .ExpandableRow--headercontent {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.5rem;
  font-size: 0.9rem !important;
  color: #293c4e;
}

.c-loaner-case-row .ExpandableRow--checkbox {
  border-right: 1px solid #fafcfc;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-loaner-case-row.ExpandableRow.expanded {
  background: #e1f5fe;
  border-color: #0f6fc6;
}

.c-loaner-case-row .ExpandableRow--header {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-loaner-case-row .ExpandableRow--body {
  background: #fafcfc;
  cursor: default;
}

.c-loaner-case-row .dt-case-view-body td:last-child {
  width: 7em;
}

.c-locations-tree .BranchPaginator {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.35rem 0.75rem;
  background: #f7f8fa;
  margin-top: 1em;
  font-size: 0.86em;
}

.ui-modal--wrapper {
  z-index: 100000;
  overflow: hidden;
  overflow: auto;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

.ui-modal--close {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #8ba1b1;
  z-index: 1;
  border-radius: 100%;
  color: #fafcfc;
  font-size: 1.4em;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  margin: 16px;
}

.ui-modal--close-offset {
  margin: -10px -10px;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
}

.ui-modal--title {
  font-size: 1.25em;
  font-weight: 400;
  border-bottom: 1px solid #e6ecf1;
  padding: 10px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #0a2d58;
  line-height: 1.2;
}

.ui-modal--title.slide {
  font-size: 1rem;
}

.ui-modal--title.with-close-icon {
  padding-right: 40px;
}

.ui-modal--subtitle {
  color: #445e71;
  font-size: 0.8em;
}

.ui-modal--subtitle .small {
  font-size: 0.8em;
}

.ui-modal--message {
  text-align: center;
  padding: 0.5rem 1rem;
}

.ui-modal--message.left {
  text-align: left;
}

.ui-modal--message.right {
  text-align: right;
}

.ui-modal--message.ui-modal--error {
  background: rgba(252, 231, 233, 0.95);
  color: #293c4e;
  border: 1px solid #f4adb4;
}

.ui-modal--message.ui-modal--success {
  background: rgba(211, 235, 211, 0.95);
  color: #293c4e;
  border: 1px solid #a5d6a7;
}

.ui-modal--message.ui-modal--transparent {
  background: transparent;
  color: #0D1925;
  border: 1px solid transparent;
}

.ui-modal--message.ui-modal--warning {
  background: rgba(252, 237, 216, 0.95);
  color: #293c4e;
  border: 1px solid #f6d29b;
}

.ui-modal--wrapper::-webkit-scrollbar {
  width: 0;
}

.ui-modal--overlay {
  background: rgba(41, 60, 78, 0.8);
  z-index: 100001;
}

.ui-modal--overlay,
.ui-modal--wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.ui-modal--container {
  z-index: 100002;
  position: relative;
  padding: 10px 10px 90px;
  margin: 0 auto;
  max-width: 100%;
}

.ui-modal {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(244, 245, 247, var(--tw-bg-opacity));
  -webkit-box-shadow: 0 10px 20px -2px rgba(27, 33, 58, 0.5);
          box-shadow: 0 10px 20px -2px rgba(27, 33, 58, 0.5);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 100px;
}

.ui-modal--content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.ui-modal--body h2 span {
  font-size: 0.85em;
  color: #445e71;
}

.ui-modal--body .view-button.medium {
  padding: 0.6rem 0.75rem 0.625rem;
  font-size: 0.8rem;
}

.ui-modal--loader {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  z-index: 100003;
}

.ui-modal--loader .loader {
  margin: 0 !important;
}

.ui-modal--controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

@media screen and (min-width: 52.5em){
  .sub-header.ui-modal--controls,
.date-header.ui-modal--controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sub-header.flex,
.date-header.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-header > .ui-modal--controls:first-child,
.date-header > .ui-modal--controls:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.sub-header > .flex:first-child,
.date-header > .flex:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.box-header.ui-modal--controls .add-button {
  position: relative;
}

@media screen and (max-width: 52.5em){
  .box-header.ui-modal--controls {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .box-header.ui-modal--controls .flex-end {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.box-header.ui-modal--controls .filter {
  margin-top: 0.5rem;
}

@media screen and (min-width: 40em){
  .box-header.ui-modal--controls .filter {
    margin-top: 0;
  }
}

.edit-controls.ui-modal--controls {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav-pills .nav-link.ui-modal--controls,
.nav-pills .sub-nav-link.ui-modal--controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-pills .nav-link.flex,
.nav-pills .sub-nav-link.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 30em){
  .sub-nav li.ui-modal--controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

fieldset:not(.tw-fieldset) .fieldset-header:not(.ui-modal--controls) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

.badge.ui-modal--controls {
  line-height: 1.75;
  padding-top: 0;
  padding-bottom: 0;
}

.ui-modal--controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.ui-modal--controls.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ui-modal--controls.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ui-modal--controls.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.ui-modal--controls.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ui-modal--controls.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ui-modal--controls.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ui-modal--controls.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ui-modal--controls.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.ui-modal--controls.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ui-modal--controls.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ui-modal--controls.align-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ui-modal--controls.baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.ui-modal--controls.columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (max-width: 52.5em){
  .ui-modal--controls.flex-medium-up {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 40em){
  .ui-modal--controls.row {
    display: block;
    float: none;
  }
}

.box .box-header:not(.ui-modal--controls) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

.card .card-copy.ui-modal--controls {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 52.5em){
  .comment .comment-content .ui-modal--controls.flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.flex-list li .ui-modal--controls {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-list li .ui-modal--controls img {
  max-width: 100px;
  margin-right: 0.75rem;
}

.tiles.ui-modal--controls.center .tile-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.tiles .tile-item .main .title.ui-modal--controls,
.tiles .tile-item .main a.title.ui-modal--controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tiles .tile-item .main .title.flex,
.tiles .tile-item .main a.title.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collection .collection-item.ui-modal--controls {
  padding: 0;
}

.collection .collection-item.ui-modal--controls .circle {
  position: relative;
  left: auto;
}

.collection .collection-item.ui-modal--controls .secondary-content {
  width: 20%;
  text-align: right;
  padding: 1em;
}

.collection.with-header .ui-modal--controls .secondary-content {
  float: none;
}

table.dataTable tbody td .badge.ui-modal--controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px){
  .small-footer.ui-modal--controls.flex-end {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.ui-modal--controls-valid {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 159, 110, var(--tw-bg-opacity));
}

.ui-modal--controls-alt {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 214, 220, var(--tw-bg-opacity));
}

.ui-modal--controls-invalid {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 36, 36, var(--tw-bg-opacity));
}

.ui-modal--no-padding .ui-modal--container {
  padding: 0 !important;
}

.ui-modal--slide .ui-modal--container {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
}

.ui-modal--slide .ui-modal--close {
  border-radius: 0;
  margin: 0;
  height: 39px;
  font-size: 1.2em;
  background-color: #71b2e3;
  width: 56px;
}

.ui-modal--slide .ui-modal--close:hover {
  color: #e6e6e6;
}

.ui-modal--slide .ui-modal--title {
  background-color: #0f6fc6;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFF;
}

.ui-modal--slide .ui-modal--title.with-close-icon {
  padding-right: 66px;
}

.ui-modal--slide .ui-modal {
  height: 100%;
  border-radius: 0;
}

.ui-modal--slide .ui-modal--content {
  overflow: auto;
}

.c-nav-notifications.MenuNotifications {
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.c-nav-notifications .MenuNotifications--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 0;
}

.c-nav-notifications .MenuNotifications--icon {
  font-size: 34px;
  color: rgba(250, 252, 252, 0.6);
}

.c-nav-notifications .MenuNotifications--alert {
  right: 0px;
  margin-top: -15px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  color: #fafcfc;
  display: block;
  background: #e53935;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  border: 2px solid #1f2d5e;
}

.c-nav-notifications .MenuNotifications--dropdown {
  margin-top: 7px !important;
}

.c-nav-notifications-notification.NavNotification--pinned {
  background: #fffded;
}

.c-nav-notifications-notification .NavNotification__event {
  line-height: 16px;
  padding: 0.75em;
  font-size: 0.8rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-nav-notifications-notification .NavNotification__title {
  font-weight: bold;
  color: #1f2d5e;
}

.c-nav-notifications-notification .NavNotification__date {
  display: block;
  color: #445e71;
  font-size: 0.9em;
  font-weight: 400;
}

.c-nav-notifications-notification .NavNotification__actions {
  padding-top: 10px;
}

.c-open-loaners-row.ExpandableRow {
  margin: -0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
}

.c-open-loaners-row .ExpandableRow--headercontent {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.5rem;
  font-size: 0.9rem !important;
  color: #293c4e;
}

.c-open-loaners-row .ExpandableRow--checkbox {
  border-right: 1px solid #fafcfc;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-open-loaners-row.ExpandableRow.expanded {
  background: #e1f5fe;
  border-color: #0f6fc6;
}

.c-open-loaners-row .ExpandableRow--header {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-open-loaners-row .ExpandableRow--body {
  background: #fafcfc;
  cursor: default;
}

.c-open-loaners-row .dt-case-view-body td:last-child {
  width: 7em;
}

.c-open-pos-group-case .listing.compact.OpenPoItem {
  border-right-width: 1px;
  border: 1px solid #e6ecf1 !important;
}

.c-open-pos-group-case .listing.compact.OpenPoItem .listing-month > .listing-group-heading {
  display: none;
}

.c-open-pos-group-case .listing.compact.OpenPoItem .listing-day {
  margin-bottom: 0;
}

.c-open-pos-group-case .listing.compact.OpenPoItem .listing-overview {
  margin-left: 0;
}

.c-open-pos-group-case .listing.compact.OpenPoItem .surgical-case-id {
  background: #FFF;
  font-size: 0.7rem;
  top: -4px;
}

.c-open-pos-group-case .listing.compact.OpenPoItem--rotted {
  border-right-width: 1px;
  /*border: 1px solid lighten(#e2666f, 5) !important;*/
  background: rgba(250, 218, 221, 0.2);
}

.c-open-pos-group-case .listing-buttons {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: bold;
  background: rgba(230, 236, 241, 0.4);
}

.c-open-pos-group-case .listing.compact.OpenPoItem--rotted .listing-buttons {
  background: rgba(226, 102, 111, 0.1);
}

.c-open-pos-group-surgical-case .listing.compact.OpenPoItem {
  border-right-width: 1px;
  border: 1px solid #e6ecf1 !important;
}

.c-open-pos-group-surgical-case .listing.compact.OpenPoItem:last-child {
  margin-bottom: 0;
}

.c-open-pos-group-surgical-case .listing.compact.OpenPoItem .listing-month > .listing-group-heading {
  display: none;
}

.c-open-pos-group-surgical-case .listing.compact.OpenPoItem .listing-day {
  margin-bottom: 0;
}

.c-open-pos-group-surgical-case .listing.compact.OpenPoItem .listing-overview {
  margin-left: 0;
}

.c-open-pos-group-surgical-case .listing.compact.OpenPoItem .surgical-case-id {
  background: #FFF;
  font-size: 0.7rem;
  top: -4px;
}

.c-open-pos-group-surgical-case .listing.compact.OpenPoItem--rotted {
  border-right-width: 1px;
  /*border: 1px solid lighten(#e2666f, 5) !important;*/
  background: rgba(250, 218, 221, 0.2);
}

.c-open-pos-group-surgical-case .listing-buttons {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: bold;
  background: rgba(230, 236, 241, 0.4);
}

.c-open-pos-group-surgical-case .listing.compact.OpenPoItem--rotted .listing-buttons {
  background: rgba(226, 102, 111, 0.1);
}

.c-open-post-filters.BoxFilter {
  padding: 10px;
  background: #445e71;
  border-bottom: 1px solid #dee4e9;
  -webkit-box-shadow: 0 2px 5px rgba(139, 161, 177, 0.5);
          box-shadow: 0 2px 5px rgba(139, 161, 177, 0.5);
  position: absolute;
  z-index: 10;
  width: 100%;
}

.c-open-post-filters h1.uppercase {
  text-transform: uppercase;
}

.c-qr-scanner .MobileScannerButton {
  z-index: 100004;
  -webkit-box-shadow: 0 3px 11px 0 rgba(23, 37, 51, 0.5);
          box-shadow: 0 3px 11px 0 rgba(23, 37, 51, 0.5);
  position: fixed;
  outline: 0;
  bottom: 10px;
  left: 10px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  background: #0f6fc6;
  fill: #FFF;
  width: 46px;
  height: 46px;
  border-radius: 5px;
  padding: 2px;
}

.c-qr-scanner .MobileScannerButton--opened {
  background: #e53935;
}

.c-qr-scanner .MobileScannerButton--opened:hover {
  background: #cd1e1a;
}

.c-questions-table .QuestionRow--label {
  font-weight: bold;
  width: 35%;
}

.c-questions-table .QuestionRow--input {
  text-align: left !important;
  width: 65%;
}

.c-questions-table .QuestionRow--input input, .c-questions-table .QuestionRow--input textarea {
  font-size: 0.85rem;
  padding: 0.7em;
  font-weight: normal;
}

.c-questions-table .QuestionRow--input .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 0.8em;
}

.c-questions-table .QuestionRow--input .select2-container {
  max-width: 465px;
}

.c-questions-table .QuestionRow--input .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
}

.c-questions-table .QuestionRow.error input,
.c-questions-table .QuestionRow.error [type=radio]:not(:checked) + label:before, .c-questions-table .QuestionRow.error [type=radio]:not(:checked) + label:after,
.c-questions-table .QuestionRow.error [type=radio]:not(:checked) + label, .c-questions-table .QuestionRow.error [type=radio]:checked + label {
  border-color: #e53935;
}

.c-questions-table [type=radio]#biological_indicator_results\.fluorescent_result-false:checked + label {
  color: #10ad51;
}

.c-questions-table [type=radio]#biological_indicator_results\.fluorescent_result-false:checked + label:after {
  background-color: #10ad51;
  border: 2px solid #10ad51;
}

.c-questions-table [type=radio]#biological_indicator_results\.fluorescent_result-true:checked + label {
  color: #e53935;
}

.c-questions-table [type=radio]#biological_indicator_results\.fluorescent_result-true:checked + label:after {
  background-color: #e53935;
  border: 2px solid #e53935;
}

.c-shopping-cart .ShoppingCart--button {
  border-radius: 0 !important;
  font-size: 0.75rem !important;
  font-size: 0.75rem !important;
  font-weight: 600;
  line-height: 30px;
  color: #172533;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  text-transform: uppercase;
  background: #e6ecf1;
  border-color: #e6ecf1;
}

.c-shopping-cart .ShoppingCart--button:hover {
  color: #172533;
  background: #c6d0d9;
}

.c-shopping-cart .ShoppingCart--button__primary {
  background: #3aa243;
  border-color: #3aa243 !important;
  color: #fafcfc;
}

.c-shopping-cart .ShoppingCart--button__primary:hover {
  color: #fafcfc;
  background: #4fc059;
}

.c-shopping-cart .ShoppingCart--button__secondary {
  background: #0F6FC6;
  border-color: #0F6FC6 !important;
  color: #fafcfc;
}

.c-shopping-cart .ShoppingCart--button__secondary:hover {
  color: #fafcfc;
  background: #1a89ee;
}

.c-shopping-cart-btn.ShoppingCartBtn {
  width: auto !important;
}

.c-stream-barcode-reader video {
  max-width: 100%;
  max-height: 100%;
}

.c-stream-barcode-reader .overlay-element {
  position: absolute;
  top: 0;
  width: 100%;
  height: 99%;
  background: rgba(30, 30, 30, 0.5);
  clip-path: polygon(0% 0%, 0% 100%, 6% 100%, 6% 6%, 94% 6%, 94% 94%, 6% 94%, 6% 100%, 100% 100%, 100% 0%);
}

.c-stream-barcode-reader .laser {
  width: 88%;
  margin-left: 6%;
  background-color: tomato;
  height: 1px;
  position: absolute;
  top: 40%;
  z-index: 2;
  -webkit-box-shadow: 0 0 4px red;
          box-shadow: 0 0 4px red;
  -webkit-animation: scanning 2s infinite;
  animation: scanning 2s infinite;
}

@-webkit-keyframes scanning {
  50% {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }
}

@keyframes scanning {
  50% {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }
}

#select2-procedure_id-results .select2-results__option[role=group],
#select2-tub_groups-results .select2-results__option[role=group],
#select2-tray_groups-results .select2-results__option[role=group],
[id^=select2-hospital_id] .select2-results__option[role=group],
[id^=select2-surgeon_id] .select2-results__option[role=group] {
  background: #fffded;
  margin: 0 0 5px;
}

#select2-procedure_id-results .select2-results__option[role=group] .select2-results__group,
#select2-tub_groups-results .select2-results__option[role=group] .select2-results__group,
#select2-tray_groups-results .select2-results__option[role=group] .select2-results__group,
[id^=select2-hospital_id] .select2-results__option[role=group] .select2-results__group,
[id^=select2-surgeon_id] .select2-results__option[role=group] .select2-results__group {
  font-weight: bold;
  padding: 6px;
  font-size: 0.9rem;
  color: #1F2D5E;
}

.c-surgical-case-kits .SurgicalCaseKit {
  padding: 0.5rem 0 !important;
}

.c-surgical-case-kits .SurgicalCaseKit--selected {
  background: #fffef4;
}

.c-surgical-case-kits .thumb-edit {
  width: 100%;
  height: 20px !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.7rem !important;
  text-decoration: none;
  border-radius: 3px 3px 0 0 !important;
  background: rgba(255, 255, 255, 0.5) !important;
  display: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  padding: 0 !important;
  color: #0f6fc6;
}

.c-surgical-case-kits .thumb-wrap:hover .thumb-edit {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #445e71;
}

.hidden-when-unselected {
  display: none;
}

.c-template-items .KitTemplateItems--tooltip {
  color: #d75d0c;
  font-size: 1.4rem;
  margin-left: 1rem;
}

.c-template-items .s-table--s {
  width: 1px;
}

.c-template-items .s-table--s.first {
  padding-bottom: 2px !important;
}

.c-template-items .s-table--s.center {
  text-align: center !important;
}

.c-template-items .s-table--s.input {
  padding: 0 0.5rem !important;
}

.c-template-items .KitTemplateItems--row:hover {
  background-color: #c6d0d9 !important;
}

.c-template-items .KitTemplateItems--row--error, .c-template-items .KitTemplateItems--row--error:hover {
  background-color: #fadadd !important;
}

.c-template-items .KitTemplateItems--row--warning, .c-template-items .KitTemplateItems--row--warning:hover {
  background-color: #fffbd9 !important;
}

@media screen and (max-width: 768px) {
  .c-template-items .KitTemplateItems--row td {
    line-height: 1.25;
  }

  .c-template-items table.s-table td {
    padding: 0.25rem 0.325rem !important;
    font-size: 12px !important;
  }

  .c-template-items .checkboxes table.s-table tbody td:last-child, .c-template-items .checkboxes table.s-table thead th:last-child {
    display: none;
  }
}

.FileToUpload--labelmodal .swal2-image {
  max-height: 250px;
}

.FileToUpload--table {
  width: 100%;
}

.FileToUpload--table .excerpt {
  max-width: 50%;
}

.FileToUpload--table th.shrink,
.FileToUpload--table td.shrink {
  white-space: nowrap;
}

.FileToUpload--table th.expand,
.FileToUpload--table td.expand {
  width: 99%;
}

.FileToUpload--table thead {
  border-bottom: 1px solid #445e71;
}

.FileToUpload--table th {
  text-transform: uppercase;
  font-size: 0.75rem;
  text-align: left;
}

.FileToUpload--thumb--header {
  width: 55px;
}

@media all and (min-width: 640px) {
  .FileToUpload--thumb--header {
    width: 80px;
  }
}

.FileToUpload--actions--header {
  text-align: right;
}

.FileToUpload--thumb img {
  max-width: 50px;
}

@media all and (min-width: 640px) {
  .FileToUpload--thumb img {
    width: 80px;
  }
}

.FileToUpload--actions {
  font-size: 1.2em !important;
  text-align: right;
}

.FileToUpload--input,
.FileToUpload--textarea {
  padding: 4px 5px !important;
  height: 25px !important;
  margin: 0 !important;
  line-height: 25px !important;
  font-size: 0.8rem !important;
}

.FileToUpload--textarea {
  height: 60px !important;
  line-height: 1.2 !important;
}

.FileToUpload--thumb {
  vertical-align: top !important;
}

.FileToUpload--row td {
  padding: 8px;
  font-size: 0.8rem !important;
}

.FileToUpload--avatar {
  height: 40px;
  width: auto;
  border-radius: 3px;
  max-width: 80px;
}

.FileToUpload--noimage {
  text-transform: uppercase;
  text-align: left;
  padding: 8px 0;
  line-height: 0.75rem;
  letter-spacing: 0;
  display: block;
}

.FileToUpload--row .inline-edit {
  position: relative;
}

.FileToUpload--row .inline-edit input {
  padding-right: 28px;
}

.FileToUpload--row .inline-edit button {
  position: absolute;
  right: 0;
  top: 4px;
}

.FileToUpload--row .FileToUpload--btn i {
  font-size: 1.1rem;
}

.FileToUpload--row .FileToUpload--btn:hover {
  background: transparent;
}

.FileToUpload--row .FileToUpload--btn.warning {
  color: #e2666f;
}

.FileToUpload--row .FileToUpload--btn.warning:hover {
  color: #e53935;
}

.FileToUpload--row .FileToUpload--description > div,
.FileToUpload--row .FileToUpload--filename > div {
  min-height: 20px;
}

.FileToUpload--row .FileToUpload--description .FileToUpload--btn:hover,
.FileToUpload--row .FileToUpload--filename .FileToUpload--btn:hover {
  background: transparent;
}

.FileToUpload--row .FileToUpload--description .FileToUpload--btn:hover i,
.FileToUpload--row .FileToUpload--filename .FileToUpload--btn:hover i {
  color: #3aa243;
}

.FileToUpload--row .FileToUpload--description .FileToUpload--btn.save,
.FileToUpload--row .FileToUpload--filename .FileToUpload--btn.save {
  background: #0f6fc6;
  padding: 0;
  width: 22px;
  height: 22px;
  line-height: 24px;
}

.FileToUpload--row .FileToUpload--description .FileToUpload--btn.save i,
.FileToUpload--row .FileToUpload--filename .FileToUpload--btn.save i {
  color: #fff;
}

.FileToUpload--row .FileToUpload--description .FileToUpload--btn.save:hover,
.FileToUpload--row .FileToUpload--filename .FileToUpload--btn.save:hover {
  background: #3aa243 !important;
}

.FileToUpload--row .FileToUpload--description .FileToUpload--btn.add-desc,
.FileToUpload--row .FileToUpload--filename .FileToUpload--btn.add-desc {
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
  padding: 0;
  color: #0f6fc6;
}

.FileToUpload--row .FileToUpload--description .FileToUpload--btn.add-desc:hover,
.FileToUpload--row .FileToUpload--filename .FileToUpload--btn.add-desc:hover {
  background: transparent;
  color: #3aa243;
  text-decoration: none;
}

.FileToUpload--btn {
  padding: 3px;
}

.FileToUpload--filename {
  font-size: 0.85rem;
}

.FileToUpload--filename .inline-edit {
  padding: 3px 25px 3px 0;
}

.FileToUpload--filename span {
  width: 100%;
}

.c-vue-datatable-pagination .DatatablePagination--button {
  border: 1px solid #d2d8e2;
  color: #0F6FC6 !important;
  background: #f1f3f6 !important;
  padding: 0.2em 0.4em !important;
  font-weight: 600 !important;
  font-size: 0.75rem !important;
  border-radius: 3px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 1.5rem;
  margin-left: 3px;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
  cursor: pointer;
  cursor: hand;
}

.c-vue-datatable-pagination .DatatablePagination--button.current {
  border-color: #0F6FC6 !important;
  color: #fafcfc !important;
  background: #0F6FC6 !important;
}

.c-vue-datatable-pagination .DatatablePagination--button.disabled {
  cursor: default;
  color: #8ba1b1 !important;
  border: 1px solid #c6d0d9;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-vue-datatable-pagination .DatatablePagination--separator {
  padding: 0 1em;
}

.checklist-create .multiselect::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 20px;
  width: 40px;
}

.checklist-create .multiselect--active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.checklist-create .multiselect__tags {
  background-color: #ffffff;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 220, var(--tw-border-opacity));
}

.checklist-create .multiselect__tag {
  margin-right: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  font-size: 0.65rem;
  font-weight: 500;
}

.tw-form label span:not(.label):not(.badge).checklist-create .multiselect__tag {
  font-weight: 500;
}

.checklist-create .multiselect__tag{
  padding: 8px 22px 8px 8px;
}

.checklist-create .multiselect__tag-icon {
  background-color: transparent;
}

.checklist-create .multiselect__tag-icon:hover, .checklist-create .multiselect__tag-icon:focus {
  background-color: transparent;
}

.checklist-create .multiselect__tag-icon:after {
  top: 1px;
  position: relative;
  color: #fafcfc;
}

.checklist-create .multiselect__content-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: white;
}

a[class*=-button]:not(.fancybox-button).checklist-create .multiselect__content-wrapper,
button[class*=-button]:not(.fancybox-button).checklist-create .multiselect__content-wrapper,
button.view-button.checklist-create .multiselect__content-wrapper,
button.save-button.checklist-create .multiselect__content-wrapper,
.empty-state-btn.checklist-create .multiselect__content-wrapper,
.fileinput-button.checklist-create .multiselect__content-wrapper,
input[type=submit].shadow {
  -webkit-box-shadow: 0 1px 1px rgba(35, 31, 32, 0.6);
          box-shadow: 0 1px 1px rgba(35, 31, 32, 0.6);
}

a[class*=-button]:not(.fancybox-button).shadow,
button[class*=-button]:not(.fancybox-button).shadow,
button.view-button.shadow,
button.save-button.shadow,
.empty-state-btn.shadow,
.fileinput-button.shadow,
input[type=submit].shadow {
  -webkit-box-shadow: 0 1px 1px rgba(35, 31, 32, 0.6);
          box-shadow: 0 1px 1px rgba(35, 31, 32, 0.6);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.6);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.6);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.6);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.6);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.6);
}

a[class*=-button]:not(.fancybox-button).checklist-create .multiselect__content-wrapper:hover,
button[class*=-button]:not(.fancybox-button).checklist-create .multiselect__content-wrapper:hover,
button.view-button.checklist-create .multiselect__content-wrapper:hover,
button.save-button.checklist-create .multiselect__content-wrapper:hover,
.empty-state-btn.checklist-create .multiselect__content-wrapper:hover,
.fileinput-button.checklist-create .multiselect__content-wrapper:hover,
input[type=submit].shadow:hover {
  -webkit-box-shadow: 0 1px 0 rgba(35, 31, 32, 0.4);
          box-shadow: 0 1px 0 rgba(35, 31, 32, 0.4);
}

a[class*=-button]:not(.fancybox-button).shadow:hover,
button[class*=-button]:not(.fancybox-button).shadow:hover,
button.view-button.shadow:hover,
button.save-button.shadow:hover,
.empty-state-btn.shadow:hover,
.fileinput-button.shadow:hover,
input[type=submit].shadow:hover {
  -webkit-box-shadow: 0 1px 0 rgba(35, 31, 32, 0.4);
          box-shadow: 0 1px 0 rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.4);
}

a[class*=-button]:not(.fancybox-button).cancel-button.checklist-create .multiselect__content-wrapper, a[class*=-button]:not(.fancybox-button).cancel-case.checklist-create .multiselect__content-wrapper, button[class*=-button]:not(.fancybox-button).cancel-button.checklist-create .multiselect__content-wrapper, button[class*=-button]:not(.fancybox-button).cancel-case.checklist-create .multiselect__content-wrapper, button.view-button.cancel-button.checklist-create .multiselect__content-wrapper, button.view-button.cancel-case.checklist-create .multiselect__content-wrapper, button.save-button.cancel-button.checklist-create .multiselect__content-wrapper, button.save-button.cancel-case.checklist-create .multiselect__content-wrapper, .empty-state-btn.cancel-button.checklist-create .multiselect__content-wrapper, .empty-state-btn.cancel-case.checklist-create .multiselect__content-wrapper, .fileinput-button.cancel-button.checklist-create .multiselect__content-wrapper, .fileinput-button.cancel-case.checklist-create .multiselect__content-wrapper, input[type=submit].cancel-button.shadow, input[type=submit].cancel-case.shadow {
  -webkit-box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
          box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
}

a[class*=-button]:not(.fancybox-button).cancel-button.shadow, a[class*=-button]:not(.fancybox-button).cancel-case.shadow, button[class*=-button]:not(.fancybox-button).cancel-button.shadow, button[class*=-button]:not(.fancybox-button).cancel-case.shadow, button.view-button.cancel-button.shadow, button.view-button.cancel-case.shadow, button.save-button.cancel-button.shadow, button.save-button.cancel-case.shadow, .empty-state-btn.cancel-button.shadow, .empty-state-btn.cancel-case.shadow, .fileinput-button.cancel-button.shadow, .fileinput-button.cancel-case.shadow, input[type=submit].cancel-button.shadow, input[type=submit].cancel-case.shadow {
  -webkit-box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
          box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
  box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
}

a[class*=-button]:not(.fancybox-button).cancel-button.checklist-create .multiselect__content-wrapper:hover, a[class*=-button]:not(.fancybox-button).cancel-case.checklist-create .multiselect__content-wrapper:hover, button[class*=-button]:not(.fancybox-button).cancel-button.checklist-create .multiselect__content-wrapper:hover, button[class*=-button]:not(.fancybox-button).cancel-case.checklist-create .multiselect__content-wrapper:hover, button.view-button.cancel-button.checklist-create .multiselect__content-wrapper:hover, button.view-button.cancel-case.checklist-create .multiselect__content-wrapper:hover, button.save-button.cancel-button.checklist-create .multiselect__content-wrapper:hover, button.save-button.cancel-case.checklist-create .multiselect__content-wrapper:hover, .empty-state-btn.cancel-button.checklist-create .multiselect__content-wrapper:hover, .empty-state-btn.cancel-case.checklist-create .multiselect__content-wrapper:hover, .fileinput-button.cancel-button.checklist-create .multiselect__content-wrapper:hover, .fileinput-button.cancel-case.checklist-create .multiselect__content-wrapper:hover, input[type=submit].cancel-button.shadow:hover, input[type=submit].cancel-case.shadow:hover {
  -webkit-box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
          box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
}

a[class*=-button]:not(.fancybox-button).cancel-button.shadow:hover, a[class*=-button]:not(.fancybox-button).cancel-case.shadow:hover, button[class*=-button]:not(.fancybox-button).cancel-button.shadow:hover, button[class*=-button]:not(.fancybox-button).cancel-case.shadow:hover, button.view-button.cancel-button.shadow:hover, button.view-button.cancel-case.shadow:hover, button.save-button.cancel-button.shadow:hover, button.save-button.cancel-case.shadow:hover, .empty-state-btn.cancel-button.shadow:hover, .empty-state-btn.cancel-case.shadow:hover, .fileinput-button.cancel-button.shadow:hover, .fileinput-button.cancel-case.shadow:hover, input[type=submit].cancel-button.shadow:hover, input[type=submit].cancel-case.shadow:hover {
  -webkit-box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
          box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
  box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
}

.box.checklist-create .multiselect__content-wrapper {
  -webkit-box-shadow: 0 0 8px rgba(139, 161, 177, 0.25);
          box-shadow: 0 0 8px rgba(139, 161, 177, 0.25);
}

.scrollbox-overlay .checklist-create .multiselect__content-wrapper {
  position: absolute;
  z-index: 1;
}

.scrollbox.checklist-create .multiselect__content-wrapper {
  -webkit-box-shadow: inset 0 2px 8px rgba(35, 31, 32, 0.2);
          box-shadow: inset 0 2px 8px rgba(35, 31, 32, 0.2);
  background: #fff;
}

.collection.checklist-create .multiselect__content-wrapper {
  -webkit-box-shadow: 0 0 8px rgba(139, 161, 177, 0.25);
          box-shadow: 0 0 8px rgba(139, 161, 177, 0.25);
}

.collection.checklist-create .multiselect__content-wrapper:hover {
  -webkit-box-shadow: 0 0 20px rgba(139, 161, 177, 0.4);
          box-shadow: 0 0 20px rgba(139, 161, 177, 0.4);
}

.checklist-create .multiselect__element {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.checklist-create .multiselect__option {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
  background: white;
}

.checklist-create .multiselect__option--highlight,
.checklist-create .multiselect__option--highlight::after {
  background-color: transparent;
  color: #fafcfc;
}

.checklist-create .multiselect__option--selected, .checklist-create .multiselect__option--selected.multiselect__option--highlight, .checklist-create .multiselect__option--selected.multiselect__option--highlight::after, .checklist-create .multiselect__option--group-selected, .checklist-create .multiselect__option--group-selected.multiselect__option--highlight, .checklist-create .multiselect__option--group-selected.multiselect__option--highlight::after{
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 248, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  color: #fff;
}

.checklist-create .multiselect__option.multiselect__option--highlight, .checklist-create .multiselect__option.multiselect__option--highlight::after{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.checklist-create .multiselect__option--selected.multiselect__option--highlight, .checklist-create .multiselect__option--selected.multiselect__option--highlight::after, .checklist-create .multiselect__option--group-selected.multiselect__option--highlight, .checklist-create .multiselect__option--group-selected.multiselect__option--highlight::after{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  color: #fff;
}

.checklist-answer .read-only .media-library-replace,
.checklist-answer .read-only .media-library-row-remove {
  display: none;
}

#app .est-wrap {
  position: relative;
}

#app .est-wrap .est-wrap-inner {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 220, var(--tw-border-opacity));
}

button:not(#app .est-wrap .est-wrap-inner):not([class*=rounded-]),
input[type=submit]:not(#app .est-wrap .est-wrap-inner):not([class*=rounded-]) {
  border-radius: 0.25rem;
}

button:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]) {
  border-radius: 0.25rem;
}

.settings-options.confirm#app .est-wrap .est-wrap-inner {
  border: 1px solid #e6ecf1;
}

.settings-options.confirm.warning#app .est-wrap .est-wrap-inner {
  border-color: #fdf07f;
}

.box#app .est-wrap .est-wrap-inner {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box#app .est-wrap .est-wrap-inner.highlight {
  border-color: #c6e0f4;
}

.box#app .est-wrap .est-wrap-inner.dark {
  border-color: #1e447d;
}

.box#app .est-wrap .est-wrap-inner.green {
  border-color: #9ad29c;
  background: #fff;
}

.box .box-header#app .est-wrap .est-wrap-inner {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box#app .est-wrap .est-wrap-inner .box-header {
  border-bottom-color: #dee4e9;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.report-bar .report#app .est-wrap .est-wrap-inner {
  border: 1px solid #dee4e9;
}

.empty-state#app .est-wrap .est-wrap-inner {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
  background: #fafcfc;
}

#app .est-wrap .est-wrap-inner .es-table {
  height: 1px;
  border-width: 0px;
  background-color: transparent;
  font-size: 0.75rem;
}

#app .est-wrap .est-wrap-inner .es-table thead th {
  position: relative;
  border-right-width: 1px;
  border-bottom-width: 1px;
  padding: 0.5rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  line-height: 1.125;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
  position: relative;
}

#app .est-wrap .est-wrap-inner .es-table thead th:not(.est-checkbox-col) {
  vertical-align: top;
  white-space: nowrap;
  border-left-width: 1px;
}

#app .est-wrap .est-wrap-inner .es-table thead th:not(.est-checkbox-col):first-child {
  border-left: none;
}

#app .est-wrap .est-wrap-inner .es-table thead th:not(.est-checkbox-col):last-child {
  border-right: none;
}

#app .est-wrap .est-wrap-inner .es-table thead th.est-checkbox-col {
  vertical-align: middle;
  border-bottom: inherit;
}

#app .est-wrap .est-wrap-inner .es-table tbody th.est-checkbox-col {
  background: inherit;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

#app .est-wrap .est-wrap-inner .es-table td {
  overflow-wrap: break-word;
  vertical-align: middle;
  border-bottom: inherit;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

#app .est-wrap .est-wrap-inner .es-table td.actions {
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  text-align: center;
  background: white;
  text-align: center;
  padding: 0 0.5rem !important;
}

#app .est-wrap .est-wrap-inner .es-table td.selectable {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#app .est-wrap .est-wrap-inner .es-table td .keyword-highlight {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 246, 178, var(--tw-bg-opacity));
}

#app .est-wrap .est-wrap-inner .es-table.striped > tbody > tr:nth-of-type(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background: white;
}

#app .est-wrap .est-wrap-inner .es-table.striped > tbody > tr:nth-of-type(odd) > td {
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  border-right-color: rgba(229, 231, 235, 0.5);
}

#app .est-wrap .est-wrap-inner .es-table.striped > tbody > tr:not(.add-rows):nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

#app .est-wrap .est-wrap-inner .es-table.striped > tbody > tr:not(.add-rows):nth-child(even) > td {
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  border-right-color: rgba(229, 231, 235, 0.75);
}

#app .est-wrap .est-wrap-inner .est-wrap__footer {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  background: transparent;
  padding: 0;
  padding: 1rem;
  padding-top: 0px;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__row-count::after {
  display: none;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer label.footer__row-count__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.tw-form label span:not(.label):not(.badge)#app .est-wrap .est-wrap-inner .est-wrap__footer label.footer__row-count__label {
  font-weight: 500;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer label.footer__row-count__label{
  margin-bottom: 0 !important;
  text-transform: none;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer select.footer__row-count__select {
  height: 2rem;
  border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 2.5rem;
  padding-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

button:not(#app .est-wrap .est-wrap-inner .est-wrap__footer select.footer__row-count__select):not([class*=rounded-]),
input[type=submit]:not(#app .est-wrap .est-wrap-inner .est-wrap__footer select.footer__row-count__select):not([class*=rounded-]) {
  border-radius: 0.25rem;
}

button:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]) {
  border-radius: 0.25rem;
}

.box#app .est-wrap .est-wrap-inner .est-wrap__footer select.footer__row-count__select {
  border-radius: 5px;
  overflow: hidden;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer select.footer__row-count__select{
  cursor: pointer;
  background-color: white;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation{
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

@media screen and (min-width: 52.5em){
  .sub-header#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation,
.date-header#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sub-header.flex,
.date-header.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-header > #app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation:first-child,
.date-header > #app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.sub-header > .flex:first-child,
.date-header > .flex:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.box-header#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation .add-button {
  position: relative;
}

@media screen and (max-width: 52.5em){
  .box-header#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .box-header#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation .flex-end {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.box-header#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation .filter {
  margin-top: 0.5rem;
}

@media screen and (min-width: 40em){
  .box-header#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation .filter {
    margin-top: 0;
  }
}

.edit-controls#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav-pills .nav-link#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation,
.nav-pills .sub-nav-link#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-pills .nav-link.flex,
.nav-pills .sub-nav-link.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 30em){
  .sub-nav li#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

fieldset:not(.tw-fieldset) .fieldset-header:not(#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

.badge#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation {
  line-height: 1.75;
  padding-top: 0;
  padding-bottom: 0;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.align-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (max-width: 52.5em){
  #app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.flex-medium-up {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 40em){
  #app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.row {
    display: block;
    float: none;
  }
}

.box .box-header:not(#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

.card .card-copy#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 52.5em){
  .comment .comment-content #app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.flex-list li #app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-list li #app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation img {
  max-width: 100px;
  margin-right: 0.75rem;
}

.tiles#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.center .tile-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.tiles .tile-item .main .title#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation,
.tiles .tile-item .main a.title#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tiles .tile-item .main .title.flex,
.tiles .tile-item .main a.title.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collection .collection-item#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation {
  padding: 0;
}

.collection .collection-item#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation .circle {
  position: relative;
  left: auto;
}

.collection .collection-item#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation .secondary-content {
  width: 20%;
  text-align: right;
  padding: 1em;
}

.collection.with-header #app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation .secondary-content {
  float: none;
}

table.dataTable tbody td .badge#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px){
  .small-footer#app .est-wrap .est-wrap-inner .est-wrap__footer div.footer__navigation.flex-end {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#app .est-wrap .est-wrap-inner .est-wrap__footer .footer__navigation__page-info {
  font-size: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.tw-form label span:not(.label):not(.badge)#app .est-wrap .est-wrap-inner .est-wrap__footer .footer__navigation__page-info {
  font-weight: 500;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn {
  all: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn{
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 220, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tw-form label span:not(.label):not(.badge)#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn {
  font-weight: 500;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn {
  background: white;
}

.flex#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.settings-options.confirm#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn {
  border: 1px solid #e6ecf1;
}

.settings-options.confirm.warning#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn {
  border-color: #fdf07f;
}

.box#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn.highlight {
  border-color: #c6e0f4;
}

.box#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn.dark {
  border-color: #1e447d;
}

.box#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn.green {
  border-color: #9ad29c;
  background: #fff;
}

.box .box-header#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn .box-header {
  border-bottom-color: #dee4e9;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.report-bar .report#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn {
  border: 1px solid #dee4e9;
}

.empty-state#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
  background: #fafcfc;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn:focus {
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgba(63, 131, 248, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 131, 248, var(--tw-ring-opacity));
}

#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn.disabled {
  opacity: 0.5;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn span:not(.chevron) {
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn .chevron {
  height: 20px;
  width: 20px;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn .chevron.right {
  margin-right: -0.5rem;
}

#app .est-wrap .est-wrap-inner .est-wrap__footer button.footer__navigation__page-btn .chevron.left {
  margin-left: -0.5rem;
}

#app .est-wrap .est-wrap-inner .est-global-search__input {
  padding-left: 0;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

@media screen and (min-width: 52.5em){
  .sub-header#app .est-wrap .est-wrap-inner .est-global-search__input form,
.date-header#app .est-wrap .est-wrap-inner .est-global-search__input form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sub-header.flex,
.date-header.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-header > #app .est-wrap .est-wrap-inner .est-global-search__input form:first-child,
.date-header > #app .est-wrap .est-wrap-inner .est-global-search__input form:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.sub-header > .flex:first-child,
.date-header > .flex:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.box-header#app .est-wrap .est-wrap-inner .est-global-search__input form .add-button {
  position: relative;
}

@media screen and (max-width: 52.5em){
  .box-header#app .est-wrap .est-wrap-inner .est-global-search__input form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .box-header#app .est-wrap .est-wrap-inner .est-global-search__input form .flex-end {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.box-header#app .est-wrap .est-wrap-inner .est-global-search__input form .filter {
  margin-top: 0.5rem;
}

@media screen and (min-width: 40em){
  .box-header#app .est-wrap .est-wrap-inner .est-global-search__input form .filter {
    margin-top: 0;
  }
}

.edit-controls#app .est-wrap .est-wrap-inner .est-global-search__input form {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav-pills .nav-link#app .est-wrap .est-wrap-inner .est-global-search__input form,
.nav-pills .sub-nav-link#app .est-wrap .est-wrap-inner .est-global-search__input form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-pills .nav-link.flex,
.nav-pills .sub-nav-link.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 30em){
  .sub-nav li#app .est-wrap .est-wrap-inner .est-global-search__input form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

fieldset:not(.tw-fieldset) .fieldset-header:not(#app .est-wrap .est-wrap-inner .est-global-search__input form) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

.badge#app .est-wrap .est-wrap-inner .est-global-search__input form {
  line-height: 1.75;
  padding-top: 0;
  padding-bottom: 0;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form.align-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form.baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form.columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (max-width: 52.5em){
  #app .est-wrap .est-wrap-inner .est-global-search__input form.flex-medium-up {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 40em){
  #app .est-wrap .est-wrap-inner .est-global-search__input form.row {
    display: block;
    float: none;
  }
}

.box .box-header:not(#app .est-wrap .est-wrap-inner .est-global-search__input form) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

.card .card-copy#app .est-wrap .est-wrap-inner .est-global-search__input form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 52.5em){
  .comment .comment-content #app .est-wrap .est-wrap-inner .est-global-search__input form.flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.flex-list li #app .est-wrap .est-wrap-inner .est-global-search__input form {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-list li #app .est-wrap .est-wrap-inner .est-global-search__input form img {
  max-width: 100px;
  margin-right: 0.75rem;
}

.tiles#app .est-wrap .est-wrap-inner .est-global-search__input form.center .tile-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.tiles .tile-item .main .title#app .est-wrap .est-wrap-inner .est-global-search__input form,
.tiles .tile-item .main a.title#app .est-wrap .est-wrap-inner .est-global-search__input form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tiles .tile-item .main .title.flex,
.tiles .tile-item .main a.title.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collection .collection-item#app .est-wrap .est-wrap-inner .est-global-search__input form {
  padding: 0;
}

.collection .collection-item#app .est-wrap .est-wrap-inner .est-global-search__input form .circle {
  position: relative;
  left: auto;
}

.collection .collection-item#app .est-wrap .est-wrap-inner .est-global-search__input form .secondary-content {
  width: 20%;
  text-align: right;
  padding: 1em;
}

.collection.with-header #app .est-wrap .est-wrap-inner .est-global-search__input form .secondary-content {
  float: none;
}

table.dataTable tbody td .badge#app .est-wrap .est-wrap-inner .est-global-search__input form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px){
  .small-footer#app .est-wrap .est-wrap-inner .est-global-search__input form.flex-end {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#app .est-wrap .est-wrap-inner .est-global-search__input form label {
  margin: 0;
}

#app .est-wrap .est-wrap-inner .est-global-search__input .input__icon {
  position: unset;
}

#app .est-wrap .est-wrap-inner .est-global-search__input .input__icon .magnifying-glass {
  margin: 0;
}

#app .est-wrap .est-wrap-inner .est-global-search {
  border-top: none;
  border-right: none;
  border-left: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.5rem;
}

#app .est-wrap .est-wrap-inner .est-global-search__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#app .est-wrap .est-wrap-inner .est-global-search__input form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#app .est-wrap .est-wrap-inner .est-global-search__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0;
}

#app .est-wrap .est-wrap-inner .est-global-search__actions.est-pull-right {
  float: none !important;
}

#app .est-wrap .est-wrap-inner .est-global-search .est-input {
  margin-bottom: 0;
  border: inherit;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 220, var(--tw-border-opacity));
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.settings-options.confirm#app .est-wrap .est-wrap-inner .est-global-search .est-input {
  border: 1px solid #e6ecf1;
}

.settings-options.confirm.warning#app .est-wrap .est-wrap-inner .est-global-search .est-input {
  border-color: #fdf07f;
}

.box#app .est-wrap .est-wrap-inner .est-global-search .est-input {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box#app .est-wrap .est-wrap-inner .est-global-search .est-input.highlight {
  border-color: #c6e0f4;
}

.box#app .est-wrap .est-wrap-inner .est-global-search .est-input.dark {
  border-color: #1e447d;
}

.box#app .est-wrap .est-wrap-inner .est-global-search .est-input.green {
  border-color: #9ad29c;
  background: #fff;
}

.box .box-header#app .est-wrap .est-wrap-inner .est-global-search .est-input {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box#app .est-wrap .est-wrap-inner .est-global-search .est-input .box-header {
  border-bottom-color: #dee4e9;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.report-bar .report#app .est-wrap .est-wrap-inner .est-global-search .est-input {
  border: 1px solid #dee4e9;
}

.empty-state#app .est-wrap .est-wrap-inner .est-global-search .est-input {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
  background: #fafcfc;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row {
  border-right: none;
  border-left: none;
  border-top: inherit;
  border-bottom: none;
  background: inherit;
  color: inherit;
  padding: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

#app .est-wrap .est-wrap-inner .est-selection-info-row{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 220, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(253, 253, 234, var(--tw-bg-opacity));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(30, 66, 159, var(--tw-text-opacity));
}

@media screen and (min-width: 52.5em){
  .sub-header#app .est-wrap .est-wrap-inner .est-selection-info-row,
.date-header#app .est-wrap .est-wrap-inner .est-selection-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sub-header.flex,
.date-header.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-header > #app .est-wrap .est-wrap-inner .est-selection-info-row:first-child,
.date-header > #app .est-wrap .est-wrap-inner .est-selection-info-row:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.sub-header > .flex:first-child,
.date-header > .flex:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.box-header#app .est-wrap .est-wrap-inner .est-selection-info-row .add-button {
  position: relative;
}

@media screen and (max-width: 52.5em){
  .box-header#app .est-wrap .est-wrap-inner .est-selection-info-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .box-header#app .est-wrap .est-wrap-inner .est-selection-info-row .flex-end {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.box-header#app .est-wrap .est-wrap-inner .est-selection-info-row .filter {
  margin-top: 0.5rem;
}

@media screen and (min-width: 40em){
  .box-header#app .est-wrap .est-wrap-inner .est-selection-info-row .filter {
    margin-top: 0;
  }
}

.edit-controls#app .est-wrap .est-wrap-inner .est-selection-info-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav-pills .nav-link#app .est-wrap .est-wrap-inner .est-selection-info-row,
.nav-pills .sub-nav-link#app .est-wrap .est-wrap-inner .est-selection-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-pills .nav-link.flex,
.nav-pills .sub-nav-link.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 30em){
  .sub-nav li#app .est-wrap .est-wrap-inner .est-selection-info-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

fieldset:not(.tw-fieldset) .fieldset-header:not(#app .est-wrap .est-wrap-inner .est-selection-info-row) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

.badge#app .est-wrap .est-wrap-inner .est-selection-info-row {
  line-height: 1.75;
  padding-top: 0;
  padding-bottom: 0;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row.align-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row.baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#app .est-wrap .est-wrap-inner .est-selection-info-row.columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (max-width: 52.5em){
  #app .est-wrap .est-wrap-inner .est-selection-info-row.flex-medium-up {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 40em){
  #app .est-wrap .est-wrap-inner .est-selection-info-row.row {
    display: block;
    float: none;
  }
}

.box .box-header:not(#app .est-wrap .est-wrap-inner .est-selection-info-row) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

.card .card-copy#app .est-wrap .est-wrap-inner .est-selection-info-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 52.5em){
  .comment .comment-content #app .est-wrap .est-wrap-inner .est-selection-info-row.flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.flex-list li #app .est-wrap .est-wrap-inner .est-selection-info-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-list li #app .est-wrap .est-wrap-inner .est-selection-info-row img {
  max-width: 100px;
  margin-right: 0.75rem;
}

.tiles#app .est-wrap .est-wrap-inner .est-selection-info-row.center .tile-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.tiles .tile-item .main .title#app .est-wrap .est-wrap-inner .est-selection-info-row,
.tiles .tile-item .main a.title#app .est-wrap .est-wrap-inner .est-selection-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tiles .tile-item .main .title.flex,
.tiles .tile-item .main a.title.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collection .collection-item#app .est-wrap .est-wrap-inner .est-selection-info-row {
  padding: 0;
}

.collection .collection-item#app .est-wrap .est-wrap-inner .est-selection-info-row .circle {
  position: relative;
  left: auto;
}

.collection .collection-item#app .est-wrap .est-wrap-inner .est-selection-info-row .secondary-content {
  width: 20%;
  text-align: right;
  padding: 1em;
}

.collection.with-header #app .est-wrap .est-wrap-inner .est-selection-info-row .secondary-content {
  float: none;
}

table.dataTable tbody td .badge#app .est-wrap .est-wrap-inner .est-selection-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px){
  .small-footer#app .est-wrap .est-wrap-inner .est-selection-info-row.flex-end {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#app .est-wrap .est-wrap-inner .est-selection-info-row{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#app .est-wrap .est-wrap-inner .est-column-search {
  height: 24px;
  width: calc(100% - 9px);
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 220, var(--tw-border-opacity));
  padding: 0px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.65rem;
  line-height: 1.25rem;
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: relative;
}

.settings-options.confirm#app .est-wrap .est-wrap-inner .est-column-search {
  border: 1px solid #e6ecf1;
}

.settings-options.confirm.warning#app .est-wrap .est-wrap-inner .est-column-search {
  border-color: #fdf07f;
}

.box#app .est-wrap .est-wrap-inner .est-column-search {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box#app .est-wrap .est-wrap-inner .est-column-search.highlight {
  border-color: #c6e0f4;
}

.box#app .est-wrap .est-wrap-inner .est-column-search.dark {
  border-color: #1e447d;
}

.box#app .est-wrap .est-wrap-inner .est-column-search.green {
  border-color: #9ad29c;
  background: #fff;
}

.box .box-header#app .est-wrap .est-wrap-inner .est-column-search {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box#app .est-wrap .est-wrap-inner .est-column-search .box-header {
  border-bottom-color: #dee4e9;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.report-bar .report#app .est-wrap .est-wrap-inner .est-column-search {
  border: 1px solid #dee4e9;
}

.empty-state#app .est-wrap .est-wrap-inner .est-column-search {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
  background: #fafcfc;
}

#app .est-wrap .est-wrap-inner .est-column-search::-webkit-input-placeholder {
  font-size: 0.65rem;
}

#app .est-wrap .est-wrap-inner .est-column-search::-moz-placeholder {
  font-size: 0.65rem;
}

#app .est-wrap .est-wrap-inner .est-column-search:-moz-placeholder {
  font-size: 0.65rem;
}

#app .est-wrap .est-wrap-inner .est-column-search:-ms-input-placeholder {
  font-size: 0.65rem;
}

#app .est-wrap .est-wrap-inner select.est-column-search {
  width: 100%;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

#app .est-wrap .est-wrap-inner .est-checkbox-col input, #app .est-wrap .est-wrap-inner .est-checkbox-input {
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgba(159, 166, 178, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(28, 100, 242, var(--tw-text-opacity));
}

button:not(#app .est-wrap .est-wrap-inner .est-checkbox-col input):not([class*=rounded-]),
button:not(#app .est-wrap .est-wrap-inner .est-checkbox-input):not([class*=rounded-]),
input[type=submit]:not(#app .est-wrap .est-wrap-inner .est-checkbox-col input):not([class*=rounded-]),
input[type=submit]:not(#app .est-wrap .est-wrap-inner .est-checkbox-input):not([class*=rounded-]) {
  border-radius: 0.25rem;
}

button:not(.rounded):not([class*=rounded-]),
button:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]) {
  border-radius: 0.25rem;
}

.box#app .est-wrap .est-wrap-inner .est-checkbox-col input, .box#app .est-wrap .est-wrap-inner .est-checkbox-input {
  border-radius: 5px;
  overflow: hidden;
}

#app .est-wrap .est-wrap-inner .est-checkbox-col input:focus, #app .est-wrap .est-wrap-inner .est-checkbox-input:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 131, 248, var(--tw-ring-opacity));
}

#app .est-wrap .est-wrap-inner .est-checkbox-input {
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgba(159, 166, 178, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(28, 100, 242, var(--tw-text-opacity));
}

button:not(#app .est-wrap .est-wrap-inner .est-checkbox-input):not([class*=rounded-]),
input[type=submit]:not(#app .est-wrap .est-wrap-inner .est-checkbox-input):not([class*=rounded-]) {
  border-radius: 0.25rem;
}

button:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]) {
  border-radius: 0.25rem;
}

.box#app .est-wrap .est-wrap-inner .est-checkbox-input {
  border-radius: 5px;
  overflow: hidden;
}

#app .est-wrap .est-wrap-inner .est-filter-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 220, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-right: 0.375rem;
  padding-left: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(37, 47, 63, var(--tw-text-opacity));
}

.tw-form label span:not(.label):not(.badge)#app .est-wrap .est-wrap-inner .est-filter-pill {
  font-weight: 500;
}

.flex#app .est-wrap .est-wrap-inner .est-filter-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.settings-options.confirm#app .est-wrap .est-wrap-inner .est-filter-pill {
  border: 1px solid #e6ecf1;
}

.settings-options.confirm.warning#app .est-wrap .est-wrap-inner .est-filter-pill {
  border-color: #fdf07f;
}

.box#app .est-wrap .est-wrap-inner .est-filter-pill {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box#app .est-wrap .est-wrap-inner .est-filter-pill.highlight {
  border-color: #c6e0f4;
}

.box#app .est-wrap .est-wrap-inner .est-filter-pill.dark {
  border-color: #1e447d;
}

.box#app .est-wrap .est-wrap-inner .est-filter-pill.green {
  border-color: #9ad29c;
  background: #fff;
}

.box .box-header#app .est-wrap .est-wrap-inner .est-filter-pill {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box#app .est-wrap .est-wrap-inner .est-filter-pill .box-header {
  border-bottom-color: #dee4e9;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.report-bar .report#app .est-wrap .est-wrap-inner .est-filter-pill {
  border: 1px solid #dee4e9;
}

.empty-state#app .est-wrap .est-wrap-inner .est-filter-pill {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
  background: #fafcfc;
}

#app .est-wrap .est-wrap-inner .est-datepicker {
  height: 24px;
  width: 100%;
  position: relative;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 220, var(--tw-border-opacity));
  font-size: 0.65rem;
  line-height: 1.25rem;
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: relative;
}

.settings-options.confirm#app .est-wrap .est-wrap-inner .est-datepicker {
  border: 1px solid #e6ecf1;
}

.settings-options.confirm.warning#app .est-wrap .est-wrap-inner .est-datepicker {
  border-color: #fdf07f;
}

.box#app .est-wrap .est-wrap-inner .est-datepicker {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box#app .est-wrap .est-wrap-inner .est-datepicker.highlight {
  border-color: #c6e0f4;
}

.box#app .est-wrap .est-wrap-inner .est-datepicker.dark {
  border-color: #1e447d;
}

.box#app .est-wrap .est-wrap-inner .est-datepicker.green {
  border-color: #9ad29c;
  background: #fff;
}

.box .box-header#app .est-wrap .est-wrap-inner .est-datepicker {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box#app .est-wrap .est-wrap-inner .est-datepicker .box-header {
  border-bottom-color: #dee4e9;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.report-bar .report#app .est-wrap .est-wrap-inner .est-datepicker {
  border: 1px solid #dee4e9;
}

.empty-state#app .est-wrap .est-wrap-inner .est-datepicker {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
  background: #fafcfc;
}

#app .est-wrap .est-wrap-inner .mx-icon-calendar, #app .est-wrap .est-wrap-inner .mx-icon-clear {
  right: 6px;
}

#app .est-wrap .est-wrap-inner .est-wrap__actions-footer {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
  padding-top: 0.75rem;
}

#app .est-wrap .est-wrap-inner div.est-clearfix::after {
  display: none;
}

#app .est-wrap .est-wrap-inner .est-responsive {
  position: static;
  min-height: 340px;
  overflow-x: auto;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 220, var(--tw-border-opacity));
}

@media (min-width: 1024px){
  #app .est-wrap .est-wrap-inner .est-responsive{
    overflow-x: scroll;
  }
}

@media (min-width: 1280px){
  #app .est-wrap .est-wrap-inner .est-responsive{
    height: auto;
  }
}

.data-drawer {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 800px;
  background: #ececec;
  border-left: 3px #fff solid;
  z-index: 999;
}

.data-drawer.open {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 0;
  -webkit-box-shadow: 0 0 20px #6e6e6e;
          box-shadow: 0 0 20px #6e6e6e;
}

.data-drawer.closed {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: -800px;
}

.data-drawer.mobile {
  width: 90%;
}

.data-drawer.mobile.closed {
  right: -90%;
}

.data-drawer .activator {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: bold;
  background: #293c4e;
  color: white;
  position: absolute;
  border-top: 3px #fff solid;
  border-left: 3px #fff solid;
  border-right: 3px #fff solid;
  border-bottom: 3px #fff solid;
  border-radius: 10px;
  top: 50%;
  left: -100px;
  width: 150px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px #565656;
          box-shadow: 0 0 10px #565656;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.data-drawer .activator:hover {
  cursor: pointer;
}

.stat-list {
  width: 100%;
}

.stat-list tr {
  background: #ffffff;
  border-radius: 5px;
}

.stat-box-group {
  display: block;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.stat-box {
  display: block;
  padding: 20px;
  border-radius: 8px;
}

.stat-box.pad-bottom {
  padding-bottom: 55px;
}

.stat-box .number {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 32px;
}

.stat-box .label {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}

.stat-box .sublabel {
  text-align: center;
  color: #ffffff;
  font-size: 9px;
  text-transform: uppercase;
}

.loader-overlay {
  z-index: 100;
}

.loader-overlay .loader {
  z-index: 101;
  top: 44%;
}

.mx-datepicker .mx-input-wrapper .mx-input {
  height: 45px;
}

.export-button .tt {
  position: absolute;
  top: 2px;
  left: -92px;
  background: #565656;
  color: white;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 10px;
  display: none;
  text-transform: uppercase;
}

.export-button:hover {
  color: #565656;
}

.export-button:hover .tt {
  display: block;
  z-index: 99999;
}

html,
body,
div#app,
div#app > .app-wrapper {
  height: 100%;
  min-width: 100%;
}

html > .flex-wrapper > div:last-child,
body > .flex-wrapper > div:last-child,
div#app > .flex-wrapper > div:last-child,
div#app > .app-wrapper > .flex-wrapper > div:last-child {
  padding-bottom: 80px;
}

[x-cloak] {
  display: none;
}

body {
  position: relative;
  font-size: 0.95rem;
}

body > .flex-wrapper {
  position: relative;
  z-index: 1;
}

body.alt {
  background: #f1f3f6;
}

body div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

body div::-webkit-scrollbar-thumb {
  background: #c6d0d9;
}

body div:hover::-webkit-scrollbar-thumb {
  background: #a7b7c5;
}

[v-cloak] {
  display: none !important;
}

.bg-white {
  background: white;
}

/*! Site General Styles */

.wrapper {
  width: 100%;
  padding: 0.5em 0.5em 0;
}

@media screen and (min-width: 40em) {
  .wrapper {
    padding: 1em 1em 0;
  }

  .wrapper.with-nav {
    width: 75%;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}

@media screen and (min-width: 52.5em) {
  .wrapper {
    padding: 1em 2em 0;
  }
}

.wrapper.sticky {
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
}

.wrapper.error-404 {
  width: 100%;
  height: 100%;
  background: url(/img/404.jpg) no-repeat center center fixed;
  background-size: cover;
}

.wrapper.nopad {
  padding-bottom: 0;
}

.wrapper.notoppad {
  padding-top: 0;
}

.wrapper.nbm {
  margin-bottom: -1em;
}

.wrapper .inner-wrapper {
  padding: 0.5em;
  margin: -0.25em -0.5em 0;
  width: calc(100% + 1em);
}

@media screen and (min-width: 40em) {
  .wrapper .inner-wrapper {
    padding: 1em;
    margin: -1em -1em 0;
    width: calc(100% + 2em);
  }
}

@media screen and (min-width: 52.5em) {
  .wrapper .inner-wrapper {
    padding: 2em;
    margin: -1em -2em 0;
    width: calc(100% + 4em);
  }
}

.wrapper .inner-wrapper.gray {
  background: #f1f3f6;
}

.login-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.tag-disabled {
  color: #7a91a6;
  background: #e5e9ed;
}

.cursor-pointer {
  cursor: pointer !important;
}

.overflow-visible {
  overflow: visible !important;
}

.vue-dialog .d-block .icon-only,
.vue-dialog .dialog-content .icon-only {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-left: 0;
  background: #0f6fc6;
  color: #fafcfc;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
  font-size: 1.5rem;
  text-shadow: 0 1px 1px rgba(35, 31, 32, 0.24), 0 1px 2px rgba(35, 31, 32, 0.22);
}

.vue-dialog .d-block .icon-only > i,
.vue-dialog .dialog-content .icon-only > i {
  font-size: inherit;
}

.vue-dialog .d-block .icon-only:hover,
.vue-dialog .dialog-content .icon-only:hover {
  background: #1282e7;
  color: #fff;
  text-shadow: 0 1px 0 rgba(35, 31, 32, 0.34), 0 1px 1px rgba(35, 31, 32, 0.22);
}

.vue-dialog .dialog-content {
  padding: 1rem !important;
}

.vue-dialog .dialog-content > div h2 {
  color: #0f6fc6;
  font-size: 1.5rem;
}

.vue-dialog .dialog-content > div h2 span {
  display: block;
  font-size: 1.15rem;
  color: #1e447d;
}

.vue-dialog .dialog-content table.nice-tables td {
  font-size: 0.85rem;
}

.vue-dialog .dialog-content table.nice-tables td img {
  height: 60px;
  width: auto;
  border-radius: 0.25rem;
}

.vue-dialog .dialog-content label span:not(.label) {
  font-size: 0.8rem;
}

.vue-dialog .dialog-c-title {
  font-size: 1.5em;
  font-weight: 400 !important;
  border-bottom: 1px solid #e6ecf1;
  padding-bottom: 0.5rem !important;
  margin-bottom: 1rem !important;
}

.vue-dialog .dialog-c-title > span,
.vue-dialog .dialog-c-title h1 > span {
  display: block;
  font-size: 1.1rem;
  color: #445e71;
}

.vue-dialog .dialog-c-form {
  border-radius: 0.25rem;
  padding: 1rem;
}

.vue-dialog .dialog-c-form label + input {
  margin-bottom: 0;
}

.vue-dialog .dialog-c-form label.bold {
  font-weight: bold;
  text-transform: none;
  font-size: 0.9rem;
}

.vue-dialog .dialog-c-form label.bold span {
  font-weight: normal;
}

.vue-dialog .dialog-controls {
  border-radius: 0 0 4px 4px;
  margin-top: 1rem;
}

.vue-dialog .dialog-controls.dark {
  background: #293c4e;
  color: #fafcfc;
}

.vue-dialog .dialog-controls.dark .cancel-button {
  color: #fafcfc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vue-dialog .dialog-controls.dark .cancel-button:hover {
  color: #fff;
}

.vue-dialog .dialog-controls.dark .add-button:disabled {
  opacity: 0.8;
}

.vue-dialog .dialog-controls.required:not(.valid) {
  background: #e53935;
}

.vue-dialog .dialog-controls.required:not(.valid) .add-button:not(.valid-button),
.vue-dialog .dialog-controls.required:not(.valid) .add-button:not(.valid-button):hover {
  background: #fadadd;
  color: #e53935;
}

.vue-dialog .dialog-controls.required:not(.valid) .valid-button {
  background: #fff;
  color: #e53935;
}

.vue-dialog .dialog-controls.required:not(.valid).alt {
  background: #d75d0c;
}

.vue-dialog .dialog-controls.required:not(.valid).alt .add-button,
.vue-dialog .dialog-controls.required:not(.valid).alt .add-button:hover {
  background: #fafcfc;
  color: #293c4e;
}

.vue-dialog .dialog-controls.valid {
  background: #10ad51;
}

.vue-dialog .dialog-controls.valid .add-button {
  background: #fff;
  color: #445e71;
}

.vue-dialog .dialog-controls.valid .add-button:hover {
  background: #fafcfc;
  color: #293c4e;
}

.vue-dialog .dialog-controls.valid .cancel-button, .vue-dialog .dialog-controls.required .cancel-button {
  color: #fafcfc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vue-dialog .dialog-controls.valid .cancel-button:hover, .vue-dialog .dialog-controls.required .cancel-button:hover {
  color: rgba(250, 252, 252, 0.8) !important;
}

.vue-dialog label.confirm {
  line-height: 1.3;
}

.vue-dialog .dialog-c-text .cart-item {
  color: #0f6fc6;
}

.vue-dialog .dialog-c-text .cart-item span {
  font-weight: 400;
  display: block;
  font-size: 0.9em;
  color: #293c4e;
}

.vue-dialog [type=radio]:checked + label,
.vue-dialog [type=radio]:not(:checked) + label {
  color: #293c4e;
}

.vue-dialog [type=radio]:checked + label:before, .vue-dialog [type=radio]:checked + label:after,
.vue-dialog [type=radio]:not(:checked) + label:before,
.vue-dialog [type=radio]:not(:checked) + label:after {
  border-color: #293c4e;
}

.vue-dialog-buttons {
  margin: 1rem 3px 3px !important;
  border: none !important;
  width: calc(100% - 6px) !important;
}

.vue-dialog-buttons button {
  border: none !important;
  margin: 0 1px;
}

.vue-dialog-buttons button:first-child {
  margin: 0 !important;
  border-radius: 0 0 0 0.25rem !important;
}

.vue-dialog-buttons button:last-child {
  margin: 0 !important;
  border-radius: 0 0 0.25rem 0 !important;
}

.modal-button {
  padding: 0.6rem 0.8rem !important;
  font-style: 0.725rem !important;
}

.full-height {
  min-height: 100%;
}

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

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

.justify-content-left {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}

.justify-content-right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media screen and (max-width: 40em) {
  .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.container {
  position: relative;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.hide {
  display: none !important;
}

.checkbox-button {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  color: #c6d0d9 !important;
  font-size: 1rem !important;
  outline: 0 !important;
}

.checkbox-button:hover {
  color: #8ba1b1 !important;
}

.checkbox-button:after {
  content: "";
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgba(159, 166, 178, var(--tw-border-opacity));
}

.checkbox-button:after:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 131, 248, var(--tw-ring-opacity));
}

button:not(.checkbox-button:after):not([class*=rounded-]),
input[type=submit]:not(.checkbox-button:after):not([class*=rounded-]) {
  border-radius: 0.25rem;
}

button:not(.rounded):not([class*=rounded-]),
input[type=submit]:not(.rounded):not([class*=rounded-]) {
  border-radius: 0.25rem;
}

.checkbox-button:after {
  position: relative;
}

.box.checkbox-button:after {
  border-radius: 5px;
  overflow: hidden;
}

.header {
  width: 100%;
  margin: auto;
  z-index: 10000;
}

#printJS-Modal {
  z-index: 100001 !important;
}

@supports (position: sticky) {
  .sticky {
    position: sticky;
    top: 60px;
  }

  @media screen and (max-width: 52.5em) {
    .sticky.sticky-on-large {
      position: static;
    }
  }
}

.content {
  clear: both;
}

.content:after {
  content: "";
  display: table;
  clear: both;
}

.dashboard {
  background: #f1f3f6;
}

.dashboard.wrapper {
  padding: 0.5em 0 50px;
  min-height: calc(100% - 50px);
}

@media screen and (min-width: 40em) {
  .dashboard.wrapper {
    padding: 1em 1em 50px;
  }
}

.dashboard.auth {
  padding: 4rem 0 0 0;
  min-height: 100%;
}

.dashboard.auth > .box {
  padding: 1rem;
  color: #445e71;
}

@media screen and (min-width: 40em) {
  .dashboard.auth > .box {
    padding: 2rem;
  }
}

.dashboard.alt {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.dashboard .box {
  background: #fff;
  padding: 0.4rem;
  margin-bottom: 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 30em) {
  .dashboard .box {
    padding: 0.5rem;
  }
}

@media screen and (min-width: 40em) {
  .dashboard .box {
    padding: 1rem;
  }
}

.dashboard .box .flex-list li {
  margin: 0;
  padding: 0.5rem 0 0.5rem 0.25rem;
}

.dashboard .box .flex-list li a {
  margin: 0.25rem 0;
}

.dashboard .box .flex-list li .flex-list-controls.delete {
  display: none;
}

.dashboard .box .flex-list .flex-list-controls {
  margin: 0.25rem 0.5rem 0.25rem 0;
}

.dashboard .box .flex-list .flex-list-title {
  font-size: 0.85rem;
}

.dashboard .listing {
  background: #fff;
}

.sub-header,
.date-header {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f1f3f6;
}

@media screen and (min-width: 40em) {
  .sub-header,
.date-header {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
  }
}

.sub-header.noborder,
.date-header.noborder {
  border: none;
  padding-bottom: 0;
}

@media screen and (min-width: 52.5em) {
  .sub-header.margins,
.date-header.margins {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 82.8720625984%;
    margin-left: 8.5639687008%;
    margin-right: 0;
  }

  .sub-header.margins:last-child,
.date-header.margins:last-child {
    margin-right: 0;
  }

  .sub-header.flex,
.date-header.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-header > .flex:first-child,
.date-header > .flex:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.sub-header .network-case,
.date-header .network-case {
  color: #1e447d;
}

.sub-header .surgical-case-id,
.date-header .surgical-case-id {
  display: block;
  text-align: right;
  color: #0f6fc6;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.1;
}

@media screen and (min-width: 40em) {
  .sub-header .surgical-case-id,
.date-header .surgical-case-id {
    font-size: 0.95rem;
  }
}

.sub-header .status-change,
.date-header .status-change {
  margin-top: 0.5rem;
}

@media screen and (min-width: 52.5em) {
  .sub-header .status-change,
.date-header .status-change {
    margin-top: 1.25rem;
  }
}

.sub-header .modal.filter,
.date-header .modal.filter {
  display: inline-block;
}

.sub-header .modal.filter label,
.date-header .modal.filter label {
  font-size: 1em;
}

.sub-header .modal.filter .modal-trigger,
.date-header .modal.filter .modal-trigger {
  display: inline-block;
  font-size: 0.65em;
  margin: 0;
  line-height: 1.5;
}

@media screen and (min-width: 40em) {
  .sub-header .modal.filter .modal-trigger,
.date-header .modal.filter .modal-trigger {
    line-height: 1;
    font-size: 0.75em;
  }
}

.sub-header h1,
.date-header h1 {
  margin: 0 0 0.25rem 0;
  overflow: hidden;
  color: #231f20;
}

.sub-header h1 > span,
.date-header h1 > span {
  color: #0f6fc6;
  display: block;
  font-size: 0.75em;
}

.sub-header h1 > span strong,
.date-header h1 > span strong {
  font-weight: 400;
}

@media screen and (min-width: 40em) {
  .sub-header h1 > span,
.date-header h1 > span {
    font-size: 0.6em;
    margin: 0 0.5rem 0 0;
  }
}

.sub-header h1 > small,
.date-header h1 > small {
  color: #1e447d;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.sub-header h1 + p,
.date-header h1 + p {
  color: #1e447d;
  margin-bottom: 0;
}

.sub-header .case-procedure,
.date-header .case-procedure {
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #445e71;
  font-size: 0.9rem;
  font-weight: 400;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.25rem;
}

.sub-header .case-procedure span span:not(.badge),
.date-header .case-procedure span span:not(.badge) {
  color: #1e447d;
  font-weight: 200;
}

@media screen and (min-width: 52.5em) {
  .sub-header .case-procedure,
.date-header .case-procedure {
    font-size: 1.1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 52.5em) {
  .sub-header h1,
.date-header h1 {
    font-size: 1.35em;
  }

  .sub-header .edit-controls,
.date-header .edit-controls {
    margin: 0 0 0 5rem;
  }
}

@media screen and (max-width: 40em) {
  .sub-header h1,
.date-header h1 {
    clear: both;
    font-weight: 400;
    display: block;
    font-size: 1.1em;
    margin: 0;
    line-height: 1.2;
  }

  .sub-header .flex-wrap,
.date-header .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    white-space: normal;
  }

  .sub-header .case-details-mls,
.date-header .case-details-mls {
    margin-left: 0;
  }

  .sub-header .edit-controls,
.date-header .edit-controls {
    margin: 0 0 0.25rem 0.5rem;
  }
}

@media screen and (max-width: 40em) {
  .sub-header .flex-wrap,
.date-header .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    white-space: normal;
  }
}

@media screen and (max-width: 30em) {
  .sub-header h1,
.date-header h1 {
    font-size: 1.1em;
  }

  .sub-header :not(.columns) .edit-controls,
.date-header :not(.columns) .edit-controls {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.sub-header h3,
.date-header h3 {
  clear: both;
}

.label-btn {
  font-weight: 600;
  font-size: 0.7rem;
  display: block;
  float: right;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 0.375em;
}

.label-btn-disabled {
  font-weight: 600;
  font-size: 0.7rem;
  float: right;
  text-transform: uppercase;
  text-decoration: line-through;
  line-height: 1;
  margin-top: 0.375em;
  color: #8ba1b1;
}

.error-404 h1 {
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  font-size: 3em;
  line-height: 1.2;
  color: #1e447d;
  float: none;
  display: block;
  margin-top: 1.5em;
}

.error-404 p {
  color: #1e447d;
  text-align: center;
  font-size: 1.5em;
}

@media screen and (min-width: 40em) {
  .error-404 h1 {
    font-size: 4em;
    margin-top: 2em;
  }

  .error-404 p {
    font-size: 2em;
  }
}

.date-header {
  margin-top: -0.25rem;
}

.date-header h2 {
  font-size: 0.9rem;
  font-weight: 400;
  color: #0f6fc6;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.date-header h2 a {
  font-size: 0.85em;
}

@media screen and (min-width: 40em) {
  .date-header h2 a {
    font-size: 1em;
  }
}

.date-header h2 strong {
  color: #445e71;
  display: block;
  font-size: 0.9em;
}

.date-header h2 .ics {
  font-weight: 400;
  font-size: 0.8em;
}

.date-header h2 i {
  margin-right: 0.25em;
  font-size: 16px;
}

@media screen and (min-width: 40em) {
  .date-header h2 {
    font-size: 1.1rem;
  }

  .date-header h2 i {
    margin-right: 0.25em;
    font-size: 18px;
  }
}

.case-file-header-info {
  margin-top: -12px;
}

.case-file-header-info .h-lead {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

.case-file-header-info .h-sub {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case-file-header-info .ics {
  font-size: 12px;
  display: inline-block;
}

.case-file-header-info i {
  font-size: 15px;
  line-height: 20px;
  padding-top: 1px;
}

.sidebar h3 {
  color: #1e447d;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 0.75em;
  margin-top: 0.5em;
}

.fl-rt {
  float: right;
}

.fl-rt:after {
  content: "";
  display: table;
  clear: both;
}

.fl-lft {
  float: left;
}

.fl-lft:after {
  content: "";
  display: table;
  clear: both;
}

.centertext {
  text-align: center;
}

.excerpt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block !important;
}

.nowrap {
  white-space: nowrap;
}

.strong {
  font-weight: bold;
}

.margin {
  margin: 1em !important;
}

@media screen and (max-width: 40em) {
  .margin {
    margin: 0.5em !important;
  }
}

.padded {
  padding: 0.5rem !important;
}

@media screen and (min-width: 52.5em) {
  .padded {
    padding: 0.75rem !important;
  }
}

@media screen and (min-width: 81.25em) {
  .padded {
    padding: 1rem !important;
  }
}

.ps {
  padding: 0.5rem !important;
}

@media screen and (max-width: 40em) {
  .ps {
    padding: 0.25rem !important;
  }
}

.pr {
  padding-right: 1rem !important;
}

@media screen and (max-width: 40em) {
  .pr {
    padding-right: 0.5rem !important;
  }
}

.pl {
  padding-left: 1rem !important;
}

@media screen and (max-width: 40em) {
  .pl {
    padding-left: 0.5rem !important;
  }
}

.pbs {
  padding-bottom: 1rem !important;
}

@media screen and (max-width: 40em) {
  .pbs {
    padding-bottom: 0.5rem !important;
  }
}

.pls {
  padding-left: 1rem !important;
}

@media screen and (max-width: 40em) {
  .pls {
    padding-left: 0.5rem !important;
  }
}

.prs {
  padding-right: 1rem !important;
}

@media screen and (max-width: 40em) {
  .prs {
    padding-right: 0.5rem !important;
  }
}

.pbm {
  padding-bottom: 3rem !important;
}

@media screen and (max-width: 40em) {
  .pbm {
    padding-bottom: 1.5rem !important;
  }
}

.pbvs {
  padding-bottom: 0.5rem !important;
}

@media screen and (max-width: 40em) {
  .pbvs {
    padding-bottom: 0.25rem !important;
  }
}

.pvs {
  padding: 0.25rem !important;
}

.pts {
  padding-top: 1rem !important;
}

@media screen and (max-width: 40em) {
  .pts {
    padding-top: 0.5rem !important;
  }
}

.ptvs {
  padding-top: 0.5rem !important;
}

@media screen and (max-width: 40em) {
  .ptvs {
    padding-top: 0.25rem !important;
  }
}

.mb {
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 40em) {
  .mb {
    margin-bottom: 1rem !important;
  }
}

.mr {
  margin-right: 2rem !important;
}

@media screen and (max-width: 40em) {
  .mr {
    margin-right: 1rem !important;
  }
}

.pb {
  padding-bottom: 2rem !important;
}

@media screen and (max-width: 40em) {
  .pb {
    padding-bottom: 1rem !important;
  }
}

.pbl {
  padding-bottom: 3rem !important;
}

@media screen and (max-width: 40em) {
  .pbl {
    padding-bottom: 1rem !important;
  }
}

.pt {
  padding-top: 2rem !important;
}

@media screen and (max-width: 40em) {
  .pt {
    padding-top: 1rem !important;
  }
}

.ptl {
  padding-top: 3rem !important;
}

@media screen and (max-width: 40em) {
  .ptl {
    padding-top: 1rem !important;
  }
}

.prl {
  padding-right: 3rem !important;
}

@media screen and (max-width: 40em) {
  .prl {
    padding-right: 1rem !important;
  }
}

.pll {
  padding-left: 3rem !important;
}

@media screen and (max-width: 40em) {
  .pll {
    padding-left: 1rem !important;
  }
}

.mbs {
  margin-bottom: 0.75rem !important;
}

@media screen and (max-width: 40em) {
  .mbs {
    margin-bottom: 0.5rem !important;
  }
}

.mbvs {
  margin-bottom: 0.25rem !important;
}

@media screen and (min-width: 52.5em) {
  .mbvs.not-on-large {
    margin-bottom: 0 !important;
  }
}

.mbl {
  margin-bottom: 3rem !important;
}

@media screen and (max-width: 40em) {
  .mbl {
    margin-bottom: 1rem !important;
  }
}

.mts {
  margin-top: 0.75rem !important;
}

@media screen and (max-width: 40em) {
  .mts {
    margin-top: 0.5rem !important;
  }
}

.mtvs {
  margin-top: 0.25rem !important;
}

@media screen and (min-width: 52.5em) {
  .mtvs.not-on-large {
    margin-top: 0 !important;
  }
}

.mt {
  margin-top: 2rem !important;
}

.mrl {
  margin-right: 2rem !important;
}

.mr {
  margin-right: 1rem !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mrs {
  margin-right: 0.5rem !important;
}

.mrvs {
  margin-right: 0.25rem !important;
}

.mll {
  margin-left: 2rem !important;
}

.ml {
  margin-left: 1rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.lr0 {
  margin-left: 0 !important;
}

.mls {
  margin-left: 0.5rem !important;
}

.case-details-mls {
  margin-left: 0.5rem;
}

.mlvs {
  margin-left: 0.25rem !important;
}

.mtl {
  margin-top: 3rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.centered {
  text-align: center;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.nopaddingY {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.notopmargin {
  margin-top: 0 !important;
}

.nobottommargin {
  margin-bottom: 0 !important;
}

.mtns {
  margin-top: -0.5rem !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center !important;
}

.text-nowrap {
  white-space: nowrap;
}

.text-white {
  color: #fff !important;
}

.text-gray {
  color: #8ba1b1;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}

.w-30 {
  width: 30%;
}

.w-15 {
  width: 15%;
}

.w-10 {
  width: 10%;
}

.checkbox-display {
  opacity: 1 !important;
  position: relative !important;
  left: 0 !important;
}

.material-icons.vue-add {
  font-size: 1.5em;
}

.material-icons.vue-add:hover {
  cursor: pointer;
}

.contacts-display h1 {
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1.3;
  color: #1f2d5e;
  margin: 0 0 0.5rem 0;
}

.contacts-display p {
  color: #293c4e;
  font-weight: normal;
  font-size: 0.85em;
  display: block;
  text-rendering: optimizeLegibility;
  margin-bottom: 0;
}

.edit-contacts,
.delete-contacts {
  cursor: pointer;
  text-align: left;
  font-size: 0.8rem !important;
}

.edit-contacts.error,
.delete-contacts.error {
  color: #e53935 !important;
}

.items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.add-button.loaner-status-request {
  background: #d75d0c;
}

.span-label {
  font-style: normal;
}

.hide-on-wide {
  display: none !important;
}

@media screen and (max-width: 52.5em) {
  .hide-on-wide {
    display: block !important;
  }
}

.hide-on-large {
  display: block !important;
}

@media screen and (min-width: 52.5em) {
  .hide-on-large {
    display: none !important;
  }
}

.hide-on-medium {
  display: block !important;
}

@media screen and (min-width: 40em) {
  .hide-on-medium {
    display: none !important;
  }
}

.show-on-large {
  display: block !important;
}

@media screen and (max-width: 52.5em) {
  .show-on-large {
    display: none !important;
  }
}

.show-on-wide {
  display: block !important;
}

@media screen and (max-width: 40em) {
  .show-on-wide {
    display: none !important;
  }
}

.section {
  margin-bottom: 2em;
}

.section h2 {
  margin-bottom: 0.5em;
  color: #1e447d;
}

.section h4 {
  margin-bottom: 0.5em;
  color: #1e447d;
  font-weight: 100;
}

.bottomborder {
  border-bottom: 1px solid #dee4e9;
}

.topborder {
  border-top: 1px solid #dee4e9;
}

.bottomborderlg {
  border-bottom: 2px solid #dee4e9;
}

.text-left {
  text-align: left !important;
}

.text-success {
  color: #10ad51;
}

.text-warning {
  color: #fdd835;
}

img.thumbnail {
  display: inline-block;
  max-height: 50px;
  border-radius: 4px;
}

.box-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-header {
  position: relative;
  margin: 0 0 0.75rem;
  padding: 0 0 0.75rem;
  border-bottom: 1px solid #e6ecf1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.highlight .box-header {
  border-bottom-color: #c6e0f4;
  background: #e1f5fe;
}

.highlight .box-header h2 {
  color: #0a2d58;
}

.green .box-header {
  border-bottom-color: #c8e6c9;
  background: #ebf6eb;
}

.green .box-header h2,
.green .box-header h2 a {
  color: #10ad51;
}

.box-header .button-icon {
  display: inline-block;
}

.box-header .button-icon i {
  line-height: 1;
  font-size: 1.5rem;
  color: #445e71;
}

.box-header .button-icon i:hover {
  color: #1e447d;
}

.box-header h1 {
  color: #1e447d;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}

.box-header h1 .loader, .box-header h1:after {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 0 0 2px;
  display: inline-block;
  font-size: 8px;
}

.box-header h1 .loader {
  border-width: 2px;
}

.box-header h1 a {
  color: #1e447d;
  text-decoration: none;
}

.box-header h1 a:hover {
  text-decoration: underline;
}

.box-header h2 span {
  text-transform: none;
  font-size: 0.9em;
  color: #445e71;
}

.box-header h4 {
  margin-bottom: 0.25em;
  color: #1e447d;
  font-weight: 100;
}

.box-header h3 {
  margin-bottom: 0.5em;
  color: #231f20;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}

.box-header .report-switch {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  color: #8ba1b1;
  border: 1px solid #e5e9ed;
  border-radius: 40px;
  display: block;
  text-decoration: none;
  padding: 0 0.5rem;
}

.box-header .report-switch i {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  line-height: 20px;
}

.box-header .report-switch:hover {
  color: #0f6fc6;
  border-color: #0f6fc6;
}

.box-header p {
  color: #445e71;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.box-header p.inline-nav {
  margin: 0.75rem 0 0;
}

.box-header .add-button {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.box-header.flex .add-button {
  position: relative;
}

@media screen and (max-width: 52.5em) {
  .box-header.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .box-header.flex .flex-end {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.box-header.flex .filter {
  margin-top: 0.5rem;
}

@media screen and (min-width: 40em) {
  .box-header.flex .filter {
    margin-top: 0;
  }
}

.input-label {
  background: transparent !important;
  border: 0 none !important;
  color: #231f20 !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
  padding: 0 !important;
  line-height: inherit !important;
  height: auto !important;
  cursor: default !important;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group .input-group-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  background: #bdc8d3;
  color: #1f2d5e;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 3px 0 0 3px;
  border-color: #bdc8d3;
  border-width: 1px 0 1px 1px;
  margin: 0 -1px 0 0;
}

.input-group .input-group-control.small {
  padding: 0 8px;
  font-size: 1.2rem;
}

.input-group .input-group-control.green {
  color: #fff;
  background: #3aa243;
}

.input-group .input-group-control + input {
  border-radius: 0 3px 3px 0;
  border-left: none;
}

.input-group .input-group-control.right,
.input-group .input-group-btn.right button {
  border-radius: 0 3px 3px 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-group .input-group-control.left,
.input-group .input-group-btn.left button {
  border-radius: 3px 0 0 3px;
  margin: 0 -1px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-group .input-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.error .input-group-control {
  background-color: #e53935;
  color: #fff;
}

.input-glow-animate {
  -webkit-transition: border 0.1s linear, background-color 0.1s linear, -webkit-box-shadow 0.1s linear !important;
  transition: border 0.1s linear, background-color 0.1s linear, -webkit-box-shadow 0.1s linear !important;
  transition: border 0.1s linear, box-shadow 0.1s linear, background-color 0.1s linear !important;
  transition: border 0.1s linear, box-shadow 0.1s linear, background-color 0.1s linear, -webkit-box-shadow 0.1s linear !important;
}

.input-glow-animate-in {
  background-color: #fffde9 !important;
  border-color: rgba(255, 217, 102, 0.7) !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 217, 102, 0.6) !important;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 217, 102, 0.6) !important;
  outline: 0 none !important;
}

.jq-dropdown .jq-dropdown-panel .filter,
.box .filter,
.modal-content .filter {
  margin-top: 0;
}

.jq-dropdown .jq-dropdown-panel .filter input[type=text],
.jq-dropdown .jq-dropdown-panel .filter select,
.box .filter input[type=text],
.box .filter select,
.modal-content .filter input[type=text],
.modal-content .filter select {
  height: 30px;
  font-size: 0.65rem;
  display: inline-block;
  width: auto;
  margin: 0 0.5rem 0 0;
  padding: 0.45em 0.5em;
  max-width: 34%;
}

.jq-dropdown .jq-dropdown-panel .filter input[type=submit],
.jq-dropdown .jq-dropdown-panel .filter button,
.box .filter input[type=submit],
.box .filter button,
.modal-content .filter input[type=submit],
.modal-content .filter button {
  height: 30px;
  font-size: 0.6rem;
  padding: 0 0.5rem;
  background: #445e71;
  color: #fafcfc;
}

.jq-dropdown .jq-dropdown-panel .filter input[type=submit]:hover,
.jq-dropdown .jq-dropdown-panel .filter button:hover,
.box .filter input[type=submit]:hover,
.box .filter button:hover,
.modal-content .filter input[type=submit]:hover,
.modal-content .filter button:hover {
  background: #0f6fc6;
}

.jq-dropdown .jq-dropdown-panel .filter button,
.box .filter button,
.modal-content .filter button {
  height: 44px;
  margin-left: 1em;
  width: 25%;
}

.jq-dropdown .jq-dropdown-panel .filter button.change-status,
.box .filter button.change-status,
.modal-content .filter button.change-status {
  height: 30px;
}

.modal-content .filter button {
  text-transform: uppercase;
  font-size: 0.8rem;
}

.hospitals {
  margin-bottom: 2em;
}

.detail-date {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

.entry-info {
  margin: 1rem 0;
  font-size: 0.75em;
  font-style: italic;
}

@media screen and (min-width: 40em) {
  .entry-info {
    font-size: 0.8rem;
  }
}

.entry-info .edit-controls {
  float: none;
  margin: 0;
  vertical-align: top;
}

.entry-details {
  margin-bottom: 2rem;
}

.entry-details h2 {
  margin-bottom: 0;
  font-size: 1.15em;
  font-weight: bold;
  color: #1e447d;
}

.entry-details > li {
  padding: 0.5rem 0;
  font-size: 0.85rem;
  border-bottom: 1px solid #c6d0d9;
}

.entry-details > li:last-child {
  border-bottom: 0;
}

.entry-details > li strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #445e71;
}

.entry-details > li strong a {
  text-transform: none;
  font-weight: normal;
}

.entry-details > li p {
  font-size: 0.7rem;
  color: #445e71;
  margin: 0;
}

@media screen and (min-width: 40em) {
  .entry-details > li p {
    font-size: 0.85rem;
  }
}

.entry-details > li a i {
  font-size: 1.1em;
}

.entry-details > strong {
  display: block;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #8ba1b1;
}

.entry-details > p {
  font-size: 0.7rem;
  color: #445e71;
  margin: 0;
}

@media screen and (min-width: 40em) {
  .entry-details > p {
    font-size: 0.85rem;
  }
}

.entry-details.noborder, .tab-content .entry-details {
  padding: 0;
  margin-bottom: 0;
}

.entry-details.noborder > li:first-child, .tab-content .entry-details > li:first-child {
  border-top: 0;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.notes {
  margin: 0 0 1rem;
  padding: 0.75rem 0;
}

.has-conflict {
  background-color: #fef7bb;
  border-color: 1px solid #e53935;
}

.edit-controls {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  margin: 0;
}

.edit-controls form {
  display: inline;
}

.edit-controls.flex {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.edit-controls .icon-button {
  font-size: 1.5rem !important;
}

.edit-controls a,
.edit-controls button {
  padding: 0.65rem 0.75rem 0.625rem;
}

.edit-controls a.icon-only,
.edit-controls button.icon-only {
  padding: 0.25rem 0.5rem;
  font-size: 22px;
}

.edit-controls a.icon-only i,
.edit-controls button.icon-only i {
  margin: 0;
}

.edit-controls a span,
.edit-controls button span {
  color: #fafcfc;
}

.edit-controls a i,
.edit-controls button i {
  margin: 0 0.25em 0 -0.25em;
}

.edit-controls a:hover,
.edit-controls button:hover {
  background: #0b5497;
  color: #fafcfc;
}

.edit-controls a.delete,
.edit-controls button.delete {
  background: #e53935;
}

.edit-controls a.delete.link,
.edit-controls button.delete.link {
  background: transparent;
  color: #e53935;
  padding: 0 !important;
  text-decoration: underline;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  vertical-align: top;
  font-weight: normal;
  margin: 0;
  height: auto;
}

.edit-controls a.delete.link span,
.edit-controls button.delete.link span {
  color: #e53935;
  font-size: inherit;
  line-height: inherit;
}

.edit-controls .badge + .badge {
  float: none;
}

@media screen and (min-width: 40em) {
  .edit-controls .badge + .badge {
    float: none;
  }
}

@media screen and (min-width: 40em) {
  .edit-controls {
    margin: 0;
    clear: none;
    display: inline-block;
  }
}

h1 .edit-controls {
  display: inline-block;
  padding: 0;
  float: none;
  margin: 0 0 0 0.5rem;
}

h1 .edit-controls a,
h1 .edit-controls button,
h1 .edit-controls .badge,
h1 .edit-controls .add-button {
  font-size: 0.65rem;
  top: auto;
  display: inline-block;
  margin: 0;
}

.po-number {
  display: block;
  position: relative;
  top: 0.15em;
  font-size: 0.9em;
  margin-right: 0.5em;
  float: right;
}

.files-list li {
  overflow: hidden;
}

.files-list li > a {
  display: block;
  float: left;
  width: 25%;
}

.files-list li img {
  display: block;
  height: auto;
}

.files-list li span {
  float: left;
  font-size: 0.6em;
  width: 70%;
  margin-left: 5%;
}

.files-list li span a {
  font-size: 0.8rem;
}

.total {
  color: #10ad51;
}

.totals {
  position: relative;
}

.totals span.total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 46px;
  width: 81px;
  margin-left: 0.5rem;
  font-size: 0.9rem;
  border-radius: 0 0.25rem 0.25rem 0;
  background: #c6d0d9;
  text-align: center;
  color: #fafcfc;
  font-weight: 600;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.totals span.total.active {
  background: #10ad51;
  -webkit-box-shadow: -1px 0 2px rgba(35, 31, 32, 0.2);
          box-shadow: -1px 0 2px rgba(35, 31, 32, 0.2);
}

.totals input {
  width: calc(100% - 80px);
  border-radius: 0.25rem 0 0 0.25rem;
}

@media screen and (min-width: 40em) {
  .totals span.total {
    height: 50px;
    width: 86px;
  }

  .totals input {
    width: calc(100% - 85px);
  }
}

.totals.settings-options {
  padding: 0.5em calc(80px + 0.5em) 0.5em 0.5em;
  margin: 0 0 1em;
  height: 46px;
}

.totals.settings-options:last-child {
  margin-bottom: 1em;
}

@media screen and (min-width: 40em) {
  .totals.settings-options {
    padding: 1em;
    height: 50px;
  }
}

.totals.settings-options label {
  margin-bottom: 0;
}

.totals.settings-options span.total {
  height: 100%;
  top: 0;
}

.totals.settings-options span.total.active {
  -webkit-box-shadow: -2px 0 2px rgba(35, 31, 32, 0.2);
          box-shadow: -2px 0 2px rgba(35, 31, 32, 0.2);
}

.totals.settings-options span.total:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.totals.settings-options span.total .total-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9rem;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}

.totals.settings-options span.total .total-text span {
  font-size: 0.9rem;
  font-weight: 600;
  font-style: normal;
}

.custom-branding {
  max-width: 80%;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) {
  .custom-branding {
    max-width: 300px;
  }
}

.relative {
  position: relative;
}

.file-uploads {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.file-uploads label {
  cursor: pointer;
}

/* Grids */

.grid {
  display: grid;
  grid-gap: 2.5vw;
}

@media screen and (min-width: 52.5em) {
  .grid {
    grid-gap: 1.5vw;
  }
}

.grid.sidebar-rt, .grid.sidebar-lt {
  grid-template-areas: "content" "sidebar";
}

@media screen and (min-width: 52.5em) {
  .grid.sidebar-rt, .grid.sidebar-lt {
    grid-template-areas: "content sidebar";
    grid-template-columns: 1fr minmax(220px, 230px);
  }
}

.grid.sidebar-lt {
  grid-template-areas: "sidebar" "content";
}

@media screen and (min-width: 40em) {
  .grid.sidebar-lt {
    grid-template-areas: "sidebar content";
    grid-template-columns: minmax(220px, 230px) 1fr;
  }
}

.grid.sidebar-rt-lt {
  grid-template-areas: "content" "sidebar";
}

@media screen and (min-width: 40em) {
  .grid.sidebar-rt-lt {
    grid-template-areas: "sidebar content";
    grid-template-columns: minmax(220px, 230px) 1fr;
  }
}

@media screen and (min-width: 52.5em) {
  .grid.sidebar-rt-lt.large-sidebar {
    grid-template-areas: "sidebar content";
    grid-template-columns: minmax(280px, 300px) 1fr;
  }
}

.grid.sidebar-rtm-lt {
  grid-template-areas: "content" "sidebar";
}

@media screen and (min-width: 40em) {
  .grid.sidebar-rtm-lt {
    grid-template-areas: "sidebar content";
    grid-template-columns: minmax(320px, 330px) 1fr;
  }
}

.grid.sidebar-rtl-lt {
  grid-template-areas: "content" "sidebar";
}

@media screen and (min-width: 40em) {
  .grid.sidebar-rtl-lt {
    grid-template-areas: "sidebar content";
    grid-template-columns: minmax(420px, 430px) 1fr;
  }
}

.grid.min-small {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

@media screen and (min-width: 30em) {
  .grid.min-small {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media screen and (min-width: 40em) {
  .grid.min-medium {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  }
}

@media screen and (min-width: 52.5em) {
  .grid.min-medium {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}

@media screen and (min-width: 40em) {
  .grid.min-large {
    grid-template-columns: repeat(auto-fit, minmax(640px, 1fr));
  }
}

.grid.files-list {
  grid-gap: 1vw;
}

@media screen and (min-width: 40em) {
  .grid.files-list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

.grid > .grid-content {
  grid-area: content;
}

@media screen and (min-width: 40em) {
  .grid > .grid-content .min-small {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
}

@media screen and (min-width: 52.5em) {
  .grid > .grid-content .min-small {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media screen and (min-width: 75em) {
  .grid > .grid-content .min-small {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.grid > .grid-sidebar {
  grid-area: sidebar;
}

.grid .card {
  margin: 0;
}

.wrapper.with-nav .grid.min-small {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@media screen and (min-width: 30em) {
  .wrapper.with-nav .grid.min-small {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}

@media screen and (min-width: 40em) {
  .wrapper.with-nav .grid.min-small {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media screen and (min-width: 52.5em) {
  .wrapper.with-nav .grid.min-small {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

@media screen and (min-width: 40em) {
  .wrapper.with-nav .grid.min-medium {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  }
}

@media screen and (min-width: 52.5em) {
  .wrapper.with-nav .grid.min-medium {
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
  }
}

@media screen and (min-width: 81.25em) {
  .wrapper.with-nav .grid.min-medium {
    grid-template-columns: repeat(auto-fit, minmax(22%, 1fr));
  }
}

.row {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row.mh-250 {
  min-height: 0;
}

.row.mh-250 > div {
  min-height: 0;
}

@media screen and (min-width: 30em) {
  .row.mh-250 {
    min-height: 300px;
  }

  .row.mh-250 > div {
    min-height: 300px;
  }
}

@media screen and (min-width: 52.5em) {
  .row.mh-250 {
    min-height: 250px;
  }

  .row.mh-250 > div {
    min-height: 250px;
  }
}

div[class^=span],
div[class*=" span"] {
  margin-bottom: 0.75rem;
}

div[class^=span].right,
div[class*=" span"].right {
  text-align: right;
}

div[class^=span].left,
div[class*=" span"].left {
  text-align: left;
}

@media screen and (min-width: 40em) {
  div[class^=span],
div[class*=" span"] {
    margin-bottom: 1rem;
  }
}

.span1 {
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 5.7963442914%;
}

.span1:last-child {
  margin-right: 0;
}

@media screen and (max-width: 40em) {
  .span1 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-right: 0;
  }

  .span1:last-child {
    margin-right: 0;
  }
}

.span1.nested {
  margin-right: 1.61735%;
  width: 6.85076%;
}

.span2 {
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 14.3603129922%;
}

.span2:last-child {
  margin-right: 0;
}

@media screen and (max-width: 40em) {
  .span2 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .span2:last-child {
    margin-right: 0;
  }
}

.span2.push-10 {
  margin-left: 85.6396870078%;
}

@media screen and (max-width: 52.5em) {
  .span2.push-10 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 31.4882503938%;
    margin-left: 68.5117496062%;
  }

  .span2.push-10:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .span2.push-10 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 65.7441251969%;
    margin-left: 34.2558748031%;
  }

  .span2.push-10:last-child {
    margin-right: 0;
  }
}

.span2.nested {
  margin-right: 1.61735%;
  width: 15.31888%;
}

.span3 {
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 22.924281693%;
}

.span3:last-child {
  margin-right: 0;
}

@media screen and (max-width: 40em) {
  .span3 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .span3:last-child {
    margin-right: 0;
  }
}

.span3.nested {
  margin-right: 1.61735%;
  width: 23.78699%;
}

@media screen and (max-width: 52.5em) {
  .span3.nested {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 48.6161877953%;
  }

  .span3.nested:last-child {
    margin-right: 0;
  }

  .span3.nested:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 52.5em) {
  .span3.appts {
    display: none !important;
  }
}

.span3.push-9 {
  margin-left: 77.075718307%;
}

@media screen and (max-width: 52.5em) {
  .span3.push-9 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 48.6161877953%;
    margin-left: 51.3838122047%;
  }

  .span3.push-9:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .span3.push-9 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0%;
  }

  .span3.push-9:last-child {
    margin-right: 0;
  }
}

.span4 {
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 31.4882503938%;
}

.span4:last-child {
  margin-right: 0;
}

@media screen and (max-width: 40em) {
  .span4 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .span4:last-child {
    margin-right: 0;
  }
}

.span4.nested {
  margin-right: 1.61735%;
  width: 32.2551%;
}

.span5 {
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 40.0522190945%;
}

.span5:last-child {
  margin-right: 0;
}

@media screen and (max-width: 40em) {
  .span5 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .span5:last-child {
    margin-right: 0;
  }
}

.span5.nested {
  margin-right: 1.61735%;
  width: 40.72321%;
}

.span6 {
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 48.6161877953%;
}

.span6:last-child {
  margin-right: 0;
}

@media screen and (max-width: 40em) {
  .span6 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .span6:last-child {
    margin-right: 0;
  }
}

.span6.nested {
  margin-right: 1.61735%;
  width: 49.19133%;
}

.span7 {
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 57.1801564961%;
}

.span7:last-child {
  margin-right: 0;
}

@media screen and (max-width: 52.5em) {
  .span7.push-2 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 82.8720625984%;
    margin-left: 8.5639687008%;
  }

  .span7.push-2:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .span7.push-2 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0%;
  }

  .span7.push-2:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .span7 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .span7:last-child {
    margin-right: 0;
  }
}

.span7.nested {
  margin-right: 1.61735%;
  width: 57.65944%;
}

.span8 {
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 65.7441251969%;
}

.span8:last-child {
  margin-right: 0;
}

@media screen and (max-width: 40em) {
  .span8 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .span8:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 52.5em) {
  .span8.push-2 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .span8.push-2:last-child {
    margin-right: 0;
  }
}

.span8.nested {
  margin-right: 1.61735%;
  width: 66.12755%;
}

.span9 {
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 74.3080938977%;
}

.span9:last-child {
  margin-right: 0;
}

@media screen and (max-width: 40em) {
  .span9 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .span9:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 52.5em) {
  .span9.appts {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .span9.appts:last-child {
    margin-right: 0;
  }
}

.span9.nested {
  margin-right: 1.61735%;
  width: 74.59566%;
}

.span10 {
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 82.8720625984%;
}

.span10:last-child {
  margin-right: 0;
}

@media screen and (max-width: 40em) {
  .span10 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .span10:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 52.5em) {
  .span10.push-1 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .span10.push-1:last-child {
    margin-right: 0;
  }
}

.span10.nested {
  margin-right: 1.61735%;
  width: 83.06378%;
}

.span11 {
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 91.4360312992%;
}

.span11:last-child {
  margin-right: 0;
}

@media screen and (max-width: 40em) {
  .span11 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .span11:last-child {
    margin-right: 0;
  }
}

.span11.nested {
  margin-right: 1.61735%;
  width: 91.53189%;
}

.span12 {
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 100%;
  margin-right: 0;
}

.span12:last-child {
  margin-right: 0;
}

.row .nested:last-child {
  margin-right: 0 !important;
}

@media screen and (max-width: 40em) {
  .row .nested {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-right: 0;
  }

  .row .nested:last-child {
    margin-right: 0;
  }
}

.push-1 {
  margin-left: 8.5639687008%;
}

@media screen and (max-width: 40em) {
  .push-1 {
    margin-left: 0%;
  }
}

.push-2 {
  margin-left: 17.1279374016%;
}

@media screen and (max-width: 40em) {
  .push-2 {
    margin-left: 0%;
  }
}

.push-3 {
  margin-left: 25.6919061023%;
}

@media screen and (max-width: 40em) {
  .push-3 {
    margin-left: 0%;
  }
}

.push-4 {
  margin-left: 34.2558748031%;
}

@media screen and (max-width: 40em) {
  .push-4 {
    margin-left: 0%;
  }
}

.push-5 {
  margin-left: 42.8198435039%;
}

@media screen and (max-width: 40em) {
  .push-5 {
    margin-left: 0%;
  }
}

.push-6 {
  margin-left: 51.3838122047%;
}

@media screen and (max-width: 40em) {
  .push-6 {
    margin-left: 0%;
  }
}

.push-7 {
  margin-left: 59.9477809055%;
}

@media screen and (max-width: 40em) {
  .push-7 {
    margin-left: 0%;
  }
}

.push-8 {
  margin-left: 68.5117496062%;
}

@media screen and (max-width: 40em) {
  .push-8 {
    margin-left: 0%;
  }
}

.row.nested div[class^=span],
.row.nested div[class*=" span"] {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .row.nested div[class^=span],
.row.nested div[class*=" span"] {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 40em) {
  .row.nested .span1 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 48.6161877953%;
  }

  .row.nested .span1:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .row.nested .span2 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 48.6161877953%;
  }

  .row.nested .span2:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .row.nested .span3 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 48.6161877953%;
  }

  .row.nested .span3:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .row.nested .span4 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 31.4882503938%;
  }

  .row.nested .span4:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .row.nested .span5 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 40.0522190945%;
  }

  .row.nested .span5:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .row.nested .span6 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 48.6161877953%;
  }

  .row.nested .span6:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .row.nested .span7 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 57.1801564961%;
  }

  .row.nested .span7:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .row.nested .span8 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 65.7441251969%;
  }

  .row.nested .span8:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .row.nested .span9 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 74.3080938977%;
  }

  .row.nested .span9:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .row.nested .span10 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 82.8720625984%;
  }

  .row.nested .span10:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .row.nested .span11 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 91.4360312992%;
  }

  .row.nested .span11:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .row.nested .span12 {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
  }

  .row.nested .span12:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 81.25em) {
  .row.halfspan-wide-down {
    display: block !important;
  }

  .row.halfspan-wide-down > div[class^=span],
.row.halfspan-wide-down > div[class*=" span"] {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 48.6161877953%;
    margin-left: 0;
  }

  .row.halfspan-wide-down > div[class^=span]:last-child,
.row.halfspan-wide-down > div[class*=" span"]:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 81.25em) {
  .row.fullspan-wide-down {
    display: block !important;
  }

  .row.fullspan-wide-down > div[class^=span],
.row.fullspan-wide-down > div[class*=" span"] {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
  }

  .row.fullspan-wide-down > div[class^=span]:last-child,
.row.fullspan-wide-down > div[class*=" span"]:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 52.5em) {
  .row.fullspan-large-down {
    display: block !important;
  }

  .row.fullspan-large-down > div[class^=span],
.row.fullspan-large-down > div[class*=" span"] {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
  }

  .row.fullspan-large-down > div[class^=span]:last-child,
.row.fullspan-large-down > div[class*=" span"]:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 52.5em) and (max-width: 81.25em) {
  .row.fullspan-large-down .row.fullspan-wide-down {
    display: block !important;
  }

  .row.fullspan-large-down .row.fullspan-wide-down > div[class^=span],
.row.fullspan-large-down .row.fullspan-wide-down > div[class*=" span"] {
    margin-bottom: 1rem;
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .row.fullspan-large-down .row.fullspan-wide-down > div[class^=span]:last-child,
.row.fullspan-large-down .row.fullspan-wide-down > div[class*=" span"]:last-child {
    margin-right: 0;
  }

  .row.fullspan-large-down .row.fullspan-wide-down > .span2,
.row.fullspan-large-down .row.fullspan-wide-down > .span3,
.row.fullspan-large-down .row.fullspan-wide-down > .span4,
.row.fullspan-large-down .row.fullspan-wide-down > .span5,
.row.fullspan-large-down .row.fullspan-wide-down > .span6 {
    margin-bottom: 1rem;
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 48.6161877953%;
  }

  .row.fullspan-large-down .row.fullspan-wide-down > .span2:last-child,
.row.fullspan-large-down .row.fullspan-wide-down > .span3:last-child,
.row.fullspan-large-down .row.fullspan-wide-down > .span4:last-child,
.row.fullspan-large-down .row.fullspan-wide-down > .span5:last-child,
.row.fullspan-large-down .row.fullspan-wide-down > .span6:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 81.25em) {
  .row.fullspan-medium-down .row.fullspan-wide-down {
    display: block !important;
  }

  .row.fullspan-medium-down .row.fullspan-wide-down > div[class^=span],
.row.fullspan-medium-down .row.fullspan-wide-down > div[class*=" span"] {
    margin-bottom: 1rem;
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .row.fullspan-medium-down .row.fullspan-wide-down > div[class^=span]:last-child,
.row.fullspan-medium-down .row.fullspan-wide-down > div[class*=" span"]:last-child {
    margin-right: 0;
  }

  .row.fullspan-medium-down .row.fullspan-wide-down > .span2,
.row.fullspan-medium-down .row.fullspan-wide-down > .span3,
.row.fullspan-medium-down .row.fullspan-wide-down > .span4,
.row.fullspan-medium-down .row.fullspan-wide-down > .span5,
.row.fullspan-medium-down .row.fullspan-wide-down > .span6 {
    margin-bottom: 1rem;
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 48.6161877953%;
  }

  .row.fullspan-medium-down .row.fullspan-wide-down > .span2:last-child,
.row.fullspan-medium-down .row.fullspan-wide-down > .span3:last-child,
.row.fullspan-medium-down .row.fullspan-wide-down > .span4:last-child,
.row.fullspan-medium-down .row.fullspan-wide-down > .span5:last-child,
.row.fullspan-medium-down .row.fullspan-wide-down > .span6:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 52.5em) {
  form .row .row div[class^=span],
form .row .row div[class*=" span"] {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  form .row .row div[class^=span]:last-child,
form .row .row div[class*=" span"]:last-child {
    margin-right: 0;
  }
}

/*! Main Nav */

.account-greeting {
  z-index: 10000;
  margin: 0 0.5rem 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 640px) {
  .account-greeting > a:nth-child(1) {
    margin-right: auto;
    margin-left: 6px;
  }
}

.account-greeting .greeting-name {
  color: #fafcfc;
  margin-right: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  height: 30px;
  padding: 0 0.25rem 0 0.75rem;
}

.account-greeting .greeting-name span {
  white-space: nowrap;
}

.account-greeting .greeting-name i {
  font-size: 1.2rem;
}

.account-greeting a.greeting-item {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(250, 252, 252, 0.6);
  position: relative;
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 0.5rem;
}

.account-greeting a.greeting-item svg {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 100%;
  height: 100%;
}

.account-greeting a.greeting-item i {
  font-size: 34px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.account-greeting a.greeting-item.user {
  margin-right: 0;
}

.account-greeting a.greeting-item.user:hover, .account-greeting a.greeting-item.user:focus {
  color: #fafcfc;
}

.account-greeting a.greeting-item img {
  display: inline-block;
  border-radius: 50px;
  width: 30px;
}

.account-greeting a.greeting-item:hover {
  color: #fafcfc;
}

.account-greeting a.greeting-item.alert:hover, .account-greeting a.greeting-item.alert:focus {
  color: #fafcfc;
}

.account-greeting a.greeting-item.add {
  right: auto;
  bottom: auto;
  top: auto;
  margin-right: 0;
}

.account-greeting a.greeting-item.add i {
  color: #10ad51;
}

.account-greeting a.greeting-item.add i:after {
  content: "";
  background: #fafcfc;
  position: absolute;
  width: 24px;
  height: 24px;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 50px;
  z-index: -5;
}

.account-greeting a.greeting-item.add:hover i, .account-greeting a.greeting-item.add:focus i {
  color: #12c45c;
}

@media screen and (min-width: 40em) {
  .account-greeting {
    margin-right: 0.75rem;
  }

  .account-greeting > a.add, .account-greeting > a.user {
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .account-greeting > a.add i, .account-greeting > a.user i {
    font-size: 40px;
  }

  .account-greeting > a.logout {
    display: inline-block;
  }
}

.app-logo {
  background-image: url("/img/logomark-white.svg");
  text-indent: -9999px;
  background-size: auto 36px;
  width: 22px;
  height: 36px;
}

#app-logo {
  top: 4px;
  position: absolute;
  left: 50%;
  margin-left: -18px;
}

@media screen and (min-width: 40em) {
  #app-logo {
    display: none;
  }

  .logo-only #app-logo {
    display: block;
    top: 10px;
    left: 2em;
    margin-left: 0;
  }
}

.backbutton {
  background-color: #0f6fc6;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  display: block;
  cursor: pointer;
  font-size: 1em;
  margin-top: 0.6em;
  position: relative;
  outline: 0;
  margin-left: 1.5rem;
  padding: 0.35em 0.75em;
  font-weight: 800;
  line-height: 1;
  float: left;
}

@media screen and (min-width: 40em) {
  .backbutton {
    display: none;
  }
}

.backbutton i {
  font-weight: bold;
}

.backbutton:hover, .backbutton:focus {
  color: #fff;
  background: #0b5497;
}

.sliding-menu-btn {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  display: block;
  color: #fafcfc;
  text-align: center;
  font-size: 1.5rem;
  padding: 0;
  background: transparent;
}

@media screen and (min-width: 40em) {
  .sliding-menu-btn {
    display: none !important;
  }
}

.sliding-menu-btn img {
  height: 1.3em;
}

.sliding-menu-btn:hover, .sliding-menu-btn:focus {
  background: transparent;
  color: #fafcfc;
}

.sliding-menu-btn i {
  font-size: 30px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.nav-pills {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 0.5rem;
}

@media screen and (min-width: 40em) {
  .nav-pills {
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .nav-pills {
    display: inherit;
  }
}

@media screen and (min-width: 52.5em) {
  .nav-pills.nav-stacked {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .nav-pills.nav-stacked .nav-item,
.nav-pills.nav-stacked .sub-nav-item {
    margin: 0 0 0.4rem;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .nav-pills.nav-stacked .nav-item {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .nav-pills.nav-stacked .nav-item a {
    display: block;
    width: 100%;
  }
}

.nav-pills .nav-item,
.nav-pills .sub-nav-item {
  margin: 0 0.5rem;
  display: block;
}

@media screen and (min-width: 40em) {
  .nav-pills .nav-item,
.nav-pills .sub-nav-item {
    margin: 0 0 6px 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.nav-pills .nav-item i,
.nav-pills .sub-nav-item i {
  margin: 0 0 0 0.25rem;
  font-size: 0.9em;
  color: #8ba1b1;
}

.nav-pills .nav-item ul,
.nav-pills .sub-nav-item ul {
  margin-top: 0.25rem;
}

.nav-pills .sub-nav-item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-pills .sub-nav-item .sub-nav-link {
  width: 100%;
}

.nav-pills .sub-nav-item.active i {
  color: #0f6fc6;
}

.nav-pills .nav-link,
.nav-pills .sub-nav-link {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1.2;
  display: block;
  padding: 0.45rem 0.8rem;
  text-decoration: none;
  color: #445e71;
  border-radius: 0.25rem;
  font-size: 0.75rem;
}

@media screen and (min-width: 52.5em) {
  .nav-pills .nav-link,
.nav-pills .sub-nav-link {
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
  }

  .nav-pills .nav-link.medium,
.nav-pills .sub-nav-link.medium {
    font-size: 0.8rem !important;
  }
}

.nav-pills .nav-link.flex,
.nav-pills .sub-nav-link.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-pills .nav-link.contrast,
.nav-pills .sub-nav-link.contrast {
  background: #f1f3f6;
}

.nav-pills .nav-link.contrast:not(.active):hover,
.nav-pills .sub-nav-link.contrast:not(.active):hover {
  background: #c6d0d9 !important;
  color: #0a2d58;
}

.nav-pills .nav-link.dark,
.nav-pills .sub-nav-link.dark {
  background: #445e71;
  color: #fafcfc;
}

.nav-pills .nav-link.dark i,
.nav-pills .sub-nav-link.dark i {
  color: #fafcfc;
}

.nav-pills .nav-link.dark:hover,
.nav-pills .sub-nav-link.dark:hover {
  background: #293c4e !important;
}

.nav-pills .nav-link.orange,
.nav-pills .sub-nav-link.orange {
  background: #d75d0c;
  color: #fafcfc;
  font-weight: bold;
}

.nav-pills .nav-link.orange:not(.active):hover,
.nav-pills .sub-nav-link.orange:not(.active):hover {
  background: #f7a13e !important;
  color: #0a2d58;
}

.nav-pills .nav-link.active,
.nav-pills .sub-nav-link.active {
  background: #0f6fc6;
  color: #fafcfc;
  font-weight: 600;
  cursor: default;
}

.nav-pills .nav-link.active i,
.nav-pills .sub-nav-link.active i {
  color: #0f6fc6;
}

.nav-pills .nav-link:not(.active):not(.contrast):hover,
.nav-pills .sub-nav-link:not(.active):not(.contrast):hover {
  color: #0f6fc6;
  background: #fafcfc;
}

.nav-pills .sub-nav-link {
  font-size: 0.9em;
  padding: 0.5rem 0 0.5rem 0.5rem;
}

.nav-pills .sub-nav-link.active {
  background: transparent;
  color: #0f6fc6;
}

.nav-pills .sub-nav-link:not(.active):not(.contrast):hover {
  color: #0f6fc6;
  background: transparent;
}

.menu-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #1e447d;
  opacity: 0;
  visibility: hidden;
  z-index: 999998;
}

.menu-screen.is-visible {
  background: #1e447d;
  opacity: 0.2;
  visibility: visible;
  z-index: 20;
}

.impersonating header.navigation {
  background-color: #e53935 !important;
}

.impersonating.staging header.navigation, .impersonating.dev header.navigation, .impersonating.local header.navigation {
  background-color: #d75d0c !important;
}

.impersonating.demo header.navigation {
  background-color: #ea5c59 !important;
}

header.navigation {
  background-color: #1e447d;
  -webkit-box-shadow: 0 2px 2px rgba(41, 60, 78, 0.35);
          box-shadow: 0 2px 2px rgba(41, 60, 78, 0.35);
  height: 45px;
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
}

header.navigation:after {
  content: "";
  display: table;
  clear: both;
}

header.navigation .navigation-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  z-index: 9999;
  height: 45px;
}

header.navigation .navigation-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

header.navigation .navigation-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 40em) {
  header.navigation .navigation-wrapper {
    height: 50px;
    padding: 0;
  }
}

@media screen and (min-width: 40em) {
  header.navigation {
    height: 50px;
  }
}

header.navigation .logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.navigation .logo a {
  background-image: url("/img/logomark-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-size: auto 35px;
  width: 25px;
  height: 35px;
}

header.navigation .logo a:hover {
  background-color: transparent !important;
}

@media screen and (min-width: 40em) {
  header.navigation .logo {
    padding-right: 0.5rem !important;
  }

  header.navigation .logo a {
    background-position: center;
    height: 100%;
  }
}

header.navigation .logo > span {
  font-size: 2em;
  color: #FFF;
  margin-left: 1em;
}

header.navigation .nav {
  z-index: 9999999;
  float: none;
}

@media screen and (min-width: 40em) {
  header.navigation .nav {
    float: left;
  }
}

header.navigation #navigation-menu {
  clear: both;
  overflow: visible;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

header.navigation #navigation-menu:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 40em) {
  header.navigation #navigation-menu {
    display: none;
  }
}

header.navigation #navigation-menu ul {
  height: 100%;
  background: #1e447d;
}

@media screen and (min-width: 40em) {
  header.navigation #navigation-menu {
    display: inline;
    margin: 0;
    padding: 0 0.75rem 0;
  }

  header.navigation #navigation-menu ul {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background: none;
    padding: 0;
  }
}

header.navigation ul li.nav-link {
  display: block;
  width: 100%;
  z-index: 9999;
  font-size: 0.85rem;
  position: relative;
  height: auto;
}

@media screen and (max-width: 40em) {
  header.navigation ul li.nav-link .alert-number {
    position: relative;
    margin-top: -10px;
    right: 3px;
    top: auto;
    display: inline-block;
  }
}

@media screen and (min-width: 40em) {
  header.navigation ul li.nav-link {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 100%;
    text-decoration: none;
    width: auto;
    font-size: 0.7pc;
    padding: 0 1px;
  }
}

header.navigation ul li.nav-link a {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  color: rgba(250, 252, 252, 0.8);
  text-decoration: none;
  display: block;
  font-weight: 600;
  line-height: 1.15;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 40em) {
  header.navigation ul li.nav-link a {
    padding: 0.5em;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

header.navigation ul li.nav-link a i {
  display: none;
  vertical-align: middle;
  width: 20px;
  color: rgba(250, 252, 252, 0.8);
  font-size: 1rem;
}

@media screen and (max-width: 52.5em) {
  header.navigation ul li.nav-link a i {
    display: none;
  }
}

@media screen and (max-width: 40em) {
  header.navigation ul li.nav-link a i {
    margin: 0;
    display: inline-block;
  }
}

header.navigation ul li.nav-link a:hover, header.navigation ul li.nav-link a:focus {
  color: #fff;
}

header.navigation ul li.nav-link a:hover i, header.navigation ul li.nav-link a:focus i {
  color: #fff;
}

header.navigation ul li.nav-link a.nav-logout {
  color: white;
}

header.navigation ul li.nav-link a.nav-logout i {
  color: #fffefe;
}

header.navigation ul li.nav-link a.nav-logout:hover, header.navigation ul li.nav-link a.nav-logout:focus {
  color: #fdf0f2;
}

header.navigation ul li.nav-link a.nav-logout:hover span, header.navigation ul li.nav-link a.nav-logout:focus span {
  border-color: 0;
}

header.navigation ul li.nav-link.logo a {
  padding: 0.9em 0.6em;
}

header.navigation ul li.nav-link.active-nav-item a {
  background: rgba(255, 255, 255, 0.1);
  color: #fafcfc;
}

@media screen and (max-width: 40em) {
  header.navigation ul li.nav-link.active-nav-item a i {
    color: rgba(250, 252, 252, 0.8);
  }
}

header.navigation .navigation-tools {
  display: block;
  padding-right: 1.5rem;
  padding-left: 0.75rem;
  clear: both;
  padding: 0.96em 0;
  margin: 0;
}

header.navigation .navigation-tools:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 40em) {
  header.navigation .navigation-tools {
    background: transparent;
    clear: none;
    text-align: right;
    margin-right: 0.5em;
  }
}

header.navigation .nav-button,
header.navigation .nav-button.navigation-menu-button {
  background: #09d0d9;
  display: inline;
  font-size: 0.6em;
  text-transform: uppercase;
  padding: 0.6em 1.5rem;
  margin-left: 1.5rem;
}

@media screen and (min-width: 40em) {
  header.navigation .nav-button,
header.navigation .nav-button.navigation-menu-button {
    margin: 0.1em 0 0 1.5em;
    padding: 0.75em 1.5rem;
    font-size: 0.7em;
  }
}

header.navigation .nav-button.navigation-menu-button {
  margin: 1.5rem 0.6em 0;
  float: left;
}

@media screen and (min-width: 40em) {
  header.navigation .nav-button.navigation-menu-button {
    margin: 1.5rem 1.5rem 0;
    padding: 0.75em 1.5rem;
  }
}

.header {
  padding-top: 45px;
}

@media screen and (min-width: 40em) {
  .header {
    padding-top: 50px;
  }
}

header.navigation .sliding-menu-content {
  position: fixed;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 80%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #1e447d), to(#0f6fc6));
  background-image: linear-gradient(#1e447d 55%, #0f6fc6 100%);
  z-index: 999999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}

header.navigation .sliding-menu-content .menu-head {
  background-color: #1e447d;
  height: 45px;
  padding: 0;
  border-bottom: 1px solid rgba(35, 31, 32, 0.9);
}

header.navigation .sliding-menu-content .menu-head .search {
  margin: 0;
}

header.navigation .sliding-menu-content .menu-head .search label {
  left: auto;
  right: 10px;
  top: 8px;
  color: #1e447d;
}

header.navigation .sliding-menu-content .menu-head .search .search-input {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 0;
  border-radius: 0;
  background: #f1f3f6;
  height: 45px;
  width: 100%;
  padding: 0 2rem 0 15px;
  color: #0a2d58;
  -webkit-box-shadow: inset 0px 0 5px 1px rgba(15, 111, 198, 0.25);
          box-shadow: inset 0px 0 5px 1px rgba(15, 111, 198, 0.25);
}

header.navigation .sliding-menu-content .menu-head .search .search-input:focus {
  outline: 0;
  border: 0;
  background: #fafcfc;
  -webkit-box-shadow: inset 0px 0 5px 1px rgba(15, 111, 198, 0.35);
          box-shadow: inset 0px 0 5px 1px rgba(15, 111, 198, 0.35);
}

header.navigation .sliding-menu-content .menu-head .search .search-input::-webkit-input-placeholder {
  color: rgba(30, 68, 125, 0.5);
}

header.navigation .sliding-menu-content .menu-head .search .search-input::-moz-placeholder {
  color: rgba(30, 68, 125, 0.5);
}

header.navigation .sliding-menu-content .menu-head .search .search-input:-moz-placeholder {
  color: rgba(30, 68, 125, 0.5);
}

header.navigation .sliding-menu-content .menu-head .search .search-input:-ms-input-placeholder {
  color: rgba(30, 68, 125, 0.5);
}

header.navigation .sliding-menu-content ul {
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 0.5em;
}

header.navigation .sliding-menu-content ul > li {
  -webkit-box-ordinal-group: 0;
  box-ordinal-group: 0;
  -moz-order: 0;
  order: 0;
  -ms-flex-order: 0;
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  padding: 0 0.5rem;
}

header.navigation .sliding-menu-content ul > li:hover a, header.navigation .sliding-menu-content ul > li:focus a {
  background: #1e447d;
}

header.navigation .sliding-menu-content ul > li a {
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem !important;
  font-weight: 600;
  color: rgba(250, 252, 252, 0.7);
}

header.navigation .sliding-menu-content ul > li a i,
header.navigation .sliding-menu-content ul > li a svg {
  text-align: center;
  display: inline-block;
  font-size: 1.5em;
  margin: 0 0.25rem;
  color: rgba(250, 252, 252, 0.4);
  width: 30px;
  padding: 0;
  vertical-align: text-bottom;
}

header.navigation .sliding-menu-content ul > li a svg {
  fill: rgba(250, 252, 252, 0.3);
}

header.navigation .sliding-menu-content ul > li a:hover {
  color: #fafcfc;
}

header.navigation .sliding-menu-content ul > li.active-nav-item a, header.navigation .sliding-menu-content ul > li.active-nav-item.hover a {
  background: rgba(30, 68, 125, 0.8);
  color: #fafcfc;
}

header.navigation .sliding-menu-content ul > li.active-nav-item a i, header.navigation .sliding-menu-content ul > li.active-nav-item.hover a i {
  color: #fafcfc;
}

header.navigation .sliding-menu-content ul.secondary {
  border-top: 1px solid rgba(250, 252, 252, 0.15);
  padding-top: 1em;
  margin-top: 1em;
}

header.navigation .sliding-menu-content ul.secondary > li a {
  text-transform: none;
  text-decoration: none;
  padding: 0.5rem 0.5rem 0.5rem 0rem;
  font-weight: 600;
  font-size: 0.75rem;
}

header.navigation .sliding-menu-content.is-visible {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 2px 0 7px rgba(35, 31, 32, 0.5);
          box-shadow: 2px 0 7px rgba(35, 31, 32, 0.5);
}

.sub-header .header-nav {
  font-size: 0.9rem;
}

.sub-header .header-nav li {
  display: inline-block;
}

.sub-header .header-nav li strong {
  display: inline-block;
  padding: 2px 4px;
}

.sub-header .header-nav li a {
  display: inline-block;
  padding: 2px 4px;
  font-weight: 400;
}

.sub-header .header-nav li a.active {
  text-decoration: none;
  font-weight: 600;
  color: #1e447d;
}

.sub-nav {
  margin-bottom: 0.5em;
  width: 100%;
}

.sub-nav:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 30em) {
  .sub-nav {
    width: 25%;
    max-width: 275px;
    min-width: 180px;
  }
}

@media screen and (min-width: 40em) {
  .sub-nav {
    display: block;
    margin-bottom: 0;
  }
}

.sub-nav ul {
  margin-bottom: 1rem;
}

.sub-nav li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 30em) {
  .sub-nav li.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sub-nav li > strong {
  display: block;
  color: #445e71;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #f1f3f6;
}

.sub-nav li > a {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 0.25rem;
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  .sub-nav li > a {
    padding: 0.75em 1.5rem;
    font-size: 0.8rem;
  }
}

.sub-nav li > a:hover, .sub-nav li > a:focus {
  background-color: #f1f3f6;
}

.sub-nav li.active a {
  background: #0f6fc6;
  border: 1px solid #0b5497;
  color: #fafcfc;
}

#account-link {
  position: absolute;
  display: block;
  top: 1.2em;
  right: 4.25em;
  z-index: 100;
}

@media screen and (max-width: 40em) {
  #account-link {
    display: none;
  }
}

#account-link i {
  font-size: 1.5em;
  color: #1aecf6;
}

#account-link:hover i {
  color: #09d9e3;
}

#logout-link {
  position: absolute;
  display: block;
  top: 1.25em;
  right: 1.75em;
  z-index: 100;
}

@media screen and (max-width: 40em) {
  #logout-link {
    display: none;
  }
}

#logout-link i {
  font-size: 1.5em;
  color: white;
}

#logout-link:hover i {
  color: #fdf0f2;
}

@media screen and (min-width: 40em) {
  .sidebar {
    overflow-y: scroll;
  }
}

@media screen and (max-width: 40em) {
  .sidebar {
    padding-top: 1.5rem;
    margin-top: 2em;
    border-top: 1px solid #c6d0d9;
  }
}

.sidebar li {
  background: #fff;
  position: relative;
  border-radius: 0.25rem;
  margin-bottom: 0.75em;
}

@media screen and (max-width: 40em) {
  .sidebar li {
    display: inline-block;
    margin-right: 3%;
    margin-bottom: 0.75em;
    width: 48%;
  }

  .sidebar li .cancel-button,
.sidebar li .delete-button {
    margin-left: 1.5rem;
  }

  .sidebar li:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 30em) {
  .sidebar li {
    display: inline-block;
    margin-right: 0;
    width: 100%;
  }

  .sidebar li .cancel-button,
.sidebar li .delete-button {
    margin-left: 1.5rem;
  }
}

.sidebar li:nth-child(2n) {
  margin-right: 0;
}

.sidebar li a {
  display: block;
  font-size: 0.8em;
  border-radius: 0.25rem;
  padding: 0.35em 0 0.35em 1.5rem;
  text-decoration: none;
}

@media screen and (min-width: 40em) {
  .sidebar li a {
    font-size: 0.9em;
    padding: 0.5em 0 0.5em 1.5rem;
  }
}

.sidebar li a i {
  margin-right: 0.35em;
}

.sidebar li .delete-form a,
.sidebar li .delete-link {
  padding: 0.75em 2.5em 0.75em 1.5rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 40em) {
  .sidebar li .delete-form a,
.sidebar li .delete-link {
    font-size: 0.9em;
    padding: 0.75em 2.5em 0.75em 1.5rem;
  }
}

.sidebar li .delete-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2.5em;
  min-width: 0;
  background: #f4f6f8;
  border-radius: 0 0.25rem 0.25rem 0;
  padding: 0;
  margin: 0;
}

.sidebar li .delete-button i {
  color: #fce7e9;
  margin: 0;
}

.sidebar li .delete-button:disabled {
  display: none;
}

.sidebar li:hover, .sidebar li:focus {
  border-color: #a7b7c5;
}

.sidebar .listing {
  margin: 1.5rem 0;
}

.sidebar .listing a {
  display: block;
  margin-bottom: 0.5em;
  float: left;
  margin-right: 1.5rem;
  font-size: 0.85em;
}

@media screen and (min-width: 40em) {
  .sidebar .listing a {
    font-size: 0.85em;
    line-height: 1;
    margin-bottom: 0.75em;
  }
}

@media screen and (min-width: 52.5em) {
  .sidebar .listing a {
    display: block;
    float: none;
    font-size: 0.9em;
  }
}

.sidebar .listing a i {
  color: #4aa2f1;
  margin-right: 0.25em;
}

.sidebar .listing a:hover i {
  color: #0f6fc6;
}

@media screen and (max-width: 40em) {
  .app-links {
    display: none !important;
  }
}

.app-nav {
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: center;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 40px;
  background-color: #445e71;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#445e71), to(#8ba1b1));
  background-image: linear-gradient(to top, #445e71, #8ba1b1);
  border-top: 1px solid #445e71;
}

.app-nav > li {
  -webkit-box-ordinal-group: 0;
  box-ordinal-group: 0;
  -moz-order: 0;
  order: 0;
  -ms-flex-order: 0;
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  -webkit-align-self: auto;
  align-self: auto;
  -ms-flex-item-align: auto;
  text-align: center;
  border-left: 1px solid rgba(250, 252, 252, 0.3);
  line-height: 40px;
  height: 40px;
}

.app-nav > li:first-child {
  border-left: 0;
}

.app-nav > li a,
.app-nav > li button,
.app-nav > li input[type=submit] {
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 40px;
  height: 40px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: block;
  text-align: center;
  color: #fafcfc;
  font-size: 0.85rem;
  border-radius: 0;
  background-color: #0a477f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f6fc6), to(#0a477f));
  background-image: linear-gradient(#0f6fc6, #0a477f);
}

.app-nav > li a:hover, .app-nav > li a:focus,
.app-nav > li button:hover,
.app-nav > li button:focus,
.app-nav > li input[type=submit]:hover,
.app-nav > li input[type=submit]:focus {
  color: #fafcfc;
  border-bottom-color: #0f6fc6;
  background-color: #0f6fc6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b5497), to(#0f6fc6));
  background-image: linear-gradient(#0b5497, #0f6fc6);
}

.app-nav > li a i,
.app-nav > li button i,
.app-nav > li input[type=submit] i {
  font-size: 1.5rem;
  line-height: 46px;
  font-weight: 100;
  text-shadow: 0 -1px 0 #231f20;
}

.app-nav > li a.edit,
.app-nav > li button.edit,
.app-nav > li input[type=submit].edit {
  border-bottom-color: #0f6fc6;
}

.app-nav > li a.edit:hover,
.app-nav > li button.edit:hover,
.app-nav > li input[type=submit].edit:hover {
  border-bottom-color: #0f6fc6;
}

.app-nav > li a.add,
.app-nav > li button.add,
.app-nav > li input[type=submit].add {
  border-bottom-color: #10ad51;
}

.app-nav > li a.add:hover, .app-nav > li a.add:focus,
.app-nav > li button.add:hover,
.app-nav > li button.add:focus,
.app-nav > li input[type=submit].add:hover,
.app-nav > li input[type=submit].add:focus {
  border-bottom-color: #10ad51;
}

.app-nav > li a.remove, .app-nav > li a.delete,
.app-nav > li button.remove,
.app-nav > li button.delete,
.app-nav > li input[type=submit].remove,
.app-nav > li input[type=submit].delete {
  border-bottom-color: #e53935;
}

.app-nav > li a.remove:hover, .app-nav > li a.delete:hover,
.app-nav > li button.remove:hover,
.app-nav > li button.delete:hover,
.app-nav > li input[type=submit].remove:hover,
.app-nav > li input[type=submit].delete:hover {
  border-bottom-color: #e53935;
}

.app-nav > li a.cancel,
.app-nav > li button.cancel,
.app-nav > li input[type=submit].cancel {
  background-color: #445e71;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ba1b1), to(#445e71));
  background-image: linear-gradient(#8ba1b1, #445e71);
}

.app-nav > li a.cancel:hover,
.app-nav > li button.cancel:hover,
.app-nav > li input[type=submit].cancel:hover {
  background-color: #8ba1b1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#445e71), to(#8ba1b1));
  background-image: linear-gradient(#445e71, #8ba1b1);
}

.app-nav > li button {
  margin: 0;
}

.side-nav {
  position: relative;
  width: 100%;
  height: auto !important;
  max-height: 100%;
  color: #71b2e3;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.5rem;
  -webkit-transition: all 0 0.3s ease-in-out;
  transition: all 0 0.3s ease-in-out;
  -webkit-box-ordinal-group: 0;
  box-ordinal-group: 0;
  -moz-order: 0;
  order: 0;
  -ms-flex-order: 0;
}

.side-nav .sticky {
  position: sticky;
  top: 45px;
}

@media screen and (min-width: 40em) {
  .side-nav .sticky {
    top: 50px;
  }
}

@media screen and (max-width: 40em) {
  .side-nav {
    position: sticky;
    top: 45px;
    z-index: 100;
  }

  .side-nav .sticky {
    position: static;
  }
}

@media screen and (min-width: 40em) {
  .side-nav {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    background: #293c4e;
    width: 25%;
    max-width: 225px;
    min-width: 180px;
  }
}

@media screen and (min-width: 52.5em) {
  .side-nav {
    width: 17%;
  }
}

.side-nav .nav-heading,
.side-nav .subnav-heading {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.side-nav .nav-heading a,
.side-nav .subnav-heading a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: right;
  border: 1px solid #c6d0d9;
  border-left: 0;
  border-radius: 0 0.25rem 0.25rem 0;
  background: #c6d0d9;
  color: #293c4e;
  text-decoration: none;
}

.side-nav .nav-heading a:hover,
.side-nav .subnav-heading a:hover {
  background: #f1f3f6;
}

.side-nav .nav-heading a i,
.side-nav .subnav-heading a i {
  margin-left: 0.25rem;
}

.side-nav .nav-heading a:first-child,
.side-nav .subnav-heading a:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: #8ba1b1;
  background: #8ba1b1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 0.25rem 0 0 0.25rem;
  border-right: 0;
  padding-right: 0.75rem;
  text-align: left;
  font-weight: 600;
  color: #fafcfc;
  text-decoration: none;
  white-space: nowrap;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.side-nav .nav-heading a:first-child:hover,
.side-nav .subnav-heading a:first-child:hover {
  background: #445e71;
  border-color: #445e71;
}

.side-nav .nav-heading a:first-child i,
.side-nav .subnav-heading a:first-child i {
  margin-left: -0.5rem;
}

.side-nav .nav-heading a.nav-dropdown-trigger.active,
.side-nav .subnav-heading a.nav-dropdown-trigger.active {
  border-bottom-right-radius: 0;
  background: #445e71;
  border-color: #445e71;
  color: #fafcfc;
}

@media screen and (min-width: 40em) {
  .side-nav .nav-heading,
.side-nav .subnav-heading {
    display: block;
    border: none;
    padding: 0.5rem 0.75rem 0.45rem 0.75rem;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    color: #fafcfc;
    background: #0f6fc6;
    line-height: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .side-nav .nav-heading:hover,
.side-nav .subnav-heading:hover {
    background: #0f6ec5;
  }

  .side-nav .nav-heading a,
.side-nav .subnav-heading a {
    display: inline;
    padding: 0;
    background: transparent;
    text-transform: none;
    border: none;
    border-radius: 0;
    color: #fafcfc;
  }

  .side-nav .nav-heading a i,
.side-nav .subnav-heading a i {
    float: none;
  }

  .side-nav .nav-heading a:first-child,
.side-nav .subnav-heading a:first-child {
    border: none;
    padding: 0.5rem 0;
    background: transparent;
    white-space: normal;
    font-size: 0.8rem;
  }

  .side-nav .nav-heading a:first-child:hover,
.side-nav .subnav-heading a:first-child:hover {
    background: transparent;
    color: #FFF;
  }
}

@media screen and (min-width: 81.25em) {
  .side-nav .nav-heading,
.side-nav .subnav-heading {
    font-size: 1rem;
  }
}

.side-nav .nav-subheading {
  color: #fafcfc;
  line-height: 1.2;
  padding: 1rem 0.75rem;
  margin: 0;
  display: none;
  font-size: 0.9rem;
  font-weight: 600;
}

@media screen and (min-width: 40em) {
  .side-nav .nav-subheading {
    display: block;
    padding: 1rem 0.75rem 0.55rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem;
  }
}

.side-nav .nav-subheading .avatar {
  border-radius: 50px;
  margin-right: 0.5rem;
  height: 30px;
  width: 30px;
}

.side-nav ul li {
  line-height: 1.2;
  position: relative;
}

.side-nav ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fafcfc;
  text-decoration: none;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-size: 0.75rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
}

.side-nav ul li a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #FFF;
}

@media screen and (min-width: 40em) {
  .side-nav ul li a {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    font-weight: 400;
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 81.25em) {
  .side-nav ul li a {
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
  }
}

.side-nav ul li i {
  color: rgba(198, 208, 217, 0.5);
  margin-right: 0.5rem;
  vertical-align: text-bottom;
  font-size: 1.5em;
}

@media screen and (max-width: 40em) {
  .side-nav ul li i {
    font-size: 14px;
  }
}

@media screen and (min-width: 40em) {
  .side-nav ul li.active:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
  }
}

.side-nav ul li.active a {
  background: rgba(255, 255, 255, 0.1);
  color: #fafcfc;
  font-weight: 600;
}

.side-nav ul li.active a i {
  color: #fafcfc;
}

.side-nav ul li.active a .total-number {
  background: rgba(255, 255, 255, 0.3);
}

.side-nav ul li .badge {
  line-height: 1.25;
  padding: 0.05rem 0.35rem;
}

.side-nav ul li .badge.warning {
  background: #fffbd9;
  color: #d75d0c;
}

.side-nav ul li .alert-number,
.side-nav ul li .total-number,
.side-nav ul li .unread-total,
.side-nav ul li .unlocked,
.side-nav ul li .locked {
  display: inline-block;
  background: #e53935;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  border-radius: 50px;
  right: 1em;
  top: 50%;
  margin-top: -11px;
}

.side-nav ul li .total-number {
  background: rgba(255, 255, 255, 0.1);
}

.side-nav ul li .unread-total {
  background: #10ad51;
}

.side-nav ul li .unlocked,
.side-nav ul li .locked {
  color: #f1f3f6;
  font-weight: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  font-size: 1em;
}

@media screen and (min-width: 40em) {
  .side-nav ul.sub-links {
    padding-left: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.4);
    padding-bottom: 0.5rem;
  }

  .side-nav ul.sub-links li {
    list-style: disc;
    margin-left: 1rem;
  }

  .side-nav ul.sub-links li.parent > span {
    color: #FFF;
    padding: 0.25rem 0.5rem 0.25rem 0;
    font-weight: 600;
    display: inline-block;
    font-size: 0.8rem;
  }

  .side-nav ul.sub-links li a {
    border-bottom: none;
    padding: 0.25rem 0.5rem 0.25rem 0;
    font-weight: 400;
    text-decoration: underline;
  }

  .side-nav ul.sub-links li a:hover {
    color: #FFF;
    background: transparent;
    text-decoration: none;
  }
}

@media screen and (min-width: 40em) and (min-width: 81.25em) {
  .side-nav ul.sub-links li a {
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
}

@media screen and (max-width: 40em) {
  .side-nav ul {
    height: 0;
    overflow: hidden;
  }

  .side-nav ul.sidenav-dropdown {
    position: absolute;
    z-index: 99;
    right: 0;
    width: 60%;
    border-radius: 0 0 0.25rem 0.25rem;
    background: #577891;
    -webkit-box-shadow: 0 2px 8px rgba(68, 94, 113, 0.5);
            box-shadow: 0 2px 8px rgba(68, 94, 113, 0.5);
  }

  .side-nav ul.sidenav-dropdown.open {
    height: auto;
  }

  .side-nav ul.sidenav-dropdown li a {
    padding-left: 0.5rem;
  }
}

.side-nav ul.main li a {
  padding-left: 1rem;
}

ul li.nav-link .alert-number,
.account-greeting .alert-number {
  color: #fafcfc;
  display: block;
  background: #e53935;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  border: 2px solid #1e447d;
}

@media screen and (min-width: 40em) {
  ul li.nav-link .alert-number,
.account-greeting .alert-number {
    padding-right: 1px;
  }
}

.account-greeting .alert-number {
  right: 0px;
  margin-top: -15px;
  width: 14px;
  height: 14px;
  line-height: 14px;
}

p.inline-nav a {
  margin-right: 0.5rem;
  padding: 0.15rem 0.5rem;
  line-height: 16px;
  border: 1px solid #c6d0d9;
  color: #8ba1b1;
  background: #fafcfc;
}

p.inline-nav a:last-child {
  margin-right: 0;
}

p.inline-nav a:hover, p.inline-nav a.active {
  border: 1px solid #0f6fc6;
  background: #0f6fc6;
  color: #fafcfc;
}

.textlinks {
  font-size: 0.7rem !important;
}

@media screen and (min-width: 40em) {
  .textlinks {
    font-size: 0.85rem !important;
  }
}

.textlinks a,
.textlinks .textlink {
  padding: 2px;
  display: inline-block;
  margin-right: 0.25rem;
  color: #0f6fc6;
}

@media screen and (min-width: 52.5em) {
  .textlinks a,
.textlinks .textlink {
    margin-right: 0.5rem;
  }
}

.textlinks a.special,
.textlinks .textlink.special {
  color: #10ad51;
  font-weight: 600;
}

.textlinks a.active,
.textlinks .textlink.active {
  color: #445e71;
  text-decoration: none;
  font-weight: 600;
}

.textlinks a.active:hover,
.textlinks .textlink.active:hover {
  cursor: default;
}

.textlinks a.green,
.textlinks .textlink.green {
  color: #10ad51;
}

.textlinks a:last-child,
.textlinks .textlink:last-child {
  margin-right: 0;
}

.textlinks.linknav .textlink {
  color: #445e71;
  padding-left: 0.125rem;
  margin-left: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  line-height: 1.2;
  margin-right: 0.25rem;
  padding-right: 0.5rem;
}

@media screen and (max-width: 81.25em) {
  .textlinks.linknav .textlink {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 52.5em) {
  .textlinks.linknav .textlink {
    font-size: 0.7rem;
  }
}

.textlinks.linknav .textlink.icon {
  color: #0f6fc6;
  font-size: 1.25rem;
}

.textlinks.linknav .textlink:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  width: 1px;
  height: 14px;
  background: #c6d0d9;
}

.textlinks.linknav .textlink:last-child {
  padding-right: 0;
}

.textlinks.linknav .textlink:last-child:after {
  display: none;
}

.textlinks.linknav .textlink.active {
  color: #0f6fc6;
}

.icon-button {
  font-size: 1.2rem;
  color: #0f6fc6;
  cursor: pointer;
}

.icon-button:hover {
  color: #1e447d;
}

@media screen and (min-width: 52.5em) {
  .icon-button {
    font-size: 1.8rem;
  }
}

.fab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 100;
  background: #d75d0c;
  color: #fafcfc;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.fab:hover {
  color: #fafcfc;
  background: #ef670d;
}

.fab.bl {
  bottom: 2rem;
  left: 1rem;
}

.fab.br {
  bottom: 2rem;
  right: 1rem;
}

.fab.tl {
  top: 2rem;
  left: 1rem;
}

.fab.tr {
  top: 2rem;
  right: 1rem;
}

.fab i {
  font-size: 1.5rem;
}

/*! Filters */

@media screen and (min-width: 52.5em) {
  .expander-content.filters, .expander-trigger.filters {
    display: none;
  }
}

@media screen and (max-width: 52.5em) {
  .sub-header + .expander-content.filters {
    margin-top: -1.25em;
  }

  .sub-header + .expander-content.filters .search-tools {
    border-radius: 0 0.25rem 0 0;
  }
}

@media screen and (max-width: 40em) {
  .sub-header + .expander-content.filters {
    margin-top: -0.5em;
  }
}

@media screen and (max-width: 30em) {
  .sub-header + .expander-content.filters {
    margin-top: -1px;
  }
}

@media screen and (max-width: 52.5em) {
  .expander-trigger.filters {
    float: left;
    padding: 0.6741666667em 1.01125em 1.3483333333em;
  }

  .expander-trigger.filters:not(.expander-hidden) {
    padding-bottom: 26px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    border: 1px solid #e8ebf0;
    border-bottom: 0;
    background: #fcfcfd;
    border-radius: 0.25rem 0.25rem 0 0;
  }
}

@media screen and (max-width: 40em) {
  .expander-trigger.filters {
    float: left;
    margin-top: 0.25em;
  }

  .expander-trigger.filters:not(.expander-hidden) {
    padding: 0.6741666667em 1.01125em 1.3483333333em;
  }
}

@media screen and (min-width: 52.5em) {
  .sub-header + .expander-content.filters {
    margin-top: -1.5rem;
  }
}

@media screen and (min-width: 52.5em) {
  .appts .expander-content.filters {
    display: block;
  }
}

.filtering h3 {
  font-size: 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #1e447d;
  display: none;
}

@media screen and (min-width: 52.5em) {
  .filtering h3 {
    display: block;
  }
}

.filtering .search-tools {
  padding: 0.75em 0.5em;
  border-radius: 0.1666666667rem;
}

.filtering .search-tools:after {
  content: "";
  display: table;
  clear: both;
}

.filtering .search-tools .filter {
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 100%;
  margin-bottom: 1em;
}

.filtering .search-tools .filter:nth-child(1n) {
  margin-right: 0;
}

.filtering .search-tools .filter:nth-child(1n+1) {
  clear: left;
}

.filtering .search-tools .filter:last-child {
  margin-right: 0;
}

.filtering .search-tools .filter.full {
  width: 100%;
  float: none;
}

.filtering input[type=submit] {
  font-size: 0.95em;
  float: right;
}

@media screen and (max-width: 40em) {
  .filtering input[type=submit] {
    width: 100%;
    float: none;
  }
}

@media screen and (min-width: 52.5em) {
  .filtering input[type=submit] {
    width: 100%;
    float: none;
  }
}

.calendar .filtering .search-tools .filter {
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 48.6161877953%;
}

.calendar .filtering .search-tools .filter:last-child {
  margin-right: 0;
}

.calendar .filtering .search-tools .filter:nth-child(2n+3) {
  margin-right: 0;
}

.calendar .filtering .search-tools .filter:nth-child(2n+2) {
  clear: left;
}

@media screen and (min-width: 52.5em) {
  .calendar .filtering .search-tools .filter {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 48.6161877953%;
  }

  .calendar .filtering .search-tools .filter:last-child {
    margin-right: 0;
  }

  .calendar .filtering .search-tools .filter:nth-child(2n+3) {
    margin-right: auto;
  }

  .calendar .filtering .search-tools .filter:nth-child(2n+2) {
    clear: left;
  }

  .calendar .filtering .search-tools .filter:nth-child(1n+1) {
    clear: none;
  }
}

.calendar .filtering .search-tools .filter.full {
  width: 100%;
  float: none;
}

form .alert label {
  color: #fffce3;
}

form .alert input,
form .alert select,
form .alert textarea {
  border: 1px solid #fffce3;
}

form .error label {
  color: #e53935;
}

form .error input,
form .error select,
form .error textarea {
  border: 1px solid #e53935;
}

form .notice label {
  color: #e1f5fe;
}

form .notice input,
form .notice select,
form .notice textarea {
  border: 1px solid #e1f5fe;
}

form .success label {
  color: #d3ebd3;
}

form .success input,
form .success select,
form .success textarea {
  border: 1px solid #d3ebd3;
}

#cap_price:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(35, 31, 32, 0.2);
          box-shadow: inset 0 1px 1px rgba(35, 31, 32, 0.2);
  background: #fffbd9;
}

fieldset:not(.tw-fieldset) {
  margin: 0 0 2.25rem 0;
  padding: 1.5rem;
  background: #fafcfc;
  border-radius: 0.25rem;
  border: 1px solid #d6e0e8;
}

fieldset:not(.tw-fieldset).simple {
  background: transparent;
  border: none;
  padding: 0;
}

fieldset:not(.tw-fieldset).simple .fieldset-header {
  margin: 0 0 1rem 0;
  background: transparent;
  padding: 0 0 0.25rem;
}

fieldset:not(.tw-fieldset).simple .fieldset-header h3 {
  font-size: 1.1rem;
}

@media screen and (max-width: 52.5em) {
  fieldset:not(.tw-fieldset):not(.normal) {
    padding: 1.125rem 0.75rem;
    margin: 1rem -0.5rem 1.5rem;
  }

  fieldset:not(.tw-fieldset):not(.normal).highlight {
    margin: 1rem 0.25rem 1.5rem;
  }

  fieldset:not(.tw-fieldset):not(.normal).mb {
    margin-bottom: 2em;
  }
}

fieldset:not(.tw-fieldset).highlight {
  border-color: #c6e0f4;
}

fieldset:not(.tw-fieldset).highlight .fieldset-header {
  border-bottom-color: #c6e0f4;
  background: #e1f5fe;
}

fieldset:not(.tw-fieldset).highlight .fieldset-header h3 {
  color: #0a2d58;
}

fieldset:not(.tw-fieldset).highlight .fieldset-header.required h3 {
  color: #e53935;
}

fieldset:not(.tw-fieldset).highlight .fieldset-header.required h3:after {
  content: " *";
  color: #e53935;
  font-size: 1rem;
  top: 2px;
  position: relative;
  font-weight: 400;
  display: inline-block;
}

fieldset:not(.tw-fieldset) p {
  color: #445e71;
}

fieldset:not(.tw-fieldset) ol {
  margin-bottom: 1.5em;
  margin-left: 2em;
  list-style-type: decimal;
}

fieldset:not(.tw-fieldset) ol li {
  padding: 0.5em 0;
}

fieldset:not(.tw-fieldset) .fieldset-header {
  margin: -1.5rem -1.5rem 1rem;
  padding: 0.65rem 1rem;
  position: relative;
  background: #f1f3f6;
  border-bottom: 1px solid #e6ecf1;
  border-radius: -0.75rem -0.75rem 0 0;
}

@media screen and (max-width: 40em) {
  fieldset:not(.tw-fieldset) .fieldset-header {
    margin: -1.125rem -0.75rem 1.5rem;
    padding: 0.75rem 0.75rem;
  }
}

fieldset:not(.tw-fieldset) .fieldset-header:not(.flex) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

fieldset:not(.tw-fieldset) .fieldset-header .view-button {
  background: #445e71;
}

fieldset:not(.tw-fieldset) .fieldset-header h3 {
  margin: 0;
  color: #0a2d58;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

fieldset:not(.tw-fieldset) .fieldset-header h3 span {
  text-transform: none;
  font-size: 0.9em;
  color: #445e71;
}

fieldset:not(.tw-fieldset) .fieldset-header p {
  color: #445e71;
  font-size: 0.8rem;
  margin-bottom: 0;
}

fieldset:not(.tw-fieldset) .fieldset-header p.inline-nav {
  margin: 0.75rem 0 0;
}

@media screen and (min-width: 40em) {
  fieldset:not(.tw-fieldset) .row:last-child > .span2,
fieldset:not(.tw-fieldset) .row:last-child .span3,
fieldset:not(.tw-fieldset) .row:last-child .span4,
fieldset:not(.tw-fieldset) .row:last-child .span5,
fieldset:not(.tw-fieldset) .row:last-child .span6,
fieldset:not(.tw-fieldset) .row:last-child .span7,
fieldset:not(.tw-fieldset) .row:last-child .span8,
fieldset:not(.tw-fieldset) .row:last-child .span9,
fieldset:not(.tw-fieldset) .row:last-child .span10,
fieldset:not(.tw-fieldset) .row:last-child .span12 {
    margin-bottom: 0;
  }
}

legend {
  text-transform: uppercase;
  font-weight: 600;
  color: #0a2d58;
  font-size: 0.8rem;
}

textarea.small,
input.small,
select.small,
select[multiple=multiple].small {
  height: 32px;
}

.report-filter {
  margin-bottom: 0.5rem;
}

.report-filter textarea,
.report-filter input,
.report-filter select,
.report-filter select[multiple=multiple] {
  height: 28px;
  padding-right: 0.3em;
  padding-left: 0.3em;
}

.report-filter label {
  font-size: 0.75rem;
  margin-bottom: 0.15em;
}

label:not(.tw-label) {
  font-size: 0.75rem;
  margin-bottom: 0.15em;
}

label:not(.tw-label) .large {
  font-size: 1rem;
}

label:not(.tw-label).transfer-cart-item {
  font-size: 0.9rem;
  line-height: 1.3;
  color: #1e447d;
  display: inline-block;
}

label:not(.tw-label).transfer-cart-item span {
  color: #8ba1b1;
  display: block;
}

form .row {
  position: relative;
}

form .row textarea,
form .row input,
form .row select,
form .row select[multiple=multiple] {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  form .row textarea,
form .row input,
form .row select,
form .row select[multiple=multiple] {
    height: 44px;
  }
}

form .row textarea.large,
form .row input.large,
form .row select.large,
form .row select[multiple=multiple].large {
  font-size: 1.1rem;
  line-height: 1.1;
  height: auto;
}

form .row.small input,
form .row.small select,
form .row.small select[multiple=multiple] {
  margin-bottom: 0;
  height: 32px;
}

@media screen and (min-width: 40em) {
  form .row.small input,
form .row.small select,
form .row.small select[multiple=multiple] {
    height: 32px;
  }
}

form .row.small input::-webkit-input-placeholder,
form .row.small select::-webkit-input-placeholder,
form .row.small select[multiple=multiple]::-webkit-input-placeholder {
  font-size: 0.7rem;
}

form .row.small input::-moz-placeholder,
form .row.small select::-moz-placeholder,
form .row.small select[multiple=multiple]::-moz-placeholder {
  font-size: 0.7rem;
}

form .row.small input:-moz-placeholder,
form .row.small select:-moz-placeholder,
form .row.small select[multiple=multiple]:-moz-placeholder {
  font-size: 0.7rem;
}

form .row.small input:-ms-input-placeholder,
form .row.small select:-ms-input-placeholder,
form .row.small select[multiple=multiple]:-ms-input-placeholder {
  font-size: 0.7rem;
}

form .row.small textarea {
  height: 4em;
  display: block;
}

form .row.small label {
  font-size: 0.68rem;
}

form .row.extra-small input,
form .row.extra-small select,
form .row.extra-small select[multiple=multiple] {
  border-radius: 2px;
  margin-bottom: 0;
  height: 28px;
  padding-right: 0.3em;
  padding-left: 0.3em;
  font-size: 0.75rem;
}

@media screen and (min-width: 40em) {
  form .row.extra-small input,
form .row.extra-small select,
form .row.extra-small select[multiple=multiple] {
    height: 28px;
  }
}

form .row.extra-small input::-webkit-input-placeholder,
form .row.extra-small select::-webkit-input-placeholder,
form .row.extra-small select[multiple=multiple]::-webkit-input-placeholder {
  font-size: 0.75rem;
}

form .row.extra-small input::-moz-placeholder,
form .row.extra-small select::-moz-placeholder,
form .row.extra-small select[multiple=multiple]::-moz-placeholder {
  font-size: 0.75rem;
}

form .row.extra-small input:-moz-placeholder,
form .row.extra-small select:-moz-placeholder,
form .row.extra-small select[multiple=multiple]:-moz-placeholder {
  font-size: 0.75rem;
}

form .row.extra-small input:-ms-input-placeholder,
form .row.extra-small select:-ms-input-placeholder,
form .row.extra-small select[multiple=multiple]:-ms-input-placeholder {
  font-size: 0.75rem;
}

form .row.extra-small textarea {
  height: 3em;
}

form .row.extra-small label {
  font-size: 0.55rem;
  margin-bottom: 0.15em;
}

form .row.medium textarea {
  min-height: 5em;
  height: auto;
}

@media screen and (max-width: 52.5em) {
  form .row div[class^=span].nested input,
form .row div[class^=span].nested select,
form .row div[class^=span].nested select[multiple=multiple],
form .row div[class*=" span"].nested input,
form .row div[class*=" span"].nested select,
form .row div[class*=" span"].nested select[multiple=multiple] {
    margin-bottom: 0.75rem;
  }
}

form .row textarea {
  height: 7em;
}

@media screen and (min-width: 40em) {
  form .row textarea {
    height: 6em;
  }
}

form .row > .filter {
  position: relative;
}

form .row > .filter input,
form .row > .filter select,
form .row > .filter textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

form .lowercase {
  text-transform: none;
}

form .capitalize {
  text-transform: capitalize;
}

form.revenue-form .row .large {
  height: 32px;
  margin-left: 0.5rem;
}

.form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

textarea,
input,
select,
select[multiple=multiple],
input[type=date] {
  height: 44px;
}

@media screen and (min-width: 40em) {
  textarea,
input,
select,
select[multiple=multiple],
input[type=date] {
    height: 44px;
  }
}

textarea {
  height: 6em;
}

@media screen and (min-width: 40em) {
  textarea {
    height: 7em;
  }
}

input:disabled,
select:disabled,
textarea:disabled {
  color: #7a91a6;
  background: #e6ecf1;
}

input:disabled:hover, select:disabled:hover, textarea:disabled:hover{
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 220, var(--tw-border-opacity));
}

input.readonly, input.temp-readonly,
select.readonly,
select.temp-readonly,
textarea.readonly,
textarea.temp-readonly {
  background: #fafbfc;
}

input.fullwidth,
select.fullwidth,
textarea.fullwidth {
  width: 100%;
}

input.currency,
select.currency,
textarea.currency {
  color: #10ad51;
  font-weight: 600;
}

input.right,
select.right,
textarea.right {
  text-align: right;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7a91a6;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: italic;
  text-transform: none !important;
  font-size: 0.85rem;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7a91a6;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: italic;
  text-transform: none !important;
  font-size: 0.85rem;
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7a91a6;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: italic;
  text-transform: none !important;
  font-size: 0.85rem;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7a91a6;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: italic;
  text-transform: none !important;
  font-size: 0.85rem;
}

input:required:invalid,
select:required:invalid,
textarea:required:invalid {
  background: #fffde8;
}

.has-error input:invalid:not(.not-has-error),
.has-error input:not(.not-has-error) {
  background: #fdf0f2 !important;
  border-color: #e53935 !important;
}

.has-error input:invalid:not(.not-has-error)::-webkit-input-placeholder,
.has-error input:not(.not-has-error)::-webkit-input-placeholder {
  color: #e53935;
}

.has-error input:invalid:not(.not-has-error)::-moz-placeholder,
.has-error input:not(.not-has-error)::-moz-placeholder {
  color: #e53935;
}

.has-error input:invalid:not(.not-has-error):-moz-placeholder,
.has-error input:not(.not-has-error):-moz-placeholder {
  color: #e53935;
}

.has-error input:invalid:not(.not-has-error):-ms-input-placeholder,
.has-error input:not(.not-has-error):-ms-input-placeholder {
  color: #e53935;
}

.has-error input:invalid:not(.not-has-error):focus::-webkit-input-placeholder,
.has-error input:not(.not-has-error):focus::-webkit-input-placeholder {
  color: #7a91a6;
}

.has-error input:invalid:not(.not-has-error):focus::-moz-placeholder,
.has-error input:not(.not-has-error):focus::-moz-placeholder {
  color: #7a91a6;
}

.has-error input:invalid:not(.not-has-error):focus:-moz-placeholder,
.has-error input:not(.not-has-error):focus:-moz-placeholder {
  color: #7a91a6;
}

.has-error input:invalid:not(.not-has-error):focus:-ms-input-placeholder,
.has-error input:not(.not-has-error):focus:-ms-input-placeholder {
  color: #7a91a6;
}

@media screen and (max-width: 40em) {
  .checkbox {
    margin-bottom: 1.5rem;
  }
}

.checkbox label {
  display: inline-block;
  margin-right: 0.5em;
}

select {
  width: 100%;
  -webkit-appearance: menulist-button;
  padding: 0.5em;
  height: 44px;
}

@media screen and (min-width: 40em) {
  select {
    height: 44px;
  }
}

label:not(.tw-label) {
  line-height: 1;
  margin-bottom: 0.1rem;
}

@media screen and (min-width: 40em) {
  label:not(.tw-label) {
    margin-bottom: 0.375em;
  }
}

label:not(.tw-label).inline {
  min-width: 130px;
  font-weight: 400;
  margin-bottom: 0;
}

@media screen and (min-width: 52.5em) {
  label:not(.tw-label).inline {
    min-width: 0;
    width: 130px;
  }
}

label:not(.tw-label) span:not(.label):not(.badge) {
  font-weight: normal;
  font-style: italic;
}

label:not(.tw-label) span:not(.label):not(.badge).small {
  font-size: 0.8em;
}

.error label {
  color: #e53935;
}

.error label span {
  color: #e53935;
}

textarea.tags {
  height: 44px;
}

@media screen and (max-width: 52.5em) {
  #cap_price {
    width: 100%;
  }
}

textarea:not([readonly]):focus,
input:not([readonly]):focus {
  border-color: #469bdb;
}

textarea:not([readonly]):focus + .select2-container .select2-selection,
input:not([readonly]):focus + .select2-container .select2-selection {
  border-color: #469bdb;
}

@media screen and (max-width: 40em) {
  textarea,
input {
    font-size: 0.85rem;
  }
}

input.uppercase {
  text-transform: uppercase;
}

.search {
  position: relative;
  font-size: 0.9rem;
  clear: both;
  width: 100%;
  -ms-flex-negative: 2;
      flex-shrink: 2;
}

.search form {
  margin: 0;
}

.search label {
  position: absolute;
  left: 11px;
  top: 4px;
  font-size: 1.5rem;
}

.search button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 23px 23px 0;
  padding: 0 0.75rem 0 0.65rem;
  background: #c6d0d9;
}

.search button i {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  .search button i {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 40em) {
  .search label {
    top: 4px;
  }
}

.jq-dropdown-menu form {
  position: relative;
  width: 300px;
}

.jq-dropdown-menu label {
  position: absolute;
  left: auto;
  right: 5px;
  top: 5px;
  color: #1e447d !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.jq-dropdown-menu input {
  color: #0a2d58;
  display: block;
  width: 100%;
  height: 40px;
  background: #f1f3f6;
  border: 1px solid #e6ecf1;
  padding: 0 1.5rem 0 0.5rem;
  margin: 0.25rem;
  font-size: 0.8rem;
  border-radius: 0 0 3px 3px;
}

.jq-dropdown-menu input:focus {
  outline: 0;
  border: 1px solid #71b2e3;
}

.jq-dropdown-menu input:focus + button {
  background: #0f6fc6;
}

.jq-dropdown-menu input:invalid {
  background: #f1f3f6;
}

.jq-dropdown-menu input:invalid::-webkit-input-placeholder {
  color: rgba(30, 68, 125, 0.5);
}

.jq-dropdown-menu input:invalid::-moz-placeholder {
  color: rgba(30, 68, 125, 0.5);
}

.jq-dropdown-menu input:invalid:-moz-placeholder {
  color: rgba(30, 68, 125, 0.5);
}

.jq-dropdown-menu input:invalid:-ms-input-placeholder {
  color: rgba(30, 68, 125, 0.5);
}

.jq-dropdown-menu input::-webkit-input-placeholder {
  color: rgba(30, 68, 125, 0.5);
}

.jq-dropdown-menu input::-moz-placeholder {
  color: rgba(30, 68, 125, 0.5);
}

.jq-dropdown-menu input:-moz-placeholder {
  color: rgba(30, 68, 125, 0.5);
}

.jq-dropdown-menu input:-ms-input-placeholder {
  color: rgba(30, 68, 125, 0.5);
}

.jq-dropdown-menu button {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  bottom: 0.25rem;
  border-radius: 0 0.25rem 0.25rem 0;
  padding: 0 0.5rem 0 0.65rem;
  background: #c6d0d9;
}

.jq-dropdown-menu button i {
  font-size: 1.5rem;
}

.search-input,
.sort-controls .search {
  color: #1e447d;
  display: block;
  width: 100%;
  height: 28px;
  padding: 0 3rem 0 1rem;
  border-radius: 23px;
  background: #f1f3f6;
  border: 1px solid #e6ecf1;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  margin-bottom: 0;
}

.search-input:focus,
.sort-controls .search:focus {
  outline: 0;
  border-color: #71b2e3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-input:focus + button,
.sort-controls .search:focus + button {
  background: #0f6fc6;
  color: #fafcfc;
}

.search-input:invalid,
.sort-controls .search:invalid {
  background: #f1f3f6;
}

.search-input:invalid::-webkit-input-placeholder,
.sort-controls .search:invalid::-webkit-input-placeholder {
  color: #7a91a6;
}

.search-input:invalid::-moz-placeholder,
.sort-controls .search:invalid::-moz-placeholder {
  color: #7a91a6;
}

.search-input:invalid:-moz-placeholder,
.sort-controls .search:invalid:-moz-placeholder {
  color: #7a91a6;
}

.search-input:invalid:-ms-input-placeholder,
.sort-controls .search:invalid:-ms-input-placeholder {
  color: #7a91a6;
}

@media screen and (min-width: 40em) {
  .search-input,
.sort-controls .search {
    height: 36px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.required > label {
  color: #e53935;
}

.required > label:after {
  content: " *";
  color: #e53935;
  font-size: 1rem;
  top: 2px;
  position: relative;
  font-weight: 400;
  display: inline-block;
}

.required.valid > label {
  color: #445e71;
}

.required.valid > label:after {
  top: -4px;
  font-size: 0.75rem;
  content: " ✓";
  color: #10ad51;
}

.row .options {
  display: none;
}

.pw-reset {
  font-size: 0.8em;
  text-align: right;
}

.login {
  min-height: 380px;
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 40.0522190945%;
  margin-left: 29.9738904527%;
}

.login:last-child {
  margin-right: 0;
}

@media screen and (max-width: 81.25em) {
  .login {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 65.7441251969%;
    margin-left: 17.1279374016%;
  }

  .login:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .login {
    float: left;
    display: block;
    margin-right: 2.7676244094%;
    width: 91.4360312992%;
    margin-left: 4.2819843504%;
  }

  .login:last-child {
    margin-right: 0;
  }
}

.login h1 {
  margin-bottom: 0.5em;
}

.input-sm > label {
  font-size: 0.8em !important;
}

.input-sm > input {
  padding: 0.5rem;
  font-size: 0.8em;
  height: auto !important;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container + .add-button {
  margin-top: 0.5em;
}

.select2-container--focus {
  -webkit-box-shadow: inset 0 3px 3px rgba(23, 37, 51, 0.1), 0 0 3px rgba(49, 143, 214, 0.8);
          box-shadow: inset 0 3px 3px rgba(23, 37, 51, 0.1), 0 0 3px rgba(49, 143, 214, 0.8);
  outline: none;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0.5rem;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media screen and (min-width: 52.5em) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 36px;
  }
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.small .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
}

.select2-container .select2-search--inline {
  float: left;
  padding: 0 8px;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin: 0;
  height: 44px;
  font-size: 0.85rem;
  outline: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field:focus {
  outline: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #c6d0d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(35, 31, 32, 0.15);
          box-shadow: inset 0 1px 1px rgba(35, 31, 32, 0.15);
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  font-size: 0.85rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 2px 3px;
  position: relative;
  color: #445e71;
}

.select2-results__option:empty {
  display: none;
}

.select2-results__option.warning {
  background-color: #fffbd9;
  color: #cd1e1a;
}

.select2-results__option.warning:after {
  font-weight: normal;
  font-size: 16px;
  display: block;
  position: absolute;
  right: 6px;
  top: 4px;
  font-family: "Material Icons";
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  content: "";
  color: #cd1e1a;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open {
  outline: #0f6fc6;
  z-index: 10000001;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
  position: relative;
}

.select2-search--dropdown.loading:after {
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 18px;
  font-family: "Material Icons";
  content: "cached";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
  color: #8ba1b1;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fafcfc;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute;
  width: 1px;
}

.required:not(.valid) .select2-selection--single {
  background: #fffde8;
}

.select2-container--default .select2-selection--single {
  border-radius: 0.25rem;
  border: 1px solid #bdc8d3;
  height: 44px;
  line-height: 2rem;
  background-color: #ffffff;
  outline: none;
}

.error .select2-container--default .select2-selection--single, .has-error .select2-container--default .select2-selection--single {
  border-color: #e53935;
}

.small .select2-container--default .select2-selection--single {
  height: 35px;
  line-height: 32px;
}

.small .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  padding-right: 32px;
  font-size: 0.85rem;
}

.small .select2-container--default .select2-selection--single .select2-selection__arrow {
  min-width: 30px;
  max-width: 35px;
  width: 10%;
  bottom: 1px;
}

.small .select2-container--default .select2-selection--single .select2-selection__arrow b {
  font-size: 1em;
  height: inherit;
  line-height: inherit;
}

.small .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 0.7rem;
}

.small .select2-container--default .select2-selection--single .select2-results__option {
  padding: 4px;
  margin: 2px 1px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #445e71;
  line-height: 41px;
  font-size: 0.85rem;
}

@media screen and (min-width: 52.5em) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.95rem;
    line-height: 42px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  font-weight: 600;
  width: 1em;
  text-align: center;
  font-size: 1rem;
  color: #e53935;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  float: right;
}

@media screen and (min-width: 40em) {
  .select2-container--default .select2-selection--single .select2-selection__clear {
    width: 2em;
  }
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
  color: #cd1e1a;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #7a91a6;
  font-style: italic;
  font-size: 0.8rem;
}

@media screen and (min-width: 52.5em) {
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 0.9rem;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #1e447d;
  border-left: 1px solid #bdc8d3;
  border-radius: 0 2px 2px 0;
  margin-bottom: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 18px;
  text-align: center;
  background: #bdc8d3;
  height: calc(100% - 2px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: auto;
  height: auto;
  line-height: 1;
  top: calc(50% - 9px);
  position: relative;
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  content: "keyboard_arrow_down";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: #1e447d;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:hover {
  background: #e1f5fe;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:hover b:after {
  color: #1e447d;
}

.select2-container--default .select2-selection--multiple .locked-tag.select2-selection__choice {
  background: #efefef;
  border-color: #d0d0d0;
}

.select2-container--default.loading .select2-selection--single .select2-selection__arrow b:after {
  content: "cached";
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.kit-group-form textarea[readonly],
.kit-group-form input[readonly] {
  background-color: #eeeeee;
  color: #445e71;
  border-color: #bdc8d3;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-change .select2-container--default .select2-selection--single {
  height: 44px;
  font-size: 0.9rem;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-change .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-change .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 34px;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  background-color: #e6ecf1;
  color: #7a91a6;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder,
.select2-container--disabled .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #7a91a6;
  font-style: italic;
  line-height: 41px;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow:hover,
.select2-container--disabled .select2-selection--single .select2-selection__rendered .select2-selection__arrow:hover {
  background: #bdc8d3;
}

.contains-locked-tag .select2-selection__clear,
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: #e1f5fe;
  border-radius: 0 0.25rem 0 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  color: #0f6fc6;
  content: "keyboard_arrow_up";
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #c6d0d9;
  border-radius: 0.25rem;
  cursor: text;
  position: relative;
}

.select2-container--default .select2-selection--multiple:after {
  position: absolute;
  display: block;
  position: absolute;
  right: 1.5rem;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  width: 1rem;
  height: 1rem;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: #8ba1b1;
  top: 0.25em;
  right: 0.5em;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #7a91a6;
  font-style: italic;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 600;
  margin-top: 5px;
  margin-right: 10px;
}

.small .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 1px;
  margin-right: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  cursor: default;
  margin: 3px;
  font-weight: 600;
  border: 1px solid #86bee7;
  border-radius: 0.25rem;
  font-size: 0.85em;
  padding: 0.1em 0.5em 0.1em 0.5em;
  background: #e1f5fe;
  color: #445e71;
  float: left;
}

.small .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0.1666666667rem;
  font-size: 0.65em;
  padding: 0 4px 0 3px;
  margin: 2px;
  line-height: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice.warning {
  background-color: #fffbd9;
  color: #e53935;
  border-color: #fdf07f;
  position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #e53935;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin-right: 4px;
  font-size: 1rem;
  line-height: 16px;
}

.small .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 0.8rem;
  line-height: 12px;
  margin-right: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #9f1815;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: #0f6fc6;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #e6ecf1;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple:after {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "keyboard_arrow_down";
}

.select2-container--default.loading .select2-selection--multiple:after {
  content: "cached";
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 100;
}

.select2-container--default .select2-selection__choice.locked-tag .select2-selection__choice__remove,
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #c6d0d9;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px;
  overflow-y: auto;
}

.select2-container--default #select2-load_procedures-results .select2-results__option[role=group] {
  background: #fffbd9;
}

.select2-container--default #select2-vendor-select-results .select2-results__option[role=group] {
  background: #fffbd9;
  padding: 1.25rem 1rem;
  margin-bottom: 2px;
}

.select2-container--default #select2-vendor-select-results .select2-results__option[role=group] > strong {
  display: none;
}

.select2-container--default #select2-vendor-select-results {
  max-height: 500px;
}

.select2-container--default #select2-vendor-select-results .select2-results__options--nested .select2-results__option {
  font-size: 1rem;
  font-weight: 600;
  color: #fafcfc;
  border-radius: 0.25rem;
  background: #10ad51;
  text-align: center;
  -webkit-box-shadow: 0 1px 0px 0 rgba(35, 31, 32, 0.24), 0 1px 1px 0 rgba(35, 31, 32, 0.22);
          box-shadow: 0 1px 0px 0 rgba(35, 31, 32, 0.24), 0 1px 1px 0 rgba(35, 31, 32, 0.22);
}

.select2-container--default #select2-vendor-select-results .select2-results__options--nested .select2-results__option:hover {
  background: #0c7e3b;
}

.select2-container--default #select2-vendor-select-results .select2-results__option {
  font-size: 0.85rem;
  padding: 0.75rem;
}

.select2-container--default #select2-vendor-select-results .select2-results__option strong {
  font-size: 1rem;
}

.select2-container--default #select2-vendor-select-results .select2-results__option small {
  font-size: 0.8rem;
}

.select2-container--default #select2-vendor-select-results .select2-results__option[aria-selected=true] {
  padding-left: 34px;
}

.select2-container--default #select2-vendor_global_manufacturers-results .select2-results__option[aria-disabled=true] {
  display: none;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #7a91a6;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e1f5fe;
  padding-left: 30px;
}

.select2-container--default .select2-results__option[aria-selected=true].warning {
  background-color: #fffbd9;
}

.select2-container--default .select2-results__option[aria-selected=true]:before {
  font-family: "Material Icons";
  top: 50%;
  margin-top: -9px;
  left: 8px;
  position: absolute;
  content: "check";
  font-weight: 600;
  font-style: normal;
  font-size: 1.1rem;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: #0f6fc6;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 40em) {
  .select2-container--default .select2-results__option[aria-selected=true]:before {
    font-size: 0.9rem;
  }
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 10px;
}

.select2-container--default .select2-results__option .select2-results__option .preferred em {
  font-weight: 600;
}

.select2-container--default .select2-results__option .select2-results__option[aria-selected=true] {
  padding-left: 30px;
  background-color: #e1f5fe;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e1f5fe;
  color: #1e447d;
}

.select2-container--default .select2-results__option--highlighted[aria-selected].warning {
  background-color: #fffbd9;
  color: #cd1e1a;
}

.select2-container--default .select2-results__option[role=group] {
  border-bottom: 1px solid #e6ecf1;
  margin-bottom: 5px;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 0;
  color: #1e447d;
  font-weight: 800;
  font-size: 1rem;
}

.select2-container--default .select2-results__group .select2-results__option--highlighted {
  background-color: rgba(113, 178, 227, 0.7);
}

.selection-warning {
  display: none;
  font-size: 0.75rem;
  font-style: italic;
  color: #1e447d;
  font-weight: 600;
  position: relative;
  padding: 0.25rem 0 0.25rem 1.25rem;
  margin: 0;
  cursor: pointer;
}

.selection-warning.show {
  display: inline-block;
}

.selection-warning:before {
  font-weight: normal;
  font-size: 17px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  font-family: "Material Icons";
  content: "";
  color: #cd1e1a;
  font-weight: normal;
  font-style: normal;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Radio Buttons from Materialize
   ========================================================================== */

[type=radio]:not(.tw-radio):not(:checked),
[type=radio]:not(.tw-radio):checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type=radio]:not(.tw-radio):not(:checked) + label,
[type=radio]:not(.tw-radio):checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0 0.5rem 0;
  color: #8ba1b1;
}

.settings-options [type=radio]:not(.tw-radio):not(:checked) + label,
.settings-options [type=radio]:not(.tw-radio):checked + label {
  margin-right: 20px;
}

[type=radio]:not(.tw-radio):checked + label {
  color: #0f6fc6;
}

[type=radio]:not(.tw-radio):not(:checked) + label + [type=radio] + label,
[type=radio]:not(.tw-radio):checked + label + [type=radio] + label {
  margin-left: 8px;
}

[type=radio]:not(.tw-radio) + label:before,
[type=radio]:not(.tw-radio) + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 5px 4px 3px;
  width: 18px;
  height: 18px;
  z-index: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

/* Unchecked styles */

[type=radio]:not(.tw-radio):not(:checked) + label:before,
[type=radio]:not(.tw-radio):not(:checked) + label:after,
[type=radio]:not(.tw-radio):checked + label:before,
[type=radio]:not(.tw-radio):checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio].with-gap:checked + label:after {
  border-radius: 50%;
}

[type=radio]:not(.tw-radio):not(:checked) + label:before,
[type=radio]:not(.tw-radio):not(:checked) + label:after {
  border: 2px solid #8ba1b1;
}

[type=radio]:not(.tw-radio):not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* Checked styles */

[type=radio]:not(.tw-radio):checked + label:before {
  border: 2px solid transparent;
}

[type=radio]:not(.tw-radio):checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio].with-gap:checked + label:after {
  border: 2px solid #0f6fc6;
}

[type=radio]:not(.tw-radio):checked + label:after,
[type=radio].with-gap:checked + label:after {
  background-color: #0f6fc6;
  z-index: 0;
}

[type=radio]:not(.tw-radio):checked + label:after {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/* Radio With gap */

[type=radio].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

/* Focused styles */

[type=radio].tabbed:focus + label:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */

[type=radio].with-gap:disabled:checked + label:before {
  border: 2px solid #e6ecf1;
}

[type=radio].with-gap:disabled:checked + label:after {
  border: none;
  background-color: #e6ecf1;
}

/* Disabled style */

[type=radio]:disabled:not(:checked) + label:before,
[type=radio]:disabled:checked + label:before {
  background-color: transparent;
  border-color: #e6ecf1;
}

[type=radio]:disabled + label {
  color: #8ba1b1;
}

[type=radio]:disabled:not(:checked) + label:before {
  border-color: #8ba1b1;
}

[type=radio]:disabled:checked + label:after {
  background-color: #8ba1b1;
  border-color: #8ba1b1;
}

[type=checkbox]:not(.tw-checkbox) + label {
  display: inline-block;
}

[type=checkbox].selectall {
  opacity: 1;
  margin: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: auto !important;
  width: auto !important;
  position: relative;
  left: auto;
}

.kit-return {
  position: relative;
}

.return-all-kits label {
  color: #0f6fc6;
}

.cap-price-checkbox {
  width: 160px;
  max-width: 135px;
}

[type=checkbox]:not(.tw-checkbox) + label.fullwidth {
  display: block;
  padding: 5px 8px 5px 26px;
  border: 2px solid transparent;
}

[type=checkbox]:not(.tw-checkbox) + label:hover {
  color: #0f6fc6;
}

[type=checkbox]:not(.tw-checkbox) + label img {
  width: 28px;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25rem;
}

/* Switch
   ========================================================================== */

.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.switch label {
  cursor: pointer;
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #293c4e;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .switch label {
    font-size: 0.85rem;
  }
}

.switch label.box {
  -webkit-box-shadow: 0 3px 0px rgba(139, 161, 177, 0.3);
          box-shadow: 0 3px 0px rgba(139, 161, 177, 0.3);
}

.moveable-container .switch label {
  padding: 0.5em;
}

.switch label .flash-error {
  font-size: 0.8em;
  padding: 0.25em;
  color: #e53935;
}

.switch label .flash-error i {
  font-size: 14px;
}

.modal-message .switch label {
  color: #293c4e;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fafcfc;
}

.modal-message .switch label.has-error {
  padding-bottom: 2rem;
}

.modal-message .switch label.checked {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #8ba1b1;
  background: #fafcfc;
}

.modal-message .switch label.checked .label {
  color: #0f6fc6 !important;
}

.modal-message .switch label.checked input[type=checkbox] + .lever:after {
  background-color: #0f6fc6;
}

.modal-message .switch label.checked .label-info {
  color: #445e71;
}

.modal-message .switch label.checked .label-info.special {
  color: #10ad51;
}

.modal-message .switch label .label,
.modal-message .switch label .label span {
  font-style: normal;
}

.modal-message .switch label .label-info {
  font-size: 0.85em;
  display: block;
  color: #8ba1b1;
}

.modal-message .switch label .label-info.special {
  color: #10ad51;
}

.modal-message .switch label .label-info i {
  font-size: 14px;
}

.switch label span:not(.badge):not(.label):not(.warning) {
  color: #445e71;
}

.switch label span:not(.badge):not(.label):not(.warning).green {
  color: #10ad51;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.switch label input[type=checkbox] ~ .label {
  line-height: 1.2;
  font-weight: 800;
}

.switch label input[type=checkbox]:checked ~ .on {
  color: #0f6fc6;
  width: 70%;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #c6d0d9;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #0f6fc6;
  left: 19px;
}

@media screen and (min-width: 40em) {
  .switch label input[type=checkbox]:checked + .lever:after {
    left: 19px;
  }
}

.modal-message .switch label input[type=checkbox] ~ .label small {
  font-size: 80%;
  display: block;
  color: #6d889c;
}

.modal-message .switch label input[type=checkbox] ~ .label em {
  font-size: 80%;
  color: #6d889c;
}

.modal-message .switch label input[type=checkbox]:checked ~ .label {
  color: #0f6fc6;
}

.modal-message .switch label input[type=checkbox]:checked ~ .label small {
  color: #6d889c;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  margin: 0 6px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #c6d0d9;
  border-radius: 15px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  vertical-align: middle;
}

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #f1f3f6;
  border-radius: 21px;
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
  left: -1px;
  top: -3px;
  -webkit-transition: left 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.1s ease;
  transition: left 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.1s ease;
  transition: left 0.2s ease, background 0.2s ease, box-shadow 0.1s ease;
  transition: left 0.2s ease, background 0.2s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
}

.switch label .on {
  font-style: normal;
}

.switch .switch-desc {
  font-size: 0.9rem;
  color: #8ba1b1;
  padding-top: 0.25rem;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(15, 111, 198, 0.1);
          box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(15, 111, 198, 0.1);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #bdbdbd;
}

.sms-confirm {
  display: none;
  font-size: 0.85rem;
  font-style: italic;
}

.sms-confirm.show {
  display: inline-block;
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fafcfc;
  display: block;
}

.multiselect__spinner:before,
.multiselect__spinner:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  -webkit-animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
          animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  -webkit-animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
          animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 0.85em;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.multiselect {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}

.multiselect * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  pointer-events: none;
  opacity: 0.6;
}

.multiselect--active {
  z-index: 50;
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  border-radius: 5px 0 0 5px;
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fafcfc;
  padding: 0 0 0 5px;
  width: calc(100%);
  -webkit-transition: border 0.1s ease;
  transition: border 0.1s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}

.multiselect__input::-webkit-input-placeholder {
  color: #35495e;
}

.multiselect__input::-moz-placeholder {
  color: #35495e;
}

.multiselect__input:-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fafcfc;
  font-size: 14px;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fafcfc;
  line-height: 1;
  background: #41b883;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: initial;
  width: 22px;
  text-align: center;
  line-height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "×";
  color: #266d4d;
  font-size: 14px;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #369a6e;
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: white;
}

.multiselect__current {
  line-height: 16px;
  min-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}

.multiselect__select {
  line-height: 16px;
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 36px;
  height: 100%;
  border-radius: 0 5px 5px 0;
  right: 0;
  padding: 4px 8px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: #bdc8d3;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #333;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
  content: "";
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fafcfc;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
}

.multiselect__option--highlight {
  background: #84cbab;
  outline: none;
  color: white;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #84cbab;
  color: white;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 600;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fafcfc;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fafcfc;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  background: #ededed;
  color: #a6a6a6;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fafcfc;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fafcfc;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fafcfc;
}

.multiselect-enter-active,
.multiselect-leave-active {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

*[dir=rtl] .multiselect {
  text-align: right;
}

*[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

*[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0px 40px;
}

*[dir=rtl] .multiselect__content {
  text-align: right;
}

*[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}

*[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

*[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

.input-select + .select2-container,
.input-select + .select2-container .select2-selection,
.input-select + .select2-container .select2-selection__rendered,
.input-select + .select2-container .select2-selection__clear {
  max-height: 24px;
  text-align: start;
}

.input-select + .select2-container .select2-selection__rendered,
.input-select + .select2-container .select2-selection__placeholder {
  font-size: 0.65rem;
  display: block;
  line-height: 24px;
}

.input-select + .select2-container .select2-selection__clear {
  margin-right: 0;
  margin-top: -2px;
}

.select2-dropdown--table {
  min-width: 225px;
}

.select2-dropdown--table .select2-results__option {
  font-size: 0.75rem;
}

.select2-dropdown--wide {
  min-width: 225px;
}

@-webkit-keyframes spinning {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(2turn);
            transform: rotate(2turn);
  }
}

@keyframes spinning {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(2turn);
            transform: rotate(2turn);
  }
}

input[type=number].appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.calendar-legend {
  margin-top: 1em;
}

.calendar-legend > p {
  color: #0f6fc6;
  cursor: pointer;
}

.calendar-legend > p i {
  margin-left: 0.25em;
  color: #0f6fc6;
}

.calendar-legend li {
  font-size: 0.8rem;
  padding: 0.25rem 0;
}

.calendar-legend li i {
  margin-right: 0.5rem;
  font-size: 1.5em;
}

.calendar-container {
  position: relative;
  height: 560px;
  width: 100%;
  margin-bottom: 2em;
}

@media screen and (min-height: 900px) {
  .calendar-container {
    min-height: 620px;
  }
}

@media screen and (min-height: 1000px) {
  .calendar-container {
    min-height: 720px;
  }
}

@media screen and (min-height: 1100px) {
  .calendar-container {
    min-height: 860px;
  }
}

.calendar {
  width: 100%;
  height: 100%;
}

#calendar-switch {
  display: none;
  padding: 0.5em;
}

#calendar-switch:after {
  content: "";
  display: table;
  clear: both;
}

#calendar-switch .label-switch {
  float: left;
  margin-right: 0.5em;
  padding: 0;
}

#calendar-switch p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 2.25em;
  float: left;
}

.calendar-heading {
  text-align: center;
  margin-bottom: 0.25em;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 1.5em;
}

.calendar-heading:after {
  content: "";
  display: table;
  clear: both;
}

.calendar .cal-head {
  height: 30px;
  line-height: 34px;
  background: #8ba1b1;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.calendar .cal-body {
  position: relative;
  width: 100%;
  height: auto;
  border: 2px solid #8ba1b1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
}

@media screen and (min-width: 52.5em) {
  .calendar .cal-body {
    height: calc(100% - 30px);
  }
}

.calendar .cal-row {
  width: 100%;
  border-bottom: 1px solid #cfd8df;
}

.cal-4-rows .cal-row {
  height: 25%;
}

.cal-5-rows .cal-row {
  height: 20%;
}

.cal-6-rows .cal-row {
  height: 16.6666%;
  height: calc(100% / 6);
}

.calendar .cal-row > .cal-day,
.calendar .cal-head > .cal-weekday {
  float: left;
  height: 100%;
  width: 14.28%;
  /* 100% / 7 */
  width: calc(100% / 7);
  position: relative;
}

.calendar .cal-row > .cal-day.out-of-month {
  background: #f1f3f6;
}

.calendar .cal-event {
  font-size: 0.75em;
}

/* IE 9 is rounding up the calc it seems */

.ie9 .calendar .cal-row > .cal-day,
.ie9 .calendar .cal-head > .cal-weekday {
  width: 14.2%;
}

.calendar .cal-row > .cal-day {
  border-right: 1px solid #c2cbd8;
  padding: 4px;
  position: relative;
}

@media screen and (min-width: 52.5em) {
  .calendar .cal-row > .cal-day.hidden {
    display: block !important;
  }
}

.calendar .cal-head > .cal-weekday {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}

.calendar .cal-row > .cal-day > .cal-date {
  position: absolute;
  width: 26px;
  height: 26px;
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
  color: #a9bac6;
  bottom: 0;
  right: 5px;
  text-align: right;
}

.calendar .cal-row > .cal-day > .cal-date a {
  display: block;
}

@media screen and (min-width: 52.5em) {
  .calendar .cal-row > .cal-day > .cal-date {
    font-size: 18px;
  }
}

@media screen and (min-width: 81.25em) {
  .calendar .cal-row > .cal-day > .cal-date {
    font-size: 20px;
  }
}

.calendar .cal-row .cal-events {
  padding: 0.25em;
}

.calendar .cal-row .cal-events.many-events a:last-of-type {
  display: none;
}

@media screen and (min-width: 52.5em) {
  .calendar .cal-row .cal-events.many-events a:nth-of-type(1n + 4) {
    display: none;
  }

  .calendar .cal-row .cal-events.many-events a:last-of-type {
    display: inline-block;
    font-weight: bold;
    width: auto;
    text-align: center;
    border: 1px solid #d7dfe4;
    color: #d7dfe4;
    border-radius: 0.25rem;
    line-height: 15px;
    font-size: 9px;
    padding: 0 14px 0 5px;
    position: absolute;
    bottom: 0;
  }

  .calendar .cal-row .cal-events.many-events a:last-of-type:after {
    font-family: "Material Icons";
    content: "keyboard_arrow_right";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    right: 4px;
    font-size: 0.8rem;
    position: absolute;
    line-height: 15px;
    color: #d7dfe4;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: "liga";
            font-feature-settings: "liga";
    /* don't allow browser text-selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .calendar .cal-row .cal-events.many-events a:last-of-type:hover {
    text-decoration: none;
    color: #fafcfc;
    background: #d7dfe4;
  }

  .calendar .cal-row .cal-events.many-events a:last-of-type:hover:after {
    color: #fafcfc;
  }
}

.calendar .cal-row .cal-events a {
  display: block;
  line-height: 1;
  margin: 2px 0 6px;
  width: 100%;
}

.calendar .cal-row .cal-events a .event-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.3;
}

.calendar .cal-row .cal-events a .event-title > i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 40px;
  margin-right: 0.5em;
}

.calendar .cal-row .cal-events a:hover {
  text-decoration: underline;
}

.calendar .cal-row .cal-day .tooltip-item,
.fc-event-container .tooltip-item {
  display: block;
}

.calendar .cal-row .cal-day .tooltip-item .tooltip,
.fc-event-container .tooltip-item .tooltip {
  pointer-events: none;
  position: absolute;
  bottom: 22px;
  left: 50%;
  display: none;
  text-align: left;
  min-height: 240px;
  width: calc(100% + 200px);
  max-width: 500px;
  margin-left: calc(-50% - 100px);
}

.calendar .cal-row .cal-day .tooltip-item .tooltip:after,
.fc-event-container .tooltip-item .tooltip:after {
  left: 50%;
}

.calendar .cal-row .cal-day .tooltip-item .tooltip p,
.fc-event-container .tooltip-item .tooltip p {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  font-weight: 400;
  color: #231f20;
}

.calendar .cal-row .cal-day .tooltip-item .tooltip p strong,
.fc-event-container .tooltip-item .tooltip p strong {
  color: #8ba1b1;
  display: block;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 400;
}

.calendar .cal-row .cal-day .tooltip-item .tooltip p strong.warning,
.fc-event-container .tooltip-item .tooltip p strong.warning {
  color: #e53935;
  font-weight: 600;
}

.calendar .cal-row .cal-day .tooltip-item .tooltip p strong.green,
.fc-event-container .tooltip-item .tooltip p strong.green {
  color: #10ad51;
  font-weight: 600;
}

.calendar .cal-row .cal-day .tooltip-item .tooltip p span strong,
.fc-event-container .tooltip-item .tooltip p span strong {
  display: inline-block;
}

.calendar .cal-row .cal-day .tooltip-item .tooltip p.green,
.fc-event-container .tooltip-item .tooltip p.green {
  color: #10ad51;
}

.calendar .cal-row .cal-day .tooltip-item .tooltip .time,
.fc-event-container .tooltip-item .tooltip .time {
  font-weight: 800;
}

@media screen and (min-width: 40em) {
  .calendar .cal-row .cal-day .tooltip-item .tooltip,
.fc-event-container .tooltip-item .tooltip {
    display: block;
  }
}

@media screen and (min-width: 81.25em) {
  .calendar .cal-row .cal-day .tooltip-item .tooltip p,
.fc-event-container .tooltip-item .tooltip p {
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
  }
}

.calendar .cal-row .cal-day .tooltip-item .tooltip .status,
.fc-event-container .tooltip-item .tooltip .status {
  position: absolute;
  bottom: 10px;
  right: 10px;
  top: auto;
  padding: 0 0.75em;
  font-size: 0.6rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
  border: 2px solid #fff;
}

.calendar .cal-row .cal-day .tooltip-item .cal-date a,
.fc-event-container .tooltip-item .cal-date a {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  color: #8ba1b1;
}

.calendar .cal-row .cal-day .tooltip-item .cal-date a:before,
.fc-event-container .tooltip-item .cal-date a:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
  background: #0f6fc6;
  color: #fafcfc;
  font-family: "Material Icons";
  content: "add";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-box-shadow: 0 1px 2px rgba(30, 68, 125, 0.25);
          box-shadow: 0 1px 2px rgba(30, 68, 125, 0.25);
  font-size: 0.95rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -5px;
  border-radius: 100px;
  height: 26px;
  width: 26px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calendar .cal-row .cal-day .tooltip-item .cal-date a:hover:before,
.fc-event-container .tooltip-item .cal-date a:hover:before {
  display: block;
}

.calendar .cal-row .cal-day .tooltip-item .cal-date a:hover span,
.fc-event-container .tooltip-item .cal-date a:hover span {
  display: none;
}

.fc-basicDay-view .fc-event-container .tooltip-item .tooltip {
  max-width: 260px;
  left: 5%;
  right: auto;
}

.fc-time-grid-event .tooltip {
  max-width: 260px;
  left: 5%;
  bottom: 103px;
  right: auto;
}

.fc-agendaDay-view .fc-event-container .tooltip-item .tooltip {
  max-width: 300px;
  left: 0%;
  right: auto;
  bottom: auto;
  top: -65px;
  padding: 0.5rem;
}

@media screen and (min-width: 52.5em) {
  .fc-agendaDay-view .fc-event-container .tooltip-item .tooltip {
    top: -138px;
  }
}

.fc-popover .fc-event-container .tooltip-item .tooltip {
  left: -10%;
  right: -10%;
}

.calendar .cal-row .cal-events .status-canceled {
  text-decoration: line-through;
}

.calendar .cal-row .cal-events .status-canceled:hover {
  text-decoration: line-through;
}

.calendar .cal-row > .cal-day > .cal-weekday {
  padding-left: 5px;
  display: none;
}

.calendar .cal-row > .cal-day.cal-today {
  background: #fffce3;
}

#opscalendar .calendar .cal-row > .cal-day.cal-today,
#hospitalCalendar .calendar .cal-row > .cal-day.cal-today {
  background: white;
}

.calendar .cal-row > .cal-day.cal-out {
  opacity: 0.6;
}

.calendar .cal-row > .cal-day:last-child,
.calendar .cal-head > .cal-weekday:last-child {
  border-right: none;
}

.calendar .cal-row:last-child {
  border-bottom: none;
}

@media screen and (max-width: 52.5em) {
  #calendar-switch {
    display: block;
  }

  .calendar-heading {
    line-height: 2;
  }

  .calendar .switch {
    margin-bottom: 0.5em;
  }

  .calendar .switch:after {
    content: "";
    display: table;
    clear: both;
  }

  .calendar .switch label {
    float: right;
    margin-right: 1em;
  }

  .calendar .switch p {
    float: left;
    display: inline-block;
    line-height: 2em;
    margin-bottom: 0;
  }

  .custom-header,
.custom-header nav,
.custom-calendar-full,
.calendar-container,
.calendar,
.calendar .cal-head,
.calendar .cal-row > .cal-day > .cal-date {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    height: auto;
    width: auto;
  }

  .calendar .cal-row,
.ie9 .calendar .cal-row > .cal-day,
.calendar .cal-row > .cal-day {
    height: auto;
    width: 100%;
    border: none;
  }

  .calendar .cal-row > .cal-day.last-day {
    border-bottom: 0;
  }

  .calendar .cal-row > .cal-day > .cal-date {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    color: #285aa6;
    font-size: 1.75em;
    font-weight: 100;
    height: 60px;
    line-height: 60px;
    width: 40px;
    padding: 0 5px;
    text-align: center;
  }

  .calendar .cal-row > .cal-day > .cal-date a:before {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
    right: auto;
  }

  .calendar .cal-row > .cal-day {
    float: none;
    min-height: 4em;
    padding: 1em;
    position: relative;
    border-bottom: 1px solid #c6d0d9;
  }

  .calendar .cal-row > .cal-day:empty,
.calendar .cal-row > .cal-day.out-of-month {
    min-height: 0;
    height: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 0;
    display: none;
  }

  .calendar .cal-body {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 1px;
  }

  .calendar .cal-row {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .calendar .cal-head {
    display: none;
  }

  .calendar .cal-row > .cal-day > .cal-events {
    margin-top: 0px;
    padding: 0 0 0 2.5em;
    display: inline-block;
    width: 100%;
  }

  .calendar .cal-row > .cal-day > .cal-events a {
    font-size: 0.8em;
    padding: 2px 0;
  }

  .calendar .cal-row > .cal-today {
    background: rgba(255, 255, 255, 0.2);
  }

  .calendar .cal-row > .cal-today:after {
    display: none;
  }

  .calendar .cal-row > div > .date {
    width: 30px;
    display: inline-block;
    text-align: right;
  }

  .calendar .cal-row > div > span.cal-weekday {
    display: inline-block;
    width: 40px;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 30em) {
  #calendar-switch {
    margin-left: 0px;
  }
}

/* Fullcalendar.io */

/*!
 * FullCalendar v2.4.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */

.cal-title span {
  font-size: 0.8em !important;
  display: inline-block !important;
  margin-left: 0.5rem !important;
  color: #445e71 !important;
}

.fc {
  direction: ltr;
  text-align: left;
  margin-top: 1em;
}

@media screen and (min-width: 40em) {
  .fc {
    margin: 0;
  }
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #c6d0d9;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider {
  background: #c6d0d9;
}

.fc-unthemed .fc-popover .fc-header {
  background: #1e447d;
  color: #fafcfc;
  font-size: 0.8em;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #fafcfc;
}

:not(#opscalendar).fc-unthemed .fc-today:not(.fc-day-header):not(.fc-day-top),
:not(#hospitalCalendar).fc-unthemed .fc-today:not(.fc-day-header):not(.fc-day-top) {
  background: #fef9ca;
}

:not(#opscalendar).fc-unthemed .fc-today:not(.fc-day-header):not(.fc-day-top).fc-state-highlight,
:not(#hospitalCalendar).fc-unthemed .fc-today:not(.fc-day-header):not(.fc-day-top).fc-state-highlight {
  background: #fffce3;
}

.fc-highlight {
  /* when user is selecting cells */
  background: #1a89ee;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon::before,
.fc-icon::after {
  font-family: "Material Icons";
  font-style: normal;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon-left-single-arrow {
  margin: 0 1px 0 0 !important;
}

.fc-icon-left-single-arrow:after {
  content: "keyboard_arrow_left";
  font-weight: bold;
}

.fc-icon-right-single-arrow:after {
  content: "keyboard_arrow_right";
  font-weight: bold;
}

.fc-icon-left-double-arrow:after {
  content: "arrow_left";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "arrow_right";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "arrow_left";
  font-size: 125%;
  top: 3%;
  left: -2%;
}

.fc-icon-right-triangle:after {
  content: "arrow_right";
  font-size: 125%;
  top: 3%;
  left: 2%;
}

.fc-icon-down-triangle:after {
  content: "arrow_drop_down";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "close";
  font-size: 1.2em;
  top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
}

/* Firefox has an annoying inner border */

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  margin: 0 2px;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.fc-state-default {
  background-color: #8ba1b1 !important;
  color: #fafcfc !important;
}

.fc-state-disabled,
.fc-state-disabled:hover {
  color: #231f20 !important;
  background-color: #c6d0d9 !important;
}

.fc-prev-button,
.fc-next-button {
  color: #fafcfc !important;
  background-color: #445e71 !important;
}

.fc-state-hover {
  color: #fafcfc !important;
  text-decoration: none;
  background: #0f6fc6 !important;
}

.fc-state-down,
.fc-state-active {
  color: #fafcfc !important;
  background: #0f6fc6 !important;
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 0.5em;
  height: 1.25rem;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

.fc-popover .fc-widget-content .fc-event-container {
  position: relative;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
  font-size: 0.65em;
}

@media screen and (min-width: 30em) {
  .fc th {
    font-size: 0.75em;
  }
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

.fc-head {
  background: #1e447d;
  border-color: #1e447d;
}

.fc-head td,
.fc-head th {
  border-color: #1e447d;
  color: #fafcfc;
}

.fc-head td {
  height: 30px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 0.9em;
}

#opscalendar .fc-head,
#hospitalCalendar .fc-head {
  background: #0a2d58;
  border-color: #0a2d58;
}

#opscalendar .fc-head td,
#hospitalCalendar .fc-head td {
  height: 24px;
}

#opscalendar .fc-head td,
#opscalendar .fc-head th,
#hospitalCalendar .fc-head td,
#hospitalCalendar .fc-head th {
  border-color: #0a2d58;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 0;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
  position: relative;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow: initial !important;
}

.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}

.fc-event.new .badge.new {
  position: absolute;
  z-index: 2;
  font-size: 8px;
  border-radius: 50px;
  font-style: italic;
  font-weight: 700;
  padding: 2px 5px;
  text-transform: lowercase;
  top: -7px;
  right: -7px;
  background: #10ad51;
  color: #fafcfc;
  -webkit-box-shadow: 0 1px 1px rgba(30, 68, 125, 0.8);
          box-shadow: 0 1px 1px rgba(30, 68, 125, 0.8);
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */

.fc-event,
.fc-event:hover,
.fc-event:focus,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event:hover .fc-title {
  text-decoration: underline;
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
  filter: alpha(opacity=25);
  /* for IE */
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
  line-height: 1;
  width: calc(100% - 12px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 6px;
}

.fc-event .fc-content i {
  font-size: 14px;
  vertical-align: text-bottom;
  margin-right: 2px;
}

.other-month .fc-event .fc-content {
  opacity: 0.75;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 3;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer */

.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px;
}

/* left resizer  */

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize;
}

/* right resizer */

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize;
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
  margin: 0 1px 1px;
  padding: 3px 0;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 600;
}

@media screen and (min-width: 40em) {
  .fc-day-grid-event {
    margin: 1px 0 3px;
  }
}

@media screen and (min-width: 52.5em) {
  .fc-day-grid-event {
    margin: 1px 0 2px;
  }
}

.fc-day-grid-event.fc-day.has-new {
  background: #fdd835;
}

.fc-day-grid-event .fc-time {
  color: #231f20;
}

.fc-day-grid-event .fc-title {
  color: #231f20;
}

.fc-day-grid-event .fc-time {
  font-weight: 800;
}

.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px;
}

.fc-basicDay-view .fc-content {
  padding: 0;
}

.fc-basicDay-view .fc-event {
  font-size: 0.75em;
}

.fc-basicDay-view .fc-day-grid-event {
  font-weight: 400;
  padding: 5px;
  margin: 2px;
}

@media screen and (min-width: 40em) {
  .fc-basicWeek-view .fc-event {
    font-size: 0.8em;
  }

  .fc-basicWeek-view .fc-day-grid-event {
    padding: 2px 4px;
  }

  .fc-basicDay-view .fc-event {
    font-size: 0.75em;
  }

  .fc-basicDay-view .fc-day-grid-event {
    padding: 8px 12px;
    margin: 2px;
  }
}

@media screen and (min-width: 52.5em) {
  .fc-basicWeek-view .fc-event {
    font-size: 0.75em;
  }

  .fc-basicWeek-view .fc-day-grid-event {
    padding: 3px 0;
    margin: 4px 0;
  }

  .fc-basicDay-view .fc-event {
    font-size: 0.9em;
  }

  .fc-basicDay-view .fc-title {
    color: #1e447d;
    font-weight: 600;
  }
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
  margin: 0;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: bold;
  padding: 3px;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */

@media screen and (max-width: 40em) {
  .fc-more-cell > div a.fc-more {
    font-size: 10px;
    padding: 5px 0;
  }
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
  text-align: center;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 40em) {
  .fc-toolbar {
    margin: 1em 0 0.5em;
  }
}

.fc-toolbar .fc-button {
  background: #8ba1b1;
  color: #fafcfc;
  font-size: 0.5rem !important;
  padding: 0.25rem 0.4rem !important;
}

@media screen and (min-width: 52.5em) {
  .fc-toolbar .fc-button {
    font-size: 0.5rem !important;
    padding: 0.35rem 0.7rem !important;
    line-height: 1.25 !important;
  }
}

.fc-toolbar .fc-button.active {
  background: #0f6fc6 !important;
}

.box .fc-toolbar {
  margin-top: 0;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-right .fc-button-group button {
  font-size: 0.5rem !important;
  padding: 0.05rem 0.25rem !important;
  line-height: 1 !important;
}

@media screen and (min-width: 52.5em) {
  .fc-toolbar .fc-right .fc-button-group button {
    padding: 0.175rem 0.5rem !important;
  }
}

.fc-toolbar .fc-center {
  display: inline-block;
  margin-top: 0.5rem;
}

@media screen and (min-width: 40em) {
  .fc-toolbar .fc-center {
    margin-top: 0;
  }
}

.fc-toolbar .fc-center h2 {
  font-size: 0.9rem;
  font-weight: bold;
}

@media screen and (min-width: 40em) {
  .fc-toolbar .fc-center h2 {
    font-size: 1.1rem;
    font-weight: normal;
  }
}

@media screen and (min-width: 52.5em) {
  .fc-toolbar .fc-center h2 {
    font-size: 1.25rem;
  }
}

#opscalendar .fc-toolbar .fc-center,
#hospitalCalendar .fc-toolbar .fc-center {
  margin-top: 0;
}

/* the things within each left/right/center section */

.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.5em;
}

/* the first thing within each left/center/right section */

.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
  position: relative;
  height: 1.25rem;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 0;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */

/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view-container {
  position: relative;
}

.fc-view-container .load-view {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8) url("/img/loading.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  z-index: 10000;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 998;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

@media screen and (min-width: 40em) {
  .fc-basic-view .fc-body .fc-row {
    min-height: 140px;
  }
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 0;
  padding-bottom: 0;
}

.fc-basic-view .fc-week-number {
  text-align: center;
}

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
  color: #8ba1b1;
  font-weight: 600;
  font-size: 0.85rem;
}

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

.fc-day.fc-other-month {
  background-color: #f7f8fa;
}

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 4em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc .fc-axis span {
  font-size: 0.85em;
}

@media screen and (min-width: 40em) {
  .fc .fc-axis span {
    font-size: 0.9em;
  }
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
  z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
  z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
  font-size: 0.85rem;
  line-height: 1.3;
  display: inline-block;
}

.fc-time-grid-event .fc-title {
  color: #1e447d;
  display: inline;
}

.fc-time-grid-event .fc-time {
  font-size: 0.9rem;
  white-space: nowrap;
  font-weight: 800;
  margin-right: 3px;
  display: inline;
}

.fc-time-grid-event .tooltip-item .tooltip:after {
  margin-left: -17px;
}

.fc-time-grid-event .fc-content {
  line-height: inherit;
  padding: 0 4px;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer */

.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
  content: "=";
}

.dayWithEvent {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dayWithEvent:hover {
  cursor: pointer;
}

.viewDayEvents.fc-day-number span {
  display: block;
  text-align: right;
}

.viewDayEvents.fc-day-number:hover span {
  color: #0f6fc6;
}

.fc-event-container .viewDayEvents {
  cursor: pointer;
  padding: 1px 2px;
  font-size: 0.65rem;
  display: block;
  color: #445e71;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  line-height: 1;
}

@media screen and (max-width: 40em) {
  .fc-event-container .viewDayEvents {
    font-size: 0.6rem;
  }
}

.fc-event-container .viewDayEvents:hover {
  color: #0f6fc6;
}

@media screen and (max-width: 40em) {
  .fc-month-view .fc-content-skeleton .fc-event-container.dayWithEvent .fc-event,
.fc-basicWeek-view .fc-content-skeleton .fc-event-container.dayWithEvent .fc-event {
    padding: 2px 0;
  }

  .fc-month-view .fc-content-skeleton .fc-event-container.dayWithEvent .fc-event .event-details,
.fc-basicWeek-view .fc-content-skeleton .fc-event-container.dayWithEvent .fc-event .event-details {
    display: none;
  }

  .fc-month-view .fc-content-skeleton .fc-event-container.dayWithEvent .fc-event .fc-content,
.fc-basicWeek-view .fc-content-skeleton .fc-event-container.dayWithEvent .fc-event .fc-content {
    padding: 0;
    width: 100%;
  }

  .fc-month-view .fc-content-skeleton .fc-event-container.dayWithEvent .fc-event .fc-content i,
.fc-basicWeek-view .fc-content-skeleton .fc-event-container.dayWithEvent .fc-event .fc-content i {
    display: none;
  }

  .fc-month-view .fc-content-skeleton .fc-event-container.dayWithEvent .fc-event .fc-content .fc-time,
.fc-basicWeek-view .fc-content-skeleton .fc-event-container.dayWithEvent .fc-event .fc-content .fc-time {
    display: none;
  }
}

.calendar-event-list .event-details-item {
  position: relative;
  margin: 2px;
  padding: 8px 12px;
  font-size: 0.9rem;
  display: block;
  color: #1e447d;
  line-height: 1rem;
  text-decoration: none;
  font-weight: 600;
}

@media screen and (max-width: 40em) {
  .calendar-event-list .event-details-item {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 6px;
  }
}

.calendar-event-list .event-details-item:hover {
  color: #0f6fc6;
}

.calendar-event-list .event-details-item:hover .fc-title {
  text-decoration: underline;
}

.calendar-event-list .event-details-item .fc-title {
  color: #1e447d;
  font-size: 1.2em;
}

.calendar-event-list .event-details-item .fc-time {
  color: #231f20;
  display: inline-block;
  font-weight: 600;
  margin-left: 0.1rem;
}

.event-details {
  display: block;
  position: relative;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  color: #231f20;
  font-weight: 400;
}

@media screen and (max-width: 40em) {
  .event-details {
    font-size: 0.75rem;
  }
}

.event-details p {
  color: inherit;
  margin-bottom: 0.4rem;
  font-size: inherit;
}

@media screen and (max-width: 40em) {
  .event-details p {
    margin-bottom: 0.15rem;
  }
}

.event-details p strong {
  color: #231f20;
}

.event-details p.green {
  color: #10ad51;
}

.event-details .status,
.fc-event .status {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0.75em;
  line-height: 1.65;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
}

.event-details .status i,
.fc-event .status i {
  font-size: 15px;
  margin-right: 3px;
}

.fc-event.ops-item {
  margin: 3px;
  padding: 0 5px 8px;
  border-radius: 3px;
  position: relative;
}

.fc-event.ops-item .fc-content {
  padding: 0;
  width: 100%;
}

.fc-event.ops-item .event-details {
  font-size: 0.75rem;
  margin-top: 0;
  color: #314451;
}

.fc-event.ops-item .event-details p {
  color: #314451;
  margin-bottom: 3px;
}

.fc-event.ops-item .event-details strong {
  color: #314451;
}

.fc-event.ops-item .event-details .ops-case-title {
  margin-bottom: 3px;
}

.fc-event.ops-item .event-details .ops-case-title > div:first-child {
  font-weight: 600;
  text-transform: uppercase;
}

.fc-event.ops-item .event-details .ops-hospital,
.fc-event.ops-item .event-details .ops-title {
  font-weight: 600;
  font-size: 0.725rem;
  color: #231f20;
  line-height: 1.2;
}

.fc-event.ops-item .event-details .ops-title {
  font-size: 0.775rem;
}

.fc-event.ops-item .event-details .ops-surgeon,
.fc-event.ops-item .event-details .ops-subtitle {
  font-weight: 600;
}

.fc-event.ops-item .event-details .ops-subtitle {
  font-size: 0.75rem;
}

.fc-event.ops-item .ops-tray-status .badge.small {
  font-size: 0.6rem;
}

.fc-event.ops-item .status {
  position: relative;
  margin: 0 -5px 2px;
  width: calc(100% + 3px);
  top: auto;
  padding: 3px 0.35em 2px;
  line-height: 1.2;
  font-size: 0.6rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
  text-align: center;
}

.fc-event.ops-item .ops-case-flags {
  position: absolute;
  right: 2px;
  bottom: 2px;
}

.fc-event.ops-item .ops-case-flags span {
  margin-right: 0;
  margin-left: 2px;
  font-size: 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 16px;
  border-radius: 50px;
  padding: 0;
}

.fc-event.ops-item .ops-case-flags span i {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.expander {
  display: inline-block;
}

.expander .expander-trigger {
  cursor: pointer;
  display: block;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #0f6fc6;
  font-weight: 600;
}

.expander .expander-trigger i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.expander .expander-content p {
  color: #231f20;
  line-height: 1.5;
}

.expander .expander-hidden {
  color: #445e71;
}

.expander .expander-hidden i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.expander .expander-hidden + .expander-content {
  display: none;
}

.toggle-element i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.toggle-element.active i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.flash-info, .flash-success, .flash-notice, .flash-error, .flash-alert, .flash-warning {
  display: block;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding: 0.6rem;
}

.flash-warning {
  background: rgba(252, 237, 216, 0.95);
  color: #293c4e;
  border: 1px solid #f6d29b;
  font-size: 0.8rem;
  line-height: 1.1;
}

.flash-warning a {
  color: #1e447d;
}

.flash-warning p {
  font-size: 0.8rem;
  line-height: 1.1;
  color: #293c4e !important;
}

.flash-warning i {
  vertical-align: text-top;
}

.flash-warning.flash-notice i {
  color: #0f6fc6;
}

@media screen and (min-width: 52.5em) {
  .flash-warning {
    padding: 0.75rem;
    font-size: 1rem;
  }

  .flash-warning p {
    font-size: 0.9rem;
  }
}

.flash-warning.warning {
  color: #763307;
}

.flash-warning p:last-child {
  margin: 0;
}

.flash-warning.small {
  padding: 0.5rem 0.6rem;
  font-size: 0.85rem;
}

.flash-warning.small p {
  font-size: 0.85rem;
  line-height: 1.2;
}

.flash-warning.small i {
  font-size: 1rem;
}

.flash-warning.top {
  border-top: 0;
  margin: 0;
  z-index: 100000;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.85rem;
  position: fixed;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .flash-warning.top {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
}

.flash-warning.top .close-message {
  color: #231f20;
  text-decoration: none;
  border: 0;
  font-size: 1.2rem;
}

.flash-warning.impersonation {
  font-size: 0.75rem;
  font-weight: 600;
  background: #e53935;
  color: #fafcfc;
  opacity: 0.8;
  padding: 5px;
  border: 0 none;
  margin: 0;
  z-index: 100000;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
}

.flash-warning.flash {
  position: fixed;
  top: 55px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  height: 50px;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 10px rgba(41, 60, 78, 0.25);
          box-shadow: 0 2px 10px rgba(41, 60, 78, 0.25);
  border-top-width: 2px;
  border: 2px solid #f6d29b;
}

@media screen and (min-width: 40em) {
  .flash-warning.flash {
    top: 60px;
  }
}

@media screen and (min-width: 52.5em) {
  .flash-warning.flash {
    margin-left: -20%;
    width: 40%;
    height: 50px;
  }
}

.flash-warning.flash.flash-error {
  font-weight: 600;
  color: #da201c;
}

.flash-warning.always {
  z-index: 10000;
  position: fixed;
  width: 100%;
  min-height: 0;
  border-color: transparent;
  background: transparent;
  color: #fafcfc;
  padding: 0.25rem 0 0 0;
  font-size: 0.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 40em) {
  .flash-warning.always {
    display: none;
  }
}

.flash-warning.simple {
  padding: 0.4615384615rem 0.5rem;
  font-weight: normal;
  font-size: 0.8rem;
  margin: 0;
}

.flash-warning .bold {
  font-weight: 500;
}

.header .flash-warning {
  margin-top: -1em;
}

.flash-alert {
  background: rgba(255, 252, 227, 0.95);
  color: #293c4e;
  border: 1px solid #fff5a1;
  font-size: 0.8rem;
  line-height: 1.1;
}

.flash-alert a {
  color: #1e447d;
}

.flash-alert p {
  font-size: 0.8rem;
  line-height: 1.1;
  color: #293c4e !important;
}

.flash-alert i {
  vertical-align: text-top;
}

.flash-alert.flash-notice i {
  color: #0f6fc6;
}

@media screen and (min-width: 52.5em) {
  .flash-alert {
    padding: 0.75rem;
    font-size: 1rem;
  }

  .flash-alert p {
    font-size: 0.9rem;
  }
}

.flash-alert.warning {
  color: #763307;
}

.flash-alert p:last-child {
  margin: 0;
}

.flash-alert.small {
  padding: 0.5rem 0.6rem;
  font-size: 0.85rem;
}

.flash-alert.small p {
  font-size: 0.85rem;
  line-height: 1.2;
}

.flash-alert.small i {
  font-size: 1rem;
}

.flash-alert.top {
  border-top: 0;
  margin: 0;
  z-index: 100000;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.85rem;
  position: fixed;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .flash-alert.top {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
}

.flash-alert.top .close-message {
  color: #231f20;
  text-decoration: none;
  border: 0;
  font-size: 1.2rem;
}

.flash-alert.impersonation {
  font-size: 0.75rem;
  font-weight: 600;
  background: #e53935;
  color: #fafcfc;
  opacity: 0.8;
  padding: 5px;
  border: 0 none;
  margin: 0;
  z-index: 100000;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
}

.flash-alert.flash {
  position: fixed;
  top: 55px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  height: 50px;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 10px rgba(41, 60, 78, 0.25);
          box-shadow: 0 2px 10px rgba(41, 60, 78, 0.25);
  border-top-width: 2px;
  border: 2px solid #fff5a1;
}

@media screen and (min-width: 40em) {
  .flash-alert.flash {
    top: 60px;
  }
}

@media screen and (min-width: 52.5em) {
  .flash-alert.flash {
    margin-left: -20%;
    width: 40%;
    height: 50px;
  }
}

.flash-alert.flash.flash-error {
  font-weight: 600;
  color: #da201c;
}

.flash-alert.always {
  z-index: 10000;
  position: fixed;
  width: 100%;
  min-height: 0;
  border-color: transparent;
  background: transparent;
  color: #fafcfc;
  padding: 0.25rem 0 0 0;
  font-size: 0.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 40em) {
  .flash-alert.always {
    display: none;
  }
}

.flash-alert.simple {
  padding: 0.4615384615rem 0.5rem;
  font-weight: normal;
  font-size: 0.8rem;
  margin: 0;
}

.flash-alert .bold {
  font-weight: 500;
}

.header .flash-alert {
  margin-top: -1em;
}

.flash-error {
  background: rgba(252, 231, 233, 0.95);
  color: #293c4e;
  border: 1px solid #f4adb4;
  font-size: 0.8rem;
  line-height: 1.1;
}

.flash-error a {
  color: #1e447d;
}

.flash-error p {
  font-size: 0.8rem;
  line-height: 1.1;
  color: #293c4e !important;
}

.flash-error i {
  vertical-align: text-top;
}

.flash-error.flash-notice i {
  color: #0f6fc6;
}

@media screen and (min-width: 52.5em) {
  .flash-error {
    padding: 0.75rem;
    font-size: 1rem;
  }

  .flash-error p {
    font-size: 0.9rem;
  }
}

.flash-error.warning {
  color: #763307;
}

.flash-error p:last-child {
  margin: 0;
}

.flash-error.small {
  padding: 0.5rem 0.6rem;
  font-size: 0.85rem;
}

.flash-error.small p {
  font-size: 0.85rem;
  line-height: 1.2;
}

.flash-error.small i {
  font-size: 1rem;
}

.flash-error.top {
  border-top: 0;
  margin: 0;
  z-index: 100000;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.85rem;
  position: fixed;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .flash-error.top {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
}

.flash-error.top .close-message {
  color: #231f20;
  text-decoration: none;
  border: 0;
  font-size: 1.2rem;
}

.flash-error.impersonation {
  font-size: 0.75rem;
  font-weight: 600;
  background: #e53935;
  color: #fafcfc;
  opacity: 0.8;
  padding: 5px;
  border: 0 none;
  margin: 0;
  z-index: 100000;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
}

.flash-error.flash {
  position: fixed;
  top: 55px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  height: 50px;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 10px rgba(41, 60, 78, 0.25);
          box-shadow: 0 2px 10px rgba(41, 60, 78, 0.25);
  border-top-width: 2px;
  border: 2px solid #f4adb4;
}

@media screen and (min-width: 40em) {
  .flash-error.flash {
    top: 60px;
  }
}

@media screen and (min-width: 52.5em) {
  .flash-error.flash {
    margin-left: -20%;
    width: 40%;
    height: 50px;
  }
}

.flash-error.flash.flash-error {
  font-weight: 600;
  color: #da201c;
}

.flash-error.always {
  z-index: 10000;
  position: fixed;
  width: 100%;
  min-height: 0;
  border-color: transparent;
  background: transparent;
  color: #fafcfc;
  padding: 0.25rem 0 0 0;
  font-size: 0.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 40em) {
  .flash-error.always {
    display: none;
  }
}

.flash-error.simple {
  padding: 0.4615384615rem 0.5rem;
  font-weight: normal;
  font-size: 0.8rem;
  margin: 0;
}

.flash-error .bold {
  font-weight: 500;
}

.header .flash-error {
  margin-top: -1em;
}

.flash-notice {
  background: rgba(235, 248, 254, 0.95);
  color: #293c4e;
  border: 1px solid #abe3fc;
  font-size: 0.8rem;
  line-height: 1.1;
}

.flash-notice a {
  color: #1e447d;
}

.flash-notice p {
  font-size: 0.8rem;
  line-height: 1.1;
  color: #293c4e !important;
}

.flash-notice i {
  vertical-align: text-top;
}

.flash-notice.flash-notice i {
  color: #0f6fc6;
}

@media screen and (min-width: 52.5em) {
  .flash-notice {
    padding: 0.75rem;
    font-size: 1rem;
  }

  .flash-notice p {
    font-size: 0.9rem;
  }
}

.flash-notice.warning {
  color: #763307;
}

.flash-notice p:last-child {
  margin: 0;
}

.flash-notice.small {
  padding: 0.5rem 0.6rem;
  font-size: 0.85rem;
}

.flash-notice.small p {
  font-size: 0.85rem;
  line-height: 1.2;
}

.flash-notice.small i {
  font-size: 1rem;
}

.flash-notice.top {
  border-top: 0;
  margin: 0;
  z-index: 100000;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.85rem;
  position: fixed;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .flash-notice.top {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
}

.flash-notice.top .close-message {
  color: #231f20;
  text-decoration: none;
  border: 0;
  font-size: 1.2rem;
}

.flash-notice.impersonation {
  font-size: 0.75rem;
  font-weight: 600;
  background: #e53935;
  color: #fafcfc;
  opacity: 0.8;
  padding: 5px;
  border: 0 none;
  margin: 0;
  z-index: 100000;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
}

.flash-notice.flash {
  position: fixed;
  top: 55px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  height: 50px;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 10px rgba(41, 60, 78, 0.25);
          box-shadow: 0 2px 10px rgba(41, 60, 78, 0.25);
  border-top-width: 2px;
  border: 2px solid #abe3fc;
}

@media screen and (min-width: 40em) {
  .flash-notice.flash {
    top: 60px;
  }
}

@media screen and (min-width: 52.5em) {
  .flash-notice.flash {
    margin-left: -20%;
    width: 40%;
    height: 50px;
  }
}

.flash-notice.flash.flash-error {
  font-weight: 600;
  color: #da201c;
}

.flash-notice.always {
  z-index: 10000;
  position: fixed;
  width: 100%;
  min-height: 0;
  border-color: transparent;
  background: transparent;
  color: #fafcfc;
  padding: 0.25rem 0 0 0;
  font-size: 0.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 40em) {
  .flash-notice.always {
    display: none;
  }
}

.flash-notice.simple {
  padding: 0.4615384615rem 0.5rem;
  font-weight: normal;
  font-size: 0.8rem;
  margin: 0;
}

.flash-notice .bold {
  font-weight: 500;
}

.header .flash-notice {
  margin-top: -1em;
}

.flash-success {
  background: rgba(211, 235, 211, 0.95);
  color: #293c4e;
  border: 1px solid #a5d6a7;
  font-size: 0.8rem;
  line-height: 1.1;
}

.flash-success a {
  color: #1e447d;
}

.flash-success p {
  font-size: 0.8rem;
  line-height: 1.1;
  color: #293c4e !important;
}

.flash-success i {
  vertical-align: text-top;
}

.flash-success.flash-notice i {
  color: #0f6fc6;
}

@media screen and (min-width: 52.5em) {
  .flash-success {
    padding: 0.75rem;
    font-size: 1rem;
  }

  .flash-success p {
    font-size: 0.9rem;
  }
}

.flash-success.warning {
  color: #763307;
}

.flash-success p:last-child {
  margin: 0;
}

.flash-success.small {
  padding: 0.5rem 0.6rem;
  font-size: 0.85rem;
}

.flash-success.small p {
  font-size: 0.85rem;
  line-height: 1.2;
}

.flash-success.small i {
  font-size: 1rem;
}

.flash-success.top {
  border-top: 0;
  margin: 0;
  z-index: 100000;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.85rem;
  position: fixed;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .flash-success.top {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
}

.flash-success.top .close-message {
  color: #231f20;
  text-decoration: none;
  border: 0;
  font-size: 1.2rem;
}

.flash-success.impersonation {
  font-size: 0.75rem;
  font-weight: 600;
  background: #e53935;
  color: #fafcfc;
  opacity: 0.8;
  padding: 5px;
  border: 0 none;
  margin: 0;
  z-index: 100000;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
}

.flash-success.flash {
  position: fixed;
  top: 55px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  height: 50px;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 10px rgba(41, 60, 78, 0.25);
          box-shadow: 0 2px 10px rgba(41, 60, 78, 0.25);
  border-top-width: 2px;
  border: 2px solid #a5d6a7;
}

@media screen and (min-width: 40em) {
  .flash-success.flash {
    top: 60px;
  }
}

@media screen and (min-width: 52.5em) {
  .flash-success.flash {
    margin-left: -20%;
    width: 40%;
    height: 50px;
  }
}

.flash-success.flash.flash-error {
  font-weight: 600;
  color: #da201c;
}

.flash-success.always {
  z-index: 10000;
  position: fixed;
  width: 100%;
  min-height: 0;
  border-color: transparent;
  background: transparent;
  color: #fafcfc;
  padding: 0.25rem 0 0 0;
  font-size: 0.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 40em) {
  .flash-success.always {
    display: none;
  }
}

.flash-success.simple {
  padding: 0.4615384615rem 0.5rem;
  font-weight: normal;
  font-size: 0.8rem;
  margin: 0;
}

.flash-success .bold {
  font-weight: 500;
}

.header .flash-success {
  margin-top: -1em;
}

.flash-info {
  background: rgba(241, 243, 246, 0.95);
  color: #293c4e;
  border: 1px solid #c9d0dc;
  font-size: 0.8rem;
  line-height: 1.1;
}

.flash-info a {
  color: #1e447d;
}

.flash-info p {
  font-size: 0.8rem;
  line-height: 1.1;
  color: #293c4e !important;
}

.flash-info i {
  vertical-align: text-top;
}

.flash-info.flash-notice i {
  color: #0f6fc6;
}

@media screen and (min-width: 52.5em) {
  .flash-info {
    padding: 0.75rem;
    font-size: 1rem;
  }

  .flash-info p {
    font-size: 0.9rem;
  }
}

.flash-info.warning {
  color: #763307;
}

.flash-info p:last-child {
  margin: 0;
}

.flash-info.small {
  padding: 0.5rem 0.6rem;
  font-size: 0.85rem;
}

.flash-info.small p {
  font-size: 0.85rem;
  line-height: 1.2;
}

.flash-info.small i {
  font-size: 1rem;
}

.flash-info.top {
  border-top: 0;
  margin: 0;
  z-index: 100000;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.85rem;
  position: fixed;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .flash-info.top {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
}

.flash-info.top .close-message {
  color: #231f20;
  text-decoration: none;
  border: 0;
  font-size: 1.2rem;
}

.flash-info.impersonation {
  font-size: 0.75rem;
  font-weight: 600;
  background: #e53935;
  color: #fafcfc;
  opacity: 0.8;
  padding: 5px;
  border: 0 none;
  margin: 0;
  z-index: 100000;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
}

.flash-info.flash {
  position: fixed;
  top: 55px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  height: 50px;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 10px rgba(41, 60, 78, 0.25);
          box-shadow: 0 2px 10px rgba(41, 60, 78, 0.25);
  border-top-width: 2px;
  border: 2px solid #c9d0dc;
}

@media screen and (min-width: 40em) {
  .flash-info.flash {
    top: 60px;
  }
}

@media screen and (min-width: 52.5em) {
  .flash-info.flash {
    margin-left: -20%;
    width: 40%;
    height: 50px;
  }
}

.flash-info.flash.flash-error {
  font-weight: 600;
  color: #da201c;
}

.flash-info.always {
  z-index: 10000;
  position: fixed;
  width: 100%;
  min-height: 0;
  border-color: transparent;
  background: transparent;
  color: #fafcfc;
  padding: 0.25rem 0 0 0;
  font-size: 0.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 40em) {
  .flash-info.always {
    display: none;
  }
}

.flash-info.simple {
  padding: 0.4615384615rem 0.5rem;
  font-weight: normal;
  font-size: 0.8rem;
  margin: 0;
}

.flash-info .bold {
  font-weight: 500;
}

.header .flash-info {
  margin-top: -1em;
}

.flash-alert {
  color: #e53935;
}

.inline-errors {
  margin-bottom: 0em;
  width: 100%;
  text-align: left;
}

.inline-errors li {
  color: #e53935;
}

.tag {
  font-weight: 600;
  font-style: normal;
  line-height: 1.15;
  padding: 0.2rem 0.5rem;
  text-align: center;
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-size: 0.75rem;
  margin: 0 0.25rem 0.25rem;
  border-radius: 50px;
}

/* Badges */

a.badge {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.split-badge {
  padding: 0 0.65rem 0 0;
  border-radius: 2em;
  font-size: 0.7rem;
  color: #231f20;
  font-style: italic;
}

.split-badge.extra-small, .split-badge.tiny {
  padding: 0 0.5em 0 0;
  font-size: 0.65rem;
}

@media screen and (min-width: 40em) {
  .split-badge.extra-small, .split-badge.tiny {
    padding: 2px 0.5em;
  }
}

.badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #f1f3f6;
  border-radius: 2em;
  color: #293c4e;
  font-size: 0.7rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  padding: 0.2rem 0.65rem;
  text-align: center;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}

.badge.flex {
  line-height: 1.75;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.badge span {
  color: black;
}

.badge i {
  vertical-align: middle;
  margin-right: 3px;
  font-size: 17px;
}

.badge.small {
  padding: 0.15rem 0.5rem 0.19rem;
  font-size: 0.65rem;
}

.badge.small i {
  font-size: 16px;
}

.badge.extra-small, .badge.tiny {
  padding: 1px 0.5em;
  font-size: 0.55rem;
}

@media screen and (min-width: 40em) {
  .badge.extra-small, .badge.tiny {
    padding: 2px 0.5em;
  }
}

.badge.inline {
  display: inline-block;
}

.badge.loaner-status, .badge.kit-status, .badge.status {
  text-transform: uppercase;
  padding: 0.15rem 0.5rem 0.19rem;
}

.badge.loaner-status .all, .badge.kit-status .all, .badge.status .all {
  color: inherit;
  background: inherit;
}

.badge.loaner-status .edit-status, .badge.kit-status .edit-status, .badge.status .edit-status {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  text-transform: none;
  color: #0f6fc6;
  font-weight: normal;
}

.badge.loaner-status .edit-status:hover, .badge.kit-status .edit-status:hover, .badge.status .edit-status:hover {
  color: #1e447d;
  text-decoration: none;
}

.badge.loaner-status i, .badge.kit-status i, .badge.status i {
  font-size: 15px;
  margin-left: 0.25em;
  margin-right: 0;
}

.badge.status-change {
  padding: 0.25rem 0.5rem;
}

.badge.right {
  float: right;
}

@media screen and (min-width: 40em) {
  .badge.right {
    float: right;
  }
}

.badge.status-change {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 40em) {
  .badge {
    font-size: 0.75rem;
  }
}

.badge.details {
  margin-bottom: 2em;
}

.badge.medium {
  font-size: 1.25rem;
}

.badge.large {
  font-size: 1.5rem;
}

.badge.pulsing-highlight {
  -webkit-animation: pulsingBackground 1.4s infinite;
          animation: pulsingBackground 1.4s infinite;
}

.badge.red, .badge.scheduled {
  background: #e53935;
  color: #fafcfc;
}

.badge.accepted {
  background: #445e71;
  color: #fafcfc;
}

.badge.green, .badge.success {
  background: #10ad51;
  color: #fafcfc;
}

.badge.light-green, .badge.partial_success {
  background: #81c784;
  color: #fafcfc;
}

.badge.orange, .badge.alert, .badge.delivered:not(.vendor) {
  background: #d75d0c;
  color: #fafcfc;
}

.badge.delivered.vendor, .badge.on-site:not(.vendor) {
  background: #10ad51;
  color: #fafcfc;
}

.badge.light-orange, .badge.partially_delivered:not(.vendor) {
  background: #f7a13e;
  color: #fafcfc;
}

.badge.partially_delivered.vendor {
  background: #81c784;
  color: #fafcfc;
}

.badge.shipped, .badge.rolled {
  background: #5ca6df;
  color: #fff;
}

.badge.partially_shipped {
  background: #71b2e3;
  color: #fff;
}

.badge.teal {
  background: #09d0d9;
  color: #fafcfc;
}

.badge.square {
  border-radius: 2px;
}

.badge.gray {
  background: #445e71;
  color: #fafcfc;
}

.badge.notice, .badge.rep {
  background: #0f6fc6;
  color: #fafcfc;
}

.badge.notice span, .badge.rep span {
  padding: 0 0 0 0.75em;
  color: #fafcfc;
}

.badge.alert, .badge.error, .badge.superadmin {
  background: #fce7e9;
  color: #e2231e;
}

.badge.alert span, .badge.error span, .badge.superadmin span {
  color: #e2231e;
  padding: 0 0 0 0.75em;
}

.badge.canceled {
  background: #c6d0d9;
  color: #fafcfc;
}

.badge.dark {
  background: #0a2d58;
  color: #fafcfc;
}

.badge.pending, .badge.message, .badge.partial {
  background: #fdf398;
  color: #32495f;
}

.badge.missing {
  background: #e53935;
  color: #fafcfc;
}

.badge.uppercase {
  text-transform: uppercase;
}

.badge.replenished {
  background: #09d0d9;
  color: #fafcfc;
}

.badge.billed {
  background: #c8e6c9;
  color: #0a6730;
}

.badge.info {
  border: 1px solid #0f6fc6;
  display: inline-block;
  font-size: 0.75em;
  padding: 0.1em 0.5em 0.1em 0.5em;
  background: #fafcfc;
  color: #0f6fc6;
  margin-right: 0.5em;
}

.badge.warning, .badge.admin {
  background: #f7a13e;
  color: #fafcfc;
}

.badge.success, .badge.owner {
  background: #10ad51;
  color: #fafcfc;
}

.badge.badge,
.view-button:not(.fancybox-button).badge,
.save-button:not(.fancybox-button).badge,
.add-button:not(.fancybox-button).badge,
.tab-button:not(.fancybox-button).badge,
.fileinput-button.badge,
input[type=submit].badge {
  cursor: default;
}

.badge.small i.material-icons,
.view-button:not(.fancybox-button).small i.material-icons,
.save-button:not(.fancybox-button).small i.material-icons,
.add-button:not(.fancybox-button).small i.material-icons,
.tab-button:not(.fancybox-button).small i.material-icons,
.fileinput-button.small i.material-icons,
input[type=submit].small i.material-icons {
  line-height: 11px;
}

.badge.loaner-status, .badge.kit-status,
.view-button:not(.fancybox-button).loaner-status,
.view-button:not(.fancybox-button).kit-status,
.save-button:not(.fancybox-button).loaner-status,
.save-button:not(.fancybox-button).kit-status,
.add-button:not(.fancybox-button).loaner-status,
.add-button:not(.fancybox-button).kit-status,
.tab-button:not(.fancybox-button).loaner-status,
.tab-button:not(.fancybox-button).kit-status,
.fileinput-button.loaner-status,
.fileinput-button.kit-status,
input[type=submit].loaner-status,
input[type=submit].kit-status {
  color: #fff;
  background: #445e71;
}

.badge.loaner-status.small i, .badge.kit-status.small i,
.view-button:not(.fancybox-button).loaner-status.small i,
.view-button:not(.fancybox-button).kit-status.small i,
.save-button:not(.fancybox-button).loaner-status.small i,
.save-button:not(.fancybox-button).kit-status.small i,
.add-button:not(.fancybox-button).loaner-status.small i,
.add-button:not(.fancybox-button).kit-status.small i,
.tab-button:not(.fancybox-button).loaner-status.small i,
.tab-button:not(.fancybox-button).kit-status.small i,
.fileinput-button.loaner-status.small i,
.fileinput-button.kit-status.small i,
input[type=submit].loaner-status.small i,
input[type=submit].kit-status.small i {
  font-size: 13px;
  margin-right: 0.15em;
  margin-left: -1px;
  line-height: 1;
}

.badge.loaner-status.medium i, .badge.kit-status.medium i,
.view-button:not(.fancybox-button).loaner-status.medium i,
.view-button:not(.fancybox-button).kit-status.medium i,
.save-button:not(.fancybox-button).loaner-status.medium i,
.save-button:not(.fancybox-button).kit-status.medium i,
.add-button:not(.fancybox-button).loaner-status.medium i,
.add-button:not(.fancybox-button).kit-status.medium i,
.tab-button:not(.fancybox-button).loaner-status.medium i,
.tab-button:not(.fancybox-button).kit-status.medium i,
.fileinput-button.loaner-status.medium i,
.fileinput-button.kit-status.medium i,
input[type=submit].loaner-status.medium i,
input[type=submit].kit-status.medium i {
  font-size: 14px;
  margin-right: 0.15em;
  margin-left: -1px;
  line-height: 1;
}

.badge.loaner-status i, .badge.kit-status i,
.view-button:not(.fancybox-button).loaner-status i,
.view-button:not(.fancybox-button).kit-status i,
.save-button:not(.fancybox-button).loaner-status i,
.save-button:not(.fancybox-button).kit-status i,
.add-button:not(.fancybox-button).loaner-status i,
.add-button:not(.fancybox-button).kit-status i,
.tab-button:not(.fancybox-button).loaner-status i,
.tab-button:not(.fancybox-button).kit-status i,
.fileinput-button.loaner-status i,
.fileinput-button.kit-status i,
input[type=submit].loaner-status i,
input[type=submit].kit-status i {
  font-size: 16px;
  margin-right: 0.25em;
  margin-left: 0;
}

.badge.loaner-status.requested, .badge.loaner-status.assigned, .badge.loaner-status.on-site.vendor, .badge.kit-status.requested, .badge.kit-status.assigned, .badge.kit-status.on-site.vendor,
.view-button:not(.fancybox-button).loaner-status.requested,
.view-button:not(.fancybox-button).loaner-status.assigned,
.view-button:not(.fancybox-button).loaner-status.on-site.vendor,
.view-button:not(.fancybox-button).kit-status.requested,
.view-button:not(.fancybox-button).kit-status.assigned,
.view-button:not(.fancybox-button).kit-status.on-site.vendor,
.save-button:not(.fancybox-button).loaner-status.requested,
.save-button:not(.fancybox-button).loaner-status.assigned,
.save-button:not(.fancybox-button).loaner-status.on-site.vendor,
.save-button:not(.fancybox-button).kit-status.requested,
.save-button:not(.fancybox-button).kit-status.assigned,
.save-button:not(.fancybox-button).kit-status.on-site.vendor,
.add-button:not(.fancybox-button).loaner-status.requested,
.add-button:not(.fancybox-button).loaner-status.assigned,
.add-button:not(.fancybox-button).loaner-status.on-site.vendor,
.add-button:not(.fancybox-button).kit-status.requested,
.add-button:not(.fancybox-button).kit-status.assigned,
.add-button:not(.fancybox-button).kit-status.on-site.vendor,
.tab-button:not(.fancybox-button).loaner-status.requested,
.tab-button:not(.fancybox-button).loaner-status.assigned,
.tab-button:not(.fancybox-button).loaner-status.on-site.vendor,
.tab-button:not(.fancybox-button).kit-status.requested,
.tab-button:not(.fancybox-button).kit-status.assigned,
.tab-button:not(.fancybox-button).kit-status.on-site.vendor,
.fileinput-button.loaner-status.requested,
.fileinput-button.loaner-status.assigned,
.fileinput-button.loaner-status.on-site.vendor,
.fileinput-button.kit-status.requested,
.fileinput-button.kit-status.assigned,
.fileinput-button.kit-status.on-site.vendor,
input[type=submit].loaner-status.requested,
input[type=submit].loaner-status.assigned,
input[type=submit].loaner-status.on-site.vendor,
input[type=submit].kit-status.requested,
input[type=submit].kit-status.assigned,
input[type=submit].kit-status.on-site.vendor {
  background: #fdf07f;
  color: #293c4e;
}

.badge.loaner-status.approved, .badge.kit-status.approved,
.view-button:not(.fancybox-button).loaner-status.approved,
.view-button:not(.fancybox-button).kit-status.approved,
.save-button:not(.fancybox-button).loaner-status.approved,
.save-button:not(.fancybox-button).kit-status.approved,
.add-button:not(.fancybox-button).loaner-status.approved,
.add-button:not(.fancybox-button).kit-status.approved,
.tab-button:not(.fancybox-button).loaner-status.approved,
.tab-button:not(.fancybox-button).kit-status.approved,
.fileinput-button.loaner-status.approved,
.fileinput-button.kit-status.approved,
input[type=submit].loaner-status.approved,
input[type=submit].kit-status.approved {
  background: #f7a13e;
}

.badge.loaner-status.warning, .badge.kit-status.warning,
.view-button:not(.fancybox-button).loaner-status.warning,
.view-button:not(.fancybox-button).kit-status.warning,
.save-button:not(.fancybox-button).loaner-status.warning,
.save-button:not(.fancybox-button).kit-status.warning,
.add-button:not(.fancybox-button).loaner-status.warning,
.add-button:not(.fancybox-button).kit-status.warning,
.tab-button:not(.fancybox-button).loaner-status.warning,
.tab-button:not(.fancybox-button).kit-status.warning,
.fileinput-button.loaner-status.warning,
.fileinput-button.kit-status.warning,
input[type=submit].loaner-status.warning,
input[type=submit].kit-status.warning {
  background: #e53935;
}

.badge.loaner-status.consigned, .badge.loaner-status.consignment, .badge.kit-status.consigned, .badge.kit-status.consignment,
.view-button:not(.fancybox-button).loaner-status.consigned,
.view-button:not(.fancybox-button).loaner-status.consignment,
.view-button:not(.fancybox-button).kit-status.consigned,
.view-button:not(.fancybox-button).kit-status.consignment,
.save-button:not(.fancybox-button).loaner-status.consigned,
.save-button:not(.fancybox-button).loaner-status.consignment,
.save-button:not(.fancybox-button).kit-status.consigned,
.save-button:not(.fancybox-button).kit-status.consignment,
.add-button:not(.fancybox-button).loaner-status.consigned,
.add-button:not(.fancybox-button).loaner-status.consignment,
.add-button:not(.fancybox-button).kit-status.consigned,
.add-button:not(.fancybox-button).kit-status.consignment,
.tab-button:not(.fancybox-button).loaner-status.consigned,
.tab-button:not(.fancybox-button).loaner-status.consignment,
.tab-button:not(.fancybox-button).kit-status.consigned,
.tab-button:not(.fancybox-button).kit-status.consignment,
.fileinput-button.loaner-status.consigned,
.fileinput-button.loaner-status.consignment,
.fileinput-button.kit-status.consigned,
.fileinput-button.kit-status.consignment,
input[type=submit].loaner-status.consigned,
input[type=submit].loaner-status.consignment,
input[type=submit].kit-status.consigned,
input[type=submit].kit-status.consignment {
  background: #ff7c2b;
}

.badge.loaner-status.parked_loaner, .badge.kit-status.parked_loaner,
.view-button:not(.fancybox-button).loaner-status.parked_loaner,
.view-button:not(.fancybox-button).kit-status.parked_loaner,
.save-button:not(.fancybox-button).loaner-status.parked_loaner,
.save-button:not(.fancybox-button).kit-status.parked_loaner,
.add-button:not(.fancybox-button).loaner-status.parked_loaner,
.add-button:not(.fancybox-button).kit-status.parked_loaner,
.tab-button:not(.fancybox-button).loaner-status.parked_loaner,
.tab-button:not(.fancybox-button).kit-status.parked_loaner,
.fileinput-button.loaner-status.parked_loaner,
.fileinput-button.kit-status.parked_loaner,
input[type=submit].loaner-status.parked_loaner,
input[type=submit].kit-status.parked_loaner {
  background: #ff7c2b;
}

.badge.loaner-status.loaner, .badge.loaner-status.loaned, .badge.kit-status.loaner, .badge.kit-status.loaned,
.view-button:not(.fancybox-button).loaner-status.loaner,
.view-button:not(.fancybox-button).loaner-status.loaned,
.view-button:not(.fancybox-button).kit-status.loaner,
.view-button:not(.fancybox-button).kit-status.loaned,
.save-button:not(.fancybox-button).loaner-status.loaner,
.save-button:not(.fancybox-button).loaner-status.loaned,
.save-button:not(.fancybox-button).kit-status.loaner,
.save-button:not(.fancybox-button).kit-status.loaned,
.add-button:not(.fancybox-button).loaner-status.loaner,
.add-button:not(.fancybox-button).loaner-status.loaned,
.add-button:not(.fancybox-button).kit-status.loaner,
.add-button:not(.fancybox-button).kit-status.loaned,
.tab-button:not(.fancybox-button).loaner-status.loaner,
.tab-button:not(.fancybox-button).loaner-status.loaned,
.tab-button:not(.fancybox-button).kit-status.loaner,
.tab-button:not(.fancybox-button).kit-status.loaned,
.fileinput-button.loaner-status.loaner,
.fileinput-button.loaner-status.loaned,
.fileinput-button.kit-status.loaner,
.fileinput-button.kit-status.loaned,
input[type=submit].loaner-status.loaner,
input[type=submit].loaner-status.loaned,
input[type=submit].kit-status.loaner,
input[type=submit].kit-status.loaned {
  background: #009dd9;
}

.badge.loaner-status.processed, .badge.loaner-status.processing, .badge.kit-status.processed, .badge.kit-status.processing,
.view-button:not(.fancybox-button).loaner-status.processed,
.view-button:not(.fancybox-button).loaner-status.processing,
.view-button:not(.fancybox-button).kit-status.processed,
.view-button:not(.fancybox-button).kit-status.processing,
.save-button:not(.fancybox-button).loaner-status.processed,
.save-button:not(.fancybox-button).loaner-status.processing,
.save-button:not(.fancybox-button).kit-status.processed,
.save-button:not(.fancybox-button).kit-status.processing,
.add-button:not(.fancybox-button).loaner-status.processed,
.add-button:not(.fancybox-button).loaner-status.processing,
.add-button:not(.fancybox-button).kit-status.processed,
.add-button:not(.fancybox-button).kit-status.processing,
.tab-button:not(.fancybox-button).loaner-status.processed,
.tab-button:not(.fancybox-button).loaner-status.processing,
.tab-button:not(.fancybox-button).kit-status.processed,
.tab-button:not(.fancybox-button).kit-status.processing,
.fileinput-button.loaner-status.processed,
.fileinput-button.loaner-status.processing,
.fileinput-button.kit-status.processed,
.fileinput-button.kit-status.processing,
input[type=submit].loaner-status.processed,
input[type=submit].loaner-status.processing,
input[type=submit].kit-status.processed,
input[type=submit].kit-status.processing {
  background: #ff7c2b;
}

.badge.loaner-status.shipped, .badge.loaner-status.rolled, .badge.loaner-status.rolled-off, .badge.loaner-status.partially_shipped, .badge.kit-status.shipped, .badge.kit-status.rolled, .badge.kit-status.rolled-off, .badge.kit-status.partially_shipped,
.view-button:not(.fancybox-button).loaner-status.shipped,
.view-button:not(.fancybox-button).loaner-status.rolled,
.view-button:not(.fancybox-button).loaner-status.rolled-off,
.view-button:not(.fancybox-button).loaner-status.partially_shipped,
.view-button:not(.fancybox-button).kit-status.shipped,
.view-button:not(.fancybox-button).kit-status.rolled,
.view-button:not(.fancybox-button).kit-status.rolled-off,
.view-button:not(.fancybox-button).kit-status.partially_shipped,
.save-button:not(.fancybox-button).loaner-status.shipped,
.save-button:not(.fancybox-button).loaner-status.rolled,
.save-button:not(.fancybox-button).loaner-status.rolled-off,
.save-button:not(.fancybox-button).loaner-status.partially_shipped,
.save-button:not(.fancybox-button).kit-status.shipped,
.save-button:not(.fancybox-button).kit-status.rolled,
.save-button:not(.fancybox-button).kit-status.rolled-off,
.save-button:not(.fancybox-button).kit-status.partially_shipped,
.add-button:not(.fancybox-button).loaner-status.shipped,
.add-button:not(.fancybox-button).loaner-status.rolled,
.add-button:not(.fancybox-button).loaner-status.rolled-off,
.add-button:not(.fancybox-button).loaner-status.partially_shipped,
.add-button:not(.fancybox-button).kit-status.shipped,
.add-button:not(.fancybox-button).kit-status.rolled,
.add-button:not(.fancybox-button).kit-status.rolled-off,
.add-button:not(.fancybox-button).kit-status.partially_shipped,
.tab-button:not(.fancybox-button).loaner-status.shipped,
.tab-button:not(.fancybox-button).loaner-status.rolled,
.tab-button:not(.fancybox-button).loaner-status.rolled-off,
.tab-button:not(.fancybox-button).loaner-status.partially_shipped,
.tab-button:not(.fancybox-button).kit-status.shipped,
.tab-button:not(.fancybox-button).kit-status.rolled,
.tab-button:not(.fancybox-button).kit-status.rolled-off,
.tab-button:not(.fancybox-button).kit-status.partially_shipped,
.fileinput-button.loaner-status.shipped,
.fileinput-button.loaner-status.rolled,
.fileinput-button.loaner-status.rolled-off,
.fileinput-button.loaner-status.partially_shipped,
.fileinput-button.kit-status.shipped,
.fileinput-button.kit-status.rolled,
.fileinput-button.kit-status.rolled-off,
.fileinput-button.kit-status.partially_shipped,
input[type=submit].loaner-status.shipped,
input[type=submit].loaner-status.rolled,
input[type=submit].loaner-status.rolled-off,
input[type=submit].loaner-status.partially_shipped,
input[type=submit].kit-status.shipped,
input[type=submit].kit-status.rolled,
input[type=submit].kit-status.rolled-off,
input[type=submit].kit-status.partially_shipped {
  background: #71b2e3;
}

.badge.loaner-status.shipped:hover, .badge.loaner-status.rolled:hover, .badge.loaner-status.rolled-off:hover, .badge.loaner-status.partially_shipped:hover, .badge.kit-status.shipped:hover, .badge.kit-status.rolled:hover, .badge.kit-status.rolled-off:hover, .badge.kit-status.partially_shipped:hover,
.view-button:not(.fancybox-button).loaner-status.shipped:hover,
.view-button:not(.fancybox-button).loaner-status.rolled:hover,
.view-button:not(.fancybox-button).loaner-status.rolled-off:hover,
.view-button:not(.fancybox-button).loaner-status.partially_shipped:hover,
.view-button:not(.fancybox-button).kit-status.shipped:hover,
.view-button:not(.fancybox-button).kit-status.rolled:hover,
.view-button:not(.fancybox-button).kit-status.rolled-off:hover,
.view-button:not(.fancybox-button).kit-status.partially_shipped:hover,
.save-button:not(.fancybox-button).loaner-status.shipped:hover,
.save-button:not(.fancybox-button).loaner-status.rolled:hover,
.save-button:not(.fancybox-button).loaner-status.rolled-off:hover,
.save-button:not(.fancybox-button).loaner-status.partially_shipped:hover,
.save-button:not(.fancybox-button).kit-status.shipped:hover,
.save-button:not(.fancybox-button).kit-status.rolled:hover,
.save-button:not(.fancybox-button).kit-status.rolled-off:hover,
.save-button:not(.fancybox-button).kit-status.partially_shipped:hover,
.add-button:not(.fancybox-button).loaner-status.shipped:hover,
.add-button:not(.fancybox-button).loaner-status.rolled:hover,
.add-button:not(.fancybox-button).loaner-status.rolled-off:hover,
.add-button:not(.fancybox-button).loaner-status.partially_shipped:hover,
.add-button:not(.fancybox-button).kit-status.shipped:hover,
.add-button:not(.fancybox-button).kit-status.rolled:hover,
.add-button:not(.fancybox-button).kit-status.rolled-off:hover,
.add-button:not(.fancybox-button).kit-status.partially_shipped:hover,
.tab-button:not(.fancybox-button).loaner-status.shipped:hover,
.tab-button:not(.fancybox-button).loaner-status.rolled:hover,
.tab-button:not(.fancybox-button).loaner-status.rolled-off:hover,
.tab-button:not(.fancybox-button).loaner-status.partially_shipped:hover,
.tab-button:not(.fancybox-button).kit-status.shipped:hover,
.tab-button:not(.fancybox-button).kit-status.rolled:hover,
.tab-button:not(.fancybox-button).kit-status.rolled-off:hover,
.tab-button:not(.fancybox-button).kit-status.partially_shipped:hover,
.fileinput-button.loaner-status.shipped:hover,
.fileinput-button.loaner-status.rolled:hover,
.fileinput-button.loaner-status.rolled-off:hover,
.fileinput-button.loaner-status.partially_shipped:hover,
.fileinput-button.kit-status.shipped:hover,
.fileinput-button.kit-status.rolled:hover,
.fileinput-button.kit-status.rolled-off:hover,
.fileinput-button.kit-status.partially_shipped:hover,
input[type=submit].loaner-status.shipped:hover,
input[type=submit].loaner-status.rolled:hover,
input[type=submit].loaner-status.rolled-off:hover,
input[type=submit].loaner-status.partially_shipped:hover,
input[type=submit].kit-status.shipped:hover,
input[type=submit].kit-status.rolled:hover,
input[type=submit].kit-status.rolled-off:hover,
input[type=submit].kit-status.partially_shipped:hover {
  background: #5ca6df;
}

.badge.loaner-status.delivered:not(.vendor), .badge.kit-status.delivered:not(.vendor),
.view-button:not(.fancybox-button).loaner-status.delivered:not(.vendor),
.view-button:not(.fancybox-button).kit-status.delivered:not(.vendor),
.save-button:not(.fancybox-button).loaner-status.delivered:not(.vendor),
.save-button:not(.fancybox-button).kit-status.delivered:not(.vendor),
.add-button:not(.fancybox-button).loaner-status.delivered:not(.vendor),
.add-button:not(.fancybox-button).kit-status.delivered:not(.vendor),
.tab-button:not(.fancybox-button).loaner-status.delivered:not(.vendor),
.tab-button:not(.fancybox-button).kit-status.delivered:not(.vendor),
.fileinput-button.loaner-status.delivered:not(.vendor),
.fileinput-button.kit-status.delivered:not(.vendor),
input[type=submit].loaner-status.delivered:not(.vendor),
input[type=submit].kit-status.delivered:not(.vendor) {
  background: #d75d0c;
}

.badge.loaner-status.delivered.vendor, .badge.loaner-status.on-site, .badge.kit-status.delivered.vendor, .badge.kit-status.on-site,
.view-button:not(.fancybox-button).loaner-status.delivered.vendor,
.view-button:not(.fancybox-button).loaner-status.on-site,
.view-button:not(.fancybox-button).kit-status.delivered.vendor,
.view-button:not(.fancybox-button).kit-status.on-site,
.save-button:not(.fancybox-button).loaner-status.delivered.vendor,
.save-button:not(.fancybox-button).loaner-status.on-site,
.save-button:not(.fancybox-button).kit-status.delivered.vendor,
.save-button:not(.fancybox-button).kit-status.on-site,
.add-button:not(.fancybox-button).loaner-status.delivered.vendor,
.add-button:not(.fancybox-button).loaner-status.on-site,
.add-button:not(.fancybox-button).kit-status.delivered.vendor,
.add-button:not(.fancybox-button).kit-status.on-site,
.tab-button:not(.fancybox-button).loaner-status.delivered.vendor,
.tab-button:not(.fancybox-button).loaner-status.on-site,
.tab-button:not(.fancybox-button).kit-status.delivered.vendor,
.tab-button:not(.fancybox-button).kit-status.on-site,
.fileinput-button.loaner-status.delivered.vendor,
.fileinput-button.loaner-status.on-site,
.fileinput-button.kit-status.delivered.vendor,
.fileinput-button.kit-status.on-site,
input[type=submit].loaner-status.delivered.vendor,
input[type=submit].loaner-status.on-site,
input[type=submit].kit-status.delivered.vendor,
input[type=submit].kit-status.on-site {
  background: #10ad51;
}

.badge.loaner-status.partially_delivered:not(.vendor), .badge.kit-status.partially_delivered:not(.vendor),
.view-button:not(.fancybox-button).loaner-status.partially_delivered:not(.vendor),
.view-button:not(.fancybox-button).kit-status.partially_delivered:not(.vendor),
.save-button:not(.fancybox-button).loaner-status.partially_delivered:not(.vendor),
.save-button:not(.fancybox-button).kit-status.partially_delivered:not(.vendor),
.add-button:not(.fancybox-button).loaner-status.partially_delivered:not(.vendor),
.add-button:not(.fancybox-button).kit-status.partially_delivered:not(.vendor),
.tab-button:not(.fancybox-button).loaner-status.partially_delivered:not(.vendor),
.tab-button:not(.fancybox-button).kit-status.partially_delivered:not(.vendor),
.fileinput-button.loaner-status.partially_delivered:not(.vendor),
.fileinput-button.kit-status.partially_delivered:not(.vendor),
input[type=submit].loaner-status.partially_delivered:not(.vendor),
input[type=submit].kit-status.partially_delivered:not(.vendor) {
  background: #f7a13e;
}

.badge.loaner-status.partially_delivered.vendor, .badge.kit-status.partially_delivered.vendor,
.view-button:not(.fancybox-button).loaner-status.partially_delivered.vendor,
.view-button:not(.fancybox-button).kit-status.partially_delivered.vendor,
.save-button:not(.fancybox-button).loaner-status.partially_delivered.vendor,
.save-button:not(.fancybox-button).kit-status.partially_delivered.vendor,
.add-button:not(.fancybox-button).loaner-status.partially_delivered.vendor,
.add-button:not(.fancybox-button).kit-status.partially_delivered.vendor,
.tab-button:not(.fancybox-button).loaner-status.partially_delivered.vendor,
.tab-button:not(.fancybox-button).kit-status.partially_delivered.vendor,
.fileinput-button.loaner-status.partially_delivered.vendor,
.fileinput-button.kit-status.partially_delivered.vendor,
input[type=submit].loaner-status.partially_delivered.vendor,
input[type=submit].kit-status.partially_delivered.vendor {
  background: #81c784;
}

.badge.loaner-status.received, .badge.kit-status.received,
.view-button:not(.fancybox-button).loaner-status.received,
.view-button:not(.fancybox-button).kit-status.received,
.save-button:not(.fancybox-button).loaner-status.received,
.save-button:not(.fancybox-button).kit-status.received,
.add-button:not(.fancybox-button).loaner-status.received,
.add-button:not(.fancybox-button).kit-status.received,
.tab-button:not(.fancybox-button).loaner-status.received,
.tab-button:not(.fancybox-button).kit-status.received,
.fileinput-button.loaner-status.received,
.fileinput-button.kit-status.received,
input[type=submit].loaner-status.received,
input[type=submit].kit-status.received {
  background: #10ad51;
}

.badge.loaner-status.partially_received, .badge.kit-status.partially_received,
.view-button:not(.fancybox-button).loaner-status.partially_received,
.view-button:not(.fancybox-button).kit-status.partially_received,
.save-button:not(.fancybox-button).loaner-status.partially_received,
.save-button:not(.fancybox-button).kit-status.partially_received,
.add-button:not(.fancybox-button).loaner-status.partially_received,
.add-button:not(.fancybox-button).kit-status.partially_received,
.tab-button:not(.fancybox-button).loaner-status.partially_received,
.tab-button:not(.fancybox-button).kit-status.partially_received,
.fileinput-button.loaner-status.partially_received,
.fileinput-button.kit-status.partially_received,
input[type=submit].loaner-status.partially_received,
input[type=submit].kit-status.partially_received {
  background: #81c784;
}

.badge.loaner-status.denied, .badge.kit-status.denied,
.view-button:not(.fancybox-button).loaner-status.denied,
.view-button:not(.fancybox-button).kit-status.denied,
.save-button:not(.fancybox-button).loaner-status.denied,
.save-button:not(.fancybox-button).kit-status.denied,
.add-button:not(.fancybox-button).loaner-status.denied,
.add-button:not(.fancybox-button).kit-status.denied,
.tab-button:not(.fancybox-button).loaner-status.denied,
.tab-button:not(.fancybox-button).kit-status.denied,
.fileinput-button.loaner-status.denied,
.fileinput-button.kit-status.denied,
input[type=submit].loaner-status.denied,
input[type=submit].kit-status.denied {
  background: #231f20;
}

.badge.loaner-status.issue, .badge.loaner-status.rejected, .badge.kit-status.issue, .badge.kit-status.rejected,
.view-button:not(.fancybox-button).loaner-status.issue,
.view-button:not(.fancybox-button).loaner-status.rejected,
.view-button:not(.fancybox-button).kit-status.issue,
.view-button:not(.fancybox-button).kit-status.rejected,
.save-button:not(.fancybox-button).loaner-status.issue,
.save-button:not(.fancybox-button).loaner-status.rejected,
.save-button:not(.fancybox-button).kit-status.issue,
.save-button:not(.fancybox-button).kit-status.rejected,
.add-button:not(.fancybox-button).loaner-status.issue,
.add-button:not(.fancybox-button).loaner-status.rejected,
.add-button:not(.fancybox-button).kit-status.issue,
.add-button:not(.fancybox-button).kit-status.rejected,
.tab-button:not(.fancybox-button).loaner-status.issue,
.tab-button:not(.fancybox-button).loaner-status.rejected,
.tab-button:not(.fancybox-button).kit-status.issue,
.tab-button:not(.fancybox-button).kit-status.rejected,
.fileinput-button.loaner-status.issue,
.fileinput-button.loaner-status.rejected,
.fileinput-button.kit-status.issue,
.fileinput-button.kit-status.rejected,
input[type=submit].loaner-status.issue,
input[type=submit].loaner-status.rejected,
input[type=submit].kit-status.issue,
input[type=submit].kit-status.rejected {
  background: #e53935;
}

.badge.loaner-status.issue:hover, .badge.loaner-status.issue:focus, .badge.loaner-status.rejected:hover, .badge.loaner-status.rejected:focus, .badge.kit-status.issue:hover, .badge.kit-status.issue:focus, .badge.kit-status.rejected:hover, .badge.kit-status.rejected:focus,
.view-button:not(.fancybox-button).loaner-status.issue:hover,
.view-button:not(.fancybox-button).loaner-status.issue:focus,
.view-button:not(.fancybox-button).loaner-status.rejected:hover,
.view-button:not(.fancybox-button).loaner-status.rejected:focus,
.view-button:not(.fancybox-button).kit-status.issue:hover,
.view-button:not(.fancybox-button).kit-status.issue:focus,
.view-button:not(.fancybox-button).kit-status.rejected:hover,
.view-button:not(.fancybox-button).kit-status.rejected:focus,
.save-button:not(.fancybox-button).loaner-status.issue:hover,
.save-button:not(.fancybox-button).loaner-status.issue:focus,
.save-button:not(.fancybox-button).loaner-status.rejected:hover,
.save-button:not(.fancybox-button).loaner-status.rejected:focus,
.save-button:not(.fancybox-button).kit-status.issue:hover,
.save-button:not(.fancybox-button).kit-status.issue:focus,
.save-button:not(.fancybox-button).kit-status.rejected:hover,
.save-button:not(.fancybox-button).kit-status.rejected:focus,
.add-button:not(.fancybox-button).loaner-status.issue:hover,
.add-button:not(.fancybox-button).loaner-status.issue:focus,
.add-button:not(.fancybox-button).loaner-status.rejected:hover,
.add-button:not(.fancybox-button).loaner-status.rejected:focus,
.add-button:not(.fancybox-button).kit-status.issue:hover,
.add-button:not(.fancybox-button).kit-status.issue:focus,
.add-button:not(.fancybox-button).kit-status.rejected:hover,
.add-button:not(.fancybox-button).kit-status.rejected:focus,
.tab-button:not(.fancybox-button).loaner-status.issue:hover,
.tab-button:not(.fancybox-button).loaner-status.issue:focus,
.tab-button:not(.fancybox-button).loaner-status.rejected:hover,
.tab-button:not(.fancybox-button).loaner-status.rejected:focus,
.tab-button:not(.fancybox-button).kit-status.issue:hover,
.tab-button:not(.fancybox-button).kit-status.issue:focus,
.tab-button:not(.fancybox-button).kit-status.rejected:hover,
.tab-button:not(.fancybox-button).kit-status.rejected:focus,
.fileinput-button.loaner-status.issue:hover,
.fileinput-button.loaner-status.issue:focus,
.fileinput-button.loaner-status.rejected:hover,
.fileinput-button.loaner-status.rejected:focus,
.fileinput-button.kit-status.issue:hover,
.fileinput-button.kit-status.issue:focus,
.fileinput-button.kit-status.rejected:hover,
.fileinput-button.kit-status.rejected:focus,
input[type=submit].loaner-status.issue:hover,
input[type=submit].loaner-status.issue:focus,
input[type=submit].loaner-status.rejected:hover,
input[type=submit].loaner-status.rejected:focus,
input[type=submit].kit-status.issue:hover,
input[type=submit].kit-status.issue:focus,
input[type=submit].kit-status.rejected:hover,
input[type=submit].kit-status.rejected:focus {
  cursor: pointer;
}

.badge.loaner-status.returned, .badge.kit-status.returned,
.view-button:not(.fancybox-button).loaner-status.returned,
.view-button:not(.fancybox-button).kit-status.returned,
.save-button:not(.fancybox-button).loaner-status.returned,
.save-button:not(.fancybox-button).kit-status.returned,
.add-button:not(.fancybox-button).loaner-status.returned,
.add-button:not(.fancybox-button).kit-status.returned,
.tab-button:not(.fancybox-button).loaner-status.returned,
.tab-button:not(.fancybox-button).kit-status.returned,
.fileinput-button.loaner-status.returned,
.fileinput-button.kit-status.returned,
input[type=submit].loaner-status.returned,
input[type=submit].kit-status.returned {
  background: #78c968;
}

.pulsing-highlight {
  -webkit-animation: pulsingBackground 1.4s infinite;
          animation: pulsingBackground 1.4s infinite;
}

.search-filters {
  margin: 0 0 1rem;
}

.search-filters strong {
  color: #8ba1b1;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.search-filters .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1px 0.5rem 1px 0.25rem;
  font-size: 11px;
}

.search-filters .badge a i {
  color: #e53935;
  font-size: 14px;
}

@media (max-width: 900px) {
  .sub-header-badge {
    font-size: 0.5rem;
    max-height: 25px;
    max-width: 100px;
  }
}

/* Tooltip */

.tooltip-item {
  position: relative;
  display: inline-block;
}

.tooltip-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.tooltip-item .tooltip {
  position: absolute;
  right: 0;
  bottom: 3.5em;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background-color: white;
  border-radius: 0.25rem;
  color: #293c4e;
  line-height: 1.5em;
  margin: 0 auto;
  opacity: 0;
  padding: 1.5rem 1rem 1rem;
  text-align: center;
  visibility: hidden;
  width: 300px;
  word-wrap: break-word;
  z-index: 10001;
  -webkit-box-shadow: 0 5px 15px rgba(68, 94, 113, 0.3);
          box-shadow: 0 5px 15px rgba(68, 94, 113, 0.3);
  font-size: 0.7rem;
}

.tooltip-item .tooltip.titled {
  padding-top: 40px !important;
}

.tooltip-item .tooltip.small {
  left: -1rem;
  bottom: 2rem;
  padding: 0.75rem;
  width: 200px;
}

.tooltip-item .tooltip.small:after {
  margin-left: 3px;
}

.tooltip-item .tooltip.small.right {
  right: -1rem;
}

.tooltip-item .tooltip.small.right:after {
  right: 1rem;
}

.tooltip-item .tooltip.alert {
  color: #e53935;
}

.tooltip-item .tooltip .tooltip-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0 1em;
  background: #445e71;
  color: #fafcfc;
  border-radius: 0.25rem 0.25rem 0 0;
  text-align: center;
}

.tooltip-item .tooltip .tooltip-title.warning {
  background: #e53935;
  color: #fafcfc;
}

.tooltip-item .tooltip .tooltip-title.success {
  background: #10ad51;
  color: #fafcfc;
}

.tooltip-item .tooltip p {
  margin-bottom: 0;
  font-size: 0.85rem;
}

.tooltip-item .tooltip:after {
  position: absolute;
  margin-left: -9px;
  pointer-events: none;
  bottom: -9px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
}

.tooltip-item .tooltip.left {
  left: 0.5em;
  margin-left: 0;
}

.tooltip-item .tooltip.left:after {
  left: 10%;
}

.tooltip-item .tooltip.right {
  left: auto;
  margin-left: 0;
  right: 0.5em;
}

.tooltip-item .tooltip.right:after {
  left: auto;
  right: 10%;
}

.tooltip-item .tooltip.center {
  margin: 0 0 0 -150px;
  left: 50%;
  right: auto;
}

.tooltip-item .tooltip.center:after {
  left: 50%;
}

.tooltip-item .tooltip.bottom {
  top: 26px;
  -webkit-box-shadow: 0 -5px 15px rgba(68, 94, 113, 0.3);
          box-shadow: 0 -5px 15px rgba(68, 94, 113, 0.3);
}

.tooltip-item .tooltip.bottom:after {
  right: auto;
  bottom: auto;
  border-top: none;
  border-bottom: 9px solid #fff;
  border-bottom-color: inherit;
  top: -9px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

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

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

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

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

.flex.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

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

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

.flex.align-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex.baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.flex.columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (max-width: 52.5em) {
  .flex.flex-medium-up {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 40em) {
  .flex.row {
    display: block;
    float: none !important;
  }
}

.inner-box {
  margin: 0 2em 0 0;
}

.inner-box:last-child {
  margin-right: 0;
}

.inner-box h3 {
  font-size: 1em;
  color: #445e71;
  font-weight: 600;
}

.inner-box div a {
  margin: 0 1em 0 0;
}

.inner-box div a:last-child {
  margin-right: 0;
}

label.toggle-label {
  text-transform: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.settings-options {
  padding: 0.5rem;
  background: #f1f3f6;
  border-radius: 0.25rem;
  margin-bottom: 1em;
  -webkit-box-shadow: inset 0 1px 0.25rem rgba(35, 31, 32, 0.2);
          box-shadow: inset 0 1px 0.25rem rgba(35, 31, 32, 0.2);
}

.settings-options.disabled {
  opacity: 0.7;
}

@media screen and (min-width: 40em) {
  .settings-options {
    padding: 1rem;
  }
}

.settings-options.confirm {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #f4f6f8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.settings-options.confirm label {
  font-weight: bold;
}

.settings-options.confirm.border {
  border: 1px solid #e6ecf1;
}

.settings-options.confirm.warning {
  background: #fffbd9;
}

.settings-options.confirm.warning.border {
  border-color: #fdf07f;
}

.settings-options.confirm.warning label {
  color: #445e71;
}

.settings-options.confirm.warning label.label-switch input[type=checkbox]:checked + .checkbox {
  background: #0f6fc6;
}

.settings-options.confirm.required {
  background: #fffde8;
}

.settings-options.confirm.required:after {
  content: "";
  display: none;
}

.settings-options.confirm.required label {
  color: #e53935;
}

.settings-options.confirm.required label.label-switch input[type=checkbox] + .checkbox {
  background: #e2231e;
}

.settings-options.confirm.required label.label-switch input[type=checkbox] + .checkbox:before {
  background: #e53935;
}

.settings-options.confirm.required label.label-switch input[type=checkbox]:checked + .checkbox {
  background: #10ad51;
}

.settings-options.confirm.required label.label-switch:after {
  content: "";
  display: none;
}

.settings-options.confirm.required label:after {
  display: none;
}

.settings-options.confirm.required.valid {
  background: #ebf6eb;
}

.settings-options.confirm.required.valid label {
  color: #445e71;
}

.settings-options:last-child {
  margin-bottom: 0;
}

.settings-options label.toggle-label {
  display: inline-block;
  margin-left: 0.5em;
  text-transform: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.settings-options label.toggle-label + label {
  margin-top: 0.5em;
}

.settings-options label.toggle-label.small {
  margin: 0 0 0 0.5em;
}

.settings-options label.toggle-label:first-child {
  margin: 1em 0.5em 0 0;
}

@media screen and (max-width: 40em) {
  .settings-options label.toggle-label {
    margin-left: 1em;
    font-size: 0.75rem;
  }

  .settings-options label.toggle-label:not(.small) + label {
    clear: left;
  }

  .settings-options label.toggle-label.small {
    width: 10%;
    text-align: center;
  }
}

.settings-options label em {
  text-transform: none;
  font-style: italic;
  font-size: 0.9rem;
}

.settings-options.calendar-options {
  margin-bottom: 1rem;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 40em) {
  .settings-options.calendar-options {
    margin-bottom: 1.5rem;
    background: #f1f3f6;
    -webkit-box-shadow: inset 0 1px 0.25rem rgba(35, 31, 32, 0.2);
            box-shadow: inset 0 1px 0.25rem rgba(35, 31, 32, 0.2);
  }
}

.settings-options.calendar-options .switch.toggle {
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  .settings-options.calendar-options .switch.toggle {
    margin-right: 0.5rem;
  }
}

.settings-options.calendar-options .switch.toggle label {
  margin-bottom: 0;
}

.settings-options.calendar-options .add-button {
  margin-left: 0.5rem;
  font-weight: 600;
}

/* swith */

.label-switch {
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 22px;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  position: relative;
  vertical-align: middle;
  width: 40px;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.label-switch input[type=checkbox] {
  display: none;
}

.label-switch input[type=checkbox] + .checkbox {
  background: #e5e5e5;
  border: none;
  border-radius: 22px;
  cursor: pointer;
  display: block;
  height: 22px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 40px;
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.label-switch input[type=checkbox] + .checkbox:before {
  background: white;
  border-radius: 22px;
  content: " ";
  height: 18px;
  width: 36px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.label-switch input[type=checkbox] + .checkbox:after {
  background: white;
  border-radius: 18px;
  content: " ";
  height: 18px;
  width: 18px;
  z-index: 2;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.label-switch input[type=checkbox]:checked + .checkbox {
  background: #0f6fc6;
}

.label-switch input[type=checkbox]:checked + .checkbox:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.label-switch input[type=checkbox]:checked + .checkbox:after {
  left: 20px;
}

/* Modal */

.modal label {
  cursor: pointer;
  margin-bottom: 0;
}

.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px;
}

.modal .modal-state {
  display: none;
}

.modal .modal-trigger {
  padding: 0.25em 0;
  color: #0f6fc6;
}

.modal .modal-fade-screen {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(30, 68, 125, 0.9);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999;
}

@media screen and (min-width: 52.5em) {
  .modal .modal-fade-screen {
    padding-top: 10em;
  }
}

.modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: white;
  cursor: pointer;
}

.modal .modal-close:after, .modal .modal-close:before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 1.5em;
  width: 0.15em;
  background: #c6d0d9;
  content: "";
  display: block;
  margin: -3px 0 0 -1px;
}

.modal .modal-close:hover:after, .modal .modal-close:hover:before {
  background: #a7b7c5;
}

.modal .modal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal .modal-inner {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: white;
  border-radius: 0.25rem;
  margin-top: 0;
  margin: auto;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  width: 95%;
}

@media screen and (min-width: 40em) {
  .modal .modal-inner {
    max-height: 70%;
    padding: 3em;
    width: 60%;
  }
}

@media screen and (min-width: 52.5em) {
  .modal .modal-inner {
    width: 50%;
  }
}

.modal .modal-inner h1 {
  color: #231f20;
  text-align: left;
  text-transform: capitalize;
  float: none;
}

.modal .modal-inner p {
  color: #231f20;
  line-height: 1.5;
}

.modal .modal-inner .modal-intro {
  margin-bottom: 1em;
}

.modal .modal-inner .modal-content {
  color: #231f20;
}

@media screen and (min-width: 40em) {
  .modal .modal-inner .modal-content {
    -webkit-columns: 2 8em;
    -moz-columns: 2 8em;
    columns: 2 8em;
  }
}

.modal .modal-inner a.cta {
  color: #fafcfc;
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1em;
}

.modal .modal-inner a.cta:last-child {
  padding: 0 2em;
}

.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}

.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em;
}

.modal.calendar {
  display: block;
}

.modal-open {
  overflow: hidden;
}

a[class*=-button]:not(.fancybox-button),
button[class*=-button]:not(.fancybox-button),
button.view-button,
button.save-button,
.empty-state-btn,
.fileinput-button,
input[type=submit] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  padding: 0.7rem 0.95rem 0.675rem;
  font-size: 0.8rem;
  color: #fafcfc;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 40em) {
  a[class*=-button]:not(.fancybox-button),
button[class*=-button]:not(.fancybox-button),
button.view-button,
button.save-button,
.empty-state-btn,
.fileinput-button,
input[type=submit] {
    padding: 0.65rem 0.75rem 0.625rem;
  }
}

@media screen and (min-width: 81.25em) {
  a[class*=-button]:not(.fancybox-button),
button[class*=-button]:not(.fancybox-button),
button.view-button,
button.save-button,
.empty-state-btn,
.fileinput-button,
input[type=submit] {
    padding: 0.75rem 1rem 0.725rem;
    font-size: 0.9rem;
  }
}

a[class*=-button]:not(.fancybox-button) i,
button[class*=-button]:not(.fancybox-button) i,
button.view-button i,
button.save-button i,
.empty-state-btn i,
.fileinput-button i,
input[type=submit] i {
  margin-right: 0.3em;
  font-weight: bold;
  display: inline;
  line-height: inherit;
  vertical-align: top;
}

a[class*=-button]:not(.fancybox-button):hover, a[class*=-button]:not(.fancybox-button):active, a[class*=-button]:not(.fancybox-button):focus, a[class*=-button]:not(.fancybox-button):disabled,
button[class*=-button]:not(.fancybox-button):hover,
button[class*=-button]:not(.fancybox-button):active,
button[class*=-button]:not(.fancybox-button):focus,
button[class*=-button]:not(.fancybox-button):disabled,
button.view-button:hover,
button.view-button:active,
button.view-button:focus,
button.view-button:disabled,
button.save-button:hover,
button.save-button:active,
button.save-button:focus,
button.save-button:disabled,
.empty-state-btn:hover,
.empty-state-btn:active,
.empty-state-btn:focus,
.empty-state-btn:disabled,
.fileinput-button:hover,
.fileinput-button:active,
.fileinput-button:focus,
.fileinput-button:disabled,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:disabled {
  color: #fafcfc;
}

a[class*=-button]:not(.fancybox-button):disabled, a[class*=-button]:not(.fancybox-button).disabled,
button[class*=-button]:not(.fancybox-button):disabled,
button[class*=-button]:not(.fancybox-button).disabled,
button.view-button:disabled,
button.view-button.disabled,
button.save-button:disabled,
button.save-button.disabled,
.empty-state-btn:disabled,
.empty-state-btn.disabled,
.fileinput-button:disabled,
.fileinput-button.disabled,
input[type=submit]:disabled,
input[type=submit].disabled {
  cursor: not-allowed;
}

a[class*=-button]:not(.fancybox-button).shadow,
button[class*=-button]:not(.fancybox-button).shadow,
button.view-button.shadow,
button.save-button.shadow,
.empty-state-btn.shadow,
.fileinput-button.shadow,
input[type=submit].shadow {
  -webkit-box-shadow: 0 1px 1px rgba(35, 31, 32, 0.6);
          box-shadow: 0 1px 1px rgba(35, 31, 32, 0.6);
}

a[class*=-button]:not(.fancybox-button).shadow:hover,
button[class*=-button]:not(.fancybox-button).shadow:hover,
button.view-button.shadow:hover,
button.save-button.shadow:hover,
.empty-state-btn.shadow:hover,
.fileinput-button.shadow:hover,
input[type=submit].shadow:hover {
  -webkit-box-shadow: 0 1px 0 rgba(35, 31, 32, 0.4);
          box-shadow: 0 1px 0 rgba(35, 31, 32, 0.4);
}

a[class*=-button]:not(.fancybox-button).small,
button[class*=-button]:not(.fancybox-button).small,
button.view-button.small,
button.save-button.small,
.empty-state-btn.small,
.fileinput-button.small,
input[type=submit].small {
  padding: 0.43rem 0.65rem;
  font-size: 0.65rem;
}

a[class*=-button]:not(.fancybox-button).small i,
button[class*=-button]:not(.fancybox-button).small i,
button.view-button.small i,
button.save-button.small i,
.empty-state-btn.small i,
.fileinput-button.small i,
input[type=submit].small i {
  margin-right: 0;
  font-size: 1rem;
}

a[class*=-button]:not(.fancybox-button).smaller,
button[class*=-button]:not(.fancybox-button).smaller,
button.view-button.smaller,
button.save-button.smaller,
.empty-state-btn.smaller,
.fileinput-button.smaller,
input[type=submit].smaller {
  padding: 0.35rem 0.5rem;
  font-size: 0.6rem;
}

a[class*=-button]:not(.fancybox-button).smaller i,
button[class*=-button]:not(.fancybox-button).smaller i,
button.view-button.smaller i,
button.save-button.smaller i,
.empty-state-btn.smaller i,
.fileinput-button.smaller i,
input[type=submit].smaller i {
  margin-right: 3px;
}

a[class*=-button]:not(.fancybox-button).tiny,
button[class*=-button]:not(.fancybox-button).tiny,
button.view-button.tiny,
button.save-button.tiny,
.empty-state-btn.tiny,
.fileinput-button.tiny,
input[type=submit].tiny {
  padding: 0.25rem 0.4rem;
  text-transform: none;
  font-size: 0.55rem;
}

a[class*=-button]:not(.fancybox-button).tiny i,
button[class*=-button]:not(.fancybox-button).tiny i,
button.view-button.tiny i,
button.save-button.tiny i,
.empty-state-btn.tiny i,
.fileinput-button.tiny i,
input[type=submit].tiny i {
  margin-right: 3px;
}

a[class*=-button]:not(.fancybox-button).medium,
button[class*=-button]:not(.fancybox-button).medium,
button.view-button.medium,
button.save-button.medium,
.empty-state-btn.medium,
.fileinput-button.medium,
input[type=submit].medium {
  font-size: 0.75rem;
  padding: 0.65rem 0.9rem;
  text-transform: none;
}

a[class*=-button]:not(.fancybox-button).uppercase,
button[class*=-button]:not(.fancybox-button).uppercase,
button.view-button.uppercase,
button.save-button.uppercase,
.empty-state-btn.uppercase,
.fileinput-button.uppercase,
input[type=submit].uppercase {
  text-transform: uppercase;
}

a[class*=-button]:not(.fancybox-button).large,
button[class*=-button]:not(.fancybox-button).large,
button.view-button.large,
button.save-button.large,
.empty-state-btn.large,
.fileinput-button.large,
input[type=submit].large {
  font-size: 0.9rem;
  padding: 0.85rem 1.2rem;
  text-transform: none;
}

a[class*=-button]:not(.fancybox-button).inline,
button[class*=-button]:not(.fancybox-button).inline,
button.view-button.inline,
button.save-button.inline,
.empty-state-btn.inline,
.fileinput-button.inline,
input[type=submit].inline {
  display: inline-block;
  width: auto;
}

a[class*=-button]:not(.fancybox-button).fullwidth,
button[class*=-button]:not(.fancybox-button).fullwidth,
button.view-button.fullwidth,
button.save-button.fullwidth,
.empty-state-btn.fullwidth,
.fileinput-button.fullwidth,
input[type=submit].fullwidth {
  width: 100%;
}

a[class*=-button]:not(.fancybox-button).upload-button.green,
button[class*=-button]:not(.fancybox-button).upload-button.green,
button.view-button.upload-button.green,
button.save-button.upload-button.green,
.empty-state-btn.upload-button.green,
.fileinput-button.upload-button.green,
input[type=submit].upload-button.green {
  padding: 0 0.75em;
  font-size: 0.65rem;
}

a[class*=-button]:not(.fancybox-button).view-button,
button[class*=-button]:not(.fancybox-button).view-button,
button.view-button.view-button,
button.save-button.view-button,
.empty-state-btn.view-button,
.fileinput-button.view-button,
input[type=submit].view-button {
  background: #0f6fc6;
  color: #fafcfc !important;
}

a[class*=-button]:not(.fancybox-button).cancel-button, a[class*=-button]:not(.fancybox-button).cancel-case,
button[class*=-button]:not(.fancybox-button).cancel-button,
button[class*=-button]:not(.fancybox-button).cancel-case,
button.view-button.cancel-button,
button.view-button.cancel-case,
button.save-button.cancel-button,
button.save-button.cancel-case,
.empty-state-btn.cancel-button,
.empty-state-btn.cancel-case,
.fileinput-button.cancel-button,
.fileinput-button.cancel-case,
input[type=submit].cancel-button,
input[type=submit].cancel-case {
  color: #445e71;
  background: transparent;
  text-transform: none;
  font-weight: 600;
  min-width: 0;
}

a[class*=-button]:not(.fancybox-button).cancel-button:hover, a[class*=-button]:not(.fancybox-button).cancel-case:hover,
button[class*=-button]:not(.fancybox-button).cancel-button:hover,
button[class*=-button]:not(.fancybox-button).cancel-case:hover,
button.view-button.cancel-button:hover,
button.view-button.cancel-case:hover,
button.save-button.cancel-button:hover,
button.save-button.cancel-case:hover,
.empty-state-btn.cancel-button:hover,
.empty-state-btn.cancel-case:hover,
.fileinput-button.cancel-button:hover,
.fileinput-button.cancel-case:hover,
input[type=submit].cancel-button:hover,
input[type=submit].cancel-case:hover {
  background: transparent;
  color: #293c4e !important;
}

a[class*=-button]:not(.fancybox-button).cancel-button.light, a[class*=-button]:not(.fancybox-button).cancel-case.light,
button[class*=-button]:not(.fancybox-button).cancel-button.light,
button[class*=-button]:not(.fancybox-button).cancel-case.light,
button.view-button.cancel-button.light,
button.view-button.cancel-case.light,
button.save-button.cancel-button.light,
button.save-button.cancel-case.light,
.empty-state-btn.cancel-button.light,
.empty-state-btn.cancel-case.light,
.fileinput-button.cancel-button.light,
.fileinput-button.cancel-case.light,
input[type=submit].cancel-button.light,
input[type=submit].cancel-case.light {
  background: #e6ecf1;
}

a[class*=-button]:not(.fancybox-button).cancel-button.dark, a[class*=-button]:not(.fancybox-button).cancel-case.dark,
button[class*=-button]:not(.fancybox-button).cancel-button.dark,
button[class*=-button]:not(.fancybox-button).cancel-case.dark,
button.view-button.cancel-button.dark,
button.view-button.cancel-case.dark,
button.save-button.cancel-button.dark,
button.save-button.cancel-case.dark,
.empty-state-btn.cancel-button.dark,
.empty-state-btn.cancel-case.dark,
.fileinput-button.cancel-button.dark,
.fileinput-button.cancel-case.dark,
input[type=submit].cancel-button.dark,
input[type=submit].cancel-case.dark {
  background: #8ba1b1;
  color: #fafcfc !important;
}

a[class*=-button]:not(.fancybox-button).cancel-button.shadow, a[class*=-button]:not(.fancybox-button).cancel-case.shadow,
button[class*=-button]:not(.fancybox-button).cancel-button.shadow,
button[class*=-button]:not(.fancybox-button).cancel-case.shadow,
button.view-button.cancel-button.shadow,
button.view-button.cancel-case.shadow,
button.save-button.cancel-button.shadow,
button.save-button.cancel-case.shadow,
.empty-state-btn.cancel-button.shadow,
.empty-state-btn.cancel-case.shadow,
.fileinput-button.cancel-button.shadow,
.fileinput-button.cancel-case.shadow,
input[type=submit].cancel-button.shadow,
input[type=submit].cancel-case.shadow {
  -webkit-box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
          box-shadow: 0 1px 1px rgba(35, 31, 32, 0.4);
}

a[class*=-button]:not(.fancybox-button).cancel-button.shadow:hover, a[class*=-button]:not(.fancybox-button).cancel-case.shadow:hover,
button[class*=-button]:not(.fancybox-button).cancel-button.shadow:hover,
button[class*=-button]:not(.fancybox-button).cancel-case.shadow:hover,
button.view-button.cancel-button.shadow:hover,
button.view-button.cancel-case.shadow:hover,
button.save-button.cancel-button.shadow:hover,
button.save-button.cancel-case.shadow:hover,
.empty-state-btn.cancel-button.shadow:hover,
.empty-state-btn.cancel-case.shadow:hover,
.fileinput-button.cancel-button.shadow:hover,
.fileinput-button.cancel-case.shadow:hover,
input[type=submit].cancel-button.shadow:hover,
input[type=submit].cancel-case.shadow:hover {
  -webkit-box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
          box-shadow: 0 1px 0 rgba(35, 31, 32, 0.3);
}

a[class*=-button]:not(.fancybox-button).add-button,
button[class*=-button]:not(.fancybox-button).add-button,
button.view-button.add-button,
button.save-button.add-button,
.empty-state-btn.add-button,
.fileinput-button.add-button,
input[type=submit].add-button {
  background: #10ad51;
}

a[class*=-button]:not(.fancybox-button).add-button:hover,
button[class*=-button]:not(.fancybox-button).add-button:hover,
button.view-button.add-button:hover,
button.save-button.add-button:hover,
.empty-state-btn.add-button:hover,
.fileinput-button.add-button:hover,
input[type=submit].add-button:hover {
  background: #13ce60;
}

a[class*=-button]:not(.fancybox-button).edit-button,
button[class*=-button]:not(.fancybox-button).edit-button,
button.view-button.edit-button,
button.save-button.edit-button,
.empty-state-btn.edit-button,
.fileinput-button.edit-button,
input[type=submit].edit-button {
  background: #0f6fc6;
}

a[class*=-button]:not(.fancybox-button).edit-button:hover,
button[class*=-button]:not(.fancybox-button).edit-button:hover,
button.view-button.edit-button:hover,
button.save-button.edit-button:hover,
.empty-state-btn.edit-button:hover,
.fileinput-button.edit-button:hover,
input[type=submit].edit-button:hover {
  background: #1282e7;
}

a[class*=-button]:not(.fancybox-button).fileinput-button,
button[class*=-button]:not(.fancybox-button).fileinput-button,
button.view-button.fileinput-button,
button.save-button.fileinput-button,
.empty-state-btn.fileinput-button,
.fileinput-button.fileinput-button,
input[type=submit].fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 0.85rem !important;
  padding: 0.75rem 1.25rem;
  background: #0f6fc6;
  color: #fafcfc;
}

a[class*=-button]:not(.fancybox-button).fileinput-button input,
button[class*=-button]:not(.fancybox-button).fileinput-button input,
button.view-button.fileinput-button input,
button.save-button.fileinput-button input,
.empty-state-btn.fileinput-button input,
.fileinput-button.fileinput-button input,
input[type=submit].fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -webkit-filter: opacity(0%);
          filter: opacity(0%);
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

a[class*=-button]:not(.fancybox-button).back-button,
button[class*=-button]:not(.fancybox-button).back-button,
button.view-button.back-button,
button.save-button.back-button,
.empty-state-btn.back-button,
.fileinput-button.back-button,
input[type=submit].back-button {
  background: #8ba1b1;
}

a[class*=-button]:not(.fancybox-button).delete-button,
button[class*=-button]:not(.fancybox-button).delete-button,
button.view-button.delete-button,
button.save-button.delete-button,
.empty-state-btn.delete-button,
.fileinput-button.delete-button,
input[type=submit].delete-button {
  background: #e53935;
}

a[class*=-button]:not(.fancybox-button).delete-button:hover,
button[class*=-button]:not(.fancybox-button).delete-button:hover,
button.view-button.delete-button:hover,
button.save-button.delete-button:hover,
.empty-state-btn.delete-button:hover,
.fileinput-button.delete-button:hover,
input[type=submit].delete-button:hover {
  background: #e2666f;
}

a[class*=-button]:not(.fancybox-button).orange, a[class*=-button]:not(.fancybox-button).alert,
button[class*=-button]:not(.fancybox-button).orange,
button[class*=-button]:not(.fancybox-button).alert,
button.view-button.orange,
button.view-button.alert,
button.save-button.orange,
button.save-button.alert,
.empty-state-btn.orange,
.empty-state-btn.alert,
.fileinput-button.orange,
.fileinput-button.alert,
input[type=submit].orange,
input[type=submit].alert {
  background: #d75d0c;
}

a[class*=-button]:not(.fancybox-button).orange:hover, a[class*=-button]:not(.fancybox-button).alert:hover,
button[class*=-button]:not(.fancybox-button).orange:hover,
button[class*=-button]:not(.fancybox-button).alert:hover,
button.view-button.orange:hover,
button.view-button.alert:hover,
button.save-button.orange:hover,
button.save-button.alert:hover,
.empty-state-btn.orange:hover,
.empty-state-btn.alert:hover,
.fileinput-button.orange:hover,
.fileinput-button.alert:hover,
input[type=submit].orange:hover,
input[type=submit].alert:hover {
  background: #f26d15;
}

a[class*=-button]:not(.fancybox-button).green, a[class*=-button]:not(.fancybox-button).success,
button[class*=-button]:not(.fancybox-button).green,
button[class*=-button]:not(.fancybox-button).success,
button.view-button.green,
button.view-button.success,
button.save-button.green,
button.save-button.success,
.empty-state-btn.green,
.empty-state-btn.success,
.fileinput-button.green,
.fileinput-button.success,
input[type=submit].green,
input[type=submit].success {
  background: #10ad51;
  color: #fafcfc;
}

a[class*=-button]:not(.fancybox-button).green:hover, a[class*=-button]:not(.fancybox-button).success:hover,
button[class*=-button]:not(.fancybox-button).green:hover,
button[class*=-button]:not(.fancybox-button).success:hover,
button.view-button.green:hover,
button.view-button.success:hover,
button.save-button.green:hover,
button.save-button.success:hover,
.empty-state-btn.green:hover,
.empty-state-btn.success:hover,
.fileinput-button.green:hover,
.fileinput-button.success:hover,
input[type=submit].green:hover,
input[type=submit].success:hover {
  background: #13ce60;
}

a[class*=-button]:not(.fancybox-button).red, a[class*=-button]:not(.fancybox-button).warning,
button[class*=-button]:not(.fancybox-button).red,
button[class*=-button]:not(.fancybox-button).warning,
button.view-button.red,
button.view-button.warning,
button.save-button.red,
button.save-button.warning,
.empty-state-btn.red,
.empty-state-btn.warning,
.fileinput-button.red,
.fileinput-button.warning,
input[type=submit].red,
input[type=submit].warning {
  background: #e53935;
  color: #fafcfc;
}

a[class*=-button]:not(.fancybox-button).red:hover, a[class*=-button]:not(.fancybox-button).warning:hover,
button[class*=-button]:not(.fancybox-button).red:hover,
button[class*=-button]:not(.fancybox-button).warning:hover,
button.view-button.red:hover,
button.view-button.warning:hover,
button.save-button.red:hover,
button.save-button.warning:hover,
.empty-state-btn.red:hover,
.empty-state-btn.warning:hover,
.fileinput-button.red:hover,
.fileinput-button.warning:hover,
input[type=submit].red:hover,
input[type=submit].warning:hover {
  background: #e95855;
}

a[class*=-button]:not(.fancybox-button).teal,
button[class*=-button]:not(.fancybox-button).teal,
button.view-button.teal,
button.save-button.teal,
.empty-state-btn.teal,
.fileinput-button.teal,
input[type=submit].teal {
  background: #09d0d9;
  color: #fafcfc;
}

a[class*=-button]:not(.fancybox-button).teal:hover,
button[class*=-button]:not(.fancybox-button).teal:hover,
button.view-button.teal:hover,
button.save-button.teal:hover,
.empty-state-btn.teal:hover,
.fileinput-button.teal:hover,
input[type=submit].teal:hover {
  background: #11ebf5;
}

a[class*=-button]:not(.fancybox-button).gray,
button[class*=-button]:not(.fancybox-button).gray,
button.view-button.gray,
button.save-button.gray,
.empty-state-btn.gray,
.fileinput-button.gray,
input[type=submit].gray {
  background: #8ba1b1;
}

a[class*=-button]:not(.fancybox-button).gray:hover,
button[class*=-button]:not(.fancybox-button).gray:hover,
button.view-button.gray:hover,
button.save-button.gray:hover,
.empty-state-btn.gray:hover,
.fileinput-button.gray:hover,
input[type=submit].gray:hover {
  background: #97abb9 !important;
}

a[class*=-button]:not(.fancybox-button).gray i.material-icons,
button[class*=-button]:not(.fancybox-button).gray i.material-icons,
button.view-button.gray i.material-icons,
button.save-button.gray i.material-icons,
.empty-state-btn.gray i.material-icons,
.fileinput-button.gray i.material-icons,
input[type=submit].gray i.material-icons {
  display: inline;
  display: inline-block;
  color: #fff;
}

a[class*=-button]:not(.fancybox-button).dark,
button[class*=-button]:not(.fancybox-button).dark,
button.view-button.dark,
button.save-button.dark,
.empty-state-btn.dark,
.fileinput-button.dark,
input[type=submit].dark {
  background: #445e71;
}

a[class*=-button]:not(.fancybox-button).dark:hover,
button[class*=-button]:not(.fancybox-button).dark:hover,
button.view-button.dark:hover,
button.save-button.dark:hover,
.empty-state-btn.dark:hover,
.fileinput-button.dark:hover,
input[type=submit].dark:hover {
  background: #517187;
}

.load-details {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.load-details .loader.small {
  margin: 3px -2px 0 4px;
  border-left-color: #fafcfc;
}

.submit-button,
input[type=submit].submit-button {
  background: #10ad51;
  color: #fafcfc;
}

.submit-button:hover,
input[type=submit].submit-button:hover {
  background: #12c45c;
}

.tab-button {
  color: #fafcfc;
  font-size: 0.95em;
  background: #8ba1b1;
  background: #8ba1b1 -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0.1)), to(#8ba1b1));
  min-width: 0;
}

.tab-button:hover {
  background: #a0b2bf;
}

.tab-button.active {
  background: #0f6fc6;
}

.tab-button.active:hover {
  background: #1282e7;
}

.tab-button.right {
  margin: 0 0 0 1em;
}

.tab-button.green {
  background: #10ad51;
  color: #fafcfc;
}

.tab-button.green:hover {
  background: #13ce60;
}

.tab-button.blue {
  background: #0f6fc6;
  color: #fafcfc;
}

.tab-button.blue:hover {
  background: #1282e7;
}

.tab-button.orange {
  background: #d75d0c;
}

.tab-button.orange:hover {
  background: #f26d15;
}

.tab-button.dark {
  background: #445e71;
}

.tab-button.dark:hover {
  background: #517187;
}

.filter-button {
  color: #fafcfc;
  font-size: 0.95em;
  background: #0f6fc6;
  min-width: 0;
}

.filter-button i {
  font-size: 1.2em;
  margin: 0 0.25em 0 0;
  vertical-align: top;
}

.filter-button:hover {
  background: #1e447d;
}

.section-settings {
  margin: 0 0 1em 0;
}

.section-settings .settings-button {
  color: #fafcfc;
  background: #a0b2bf;
  float: left;
  margin-top: 0;
  padding: 0.5em 0.8em;
  line-height: 1.5;
}

.section-settings .settings-button:before {
  content: "";
}

.section-settings .settings-button:hover {
  background: #8ba1b1;
}

@media screen and (min-width: 52.5em) {
  .section-settings .settings-button {
    right: 4.5em;
    float: none;
    border-color: #8ba1b1;
  }

  .section-settings .jq-dropdown.jq-dropdown-tip {
    margin-left: 10px;
  }
}

.section-settings .jq-dropdown .jq-dropdown-menu li:last-child > a i {
  color: #8ba1b1;
}

.section-settings .jq-dropdown .jq-dropdown-menu li:last-child > a:hover {
  background-color: #8fc2e9;
  color: #1e447d;
  cursor: pointer;
}

.section-settings .jq-dropdown .jq-dropdown-menu li:last-child > a:hover i {
  color: #0f6fc6;
}

.pagenav {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

.pagenav:after {
  content: "";
  display: table;
  clear: both;
}

.pagenav li {
  float: left;
  display: block;
  margin-right: 2.7676244094%;
  width: 48.6161877953%;
}

.pagenav li:last-child {
  margin-right: 0;
}

.pagenav li .edit-button {
  float: left !important;
  display: block;
  width: 100%;
}

.pagenav li .delete-button {
  float: right;
  display: block;
  margin: 0;
  width: 100%;
}

.box {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0.5rem;
  background: #fafcfc;
  position: relative;
}

@media screen and (min-width: 40em) {
  .box {
    padding: 0.75rem;
  }
}

.box.rounded {
  border-radius: 5px;
  overflow: hidden;
}

.box.padded {
  padding: 1rem;
}

.box.shadow {
  -webkit-box-shadow: 0 0 8px rgba(139, 161, 177, 0.25);
          box-shadow: 0 0 8px rgba(139, 161, 177, 0.25);
}

.box.border {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box.border.highlight {
  border-color: #c6e0f4;
}

.box.border.dark {
  border-color: #1e447d;
}

.box.border.green {
  border-color: #9ad29c;
  background: #fff;
}

.box.alt {
  background: #fff;
}

.box.alt .box-header {
  background: #fafbfc;
}

.box.alt2 {
  background: #fffef3 !important;
}

.box.alt3 {
  background: #f1f3f6 !important;
}

.box .filter {
  margin-top: 0.5rem;
}

.box .filter input[type=text],
.box .filter select {
  height: 30px;
  font-size: 0.65rem;
  display: inline-block;
  width: auto;
  margin: 0 0.5rem 0 0;
  padding: 0.45em 0.5em;
}

.box .filter input[type=submit] {
  height: 30px;
  font-size: 0.65rem;
  padding: 0 0.5rem;
  background: #b1becb;
}

.box .count-class {
  font-size: 24px;
  font-weight: 700;
  color: #0f6fc6;
  padding-left: 1px;
  line-height: 1;
  display: inline-block;
}

@media screen and (min-width: 52.5em) {
  .box .count-class {
    font-size: 30px;
  }
}

@media screen and (min-width: 81.25em) {
  .box .count-class {
    font-size: 32px;
  }
}

.box .count-class a {
  text-decoration: none;
}

.box .textlinks {
  margin: 0;
  line-height: 1;
  text-align: center;
  font-size: 0.75rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 52.5em) {
  .box .textlinks {
    font-size: 0.85rem !important;
  }
}

.box .textlinks > a {
  margin: 0 0.25rem 0 0;
  font-weight: 400;
}

@media screen and (min-width: 52.5em) {
  .box .textlinks > a {
    margin: 0 1rem 0 0;
  }
}

.box .textlinks > a.active {
  font-weight: 400;
}

.box .textlinks > a.box {
  padding: 0.5rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.box .textlinks > a.box:hover, .box .textlinks > a.box.active {
  background: #fff;
}

.box .textlinks > a.box.round {
  border-radius: 100px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  color: #445e71;
}

.box .textlinks > a.box.round.active {
  border-color: #8ba1b1;
}

.box .textlinks .metrics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin: 0 0.35rem;
}

@media screen and (min-width: 52.5em) {
  .box .textlinks .metrics {
    margin: 0 0.75rem;
  }
}

@media screen and (min-width: 81.25em) {
  .box .textlinks .metrics {
    margin: 0 1.5rem;
  }
}

.box .textlinks .metrics strong {
  display: block;
  font-size: 0.65rem;
  color: #445e71;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 52.5em) {
  .box .textlinks .metrics strong {
    font-size: 0.75rem;
  }
}

.box .textlinks .metrics a {
  display: block;
  color: #0f6fc6;
  font-size: 1rem;
  text-decoration: none;
  margin-right: 0;
}

@media screen and (min-width: 52.5em) {
  .box .textlinks .metrics a {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 81.25em) {
  .box .textlinks .metrics a {
    font-size: 1.75rem;
  }
}

.box .textlinks .metrics a:hover {
  text-decoration: underline;
}

.box .textlinks .metrics a.warning {
  color: #e53935;
}

.box .textlinks .metrics .secondary {
  display: block;
  font-size: 0.8rem;
  color: #8ba1b1;
}

@media screen and (min-width: 52.5em) {
  .box .textlinks .metrics .secondary {
    font-size: 0.9rem;
  }
}

.box .textlinks .metrics.active a:hover {
  text-decoration: none;
}

.box .textlinks.active .metrics:not(.active) {
  opacity: 0.5;
}

.box .textlinks.active .metrics:not(.active):hover {
  opacity: 1;
}

.box.nopad {
  padding: 0;
}

.box > .comment {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.box > .remove-pad {
  margin: 0 -0.25rem;
}

@media screen and (min-width: 40em) {
  .box > .remove-pad {
    margin: 0 -0.75rem 0 -0.75rem;
  }
}

.box .box-header {
  margin: -0.25rem -0.25rem 0.25rem -0.25rem;
  padding: 0.5rem;
  background: #f0f3f6;
  border: 0;
  border-bottom: 1px solid #fafcfc;
  min-height: 2.65rem;
}

@media screen and (min-width: 40em) {
  .box .box-header {
    padding: 0.5rem 0.5rem 0.5rem;
    margin: -0.75rem -0.75rem 0.5rem -0.75rem;
  }
}

.box .box-header.border {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
}

.box .box-header h2 {
  margin: 0;
  color: #293c4e;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.box .box-header h2 a {
  color: #293c4e;
}

.box .box-header:not(.flex) .view-button {
  position: absolute;
  top: 0.65rem;
  right: 1em;
}

.box.ps .box-header {
  margin: -0.25rem -0.25rem 0.5rem -0.25rem;
}

@media screen and (min-width: 40em) {
  .box.ps .box-header {
    margin: -0.5rem -0.5rem 0.5rem -0.5rem;
  }
}

.box.border .box-header {
  border-bottom-color: #dee4e9;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.box.dark {
  background: #fafcfc;
}

.box.dark .box-header {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(65%, #1e447d), to(#0f6fc6));
  background-image: linear-gradient(to right, #1e447d 65%, #0f6fc6 100%);
}

.box.darker {
  background: #f6f8fa;
}

.box .view-button {
  background: #445e71;
}

.box .view-button + .add-button {
  margin-left: 1em;
}

.box.nopad .box-header {
  margin: 0;
}

.box.scroll {
  overflow-x: scroll;
  max-height: 300px;
  position: relative;
  padding-top: 65px;
}

.box.scroll.tall {
  max-height: 750px;
}

.box.scroll .box-header {
  -webkit-box-shadow: 0 2px 7px rgba(35, 31, 32, 0.2);
          box-shadow: 0 2px 7px rgba(35, 31, 32, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.box h4 {
  margin-bottom: 0.25em;
  color: #1e447d;
  font-weight: 100;
}

.box h3 {
  margin-bottom: 0.75em;
  color: #1e447d;
  font-size: 1.1em;
}

.box h3 span {
  font-size: 0.8em;
}

.box.po-number {
  background: #1e447d;
  margin: 0 -0.5rem 1rem;
  padding: 0.5rem 1rem;
}

.box.po-number > p {
  color: #fafcfc;
  font-size: 0.9em;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.box.po-sent {
  background: #10ad51;
}

.box.case-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box.case-info p {
  font-size: 0.85rem;
  margin: 0;
}

.box.with-table .box-header {
  background: #fff;
}

@media screen and (max-width: 52.5em) {
  .box.with-table {
    padding: 1rem 0.25rem 0.5rem;
  }

  .box.with-table .box-header {
    margin: -1rem -0.25rem 0.5rem -0.25rem;
  }

  .box.with-table .matrix {
    padding: 1rem 0.25rem 0.5rem;
  }

  .box.with-table .matrix .tablesaw td {
    border-left: 0 none;
    border-right: 0 none;
  }
}

.scrollbox-overlay {
  position: relative;
  width: auto;
  height: auto;
  padding: 0.75rem 0.5rem;
}

.scrollbox-overlay .shadow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.scrollbox-overlay .shadow {
  position: absolute;
  z-index: 1;
}

.scrollbox-overlay .shadow-top {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.7)), to(rgba(255, 255, 255, 0))) 100% 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7) 10%, rgba(255, 255, 255, 0)) 100% 0;
  background-repeat: no-repeat;
  background-size: 100% 11px;
  width: inherit;
  height: 12px;
}

.scrollbox-overlay .shadow-bottom {
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(0, 0, 0, 0.7))) 0 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7) 90%) 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 11px;
  width: inherit;
  height: 12px;
}

.scrollbox-overlay .shadow-top-cover {
  height: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafcfc), to(rgba(255, 255, 255, 0))) 100% 0;
  background: linear-gradient(#fafcfc 0%, rgba(255, 255, 255, 0)) 100% 0;
  background-size: 100% 13px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.scrollbox-overlay .shadow-bottom-cover {
  height: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fafcfc)) 0 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), #fafcfc 70%) 0 100%;
  background-size: 100% 13px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.scrollbox {
  overflow-x: scroll;
  height: 100%;
  width: 100%;
  max-height: 600px;
  position: relative;
}

.scrollbox.shadow {
  -webkit-box-shadow: inset 0 2px 8px rgba(35, 31, 32, 0.2);
          box-shadow: inset 0 2px 8px rgba(35, 31, 32, 0.2);
  background: #fff;
}

.scrollbox.tall {
  max-height: 700px;
}

.selected-kits .scroll {
  padding-top: inherit;
}

.minimal-tabs {
  line-height: 1.5;
  padding: 0;
  margin: 0 -0.5em 1rem;
  position: relative;
}

.minimal-tabs:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 40em) {
  .minimal-tabs {
    margin: 0;
  }
}

.minimal-tabs.static {
  margin: 0 -0.5em 0;
}

.minimal-tabs .tab-header-and-content {
  list-style: none;
  padding: 0 0.5em;
  display: inline;
}

.minimal-tabs .tab-header-and-content:first-child {
  margin-left: 0;
}

@media screen and (min-width: 40em) {
  .minimal-tabs .tab-header-and-content {
    padding: 0 0.5em;
  }
}

.minimal-tabs .tab-header-and-content.status {
  display: inline-block;
  position: absolute;
  right: 0.15em;
}

@media screen and (min-width: 40em) {
  .minimal-tabs .tab-header-and-content.status {
    right: -0.5em;
    top: -4px;
  }
}

.minimal-tabs .tab-header-and-content > a {
  color: #445e71;
  display: block;
  padding: 0.15em 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.85em;
  border-top: 0;
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 52.5em) {
  .minimal-tabs .tab-header-and-content > a {
    font-size: 0.9em;
    padding: 0.25em 0;
  }
}

.minimal-tabs .tab-header-and-content > a .loader, .minimal-tabs .tab-header-and-content > a:after {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 0 0 2px;
  display: inline-block;
  font-size: 8px;
}

.minimal-tabs .tab-header-and-content > a .loader {
  border-width: 2px;
}

.minimal-tabs .tab-header-and-content > a:hover {
  color: #0f6fc6;
}

.minimal-tabs .tab-header-and-content > a:focus {
  outline: none;
}

.minimal-tabs .tab-header-and-content > a.is-active {
  color: #0f6fc6;
  font-weight: 600;
  border-bottom: 2px solid #0f6fc6;
  margin-bottom: -1px;
}

@media screen and (min-width: 40em) {
  .minimal-tabs .tab-header-and-content > a.is-active {
    margin-bottom: 0;
  }
}

.minimal-tabs .tab-header-and-content > a.warning {
  font-weight: 600;
  color: #d75d0c;
}

.minimal-tabs .tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 100%;
  -webkit-box-shadow: inset 0px 1px 0px #d5dde3;
          box-shadow: inset 0px 1px 0px #d5dde3;
  float: left;
}

.minimal-tabs .tab-content.is-open {
  padding: 1rem 0.5rem;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.dashboard .minimal-tabs .tab-content.is-open {
  padding: 0.75rem 0;
}

.minimal-tabs .tab-content.is-open.nosidepad {
  padding: 1rem 0 0.5rem;
}

@media screen and (min-width: 52.5em) {
  .minimal-tabs .tab-content.is-open {
    padding: 1.5rem 0;
  }
}

.minimal-tabs .tab-content.box-first {
  padding-top: 0;
}

.minimal-tabs .tab-content fieldset:last-child {
  margin-bottom: 0;
}

.jq-dropdown {
  position: absolute;
  z-index: 1000001;
  display: none;
}

.jq-dropdown-fixed {
  position: fixed;
}

.jq-dropdown .jq-dropdown-menu,
.jq-dropdown .jq-dropdown-panel {
  min-width: 200px;
  max-width: 300px;
  list-style: none;
  background: #fff;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 3px 10px rgba(30, 68, 125, 0.3);
          box-shadow: 0 3px 10px rgba(30, 68, 125, 0.3);
  overflow: visible;
  padding: 0;
  margin: 0;
}

.jq-dropdown .jq-dropdown-panel {
  padding: 10px;
}

.jq-dropdown.jq-dropdown-tip {
  margin-top: 13px;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-change {
  margin-top: 32px;
  margin-left: -13px;
  min-width: 300px;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-change:before {
  border-bottom-color: #e1e6ec;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-change .jq-dropdown-panel {
  background: #fafcfc;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-change .jq-dropdown-panel:before {
  border-bottom-color: #fafcfc;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-change .jq-dropdown-panel .change-status {
  font-size: 0.8em;
  padding: 0.7em 1em;
  height: 30px;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-change .jq-dropdown-panel.alt {
  background: #bdc8d3;
}

@media screen and (min-width: 52.5em) {
  .jq-dropdown.jq-dropdown-tip.jq-dropdown-change {
    margin-top: 4px;
    margin-left: -46px;
  }
}

.jq-dropdown.jq-alt .jq-dropdown-panel {
  border: 1px solid #e1e6ec;
  border-radius: 0.25rem;
}

.jq-dropdown.jq-dropdown-tip:before,
.jq-dropdown.jq-dropdown-tip .jq-dropdown-panel:before {
  position: absolute;
  top: -9px;
  left: 9px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fafcfc;
  display: inline-block;
}

.jq-dropdown.jq-dropdown-tip .jq-dropdown-panel:before {
  top: -8px;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before,
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right .jq-dropdown-panel:before {
  left: auto;
  right: 6px;
}

@media screen and (min-width: 40em) {
  .jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before,
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right .jq-dropdown-panel:before {
    right: 30px;
  }
}

.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
  max-height: 180px;
  overflow: auto;
}

.jq-dropdown .jq-dropdown-menu li {
  list-style: none;
  padding: 0 0;
  margin: 0;
  line-height: 18px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jq-dropdown .jq-dropdown-menu li:last-child {
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.jq-dropdown .jq-dropdown-menu li.logout > a {
  color: #231f20;
}

.jq-dropdown .jq-dropdown-menu li.logout > a i {
  color: #e53935;
}

.jq-dropdown .jq-dropdown-menu li.logout > a:hover {
  color: #da201c;
}

.jq-dropdown .jq-dropdown-menu li.logout > a:hover i {
  color: #da201c;
}

.jq-dropdown .jq-dropdown-menu label,
.jq-dropdown .jq-dropdown-menu li > a {
  color: #1e447d;
  text-decoration: none;
  line-height: 22px;
  padding: 0.75em;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#jq-dropdown-alerts .jq-dropdown-menu li > a {
  max-width: 100%;
  line-height: 16px;
  font-weight: bold;
}

#jq-dropdown-alerts .jq-dropdown-menu li > a.read {
  color: #231f20;
  font-weight: 400;
}

.jq-dropdown .jq-dropdown-menu label,
.jq-dropdown .jq-dropdown-menu li.secondary > a {
  font-size: 0.8rem;
  padding: 0.65em 0.75em;
  color: #0f6fc6;
}

.jq-dropdown .jq-dropdown-menu label,
.jq-dropdown .jq-dropdown-menu li > a i {
  margin-right: 0.5rem;
  font-size: 24px;
  line-height: 22px;
  color: #0f6fc6;
}

.jq-dropdown .jq-dropdown-menu li > a img {
  margin-right: 0.5rem;
}

.jq-dropdown .jq-dropdown-menu label,
.jq-dropdown .jq-dropdown-menu li.secondary > a i {
  color: #8ba1b1;
  font-size: 21px;
}

.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #e1e6ec;
  padding: 0;
  margin: 0;
}

.users li {
  border-bottom: 1px solid #f1f3f6;
  padding: 0.25rem 0;
  color: #8ba1b1;
  font-size: 0.85rem;
}

.users li:last-child {
  border-bottom: 0;
}

.users li .avatar {
  width: 30px;
  margin: 0 0.5rem 0 0;
}

.users li .avatar i {
  font-size: 30px;
  display: block;
  color: #c6d0d9;
}

.users li .user-info {
  width: calc((100% - 50px) - 1rem);
}

.users li .user-info > span:not(.user-name) {
  margin-right: 1em;
}

.users li a {
  display: inline-block;
}

.users li img {
  border-radius: 100px;
  display: block;
}

.users li .user-name {
  color: #1e447d;
  font-weight: bold;
}

.users li .user-name .badge {
  position: relative;
  padding: 0 0.5rem;
  font-size: 0.5em;
  line-height: 16px;
}

@media screen and (max-width: 40em) {
  .users li .user-info {
    font-size: 0.85rem;
  }

  .users li .user-email {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 30em) {
  .users li {
    padding: 0.5em;
  }
}

.users li .user-login-link {
  float: right !important;
  margin-right: 0 !important;
}

.cards {
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0 0 0.75em;
  min-width: 100%;
}

@media screen and (min-width: 52.5em) {
  .cards {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
  }
}

.card {
  flex-basis: calc(49% - 0.35em);
  -ms-flex-preferred-size: calc(49% - 0.35em);
  -moz-flex-grow: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #dee4e9;
  margin: 0 0 0.75em;
  position: relative;
}

.card:first-child {
  margin-left: 0;
}

.card:last-child {
  margin-right: 0;
}

.card:nth-child(2n) {
  margin-right: 0;
}

.card:nth-child(3n) {
  margin-left: 0;
}

.card:nth-child(4n):last-child {
  margin-right: 0;
}

.card.hasfive:nth-child(5n+1):last-child {
  margin-right: 0;
}

.card.hasfive:nth-child(5n):last-child {
  margin-right: 0;
}

.card:nth-child(4n+1):last-child {
  margin-right: 0;
}

.card.larger {
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  margin: 0;
}

.card.next-sibling-larger {
  margin-right: 0;
}

@media screen and (min-width: 52.5em) {
  .card {
    margin: 0;
    flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    -moz-flex-grow: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
    -ms-flex-positive: 0;
  }

  .hasfive .card {
    flex-basis: 19%;
    -ms-flex-preferred-size: 19%;
  }

  .half .card {
    flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
  }

  .third .card {
    flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
  }

  .card.has-larger-sibling {
    flex-basis: 21%;
    -ms-flex-preferred-size: 21%;
  }

  .card.larger {
    flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
  }
}

.card.special {
  border-color: #10ad51;
}

.card.special .card-header {
  background-color: #10ad51;
  color: #fafcfc;
}

.card.special.alt {
  border-color: #ff7c2b;
}

.card.special.alt .card-header {
  background-color: #ff7c2b;
  color: #fafcfc;
}

.card .card-image {
  overflow: hidden;
  height: 150px;
  max-height: 150px;
  background-color: #f8f2b4;
}

.card .card-image img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  width: 100%;
  opacity: 1;
}

.card .card-header {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #f1f3f6;
  border-bottom: 1px solid #dee4e9;
  border-radius: 0.25rem 0.25rem 0 0;
  font-weight: 600;
  line-height: 1em;
  color: #0a2d58;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0.5rem 0.75rem;
}

@media screen and (min-width: 52.5em) {
  .card .card-header {
    padding: 0.5rem;
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 81.25em) {
  .card .card-header {
    padding: 0.75rem;
    font-size: 0.85rem;
  }
}

.card .card-header input.small {
  padding: 0.4em 0.5em;
  font-size: 10px;
  letter-spacing: 0.5px;
}

.card .card-copy {
  font-size: 0.9em;
  line-height: 1.25em;
  padding: 0.4615384615rem;
}

@media screen and (min-width: 52.5em) {
  .card .card-copy {
    padding: 0.5rem;
  }
}

@media screen and (min-width: 81.25em) {
  .card .card-copy {
    padding: 0.75rem;
  }
}

.card .card-copy.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card .card-copy.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card .card-copy.columns > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.card .card-copy.center {
  text-align: center;
}

.card .card-copy > a,
.card .card-copy span > a, .card .card-copy .prominent {
  display: inline-block;
  font-weight: 600;
  color: #1e447d;
  line-height: 1.2;
}

.card .card-copy a.secondary {
  font-size: 0.9em;
  font-weight: 400;
  color: #0f6fc6;
}

.card .card-copy p {
  margin: 0;
  line-height: 1.1;
}

.card .card-copy img {
  max-width: 100px;
  margin-right: 0.25rem;
}

.card .card-copy img:not(.logo) {
  width: 30px;
}

.card .card-copy textarea {
  border-radius: 0;
  border: none;
  display: block;
}

.card .card-item {
  display: block;
  font-size: 0.9em;
}

.card:active {
  background-color: #fff;
}

.card:active .card-header {
  background-color: #fff;
}

.listing-wrap .listing-month > .listing-group-heading {
  border-bottom: 1px solid #e6ecf1;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  .listing-wrap .listing-month > .listing-group-heading {
    margin-top: 0;
  }
}

.listing-wrap .listing-month .group-date {
  display: block;
  color: #293c4e;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  .listing-wrap .listing-month .group-date {
    font-size: 1rem;
    font-weight: 400;
  }
}

.listing-wrap .listing-month .group-date span {
  display: inline-block;
  color: #8ba1b1;
}

.listing-wrap .listing-day {
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  .listing-wrap .listing-day {
    margin-bottom: 1.5rem;
  }
}

.listing-wrap .listing-day .listing-group-heading {
  margin-right: 0;
  padding-right: 0.25rem;
  width: 5%;
  min-width: 32px;
  text-align: center;
  border-right: 1px solid #e6ecf1;
  position: relative;
}

@media screen and (min-width: 40em) {
  .listing-wrap .listing-day .listing-group-heading {
    margin-right: 0;
    padding-right: 0.75rem;
    min-width: 50px;
  }
}

.listing-wrap .listing-day .group-date {
  color: #1e447d;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.65rem;
  line-height: 1;
  position: relative;
}

.listing-wrap .listing-day .group-date span {
  display: block;
  text-align: center;
  color: #0f6fc6;
  line-height: 1;
  font-size: 0.9rem;
}

@media screen and (min-width: 40em) {
  .listing-wrap .listing-day .group-date {
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
  }

  .listing-wrap .listing-day .group-date span {
    font-size: 1.1rem;
  }
}

.listing-wrap .listing-day .group-date .listing-group-heading {
  margin-right: 0;
  padding-right: 0.25rem;
  width: 5%;
  min-width: 30px;
  text-align: center;
  border-right: 2px solid #e6ecf1;
  position: relative;
}

.listing-wrap .listing-day .group-date:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  width: calc(100% + 0.5rem);
  height: 1px;
  background: #e6ecf1;
  right: -6px;
}

@media screen and (min-width: 40em) {
  .listing-wrap .listing-day .group-date:after {
    right: -12px;
    bottom: -0.7rem;
    width: calc(100% + 1rem);
  }
}

.listing-wrap .listing-day .listing-day-items {
  width: 100%;
  min-width: 0;
}

.listing-wrap.compact .listing-month > .listing-group-heading {
  border-bottom: 1px solid #e6ecf1;
  margin-bottom: 0.5rem;
}

.listing-wrap.compact .listing-month .group-date {
  font-size: 1rem;
  color: #0f6fc6;
}

.listing-wrap.compact .listing-month .group-date span {
  color: #8ba1b1;
}

.listing-wrap.compact .listing-day {
  margin-bottom: 0;
}

.listing-wrap.compact .listing-day .listing-group-heading {
  display: none;
}

.listing-wrap.compact .listing-day .listing {
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 40em) {
  .listing-wrap.compact .listing-day .listing {
    margin-bottom: 0.5rem;
  }
}

.listing-wrap.striped .listing {
  background: #f8f9fa;
}

.listing-wrap.striped .listing:nth-child(2n) {
  background: #f1f3f6;
}

.listing-wrap.striped .listing .listing-title {
  color: #1e447d;
}

div.listing {
  width: 100%;
  position: relative;
  margin: 0 0 1px;
  padding: 0.75rem 0;
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: start;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  border-bottom: 1px solid #ebf0f4;
  background: transparent;
  color: #445e71;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  div.listing {
    padding-top: 0.75rem;
    margin-bottom: 0.5rem;
  }
}

div.listing.odd {
  background: #f9fafb;
}

div.listing:hover {
  background: #f1f3f6;
}

div.listing.odd:hover {
  background: #fafbfc;
}

div.listing:last-child {
  margin-bottom: 0;
}

div.listing > i {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -12px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  display: block;
  font-size: 35px;
  opacity: 0.25;
  color: #8ba1b1;
  display: none;
}

@media screen and (min-width: 52.5em) {
  div.listing > i {
    display: block;
  }
}

div.listing:hover > i {
  opacity: 0.75;
  right: 10px;
}

div.listing .surgical-case-id {
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  text-align: right;
  color: #293c4e;
  font-weight: 600;
  font-size: 0.65rem;
  background: #fff;
  padding: 2px 3px;
  line-height: 1;
  border-radius: 0 3px 0 3px;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  div.listing .surgical-case-id {
    top: -4px;
  }
}

div.listing .surgical-case-id.network-case {
  color: #1e447d;
}

div.listing .surgical-case-id:hover {
  text-decoration: underline;
  color: #0f6fc6;
}

@media screen and (min-width: 81.25em) {
  div.listing .surgical-case-id {
    font-size: 0.8rem;
  }
}

div.listing .listing-overview {
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  width: calc(95% - 120px);
  text-decoration: none;
  padding: 0.5rem 0 0.25rem;
}

div.listing .listing-overview p:last-child,
div.listing .listing-overview .surgeon-name {
  margin: 0;
}

@media screen and (max-width: 40em) {
  div.listing .listing-overview {
    width: 86%;
    max-width: 100%;
    padding: 0 0 0.25rem 0;
    display: inline-block;
  }
}

div.listing .listing-overview:hover p,
div.listing .listing-overview:hover .listing-title {
  color: #1e447d;
}

div.listing .listing-overview:hover .listing-title > span strong {
  text-decoration: underline;
}

div.listing .listing-status {
  text-align: center;
  width: 100%;
  margin-left: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 40em) {
  div.listing .listing-status {
    min-width: 150px;
    padding-top: 0.5rem;
  }
}

@media screen and (min-width: 52.5em) {
  div.listing .listing-status {
    width: 13%;
  }
}

div.listing .listing-status .badge.status span.full {
  height: 20px;
  line-height: 20px;
}

div.listing .listing-status .badge:not(.status) {
  height: 24px;
  width: 24px;
  font-size: 0.7rem;
  padding: 0;
}

div.listing .listing-status .badge:not(.status) i {
  margin: 0;
  line-height: 24px;
  font-size: 17px;
}

div.listing .badge.status {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 0.675rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  z-index: 1;
  height: 24px;
  width: 24px;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  line-height: inherit;
  border-radius: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.listing .badge.status span {
  color: inherit;
}

@media screen and (min-width: 40em) {
  div.listing .badge.status {
    position: relative;
    width: 100%;
    padding: 0 0.5rem;
    height: 20px;
  }
}

div.listing .badge.status span {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  height: 24px;
  color: #fafcfc;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

div.listing .badge.status span.fl {
  width: 24px;
  color: inherit;
}

div.listing .badge.status span.full {
  color: inherit;
  display: inline;
}

div.listing .badge.status span.edit-status {
  display: none;
}

@media screen and (min-width: 40em) {
  div.listing .badge.status span.fl {
    display: none;
  }

  div.listing .badge.status span.full {
    display: inline;
    line-height: 24px;
  }

  div.listing .badge.status span.edit-status {
    display: block;
    color: #0f6fc6;
    right: 0;
    left: 0;
    bottom: -2.25em;
  }
}

div.listing .badge.status:hover, div.listing .badge.status:focus {
  cursor: pointer;
}

div.listing .badge.status:hover.read-only, div.listing .badge.status:focus.read-only {
  cursor: default;
}

@media screen and (max-width: 52.5em) {
  div.listing .badge.status:hover, div.listing .badge.status:focus {
    -webkit-box-shadow: 0 0 4px 2px rgba(35, 31, 32, 0.65);
            box-shadow: 0 0 4px 2px rgba(35, 31, 32, 0.65);
    cursor: pointer;
    text-align: left;
  }

  div.listing .badge.status:hover span.fl, div.listing .badge.status:focus span.fl {
    display: none;
    padding-left: 0.6em;
    color: inherit;
  }

  div.listing .badge.status:hover span.full, div.listing .badge.status:focus span.full {
    width: auto;
    display: inline-block;
    padding-right: 0.95em;
    padding-left: 0.95em;
    color: inherit;
  }
}

div.listing .listing-no-po {
  color: #e53935;
}

div.listing .listing-date {
  position: relative;
  margin: 0 0 0.4rem;
  font-size: 0.8em;
  font-weight: 400;
  color: #293c4e;
}

div.listing .listing-date .date,
div.listing .listing-date .time {
  display: inline-block;
}

@media screen and (min-width: 52.5em) {
  div.listing .listing-date {
    margin: 0 0 0.5rem;
    font-size: 0.85em;
  }
}

div.listing .listing-title {
  color: #0f6fc6;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.listing .listing-title .text-ellipsis {
  text-overflow: ellipsis;
  text-decoration: underline;
}

@media screen and (max-width: 30em) {
  div.listing .listing-title .text-ellipsis {
    max-width: 48%;
    overflow: hidden;
  }
}

@media screen and (min-width: 52.5em) {
  div.listing .listing-title .text-ellipsis {
    max-width: 90%;
    overflow: hidden;
  }
}

@media screen and (max-width: 52.5em) {
  div.listing .listing-title .text-ellipsis {
    max-width: 65%;
    overflow: hidden;
  }
}

@media screen and (min-width: 52.5em) {
  div.listing .listing-title {
    max-width: 95%;
  }
}

div.listing .listing-title strong {
  font-weight: 500;
}

div.listing .listing-title > span {
  font-size: 0.95em;
  color: #445e71;
}

div.listing .listing-title > span strong {
  color: #231f20;
}

div.listing .listing-title .surgeon-name {
  font-size: 0.9rem;
}

div.listing .listing-title .surgeon-name strong {
  color: #0f6fc6;
}

div.listing .listing-title .procedure {
  color: #445e71;
  font-size: 0.85rem;
}

div.listing .listing-title .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
}

div.listing .listing-title .badge {
  margin: 3px 0 0 0.25rem;
  font-size: 0.65em;
  font-weight: 500;
  padding: 0.075rem 0.35rem 0.2rem;
  display: table-cell;
}

@media screen and (min-width: 40em) {
  div.listing .listing-title .badge {
    font-size: 0.7em;
    line-height: 1;
  }
}

div.listing .listing-details {
  position: relative;
  margin: 0;
  line-height: 1.1;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-decoration: none;
}

div.listing .listing-details p,
div.listing .listing-details span:not(.badge) {
  color: #445e71;
  margin: 0;
  font-size: 0.7rem;
}

div.listing .listing-details p strong:not(.green),
div.listing .listing-details span:not(.badge) strong:not(.green) {
  color: #293c4e;
}

div.listing .listing-details .hospital,
div.listing .listing-details .patient,
div.listing .listing-details .surgeon,
div.listing .listing-details .listing-revenue,
div.listing .listing-details .manufacturers,
div.listing .listing-details .distributor,
div.listing .listing-details .listing-notices {
  display: block;
  color: #445e71;
  text-transform: uppercase;
  padding: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  cursor: pointer;
}

@media screen and (min-width: 52.5em) {
  div.listing .listing-details .hospital,
div.listing .listing-details .patient,
div.listing .listing-details .surgeon,
div.listing .listing-details .listing-revenue,
div.listing .listing-details .manufacturers,
div.listing .listing-details .distributor,
div.listing .listing-details .listing-notices {
    font-size: 0.7rem;
    min-width: 14%;
    max-width: 33.3%;
  }
}

div.listing .listing-details .hospital strong,
div.listing .listing-details .patient strong,
div.listing .listing-details .surgeon strong,
div.listing .listing-details .listing-revenue strong,
div.listing .listing-details .manufacturers strong,
div.listing .listing-details .distributor strong,
div.listing .listing-details .listing-notices strong {
  display: block;
  font-weight: 600;
  text-transform: none;
  font-size: 0.8rem;
}

@media screen and (max-width: 52.5em) {
  div.listing .listing-details .hospital strong,
div.listing .listing-details .patient strong,
div.listing .listing-details .surgeon strong,
div.listing .listing-details .listing-revenue strong,
div.listing .listing-details .manufacturers strong,
div.listing .listing-details .distributor strong,
div.listing .listing-details .listing-notices strong {
    font-size: 0.7rem;
  }
}

div.listing .listing-details .hospital .badge,
div.listing .listing-details .patient .badge,
div.listing .listing-details .surgeon .badge,
div.listing .listing-details .listing-revenue .badge,
div.listing .listing-details .manufacturers .badge,
div.listing .listing-details .distributor .badge,
div.listing .listing-details .listing-notices .badge {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 0.7rem;
  padding: 0;
  margin-right: 5px;
}

div.listing .listing-details .hospital .badge:last-child,
div.listing .listing-details .patient .badge:last-child,
div.listing .listing-details .surgeon .badge:last-child,
div.listing .listing-details .listing-revenue .badge:last-child,
div.listing .listing-details .manufacturers .badge:last-child,
div.listing .listing-details .distributor .badge:last-child,
div.listing .listing-details .listing-notices .badge:last-child {
  margin-right: 0;
}

div.listing .listing-details .hospital .badge i,
div.listing .listing-details .patient .badge i,
div.listing .listing-details .surgeon .badge i,
div.listing .listing-details .listing-revenue .badge i,
div.listing .listing-details .manufacturers .badge i,
div.listing .listing-details .distributor .badge i,
div.listing .listing-details .listing-notices .badge i {
  margin: 0;
  line-height: 24px;
  font-size: 18px;
  margin-left: 1px;
}

@media screen and (max-width: 640px) {
  div.listing .listing-details .hospital .badge,
div.listing .listing-details .patient .badge,
div.listing .listing-details .surgeon .badge,
div.listing .listing-details .listing-revenue .badge,
div.listing .listing-details .manufacturers .badge,
div.listing .listing-details .distributor .badge,
div.listing .listing-details .listing-notices .badge {
    margin-left: 0;
  }
}

div.listing .listing-details .listing-notices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media screen and (max-width: 640px) {
  div.listing .listing-details .listing-notices {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

div.listing .listing-details .manufacturers,
div.listing .listing-details .distributor {
  padding: 0.25rem;
  text-transform: none;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  text-align: right;
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

div.listing .listing-details .manufacturers img,
div.listing .listing-details .distributor img {
  float: right;
  vertical-align: middle;
  max-height: 20px;
  margin: 0 2px 2px;
  padding: 3px;
  background: #fff;
}

div.listing .listing-details .distributor {
  padding: 0.5rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.listing .listing-details .distributor.small strong {
  font-size: 0.7rem;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

div.listing .listing-details .listing-revenue strong {
  color: #10ad51 !important;
}

div.listing .listing-details .listing-revenue.warning strong {
  color: #e53935 !important;
}

div.listing .listing-details span:last-child {
  border-right: 0;
}

div.listing.compact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  padding: 0;
}

div.listing.compact:last-child {
  margin-bottom: 0;
}

div.listing.compact .listing-date {
  margin-bottom: 1px;
}

div.listing.compact .listing-status {
  width: 12% !important;
  min-width: 80px !important;
}

div.listing.compact .listing-status .badge {
  top: auto;
  margin-top: 0.5rem;
  position: relative !important;
}

div.listing.compact .listing-status .badge span {
  height: 24px;
  width: 24px;
}

@media screen and (min-width: 81.25em) {
  div.listing.compact .listing-status {
    width: 10% !important;
  }
}

div.listing.compact .listing-title {
  font-size: 0.8rem;
}

div.listing.compact .listing-overview {
  line-height: 1.3;
  font-size: 0.8rem;
  width: 100%;
  max-width: calc(99% - 80px - 0.5rem);
  padding: 0.25rem;
  margin-left: 0.25rem;
  background: transparent;
}

@media screen and (min-width: 81.25em) {
  div.listing.compact .listing-overview {
    max-width: calc(98% - 70px - 0.5rem);
  }
}

div.listing.compact .listing-details .hospital,
div.listing.compact .listing-details .patient,
div.listing.compact .listing-details .surgeon,
div.listing.compact .listing-details .listing-revenue,
div.listing.compact .listing-details .manufacturers,
div.listing.compact .listing-details .distributor,
div.listing.compact .listing-details .listing-notices {
  width: 75%;
  padding: 0.5rem 0.25rem;
}

@media screen and (min-width: 52.5em) {
  div.listing.compact .listing-details .hospital,
div.listing.compact .listing-details .patient,
div.listing.compact .listing-details .surgeon,
div.listing.compact .listing-details .listing-revenue,
div.listing.compact .listing-details .manufacturers,
div.listing.compact .listing-details .distributor,
div.listing.compact .listing-details .listing-notices {
    font-size: 0.65rem;
    min-width: 20%;
    max-width: none;
  }
}

div.listing.compact .listing-details .hospital strong,
div.listing.compact .listing-details .patient strong,
div.listing.compact .listing-details .surgeon strong,
div.listing.compact .listing-details .listing-revenue strong,
div.listing.compact .listing-details .manufacturers strong,
div.listing.compact .listing-details .distributor strong,
div.listing.compact .listing-details .listing-notices strong {
  font-size: 0.7rem;
}

div.listing.compact .listing-details .listing-revenue {
  -ms-flex-negative: 4;
      flex-shrink: 4;
}

div.listing.compact .listing-details > span:last-child {
  text-align: right;
}

.pagination {
  margin: 1em auto 2em;
  text-align: center;
}

.pagination ul {
  display: inline;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pagination ul li {
  display: inline;
  list-style: none;
  margin: 0;
}

.pagination ul ul li {
  display: none;
}

.pagination ul ul li:nth-child(1), .pagination ul ul li:nth-child(2), .pagination ul ul li:nth-child(3) {
  display: inline;
}

@media screen and (min-width: 52.5em) {
  .pagination ul ul li {
    display: inline;
  }
}

.pagination ul li a,
.pagination ul li span {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #dbe2e7;
  border-radius: 0.25rem;
  border: 1px solid #c6d0d9;
  color: #0f6fc6;
  outline: none;
  padding: 0.5em 1em;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 800;
}

.pagination ul li a:hover, .pagination ul li a:focus,
.pagination ul li span:hover,
.pagination ul li span:focus {
  background: #ebeef1;
  color: #0f6fc6;
}

.pagination ul li.active a,
.pagination ul li.active span {
  border-color: #0f6fc6;
  color: #fafcfc;
  background: #0f6fc6;
}

.ias-noneleft {
  color: #8ba1b1;
  font-size: 0.9rem;
  padding: 1em;
  margin-top: 2rem;
}

.comment {
  border-bottom: 1px solid #f1f3f6;
  display: table;
  margin-bottom: 1em;
  padding: 0.75rem 0.5rem 1.25rem 0.5rem;
  width: 100%;
}

.comment.highlight {
  background: #fffded;
  border-bottom-color: #fffbd9;
}

.comment .comment-image,
.comment .comment-content {
  display: table-cell;
  vertical-align: top;
}

.comment .comment-image {
  padding-right: 1em;
}

.comment .comment-image img {
  border-radius: 100px;
}

.comment .comment-image > i {
  font-size: 1.5em;
  display: block;
  text-align: center;
  margin-bottom: 0;
  color: #c6d0d9;
}

.comment .comment-image > .edit-activity,
.comment .comment-image button {
  display: block;
  text-align: left;
  font-size: 0.8rem !important;
  line-height: 1;
  margin: 0.25em 0 0.5em;
}

@media screen and (min-width: 40em) {
  .comment .comment-image {
    padding-right: 1em;
  }

  .comment .comment-image > i {
    font-size: 2.5em;
  }
}

.comment-reverse-order .comment .comment-image {
  padding-right: 0;
  padding-left: 10px;
}

.comment .comment-image .edit-controls * {
  line-height: 1;
  font-size: 0.8em;
}

.comment a:hover {
  text-decoration: underline;
}

.comment.primary .comment-image > i {
  color: #d75d0c;
}

.comment .comment-content {
  width: 100%;
}

@media screen and (max-width: 52.5em) {
  .comment .comment-content .flex.flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.comment .comment-content h1 {
  font-size: 1.1em;
  color: #1e447d;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
}

.comment .comment-content h1 span {
  color: #293c4e;
  font-weight: normal;
  font-size: 0.85em;
  display: block;
}

.comment .comment-content h1 strong {
  font-weight: 800;
  text-transform: uppercase;
}

.comment .comment-content h1 a {
  color: #0f6fc6;
}

.comment .comment-content h3 {
  font-size: 0.9rem;
  margin: 0 0 0.5em 0;
  font-weight: 400;
}

.comment .comment-content > p {
  font-size: 0.8rem;
  line-height: 1.75;
}

.comment .comment-content > p strong:first-child {
  font-size: 1rem;
  margin-bottom: 0;
  display: inline-block;
}

.comment .comment-content p {
  line-height: 1.35em;
  margin-bottom: 0.5rem;
  color: #445e71;
}

.comment .comment-content .comment-list {
  margin: 0 2rem 0.5rem 0;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .comment .comment-content .comment-list {
    width: 50%;
  }

  .comment .comment-content .comment-list:last-child {
    margin-right: 0;
  }
}

.comment .comment-content .comment-list > p {
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #f1f3f6;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.comment .comment-content .comment-list > p strong {
  font-weight: 600;
  color: #231f20;
}

.comment .comment-content .comment-list a {
  display: block;
  font-size: 0.75rem;
}

.comment .comment-content .comment-notes p:first-child {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #f1f3f6;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.comment .comment-content .comment-notes p:first-child strong {
  font-weight: 600;
  color: #231f20;
}

.comment .comment-content .comment-detail {
  color: rgba(35, 31, 32, 0.5);
  font-size: 0.65rem;
  font-style: italic;
  margin: 0.5rem 0 -0.25rem 0;
}

@media screen and (min-width: 40em) {
  .comment .comment-content .comment-detail {
    font-size: 0.7rem;
  }
}

.comment .comment-content .edit-controls {
  margin-top: -2rem;
}

.comment .comment-content .edit-controls button {
  font-size: 0.85rem;
}

@media screen and (max-width: 40em) {
  .comment .comment-content .edit-controls {
    float: none;
    clear: both;
    font-size: 0.85rem;
    margin-top: 0;
  }
}

.comment:last-child {
  border: 0;
  margin-bottom: 0;
}

.comment:last-child .comment-content p.comment-detail {
  font-style: normal;
}

.grid-items-lines {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.grid-items-lines:after {
  content: "";
  display: table;
  clear: both;
}

.grid-items-lines.boxed {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-items-lines.boxed:after {
  display: none;
}

.grid-items-lines .grid-item {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: white;
  border-bottom: 1px solid #dbe0e8;
  border-right: 1px solid #dbe0e8;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  padding: 1em;
  text-decoration: none;
  width: 50%;
  text-align: center;
  position: relative;
}

.dashboard .grid-items-lines .grid-item {
  background: transparent;
  padding: 0.5rem 1rem;
}

.dashboard .grid-items-lines .grid-item i,
.dashboard .grid-items-lines .grid-item h1 {
  color: #7c95a7;
}

.dashboard .grid-items-lines .grid-item.is-active {
  background: transparent;
}

.dashboard .grid-items-lines .grid-item:hover {
  background: transparent;
}

.grid-items-lines .grid-item.disabled * {
  opacity: 0.5;
  -webkit-filter: grayscale(0.7);
          filter: grayscale(0.7);
}

@media screen and (min-width: 40em) {
  .grid-items-lines .grid-item {
    width: 33.33%;
  }
}

@media screen and (min-width: 52.5em) {
  .grid-items-lines .grid-item {
    width: 25%;
  }

  .grid-items-lines .grid-item.five, .grid-items-lines .grid-item.grid5 {
    width: 20%;
  }

  .grid-items-lines .grid-item.six, .grid-items-lines .grid-item.grid6 {
    width: 16.666%;
  }

  .grid-items-lines .grid-item.seven, .grid-items-lines .grid-item.grid7 {
    width: 14.2%;
  }
}

.grid-items-lines .grid-item:focus, .grid-items-lines .grid-item:hover, .grid-items-lines .grid-item.is-active {
  background: #f7f8fa;
}

.grid-items-lines .grid-item:focus h1,
.grid-items-lines .grid-item:focus i, .grid-items-lines .grid-item:hover h1,
.grid-items-lines .grid-item:hover i, .grid-items-lines .grid-item.is-active h1,
.grid-items-lines .grid-item.is-active i {
  color: #0f6fc6;
}

.grid-items-lines .grid-item:focus p,
.grid-items-lines .grid-item:focus small, .grid-items-lines .grid-item:hover p,
.grid-items-lines .grid-item:hover small, .grid-items-lines .grid-item.is-active p,
.grid-items-lines .grid-item.is-active small {
  color: #8ba1b1;
}

.grid-items-lines .grid-item.is-active h1,
.grid-items-lines .grid-item.is-active i {
  color: #1e447d;
}

.grid-items-lines.slim .grid-item {
  padding: 0.25rem;
}

.grid-items-lines.slim .grid-item.is-active {
  background: transparent;
}

.grid-items-lines.slim .grid-item.is-active i,
.grid-items-lines.slim .grid-item.is-active h1 {
  color: #0f6fc6;
}

.grid-items-lines.slim .grid-item i {
  font-size: 1.9rem;
  margin-bottom: 0.25rem;
  color: #9aadbb;
}

.grid-items-lines.slim .grid-item h1 {
  font-size: 0.8rem;
  color: #9aadbb;
}

.grid-items-lines.slim .grid-item small {
  display: none;
  font-size: 0.65rem;
}

.grid-items-lines .grid-item i {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  font-size: 2.5em;
  margin-bottom: 0.5rem;
  color: #0f6fc6;
}

@media screen and (min-width: 40em) {
  .grid-items-lines .grid-item i {
    font-size: 3em;
  }
}

.grid-items-lines .grid-item .item-status {
  position: absolute;
  bottom: 0.25em;
  right: 0.25em;
  margin: 0;
  font-size: 2em;
  color: #7a91a6;
}

.grid-items-lines .grid-item h1 {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #8ba1b1;
  letter-spacing: 2px;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  .grid-items-lines .grid-item h1 {
    font-size: 1em;
  }
}

.grid-items-lines .grid-item p {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: rgba(139, 161, 177, 0.8);
  line-height: 1.5em;
  margin-bottom: 0;
}

.grid-items-lines .grid-item small {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: rgba(139, 161, 177, 0.8);
  line-height: 1.2;
  display: inline-block;
}

.grid-items-lines .grid-item.smaller i {
  font-size: 2rem;
}

.grid-items-lines .grid-item.smaller h1 {
  font-size: 0.7rem;
  letter-spacing: 1px;
}

@media screen and (min-width: 40em) {
  .grid-items-lines .grid-item.smaller {
    width: 25%;
  }

  .grid-items-lines .grid-item.smaller i {
    font-size: 2.25rem;
  }

  .grid-items-lines .grid-item.smaller h1 {
    font-size: 0.9rem;
  }
}

.grid-items-lines .grid-item.five i,
.grid-items-lines .grid-item.grid5 i {
  font-size: 2rem;
}

.grid-items-lines .grid-item.five h1,
.grid-items-lines .grid-item.grid5 h1 {
  font-size: 0.7rem;
  letter-spacing: 1px;
}

@media screen and (min-width: 40em) {
  .grid-items-lines .grid-item.five,
.grid-items-lines .grid-item.grid5 {
    width: 20%;
  }

  .grid-items-lines .grid-item.five i,
.grid-items-lines .grid-item.grid5 i {
    font-size: 2.25rem;
  }

  .grid-items-lines .grid-item.five h1,
.grid-items-lines .grid-item.grid5 h1 {
    font-size: 0.9rem;
  }
}

.grid-items-lines .grid-item.six i,
.grid-items-lines .grid-item.grid6 i {
  font-size: 1.9rem;
}

.grid-items-lines .grid-item.six h1,
.grid-items-lines .grid-item.grid6 h1 {
  font-size: 0.7rem;
  letter-spacing: 1px;
}

@media screen and (min-width: 40em) {
  .grid-items-lines .grid-item.six,
.grid-items-lines .grid-item.grid6 {
    width: 16.666%;
  }

  .grid-items-lines .grid-item.six i,
.grid-items-lines .grid-item.grid6 i {
    font-size: 2.25rem;
  }

  .grid-items-lines .grid-item.six h1,
.grid-items-lines .grid-item.grid6 h1 {
    font-size: 0.9rem;
  }
}

.grid-items-lines .grid-item.seven i,
.grid-items-lines .grid-item.grid7 i {
  font-size: 1.7rem;
}

.grid-items-lines .grid-item.seven h1,
.grid-items-lines .grid-item.grid7 h1 {
  font-size: 0.7rem;
  letter-spacing: 1px;
}

@media screen and (min-width: 40em) {
  .grid-items-lines .grid-item.seven,
.grid-items-lines .grid-item.grid7 {
    width: 14.2%;
  }

  .grid-items-lines .grid-item.seven i,
.grid-items-lines .grid-item.grid7 i {
    font-size: 2rem;
  }

  .grid-items-lines .grid-item.seven h1,
.grid-items-lines .grid-item.grid7 h1 {
    font-size: 0.85rem;
  }
}

.grid-items-lines.boxed {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.grid-items-lines.boxed .grid-item {
  border: 2px solid #dbe0e8;
  min-height: 0;
  padding: 1em;
  margin: 0 0 1em;
  border-radius: 0.25rem;
}

@media screen and (min-width: 30em) {
  .grid-items-lines.boxed .grid-item {
    width: 30%;
  }
}

@media screen and (min-width: 52.5em) {
  .grid-items-lines.boxed .grid-item {
    width: 25%;
  }
}

.grid-items-lines.boxed .grid-item i {
  font-size: 5pc;
  margin-bottom: 0;
  color: #8ba1b1;
}

.grid-items-lines.boxed .grid-item h1 {
  margin-bottom: 0;
  font-size: 1em;
  text-transform: capitalize;
  color: #0f6fc6;
  font-weight: 600;
}

.grid-items-lines .bottom-cover {
  background: white;
  bottom: 0px;
  height: 3px;
  position: absolute;
  width: 100%;
}

.dashboard .grid-items-lines .bottom-cover {
  background: #f1f3f6;
}

.grid-items-lines .right-cover {
  background: white;
  height: 100%;
  position: absolute;
  right: 0px;
  width: 4px;
}

.dashboard .grid-items-lines .right-cover {
  background: #f1f3f6;
}

.info-box {
  padding: 0.5em 1em;
  background: #dbe0e8;
  font-style: italic;
  color: #1e447d;
  margin: 0;
}

.sort-controls {
  margin: 0 0 1em 0;
}

@media screen and (min-width: 40em) {
  .sort-controls {
    margin: 1em 0;
  }
}

.sort-controls input[type=text] {
  margin-bottom: 0.5em;
  padding: 0 1em;
  border-radius: 20px;
  line-height: 1.2;
}

.sort-controls .sort {
  padding: 0.5em 1.5em;
  font-size: 0.75rem;
  position: relative;
  border-radius: 3px;
  text-align: center;
  color: #1e447d;
  text-transform: uppercase;
  font-weight: 800;
}

.sort-controls .sort.asc, .sort-controls .sort.desc {
  background: #0f6fc6;
  color: #fafcfc;
}

.sort-controls .sort:before {
  left: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "swap_vert";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sort-controls .sort.asc:before {
  content: "";
}

.sort-controls .sort.desc:before {
  content: "";
}

span.progress-count {
  display: block;
  position: relative;
  margin: 0;
  font-size: 0.7rem;
  display: none;
}

span.progress-count span {
  position: absolute;
  right: 0;
}

.progress-bar {
  background-color: white;
  border: 1px solid #e6ecf1;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(128, 128, 128, 0.15);
          box-shadow: inset 0 0 3px 0 rgba(128, 128, 128, 0.15);
  height: 1rem;
  margin: 0 auto;
  padding: 2px;
  width: 100%;
  visibility: hidden;
}

.progress-bar > span.meter {
  -webkit-animation: progress 0.7s linear infinite;
          animation: progress 0.7s linear infinite;
  background-color: #0f6fc6;
  background-image: linear-gradient(-45deg, rgba(250, 252, 252, 0.15) 25%, transparent 25%, transparent 50%, rgba(250, 252, 252, 0.15) 50%, rgba(250, 252, 252, 0.15) 75%, transparent 75%);
  background-repeat: repeat-x;
  background-size: 40px 40px;
  border: 1px solid #0a477f;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 100%;
  width: 0;
}

@-webkit-keyframes progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 40px 0;
  }
}

@keyframes progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 40px 0;
  }
}

.slide-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000001;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.4s;
  transition: visibility 0s 0.4s;
}

.slide-panel:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.2s 0.3s;
  transition: background 0.2s 0.3s;
}

.slide-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.slide-panel.is-visible:after {
  background: #231f20;
  opacity: 0.8;
  -webkit-transition: background 0.2s 0s;
  transition: background 0.2s 0s;
}

.slide-panel.is-visible .slide-panel-close:before {
  -webkit-animation: slide-close-1 0.2s 0.3s;
          animation: slide-close-1 0.2s 0.3s;
}

.slide-panel.is-visible .slide-panel-close:after {
  -webkit-animation: slide-close-2 0.2s 0.3s;
          animation: slide-close-2 0.2s 0.3s;
}

@-webkit-keyframes slide-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes slide-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes slide-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-45deg);
  }
}

@keyframes slide-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.slide-panel-header {
  position: fixed;
  width: 80%;
  height: 46px;
  background: #0f6fc6;
  z-index: 102;
  -webkit-box-shadow: -2px 0 4px rgba(30, 68, 125, 0.5);
          box-shadow: -2px 0 4px rgba(30, 68, 125, 0.5);
  -webkit-transition: top 0.3s 0s;
  transition: top 0.3s 0s;
}

.warning .slide-panel-header, .delete .slide-panel-header {
  background: #e53935;
}

.success .slide-panel-header {
  background: #10ad51;
}

.filter .slide-panel-header {
  width: 90%;
}

.large .slide-panel-header {
  width: 90%;
}

.slide-panel-header h1 {
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  line-height: 46px;
  margin: 0;
  color: #fafcfc;
  padding-left: 3%;
}

.slide-panel-header h1.hidden {
  display: none;
}

.from-right .slide-panel-header,
.from-left .slide-panel-header {
  top: -40px;
}

.from-right .slide-panel-header {
  right: 0;
}

.from-left .slide-panel-header {
  left: 0;
}

.is-visible .slide-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s;
}

@media screen and (min-width: 40em) {
  .slide-panel-header {
    height: 50px;
    width: 70%;
  }

  .filter .slide-panel-header {
    width: 70%;
  }

  .large .slide-panel-header {
    width: 90%;
    max-width: 1200px;
  }

  .small .slide-panel-header {
    width: 50%;
  }

  .slide-panel-header h1 {
    line-height: 50px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 52.5em) {
  .slide-panel-header {
    width: 50%;
  }

  .filter .slide-panel-header {
    width: 50%;
  }

  .large .slide-panel-header {
    width: 90%;
    max-width: 1200px;
  }

  .small .slide-panel-header {
    width: 30%;
  }
}

.slide-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 46px;
  z-index: 100;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: rgba(250, 252, 252, 0.3);
}

.slide-panel-close:before, .slide-panel-close:after {
  content: "";
  position: absolute;
  height: 3px;
  top: 21px;
  left: 14px;
  width: 19px;
  display: block;
  background-color: #fafcfc;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 40em) {
  .slide-panel-close {
    width: 46px;
  }

  .slide-panel-close:before, .slide-panel-close:after {
    top: 24px;
    left: 15px;
    width: 20px;
  }
}

.slide-panel-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slide-panel-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.no-touch .slide-panel-close:hover {
  background-color: rgba(250, 252, 252, 0.4);
}

.no-touch .slide-panel-close:hover::before,
.no-touch .slide-panel-close:hover::after {
  background-color: #1e447d;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.no-touch .slide-panel-close:hover::before {
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
}

.no-touch .slide-panel-close:hover::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slide-panel-container {
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  background: #f1f3f6;
  color: #445e71;
  -webkit-box-shadow: -2px 0 4px rgba(30, 68, 125, 0.5);
          box-shadow: -2px 0 4px rgba(30, 68, 125, 0.5);
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.warning .slide-panel-container, .delete .slide-panel-container {
  background: #fffbd9;
  color: #1e447d;
}

.success .slide-panel-container {
  background: #fafcfc;
  color: #1e447d;
}

.filter .slide-panel-container {
  width: 90%;
  background: #fafcfc;
}

.light .slide-panel-container {
  background: #fafcfc;
  color: #1e447d;
}

.large .slide-panel-container {
  width: 90%;
}

.slide-panel-container input[type=submit].delete-button,
.slide-panel-container .delete-button {
  margin: 0;
}

@media screen and (max-width: 40em) {
  .slide-panel-container input[type=submit].delete-button,
.slide-panel-container .delete-button {
    min-width: 0;
    font-size: 0.9rem;
    padding: 0.65rem 1rem;
  }
}

.slide-panel-container .cancel-button {
  color: #445e71;
}

.slide-panel-container .cancel-button:hover {
  color: #1e447d;
}

.from-right .slide-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.from-left .slide-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.is-visible .slide-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media screen and (min-width: 40em) {
  .slide-panel-container {
    width: 70%;
  }

  .filter .slide-panel-container {
    width: 70%;
  }

  .large .slide-panel-container {
    width: 90%;
    max-width: 1200px;
  }

  .small .slide-panel-container {
    width: 50%;
  }
}

@media screen and (min-width: 52.5em) {
  .slide-panel-container {
    width: 50%;
  }

  .filter .slide-panel-container {
    width: 50%;
  }

  .large .slide-panel-container {
    width: 90%;
    max-width: 1200px;
  }

  .small .slide-panel-container {
    width: 30%;
  }
}

.slide-panel-content {
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 75px 3%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.filter .slide-panel-content {
  padding-top: 80px;
}

.slide-panel-content .view-button {
  position: absolute;
  right: 0;
  z-index: 1;
  color: #fafcfc;
}

.slide-panel-content .view-button:hover {
  background: #1e447d;
}

@media screen and (max-width: 40em) {
  .slide-panel-content .view-button {
    top: auto;
    left: 0;
    right: auto;
    position: fixed;
    bottom: 0;
  }
}

.image-preview {
  position: relative;
}

.content-loader {
  width: 100%;
  min-height: 100px;
  position: relative;
}

@media screen and (min-width: 40em) {
  .content-loader {
    padding-top: 1rem;
  }
}

.content-loader img {
  position: relative;
  z-index: 1;
}

.content-loader p,
.content-loader ol,
.content-loader ul {
  margin-bottom: 0.5rem;
  font-size: 0.9rem !important;
}

.content-loader p > strong,
.content-loader ol > strong,
.content-loader ul > strong {
  font-size: 0.9rem;
  color: #445e71 !important;
  text-transform: uppercase;
}

.content-loader p strong,
.content-loader ol strong,
.content-loader ul strong {
  color: #8ba1b1;
}

.content-loader p.entry-details > strong,
.content-loader ol.entry-details > strong,
.content-loader ul.entry-details > strong {
  font-size: 0.9rem !important;
}

.content-loader ol,
.content-loader ul {
  margin-bottom: 1rem;
}

.content-loader h3 {
  font-size: 0.9rem;
  color: #445e71;
  text-transform: uppercase;
}

.content-loader a {
  color: #feec9a;
}

.light .content-loader a {
  color: #0f6fc6;
}

.btn-smaller {
  padding: 0 0.5em !important;
  font-size: 0.6rem !important;
  line-height: 16px !important;
  height: 16px;
  text-transform: none !important;
}

.btn-larger {
  padding: 0 14px !important;
  font-size: 14px !important;
  line-height: 14px !important;
  height: 34px;
  text-transform: none !important;
}

button[class*=-button]:not(.fancybox-button).orange.btn-larger.isSubmitted,
button[class*=-button]:not(.fancybox-button).orange.btn-larger.isSubmitted:disabled {
  background-color: #e2e8f0;
  color: #013d7c;
  opacity: 1;
}

.fixed-action-btn {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998;
}

.fixed-action-btn .btn-floating {
  display: inline-block;
  color: #fafcfc;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  background-color: #0f6fc6;
  border-radius: 50%;
  outline: none;
  border: none;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: 0 2px 5px 0 rgba(35, 31, 32, 0.16), 0 2px 10px 0 rgba(35, 31, 32, 0.12);
          box-shadow: 0 2px 5px 0 rgba(35, 31, 32, 0.16), 0 2px 10px 0 rgba(35, 31, 32, 0.12);
}

.fixed-action-btn .btn-floating:hover {
  background: #1077d4;
  -webkit-box-shadow: 0 5px 11px 0 rgba(35, 31, 32, 0.18), 0 4px 15px 0 rgba(35, 31, 32, 0.15);
          box-shadow: 0 5px 11px 0 rgba(35, 31, 32, 0.18), 0 4px 15px 0 rgba(35, 31, 32, 0.15);
}

.fixed-action-btn .btn-floating i {
  line-height: 44px;
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fafcfc;
  font-size: 1.5rem;
}

.completed-todo {
  fill: #fff;
}

#load-todos p {
  font-size: 0.95rem;
  color: #b1becb;
}

.image-collection-icon {
  font-size: 20px !important;
  position: absolute;
  margin: 5px;
  color: rgba(255, 255, 255, 0.8) !important;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.image-collection-icon.small {
  font-size: 12px !important;
  margin: 2px;
}

.files-list .file {
  background: #fafcfc;
  -webkit-box-shadow: 0 0 7px rgba(139, 161, 177, 0.15);
          box-shadow: 0 0 7px rgba(139, 161, 177, 0.15);
  border: 1px solid #dbe2e7;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.75rem;
  position: relative;
}

.files-list .file:hover .file-controls {
  visibility: visible;
  opacity: 1;
}

.files-list .file .view-button {
  position: relative;
  top: auto;
  right: auto;
}

.files-list .file .file-thumb {
  text-align: left;
  margin-right: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 0.1666666667rem;
}

.files-list .file .file-thumb i {
  font-size: 48px;
  line-height: 41px;
  margin-left: -3px;
}

.files-list .file .file-thumb img {
  height: auto;
  width: 40px;
  border-radius: 0.1666666667rem;
}

.files-list .file .file-details {
  display: block;
  -ms-flex-preferred-size: calc(100% - 40px - 0.75rem);
      flex-basis: calc(100% - 40px - 0.75rem);
  overflow: hidden;
  position: relative;
}

.files-list .file .file-details .file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #1e447d;
  font-weight: 600;
}

.files-list .file .file-details .file-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 12px;
  width: 100%;
  font-size: 10px;
}

.files-list .file .file-details .file-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  font-size: 10px;
}

.files-list .file .file-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  text-align: right;
}

.files-list .file .file-controls .delete-button {
  border-radius: 2px;
  margin: 0 0 0 5px;
  font-size: 10px;
  padding: 0.1rem 0.25rem;
}

.files-list .file .file-controls .filter-button {
  border-radius: 2px;
  margin: 0;
  font-size: 10px;
  padding: 0.1rem 0.25rem;
}

.files-list .file .file-controls .filter-button:not(:first-child) {
  margin-left: 5px;
}

.flex-list {
  margin-top: 1em;
}

.flex-list li {
  margin: 0 0 1px;
  padding: 0 1rem 0 0.5rem;
  border-bottom: 1px solid #f1f3f6;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-list li.past-due {
  background: #fffded;
  border-bottom-color: #fffbd9;
}

.flex-list li.past-due .flex-list-due i {
  color: #e53935;
}

.flex-list li .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-list li .flex img {
  max-width: 100px;
  margin-right: 0.75rem;
}

.flex-list li:last-child {
  border-bottom: none;
}

.flex-list li .loader {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-width: 3px;
  margin: 1px 1px 0 3px;
}

.flex-list li .flex-list-content {
  text-decoration: none;
  margin: 0.75rem 0;
  display: block;
  width: 100%;
}

.flex-list li .flex-list-content:hover .flex-list-title {
  text-decoration: none;
}

.flex-list li .flex-list-controls,
.flex-list li .flex-list-delete-controls {
  margin: 0.75rem 1rem 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-list li .flex-list-controls.delete,
.flex-list li .flex-list-delete-controls.delete {
  margin: 0.75rem 0 0.75rem 1rem;
}

.flex-list li .flex-list-done,
.flex-list li .flex-list-bullet,
.flex-list li .flex-list-notdone,
.flex-list li .flex-list-link {
  position: relative;
  margin: 2px 0 0 1px;
  color: #10ad51;
  cursor: pointer;
  font-size: 25px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.flex-list li .flex-list-done i,
.flex-list li .flex-list-bullet i,
.flex-list li .flex-list-notdone i,
.flex-list li .flex-list-link i {
  font-size: inherit;
}

.flex-list li .flex-list-notdone,
.flex-list li .flex-list-link {
  color: #d5dde3;
}

.flex-list li .flex-list-notdone:hover,
.flex-list li .flex-list-link:hover {
  color: #0f6fc6;
}

.flex-list li .flex-list-bullet {
  color: #c6d0d9;
  width: 22px;
  height: 22px;
  background: #c6d0d9;
  border-radius: 50px;
}

.flex-list li .flex-list-bullet i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 2px;
  left: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.flex-list li .flex-list-bullet:hover {
  background: #b1becb;
}

.flex-list li .flex-list-bullet:hover i {
  opacity: 1;
  visibility: visible;
}

.flex-list li .flex-list-delete {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  color: #f37a70;
  cursor: pointer;
  font-size: 25px;
  margin: 2px 0 0 1px;
}

.flex-list li .flex-list-delete:hover, .flex-list li .flex-list-delete.deleted {
  color: #e53935;
}

.flex-list li:hover .flex-list-delete {
  opacity: 1;
  visibility: visible;
}

.flex-list .flex-list-title {
  font-weight: 700;
  display: block;
  color: #0f6fc6;
  font-size: 0.95rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

a .flex-list .flex-list-title {
  text-decoration: underline;
}

.flex-list .flex-list-title i {
  vertical-align: middle;
  color: #b1becb;
}

.flex-list .flex-list-due {
  color: #8ba1b1;
  font-size: 0.7rem;
  line-height: 1.2;
}

.flex-list .flex-list-due i {
  margin-right: 0.25rem;
  font-size: 14px;
}

.flex-list .flex-list-detail {
  display: block;
  font-size: 0.85rem;
  color: #8ba1b1;
}

.flex-list .flex-list-detail .message-title {
  color: #1e447d;
  display: block;
}

.flex-list.messages li {
  opacity: 0.75;
}

.flex-list.messages li .flex-list-title {
  color: #8ba1b1;
}

.flex-list.messages li .flex-list-detail {
  margin: 0.5rem;
  font-style: italic;
}

.flex-list.messages li .flex-list-done {
  color: #8ba1b1;
}

.flex-list.messages li.unread {
  opacity: 1;
}

.flex-list.messages li.unread .flex-list-title {
  color: #0f6fc6;
}

.flex-list.messages li.unread .flex-list-notdone {
  color: #0f6fc6;
}

/*!---------- PRICING ----------*/

.pricing-1 .pricing-option h6 {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
}

.pricing-1 .dollar,
.pricing-1 .price,
.pricing-1 .terms {
  color: #09d0d9;
}

.pricing-1 .dollar,
.pricing-1 .terms {
  font-size: 22px;
}

.pricing-1 .dollar {
  position: relative;
  bottom: 67px;
}

.pricing-1 .price {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.pricing-1 .price-container {
  margin-bottom: 26.66666667px;
}

.pricing-1 h5 {
  margin-bottom: 20px;
}

.pricing-1 ul {
  line-height: 32px;
}

.pricing-1 .pricing-option {
  text-align: center;
  border-radius: 0.25rem;
  border: 1px solid #b4c5d6;
  padding: 40px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  margin-bottom: 40px;
}

.pricing-1.bg-dark .pricing-option {
  border: 1px solid #444;
}

.pricing-1 a:nth-of-type(1) .pricing-option {
  border-right: none;
  border-radius: 0.25rem 0px 0px 0.25rem;
}

.pricing-1 a:nth-of-type(3) .pricing-option {
  border-left: none;
  border-radius: 0px 0.25rem 0.25rem 0px;
}

.pricing-1 a:nth-of-type(2) .pricing-option {
  border-radius: 0px;
}

.pricing-1 .pricing-option:hover,
.pricing-1 .pricing-option.active {
  background: #09d0d9;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 10;
  border: 1px solid #09d0d9 !important;
  border-radius: 0.25rem !important;
}

.pricing-1 .pricing-option:hover .price,
.pricing-1 .pricing-option.active .price {
  color: #fafcfc;
}

.pricing-1 .pricing-option:hover .dollar,
.pricing-1 .pricing-option.active .dollar {
  color: #fafcfc;
}

.pricing-1 .pricing-option:hover .terms,
.pricing-1 .pricing-option.active .terms {
  color: #fafcfc;
}

.pricing-1 .pricing-option:hover h6,
.pricing-1 .pricing-option.active h6 {
  color: #fafcfc;
  font-weight: normal;
}

.pricing-1 .pricing-option:hover h5,
.pricing-1 .pricing-option.active h5 {
  color: #fafcfc;
}

.pricing-1 .pricing-option:hover ul,
.pricing-1 .pricing-option.active ul {
  color: #fafcfc;
}

.pricing-1 a:nth-of-type(3) .pricing-option {
  border-left: 1px solid #b4c5d6 !important;
  border-radius: 3px;
}

.pricing-1 a:nth-of-type(3) .pricing-option:hover,
.pricing-1 a:nth-of-type(3) .pricing-option.active {
  border-left: 1px solid #09d0d9 !important;
  border-radius: 0.25rem;
}

.pricing-1 a:nth-of-type(2) .pricing-option {
  border-right: none !important;
}

.pricing-option * {
  color: #8ba1b1;
}

.pricing-option .btn-filled {
  text-decoration: none;
  height: 55px;
  line-height: 53px;
  font-size: 18px;
  border-radius: 75pt;
  padding: 0 36px;
  color: #fafcfc;
  background: #09d0d9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: none;
  margin: 0;
  font-weight: 400;
}

.pricing-option .btn-filled input {
  width: 0;
  height: 0;
  margin: 0;
  visibility: hidden;
  display: inline-block;
}

.pricing-option.active *, .pricing-option:hover * {
  color: #fafcfc;
}

.pricing-option.active .btn-filled, .pricing-option:hover .btn-filled {
  background: #fafcfc;
  color: #09d0d9;
  border: 1px solid #08b9c1;
}

@media screen and (min-width: 40em) {
  .pricing-option {
    border-radius: 0.25rem !important;
    border: 1px solid #b4c5d6 !important;
  }
}

@media screen and (min-width: 52.5em) {
  .pricing-option .btn-filled {
    position: absolute;
    left: 50%;
    margin-left: -30%;
    width: 60%;
    bottom: 40px;
  }

  .pricing-1 .pricing-option {
    min-height: 710px;
  }
}

@media screen and (min-width: 40em) {
  .pricing-1 .pricing-option {
    min-height: 740px;
  }

  .pricing-1 .price {
    font-size: 70px;
    line-height: 70px;
  }

  .pricing-1 .dollar {
    bottom: 38px;
  }
}

.modal-alert,
.modal-utility,
.modal-image {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafcfc;
  padding: 0;
  max-width: 98%;
  max-height: 80%;
  width: 80%;
  margin: auto;
  border-radius: 10px;
  will-change: top, opacity;
  -webkit-box-shadow: 0 8px 20px rgba(35, 31, 32, 0.5);
          box-shadow: 0 8px 20px rgba(35, 31, 32, 0.5);
  z-index: 10000000000000000 !important;
}

.modal-alert.fullheight,
.modal-utility.fullheight,
.modal-image.fullheight {
  min-height: 95%;
  width: 98%;
}

.modal-alert.small,
.modal-utility.small,
.modal-image.small {
  max-width: 400px;
}

.modal-alert.medium,
.modal-utility.medium,
.modal-image.medium {
  width: 800px !important;
}

.modal-alert.large,
.modal-utility.large,
.modal-image.large {
  width: 1200px !important;
  height: 1000px !important;
}

@media screen and (max-width: 81.25em) {
  .modal-alert,
.modal-utility,
.modal-image {
    width: 85%;
  }
}

@media screen and (max-width: 52.5em) {
  .modal-alert,
.modal-utility,
.modal-image {
    width: 95%;
  }
}

@media screen and (max-width: 40em) {
  .modal-alert,
.modal-utility,
.modal-image {
    width: 98%;
  }
}

.modal-alert h1,
.modal-alert h2,
.modal-alert h3,
.modal-alert h4,
.modal-utility h1,
.modal-utility h2,
.modal-utility h3,
.modal-utility h4,
.modal-image h1,
.modal-image h2,
.modal-image h3,
.modal-image h4 {
  margin-top: 0;
}

.modal-alert .modal-content,
.modal-utility .modal-content,
.modal-image .modal-content {
  padding: 0.5rem;
}

.modal-alert .modal-content.pad,
.modal-utility .modal-content.pad,
.modal-image .modal-content.pad {
  padding: 0.75rem;
}

@media screen and (min-width: 52.5em) {
  .modal-alert .modal-content,
.modal-utility .modal-content,
.modal-image .modal-content {
    padding: 0.75rem;
  }

  .modal-alert .modal-content.pad,
.modal-utility .modal-content.pad,
.modal-image .modal-content.pad {
    padding: 1rem;
  }
}

.modal-alert .modal-content .wrap,
.modal-utility .modal-content .wrap,
.modal-image .modal-content .wrap {
  margin-bottom: 2rem;
}

.modal-alert .modal-content .wrap:last-child,
.modal-utility .modal-content .wrap:last-child,
.modal-image .modal-content .wrap:last-child {
  margin-bottom: 0;
}

.modal-alert .modal-content .wrap > p,
.modal-utility .modal-content .wrap > p,
.modal-image .modal-content .wrap > p {
  font-weight: 600;
  margin: 0;
  font-size: 1.15rem;
}

.modal-alert .modal-content .expander .expander-trigger,
.modal-utility .modal-content .expander .expander-trigger,
.modal-image .modal-content .expander .expander-trigger {
  font-size: 0.9rem;
}

.modal-alert .modal-title,
.modal-utility .modal-title,
.modal-image .modal-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #445e71;
  margin-bottom: 0.5em;
}

.modal-alert .modal-alert .modal-title,
.modal-alert .modal-utility .modal-title,
.modal-alert .modal-image .modal-title {
  color: #e53935;
}

.modal-alert .modal-message,
.modal-utility .modal-message,
.modal-image .modal-message {
  height: 100%;
}

.modal-alert .modal-message > p,
.modal-utility .modal-message > p,
.modal-image .modal-message > p {
  font-size: 0.85rem;
  margin-bottom: 1em;
}

.modal-alert .modal-message p.label,
.modal-utility .modal-message p.label,
.modal-image .modal-message p.label {
  font-size: 1.2rem;
  color: #0f6fc6;
  margin: 1rem 0;
}

.modal-alert .modal-message iframe,
.modal-utility .modal-message iframe,
.modal-image .modal-message iframe {
  width: 100%;
  min-height: 100%;
  border: 0;
}

.modal-alert .modal-message h3,
.modal-utility .modal-message h3,
.modal-image .modal-message h3 {
  color: #1e447d;
  font-size: 1.25rem;
}

.modal-alert .modal-message .box.solid,
.modal-utility .modal-message .box.solid,
.modal-image .modal-message .box.solid {
  min-height: auto;
}

.modal-alert .modal-message textarea,
.modal-utility .modal-message textarea,
.modal-image .modal-message textarea {
  background: #fafcfc !important;
  border: 1px solid #d2dae1 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(35, 31, 32, 0.15);
          box-shadow: inset 0 1px 1px rgba(35, 31, 32, 0.15);
}

.modal-alert .modal-close,
.modal-utility .modal-close,
.modal-image .modal-close {
  cursor: pointer;
}

.modal-alert .modal-header-close i,
.modal-utility .modal-header-close i,
.modal-image .modal-header-close i {
  font-size: 1.5rem;
  color: #1e447d;
}

.modal-alert .modal-footer,
.modal-utility .modal-footer,
.modal-image .modal-footer {
  border-radius: 0 0 9px 9px;
  background-color: #293c4e;
  padding: 0.75rem;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 -3px 8px rgba(68, 94, 113, 0.3);
          box-shadow: 0 -3px 8px rgba(68, 94, 113, 0.3);
}

.modal-alert .modal-footer a,
.modal-utility .modal-footer a,
.modal-image .modal-footer a {
  float: right;
  width: auto;
  color: #fafcfc;
}

.modal-alert .modal-footer .cancel-button,
.modal-utility .modal-footer .cancel-button,
.modal-image .modal-footer .cancel-button {
  color: #fafcfc !important;
}

.modal-alert .modal-footer .cancel-button:hover,
.modal-utility .modal-footer .cancel-button:hover,
.modal-image .modal-footer .cancel-button:hover {
  color: #fafcfc !important;
}

.modal-alert.modal-fixed-footer,
.modal-utility.modal-fixed-footer,
.modal-image.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

.modal-alert.modal-fixed-footer.fullheight,
.modal-utility.modal-fixed-footer.fullheight,
.modal-image.modal-fixed-footer.fullheight {
  min-height: 90%;
}

.modal-alert.modal-fixed-footer .modal-content,
.modal-utility.modal-fixed-footer .modal-content,
.modal-image.modal-fixed-footer .modal-content {
  position: absolute;
  z-index: 1;
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 20px;
  height: calc(100% - 60px);
}

.modal-alert.modal-fixed-footer .modal-footer,
.modal-utility.modal-fixed-footer .modal-footer,
.modal-image.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(250, 252, 252, 0.8);
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.modal-alert.fullscreen,
.modal-utility.fullscreen,
.modal-image.fullscreen {
  min-height: 0;
  min-width: 99%;
  max-height: 98%;
  max-width: 100%;
  overflow: scroll;
}

.modal-alert.fullscreen .modal-title,
.modal-utility.fullscreen .modal-title,
.modal-image.fullscreen .modal-title {
  margin-bottom: 0.25rem;
}

.modal-alert.fullscreen .modal-close,
.modal-utility.fullscreen .modal-close,
.modal-image.fullscreen .modal-close {
  margin-bottom: 0.25rem;
}

.modal-alert.fullscreen .modal-close i,
.modal-utility.fullscreen .modal-close i,
.modal-image.fullscreen .modal-close i {
  font-size: 1.5rem;
}

.modal-alert.fullscreen .modal-message > img,
.modal-utility.fullscreen .modal-message > img,
.modal-image.fullscreen .modal-message > img {
  height: auto;
  max-width: 100%;
  display: block;
}

.lean-overlay {
  position: fixed;
  z-index: 10000000 !important;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #231f20;
  display: none;
  will-change: opacity;
}

.modal-alert.bottom-sheet,
.modal-utility.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

.tiles {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 52.5em) {
  .tiles {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.tiles.flex.center .tile-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.tiles .tile-item {
  margin: 0 0.5rem 0.85rem 0.5rem;
  border-radius: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fafcfc;
  -webkit-box-shadow: 0 1px 4px rgba(139, 161, 177, 0.5);
          box-shadow: 0 1px 4px rgba(139, 161, 177, 0.5);
  overflow: auto;
  position: relative;
  width: calc(50% - 0.5rem);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tiles .tile-item strong {
  font-weight: 600;
}

.tiles .tile-item.with-controls {
  padding-bottom: 20px;
}

@media screen and (min-width: 40em) {
  .tiles .tile-item.with-controls {
    padding-bottom: 30px;
  }
}

.tiles .tile-item:hover {
  -webkit-box-shadow: 0 1px 10px rgba(139, 161, 177, 0.4);
          box-shadow: 0 1px 10px rgba(139, 161, 177, 0.4);
}

.tiles .tile-item .desc {
  padding: 0.25rem;
  background: #8ba1b1;
}

.tiles .tile-item .desc > i {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

@media screen and (min-width: 52.5em) {
  .tiles .tile-item .desc > i {
    font-size: 1.5rem;
  }
}

.tiles .tile-item .desc .desc-name {
  font-weight: 600;
  text-transform: uppercase;
  color: #1e447d;
  font-size: 0.7rem;
}

@media screen and (min-width: 40em) {
  .tiles .tile-item .desc .desc-name {
    font-size: 0.8rem;
  }
}

.tiles .tile-item.logo .desc {
  background: transparent;
}

.tiles .tile-item .main {
  padding: 0.5em;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #566e80;
  font-weight: 400;
}

@media screen and (min-width: 40em) {
  .tiles .tile-item .main {
    padding: 0.5em 1em 15px;
  }
}

.tiles .tile-item .main .title,
.tiles .tile-item .main a.title {
  text-decoration: none;
  color: #8ba1b1;
  font-size: 0.75rem;
  display: block;
}

@media screen and (min-width: 40em) {
  .tiles .tile-item .main .title,
.tiles .tile-item .main a.title {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 81.25em) {
  .tiles .tile-item .main .title,
.tiles .tile-item .main a.title {
    font-size: 1rem;
  }
}

.tiles .tile-item .main .title strong:not(.green),
.tiles .tile-item .main a.title strong:not(.green) {
  color: #1e447d;
}

.tiles .tile-item .main .title img,
.tiles .tile-item .main a.title img {
  border-radius: 50px;
  margin-right: 0.25rem;
  width: 30px;
}

.tiles .tile-item .main .title img.logo,
.tiles .tile-item .main a.title img.logo {
  width: auto;
  border-radius: 0;
  margin: 0;
  max-height: 30px;
}

.tiles .tile-item .main .title.flex,
.tiles .tile-item .main a.title.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tiles .tile-item .main .subtitle {
  display: block;
  color: #7c95a7;
}

.tiles .tile-item .main p {
  font-size: 1rem;
}

.tiles .tile-item .tile-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.tiles .tile-item .tile-controls a {
  width: 100%;
  padding: 0.25rem 0.25rem 0.5rem;
  line-height: 1.1;
  display: block;
  text-decoration: underline;
  color: #0f6fc6;
  font-size: 0.8rem;
  border-left: 1px solid #e1e6ec;
}

@media screen and (min-width: 40em) {
  .tiles .tile-item .tile-controls a {
    padding: 0.5rem;
    line-height: 1.2;
  }
}

.tiles .tile-item .tile-controls a i {
  font-size: 1.1em;
}

.tiles .tile-item .tile-controls a:first-child {
  border-left: none;
}

.tiles .tile-item .tile-controls a:hover {
  background: #f1f3f6;
}

.tiles.tiles-4 .tile-item:nth-child(3n) {
  margin-left: 0;
}

.tiles.tiles-4 .tile-item:first-child {
  margin-left: 0;
}

.tiles.tiles-4 .tile-item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 52.5em) {
  .tiles .tile-item {
    width: calc(25% - 0.5rem);
  }

  .tiles.tiles-4 .tile-item .main {
    padding: 0.5em 0.75em;
  }

  .tiles.tiles-4 .tile-item:nth-child(2n) {
    margin-right: 0.5rem;
  }

  .tiles.tiles-4 .tile-item:nth-child(3n) {
    margin-left: 0.5rem;
  }

  .tiles.tiles-4 .tile-item:first-child {
    margin-left: 0;
  }

  .tiles.tiles-4 .tile-item:nth-child(4n) {
    margin-left: 0.5rem;
    margin-right: 0;
  }

  .tiles.tiles-5 .tile-item .main {
    padding: 0.5 em 0.6em;
  }
}

.tree {
  max-width: 800px;
}

.tree .branch {
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tree .branch .branch-content {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 52.5em) {
  .tree .branch .branch-content {
    padding-bottom: 1rem;
  }
}

.tree .branch .branch-content .branch-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  background: #f7f8fa;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tree .branch .branch-content .branch-name .toggle-child,
.tree .branch .branch-content .branch-name .material-icons {
  font-size: 2rem;
  color: #8ba1b1;
  border-radius: 50px;
}

.tree .branch .branch-content .branch-name .toggle-child.open, .tree .branch .branch-content .branch-name .toggle-child:hover,
.tree .branch .branch-content .branch-name .material-icons.open,
.tree .branch .branch-content .branch-name .material-icons:hover {
  color: #0f6fc6;
  background: #fff;
}

.tree .branch .branch-content .branch-name:hover h1 a {
  text-decoration: underline;
}

.tree .branch .branch-content .branch-name.open {
  background: #f1f3f6;
}

.tree .branch .branch-content h1 {
  font-size: 1rem;
  margin: 0 1rem 0 0;
  font-weight: 600;
  color: #231f20;
}

.tree .branch .branch-content h1 .branch-children {
  display: block;
  font-size: 0.7rem;
  color: #1e447d;
}

.tree .branch .branch-content h1 em {
  font-weight: normal;
  font-size: 0.8rem;
  color: #293c4e;
}

.tree .branch .branch-content h1 a {
  text-decoration: none;
  color: #231f20;
}

.tree .branch .branch-content h1 a:hover {
  text-decoration: underline;
}

.tree .branch .branch-content .edit-branch {
  font-size: 0.8rem;
  display: inline-block;
}

.tree .branch .branch-content .branch-info {
  padding: 0;
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tree .branch .branch-content .branch-info .address {
  padding: 0.25rem;
}

.tree .branch .branch-content .branch-content {
  width: 100%;
}

.tree .tree {
  padding-left: 1.5rem;
}

.tree .tree .branch {
  font-size: 0.9rem;
  border-left: 1px solid #cfd8df;
}

.tree .tree .branch:last-child {
  border-left: none;
}

.tree .tree .branch:before {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  color: transparent;
  border-bottom: 1px solid #cfd8df;
  content: "";
  display: inline-block;
}

.tree .tree .branch:last-child:before {
  border-left: 1px solid #cfd8df;
}

.tree .tree .branch .branch-content .branch-name {
  background: transparent;
  border-radius: 0;
  padding: 0.25rem 0.75rem 0.25rem 0.5rem;
  border-bottom: 1px dashed #f1f3f6;
}

.tree .tree .branch .branch-content .branch-name:hover {
  border-bottom-color: #c6d0d9;
}

.tree .tree .branch .branch-content .branch-name h1 {
  font-size: 0.9rem;
}

.tree .tree .branch .branch-content .branch-name h1 a {
  color: #0f6fc6;
}

.collection {
  margin: 0 0 1.5rem 0;
  border: 1px solid #e6ecf1;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  color: #445e71;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.collection.shadow {
  -webkit-box-shadow: 0 0 8px rgba(139, 161, 177, 0.25);
          box-shadow: 0 0 8px rgba(139, 161, 177, 0.25);
}

.collection.shadow:hover {
  -webkit-box-shadow: 0 0 20px rgba(139, 161, 177, 0.4);
          box-shadow: 0 0 20px rgba(139, 161, 177, 0.4);
}

.tab-content .collection {
  margin-top: 0;
}

.collection.profile-info {
  border: 0;
}

.collection.menu {
  border: 0;
  border-radius: 2px;
  margin-top: 0.75rem;
}

.collection .collection-item {
  background-color: #fafcfc;
  padding: 0.25rem 0.75rem;
  margin: 0;
  border-bottom: 1px solid #e6ecf1;
}

.collection .collection-item .title {
  font-size: 0.9rem;
  color: #1e447d;
}

.collection .collection-item .title strong {
  font-weight: 600;
  color: #1e447d;
}

.collection .collection-item p {
  margin: 0;
  font-size: 0.9rem;
  color: #445e71;
}

.collection .collection-item.avatar {
  min-height: calc(42px + 1em);
  padding-left: 72px;
  position: relative;
}

.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100px;
}

.collection .collection-item.avatar i.circle {
  font-size: 30px;
  line-height: 42px;
  color: #fafcfc;
  background-color: #c6d0d9;
  text-align: center;
}

.collection .collection-item.avatar .desc {
  position: relative;
  font-size: 0.7rem;
  width: 76px;
  overflow: hidden;
  background: #8ba1b1;
  padding: 1em;
  text-align: center;
  color: #fafcfc;
}

.collection .collection-item.avatar .desc .circle {
  background-color: transparent;
  height: auto;
  color: #fafcfc;
  line-height: 1;
  font-size: 22px;
}

.collection .collection-item.avatar .desc .desc-name {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.collection .collection-item.avatar .main {
  padding: 1em;
  -ms-flex-item-align: center;
      align-self: center;
  width: calc(80% - 76px);
}

.collection .collection-item.avatar .title {
  font-size: 16px;
}

.collection .collection-item.avatar p {
  margin: 0;
}

.collection .collection-item.avatar .secondary-content {
  -ms-flex-item-align: center;
      align-self: center;
}

.collection .collection-item.flex {
  padding: 0;
}

.collection .collection-item.flex .circle {
  position: relative;
  left: auto;
}

.collection .collection-item.flex .secondary-content {
  width: 20%;
  text-align: right;
  padding: 1em;
}

.collection .collection-item:last-child {
  border-bottom: none;
}

.collection .collection-item.active {
  background-color: #0f6fc6;
  color: #fafcfc;
}

.collection .collection-item.active .secondary-content {
  color: #fafcfc;
}

.collection a.collection-item {
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #0f6fc6;
  text-decoration: none;
}

.collection a.collection-item:not(.active):hover {
  background-color: #71b2e3;
  color: #fafcfc;
}

.collection.menu a.collection-item {
  margin-bottom: 0.5rem;
  border-radius: 2px;
}

.collection.menu a.collection-item:not(.active) {
  background-color: #fafcfc;
  border: 1px solid #e6ecf1;
}

.collection.menu a.collection-item:not(.active):hover {
  background-color: #e6ecf1;
  color: #1e447d;
}

.collection.with-header .collection-header {
  background-color: #fafcfc;
  border-bottom: 1px solid #e6ecf1;
  padding: 10px 1rem;
}

.collection.with-header .collection-header h3 {
  text-transform: uppercase;
  color: #445e71;
  font-weight: 400;
  font-size: 1rem;
}

.collection.with-header .collection-item div strong {
  color: #0f6fc6;
  font-weight: 600;
}

.collection.with-header .collection-item h4 {
  color: #445e71;
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.collection.with-header .flex .secondary-content {
  float: none;
}

.secondary-content {
  float: right;
}

.replenishment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.collapsible {
  border-top: 1px solid #d5dde3;
  border-right: 1px solid #d5dde3;
  border-left: 1px solid #d5dde3;
  margin: 0 0 1.5rem 0;
  border-radius: 0.25rem;
}

.collapsible > li:last-child .collapsible-header-wrap {
  border-radius: 0 0 0.25rem 0.25rem;
}

.collapsible > li:last-child .collapsible-header-wrap.active {
  border-radius: 0;
}

.collapsible.profile-info {
  border: 0;
  border-radius: 0;
  margin: 0;
}

.collapsible.profile-info > li:last-child .collapsible-header-wrap {
  border-bottom: 0;
}

.collapsible.profile-info .collapsible-body {
  background: #fff;
  padding: 0 0.5rem;
}

.collapsible.highlight .collapsible-header-wrap {
  background: #fffded;
  border-bottom-color: #fffbd9;
}

.collapsible-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 1rem;
  padding: 0.75rem;
  background-color: #fafbfc;
  border-bottom: 1px solid #d5dde3;
  border-radius: 0.25rem 0.25rem 0 0;
  font-size: 0.9rem;
}

@media screen and (min-width: 52.5em) {
  .collapsible-header-wrap {
    line-height: 1rem;
  }
}

.collapsible-header-wrap.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.collapsible-header-wrap.padded {
  padding: 0.75rem 1rem;
}

.collapsible-header-wrap .collapsible-header:not(.active) {
  cursor: pointer;
}

.collapsible-header-wrap .collapsible-header strong {
  color: #0f6fc6;
}

.collapsible-header-wrap .collapsible-header strong small {
  color: #293c4e;
}

.collapsible-header-wrap .collapsible-header:not(.active):hover strong {
  color: #0f6fc6;
}

.profile-info .collapsible-header-wrap {
  padding: 0.5rem;
}

.profile-info .collapsible-header-wrap .collapsible-header {
  width: calc(100% - 35px);
}

.profile-info .collapsible-header-wrap .collapsible-header > strong {
  color: #0a2d58;
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
}

.profile-info .collapsible-header-wrap > .collapsible-info {
  width: 35px;
}

.profile-info .collapsible-header-wrap > .collapsible-info > a,
.profile-info .collapsible-header-wrap > .collapsible-info button {
  margin-left: 0.5em;
  font-size: 0.8em;
  display: none;
}

.profile-info .collapsible-header-wrap.active {
  padding: 0.5rem;
  border-bottom-color: #fff;
  background: #fff;
}

.profile-info .collapsible-header-wrap.active .collapsible-header > strong {
  color: #10ad51;
}

.profile-info .collapsible-header-wrap:hover .collapsible-info > a, .profile-info .collapsible-header-wrap.active .collapsible-info > a {
  display: inline-block;
}

.collapsible-header-wrap .user-avatar {
  width: 35px;
  margin-right: 0.5rem;
}

.collapsible-header-wrap .user-avatar img {
  width: 35px;
  border-radius: 100px;
}

.collapsible-header-wrap p > strong {
  color: #0a2d58;
  font-weight: 600;
  font-size: 0.85rem;
}

.collapsible-header-wrap p > strong.green {
  color: #10ad51;
}

.collapsible-header-wrap i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 1rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}

.collapsible-header-wrap .expand-arrow {
  color: #8ba1b1;
  font-size: 1.3rem;
  vertical-align: middle;
}

.collapsible-header-wrap.active {
  background-color: #1e447d;
  color: #fafcfc;
  border: 0;
  margin-left: -1px;
  margin-right: -1px;
  padding: 0.25rem 0.75rem 0.5rem;
}

.collapsible-header-wrap.active strong {
  color: #fafcfc;
}

@media screen and (min-width: 52.5em) {
  .collapsible-header-wrap.active {
    padding: 0.75rem;
  }
}

.collapsible-header-wrap.active .expand-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fafcfc;
}

.replenishment .collapsible-header-wrap, .profile-info .collapsible-header-wrap {
  background-color: #fafcfc;
  color: #445e71;
}

.replenishment .collapsible-header-wrap.active, .profile-info .collapsible-header-wrap.active {
  margin-left: 0;
  margin-right: 0;
  background: #fff;
}

.replenishment .collapsible-header-wrap.active strong,
.replenishment .collapsible-header-wrap.active .expand-arrow, .profile-info .collapsible-header-wrap.active strong,
.profile-info .collapsible-header-wrap.active .expand-arrow {
  color: #10ad51;
}

.replenishment .collapsible-header-wrap.active strong small,
.replenishment .collapsible-header-wrap.active .expand-arrow small, .profile-info .collapsible-header-wrap.active strong small,
.profile-info .collapsible-header-wrap.active .expand-arrow small {
  color: #445e71;
}

.replenishment .collapsible-header-wrap.active .collapsible-info strong, .profile-info .collapsible-header-wrap.active .collapsible-info strong {
  color: #231f20;
}

.replenishment .collapsible-header-wrap.active .collapsible-info strong.blue, .profile-info .collapsible-header-wrap.active .collapsible-info strong.blue {
  color: #0f6fc6;
}

.collapsible-header-wrap p {
  margin: 0;
}

.collapsible-header-wrap p > span {
  display: block;
  font-size: 0.8rem;
}

.collapsible-header-wrap .collapsible-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 52.5em) {
  .collapsible-header-wrap .collapsible-info {
    margin-top: 0.25rem;
  }
}

.collapsible-header-wrap .collapsible-info span {
  font-size: 0.8rem;
}

.collapsible-header-wrap .collapsible-info .tab-button {
  margin: 0 0 0 0.75rem;
}

@media screen and (min-width: 40em) {
  .collapsible-header-wrap .collapsible-info .tab-button {
    font-size: 0.65rem !important;
  }
}

.collapsible-header-wrap .collapsible-info .blue {
  color: #0f6fc6;
}

.replenishment .collapsible-header-wrap .collapsible-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.replenishment .collapsible-header-wrap .collapsible-info .badge {
  background: #8ba1b1;
  color: #fafcfc;
  font-size: 0.67rem;
}

@media screen and (max-width: 52.5em) {
  .collapsible-header-wrap {
    font-size: 0.85rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.75rem 0.5rem;
  }

  .collapsible-header-wrap .collapsible-info {
    width: 100%;
  }

  .collapsible-header-wrap .collapsible-info .tab-button {
    padding: 0 0.6em;
    margin: 0 0 0 0.25rem;
  }

  .collapsible-header-wrap .collapsible-info .tab-button:first-child {
    margin: 0;
  }
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #d5dde3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 0.25rem 0.5rem;
  background: #fafcfc;
}

.collapsible-body input[type=text],
.collapsible-body input[type=number] {
  height: 32px;
  width: 90px;
}

.collapsible-body input[type=text].fullwidth,
.collapsible-body input[type=number].fullwidth {
  width: 100%;
}

.collapsible-body .cap-price input[type=text] {
  width: 100%;
  max-width: 180px;
  line-height: 1;
}

.collapsible-body .cap-price input[type=text]::-webkit-input-placeholder {
  font-size: 0.85rem;
}

.collapsible-body .cap-price input[type=text]::-moz-placeholder {
  font-size: 0.85rem;
}

.collapsible-body .cap-price input[type=text]:-moz-placeholder {
  font-size: 0.85rem;
}

.collapsible-body .cap-price input[type=text]:-ms-input-placeholder {
  font-size: 0.85rem;
}

.collapsible-body input[type=text].freight {
  width: 100%;
  max-width: 200px;
}

@media screen and (min-width: 40em) {
  .collapsible-body {
    padding: 1rem;
  }

  .collapsible-body input[type=text],
.collapsible-body input[type=number] {
    height: 32px;
    width: auto;
  }

  .collapsible-body input[type=text].fullwidth,
.collapsible-body input[type=number].fullwidth {
    width: 100%;
  }
}

.collapsible-body p {
  font-size: 0.85em;
  margin-bottom: 0.25em;
}

.collapsible-body .nice-list {
  line-height: 1.2;
}

.collapsible-body .column-list {
  padding: 0;
  margin-bottom: 0;
}

.collapsible-body .column-list > p > strong,
.collapsible-body .column-list > strong {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #293c4e;
}

.collapsible-body .column-list > strong {
  display: block;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #f1f3f6;
}

.collapsible-body .column-list li a {
  display: inline-block;
  font-size: 0.8rem;
}

.collapsible-body .aux-info {
  font-size: 0.65rem;
  font-style: italic;
  margin: 0.5rem 0 0.25rem 0;
  color: #445e71;
}

@media screen and (min-width: 40em) {
  .collapsible-body .aux-info {
    font-size: 0.7rem;
  }
}

.collapsible-body h3 {
  font-size: 1.1rem;
  color: #0f6fc6;
  font-weight: 600;
}

.replenishment .collapsible-body {
  background-color: #fff;
  padding-top: 0;
}

.replenishment .collapsible-body label {
  font-size: 0.7rem;
  margin: 0;
  text-transform: uppercase;
}

.replenishment .collapsible-body input[type=text],
.replenishment .collapsible-body input[type=number] {
  height: 26px;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}

.replenishment .collapsible-body .replenishment-row {
  min-width: 900px;
  line-height: 1.1;
  font-size: 0.85rem;
  position: relative;
  border: 1px solid transparent;
}

.replenishment .collapsible-body .replenishment-row strong a {
  font-size: 0.9em;
  color: #293c4e;
}

.replenishment .collapsible-body .replenishment-row.selected {
  border-color: #71b2e3;
  background: #f5fcff;
}

.replenishment .collapsible-body .replenishment-row .replenishment-first-section {
  width: 57%;
  margin-right: 2%;
}

.replenishment .collapsible-body .replenishment-row .replenishment-second-section {
  width: 41%;
}

@media screen and (max-width: 40em) {
  .replenishment .collapsible-body .replenishment-row .replenishment-first-section {
    width: 40%;
  }

  .replenishment .collapsible-body .replenishment-row .replenishment-second-section {
    width: 40%;
    margin-top: 0.5rem;
  }
}

.replenishment .collapsible-body .part-number {
  line-height: 1;
  color: #1e447d;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 600;
}

.replenishment .collapsible-body .part-description {
  border-bottom: 1px dotted #8ba1b1;
  cursor: help;
  display: inline-block;
  line-height: 1;
}

.replenishment .collapsible-body .switch {
  line-height: 1.4;
}

.replenishment .collapsible-body .switch label {
  margin-bottom: 0;
  line-height: 1.4;
  color: #445e71;
}

.replenishment .collapsible-body h3 {
  font-weight: 400;
}

.replenishment .collapsible-body [type=radio]:not(:checked) + label,
.replenishment .collapsible-body [type=radio]:checked + label {
  line-height: 19px;
  height: 19px;
}

.replenishment .collapsible-body [type=radio]:not(:checked) + label:before, .replenishment .collapsible-body [type=radio]:not(:checked) + label:after,
.replenishment .collapsible-body [type=radio]:checked + label:before,
.replenishment .collapsible-body [type=radio]:checked + label:after {
  margin: 0 5px;
}

.collapsible-body .collapsible-title {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #0f6fc6;
}

.collapsible-body .invoice-total {
  text-align: right;
}

.collapsible-body .matrix {
  margin-bottom: 0;
  position: relative;
}

.collapsible-body .matrix-table {
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 40em) {
  .collapsible-body .matrix-table {
    margin-bottom: 1rem;
  }
}

.collapsible-body .collection-item {
  font-size: 0.9em;
  line-height: 1.1;
}

.header-container h3 {
  margin: 0 0 0.25rem 0;
  color: #0f6fc6;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.header-container h3 span {
  text-transform: none;
  font-size: 0.65rem;
  font-style: italic;
  color: #445e71;
  font-weight: 400;
}

@media screen and (min-width: 52.5em) {
  .header-container h3 span {
    font-size: 0.75rem;
  }
}

.revenue .header-container h3 {
  color: #1e447d;
}

.revenue.upcharge .header-container h3 {
  color: #d75d0c;
}

.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
  padding: 0;
}

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 1.5rem;
}

.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit;
}

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fafbfc;
}

.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 0 1.5rem;
}

.collapsible.popout {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.collapsible.popout > li {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collapsible.popout > li.active {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

.twocol .col {
  margin: 0 0 1em;
}

.twocol .col label {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 52.5em) {
  .twocol .col {
    width: 31%;
    margin-right: 3%;
    float: left;
  }

  .twocol .col:nth-child(3n+1) {
    clear: left;
  }

  .twocol .col:nth-child(3n) {
    margin-right: 0;
  }
}

.invoice {
  margin-bottom: 1rem;
}

.invoice h3 {
  margin: 0 1em 0 0;
}

.invoice > div a {
  position: relative;
  width: auto !important;
}

.kit-row {
  position: relative;
  padding: 0 0.625em 0.35rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.kit-row > div:first-child {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  -ms-flex-negative: 3;
      flex-shrink: 3;
}

.kit-row > div:first-child + div {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.kit-row > div > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 52.5em) {
  .kit-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .kit-row > div:first-child {
    margin-bottom: 0.75rem;
  }
}

.kit-row a {
  color: #445e71;
}

.kit-row .thumb-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
  width: 42px;
  height: 42px;
}

.kit-row .thumb-wrap > a {
  display: block;
  border-radius: 0.25rem;
  background: #c6d0d9;
  height: 100%;
  width: 100%;
}

.kit-row .empty-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #c6d0d9;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 1rem;
  color: #fafcfc;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 0.25rem;
  font-size: 1.9rem;
}

.kit-row .empty-image.standy {
  background: #8ba1b1;
}

.kit-row .kit-issue {
  background: #fff;
  color: #293c4e;
  border: 1px solid #e53935;
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 0.5rem;
  border-radius: 3px;
}

.kit-row .kit-issue > strong {
  background: #e53935;
  float: left;
  color: #fafcfc;
  padding: 0 0.5rem;
  line-height: 1.75;
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  border-radius: 2px 0 0 2px;
  font-size: 0.7rem;
}

.kit-row .kit-issue > div {
  padding-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  line-height: 1.5;
}

.kit-details {
  padding: 0 0.625rem 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  background: #fff;
}

.kit-details.hide {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}

.kit-details strong {
  font-weight: 600;
  color: #445e71;
}

.kit-details span {
  display: inline-block;
}

.kit-details p {
  font-size: 0.8rem;
  margin-bottom: 0.5em;
  color: #231f20;
  line-height: 1.3;
}

.kit-details p > strong:first-child {
  color: #231f20;
  display: block;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 1px solid #c6d0d9;
}

.kit-details p > strong:first-child em {
  text-transform: none;
}

.case-build-group {
  padding: 0.625em;
  background: #f9fafb;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

.requested-kits-by-type div:nth-of-type(2) .case-build-group {
  border-top: none;
}

.requested-kits-by-type.box {
  background-color: #fff;
}

h2.case-build-group-header.specific {
  font-size: 14px;
  font-weight: 600;
  color: #0f6fc6;
  margin: 0;
}

.kit-identifiable-name {
  padding: 0.5em 0.625em 0;
  color: #0f6fc6;
  font-size: 16px;
}

.kit-details-holder {
  font-size: 13px;
}

.case-items:last-child {
  border: none;
}

.case-items .item-parent {
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.case-items .item-parent strong {
  color: #1e447d;
  font-size: 0.8rem;
  font-weight: 600;
  margin-right: 0.5rem;
  display: block;
}

.case-items .item-parent strong a {
  font-weight: 400;
}

.case-items .item-parent h3 {
  margin-bottom: 0;
  line-height: 1.1;
  font-weight: 500;
  font-size: 1.1rem;
}

.case-items .item-parent h3 a {
  color: #0f6fc6;
  display: block;
  text-decoration: none;
}

.case-items .item-parent h3 a:last-of-type {
  margin-right: 0 !important;
}

.case-items .item-parent h3 a:hover {
  color: #0f6fc6;
}

.case-items .item-parent a > img {
  display: block;
  width: 30px;
  min-height: 30px;
  display: inline-block;
  height: auto;
  border-radius: 0.25rem;
}

.case-items .item-parent .open-gallery {
  color: #0f6fc6;
  font-size: 1.4rem;
  margin-right: 0.25rem;
  vertical-align: baseline;
}

.case-items .item-parent .flash-warning {
  padding: 0.25em;
  font-size: 0.7rem;
}

.case-items .item-parent i.alert {
  color: #e53935;
  cursor: pointer;
}

.case-items .item-parent i {
  font-size: 15px;
}

.case-items a.print-label {
  background: #0f6fc6;
  color: #fafcfc;
}

.case-items a.print-label:hover {
  background: #1282e7;
}

.case-items a.print-label.icon-only {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 0;
  background: #0f6fc6;
  color: #fafcfc;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
  font-size: 26px;
  text-shadow: 0 1px 1px rgba(35, 31, 32, 0.24), 0 1px 2px rgba(35, 31, 32, 0.22);
}

.case-items a.print-label.icon-only > i {
  font-size: inherit;
}

.case-items a.print-label.icon-only:hover {
  background: #1282e7;
  color: #fff;
  text-shadow: 0 1px 0 rgba(35, 31, 32, 0.34), 0 1px 1px rgba(35, 31, 32, 0.22);
}

@media screen and (min-width: 40em) {
  .case-items a.print-label.icon-only {
    margin-left: 0.5rem;
  }
}

.case-items a.print-label.highlight {
  background: #d75d0c;
  -webkit-animation: pulsingBackground 1.4s infinite;
          animation: pulsingBackground 1.4s infinite;
}

.case-items a.receive-label {
  background: #10ad51;
  color: #fafcfc;
}

.case-items a.receive-label:hover {
  background: #0c7e3b;
}

.case-items a.process-label {
  background: #09d0d9;
  color: #fafcfc;
}

.case-items a.process-label:hover {
  background: #07a1a8;
}

.case-items a.report-label,
.case-items button.report-label {
  background: #e53935;
  color: #fafcfc;
}

.case-items a.report-label:hover,
.case-items button.report-label:hover {
  background: #cd1e1a;
}

.case-items .tooltip-item .tooltip {
  text-align: left;
  line-height: 1.2;
  bottom: 1.5rem;
  padding: 0.75rem;
  font-size: 0.85rem;
}

.case-items .tooltip-item .tooltip p {
  margin-bottom: 0.25rem;
}

.box-footer {
  background: #e6ecf1;
}

.signaturepad {
  display: block;
  font-size: 10px;
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
  height: 300px;
  border: 1px solid #c6d0d9;
  background-color: #f1f3f6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
}

.chip {
  display: inline-block;
  height: 26px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #293c4e;
  line-height: 26px;
  padding: 0 1rem;
  border-radius: 13px;
  background-color: #f1f3f6;
  margin-bottom: 5px;
  margin-right: 5px;
}

.chip > img {
  float: left;
  margin: 0 8px 0 -1rem;
  height: 26px;
  width: 26px;
  border-radius: 50%;
}

.chip.small {
  height: 18px;
  font-size: 0.65rem;
  line-height: 18px;
  border-radius: 9px;
  padding: 0 0.5rem;
}

.chip.small > img {
  height: 18px;
  width: 18px;
  margin: 0 5px 0 -0.5rem;
}

.thumbnail {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}

.thumbnail.small {
  width: 24px;
  height: 24px;
}

.thumbnail.avatar {
  border-radius: 50px;
}

.thumb-circle {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.printModal {
  font-family: sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1000000;
  color: #0f6fc6;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.91);
}

/* === Print Modal Close Button === */

.printClose {
  position: absolute;
  right: 10px;
  top: 10px;
}

.printClose:before {
  content: "×";
  font-weight: 100;
  line-height: 1px;
  padding-top: 0.5em;
  display: block;
  font-size: 2em;
  text-indent: 1px;
  overflow: hidden;
  height: 1.25em;
  width: 1.25em;
  text-align: center;
  cursor: pointer;
}

/* === Print Modal Spinner */

.printSpinner {
  margin-top: 9px;
  margin-left: -40px;
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #0f6fc6;
  border-radius: 50%;
  -webkit-animation: spin 0.75s infinite linear;
          animation: spin 0.75s infinite linear;
}

.printSpinner::before,
.printSpinner::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}

.printSpinner,
.printSpinner::before,
.printSpinner::after {
  display: inline-block;
  border-color: transparent;
  border-top-color: #0f6fc6;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

.printSpinner::before {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.printSpinner::after {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

/* Keyframes for the animation */

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

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

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

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

.all-loaners-label {
  background: #d0e7fa;
  color: #171717;
  padding: 4px 8px 4px;
  font-size: 10px;
  letter-spacing: 0.5px;
  margin-left: 0.5rem;
  border-radius: 3px;
}

.fulfillment-summary {
  color: #445e71;
  padding-right: 0.25em;
}

.chart .amcharts-chart-div > a {
  display: none !important;
}

.report-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.report-bar .amcharts-chart-div > a {
  display: none !important;
}

.dashboard .report-bar .report {
  border-color: #dee4e9;
}

.report-bar .report {
  text-align: center;
  border: 1px solid #f1f3f6;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #fff;
}

@media screen and (min-width: 40em) {
  .report-bar .report {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }

  .report-bar .report.three {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 52.5em) {
  .report-bar .report {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .report-bar .report.five {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 81.25em) {
  .report-bar .report.five {
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
  }
}

.report-bar .report.one {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.report-bar .report.special {
  border-color: #8ba1b1;
}

.report-bar .report.special .inner h1 {
  color: #293c4e;
}

.report-bar .report.border {
  border: 1px solid #dee4e9;
}

.report-bar .report.round {
  border: 1px solid #e1e6ec;
  border-radius: 50%;
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  height: 180px;
}

.report-bar .report.logo {
  border: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 1em;
  max-width: 100%;
}

@media screen and (min-width: 52.5em) {
  .report-bar .report.logo {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
    margin-bottom: 0;
    padding: 0.5em 1em 0.5em 0;
  }
}

.report-bar .report .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  text-align: center;
  padding: 1rem 0;
}

.report-bar .report .inner .chart {
  width: 100%;
  height: 36px;
  display: inline-block;
  margin-top: -1rem;
  margin-bottom: -1px;
}

.report-bar .report .inner .stat-title {
  font-size: 0.85rem;
  color: #8ba1b1;
}

.report-bar .report .inner .stat-title i {
  font-size: 16px;
}

@media screen and (min-width: 40em) {
  .report-bar .report .inner .stat-title {
    font-size: 0.8rem;
  }
}

.report-bar .report .inner .stat-title.orange {
  color: #d75d0c;
}

.report-bar .report .inner .stat-title.green {
  color: #10ad51;
}

.report-bar .report .inner .stat-title.gray {
  color: #8ba1b1;
}

.report-bar .report .inner > div {
  width: 100%;
  padding: 1rem 0 0;
}

@media screen and (min-width: 52.5em) {
  .report-bar .report .inner > div {
    padding: 0.75rem 0 0;
  }
}

.report-bar .report .inner > div ol {
  text-align: left;
  list-style-type: decimal;
  color: #445e71;
  margin: 0.5rem 1rem 0;
  line-height: 1.6;
  font-size: 1rem;
}

.report-bar .report .inner > div ol li {
  margin-left: 5%;
}

@media screen and (min-width: 40em) {
  .report-bar .report .inner > div ol {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 52.5em) {
  .report-bar .report .inner > div ol {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 81.25em) {
  .report-bar .report .inner > div ol {
    font-size: 1rem;
  }
}

.report-bar .report.has-chart .inner {
  padding-bottom: 0;
}

.report-bar .report.has-chart .report-value.difference {
  margin-bottom: 0.5rem;
}

.report-bar .report h1 {
  font-size: 1rem;
  font-weight: 600;
  color: #0a2d58;
  margin: 0;
  padding: 0 0.5rem 0.5rem;
  width: 100%;
  border-bottom: 1px solid #f1f3f6;
}

@media screen and (min-width: 81.25em) {
  .report-bar .report h1 {
    padding: 0 1rem 0.5rem;
  }
}

.report-bar .report h1 > span {
  color: #445e71;
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
}

.report-bar .report .inline {
  color: #8ba1b1;
}

.report-bar .report .inline span {
  color: #445e71;
}

.report-bar .report .inline .report-value:first-child {
  padding-left: 0;
}

.report-bar .report .inline .report-value:last-child {
  padding-right: 0;
}

.report-bar .report .report-value {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  padding: 0 1rem;
}

@media screen and (min-width: 40em) {
  .report-bar .report .report-value {
    font-size: 0.95rem;
    padding: 0 0.5rem;
  }
}

@media screen and (min-width: 52.5em) {
  .report-bar .report .report-value {
    font-size: 1rem;
    padding: 0 0.75rem;
  }
}

@media screen and (min-width: 81.25em) {
  .report-bar .report .report-value {
    font-size: 1.15rem;
    padding: 0 1rem;
  }
}

.report-bar .report .report-value i {
  font-size: 16px;
}

.report-bar .report .report-value sup {
  font-size: 0.65em;
}

.report-bar .report .report-value.negative {
  color: #e53935;
}

.report-bar .report .report-value.large {
  font-size: 2rem;
  font-weight: 300;
  display: inline-block;
}

.report-bar .report .report-value.large > span {
  display: block;
  font-size: 0.75rem;
  color: #445e71;
  font-weight: 400;
}

@media screen and (min-width: 81.25em) {
  .report-bar .report .report-value.large {
    font-size: 2.5rem;
  }

  .report-bar .report .report-value.large > span {
    font-size: 0.8rem;
  }
}

.report-bar .report .report-value.warning,
.report-bar .report .report-value .warning,
.report-bar .report .report-value .warning * {
  color: #e53935 !important;
}

.report-bar .report .report-value.success,
.report-bar .report .report-value .success,
.report-bar .report .report-value .success * {
  color: #10ad51 !important;
}

.report-bar .report .report-value.small {
  font-size: 0.75rem;
}

.report-bar .report .report-value.small strong {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 52.5em) {
  .report-bar .report .report-value.small strong {
    font-size: 1.2rem;
  }
}

.report-bar .report .report-value.difference {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  color: #8ba1b1;
  margin-top: 0.3rem;
}

.report-bar .report .report-value.difference i {
  font-weight: 800;
  font-size: 1rem;
}

.report-bar .report .report-value.red {
  color: #e53935;
}

.report-bar .report .report-value.orange {
  color: #d75d0c;
}

.report-bar .report .report-value.yellow {
  color: #fdd835;
}

.report-bar .report .report-value.green {
  color: #10ad51;
}

.report-bar .report .report-value.gray {
  color: #8ba1b1;
}

.report-bar .report.positive .report-value.difference i {
  color: #10ad51;
}

.report-bar .report.negative .report-value.difference i {
  color: #e53935;
}

.progress-report p {
  font-size: 0.8rem;
  font-weight: 600;
  color: #8ba1b1;
  margin: 0;
}

.progress-bar-indication {
  background: #f1f3f6;
  border-radius: 0.25rem;
  margin: 0 auto 1em;
  width: 100%;
}

.progress-bar-indication > span.meter {
  background-color: #10ad51;
  border-radius: 0.1666666667rem;
  display: block;
  height: 100%;
  width: 60%;
}

.progress-bar-indication p {
  color: #fafcfc;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
  padding: 0.1em 0.5em;
}

.box.statistics {
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  min-width: 100px;
  margin: 0 0.75rem 1.5rem;
}

.box.statistics .heading {
  font-size: 0.9rem;
  line-height: 1;
}

.box.statistics .heading a {
  text-decoration: underline;
}

@media screen and (min-width: 52.5em) {
  .box.statistics {
    -ms-flex-preferred-size: 16.5%;
        flex-basis: 16.5%;
  }

  .box.statistics .heading {
    font-size: 1rem;
  }
}

.box .box-header.reset-heading {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}

.statistics .count-class {
  font-size: 24px;
  font-weight: 700;
  color: #0f6fc6;
  padding-left: 1px;
  line-height: 1;
  display: inline-block;
}

@media screen and (min-width: 52.5em) {
  .statistics .count-class {
    font-size: 30px;
  }
}

@media screen and (min-width: 81.25em) {
  .statistics .count-class {
    font-size: 32px;
  }
}

.statistics .align-content {
  margin-right: 10px;
  display: inline-block;
}

.statistics .sub-heading {
  line-height: 1;
}

.statistics .material-icons.icon-reset {
  font-size: 26px;
  text-align: center;
  background-color: #8ba1b1;
  color: #fafcfc;
  vertical-align: initial;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  line-height: 1.625;
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */

/**
 * The picker box.
 */

.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */

.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

/**
 * The month and year labels.
 */

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #8ba1b1;
  font-style: italic;
}

/**
 * The month and year selectors.
 */

.picker__select--month,
.picker__select--year {
  border: 1px solid #c6d0d9;
  height: 2em;
  padding: 0 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  display: inline-block;
  font-size: 0.65em !important;
}

@media (min-width: 24.5em) {
  .picker__select--month,
.picker__select--year {
    margin-top: -0.5em;
  }
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0f6fc6;
}

/**
 * The month navigation buttons.
 */

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
.picker__nav--next {
    top: -0.33em;
  }
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #1e447d;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #1e447d;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #0f6fc6;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #fafcfc;
  border-left-color: #fafcfc;
}

/**
 * The calendar table of dates
 */

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */

.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #8ba1b1;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}

/**
 * The days on the calendar
 */

.picker__day {
  padding: 0.3125em 0;
  font-weight: 400;
  border: 1px solid transparent;
  color: #0a2d58;
  border-radius: 2px;
  margin: 2px;
}

.picker__day--today {
  position: relative;
  overflow: hidden;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 15px solid #fafcfc;
  border-left: 15px solid #0f6fc6;
}

.picker__day--disabled:before {
  border-bottom-color: #c6d0d9;
}

.picker__day--outfocus {
  color: #c6d0d9;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #0f6fc6;
  border: 1px solid #0f6fc6;
}

.picker__day--highlighted {
  border-color: #0f6fc6;
}

.picker__day--highlighted:before {
  border-top-color: #fafcfc;
  top: 0px;
  right: 0px;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #fafcfc;
  background: #0f6fc6;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0f6fc6;
  color: #fafcfc;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #fafcfc;
  border-color: #fafcfc;
  color: #b7c3cf;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */

.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  color: #1e447d;
  border: 1px solid #c6d0d9;
  background: #fafcfc;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 30%;
  display: inline-block;
  vertical-align: bottom;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0.5em 5% 0.5em 0;
}

.picker__button--close {
  margin-right: 0 !important;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #0f6fc6;
  background: transparent;
  border-color: #0f6fc6;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: transparent;
  border-color: transparent;
  color: #fafcfc;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0f6fc6;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #fafcfc;
  border-color: #fafcfc;
  color: #c6d0d9;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #1e447d;
  position: absolute;
  z-index: 9999999999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */

.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */

.picker__input.picker__input--active {
  border-color: #0f6fc6;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

/**
 * Make the holder and frame fullscreen.
 */

.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}

/**
 * The holder should overlay the entire screen.
 */

.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */

.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 15%;
  }
}

/**
 * The wrapper sets the stage to vertically align the box contents.
 */

.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}

/**
 * The box contains all the picker contents.
 */

.picker__box {
  background: #fafcfc;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}

@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}

/**
 * When the picker opens...
 */

.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(9, 23, 32, 0.8);
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  top: 10%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: 0;
  }
}

/**
 * For `large` screens, transform into an inline picker.
 */

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */

/**
 * The list of times.
 */

.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */

.picker__list-item {
  border-bottom: 1px solid #c6d0d9;
  border-top: 1px solid #c6d0d9;
  margin-bottom: -1px;
  position: relative;
  background: #fafcfc;
  color: #8ba1b1;
  padding: 0.75em 1.25em;
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}

/* Hovered time */

.picker__list-item:hover {
  cursor: pointer;
  color: #0f6fc6;
  background: #e1f5fe;
  border-color: #71b2e3;
  z-index: 10;
}

/* Highlighted and hovered/focused time */

.picker__list-item--highlighted {
  border-color: #0f6fc6;
  z-index: 10;
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #1e447d;
  background: #e1f5fe;
}

/* Selected and hovered/focused time */

.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0f6fc6;
  color: #fafcfc;
  z-index: 10;
}

/* Disabled time */

.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #fafcfc;
  border-color: #fafcfc;
  color: #c6d0d9;
  cursor: default;
  border-color: #c6d0d9;
  z-index: auto;
}

/**
 * The clear button
 */

.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #1e447d;
  background: #e1f5fe;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #fafcfc;
  outline: none;
}

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fafcfc;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */

/**
 * The frame the bounds the time picker.
 */

.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}

/**
 * The picker box.
 */

.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}

/*!
 * Datepicker v0.5.0
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-02-11T13:41:05.813Z
 */

.datepicker-container {
  font-size: 12px;
  line-height: 30px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 210px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FFF;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container:before,
.datepicker-container:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  border: 5px solid transparent;
}

.datepicker-dropdown {
  position: absolute;
  z-index: 100003 !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #c6d0d9;
  -webkit-box-shadow: 0 3px 6px #c6d0d9;
  box-shadow: 0 3px 6px #c6d0d9;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #0f6fc6;
}

.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
  top: -5px;
  left: 10px;
  border-top: 0;
}

.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #0f6fc6;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
  top: -4px;
  border-bottom-color: #fafcfc;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #0f6fc6;
}

.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  bottom: -5px;
  left: 10px;
  border-bottom: 0;
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #0f6fc6;
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  bottom: -4px;
  border-top-color: #fafcfc;
}

.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  right: 10px;
  left: auto;
}

.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  display: table;
  content: " ";
}

.datepicker-panel > ul:after {
  clear: both;
}

.datepicker-panel > ul {
  width: 102%;
  margin: 0;
  padding: 0;
}

.datepicker-panel > ul > li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  text-align: center;
  background-color: #fafcfc;
}

.datepicker-panel > ul > li:hover {
  background-color: #f1f3f6;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #f1f3f6;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #eff2f5;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  background-color: #0f6fc6;
  font-weight: bold;
  color: #fafcfc;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  cursor: default;
  color: #c6d0d9;
  background-color: #fafcfc;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #f1f3f6;
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
  font-weight: bold;
}

.datepicker-panel > ul[data-view=years] > li,
.datepicker-panel > ul[data-view=months] > li {
  line-height: 52.5px;
  width: 52.5px;
  height: 52.5px;
}

.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  cursor: default;
  background-color: #0f6fc6;
  color: #fafcfc;
  font-weight: 600;
}

.datepicker-hide {
  display: none;
}

.autocomplete-suggestions {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-radius: 0 0 0.25rem 0.25rem;
  font-size: 0.95rem;
  border: 1px solid #8ba1b1;
  border-top: 0;
  background: #FFF;
  overflow: auto;
  -webkit-box-shadow: 0 5px 30px rgba(68, 94, 113, 0.3);
          box-shadow: 0 5px 30px rgba(68, 94, 113, 0.3);
  max-width: 100% !important;
}

@media screen and (min-width: 40em) {
  .autocomplete-suggestions {
    min-width: 400px !important;
  }
}

.autocomplete-suggestion {
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  color: #231f20;
  font-weight: 400;
  font-size: 3vw;
}

@media screen and (min-width: 40em) {
  .autocomplete-suggestion {
    font-size: 1.9vw;
  }
}

@media screen and (min-width: 52.5em) {
  .autocomplete-suggestion {
    font-size: 1.1vw;
  }
}

@media screen and (min-width: 81.25em) {
  .autocomplete-suggestion {
    font-size: 0.9rem;
  }
}

.autocomplete-suggestion .autocomplete-extra {
  display: block;
  font-size: 0.8rem;
  color: #6d889c;
  font-weight: 400;
}

.autocomplete-suggestion .autocomplete-extra.green {
  color: #10ad51;
}

.autocomplete-suggestion .autocomplete-extra.warning {
  color: #d75d0c;
  font-style: italic;
}

.autocomplete-suggestion .autocomplete-extra.alert {
  color: #e53935;
  font-style: italic;
}

.autocomplete-suggestion:hover {
  background: #1a89ee;
  color: #FFF;
}

.autocomplete-suggestion:hover .autocomplete-extra {
  color: #fafcfc;
}

.autocomplete-suggestion:hover .autocomplete-extra.warning, .autocomplete-suggestion:hover .autocomplete-extra.alert {
  color: #fafcfc;
}

.autocomplete-no-suggestion {
  padding: 3px 8px;
  white-space: nowrap;
  overflow: hidden;
  color: #e53935;
  text-align: center;
}

.autocomplete-selected {
  background: #0f6fc6;
  color: #fafcfc;
  cursor: pointer;
}

.autocomplete-suggestions strong {
  font-weight: 400;
  color: #10ad51;
}

.autocomplete-group {
  background: #1e447d;
  color: #fafcfc;
  padding: 8px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  font-size: 0.8rem;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #8ba1b1;
}

/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */

/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */

.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

.tablesaw * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

/* Support note IE9+: @media only all */

@media only all {
  /* Show the table cells as a block level element */

  .tablesaw-stack {
    clear: both;
  }

  .tablesaw-stack td,
.tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */

  .tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 0.6em 0 0;
    width: 30%;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

  .tablesaw-stack th .tablesaw-cell-label-top,
.tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: 0.4em 0;
    margin: 0.4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

table.striped > tbody > tr:not(.add-rows):nth-child(even) {
  background-color: #f7f8fa;
}

table.striped > tbody > tr:not(.add-rows):nth-child(even) > td {
  border-bottom: 1px solid #ebeef2;
}

table.striped > tbody > tr:not(.add-rows):nth-child(odd) > td {
  border-bottom: 1px solid #eef0f4;
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.nice-tables,
table.matrix-table {
  width: 100%;
  display: table;
}

table.nice-tables.bordered > thead > tr, table.nice-tables.bordered > tbody > tr,
table.matrix-table.bordered > thead > tr,
table.matrix-table.bordered > tbody > tr {
  border-bottom: 1px solid #f1f3f6;
}

table.nice-tables.bordered > thead > tr.selected, table.nice-tables.bordered > tbody > tr.selected,
table.matrix-table.bordered > thead > tr.selected,
table.matrix-table.bordered > tbody > tr.selected {
  border-bottom: 1px solid #c8edfd;
}

table.nice-tables:not(.no-hover) > tbody > tr,
table.matrix-table:not(.no-hover) > tbody > tr {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

table.nice-tables:not(.no-hover) > tbody > tr:hover,
table.matrix-table:not(.no-hover) > tbody > tr:hover {
  background-color: #eef0f4;
}

table.nice-tables tbody > tr:hover .DropdownMenu i,
table.matrix-table tbody > tr:hover .DropdownMenu i {
  background: #fff;
}

table.nice-tables tbody > tr:hover .DropdownMenu i.blue,
table.matrix-table tbody > tr:hover .DropdownMenu i.blue {
  color: #0f6fc6;
}

table.nice-tables.negative-horiz-margin,
table.matrix-table.negative-horiz-margin {
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(99.999% + 2rem) !important;
}

@media screen and (max-width: 40em) {
  table.nice-tables.negative-horiz-margin,
table.matrix-table.negative-horiz-margin {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(99.999% + 1rem) !important;
  }
}

table.nice-tables.centered thead tr th,
table.nice-tables.centered tbody tr td,
table.matrix-table.centered thead tr th,
table.matrix-table.centered tbody tr td {
  text-align: center !important;
}

table.nice-tables thead,
table.matrix-table thead {
  border-bottom: 1px solid #c6d0d9;
}

table.nice-tables td,
table.nice-tables th,
table.matrix-table td,
table.matrix-table th {
  padding: 0.25rem;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 0;
  font-size: 0.75rem;
}

@media screen and (min-width: 81.25em) {
  table.nice-tables td,
table.nice-tables th,
table.matrix-table td,
table.matrix-table th {
    font-size: 0.8rem;
  }
}

table.nice-tables td:last-child:not(.left),
table.nice-tables th:last-child:not(.left),
table.matrix-table td:last-child:not(.left),
table.matrix-table th:last-child:not(.left) {
  text-align: right;
}

table.nice-tables td:last-child:not(.left) .tab-button,
table.nice-tables th:last-child:not(.left) .tab-button,
table.matrix-table td:last-child:not(.left) .tab-button,
table.matrix-table th:last-child:not(.left) .tab-button {
  margin-right: 0;
  font-size: 0.65rem;
  padding: 0.25rem;
}

table.nice-tables td:last-child.selection,
table.nice-tables th:last-child.selection,
table.matrix-table td:last-child.selection,
table.matrix-table th:last-child.selection {
  text-align: center !important;
  padding: 0 0.15rem !important;
  width: 22px;
}

table.nice-tables td.right,
table.nice-tables th.right,
table.matrix-table td.right,
table.matrix-table th.right {
  text-align: right;
}

table.nice-tables td.centered,
table.nice-tables th.centered,
table.matrix-table td.centered,
table.matrix-table th.centered {
  text-align: center !important;
}

table.nice-tables td.bold,
table.nice-tables th.bold,
table.matrix-table td.bold,
table.matrix-table th.bold {
  font-weight: bold;
  font-size: 1em;
}

table.nice-tables td [type=checkbox],
table.nice-tables th [type=checkbox],
table.matrix-table td [type=checkbox],
table.matrix-table th [type=checkbox] {
  position: static;
  left: auto;
}

table.nice-tables td.selection,
table.nice-tables th.selection,
table.matrix-table td.selection,
table.matrix-table th.selection {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  text-align: center;
  vertical-align: middle;
}

table.nice-tables td.selection label,
table.nice-tables th.selection label,
table.matrix-table td.selection label,
table.matrix-table th.selection label {
  display: block;
  width: 100%;
  height: 100%;
}

table.nice-tables th,
table.matrix-table th {
  color: #1e447d;
  font-weight: 600;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 1.2;
}

@media screen and (min-width: 40em) {
  table.nice-tables th,
table.matrix-table th {
    text-transform: uppercase;
  }
}

table.nice-tables th:first-child,
table.matrix-table th:first-child {
  text-align: left;
}

table.nice-tables th:last-child:not(.left),
table.matrix-table th:last-child:not(.left) {
  text-align: right;
}

table.nice-tables th:last-child.selection,
table.matrix-table th:last-child.selection {
  padding: 0.25em 0 !important;
}

table.nice-tables th.center,
table.matrix-table th.center {
  text-align: center !important;
}

table.nice-tables td,
table.matrix-table td {
  text-overflow: ellipsis;
}

table.nice-tables td.selection,
table.matrix-table td.selection {
  cursor: pointer;
}

table.nice-tables td.selection input,
table.matrix-table td.selection input {
  cursor: pointer;
}

table.nice-tables td.date,
table.matrix-table td.date {
  color: #8ba1b1;
  font-weight: 600;
}

table.nice-tables td.date .time,
table.matrix-table td.date .time {
  font-weight: 400;
  display: block;
  font-size: 0.9em;
  color: #9aadbb;
}

table.nice-tables td .small-title,
table.matrix-table td .small-title {
  font-weight: 400;
  display: block;
  font-size: 0.9em;
}

table.nice-tables td .file-icon,
table.matrix-table td .file-icon {
  font-size: 50px;
}

table.nice-tables td.centered,
table.matrix-table td.centered {
  text-align: center !important;
}

table.nice-tables td label,
table.matrix-table td label {
  text-transform: none !important;
}

table.nice-tables td .thumb-wrap a,
table.matrix-table td .thumb-wrap a {
  margin-right: 0.5rem;
  display: inline-block;
}

table.nice-tables td .thumb-wrap a img.thumbnail,
table.matrix-table td .thumb-wrap a img.thumbnail {
  margin-right: 0;
}

table.nice-tables td img,
table.matrix-table td img {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
}

table.nice-tables td img.avatar,
table.matrix-table td img.avatar {
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  height: 30px;
  width: 30px;
}

table.nice-tables td img.thumbnail,
table.matrix-table td img.thumbnail {
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  height: 30px;
  width: 30px;
}

table.nice-tables td img.thumbnail.large-thumb,
table.matrix-table td img.thumbnail.large-thumb {
  height: 40px;
  width: 40px;
}

table.nice-tables td .file-thumb,
table.matrix-table td .file-thumb {
  display: inline-block;
  margin-right: 0.5rem;
}

table.nice-tables td .profile,
table.matrix-table td .profile {
  margin: -4px 0.5rem -4px -4px;
  margin-right: calc(0.5rem + -4px);
  vertical-align: middle;
  font-size: 42px;
  color: #c6d0d9;
}

table.nice-tables td.small,
table.matrix-table td.small {
  font-size: 0.75rem;
}

table.nice-tables .status-color,
table.matrix-table .status-color {
  padding: 4px 10px;
  border-radius: 0.25rem;
  font-size: 0.9em;
}

table.nice-tables.compact th,
table.matrix-table.compact th {
  padding: 0.15rem 0.25rem;
  font-size: 0.75rem;
}

table.nice-tables.compact td,
table.matrix-table.compact td {
  padding: 0.25rem 0.25rem;
  font-size: 0.75rem;
}

table.report th,
table.nice-tables.report th {
  background: #1e447d;
  border: 1px solid #1e447d;
  border-right: 1px solid rgba(250, 252, 252, 0.15);
  border-top: none;
  color: #fafcfc;
  font-size: 0.75rem;
}

table.report th:last-child,
table.nice-tables.report th:last-child {
  border-right: 1px solid #1e447d;
}

table.report tr.thead-group,
table.nice-tables.report tr.thead-group {
  border-bottom: none !important;
}

table.report tr.thead-group td,
table.nice-tables.report tr.thead-group td {
  border: none;
}

table.report tr.thead-group th,
table.report tr.thead-group th:last-child,
table.nice-tables.report tr.thead-group th,
table.nice-tables.report tr.thead-group th:last-child {
  background: #e6ecf1;
  border: 1px solid #8ba1b1;
  border-bottom: none;
  color: #293c4e;
  border-bottom: none;
  padding: 0.2rem 0.5rem;
  text-align: center;
}

table.report tbody tr th,
table.nice-tables.report tbody tr th {
  background: #f1f3f6;
  line-height: inherit;
  color: #1e447d;
  border: none;
}

table.report tbody tr:nth-child(even) th,
table.nice-tables.report tbody tr:nth-child(even) th {
  background: #e5e8ee;
}

table.report th,
table.report td,
table.nice-tables.report th,
table.nice-tables.report td {
  text-align: center;
}

table.report th:first-child,
table.report td:first-child,
table.nice-tables.report th:first-child,
table.nice-tables.report td:first-child {
  text-align: left;
}

table.report th:last-child,
table.report td:last-child,
table.nice-tables.report th:last-child,
table.nice-tables.report td:last-child {
  text-align: right;
}

table.report td,
table.nice-tables.report td {
  border-right: 1px solid #f1f3f6;
  font-size: 0.8rem;
}

table.report td:last-child,
table.nice-tables.report td:last-child {
  border-left: none;
}

table.report .primary,
table.nice-tables.report .primary {
  border-top: 2px solid #c6d0d9;
  border-bottom: 1px solid #e6ecf1;
  background-color: #f1f3f6;
}

table.report .primary td:first-child,
table.nice-tables.report .primary td:first-child {
  color: #1e447d;
}

table.report .primary td,
table.nice-tables.report .primary td {
  font-weight: 800;
}

table.report .primary.totals,
table.nice-tables.report .primary.totals {
  border-bottom-color: #c6d0d9;
}

table.matrix-table {
  border-bottom: none;
  table-layout: fixed;
}

table.matrix-table thead {
  border: none;
}

table.matrix-table td.overflow-scroll {
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}

table.matrix-table .info-line {
  display: none;
}

table.matrix-table .info-line.active {
  display: table-row;
}

table.matrix-table .info-line td {
  padding: 0 0.35rem 0.5rem 0.35rem;
  font-size: 0.7rem;
}

table.matrix-table .add-rows {
  position: relative;
  background: transparent;
}

table.matrix-table .add-rows:last-child {
  border-bottom: none;
}

table.matrix-table .add-rows.has-error td textarea,
table.matrix-table .add-rows.has-error td select {
  background: #e2666f !important;
  color: #fafcfc;
}

table.matrix-table .add-rows.has-error td textarea::-webkit-input-placeholder,
table.matrix-table .add-rows.has-error td select::-webkit-input-placeholder {
  color: rgba(250, 252, 252, 0.8);
}

table.matrix-table .add-rows.has-error td textarea::-moz-placeholder,
table.matrix-table .add-rows.has-error td select::-moz-placeholder {
  color: rgba(250, 252, 252, 0.8);
}

table.matrix-table .add-rows.has-error td textarea:-moz-placeholder,
table.matrix-table .add-rows.has-error td select:-moz-placeholder {
  color: rgba(250, 252, 252, 0.8);
}

table.matrix-table .add-rows.has-error td textarea:-ms-input-placeholder,
table.matrix-table .add-rows.has-error td select:-ms-input-placeholder {
  color: rgba(250, 252, 252, 0.8);
}

table.matrix-table .add-rows td {
  font-size: 0.95rem;
  vertical-align: top;
  padding: 0;
  border: 1px solid #bdc8d3;
}

table.matrix-table .add-rows td:first-child {
  border-left: none;
}

table.matrix-table .add-rows td.multiselect__select {
  border-radius: 0 2px 2px 0;
}

table.matrix-table .add-rows td span.error {
  color: #e53935;
  font-size: 9px;
  line-height: 1;
  display: block;
  padding: 5px;
}

table.matrix-table .add-rows td textarea,
table.matrix-table .add-rows td select {
  margin: 0;
  height: 32px;
  line-height: 1.4;
  font-size: 0.85rem;
  border-radius: 0;
  border: none;
  color: #231f20;
  font-weight: 400;
  -webkit-box-shadow: inset 0 1px 1px rgba(35, 31, 32, 0.1);
          box-shadow: inset 0 1px 1px rgba(35, 31, 32, 0.1);
}

table.matrix-table .add-rows td textarea:not(.readonly):not(.temp-readonly):focus,
table.matrix-table .add-rows td select:not(.readonly):not(.temp-readonly):focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(35, 31, 32, 0.25);
          box-shadow: inset 0 1px 2px rgba(35, 31, 32, 0.25);
  background: #fffded;
}

table.matrix-table .add-rows td textarea:not(.readonly):not(.temp-readonly).valid,
table.matrix-table .add-rows td select:not(.readonly):not(.temp-readonly).valid {
  color: #10ad51;
  background: #fff;
}

table.matrix-table .add-rows td textarea:disabled, table.matrix-table .add-rows td textarea.readonly,
table.matrix-table .add-rows td select:disabled,
table.matrix-table .add-rows td select.readonly {
  background-color: #e6ecf1;
  cursor: not-allowed;
}

table.matrix-table .add-rows td textarea {
  height: 26px;
}

table.matrix-table .add-rows td.controls {
  border: none;
  padding: 0 !important;
  background: transparent !important;
  position: relative;
  width: 20px;
}

table.matrix-table .add-rows td.controls .loader {
  width: 20px;
  height: 20px;
  border-width: 3px;
  margin: 0;
}

table.matrix-table .add-rows td:last-child:not(.left) {
  text-align: right;
  background: #f1f3f6;
  vertical-align: middle;
}

table.matrix-table .add-rows td.itemtotal {
  padding-right: 0.25rem;
  font-weight: 600;
  font-size: 0.8rem;
  color: #10ad51;
  text-align: right;
}

table.matrix-table .add-rows td.itemtotal i {
  color: #8ba1b1;
  position: absolute;
  right: 11px;
  cursor: pointer;
  font-size: 16px;
}

table.matrix-table .add-rows td.itemtotal i:hover {
  color: #0f6fc6;
}

table.matrix-table .add-rows .remove-row {
  min-width: 0;
  position: absolute;
  padding: 0;
  left: auto;
  right: -11px;
  bottom: 5px;
  float: none;
  z-index: 10;
}

@media screen and (min-width: 52.5em) {
  table.matrix-table .add-rows .remove-row {
    bottom: 16px;
  }
}

table.matrix-table .add-rows .remove-row {
  display: none;
}

table.matrix-table .add-rows:hover .remove-row:not(.readonly) {
  display: block;
}

table.matrix-table .select-box {
  font-size: 0.8rem;
  vertical-align: middle;
}

table.matrix-table .select2-container--default .select2-selection--single {
  height: 26px;
  border-radius: 0;
  border: none;
}

table.matrix-table .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  font-size: 0.8rem;
  line-height: 26px;
  height: 26px;
  padding-right: 27px;
  color: #445e71;
}

table.matrix-table .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 26px;
  border-left: none;
}

table.matrix-table .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 14px;
  height: 14px;
  font-size: 1.2em;
}

table.matrix-table tfoot td {
  padding: 0.5rem 0.25rem;
}

.box .matrix .revenue {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.matrix .box .matrix .revenue {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.matrix fieldset {
  margin-bottom: 1.5rem;
}

.matrix .add-item,
.matrix .add-row,
.matrix .add-more-rows,
.matrix .remove-row {
  float: none;
  font-size: 0.85rem;
  text-transform: none;
  color: #1e447d;
  min-width: 0;
  margin-bottom: 0;
  background-color: transparent !important;
  line-height: 1;
  display: inline-block;
}

.matrix .add-item i,
.matrix .add-row i,
.matrix .add-more-rows i,
.matrix .remove-row i {
  margin: 0;
  font-size: 1.25rem;
  color: #10ad51;
  vertical-align: middle;
}

.matrix .add-item i.loading,
.matrix .add-row i.loading,
.matrix .add-more-rows i.loading,
.matrix .remove-row i.loading {
  color: #d75d0c !important;
  -webkit-animation: spinAround 900ms infinite linear;
          animation: spinAround 900ms infinite linear;
  display: inline-block;
}

@media screen and (max-width: 52.5em) {
  .matrix .add-item i,
.matrix .add-row i,
.matrix .add-more-rows i,
.matrix .remove-row i {
    font-size: 1.5rem;
  }
}

.matrix .add-item:hover i,
.matrix .add-row:hover i,
.matrix .add-more-rows:hover i,
.matrix .remove-row:hover i {
  color: #0f6fc6;
}

.matrix .add-rows {
  min-width: 0;
  padding: 0.75em;
  background: #f1f3f6;
}

.matrix .add-rows .remove-row,
.matrix .add-rows .row-locked {
  min-width: 0;
  position: absolute;
  padding: 0;
  width: 26px;
  height: 26px;
  line-height: 23px;
  display: inline-block;
}

@media screen and (min-width: 52.5em) {
  .matrix .add-rows .remove-row,
.matrix .add-rows .row-locked {
    display: none;
    right: -21px;
    top: 50%;
    margin-top: -11px;
  }
}

.matrix .add-rows .remove-row i,
.matrix .add-rows .row-locked i {
  color: #b9c6d0;
}

.matrix .add-rows .remove-row i:hover,
.matrix .add-rows .row-locked i:hover {
  color: #e53935;
}

.matrix .add-rows .row-locked {
  display: block;
  color: #b9c6d0;
}

@media screen and (min-width: 52.5em) {
  .matrix .add-rows .row-locked {
    margin-top: -8px;
    right: -19px;
  }
}

.matrix .add-rows .row-locked.success {
  color: #10ad51;
}

.matrix .add-rows .row-locked.warning {
  color: #d75d0c;
}

@media screen and (min-width: 52.5em) {
  .matrix .add-rows:hover .remove-row:not(.readonly) {
    display: inline-block;
  }
}

.matrix .add-rows span.error {
  display: none;
}

.matrix .add-rows select,
.matrix .add-rows input,
.matrix .add-rows textarea {
  margin: 0;
  vertical-align: middle;
}

.matrix .invoice-subtotal,
.matrix .invoice-upcharge-subtotal {
  text-transform: uppercase;
  font-weight: 600;
  color: #445e71;
  text-align: right;
  margin-bottom: 0;
  font-size: 0.8rem;
}

@media screen and (max-width: 52.5em) {
  .matrix .invoice-subtotal,
.matrix .invoice-upcharge-subtotal {
    padding: 0 0.25rem;
  }
}

.matrix .invoice-subtotal .subtotal-value,
.matrix .invoice-upcharge-subtotal .subtotal-value {
  color: #10ad51;
}

.width-tiny {
  width: 4%;
}

.width-xsmall {
  width: 6%;
}

.width-small {
  width: 8%;
}

.width-medium {
  width: 11%;
}

.width-large {
  width: 38%;
}

.width-xlarge {
  width: 43%;
}

.invoice-total,
.collapsible-body .invoice-total {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: #445e71;
}

@media screen and (max-width: 52.5em) {
  .invoice-total,
.collapsible-body .invoice-total {
    padding: 0 0.25rem;
  }
}

.invoice-total .subtotal-value,
.collapsible-body .invoice-total .subtotal-value {
  color: #10ad51;
}

.tablesaw .add-rows {
  background: transparent;
  padding: 0;
}

.tablesaw .add-rows:last-child {
  border-bottom: none;
}

.tablesaw .add-rows td {
  font-size: 0.85rem;
  vertical-align: top;
  padding: 0;
  border-bottom: 1px solid #bdc8d3;
  position: relative;
  color: #445e71;
}

@media screen and (min-width: 52.5em) {
  .tablesaw .add-rows td {
    border: 1px solid #bdc8d3;
  }
}

.tablesaw .add-rows td.readonly {
  color: #445e71 !important;
  background-color: #f1f3f6 !important;
}

.tablesaw .add-rows td.readonly * {
  color: #445e71 !important;
  background-color: #f1f3f6 !important;
}

.tablesaw .add-rows td span.error {
  color: #e53935;
  font-size: 9px;
  line-height: 1;
  display: block;
  padding: 2px;
  position: absolute;
  top: -2px;
  white-space: nowrap;
}

.tablesaw .add-rows td textarea,
.tablesaw .add-rows td select {
  margin: 0;
  height: 32px;
  width: 100%;
  line-height: 1.2;
  font-size: 0.9rem;
  border-radius: 0;
  border: none;
  padding: 0.25rem;
  color: #445e71;
  -webkit-box-shadow: inset 0 1px 1px rgba(35, 31, 32, 0.1);
          box-shadow: inset 0 1px 1px rgba(35, 31, 32, 0.1);
  background: #fffef8;
}

.tablesaw .add-rows td textarea:not(.readonly):not(.temp-readonly):focus,
.tablesaw .add-rows td select:not(.readonly):not(.temp-readonly):focus {
  background: #fffded;
  -webkit-box-shadow: inset 0 1px 2px rgba(101, 83, 1, 0.25);
          box-shadow: inset 0 1px 2px rgba(101, 83, 1, 0.25);
}

.tablesaw .add-rows td textarea:not(.readonly):not(.temp-readonly).valid,
.tablesaw .add-rows td select:not(.readonly):not(.temp-readonly).valid {
  color: #10ad51;
  background: #fff;
}

.tablesaw .add-rows td textarea:disabled, .tablesaw .add-rows td textarea.readonly,
.tablesaw .add-rows td select:disabled,
.tablesaw .add-rows td select.readonly {
  background-color: #e6ecf1;
  cursor: not-allowed;
}

.tablesaw .add-rows td .select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
  height: 32px;
}

.tablesaw .add-rows td .select2-container .select2-selection--single .select2-selection__rendered {
  width: calc(100% - 18px);
}

.tablesaw .add-rows td .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  padding-right: 24px;
  font-size: 0.75rem;
}

.tablesaw .add-rows td .select2-container--default .select2-selection--single .select2-selection__clear {
  width: 22px;
}

.tablesaw .add-rows td .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
  top: 6px;
}

.tablesaw .add-rows td .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 22px;
  border-radius: 0;
}

.tablesaw .add-rows td .select2-container--default .select2-selection--single .select2-selection__arrow b {
  font-size: 0.9em;
}

.tablesaw .add-rows td .select2-container--default .select2-selection--single .select2-selection__arrow {
  border-left: 0;
}

.tablesaw .add-rows td textarea {
  height: 50px;
}

@media screen and (min-width: 52.5em) {
  .tablesaw .add-rows td textarea {
    height: 32px;
  }
}

.tablesaw .add-rows td.controls {
  border: none;
  vertical-align: middle;
  padding: 0;
  width: 0;
}

@media screen and (max-width: 52.5em) {
  .tablesaw .add-rows td.controls {
    width: 100%;
    padding: 0 0 0 3px;
  }
}

.tablesaw .add-rows td.controls .loader {
  width: 20px;
  height: 20px;
  border-width: 3px;
  margin: 0;
}

.tablesaw .add-rows td.item-expdate {
  width: 80px;
}

.tablesaw .add-rows td.item-price {
  min-width: 65px;
  font-size: 0.75rem;
  text-align: right;
}

.tablesaw .add-rows td.item-price input {
  text-align: right;
}

.tablesaw .add-rows td.itemtotal {
  padding: 0 0.25rem !important;
  font-weight: 600;
  font-size: 0.75rem;
  vertical-align: middle;
  min-width: 80px;
  text-align: right;
  color: #10ad51;
}

@media screen and (max-width: 52.5em) {
  .tablesaw .add-rows td.itemtotal {
    padding: 0 !important;
    background: #293c4e;
  }

  .tablesaw .add-rows td.itemtotal .tablesaw-cell-content {
    border-left: 1px solid #293c4e;
    padding: 0.25rem;
    background: #fffef8;
  }

  .tablesaw .add-rows td.itemtotal .tablesaw-cell-label {
    color: #fafcfc;
    text-transform: uppercase;
  }
}

.tablesaw .add-rows td.itemtotal input {
  padding-right: 0.35rem;
  color: #10ad51;
  font-weight: 600;
}

.tablesaw .add-rows td.itemtotal i {
  color: #8ba1b1;
  position: absolute;
  right: 11px;
  cursor: pointer;
  font-size: 16px;
}

.tablesaw .add-rows td.itemtotal i:hover {
  color: #0f6fc6;
}

@media screen and (max-width: 52.5em) {
  .tablesaw .add-rows td {
    width: 100% !important;
  }
}

.tablesaw .add-rows.readonly td {
  line-height: 1.1;
  font-size: 0.8rem;
  padding: 0.25rem 0.25rem;
}

.tablesaw .add-rows.readonly td.itemtotal {
  text-align: right;
}

.tablesaw .add-rows .remove-row,
.tablesaw .add-rows .add-row,
.tablesaw .add-rows .add-item,
.tablesaw .add-rows .row-locked {
  padding: 0;
  left: auto;
  bottom: auto;
  float: none;
  z-index: 10;
  background-color: transparent !important;
  font-size: 1.4rem;
  line-height: 1;
  width: auto;
  height: auto;
}

@media screen and (max-width: 52.5em) {
  .tablesaw .add-rows .remove-row,
.tablesaw .add-rows .add-row,
.tablesaw .add-rows .add-item,
.tablesaw .add-rows .row-locked {
    font-size: 1.6rem;
    position: relative;
  }
}

.tablesaw .add-rows .remove-row i,
.tablesaw .add-rows .add-row i,
.tablesaw .add-rows .add-item i,
.tablesaw .add-rows .row-locked i {
  font-weight: 400;
  margin: 0;
  font-size: inherit;
  line-height: 1;
  color: #10ad51;
}

.tablesaw .add-rows .remove-row i.loading,
.tablesaw .add-rows .add-row i.loading,
.tablesaw .add-rows .add-item i.loading,
.tablesaw .add-rows .row-locked i.loading {
  color: #d75d0c !important;
  -webkit-animation: spinAround 900ms infinite linear;
          animation: spinAround 900ms infinite linear;
  display: inline-block;
}

.tablesaw .add-rows .remove-row i:hover,
.tablesaw .add-rows .add-row i:hover,
.tablesaw .add-rows .add-item i:hover,
.tablesaw .add-rows .row-locked i:hover {
  color: #0f6fc6;
}

.tablesaw .add-rows .row-locked {
  font-size: 1.3rem;
  display: block;
  color: #b9c6d0;
}

.tablesaw .add-rows .remove-row {
  z-index: 20;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.tablesaw .add-rows .remove-row i {
  color: #e2666f;
}

.tablesaw .add-rows .remove-row i:hover {
  color: #e53935;
}

.tablesaw .add-rows.has-error td input:not(.readonly) {
  background: #e2666f !important;
  color: #fafcfc;
}

.tablesaw .add-rows.has-error td input:not(.readonly)::-webkit-input-placeholder {
  color: rgba(250, 252, 252, 0.8);
}

.tablesaw .add-rows.has-error td input:not(.readonly)::-moz-placeholder {
  color: rgba(250, 252, 252, 0.8);
}

.tablesaw .add-rows.has-error td input:not(.readonly):-moz-placeholder {
  color: rgba(250, 252, 252, 0.8);
}

.tablesaw .add-rows.has-error td input:not(.readonly):-ms-input-placeholder {
  color: rgba(250, 252, 252, 0.8);
}

@media screen and (max-width: 52.5em) {
  .box .tablesaw-container {
    margin-left: -0.5em;
    margin-right: -0.5em;
    width: calc(100% + 1em);
  }

  .box.ps .tablesaw-container, .matrix.ps .tablesaw-container {
    margin-left: -0.25em;
    margin-right: -0.25em;
    width: calc(100% + 0.5em);
  }
}

.tablesaw-container th {
  color: #1e447d;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.8rem;
  padding: 0;
  text-align: left;
  line-height: 1.2;
}

@media screen and (max-width: 52.5em) {
  .tablesaw-container th {
    font-size: 0.75rem;
  }
}

.tablesaw-container th.centered {
  text-align: center !important;
}

.tablesaw-container th.right {
  text-align: right;
}

.tablesaw-container th:last-child:not(.left) {
  text-align: right;
}

.tablesaw-container .tablesaw-stack .tablesaw-cell-label,
.tablesaw-container .tablesaw-stack th {
  color: #1e447d;
  font-weight: 600;
  vertical-align: middle;
  font-size: 0.8rem;
  padding: 0;
}

@media screen and (max-width: 52.5em) {
  .tablesaw-container .tablesaw-stack th {
    font-size: 0.75rem;
  }

  .tablesaw-container .tablesaw-stack .add-rows:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tablesaw-container .tablesaw-stack td {
    border: 0;
    border-top: 1px solid #bdc8d3;
    text-align: right;
  }

  .tablesaw-container .tablesaw-stack td.bottomrow {
    border-bottom: 1px solid #bdc8d3;
  }

  .tablesaw-container .tablesaw-stack .tablesaw-cell-content {
    max-width: 70% !important;
    width: 100%;
  }

  .tablesaw-container .tablesaw-stack .tablesaw-cell-label {
    padding-right: 0.25rem;
  }

  .tablesaw-container .tablesaw-stack td.controls .tablesaw-cell-label {
    display: none;
  }

  .tablesaw-container .tablesaw-stack td.controls .tablesaw-cell-content {
    max-width: 100% !important;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .tablesaw-container .tablesaw-stack td input,
.tablesaw-container .tablesaw-stack td textarea,
.tablesaw-container .tablesaw-stack td select {
    border-left: 1px solid #bdc8d3;
  }
}

@media screen and (min-width: 52.5em) {
  .tablesaw-container .tablesaw-stack .controls .tablesaw-cell-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 52.4375em) {
  .tablesaw-container {
    /* Table rows have a gray bottom stroke by default */
  }

  .tablesaw-container .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }

  .tablesaw-container .tablesaw-stack thead td,
.tablesaw-container .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-container .tablesaw-stack tbody td,
.tablesaw-container .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }

  .tablesaw-container .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-container .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .tablesaw-container .tablesaw-stack td:empty,
.tablesaw-container .tablesaw-stack th:empty {
    display: none;
  }
}

@media (min-width: 52.5em) {
  .tablesaw-container {
    /* Show the table header rows */
    /* Hide the labels in each cell */
  }

  .tablesaw-container .tablesaw-stack tr {
    display: table-row;
  }

  .tablesaw-container .tablesaw-stack td,
.tablesaw-container .tablesaw-stack th,
.tablesaw-container .tablesaw-stack thead td,
.tablesaw-container .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  .tablesaw-container .tablesaw-stack td .tablesaw-cell-label,
.tablesaw-container .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

@media screen and (max-width: 40em) {
  table.responsive-table,
table.nice-tables.responsive-table,
table.matrix-table.responsive-table {
    float: left;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    margin: 1em 0;
    /* sort out borders */
  }

  table.responsive-table td:empty:before,
table.nice-tables.responsive-table td:empty:before,
table.matrix-table.responsive-table td:empty:before {
    content: " ";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: "liga";
            font-feature-settings: "liga";
    /* don't allow browser text-selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  table.responsive-table th,
table.responsive-table td,
table.nice-tables.responsive-table th,
table.nice-tables.responsive-table td,
table.matrix-table.responsive-table th,
table.matrix-table.responsive-table td {
    margin: 0;
    vertical-align: middle;
  }

  table.responsive-table th,
table.nice-tables.responsive-table th,
table.matrix-table.responsive-table th {
    text-align: left;
    vertical-align: top;
  }

  table.responsive-table thead,
table.nice-tables.responsive-table thead,
table.matrix-table.responsive-table thead {
    display: block;
    float: left;
  }

  table.responsive-table thead tr,
table.nice-tables.responsive-table thead tr,
table.matrix-table.responsive-table thead tr {
    display: block;
    padding: 0 0.25rem 0 0;
  }

  table.responsive-table thead tr th::before,
table.nice-tables.responsive-table thead tr th::before,
table.matrix-table.responsive-table thead tr th::before {
    content: " ";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: "liga";
            font-feature-settings: "liga";
    /* don't allow browser text-selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  table.responsive-table tbody,
table.nice-tables.responsive-table tbody,
table.matrix-table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  table.responsive-table tbody tr,
table.nice-tables.responsive-table tbody tr,
table.matrix-table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  table.responsive-table th,
table.responsive-table th:first-child,
table.responsive-table th:last-child,
table.nice-tables.responsive-table th,
table.nice-tables.responsive-table th:first-child,
table.nice-tables.responsive-table th:last-child,
table.matrix-table.responsive-table th,
table.matrix-table.responsive-table th:first-child,
table.matrix-table.responsive-table th:last-child {
    display: block;
    text-align: right;
    font-size: 0.8rem;
    min-height: 2rem;
  }

  table.responsive-table td,
table.nice-tables.responsive-table td,
table.matrix-table.responsive-table td {
    display: block;
    min-height: 2rem;
    text-align: left;
  }

  table.responsive-table tr,
table.nice-tables.responsive-table tr,
table.matrix-table.responsive-table tr {
    padding: 0 0.25rem;
  }

  table.responsive-table thead,
table.nice-tables.responsive-table thead,
table.matrix-table.responsive-table thead {
    border: 0;
    border-right: 1px solid #f1f3f6;
  }

  table.responsive-table.bordered th,
table.nice-tables.responsive-table.bordered th,
table.matrix-table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }

  table.responsive-table.bordered td,
table.nice-tables.responsive-table.bordered td,
table.matrix-table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  table.responsive-table.bordered tr,
table.nice-tables.responsive-table.bordered tr,
table.matrix-table.responsive-table.bordered tr {
    border: 0;
  }

  table.responsive-table.bordered tbody tr,
table.nice-tables.responsive-table.bordered tbody tr,
table.matrix-table.responsive-table.bordered tbody tr {
    border-right: 1px solid #f1f3f6;
  }
}

.responsive-table-container {
  width: 100%;
  padding-bottom: 1em;
  overflow-x: scroll;
}

.responsive-table-container.nopad {
  padding-bottom: 0;
}

@media screen and (max-width: 52.5em) {
  .responsive-table-container {
    overflow-y: auto;
  }
}

.responsive-table-container table {
  width: 100%;
}

@media screen and (min-width: 52.5em) {
  .responsive-table-container table {
    min-width: 600px;
  }
}

.modal-content .responsive-table-container table {
  min-width: 100%;
}

.responsive-table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
}

.responsive-table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fafcfc;
  background-color: rgba(35, 31, 32, 0.3);
}

.dt-buttons {
  clear: left;
  margin: 0.8rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
}

@media screen and (min-width: 40em) {
  .dt-buttons {
    width: 50%;
    margin: 0.9rem 0 0;
    float: left;
  }
}

.dt-buttons .dt-button {
  margin-right: 0.5rem !important;
  border: 1px solid #d2d8e2 !important;
  color: #0f6fc6 !important;
  font-size: 0.65rem !important;
  text-decoration: none !important;
  padding: 0 !important;
  font-weight: 400 !important;
  background: transparent !important;
}

.dt-buttons .dt-button span {
  padding: 0.2rem 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dt-buttons .dt-button i {
  font-size: 11px;
  margin-right: 0.25rem;
  color: #577891;
  font-weight: 400;
}

@media screen and (min-width: 40em) {
  .dt-buttons .dt-button i {
    font-size: 13px;
  }
}

.dt-buttons .dt-button:hover {
  border-color: #0f6fc6;
  color: #0f6fc6 !important;
}

.dt-buttons .dt-button:hover i {
  color: #0f6fc6;
}

/*
 * Data Table styles
 */

table.dataTable {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable > thead th {
  border-bottom-color: #f1f3f6;
  color: #445e71;
  white-space: nowrap;
}

table.dataTable > thead th:not(.sorting_disabled):before {
  display: inline-block;
  font-family: "Material Icons";
  content: "swap_vert";
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c6d0d9;
  margin-right: 0.25rem;
}

table.dataTable > thead th:not(.sorting_disabled).sorting {
  background-image: none;
}

table.dataTable > thead th:not(.sorting_disabled).sorting_asc {
  background-image: none;
}

table.dataTable > thead th:not(.sorting_disabled).sorting_asc:before {
  content: "arrow_upward";
  font-size: 0.8rem;
  color: #0f6fc6;
}

table.dataTable > thead th:not(.sorting_disabled).sorting_desc {
  background-image: none;
}

table.dataTable > thead th:not(.sorting_disabled).sorting_desc:before {
  content: "arrow_downward";
  font-size: 0.8rem;
  color: #0f6fc6;
}

.dataTables_scrollHead {
  min-width: 800px;
}

#dataTableBuilder_wrapper .selected-options,
.datatable-selector .selected-options {
  width: 100%;
  clear: both;
  float: left;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  height: 0;
  z-index: 1;
  border-radius: 0.25rem;
}

#dataTableBuilder_wrapper .selected-options.fixed,
.datatable-selector .selected-options.fixed {
  width: calc(100% + 1rem);
  margin: 0 -0.5rem 0.5rem;
  opacity: 0.9;
}

@media screen and (min-width: 40em) {
  #dataTableBuilder_wrapper .selected-options.fixed,
.datatable-selector .selected-options.fixed {
    width: calc(100% + 2rem);
    margin: 0 -1rem 0.5rem;
  }
}

@media screen and (min-width: 52.5em) {
  #dataTableBuilder_wrapper .selected-options.fixed,
.datatable-selector .selected-options.fixed {
    position: fixed;
    top: 50px;
    width: calc(100% + 4rem);
    margin: 0 -2rem 0.5rem;
  }
}

#dataTableBuilder_wrapper .selected-options.active,
.datatable-selector .selected-options.active {
  height: auto;
  background: #fef9ca;
  border: 1px solid #fded66;
}

#dataTableBuilder_wrapper .selected-options .hidden,
.datatable-selector .selected-options .hidden {
  visibility: hidden;
}

#dataTableBuilder_wrapper .selected-options .textlinks,
.datatable-selector .selected-options .textlinks {
  font-size: 0.9rem !important;
  display: inline-block;
}

#dataTableBuilder_wrapper .selected-options .textlinks > a,
.datatable-selector .selected-options .textlinks > a {
  margin: 0 0.5rem 0 0;
}

#dataTableBuilder_wrapper .selected-options .selection-title,
#dataTableBuilder_wrapper .selected-options .selection-title-component,
.datatable-selector .selected-options .selection-title,
.datatable-selector .selected-options .selection-title-component {
  display: inline-block;
  margin-right: 0.5rem;
  color: #1e447d;
  font-weight: 600;
}

#dataTableBuilder_wrapper .selected-options p,
.datatable-selector .selected-options p {
  margin: 0;
}

#dataTableBuilder_wrapper .is-sticky .sticky,
.datatable-selector .is-sticky .sticky {
  -webkit-box-shadow: 0 5px 15px rgba(68, 94, 113, 0.3);
          box-shadow: 0 5px 15px rgba(68, 94, 113, 0.3);
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 400;
}

table.dataTable thead th {
  padding: 0px 0.5rem 0.5rem;
  border-bottom: 1px solid #d2d8e2;
}

table.dataTable.selectable thead th:not(.selection) {
  padding: 0px 0.5rem 0.5rem;
}

table.dataTable.selectable thead th:not(.selection):last-child {
  padding: 0px 0.5rem 0.5rem;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #fff;
  line-height: 1.2;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  cursor: hand;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

table tbody tr.selected,
table tbody tr.highlighted-missing-item {
  background: #fffef2 !important;
}

table tbody tr.selected td,
table tbody tr.highlighted-missing-item td {
  border-top: 1px solid #fff;
}

table tbody tr.highlighted-missing-item td.selection {
  background: #e53935 !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 0.5rem;
}

table.dataTable tbody th.selection,
table.dataTable tbody td.selection {
  padding: 0 0.25rem !important;
}

table.dataTable tbody td {
  font-size: 0.75rem;
}

table.dataTable tbody td .badge {
  position: relative;
  font-size: 0.65em;
  line-height: 14px;
  display: inline-block;
}

table.dataTable tbody td .badge.medium {
  font-size: 0.75rem;
  padding: 0.2rem 0.35rem;
}

table.dataTable tbody td .badge.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

table.dataTable tbody td.small {
  font-size: 0.7rem;
}

table.dataTable tbody td:last-child {
  padding-right: 10px !important;
}

table.dataTable tbody td img {
  height: auto;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable tbody tr:first-child th,
table.dataTable tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/*
 * Control feature layout
 */

.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_actions {
  width: 50%;
}

@media screen and (min-width: 52.5em) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_actions {
    float: left;
    margin-bottom: 0.5rem;
    margin-right: 1rem;
  }
}

.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_actions label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.65rem;
}

.dataTables_wrapper .dataTables_length label select,
.dataTables_wrapper .dataTables_actions label select {
  width: 50%;
  max-width: 80px;
  margin: 0 0.5rem;
  font-size: 0.75rem;
  height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 52.5em) {
  .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 0.5rem;
  }
}

.dataTables_wrapper .dataTables_filter input {
  border-radius: 0.25rem;
  font-size: 0.75rem;
  height: 26px;
  font-weight: normal;
  border: 1px solid #e1e6ec;
  color: #445e71;
  background: #f1f3f6;
  display: inline-block;
  margin: 0 0 0 0.5em;
  border-radius: 0.25rem;
}

@media screen and (min-width: 40em) {
  .dataTables_wrapper .dataTables_filter input {
    width: 220px;
  }
}

.dataTables_wrapper .dataTables_filter label {
  line-height: 1.5;
  vertical-align: middle;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.65rem;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  padding-top: 0.5em;
  color: #8ba1b1;
  font-size: 0.75rem;
  margin-bottom: 0.9rem;
}

@media screen and (min-width: 40em) {
  .dataTables_wrapper .dataTables_info {
    margin-bottom: 0;
    float: left;
  }
}

.dataTables_wrapper .dataTables_paginate {
  clear: both;
  text-align: right;
  padding-top: 0.25em;
}

@media screen and (min-width: 40em) {
  .dataTables_wrapper .dataTables_paginate {
    clear: none;
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #d2d8e2;
  color: #0f6fc6;
  background: #f1f3f6 !important;
  padding: 0.2em 0.4em !important;
  font-weight: 600;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 1.5rem;
  margin-left: 3px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  cursor: hand;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border-color: #d2d8e2;
  color: #1e447d !important;
  background: #d2d8e2 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border-color: #0f6fc6 !important;
  color: #fafcfc !important;
  background: #0f6fc6 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #c6d0d9 !important;
  border-color: #c6d0d9 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #8ba1b1 !important;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#0c0c0c));
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  -webkit-box-shadow: inset 0 0 3px #111;
          box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px !important;
  height: 60px !important;
  line-height: 60px !important;
  margin-left: -125px !important;
  margin-top: 0;
  padding: 0 2rem !important;
  border: none;
  text-align: center !important;
  color: #fafcfc !important;
  border-radius: 0.25rem;
  background: rgba(11, 84, 151, 0.4) !important;
  -webkit-box-shadow: 0 2px 5px rgba(30, 68, 125, 0.3) !important;
          box-shadow: 0 2px 5px rgba(30, 68, 125, 0.3) !important;
  z-index: 9999;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_actions,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #d2d8e2;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead > table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 768px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_actions,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}

.missing-item,
.missing-item td {
  background-color: #e2666f !important;
}

.missing-item input,
.missing-item td input {
  background-color: #e2666f !important;
  color: #fafcfc !important;
}

.table-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr;
  margin: 1rem 0;
}

.table-content-wrapper,
.table-header-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
  grid-gap: 2px;
}

.table-section {
  display: grid;
}

.table-header {
  color: rgba(19, 51, 106, 0.8);
  font-size: 0.8rem;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-content {
  color: rgba(19, 51, 106, 0.6);
  font-size: 0.8rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.right-align,
.right-align.specific {
  text-align: right;
}

.right-align {
  text-align: right;
}

.center-align,
.center-align.specific {
  text-align: center;
}

.table-total {
  color: #10ad51;
  font-weight: bolder;
}

@media (max-width: 768px) {
  .table-header,
.table-section {
    padding-right: 0.5rem;
    font-size: 0.65rem;
  }

  .table-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.table-style {
  width: 100%;
}

.table-style thead {
  font-weight: 600;
  margin-bottom: 0.375em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #445e71;
}

.table-style td,
.table-style th {
  padding: 1rem;
  text-align: left;
}

.table-style td:first-child,
.table-style th:first-child {
  text-align: left;
}

.table-style td:last-child:not(.left),
.table-style th:last-child:not(.left) {
  text-align: right;
}

.table-style th {
  padding-bottom: 0.5rem;
}

.table-style tr {
  border-bottom: 1px solid #e6ecf1;
}

.material-icons {
  font-size: 1em;
  vertical-align: text-bottom;
  text-decoration: none;
}

.material-icons.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.material-icons.large {
  font-size: 1.25rem;
}

.base-h1 {
  color: #0a2d58;
  font-size: 1.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2;
  font-weight: 400;
}

@media screen and (min-width: 52.5em) {
  .base-h1 {
    font-size: 1.5rem;
  }
}

.base-h1 > span {
  display: block;
  font-size: 85%;
}

.base-h1 > em {
  display: inline-block;
  font-size: 1rem;
}

h2 {
  color: #1e447d;
  font-size: 1.15rem;
  text-overflow: ellipsis;
  line-height: 1.2;
  font-weight: 400;
}

@media screen and (min-width: 52.5em) {
  h2 {
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 1.25em;
}

@media screen and (min-width: 40em) {
  h3 {
    font-size: 1.75em;
  }
}

hr.medium {
  margin: 0.25rem 0;
}

@media screen and (min-width: 40em) {
  hr.medium {
    margin: 0.75rem 0;
  }
}

hr.small {
  margin: 0.15rem 0;
}

@media screen and (min-width: 40em) {
  hr.small {
    margin: 0.5rem 0;
  }
}

p {
  font-size: 0.9rem;
}

p .badge {
  margin-bottom: 0.5em;
}

p .badge + .badge {
  float: none;
}

p.small {
  font-size: 0.85em;
}

.cart h4 {
  font-size: 1rem;
  font-weight: 400;
  color: #0f6fc6;
}

.nice-list,
.trumbowyg-editor ul,
.comment-content ul {
  margin: 0 0 0.75rem 1.5rem;
  list-style-type: disc;
  font-size: 0.95em;
}

.entry-details .nice-list,
.entry-details .trumbowyg-editor ul,
.entry-details .comment-content ul {
  margin-bottom: 0;
}

p + ol.numbered-list {
  margin-top: -1em;
}

ol.numbered-list,
.trumbowyg-editor ol,
.comment-content ol {
  list-style-type: decimal;
  margin: 0 0 1em 1em;
  font-size: 0.85rem;
}

@media screen and (min-width: 40em) {
  ol.numbered-list,
.trumbowyg-editor ol,
.comment-content ol {
    font-size: 1rem;
  }
}

ol.numbered-list li,
.trumbowyg-editor ol li,
.comment-content ol li {
  margin-bottom: 0.5rem;
}

ol.numbered-list li:last-child,
.trumbowyg-editor ol li:last-child,
.comment-content ol li:last-child {
  margin-bottom: 0;
}

.center {
  text-align: center;
}

.small {
  font-size: 0.75rem;
}

.align-right {
  text-align: right;
}

.strike {
  text-decoration: line-through;
}

.warning {
  color: #e53935;
}

.alert {
  color: #d75d0c;
}

.notice {
  color: #0f6fc6;
}

.green {
  color: #10ad51;
}

.blue {
  color: #0f6fc6;
}

.no-underline {
  text-decoration: none;
}

/*! jQuery UI - v1.11.2 - 2015-01-12
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  display: block;
  outline: none;
  width: 83%;
  padding: 0;
  background-color: #fff;
  border: 1px solid #c6d0d9;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #566e80;
}

@media screen and (max-width: 40em) {
  .ui-menu {
    top: 20px;
  }
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  padding: 0.5em 1.75em;
  color: #566e80;
}

.ui-menu .ui-menu-item em {
  display: none;
}

.ui-menu .ui-menu-item:hover {
  padding: 0.5em 1.75em;
  background-color: #a9d2f8;
  cursor: pointer;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.minicolors {
  position: relative;
}

.minicolors-sprite {
  background-image: url(jquery.minicolors.png);
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.minicolors-swatch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}

.minicolors input[type=hidden][disabled] + .minicolors-swatch {
  cursor: default;
}

/* Panel */

.minicolors-panel {
  position: absolute;
  width: 173px;
  background: white;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: none;
  -ms-touch-action: none;
      touch-action: none;
}

.minicolors-panel.minicolors-visible {
  display: block;
}

/* Panel positioning */

.minicolors-position-top .minicolors-panel {
  top: -154px;
}

.minicolors-position-right .minicolors-panel {
  right: 0;
}

.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

.minicolors-position-left .minicolors-panel {
  left: 0;
}

.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}

.minicolors .minicolors-grid {
  position: relative;
  top: 1px;
  left: 1px;
  /* LTR */
  width: 150px;
  height: 150px;
  margin-bottom: 2px;
  background-position: -120px 0;
  cursor: crosshair;
}

[dir=rtl] .minicolors .minicolors-grid {
  right: 1px;
}

.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}

.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black;
}

.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  /* LTR */
  width: 20px;
  height: 150px;
  background-color: white;
  background-position: 0 0;
  cursor: row-resize;
}

[dir=rtl] .minicolors-slider,
[dir=rtl] .minicolors-opacity-slider {
  right: 152px;
}

.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-opacity-slider {
  left: 173px;
  /* LTR */
  background-position: -40px 0;
  display: none;
}

[dir=rtl] .minicolors-opacity-slider {
  right: 173px;
}

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

/* Pickers */

.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}

.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 3px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  margin-top: -2px;
  margin-left: 1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* Swatches */

.minicolors-swatches,
.minicolors-swatches li {
  margin: 5px 0 3px 5px;
  /* LTR */
  padding: 0;
  list-style: none;
  overflow: hidden;
}

[dir=rtl] .minicolors-swatches,
[dir=rtl] .minicolors-swatches li {
  margin: 5px 5px 3px 0;
}

.minicolors-swatches .minicolors-swatch {
  position: relative;
  float: left;
  /* LTR */
  cursor: pointer;
  margin: 0 4px 0 0;
  /* LTR */
}

[dir=rtl] .minicolors-swatches .minicolors-swatch {
  float: right;
  margin: 0 0 0 4px;
}

.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 7px;
  /* LTR */
}

[dir=rtl] .minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 0;
  margin-left: 7px;
}

.minicolors-swatch.selected {
  border-color: #000;
}

/* Inline controls */

.minicolors-inline {
  display: inline-block;
}

.minicolors-inline .minicolors-input {
  display: none !important;
}

.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  /* LTR */
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: auto;
  display: inline-block;
}

[dir=rtl] .minicolors-inline .minicolors-panel {
  right: auto;
}

/* Default theme */

.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  /* LTR */
  width: 18px;
  height: 18px;
}

[dir=rtl] .minicolors-theme-default .minicolors-swatch {
  right: 5px;
}

.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  /* LTR */
  width: 18px;
  height: 18px;
}

[dir=rtl] .minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  right: 0;
}

.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  /* LTR */
  right: 5px;
  /* LTR */
}

[dir=rtl] .minicolors-theme-default.minicolors-position-left .minicolors-swatch {
  right: auto;
  left: 5px;
}

.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}

.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
  /* LTR */
}

[dir=rtl] .minicolors-theme-default .minicolors-input {
  text-align: right;
  unicode-bidi: -moz-plaintext;
  unicode-bidi: plaintext;
  padding-left: 1px;
  padding-right: 26px;
}

.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  /* LTR */
  padding-left: inherit;
  /* LTR */
}

[dir=rtl] .minicolors-theme-default.minicolors-position-left .minicolors-input {
  padding-right: inherit;
  padding-left: 26px;
}

/* Bootstrap theme */

.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 3px;
  left: 3px;
  /* LTR */
  width: 28px;
  height: 28px;
  border-radius: 2px;
}

[dir=rtl] .minicolors-theme-bootstrap .minicolors-swatch {
  right: 3px;
}

.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  /* LTR */
  width: 20px;
  height: 20px;
}

[dir=rtl] .minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  right: 0;
}

.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}

.minicolors-theme-bootstrap.minicolors-position-right > .minicolors-swatch {
  left: auto;
  /* LTR */
  right: 3px;
  /* LTR */
}

[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left > .minicolors-swatch {
  right: auto;
  left: 3px;
}

.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px;
  /* LTR */
}

[dir=rtl] .minicolors-theme-bootstrap .minicolors-input {
  text-align: right;
  unicode-bidi: -moz-plaintext;
  unicode-bidi: plaintext;
  padding-left: 12px;
  padding-right: 44px;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  /* LTR */
  padding-left: 12px;
  /* LTR */
}

[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left .minicolors-input {
  padding-right: 12px;
  padding-left: 44px;
}

.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px;
  /* LTR */
  width: 37px;
  height: 37px;
  border-radius: 5px;
}

[dir=rtl] .minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  right: 4px;
}

.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}

.minicolors-theme-bootstrap .minicolors-input.input-xs + .minicolors-swatch {
  width: 18px;
  height: 18px;
}

.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0;
  /* LTR */
  border-bottom-left-radius: 0;
  /* LTR */
}

[dir=rtl] .input-group .minicolors-theme-bootstrap .minicolors-input {
  border-radius: 4px;
}

[dir=rtl] .input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .input-group .minicolors-theme-bootstrap:not(:last-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* bootstrap input-group rtl override */

[dir=rtl] .input-group .form-control,
[dir=rtl] .input-group-addon,
[dir=rtl] .input-group-btn > .btn,
[dir=rtl] .input-group-btn > .btn-group > .btn,
[dir=rtl] .input-group-btn > .dropdown-toggle {
  border: 1px solid #ccc;
  border-radius: 4px;
}

[dir=rtl] .input-group .form-control:first-child,
[dir=rtl] .input-group-addon:first-child,
[dir=rtl] .input-group-btn:first-child > .btn,
[dir=rtl] .input-group-btn:first-child > .btn-group > .btn,
[dir=rtl] .input-group-btn:first-child > .dropdown-toggle,
[dir=rtl] .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

[dir=rtl] .input-group .form-control:last-child,
[dir=rtl] .input-group-addon:last-child,
[dir=rtl] .input-group-btn:last-child > .btn,
[dir=rtl] .input-group-btn:last-child > .btn-group > .btn,
[dir=rtl] .input-group-btn:last-child > .dropdown-toggle,
[dir=rtl] .input-group-btn:first-child > .btn:not(:first-child),
[dir=rtl] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Semantic Ui theme */

.minicolors-theme-semanticui .minicolors-swatch {
  top: 0;
  left: 0;
  /* LTR */
  padding: 18px;
}

[dir=rtl] .minicolors-theme-semanticui .minicolors-swatch {
  right: 0;
}

.minicolors-theme-semanticui input {
  text-indent: 30px;
}

body.swal2-shown {
  overflow-y: hidden;
}

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1000060;
}

.swal2-container.swal2-fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(41, 60, 78, 0.9);
}

.swal2-modal {
  background-color: #fafcfc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%;
}

.swal2-modal:focus {
  outline: none;
}

.swal2-modal.swal2-loading {
  overflow-y: hidden;
}

.swal2-modal .swal2-title {
  color: #445e71;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 0.4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
}

.swal2-modal .swal2-buttonswrapper {
  margin-top: 15px;
}

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
  cursor: no-drop;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 7.5px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
          animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  vertical-align: -1px;
  height: 15px;
  width: 15px;
  border: 3px solid #beb6b8;
  -webkit-box-shadow: 1px 1px 1px #fafcfc;
          box-shadow: 1px 1px 1px #fafcfc;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
          animation: rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fafcfc;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  margin: 15px 5px 0;
  padding: 10px 32px;
}

.swal2-modal .swal2-styled.swal2-cancel {
  background-color: #8ba1b1 !important;
}

.swal2-modal .swal2-styled:focus {
  outline: none;
}

.swal2-modal .swal2-image {
  margin: 5px auto 20px auto;
  max-width: 100%;
}

.swal2-modal .swal2-close {
  background: rgba(35, 31, 32, 0);
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #c6d0d9;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.swal2-modal .swal2-close:hover {
  color: #f05b4f;
}

.swal2-modal > .swal2-input,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-textarea,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-checkbox {
  display: none;
}

.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #445e71;
  word-wrap: break-word;
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox {
  margin: 20px auto;
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #e6ecf1;
  -webkit-box-shadow: inset 0 1px 1px rgba(35, 31, 32, 0.06);
          box-shadow: inset 0 1px 1px rgba(35, 31, 32, 0.06);
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #e53935 !important;
  -webkit-box-shadow: 0 0 2px #e53935 !important;
          box-shadow: 0 0 2px #e53935 !important;
}

.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-textarea:focus {
  outline: none;
  border: 1px solid #b4dbed;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
          box-shadow: 0 0 3px #c4e6f5;
}

.swal2-modal .swal2-input::-webkit-input-placeholder, .swal2-modal .swal2-file::-webkit-input-placeholder, .swal2-modal .swal2-textarea::-webkit-input-placeholder {
  color: #beb6b8;
}

.swal2-modal .swal2-input::-moz-placeholder, .swal2-modal .swal2-file::-moz-placeholder, .swal2-modal .swal2-textarea::-moz-placeholder {
  color: #beb6b8;
}

.swal2-modal .swal2-input:-ms-input-placeholder, .swal2-modal .swal2-file:-ms-input-placeholder, .swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #beb6b8;
}

.swal2-modal .swal2-input::-ms-input-placeholder, .swal2-modal .swal2-file::-ms-input-placeholder, .swal2-modal .swal2-textarea::-ms-input-placeholder {
  color: #beb6b8;
}

.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-textarea::placeholder {
  color: #beb6b8;
}

.swal2-modal .swal2-range input {
  float: left;
  width: 80%;
}

.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}

.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px;
}

.swal2-modal .swal2-input[type=number] {
  max-width: 150px;
}

.swal2-modal .swal2-file {
  font-size: 20px;
}

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}

.swal2-modal .swal2-select {
  color: #7c6e72;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}

.swal2-modal .swal2-radio {
  border: 0;
}

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}

.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
  vertical-align: middle;
}

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}

.swal2-modal .swal2-checkbox {
  color: #7c6e72;
}

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
  vertical-align: middle;
}

.swal2-modal .swal2-validationerror {
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: #231f20;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.swal2-modal .swal2-validationerror::before {
  content: "!";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e53935;
  color: #fafcfc;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swal2-icon.swal2-error {
  border-color: #e53935;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #e53935;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 17px;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 16px;
}

.swal2-icon.swal2-warning {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e53935;
  border-color: #e95855;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-info {
  font-family: "Open Sans", sans-serif;
  color: #0f6fc6;
  border-color: #4aa2f1;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-question {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #8ba1b1;
  border-color: #c8d2da;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-success {
  border-color: #10ad51;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
          transform-origin: 60px 60px;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
          transform-origin: 0 60px;
}

.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(16, 173, 81, 0.2);
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  height: 5px;
  background-color: #10ad51;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fafcfc;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: 0.4em;
  margin: 0 -1px;
  z-index: 10;
}

[class^=swal2] {
  -webkit-tap-highlight-color: rgba(35, 31, 32, 0);
}

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }

  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }

  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}

.swal2-show {
  -webkit-animation: showSweetAlert 0.3s;
          animation: showSweetAlert 0.3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
          animation: none;
}

.swal2-hide {
  -webkit-animation: hideSweetAlert 0.15s forwards;
          animation: hideSweetAlert 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip 0.75s;
          animation: animate-success-tip 0.75s;
}

.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long 0.75s;
          animation: animate-success-long 0.75s;
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}

.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
          animation: animate-error-icon 0.5s;
}

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
          animation: animate-x-mark 0.5s;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/**
 * Trumbowyg v2.8.1 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */

#trumbowyg-icons {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0;
}

#trumbowyg-icons svg {
  height: 0;
  width: 0;
}

.trumbowyg-box *,
.trumbowyg-box *::before,
.trumbowyg-box *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.trumbowyg-box svg {
  width: 17px;
  height: 100%;
  fill: #231f20;
}

.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  border: 1px solid #e6ecf1;
  width: 100%;
  min-height: 200px;
  margin: 0 auto 1rem auto;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0.25rem;
}

@media screen and (min-width: 40em) {
  .trumbowyg-box,
.trumbowyg-editor {
    margin: 0.5rem auto 1rem auto;
  }
}

.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto;
}

.trumbowyg-box.trumbowyg-fullscreen {
  background: #fafcfc;
  border: none !important;
}

.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  min-height: 200px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: none;
  overflow: auto;
  background: #FFF;
}

.trumbowyg-editor.trumbowyg-autogrow-on-enter,
.trumbowyg-textarea.trumbowyg-autogrow-on-enter {
  -webkit-transition: height 300ms ease-out;
  transition: height 300ms ease-out;
}

.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
  color: transparent !important;
  text-shadow: 0 0 7px #333;
}

@media screen and (min-width: 0 \0 ) {
  .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(200, 200, 200, 0.6) !important;
  }
}

@supports (-ms-accelerator: true) {
  .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(200, 200, 200, 0.6) !important;
  }
}

.trumbowyg-box-blur .trumbowyg-editor img,
.trumbowyg-box-blur .trumbowyg-editor hr {
  opacity: 0.2;
}

.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  white-space: normal;
  font-size: 14px;
  font-family: "Inconsolata", "Consolas", "Courier", "Courier New", sans-serif;
  line-height: 18px;
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  height: 1px !important;
  width: 25%;
  min-height: 0 !important;
  padding: 0 !important;
  background: none;
  opacity: 0 !important;
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block;
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none;
}

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
  opacity: 0.8;
  background: none;
}

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #e6ecf1;
  pointer-events: none;
}

.trumbowyg-button-pane {
  width: 100%;
  min-height: 36px;
  background: #e6ecf1;
  border-bottom: 1px solid #cfdbe4;
  margin: 0;
  padding: 0 5px;
  position: relative;
  list-style-type: none;
  line-height: 10px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 11;
}

.trumbowyg-button-pane::after {
  content: " ";
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #cfdbe4;
}

.trumbowyg-button-pane .trumbowyg-button-group {
  display: inline-block;
}

.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: transparent;
}

.trumbowyg-button-pane .trumbowyg-button-group:not(:empty) + .trumbowyg-button-group::before {
  content: " ";
  display: inline-block;
  width: 1px;
  background: #cfdbe4;
  margin: 0 5px;
  height: 35px;
  vertical-align: top;
}

.trumbowyg-button-pane button, .trumbowyg-button-pane button:hover {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  padding: 1px 6px !important;
  margin-bottom: 1px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: none !important;
  vertical-align: middle;
  color: #8ba1b1 !important;
  -webkit-transition: background-color 150ms, opacity 150ms !important;
  transition: background-color 150ms, opacity 150ms !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.trumbowyg-button-pane button.trumbowyg-textual-button, .trumbowyg-button-pane button:hover.trumbowyg-textual-button {
  width: auto;
  line-height: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active), .trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
  opacity: 0.2;
  cursor: default;
}

.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before, .trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
  background: #dce5ec;
}

.trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-button-pane button.trumbowyg-active {
  background-color: #fafcfc !important;
  color: #0f6fc6 !important;
  outline: none;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown::after {
  display: block;
  content: " ";
  position: absolute;
  top: 25px;
  right: 3px;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #555;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
  padding-left: 10px !important;
  padding-right: 18px !important;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
  top: 17px;
  right: 7px;
}

.trumbowyg-button-pane .trumbowyg-right {
  float: right;
}

.trumbowyg-button-pane .trumbowyg-right::before {
  display: none !important;
}

.trumbowyg-dropdown {
  width: 200px;
  border: 1px solid #e6ecf1;
  padding: 5px 0;
  border-top: none;
  background: #FFF;
  margin-left: -1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  z-index: 11;
}

.trumbowyg-dropdown button {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  background: #FFF;
  padding: 0 10px;
  color: #333 !important;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  -webkit-transition: all 150ms;
  transition: all 150ms;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.trumbowyg-dropdown button:hover, .trumbowyg-dropdown button:focus {
  background: #e6ecf1;
}

.trumbowyg-dropdown button svg {
  float: left;
  margin-right: 14px;
}

/* Modal box */

.trumbowyg-modal {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 520px;
  width: 100%;
  height: 350px;
  z-index: 11;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.trumbowyg-modal-box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 500px;
  width: calc(100% - 20px);
  padding-bottom: 45px;
  z-index: 1;
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.trumbowyg-modal-box .trumbowyg-modal-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 15px 0 13px;
  display: block;
  border-bottom: 1px solid #EEE;
  color: #333;
  background: #f6f8fa;
}

.trumbowyg-modal-box .trumbowyg-progress {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 58px;
}

.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
  background: #2BC06A;
  width: 0;
  height: 100%;
  -webkit-transition: width 150ms linear;
  transition: width 150ms linear;
}

.trumbowyg-modal-box label {
  display: block;
  position: relative;
  margin: 15px 12px;
  height: 29px;
  line-height: 29px;
  overflow: hidden;
}

.trumbowyg-modal-box label .trumbowyg-input-infos {
  display: block;
  text-align: left;
  height: 25px;
  line-height: 25px;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.trumbowyg-modal-box label .trumbowyg-input-infos span {
  display: block;
  color: #577c9b;
  background-color: #f6f8fa;
  border: 1px solid #DEDEDE;
  padding: 0 7px;
  width: 150px;
}

.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
  color: #e74c3c;
}

.trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-modal-box label.trumbowyg-input-error textarea {
  border: 1px solid #e74c3c;
}

.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
  margin-top: -27px;
}

.trumbowyg-modal-box label input {
  position: absolute;
  top: 0;
  right: 0;
  height: 27px;
  line-height: 27px;
  border: 1px solid #DEDEDE;
  background: #fff;
  font-size: 14px;
  max-width: 330px;
  width: 70%;
  padding: 0 7px;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.trumbowyg-modal-box label input:hover, .trumbowyg-modal-box label input:focus {
  outline: none;
  border: 1px solid #95a5a6;
}

.trumbowyg-modal-box label input:focus {
  background: #f6f8fa;
}

.trumbowyg-modal-box .error {
  margin-top: 25px;
  display: block;
  color: red;
}

.trumbowyg-modal-box .trumbowyg-modal-button {
  position: absolute;
  bottom: 10px;
  right: 0;
  text-decoration: none;
  color: #FFF;
  display: block;
  width: 100px;
  height: 35px;
  line-height: 33px;
  margin: 0 10px;
  background-color: #333;
  border: none;
  cursor: pointer;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  -webkit-transition: all 150ms;
  transition: all 150ms;
  padding: inherit;
  font-weight: normal;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  right: 110px;
  background: #0f9f4a;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
  background: #12c45c;
  outline: none;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
  background: #0c7e3b;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  color: #555;
  background: #829aab;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
  background: #9aadbb;
  outline: none;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
  background: #6d889c;
}

.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  display: none;
  top: 0;
  z-index: 10;
}

/**
 * Fullscreen
 */

body.trumbowyg-body-fullscreen {
  overflow: hidden;
}

.trumbowyg-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999;
}

.trumbowyg-fullscreen.trumbowyg-box,
.trumbowyg-fullscreen .trumbowyg-editor {
  border: none;
}

.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen .trumbowyg-textarea {
  height: calc(100% - 37px) !important;
  overflow: auto;
}

.trumbowyg-fullscreen .trumbowyg-overlay {
  height: 100% !important;
}

.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: #231f20;
  fill: transparent;
}

.trumbowyg-editor {
  /*
   * lset for resetCss option
   */
}

.trumbowyg-editor object,
.trumbowyg-editor embed,
.trumbowyg-editor video,
.trumbowyg-editor img {
  max-width: 100%;
}

.trumbowyg-editor video,
.trumbowyg-editor img {
  height: auto;
}

.trumbowyg-editor img {
  cursor: move;
}

.trumbowyg-editor.trumbowyg-reset-css {
  background: #FEFEFE !important;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45em !important;
  white-space: normal !important;
  color: #333;
}

.trumbowyg-editor.trumbowyg-reset-css a {
  color: #15c !important;
  text-decoration: underline !important;
}

.trumbowyg-editor.trumbowyg-reset-css div,
.trumbowyg-editor.trumbowyg-reset-css p,
.trumbowyg-editor.trumbowyg-reset-css ul,
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css blockquote {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
  line-height: 1.4em !important;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  font-size: 14px !important;
  border: none;
}

.trumbowyg-editor.trumbowyg-reset-css iframe,
.trumbowyg-editor.trumbowyg-reset-css object,
.trumbowyg-editor.trumbowyg-reset-css hr {
  margin-bottom: 15px !important;
}

.trumbowyg-editor.trumbowyg-reset-css blockquote {
  margin-left: 32px !important;
  font-style: italic !important;
  color: #555;
}

.trumbowyg-editor.trumbowyg-reset-css ul,
.trumbowyg-editor.trumbowyg-reset-css ol {
  padding-left: 20px !important;
}

.trumbowyg-editor.trumbowyg-reset-css ul ul,
.trumbowyg-editor.trumbowyg-reset-css ol ol,
.trumbowyg-editor.trumbowyg-reset-css ul ol,
.trumbowyg-editor.trumbowyg-reset-css ol ul {
  border: none;
  margin: 2px !important;
  padding: 0 !important;
  padding-left: 24px !important;
}

.trumbowyg-editor.trumbowyg-reset-css hr {
  display: block;
  height: 1px;
  border: none;
  border-top: 1px solid #CCC;
}

.trumbowyg-editor.trumbowyg-reset-css h1,
.trumbowyg-editor.trumbowyg-reset-css h2,
.trumbowyg-editor.trumbowyg-reset-css h3,
.trumbowyg-editor.trumbowyg-reset-css h4 {
  color: #111;
  background: none;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: bold;
}

.trumbowyg-editor.trumbowyg-reset-css h1 {
  font-size: 32px !important;
  line-height: 38px !important;
  margin-bottom: 20px !important;
}

.trumbowyg-editor.trumbowyg-reset-css h2 {
  font-size: 26px !important;
  line-height: 34px !important;
  margin-bottom: 15px !important;
}

.trumbowyg-editor.trumbowyg-reset-css h3 {
  font-size: 22px !important;
  line-height: 28px !important;
  margin-bottom: 7px !important;
}

.trumbowyg-editor.trumbowyg-reset-css h4 {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 7px !important;
}

/*
 * Dark theme
 */

.trumbowyg-dark .trumbowyg-textarea {
  background: #111;
  color: #ddd;
}

.trumbowyg-dark .trumbowyg-box {
  border: 1px solid #363031;
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
  background: #111;
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
  text-shadow: 0 0 7px #ccc;
}

@media screen and (min-width: 0 \0 ) {
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(20, 20, 20, 0.6) !important;
  }
}

@supports (-ms-accelerator: true) {
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(20, 20, 20, 0.6) !important;
  }
}

.trumbowyg-dark .trumbowyg-box svg {
  fill: #e6ecf1;
  color: #e6ecf1;
}

.trumbowyg-dark .trumbowyg-button-pane {
  background-color: #231f20;
  border-bottom-color: #363031;
}

.trumbowyg-dark .trumbowyg-button-pane::after {
  background: #363031;
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::before {
  background-color: #363031;
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
  color: transparent;
}

.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before {
  background-color: #2b2627;
}

.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active {
  background-color: #333;
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
  border-top-color: #fff;
}

.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: #e6ecf1;
  fill: transparent;
}

.trumbowyg-dark .trumbowyg-dropdown {
  border-color: #231f20;
  background: #333;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}

.trumbowyg-dark .trumbowyg-dropdown button {
  background: #333;
  color: #fff !important;
}

.trumbowyg-dark .trumbowyg-dropdown button:hover, .trumbowyg-dark .trumbowyg-dropdown button:focus {
  background: #231f20;
}

.trumbowyg-dark .trumbowyg-modal-box {
  background-color: #231f20;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
  border-bottom: 1px solid #555;
  color: #fff;
  background: #3e3739;
}

.trumbowyg-dark .trumbowyg-modal-box label {
  display: block;
  position: relative;
  margin: 15px 12px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
  color: #eee;
  background-color: #312b2c;
  border-color: #231f20;
  font-size: inherit;
  font-style: normal;
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
  color: #e74c3c;
}

.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
  border-color: #e74c3c;
}

.trumbowyg-dark .trumbowyg-modal-box label input {
  border-color: #231f20;
  color: #eee;
  background: #333;
}

.trumbowyg-dark .trumbowyg-modal-box label input:hover, .trumbowyg-dark .trumbowyg-modal-box label input:focus {
  border-color: #675b5e;
}

.trumbowyg-dark .trumbowyg-modal-box label input:focus {
  background-color: #312b2c;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  background: #075025;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
  background: #0c7e3b;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
  background: #05381a;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  background: #333;
  color: #ccc;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
  background: #444;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
  background: #111;
}

.trumbowyg-dark .trumbowyg-overlay {
  background-color: rgba(15, 15, 15, 0.6);
}

.loader.waves,
.loader.waves:before,
.loader.waves:after {
  background: #c6d0d9;
  -webkit-animation: lineloader1 1s infinite ease-in-out;
  animation: lineloader1 1s infinite ease-in-out;
  width: 0.35rem;
  height: 1.5rem;
  display: inline-block;
}

.loader.waves {
  color: #c6d0d9;
  text-indent: -9999em;
  margin: 0 auto;
  position: relative;
  font-size: 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader.waves:before, .loader.waves:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader.waves:before {
  left: -0.75rem;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader.waves:after {
  left: 0.75rem;
}

@-webkit-keyframes lineloader1 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 1.5rem;
  }

  40% {
    -webkit-box-shadow: 0 -0.75rem;
            box-shadow: 0 -0.75rem;
    height: 1.75rem;
  }
}

@keyframes lineloader1 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 1.5rem;
  }

  40% {
    -webkit-box-shadow: 0 -0.75rem;
            box-shadow: 0 -0.75rem;
    height: 1.75rem;
  }
}

.loader, .ias-spinner {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(139, 161, 177, 0.5);
  border-right: 3px solid rgba(139, 161, 177, 0.5);
  border-bottom: 3px solid rgba(139, 161, 177, 0.5);
  border-left: 3px solid #445e71;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: loader 0.6s infinite linear;
          animation: loader 0.6s infinite linear;
  display: block;
}

.loader.small, .ias-spinner.small {
  margin: 10px auto;
  border-width: 2px;
  display: inline-block;
}

.loader.absolute {
  position: absolute;
  top: 50%;
}

.loader.absolute.centered {
  top: 50%;
  left: 50%;
  margin-left: -2em;
  margin-top: -2em;
}

.loader.absolute.centered.small {
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}

.loader.absolute.right {
  margin-top: -2em;
  right: 1em;
}

.loader.absolute.right.small {
  margin-top: -0.5rem;
  right: 0.5rem;
}

.loader, .loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
  overflow-x: hidden;
}

.loader.small,
.loader.small:after {
  width: 1rem;
  height: 1rem;
}

.loader-wrap {
  position: relative;
  display: block;
}

.loader-wrap .loader {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 14px;
  width: 14px;
  margin: 0;
  border-width: 2px;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ias-spinner {
  width: 50px;
}

.ias-spinner img {
  display: none;
}

@-webkit-keyframes anim-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes anim-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner {
  display: inline-block !important;
  height: 1em;
  line-height: 1;
  -webkit-animation: anim-rotate 2s infinite linear !important;
          animation: anim-rotate 2s infinite linear !important;
}

/**
 * Define variables
 */

.progress-meter {
  counter-reset: point;
  margin: 0 auto;
  padding: 0 30px 30px;
}

.progress-meter *:before,
.progress-meter *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-meter .progress-point:before {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
  content: "check_circle";
  display: block;
  font-size: 22px;
  color: #d6e0e8;
  background-color: #fafcfc;
  margin: 0 auto 3px;
  text-align: center;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  width: 1em;
  height: 1em;
  line-height: 18px;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.progress-meter .track {
  position: relative;
  height: 3px;
  background: #e6ecf1;
}

.progress-meter .progress {
  -webkit-transition: width 1s;
  transition: width 1s;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: #81c784;
}

.progress-meter .progress-points {
  position: relative;
  margin: -10.5px 0 0;
  padding: 0;
  list-style: none;
}

.progress-meter.steps-2 .progress-points .progress-point:nth-child(1) {
  left: 0%;
}

.progress-meter.steps-2 .progress-points .progress-point:nth-child(2) {
  left: 100%;
}

.progress-meter.steps-2 .progress-points .progress-point:nth-child(3) {
  left: 200%;
}

.progress-meter.steps-2 .progress-points .progress-point:nth-child(4) {
  left: 300%;
}

.progress-meter.steps-2 .progress-points .progress-point:nth-child(5) {
  left: 400%;
}

.progress-meter.steps-2 .progress-points .progress-point:nth-child(6) {
  left: 500%;
}

.progress-meter.steps-2 .progress-points .progress-point:nth-child(7) {
  left: 600%;
}

.progress-meter.steps-2 .progress-points .progress-point:nth-child(8) {
  left: 700%;
}

.progress-meter.steps-2 .progress-points .progress-point:nth-child(9) {
  left: 800%;
}

.progress-meter.steps-2 .progress-points .progress-point:nth-child(10) {
  left: 900%;
}

.progress-meter.steps-3 .progress-points .progress-point:nth-child(1) {
  left: 0%;
}

.progress-meter.steps-3 .progress-points .progress-point:nth-child(2) {
  left: 50%;
}

.progress-meter.steps-3 .progress-points .progress-point:nth-child(3) {
  left: 100%;
}

.progress-meter.steps-3 .progress-points .progress-point:nth-child(4) {
  left: 150%;
}

.progress-meter.steps-3 .progress-points .progress-point:nth-child(5) {
  left: 200%;
}

.progress-meter.steps-3 .progress-points .progress-point:nth-child(6) {
  left: 250%;
}

.progress-meter.steps-3 .progress-points .progress-point:nth-child(7) {
  left: 300%;
}

.progress-meter.steps-3 .progress-points .progress-point:nth-child(8) {
  left: 350%;
}

.progress-meter.steps-3 .progress-points .progress-point:nth-child(9) {
  left: 400%;
}

.progress-meter.steps-3 .progress-points .progress-point:nth-child(10) {
  left: 450%;
}

.progress-meter.steps-4 .progress-points .progress-point:nth-child(1) {
  left: 0%;
}

.progress-meter.steps-4 .progress-points .progress-point:nth-child(2) {
  left: 33.3333333333%;
}

.progress-meter.steps-4 .progress-points .progress-point:nth-child(3) {
  left: 66.6666666667%;
}

.progress-meter.steps-4 .progress-points .progress-point:nth-child(4) {
  left: 100%;
}

.progress-meter.steps-4 .progress-points .progress-point:nth-child(5) {
  left: 133.3333333333%;
}

.progress-meter.steps-4 .progress-points .progress-point:nth-child(6) {
  left: 166.6666666667%;
}

.progress-meter.steps-4 .progress-points .progress-point:nth-child(7) {
  left: 200%;
}

.progress-meter.steps-4 .progress-points .progress-point:nth-child(8) {
  left: 233.3333333333%;
}

.progress-meter.steps-4 .progress-points .progress-point:nth-child(9) {
  left: 266.6666666667%;
}

.progress-meter.steps-4 .progress-points .progress-point:nth-child(10) {
  left: 300%;
}

.progress-meter.steps-5 .progress-points .progress-point:nth-child(1) {
  left: 0%;
}

.progress-meter.steps-5 .progress-points .progress-point:nth-child(2) {
  left: 25%;
}

.progress-meter.steps-5 .progress-points .progress-point:nth-child(3) {
  left: 50%;
}

.progress-meter.steps-5 .progress-points .progress-point:nth-child(4) {
  left: 75%;
}

.progress-meter.steps-5 .progress-points .progress-point:nth-child(5) {
  left: 100%;
}

.progress-meter.steps-5 .progress-points .progress-point:nth-child(6) {
  left: 125%;
}

.progress-meter.steps-5 .progress-points .progress-point:nth-child(7) {
  left: 150%;
}

.progress-meter.steps-5 .progress-points .progress-point:nth-child(8) {
  left: 175%;
}

.progress-meter.steps-5 .progress-points .progress-point:nth-child(9) {
  left: 200%;
}

.progress-meter.steps-5 .progress-points .progress-point:nth-child(10) {
  left: 225%;
}

.progress-meter.steps-6 .progress-points .progress-point:nth-child(1) {
  left: 0%;
}

.progress-meter.steps-6 .progress-points .progress-point:nth-child(2) {
  left: 20%;
}

.progress-meter.steps-6 .progress-points .progress-point:nth-child(3) {
  left: 40%;
}

.progress-meter.steps-6 .progress-points .progress-point:nth-child(4) {
  left: 60%;
}

.progress-meter.steps-6 .progress-points .progress-point:nth-child(5) {
  left: 80%;
}

.progress-meter.steps-6 .progress-points .progress-point:nth-child(6) {
  left: 100%;
}

.progress-meter.steps-6 .progress-points .progress-point:nth-child(7) {
  left: 120%;
}

.progress-meter.steps-6 .progress-points .progress-point:nth-child(8) {
  left: 140%;
}

.progress-meter.steps-6 .progress-points .progress-point:nth-child(9) {
  left: 160%;
}

.progress-meter.steps-6 .progress-points .progress-point:nth-child(10) {
  left: 180%;
}

.progress-meter.steps-7 .progress-points .progress-point:nth-child(1) {
  left: 0%;
}

.progress-meter.steps-7 .progress-points .progress-point:nth-child(2) {
  left: 16.6666666667%;
}

.progress-meter.steps-7 .progress-points .progress-point:nth-child(3) {
  left: 33.3333333333%;
}

.progress-meter.steps-7 .progress-points .progress-point:nth-child(4) {
  left: 50%;
}

.progress-meter.steps-7 .progress-points .progress-point:nth-child(5) {
  left: 66.6666666667%;
}

.progress-meter.steps-7 .progress-points .progress-point:nth-child(6) {
  left: 83.3333333333%;
}

.progress-meter.steps-7 .progress-points .progress-point:nth-child(7) {
  left: 100%;
}

.progress-meter.steps-7 .progress-points .progress-point:nth-child(8) {
  left: 116.6666666667%;
}

.progress-meter.steps-7 .progress-points .progress-point:nth-child(9) {
  left: 133.3333333333%;
}

.progress-meter.steps-7 .progress-points .progress-point:nth-child(10) {
  left: 150%;
}

.progress-meter.steps-8 .progress-points .progress-point:nth-child(1) {
  left: 0%;
}

.progress-meter.steps-8 .progress-points .progress-point:nth-child(2) {
  left: 14.2857142857%;
}

.progress-meter.steps-8 .progress-points .progress-point:nth-child(3) {
  left: 28.5714285714%;
}

.progress-meter.steps-8 .progress-points .progress-point:nth-child(4) {
  left: 42.8571428571%;
}

.progress-meter.steps-8 .progress-points .progress-point:nth-child(5) {
  left: 57.1428571429%;
}

.progress-meter.steps-8 .progress-points .progress-point:nth-child(6) {
  left: 71.4285714286%;
}

.progress-meter.steps-8 .progress-points .progress-point:nth-child(7) {
  left: 85.7142857143%;
}

.progress-meter.steps-8 .progress-points .progress-point:nth-child(8) {
  left: 100%;
}

.progress-meter.steps-8 .progress-points .progress-point:nth-child(9) {
  left: 114.2857142857%;
}

.progress-meter.steps-8 .progress-points .progress-point:nth-child(10) {
  left: 128.5714285714%;
}

.progress-meter.steps-9 .progress-points .progress-point:nth-child(1) {
  left: 0%;
}

.progress-meter.steps-9 .progress-points .progress-point:nth-child(2) {
  left: 12.5%;
}

.progress-meter.steps-9 .progress-points .progress-point:nth-child(3) {
  left: 25%;
}

.progress-meter.steps-9 .progress-points .progress-point:nth-child(4) {
  left: 37.5%;
}

.progress-meter.steps-9 .progress-points .progress-point:nth-child(5) {
  left: 50%;
}

.progress-meter.steps-9 .progress-points .progress-point:nth-child(6) {
  left: 62.5%;
}

.progress-meter.steps-9 .progress-points .progress-point:nth-child(7) {
  left: 75%;
}

.progress-meter.steps-9 .progress-points .progress-point:nth-child(8) {
  left: 87.5%;
}

.progress-meter.steps-9 .progress-points .progress-point:nth-child(9) {
  left: 100%;
}

.progress-meter.steps-9 .progress-points .progress-point:nth-child(10) {
  left: 112.5%;
}

.progress-meter.steps-10 .progress-points .progress-point:nth-child(1) {
  left: 0%;
}

.progress-meter.steps-10 .progress-points .progress-point:nth-child(2) {
  left: 11.1111111111%;
}

.progress-meter.steps-10 .progress-points .progress-point:nth-child(3) {
  left: 22.2222222222%;
}

.progress-meter.steps-10 .progress-points .progress-point:nth-child(4) {
  left: 33.3333333333%;
}

.progress-meter.steps-10 .progress-points .progress-point:nth-child(5) {
  left: 44.4444444444%;
}

.progress-meter.steps-10 .progress-points .progress-point:nth-child(6) {
  left: 55.5555555556%;
}

.progress-meter.steps-10 .progress-points .progress-point:nth-child(7) {
  left: 66.6666666667%;
}

.progress-meter.steps-10 .progress-points .progress-point:nth-child(8) {
  left: 77.7777777778%;
}

.progress-meter.steps-10 .progress-points .progress-point:nth-child(9) {
  left: 88.8888888889%;
}

.progress-meter.steps-10 .progress-points .progress-point:nth-child(10) {
  left: 100%;
}

.progress-meter .progress-point {
  -webkit-transition: color 1s;
  transition: color 1s;
  position: absolute;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #8ba1b1;
  line-height: 1.1;
  font-size: 0.7rem;
}

.progress-meter .progress-point.completed, .progress-meter .progress-point.active {
  color: #10ad51;
}

.progress-meter .progress-point.completed .label, .progress-meter .progress-point.active .label {
  color: #445e71;
}

.progress-meter .progress-point.completed:before {
  content: "check_circle";
  color: #10ad51;
}

.progress-meter .progress-point.active:before {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  border-color: #81c784;
}

.empty-state {
  text-align: center;
  margin: 0 auto;
  padding: 0.75rem;
}

.empty-state .empty-state-btn {
  background: #10ad51;
  color: white;
  border-radius: 0.25rem;
  text-decoration: none;
  margin-top: 0.5rem;
  max-width: 180px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.empty-state .empty-state-btn:hover {
  background-color: #13ce60;
}

@media screen and (min-width: 52.5em) {
  .empty-state {
    padding: 1rem;
  }

  .empty-state.medium {
    padding: 2.5rem 1rem;
  }

  .empty-state.medium .icons {
    font-size: 3rem;
    margin-bottom: 0.25em;
  }

  .empty-state.medium .message {
    font-size: 1.1rem;
  }
}

.empty-state.border {
  border: 1px solid #dee4e9;
  border-radius: 0.25rem;
  background: #fafcfc;
}

.empty-state span {
  display: block;
  line-height: 1;
}

.empty-state .icons {
  margin-bottom: 0.5em;
  font-size: 1.7rem;
  color: #445e71;
}

.empty-state .icons i {
  margin: 0 0.15em;
}

@media screen and (min-width: 40em) {
  .empty-state .icons {
    font-size: 2rem;
  }
}

.empty-state .icons.yellow, .empty-state .icons.warning {
  color: #fdd835;
}

.empty-state .icons.green, .empty-state .icons.success {
  color: #10ad51;
}

.empty-state .message {
  font-size: 0.85rem;
  color: #445e71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 52.5em) {
  .empty-state .message {
    font-size: 0.9rem;
  }
}

.empty-state .message.dark {
  color: #1e447d;
}

.box .empty-state {
  background: transparent;
  border: none;
}

meter#new_password_meter {
  width: 100%;
  height: 0.5em;
  border: 1px solid #8ba1b1;
  border-radius: 3px;
  background: #c6d0d9;
}

meter#new_password_meter::-webkit-meter-bar {
  height: 0.6em;
  border: 1px solid #8ba1b1;
  border-radius: 3px;
  background: #c6d0d9;
}

meter#new_password_meter[value="0"]::-moz-meter-bar {
  background: #e53935;
}

meter#new_password_meter[value="1"]::-moz-meter-bar {
  background: #e53935;
}

meter#new_password_meter[value="2"]::-moz-meter-bar {
  background: #d75d0c;
}

meter#new_password_meter[value="3"]::-moz-meter-bar {
  background: #10ad51;
}

meter#new_password_meter[value="4"]::-moz-meter-bar {
  background: #0f6fc6;
}

meter#new_password_meter[value="0"]::-webkit-meter-optimum-value {
  background: #e53935;
}

meter#new_password_meter[value="1"]::-webkit-meter-optimum-value {
  background: #e53935;
}

meter#new_password_meter[value="2"]::-webkit-meter-optimum-value {
  background: #d75d0c;
}

meter#new_password_meter[value="3"]::-webkit-meter-optimum-value {
  background: #10ad51;
}

meter#new_password_meter[value="4"]::-webkit-meter-optimum-value {
  background: #0f6fc6;
}

#new_password_fallback_meter {
  display: block;
  width: 100%;
  height: 0.5em;
  border: 1px solid #8ba1b1;
  border-radius: 3px;
  background-color: #fafcfc;
}

#new_password_fallback_meter span {
  display: block;
  height: 0.4em;
  border-radius: 3px;
  background-color: #10ad51;
}

.password_suggestions {
  color: #555;
  font-size: 12px;
}

.timeline {
  border-left: 2px solid #c6d0d9;
  border-top-right-radius: 0.25rem;
  margin: 0px 0 0 30%;
  position: relative;
  padding: 20px 0 25px 15px;
  list-style: none;
  text-align: left;
}

@media screen and (min-width: 52.5em) {
  .timeline {
    border-left: 3px solid #c6d0d9;
    margin: 0px 0 0 190px;
    padding: 40px 0 25px 50px;
  }
}

.timeline h3 {
  font-weight: 100;
  font-size: 1.4em;
}

.timeline p {
  font-size: 0.8rem;
}

@media screen and (min-width: 52.5em) {
  .timeline p {
    font-size: 0.9rem;
  }
}

.timeline .card {
  margin-left: 0;
}

.timeline .event {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before, .timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -145px;
  content: attr(data-date);
  text-align: right;
  font-weight: 400;
  font-size: 0.65rem;
  width: 45%;
}

@media screen and (min-width: 52.5em) {
  .timeline .event:before {
    width: 170px;
    left: -240px;
    font-size: 0.75rem;
  }
}

.timeline .event:after {
  -webkit-box-shadow: 0 0 0 2px #0f6fc6;
          box-shadow: 0 0 0 2px #0f6fc6;
  left: -18.85px;
  background: #fafcfc;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  content: "";
  top: 5px;
}

@media screen and (min-width: 52.5em) {
  .timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #0f6fc6;
            box-shadow: 0 0 0 3px #0f6fc6;
    left: -56.85px;
    height: 9px;
    width: 9px;
  }
}

@media screen and (max-width: 640px) {
  .open-po-item-holder div.OpenPoItem {
    padding-top: 0.5rem;
  }

  .OpenPoItem.listing.compact {
    margin-top: 0.25rem;
  }

  .open-po-item-holder div.OpenPoItem .listing-title {
    white-space: normal;
    width: 100%;
  }

  .open-po-item-holder .listing.compact.OpenPoItem .surgical-case-id {
    top: 1px;
  }

  .open-po-item-holder .listing.compact.OpenPoItem:last-child {
    margin-bottom: 0.5rem;
  }

  div.listing .listing-details .listing-notices .badge {
    margin-right: 0.2rem;
  }

  div.listing .listing-details .listing-notices .badge i {
    margin-left: 0;
  }

  div.listing .listing-details .listing-revenue {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  div.listing .listing-details .listing-notices {
    padding-right: 0.25rem;
  }

  div.listing .listing-details .listing-revenue, div.listing .listing-details .listing-notices {
    padding-right: 0.25rem;
  }

  a.listing-overview span span:nth-child(2) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  a.listing-overview span span:nth-child(2) > strong {
    padding-right: 16px;
  }

  a.listing-overview span span:nth-child(2) > span {
    margin-left: 0 !important;
  }

  .small-footer.flex.flex-end {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

/* Dragula */

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/* Component level reset. Explicitly for item during cloning */

.media-library,
.media-library *,
.media-library-item * {
  all: unset;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* `all:unset` for sortable rows in Vue 3 does too much */

.media-library-sortable .media-library-item {
  -webkit-user-drag: element;
}

.media-library script,
.media-library-item script {
  display: none;
}

/* Base */

.media-library {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

/* Order */

.media-library {
  display: grid;
  grid-template-areas: "errors" "items" "uploader";
  margin-bottom: 2px;
}

.media-library-listerrors {
  grid-area: errors;
  margin-bottom: -2px;
}

.media-library-items {
  grid-area: items;
  margin-bottom: -2px;
}

.media-library-uploader {
  grid-area: uploader;
  margin-bottom: -2px;
}

/* When cloning */

.media-library-item.gu-mirror {
  border-width: 2px;
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Uploader */

.media-library-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.media-library-replace,
.media-library-replace .media-library-dropzone,
.media-library-replace .media-library-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* Items */

.media-library-multiple .media-library-items {
  display: block;
  border-width: 1px;
  --border-opacity: 1;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(210, 214, 220, var(--tw-border-opacity));
}

.media-library-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.media-library-item-row:not(:last-child) {
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.media-library-filled.media-library-sortable .media-library-add .media-library-dropzone:before {
  content: "";
}

.media-library-row-drag,
.media-library-filled.media-library-sortable .media-library-add .media-library-dropzone:before {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
  --bg-opacity: 0.5;
  border-right-width: 1px;
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
  cursor: move;
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.media-library-row-drag:hover {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.media-library-row-remove {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  width: 3rem;
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
  cursor: pointer;
  opacity: 0.5;
  cursor: pointer;
}

.media-library-row-remove:hover {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

/* Invalid media, aka failed uploads */

.media-library-listerrors {
  display: block;
  border-width: 2px;
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
  --border-opacity: 0.5;
  --bg-opacity: 1;
  background-color: #fed7d7;
  background-color: rgba(254, 215, 215, var(--bg-opacity));
  --bg-opacity: 0.5;
  font-size: 0.75rem;
}

.media-library-listerror {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-library-listerror:not(:last-child) {
  border-bottom-width: 2px;
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
  --border-opacity: 0.25;
}

.media-library-listerror-icon {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media-library-filled.media-library-sortable .media-library-listerror-icon {
  margin-left: 0;
  margin-right: 1rem;
  --bg-opacity: 1;
  background-color: #fed7d7;
  background-color: rgba(254, 215, 215, var(--bg-opacity));
  --bg-opacity: 0.5;
  border-right-width: 1px;
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity));
}

.media-library-listerror-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 3rem;
}

.media-library-listerror-title {
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media-library-listerror-items {
  margin-top: -0.5rem;
  border-top-width: 1px;
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
  --border-opacity: 0.25;
}

.media-library-listerror-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.media-library-listerror-thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
}

.media-library-listerror-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #e53e3e;
  border-color: rgba(229, 62, 62, var(--border-opacity));
  --border-opacity: 0.5;
}

.media-library-listerror-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Thumb */

.media-library-thumb {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 4rem;
  height: 4rem;
  margin: 1rem;
}

.media-library-single .media-library-thumb {
  margin: 0;
  margin-right: 1rem;
}

.media-library-thumb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.media-library-thumb-extension {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.media-library-thumb-extension-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
  font-size: 0.75rem;
}

/* Placeholder */

.media-library-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: calc(4rem - 4px);
}

.media-library-filled.media-library-sortable .media-library-add .media-library-placeholder {
  width: 2rem;
  height: 2rem;
  margin-left: -2rem;
  margin-right: 1rem;
}

.media-library-multiple.media-library-empty .media-library-add .media-library-placeholder:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
  --bg-opacity: 0.25;
  -webkit-transform: translate(calc(-50% + 3px), calc(-50% + 3px));
          transform: translate(calc(-50% + 3px), calc(-50% + 3px));
}

.media-library-multiple.media-library-empty .media-library-add .media-library-placeholder:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
  --border-opacity: 0.25;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.media-library-dropzone:not(.disabled):active .media-library-placeholder,
.media-library-dropzone-drop .media-library-placeholder {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

/* Help */

.media-library-help {
  text-align: left;
  padding-right: 1rem;
  font-size: 0.75rem;
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.media-library-help-clear {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  opacity: 0.75;
  cursor: pointer;
}

.media-library-help-clear:hover {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

/* Dropzone */

.media-library-dropzone {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 2px;
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
  --border-opacity: 0.25;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: transparent;
}

.media-library-dropzone-add {
  border-style: dashed;
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.media-library-dropzone-replace {
  border-style: solid;
}

.media-library-dropzone:not(.disabled):hover,
.media-library-dropzone-drag {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
  --bg-opacity: 0.25;
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
  --border-opacity: 0.25;
}

.media-library-dropzone:not(.disabled):active,
.media-library-dropzone:not(.disabled):focus,
.media-library-dropzone-drop {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
  --bg-opacity: 0.5;
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
  --border-opacity: 0.25;
}

.media-library-dropzone.disabled {
  --bg-opacity: 1;
  background-color: #feb2b2;
  background-color: rgba(254, 178, 178, var(--bg-opacity));
  --bg-opacity: 0.25;
  --border-opacity: 1;
  border-color: #e53e3e;
  border-color: rgba(229, 62, 62, var(--border-opacity));
  --border-opacity: 0.25;
  cursor: not-allowed;
}

/* Properties */

.media-library-properties {
  font-size: 0.75rem;
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.media-library-single .media-library-properties {
  margin-top: 0;
  margin-bottom: 0;
}

.media-library-properties-fixed {
  width: 8rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.media-library-property {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

/* Field */

.media-library-field {
  display: block;
  overflow: hidden;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.media-library-field-error {
  display: block;
  margin-top: 0.25rem;
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.media-library-label {
  display: block;
  font-size: 0.75rem;
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
  padding-right: 0.5rem;
}

.media-library-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: 100%;
  font-size: 0.75rem;
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
  border-radius: 0.125rem;
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.media-library-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

/* Rounded buttons */

.media-library-button {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  line-height: 1;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: all;
  transition-property: all;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
  --border-opacity: 0.75;
  z-index: 10;
}

.media-library-sortable .media-library-button {
  width: 1.25rem;
  height: 1.25rem;
}

.media-library-button-info {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.media-library-button-warning {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}

.media-library-button-error {
  --bg-opacity: 1;
  background-color: #f56565;
  background-color: rgba(245, 101, 101, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}

.media-library-button-success {
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.media-library-replace .media-library-button {
  opacity: 0;
}

.media-library-dropzone:not(.disabled):hover .media-library-placeholder .media-library-button,
.media-library-dropzone:not(.disabled):focus .media-library-placeholder .media-library-button,
.media-library-dropzone-drag + .media-library-placeholder .media-library-button {
  opacity: 1;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.media-library-dropzone:not(.disabled):active .media-library-placeholder .media-library-button,
.media-library-dropzone-drop .media-library-placeholder .media-library-button {
  opacity: 1;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

/* Icon */

.media-library-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.media-library-icon-fill {
  fill: currentColor;
}

/* Progress */

.media-library-progress-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
  --bg-opacity: 0.5;
  z-index: 10;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  pointer-events: none;
}

.media-library-progress-wrap-loading {
  opacity: 1;
}

.media-library-progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 0.25rem;
  width: 100%;
  max-width: 28rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 9999px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.media-library progress::-webkit-progress-bar {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.media-library progress::-moz-progress-bar {
  height: 100%;
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.media-library progress::-webkit-progress-value {
  height: 100%;
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

/* Text styles */

.media-library-text-separator {
  opacity: 0.5;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.media-library-text-success {
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.media-library-text-error {
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.media-library-text-link {
  text-decoration: underline;
  cursor: pointer;
}

/* Ported utilities */

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

.media-library-block {
  display: block;
}

/* RTL Support */

[dir=rtl] .media-library-row-remove {
  right: auto;
  left: 0;
}

[dir=rtl] .media-library-properties {
  margin-right: 0;
  margin-left: 1rem;
}

[dir=rtl] .media-library-filled.media-library-sortable .media-library-add .media-library-placeholder {
  margin-right: -2rem;
  margin-left: 1rem;
}

[dir=rtl] .media-library-row-drag,
[dir=rtl] .media-library-filled.media-library-sortable .media-library-add .media-library-dropzone:before {
  border-right-width: 0;
  border-left-width: 1px;
}

[dir=rtl] .media-library-help {
  text-align: right;
  padding-right: 0;
  padding-left: 1rem;
}

[dir=rtl] .media-library-listerror-content {
  padding-right: 0;
  padding-left: 3rem;
}

[dir=rtl] .media-library-filled.media-library-sortable .media-library-listerror-icon {
  margin-right: 0;
  margin-left: 1rem;
  border-right-width: 0;
  border-left-width: 1px;
}

/*# sourceMappingURL=app.css.map*/