.switch{border:1px solid #ccc;width:50px;height:26px;border-radius:13px;cursor:pointer;display:inline-block}.switch-toggle{border:1px solid #999;box-shadow:1px 1px 1px #ccc;width:25px;height:24px;left:0;border-radius:12px;background:#fff;position:relative;transition:left .2s ease-in-out}.switch.on{background:green}.switch.on .switch-toggle{left:23px}.switch.disabled{cursor:not-allowed}.react-spinner-loader-swing div {
  border-radius: 50%;
  float: left;
  height: 1em;
  width: 1em;
}
.react-spinner-loader-swing div:nth-of-type(1) {
  background: -webkit-linear-gradient(left, #385c78 0%, #325774 100%);
  background: linear-gradient(to right, #385c78 0%, #325774 100%);
}
.react-spinner-loader-swing div:nth-of-type(2) {
  background: -webkit-linear-gradient(left, #325774 0%, #47536a 100%);
  background: linear-gradient(to right, #325774 0%, #47536a 100%);
}
.react-spinner-loader-swing div:nth-of-type(3) {
  background: -webkit-linear-gradient(left, #4a5369 0%, #6b4d59 100%);
  background: linear-gradient(to right, #4a5369 0%, #6b4d59 100%);
}
.react-spinner-loader-swing div:nth-of-type(4) {
  background: -webkit-linear-gradient(left, #744c55 0%, #954646 100%);
  background: linear-gradient(to right, #744c55 0%, #954646 100%);
}
.react-spinner-loader-swing div:nth-of-type(5) {
  background: -webkit-linear-gradient(left, #9c4543 0%, #bb4034 100%);
  background: linear-gradient(to right, #9c4543 0%, #bb4034 100%);
}
.react-spinner-loader-swing div:nth-of-type(6) {
  background: -webkit-linear-gradient(left, #c33f31 0%, #d83b27 100%);
  background: linear-gradient(to right, #c33f31 0%, #d83b27 100%);
}
.react-spinner-loader-swing div:nth-of-type(7) {
  background: -webkit-linear-gradient(left, #da3b26 0%, #db412c 100%);
  background: linear-gradient(to right, #da3b26 0%, #db412c 100%);
}
.react-spinner-loader-shadow {
  clear: left;
  padding-top: 1.5em;
}
.react-spinner-loader-shadow div {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  float: left;
  width: 1em;
  height: .25em;
  border-radius: 50%;
  background: #e3dbd2;
}
.react-spinner-loader-shadow .react-spinner-loader-shadow-l {
  background: #d5d8d6;
}
.react-spinner-loader-shadow .react-spinner-loader-shadow-r {
  background: #eed3ca;
}
@-webkit-keyframes ball-l {
  0%, 50% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
    transform: rotate(50deg) translateX(-2.5em);
  }
}
@keyframes ball-l {
  0%, 50% {
    -webkit-transform: rotate(0) translate(0);
    transform: rotate(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
    transform: rotate(50deg) translateX(-2.5em);
  }
}
@-webkit-keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
    transform: rotate(-50deg) translateX(2.5em);
  }
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
}
@keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
    transform: rotate(-50deg) translateX(2.5em);
  }
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0)
  }
}
@-webkit-keyframes shadow-l-n {
  0%, 50% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: .125;
    -webkit-transform: translateX(-1.57em);
    transform: translateX(-1.75em);
  }
}
@keyframes shadow-l-n {
  0%, 50% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: .125;
    -webkit-transform: translateX(-1.75);
    transform: translateX(-1.75em);
  }
}
@-webkit-keyframes shadow-r-n {
  0% {
    opacity: .125;
    -webkit-transform: translateX(1.75em);
    transform: translateX(1.75em);
  }
  50%,
  100% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes shadow-r-n {
  0% {
    opacity: .125;
    -webkit-transform: translateX(1.75em);
    transform: translateX(1.75em);
  }
  50%,
  100% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.react-spinner-loader-swing-l {
  -webkit-animation: ball-l .425s ease-in-out infinite alternate;
  animation: ball-l .425s ease-in-out infinite alternate;
}
.react-spinner-loader-swing-r {
  -webkit-animation: ball-r .425s ease-in-out infinite alternate;
  animation: ball-r .425s ease-in-out infinite alternate;
}
.react-spinner-loader-shadow-l {
  -webkit-animation: shadow-l-n .425s ease-in-out infinite alternate;
  animation: shadow-l-n .425s ease-in-out infinite alternate;
}
.react-spinner-loader-shadow-r {
  -webkit-animation: shadow-r-n .425s ease-in-out infinite alternate;
  animation: shadow-r-n .425s ease-in-out infinite alternate;
}

.react-spinner-loader-svg-calLoader {
  width: 230px;
  height: 230px;
  transform-origin: 115px 115px;
  animation: 1.4s linear infinite loader-spin;
}

.react-spinner-loader-svg-cal-loader__path {

  animation: 1.4s ease-in-out infinite loader-path;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }
  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}

.react-spinner-loader-svg svg {
  -webkit-transform-origin: 50% 65%;
          transform-origin: 50% 65%;
}

.react-spinner-loader-svg svg polygon {
  stroke-dasharray: 17;
  -webkit-animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
          animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 136;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 136;
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Colors */
/* Button */
/* Fonts */
/* Form */
/* Grid */
/* Navbar */
* {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  box-sizing: border-box; }

html, body {
  background-color: #f7f9fa;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0; }

@media only screen and (min-width: 960px) {
  body {
    padding-bottom: 60px;
    padding-top: 60px; } }

a:focus,
button:focus,
.button:focus {
  outline: 0; }

a {
  color: #3f7df1;
  cursor: pointer;
  text-decoration: none; }
  a[disabled] {
    color: #f9f9f9; }
    a[disabled] .material-icons {
      color: #f9f9f9; }
  a:hover {
    color: #0c41a5; }

hr {
  border: 1px solid #eceff4; }

img {
  height: auto;
  max-width: 100%; }

img.avatar {
  background-color: #eceff4;
  border: 0;
  border-radius: 5px;
  height: 30px;
  width: 30px; }

img.avatar.small {
  background-color: #eceff4;
  border: 0;
  border-radius: 5px;
  height: 18px;
  width: 18px; }

@keyframes flash-urgent {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.flash-urgent {
  animation-name: flash-urgent;
  animation-duration: 1s;
  animation-iteration-count: 5;
  animation-timing-function: ease-in-out;
  color: #f25e41; }

@keyframes slide-left {
  0% {
    width: 0; }
  100% {
    width: 40vw; } }

.slide-left {
  /* CEPS-3045
  animation-name: slide-left;
  animation-duration: 250ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  */
  width: 40vw !important; }

@keyframes slide-right {
  0% {
    width: 40vw; }
  100% {
    width: 0; } }

.slide-right {
  /* CEPS-3045
  animation-name: slide-right;
  animation-duration: 150ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  */
  width: 0; }

.alert {
  background-color: #eceff4;
  border-radius: 2px;
  box-shadow: 0 0 7px #eceff4;
  color: #394352;
  padding: 10px; }

.alert.info {
  background-color: #3f7df1;
  color: #ffffff; }
  .alert.info * {
    color: #ffffff; }

.alert.success {
  background-color: #93bd84;
  color: #ffffff; }
  .alert.success * {
    color: #ffffff; }

.alert.urgent {
  background-color: #f25e41;
  color: #ffffff; }
  .alert.urgent * {
    color: #ffffff; }

.alert.warning {
  background-color: #f39f4b;
  color: #ffffff; }
  .alert.warning * {
    color: #ffffff; }

.background {
  background-image: url(/img/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }
  .background.no-image {
    background-color: black;
    background-image: none; }
  .background .center {
    left: 50%;
    min-width: 400px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 3; }

.buttons button {
  background-color: #ffffff;
  border: 1px solid #3f7df1;
  border-radius: 0;
  color: #3f7df1;
  float: left;
  margin: 0 !important;
  z-index: 1; }

.buttons button:first-child {
  border-radius: 4px 0 0 4px; }

.buttons button:hover {
  background-color: #ffffff; }

.buttons button:last-child {
  border-radius: 0 4px 4px 0; }

.buttons button.active {
  background-color: #3f7df1;
  box-shadow: 0 0 3px #ccd4e1;
  color: #ffffff;
  z-index: 2; }
  .buttons button.active i.material-icons {
    color: #ffffff; }

.buttons button.active:hover {
  box-shadow: 0 0 5px #ccd4e1; }

.buttons i.material-icons {
  color: #3f7df1; }

@media only screen and (max-width: 600px) {
  .buttons button {
    border-radius: 0;
    width: 100%; }
  .buttons button.active {
    border: 2px solid #394352;
    box-shadow: none; } }

button,
.button {
  background-color: #ffffff;
  border: 1px solid #ccd4e1;
  border-radius: 4px;
  color: #394352;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  height: 36px;
  padding: 2px 12px; }
  button:active, button:focus,
  .button:active,
  .button:focus {
    background-color: #e6e6e6; }
  button.icon-active,
  .button.icon-active {
    border: 4px solid #93bd84; }
  button.color-block,
  .button.color-block {
    border: 4px solid #ffffff;
    height: 32px;
    width: 32px; }
    button.color-block.active,
    .button.color-block.active {
      border-color: #93bd84; }
  button i.material-icons,
  .button i.material-icons {
    color: #394352;
    position: absolute; }

button:disabled,
.button:disabled,
button:hover[disabled],
.button:hover[disabled] {
  background-color: #f2f2f2 !important;
  color: #ffffff !important;
  cursor: not-allowed; }
  button:disabled i.material-icons,
  .button:disabled i.material-icons,
  button:hover[disabled] i.material-icons,
  .button:hover[disabled] i.material-icons {
    color: #ffffff !important; }

button:hover,
.button:hover {
  background-color: #f2f2f2; }

button.append,
.button.append {
  padding-right: 36px;
  position: relative; }
  button.append i,
  .button.append i {
    right: 12px;
    top: 6px; }

button.full,
.button.full {
  margin-bottom: 10px;
  width: 100%; }

button.quarter,
.button.quarter {
  width: 25%; }

button.prepend,
.button.prepend {
  padding-left: 36px;
  position: relative; }
  button.prepend i,
  .button.prepend i {
    left: 12px;
    top: 6px; }

button.info,
.button.info {
  background-color: #3f7df1;
  border: 0;
  box-shadow: 0 0 3px #abb9cf;
  color: #ffffff !important; }
  button.info i.material-icons,
  .button.info i.material-icons {
    color: #ffffff; }
  button.info span,
  .button.info span {
    color: #ffffff !important; }

button.info:hover,
.button.info:hover {
  background-color: #115dec; }

button.info-light,
.button.info-light {
  background-color: #578df3;
  border: 0;
  box-shadow: 0 0 3px #abb9cf;
  color: #ffffff !important; }
  button.info-light i.material-icons,
  .button.info-light i.material-icons {
    color: #ffffff; }
  button.info-light span,
  .button.info-light span {
    color: #ffffff !important; }

button.info-light:hover,
.button.info-light:hover {
  background-color: #276def; }

button.success,
.button.success {
  background-color: #93bd84;
  border: 0;
  box-shadow: 0 0 3px #abb9cf;
  color: #ffffff !important; }
  button.success i.material-icons,
  .button.success i.material-icons {
    color: #ffffff; }
  button.success span,
  .button.success span {
    color: #ffffff !important; }

button.success:hover,
.button.success:hover {
  background-color: #76ab63; }

button.urgent,
.button.urgent {
  background-color: #f25e41;
  border: 0;
  box-shadow: 0 0 3px #abb9cf;
  color: #ffffff !important; }
  button.urgent i.material-icons,
  .button.urgent i.material-icons {
    color: #ffffff; }
  button.urgent span,
  .button.urgent span {
    color: #ffffff !important; }

button.urgent:hover,
.button.urgent:hover {
  background-color: #ef3611; }

button.warning,
.button.warning {
  background-color: #f39f4b;
  border: 0;
  box-shadow: 0 0 3px #abb9cf;
  color: #ffffff !important; }
  button.warning i.material-icons,
  .button.warning i.material-icons {
    color: #ffffff; }
  button.warning span,
  .button.warning span {
    color: #ffffff !important; }

button.warning:hover,
.button.warning:hover {
  background-color: #f0861b; }

.card {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 7px #acb6c5;
  margin-bottom: 10px; }
  .card .actions {
    padding: 10px; }
    .card .actions button {
      margin-right: 10px; }
  .card .content {
    min-height: 80px;
    padding: 20px;
    position: relative; }
    .card .content .buttons button {
      background-color: #ffffff; }
      .card .content .buttons button.info {
        background-color: #3f7df1; }
    .card .content .buttons button:hover {
      background-color: #f2f2f2;
      box-shadow: 0 0 3px #ccd4e1; }
    .card .content .buttons button.info:hover {
      background-color: #115dec; }
    .card .content .buttons button.active {
      background-color: #3f7df1;
      box-shadow: 0 0 3px #eceff4;
      color: #ffffff; }
      .card .content .buttons button.active i.material-icons {
        color: #ffffff; }
    .card .content .buttons button.active:hover {
      background-color: #6f9df4;
      box-shadow: 0 0 3px #ccd4e1; }
  .card .title {
    border-bottom: 1px solid #dce1eb;
    padding: 10px; }
    .card .title a {
      color: #394352; }
    .card .title h1, .card .title h2, .card .title h3, .card .title h4, .card .title h5, .card .title h6 {
      margin: 0; }
    .card .title i.material-icons {
      color: #8195b6;
      font-size: 1.6em;
      margin-right: 10px; }
    .card .title i.material-icons:hover {
      color: #35435b; }

.card:hover {
  box-shadow: 0 0 14px #acb6c5; }

.card.fill {
  height: 100%;
  width: 100%; }
  .card.fill .content {
    height: 100%; }

.vehicle-pagination-header {
  position: relative;
  margin: 5px 0 25px; }
  .vehicle-pagination-header .pagination.row {
    right: 0;
    position: absolute;
    top: -5px; }

.vehicle-pagination-footer {
  position: relative;
  margin: 10px 0 10px; }
  .vehicle-pagination-footer .pagination.row {
    right: 0;
    position: absolute;
    top: -5px; }

.dropdown {
  cursor: pointer;
  display: inline-block;
  position: relative; }
  .dropdown .content {
    background-color: #ffffff;
    border: 1px solid #eceff4;
    box-shadow: 0 8px 16px 0 #8195b6;
    color: #394352;
    display: none;
    max-width: 100%;
    min-width: 160px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 3; }
    .dropdown .content a {
      color: #394352;
      display: block;
      font-family: "Open Sans", sans-serif;
      font-size: 0.9em;
      padding: 8px 16px; }
    .dropdown .content a:hover {
      background-color: #eceff4; }
    .dropdown .content p {
      font-family: "Open Sans", sans-serif;
      font-size: 0.9em;
      padding: 0 10px; }
  .dropdown .content.left {
    left: 0; }
  .dropdown .content.right {
    right: 0; }
  .dropdown .content.info {
    background-color: #dce7fc;
    border: 1px solid #3f7df1; }
    .dropdown .content.info a {
      color: #3f7df1; }
    .dropdown .content.info a:hover {
      background-color: #acc7f9; }
  .dropdown .content.success {
    background-color: #f3f8f2;
    border: 1px solid #93bd84; }
    .dropdown .content.success a {
      color: #93bd84; }
    .dropdown .content.success a:hover {
      background-color: #d6e6d0; }
  .dropdown .content.urgent {
    background-color: #fde3df;
    border: 1px solid #f25e41; }
    .dropdown .content.urgent a {
      color: #f25e41; }
    .dropdown .content.urgent a:hover {
      background-color: #fabbaf; }
  .dropdown .content.warning {
    background-color: #fef3e9;
    border: 1px solid #f39f4b; }
    .dropdown .content.warning a {
      color: #f39f4b; }
    .dropdown .content.warning a:hover {
      background-color: #fadab9; }

.dropdown:hover {
  box-shadow: 0 8px 16px 0 #8195b6; }
  .dropdown:hover button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown:hover .content {
    display: block;
    height: auto; }

.Select--single .Select-control .Select-value {
  max-width: 85% !important; }

.Select--multi .Select-multi-value-wrapper {
  max-height: 7vh; }

.icondropdown {
  cursor: pointer;
  display: inline-block;
  position: relative; }
  .icondropdown .contents {
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #eceff4;
    box-shadow: 0 8px 16px 0 #8195b6;
    color: #394352;
    display: none;
    width: max-content;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 3;
    height: auto; }
    .icondropdown .contents a {
      color: #394352;
      display: block;
      font-family: "Open Sans", sans-serif;
      font-size: 0.9em;
      padding: 8px 16px; }
    .icondropdown .contents a:hover {
      background-color: #eceff4; }
  .icondropdown .contents.left {
    left: 0; }
  .icondropdown .contents.right {
    right: 0;
    max-width: max-content; }
  .icondropdown .show {
    display: block; }

.limheight {
  height: 300px;
  /*your fixed height*/
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  /*3 in those rules is just placeholder -- can be anything*/ }

.limheight li {
  display: inline-block;
  /*necessary*/ }

.error-block {
  top: 292px;
  left: 380px;
  height: 35px;
  background: #F5634C26 0% 0% no-repeat padding-box;
  border: 1px solid #F5634C;
  border-radius: 3px;
  opacity: 1; }
  .error-block .content {
    text-align: left;
    font-family: SemiBold 12px/16px Nunito;
    letter-spacing: 0;
    color: #f88c7a;
    opacity: 1;
    display: block;
    padding: 5px 10px 0px; }

:-moz-placeholder {
  color: #8195b6; }

::-moz-placeholder {
  color: #8195b6; }

:-ms-input-placeholder {
  color: #8195b6; }

::-webkit-input-placeholder {
  color: #8195b6; }

::-ms-clear {
  display: none; }

form {
  color: #394352; }
  form .form-label {
    color: #8195b6;
    margin-bottom: 0;
    padding-bottom: 0; }
    form .form-label.dark {
      color: #394352; }
    form .form-label .checkbox-container {
      display: flex;
      min-height: 56px;
      align-items: center; }
  form .helper-text {
    color: #8195b6; }

input,
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #bcc6d8;
  border-radius: 4px;
  color: #394352;
  font-family: "Nunito", sans-serif;
  height: 36px;
  outline: none;
  padding: 8px;
  width: 100%;
  font-size: 14px; }
  input[disabled],
  select[disabled],
  textarea[disabled] {
    cursor: not-allowed;
    background-color: #f9f9f9; }

input[type="checkbox"], input[type="radio"] {
  font-size: 32px;
  width: 20px; }
  input[type="checkbox"][disabled], input[type="radio"][disabled] {
    opacity: .6; }

select {
  color: #8195b6;
  padding: 2px; }
  select[multiple] {
    height: initial;
    min-height: 100px; }
  select optgroup {
    color: #ccd4e1; }
  select option {
    color: #394352; }

textarea {
  height: 120px; }

input:focus,
select:focus,
textarea:focus,
input:hover,
select:hover,
textarea:hover {
  border: 1px solid #3f7df1;
  color: #4e5c70; }

label {
  font-size: 0.8em;
  margin-left: 2px;
  text-transform: uppercase; }

.checkbox-container span {
  color: #8195b6;
  margin: 4px 0 10px 5px;
  position: absolute; }

.date input {
  float: left;
  width: 60%; }

.date a {
  margin: 50% 0;
  outline: none;
  padding: 0 0 0 2px;
  transform: translateY(-50%);
  width: 28px; }
  .date a i.material-icons {
    color: #8195b6;
    margin: 6px 0;
    padding: 0; }
  .date a i.material-icons:hover {
    color: #35435b; }

.date .invalid,
.date .valid {
  position: relative;
  top: -6px; }

.dnd-file {
  border: 1px solid #8195b6;
  border-radius: 5px;
  color: #8195b6;
  font-size: 12px;
  height: 36px;
  padding: 8px;
  text-align: center; }

.dnd-file-accept {
  border-color: #93bd84;
  color: #93bd84; }

.dnd-file-reject {
  border-color: #f25e41;
  color: #f25e41; }

.input-inline {
  border-bottom: 1px dotted #3f7df1; }

.invalid {
  background-color: #f25e41;
  border-radius: 50%;
  padding: 0 3px;
  position: relative; }
  .invalid i.material-icons {
    color: #ffffff;
    font-size: 17px;
    left: 0;
    position: relative;
    top: 1px; }

.valid {
  background-color: #93bd84;
  border-radius: 50%;
  padding: 0 3px;
  position: relative; }
  .valid i.material-icons {
    color: #ffffff;
    font-size: 17px;
    left: 0;
    position: relative;
    top: 1px; }

.switch {
  color: #394352;
  font-size: 1.1em; }
  .switch label {
    display: inline-block;
    height: 20px;
    margin-top: 6px;
    position: relative;
    width: 36px; }
  .switch label input {
    display: none; }
  .switch span {
    padding-left: 5px; }
  .switch .slider {
    background-color: #ccd4e1;
    bottom: 0;
    cursor: pointer;
    float: left;
    left: 0;
    margin-top: 6px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s; }
  .switch .slider:before {
    background-color: #abb9cf;
    bottom: -3px;
    box-shadow: 0 0 1px #ccd4e1;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    transition: .4s;
    width: 20px; }
  .switch .slider.round {
    border-radius: 34px; }
  .switch .slider.round:before {
    border-radius: 50%; }
  .switch input:checked + .slider {
    background-color: #cde1c6; }
  .switch input:focus + .slider {
    box-shadow: 0 0 1px #abb9cf; }
  .switch input:checked + .slider:before {
    background-color: #93bd84;
    transform: translateX(18px); }

.with-icon {
  position: relative; }
  .with-icon input {
    padding-right: 32px; }
  .with-icon .material-icons {
    color: #8195b6;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%); }

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative; }

.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9; }

.Select.is-disabled > .Select-control:hover {
  box-shadow: none; }

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35; }

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #8195b6;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  /*overflow: hidden;*/
  position: relative;
  width: 100%; }

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select-control .Select-input:focus {
  outline: none; }

.is-searchable.is-open > .Select-control {
  cursor: text; }

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9; }

.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px; }

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.is-focused:not(.is-open) > .Select-control {
  border-color: #eceff4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1); }

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #8195b6;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.Select-placeholder,
.Select-input > input {
  font-size: 0.857em; }

.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #8195b6; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #93bd84;
  outline: none;
  text-decoration: underline; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 0 0 12px 0;
  /* For IE 8 compatibility */
  -webkit-appearance: none; }

.is-focused .Select-input > input {
  cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #8195b6;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }

.Select-clear-zone:hover {
  color: #D0021B; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative; }

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666; }

.Select--multi .Select-multi-value-wrapper {
  display: inline-block; }

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left; }

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 11;
  -webkit-overflow-scrolling: touch; }

.Select-menu {
  max-height: 198px;
  overflow-y: auto; }

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px; }

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.Select-option.is-selected {
  background-color: #eceff4;
  color: #333; }

.Select-option.is-focused {
  background-color: #eceff4;
  color: #333; }

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default; }

.Select-noresults {
  box-sizing: border-box;
  color: #8195b6;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  background-color: white;
  border-radius: 2px;
  border: 1px solid #8195b6;
  color: #eceff4;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top; }

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  color: #8195b6;
  display: inline-block;
  font-size: 0.6em;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px; }

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none; }

.Select--multi a.Select-value-label:hover {
  background-color: #93bd84;
  text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px; }

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  color: #93bd84; }

.Select--multi .Select-value-icon:active {
  border-color: #93bd84; }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc; }

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

.evsRecording {
  background-color: #1c87c9;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  border: none;
  color: #eeeeee;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 20px;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none; }

@keyframes glowing {
  0% {
    background-color: #f60e0e;
    box-shadow: 0 0 5px #f60e0e; }
  50% {
    background-color: #e70b0b;
    box-shadow: 0 0 20px #e70b0b; }
  100% {
    background-color: #f6371a;
    box-shadow: 0 0 5px #f6371a; } }

.evsRecording {
  animation: glowing 1000ms infinite; }

.evsStopRecording {
  background-color: grey;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  border: none;
  color: #eeeeee;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 20px;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none; }

.helperText {
  color: #8195b6; }

.graph {
  color: #394352; }
  .graph .avatar {
    height: 18px;
    width: 18px; }
  .graph .inline {
    height: 8px;
    max-height: 8px;
    max-width: initial;
    position: relative; }
    .graph .inline .bar {
      background-color: #eceff4;
      height: 8px;
      left: 0;
      margin-top: 10px;
      position: absolute;
      top: 0; }
    .graph .inline .bar.info {
      background-color: #3f7df1; }
    .graph .inline .bar.success {
      background-color: #93bd84; }
    .graph .inline .bar.urgent {
      background-color: #f25e41; }
    .graph .inline .bar.warning {
      background-color: #f39f4b; }
  .graph a {
    font-size: 1em; }
  .graph small {
    font-size: 0.75em; }

body {
  overflow: auto; }

.wrapper {
  margin: 0 auto;
  max-width: 1200px; }

.row {
  margin: 0;
  padding: 0; }

.row::after {
  content: "";
  clear: both;
  display: table; }

[class*="col-"] {
  float: left;
  margin: 0;
  min-height: 1px;
  padding: 10px;
  position: relative;
  width: 100%;
  /* Mobile */ }
  [class*="col-"].no-response {
    width: 50%; }

/* Tablet */
/* Desktop */
@media only screen and (min-width: 960px) {
  [class*="col-"] {
    padding: 0 10px 10px 0; }
  [class*="col-"]:first-child {
    padding-left: 0; }
  [class*="col-"]:last-child {
    padding-right: 0; }
  .wrapper {
    padding: 10px; }
  .col-1 {
    width: 8.33%; }
  .col-2 {
    width: 16.66%; }
  .col-3 {
    width: 25%; }
  .col-4 {
    width: 33.33%; }
  .col-5 {
    width: 41.66%; }
  .col-6 {
    width: 50%; }
  .col-7 {
    width: 58.33%; }
  .col-8 {
    width: 66.66%; }
  .col-9 {
    width: 75%; }
  .col-10 {
    width: 83.33%; }
  .col-11 {
    width: 91.66%; }
  .col-12 {
    width: 100%; } }

#editorArea div {
  width: 100% !important;
  padding: 0 2px; }

.hover-panel-content {
  background: #ffffff;
  border: 1px solid #394352;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  color: #394352;
  display: none;
  font-size: 13px;
  line-height: 1.2;
  max-width: 640px;
  min-width: 320px;
  position: absolute;
  padding: 5px 10px;
  width: auto;
  z-index: 10000; }

.hover-panel-content.top,
.hover-panel-content.bottom {
  left: 50%; }

.hover-panel-content.top,
.hover-panel-content.top-left,
.hover-panel-content.top-right {
  bottom: 100%; }

.hover-panel-content.bottom,
.hover-panel-content.bottom-left,
.hover-panel-content.bottom-right {
  top: 100%; }

.hover-panel-content.top {
  transform: translateX(-50%) translateY(-8px); }

.hover-panel-content.bottom {
  transform: translateX(-50%) translateY(8px); }

.hover-panel-content.top-left,
.hover-panel-content.bottom-left {
  left: 0; }

.hover-panel-content.top-right,
.hover-panel-content.bottom-right {
  right: 0; }

.hover-panel-content.top-left,
.hover-panel-content.top-right {
  transform: translateX(0) translateY(-8px); }

.hover-panel-content.bottom-left,
.hover-panel-content.bottom-right {
  transform: translateX(0) translateY(8px); }

.hover-panel-content.left {
  bottom: 50%;
  margin-bottom: -14px;
  right: 100%;
  transform: translateX(-8px); }

.hover-panel-content.right {
  bottom: 50%;
  left: 100%;
  margin-bottom: -14px;
  transform: translateX(8px); }

.hover-panel-content:before {
  border-style: solid;
  border-width: 6px;
  content: " ";
  height: 0;
  position: absolute;
  width: 0; }

.hover-panel-content.top:before,
.hover-panel-content.top-left:before,
.hover-panel-content.top-right:before {
  border-color: #eceff4 transparent transparent transparent;
  top: 100%; }

.hover-panel-content.top:before {
  left: 50%;
  margin-left: -6px; }

.hover-panel-content.top-left:before {
  left: 0;
  margin-left: 6px; }

.hover-panel-content.top-right:before {
  margin-right: 6px;
  right: 0; }

.hover-panel-content.bottom:before,
.hover-panel-content.bottom-left:before,
.hover-panel-content.bottom-right:before {
  border-color: transparent transparent #eceff4 transparent;
  bottom: 100%; }

.hover-panel-content.bottom:before {
  left: 50%;
  margin-left: -6px; }

.hover-panel-content.bottom-left:before {
  left: 0;
  margin-left: 6px; }

.hover-panel-content.bottom-right:before {
  margin-right: 6px;
  right: 0; }

.hover-panel-content.left:before {
  border-color: transparent transparent transparent #eceff4;
  left: 100%;
  margin-top: -6px;
  top: 50%; }

.hover-panel-content.right:before {
  border-color: transparent #eceff4 transparent transparent;
  right: 100%;
  margin-top: -6px;
  top: 50%; }

.hover-panel {
  position: relative; }

.hover-panel:hover > .hover-panel-content {
  display: block;
  visibility: visible; }

.hover-panel-content:hover {
  display: none !important;
  visibility: hidden !important; }

i.material-icons {
  font-size: 1.1em;
  padding-top: 3px; }

i.material-icons.small {
  font-size: 1em; }

img.icon-small {
  height: 20px;
  width: 20px; }

.label {
  background-color: #eceff4;
  border: 1px solid #8796ac;
  border-radius: 15px;
  color: #394352;
  font-size: 0.75em;
  line-height: 3em;
  padding: 2px 8px;
  white-space: nowrap; }
  .label.filter {
    background-color: #ffffff;
    border-color: #bcc6d8;
    float: left;
    font-size: 14px;
    line-height: 28px;
    margin: 5px;
    padding: 2px 5px; }
    .label.filter a:last-child {
      color: #f25e41; }
  .label i.material-icons {
    font-size: 0.85em; }
  .label a {
    white-space: nowrap; }
    .label a span {
      white-space: nowrap; }

.label.urgent {
  background-color: #fde3df;
  border-color: #f25e41;
  color: #f25e41; }

.label.info {
  background-color: #dce7fc;
  border-color: #3f7df1;
  color: #3f7df1; }

.label.success {
  background-color: #f3f8f2;
  border-color: #93bd84;
  color: #93bd84; }

.label.warning {
  background-color: #fef3e9;
  border-color: #f39f4b;
  color: #f39f4b; }

.has-error h5.form-label {
  color: #f25e41; }

.border {
  border: 1px solid #eceff4; }

.border-bottom {
  border-bottom: 1px solid #eceff4; }

.border-left {
  border-left: 1px solid #eceff4; }

.border-right {
  border-right: 1px solid #eceff4; }

.border-top {
  border-top: 1px solid #eceff4; }

.border-info {
  border: 1px solid #3f7df1; }

.border-info-bottom {
  border-bottom: 1px solid #3f7df1; }

.border-info-left {
  border-left: 1px solid #3f7df1; }

.border-info-right {
  border-right: 1px solid #3f7df1; }

.border-info-top {
  border-top: 1px solid #3f7df1; }

.border-success {
  border: 1px solid #93bd84; }

.border-urgent {
  border: 1px solid #f25e41; }

.border-warning {
  border: 1px solid #f39f4b; }

.inputIcon {
  position: relative; }

.close {
  position: absolute;
  right: 0;
  top: 9px; }

.css-table {
  display: table; }
  .css-table .css-table-col {
    display: table-cell; }

.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .flexbox .flexbox-col {
    flex: 1; }

.full-width {
  max-width: 100%;
  width: 100%; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.clear {
  clear: both !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.margin {
  margin: 10px; }

.margin-none {
  margin: 0; }

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

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

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

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

.margin-vertical {
  margin: 10px 0; }

.margin-horizontal {
  margin: 0 10px; }

.children-margin-right * {
  margin-right: 10px; }

.middle {
  margin: 50% 50%;
  transform: translate(-50%, -50%); }

.middle-h {
  margin: 0 50%;
  transform: translateX(-50%); }

.middle-v {
  margin: 50% 0;
  transform: translateY(-50%); }

.padding {
  padding: 10px; }

.padding-none {
  padding: 0; }

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

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

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

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

.padding-vertical {
  padding: 10px 0; }

.responsive {
  overflow: auto;
  max-width: 100%; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 6px; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.legend {
  margin: 0;
  padding: 0; }
  .legend li {
    display: inline; }
    .legend li a {
      color: #63748e;
      cursor: default;
      font-size: 0.6em;
      padding-left: 28px; }
      .legend li a .circle {
        background-color: #ccd4e1;
        border-radius: 50%;
        height: 14px;
        margin-left: -18px;
        margin-top: 5px;
        position: absolute;
        width: 14px; }
      .legend li a .circle.info {
        background-color: #3f7df1; }
      .legend li a .circle.success {
        background-color: #93bd84; }
      .legend li a .circle.urgent {
        background-color: #f25e41; }
      .legend li a .circle.warning {
        background-color: #f39f4b; }

ul.list-menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.list-menu li {
    margin-bottom: 8px; }
    ul.list-menu li.gray {
      color: #9babc5; }
      ul.list-menu li.gray a {
        color: #9babc5; }
    ul.list-menu li ul {
      list-style-type: none;
      margin: 10px 0 0 15px;
      padding: 0; }
    ul.list-menu li a {
      color: #394352;
      font-size: 0.8em; }
      ul.list-menu li a:hover {
        font-weight: bold; }
      ul.list-menu li a.active {
        color: #f25e41; }

ul.group {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.group li {
    border: 1px solid #eceff4;
    border-left: 5px solid #ccd4e1;
    border-radius: 2px;
    display: block;
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 8px 16px; }
    ul.group li .right {
      color: #8195b6;
      font-size: 12px; }
    ul.group li a {
      color: #394352;
      font-size: 14px;
      font-weight: bold; }
    ul.group li a:hover {
      color: #9ca1a9; }
  ul.group li:hover {
    box-shadow: 0 0 14px #eceff4; }
  ul.group li.info {
    border-left-color: #3f7df1; }
  ul.group li.success {
    border-left-color: #93bd84; }
  ul.group li.urgent {
    border-left-color: #f25e41; }
  ul.group li.warning {
    border-left-color: #f39f4b; }
  ul.group li.info:hover a {
    color: #3c60a2; }
  ul.group li.success:hover a {
    color: #66806b; }
  ul.group li.urgent:hover a {
    color: #96514a; }
  ul.group li.warning:hover a {
    color: #96714f; }

.modal {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1500; }
  .modal .card {
    min-height: 100%;
    min-width: 100%;
    z-index: 1501; }
    .modal .card .content {
      overflow: auto;
      max-height: 80vh;
      max-width: 100%;
      width: 100%;
      /* CEPS-1826 */ }
      .modal .card .content.no-overflow {
        overflow: inherit; }
    .modal .card .title {
      border-bottom: 0;
      min-height: 32px; }
    .modal .card .actions {
      text-align: center; }

.modal.overlay {
  background-color: rgba(236, 239, 244, 0.75); }

@media only screen and (min-width: 600px) {
  .modal {
    padding-top: 20px; }
    .modal > .card {
      box-shadow: 0 8px 24px #abb9cf;
      margin: auto;
      min-height: 100px;
      min-width: 100px;
      width: 75%; } }

@media only screen and (min-width: 960px) {
  .modal > .card {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%; }
  .modal.absolute .card {
    position: absolute;
    margin: 0; } }

div.rdw-link-modal {
  height: 255px; }

.navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 7px #ccd4e1;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  z-index: 10; }

.navbar.no-shadow {
  box-shadow: none; }

@media only screen and (min-width: 960px) {
  .navbar {
    height: 60px;
    left: 0;
    margin: 0;
    padding: 0 10px;
    position: fixed;
    top: 0; }
    .navbar .row {
      height: 60px;
      margin: 0;
      padding: 0; }
      .navbar .row [class*="col-"] {
        height: 60px;
        margin: 0;
        padding: 0;
        position: relative; }
        .navbar .row [class*="col-"].logo {
          text-align: center; }
          .navbar .row [class*="col-"].logo img {
            height: 52px;
            margin-top: 5px;
            width: auto; }
        .navbar .row [class*="col-"].menu {
          padding-top: 14px;
          text-align: left; }
        .navbar .row [class*="col-"] .notifications {
          float: right;
          margin-right: 10px;
          padding-top: 14px;
          text-align: center; }
          .navbar .row [class*="col-"] .notifications a.notification .label {
            border-radius: 2px;
            color: #ffffff;
            font-size: 10px;
            line-height: 1;
            padding: 1px 2px; }
            .navbar .row [class*="col-"] .notifications a.notification .label.urgent {
              background-color: #f25e41; }
            .navbar .row [class*="col-"] .notifications a.notification .label.warning {
              background-color: #f39f4b; }
        .navbar .row [class*="col-"] .user {
          float: right;
          text-align: center; }
          .navbar .row [class*="col-"] .user a {
            float: right; }
            .navbar .row [class*="col-"] .user a div {
              margin-top: 20px;
              max-width: 240px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
          .navbar .row [class*="col-"] .user img {
            border-radius: 50%;
            float: right;
            height: 32px;
            margin-right: 10px;
            margin-top: 14px;
            width: 32px; }
        .navbar .row [class*="col-"] a {
          color: #9babc5;
          font-size: 14px;
          margin: 0 2px; }
          .navbar .row [class*="col-"] a:hover {
            color: #7b90b3; }
          .navbar .row [class*="col-"] a .material-icons {
            font-size: 32px;
            margin: 0;
            padding: 0; }
    .navbar .panel {
      background-color: #ffffff;
      box-shadow: 0 2px 7px #ccd4e1;
      padding: 10px; }
      .navbar .panel .group {
        text-align: left; } }

.page .content {
  height: 100%; }

.page .header {
  margin: 0; }
  .page .header button,
  .page .header .buttons {
    margin-left: 10px; }
  .page .header button:first-child {
    margin-left: 0; }

.panel {
  box-shadow: 0 0 20px #acb6c5;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  z-index: 1500; }
  .panel .card {
    margin-bottom: 0; }
    .panel .card .content {
      /* max-height: 80vh; */
      overflow-x: hidden;
      overflow-y: auto;
      text-align: left; }
      .panel .card .content .dropdown {
        padding: 0 5px; }
        .panel .card .content .dropdown .content {
          min-width: 0; }
          .panel .card .content .dropdown .content a {
            min-width: 0; }

@media only screen and (min-width: 600px) {
  .panel {
    width: 50%; } }

@media only screen and (min-width: 960px) {
  .panel {
    width: 35%; } }

.sidenav {
  background-color: #ffffff;
  bottom: 0;
  box-shadow: 8px 0 16px #ccd4e1;
  height: 100%;
  left: 0;
  padding: 24px 10px;
  position: fixed;
  top: 0;
  width: 90%;
  z-index: 15; }
  .sidenav .close {
    position: absolute;
    right: 10px;
    top: 10px; }
    .sidenav .close i.material-icons {
      color: #abb9cf; }
    .sidenav .close i.material-icons:hover {
      color: #8b9dbc; }
  .sidenav .content {
    height: 100%; }
  .sidenav h5,
  .sidenav h6 {
    color: #abb9cf;
    margin-bottom: 10px; }
  .sidenav ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0; }
    .sidenav ul li a {
      color: #394352;
      font-family: "Nunito", sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 2em; }
      .sidenav ul li a i.material-icons {
        color: #394352;
        font-size: 14px;
        margin-top: 4px; }
    .sidenav ul li a:hover {
      color: #3f7df1; }
      .sidenav ul li a:hover i.material-icons {
        color: #3f7df1; }
    .sidenav ul li a.active {
      color: #f25e41; }
      .sidenav ul li a.active i.material-icons {
        color: #f25e41; }
    .sidenav ul li.active a {
      color: #f25e41; }
      .sidenav ul li.active a i.material-icons {
        color: #f25e41; }
    .sidenav ul li.active ul a {
      color: #394352; }
      .sidenav ul li.active ul a i.material-icons {
        color: #394352; }
  .sidenav ul.list {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 10px; }

@media only screen and (min-width: 768px) {
  .sidenav {
    width: 260px; } }

.splash {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998; }
  .splash .loading {
    height: 160px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    z-index: 9999; }

.splash.small {
  position: absolute;
  z-index: 5; }
  .splash.small .loading {
    height: 80px;
    width: 80px; }

.pagination {
  padding-top: 2px; }
  .pagination a, .pagination input {
    margin: 0 2px; }
  .pagination button i.material-icons {
    color: #394352; }
  .pagination input, .pagination select {
    font-size: 11px;
    padding-bottom: 1px;
    width: 60px; }

table {
  border: 1px solid #dce1eb;
  border-radius: 4px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  width: 100%;
  /* CEPS-1530 */ }
  table thead tr {
    margin: 0;
    padding: 0; }
    table thead tr th {
      background-color: #e5eefd;
      border-bottom: 1px solid #cedefb;
      border-right: 1px solid #cedefb;
      color: #3f7df1;
      font-size: 12px;
      height: 60px;
      min-height: 48px;
      min-width: 80px;
      padding: 10px;
      position: relative;
      text-align: left; }
      table thead tr th[name="amount"] {
        text-align: right; }
        table thead tr th[name="amount"] span {
          right: 10px; }
      table thead tr th[name="status"] {
        min-width: 120px; }
      table thead tr th[name="escalationCount"] {
        width: 190px; }
      table thead tr th[name="quantity"] {
        width: 190px; }
      table thead tr th a, table thead tr th span {
        bottom: 4px;
        color: #3f7df1;
        position: absolute; }
      table thead tr th input {
        margin: 0; }
    table thead tr th:last-child {
      border: 0;
      /*min-width: 0;*/
      overflow: hidden; }
  table thead.min-width th[name=details], table thead.min-width th:first-child {
    min-width: 0; }
  table thead.min-width th[name="actions"] {
    max-width: 120px; }
  table tbody tr {
    margin: 0;
    padding: 0; }
    table tbody tr td {
      border-right: 1px solid #eceff4;
      line-height: 1em;
      margin: 0;
      max-width: 300px;
      height: 52px;
      padding: 10px;
      text-align: left;
      word-wrap: break-word; }
      table tbody tr td input {
        margin: 0;
        font-size: 1em; }
      table tbody tr td ul.menu {
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 5px 0 0 0; }
        table tbody tr td ul.menu li {
          display: inline;
          line-height: 1em; }
          table tbody tr td ul.menu li a {
            border-right: 1px solid #9ebdf8;
            font-size: 1em;
            font-weight: bold;
            padding: 0 8px; }
        table tbody tr td ul.menu li:first-child a {
          padding-left: 0; }
        table tbody tr td ul.menu li:last-child a {
          border-right: 0; }
      table tbody tr td .material-icons {
        font-size: 24px; }
    table tbody tr td:first-child a {
      font-size: 1em;
      font-weight: bold; }
    table tbody tr td.actions:hover ul.menu {
      display: block; }
  table tbody tr:nth-child(even) {
    background-color: #f6f7fa; }
  table tbody tr.info td:first-child {
    border-left: 5px solid #3f7df1; }
  table tbody tr.success td:first-child {
    border-left: 5px solid #93bd84; }
  table tbody tr.urgent td:first-child {
    border-left: 5px solid #f25e41; }
  table tbody tr.warning td:first-child {
    border-left: 5px solid #f39f4b; }
  table .elipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
    overflow: hidden; }
  table.contacts-table thead th:first-child {
    min-width: 100px; }
  table.contacts-table tbody td {
    display: table-cell;
    vertical-align: top; }

/*
To minimize padding according to a switch
in the system on the wrapper component in Layout.
*/
.minimize-padding table thead tr th {
  padding: 2px; }
  .minimize-padding table thead tr th.details {
    min-width: 0; }

.minimize-padding table tbody tr td {
  height: 22px;
  padding: 2px; }

div.cctable table {
  border-collapse: collapse;
  overflow: hidden;
  border: none !important;
  border-radius: 0px !important; }

div.cctable td {
  max-width: 105px;
  text-align: center;
  vertical-align: middle;
  padding: 5px !important;
  border-right: 1px solid #bdcbe6 !important; }

div.cctable th {
  padding: 0px !important;
  background-color: #E6EFFE !important;
  border-right: 1px solid #bdcbe6 !important; }
  div.cctable th[name="Total"] {
    border-right: none !important; }

div.cctable td:nth-last-child(2) {
  border-right: 2px solid #8094BB !important; }

div.cctable td:last-child {
  border-right: none !important; }

div.cctable th:nth-last-child(2) {
  border-right: 2px solid #8094BB !important; }

div.cctable tr:last-child:not(:only-child) {
  border-top: 2px solid #8094BB !important; }

.tooltip {
  background: #000;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: none;
  font-size: 13px;
  line-height: 1.2;
  position: absolute;
  padding: 5px 10px;
  text-align: center;
  z-index: 10000; }

.tooltip.info {
  background-color: #3f7df1; }

.tooltip.info:before {
  border-color: #3f7df1 transparent transparent !important; }

.tooltip.success {
  background-color: #93bd84; }

.tooltip.success:before {
  border-color: #93bd84 transparent transparent !important; }

.tooltip.urgent {
  background-color: #f25e41; }

.tooltip.urgent:before {
  border-color: #f25e41 transparent transparent !important; }

.tooltip.warning {
  background-color: #f39f4b; }

.tooltip.warning:before {
  border-color: #f39f4b transparent transparent !important; }

.tooltip.top,
.tooltip.bottom {
  left: 50%; }

.tooltip.top,
.tooltip.top-left,
.tooltip.top-right {
  bottom: 100%; }

.tooltip.bottom,
.tooltip.bottom-left,
.tooltip.bottom-right {
  top: 100%; }

.tooltip.top {
  transform: translateX(-50%) translateY(-14px); }

.tooltip.bottom {
  transform: translateX(-50%) translateY(8px); }

.tooltip.top-left,
.tooltip.bottom-left {
  left: 0; }

.tooltip.top-right,
.tooltip.bottom-right {
  right: 0; }

.tooltip.top-left,
.tooltip.top-right {
  transform: translateX(0) translateY(-14px); }

.tooltip.bottom-left,
.tooltip.bottom-right {
  transform: translateX(0) translateY(8px); }

.tooltip.left {
  bottom: 50%;
  margin-bottom: -14px;
  right: 100%;
  transform: translateX(-14px); }

.tooltip.right {
  bottom: 50%;
  left: 100%;
  margin-bottom: -14px;
  transform: translateX(8px); }

.tooltip:before {
  border-style: solid;
  border-width: 6px;
  content: " ";
  height: 0;
  position: absolute;
  width: 0; }

.tooltip.top:before,
.tooltip.top-left:before,
.tooltip.top-right:before {
  border-color: #000000 transparent transparent transparent;
  top: 100%; }

.tooltip.top:before {
  left: 50%;
  margin-left: -6px; }

.tooltip.top-left:before {
  left: 0;
  margin-left: 6px; }

.tooltip.top-right:before {
  margin-right: 6px;
  right: 0; }

.tooltip.bottom:before,
.tooltip.bottom-left:before,
.tooltip.bottom-right:before {
  border-color: transparent transparent #000000 transparent;
  bottom: 100%; }

.tooltip.bottom:before {
  left: 50%;
  margin-left: -6px; }

.tooltip.bottom-left:before {
  left: 0;
  margin-left: 6px; }

.tooltip.bottom-right:before {
  margin-right: 6px;
  right: 0; }

.tooltip.left:before {
  border-color: transparent transparent transparent #000000;
  left: 100%;
  margin-top: -6px;
  top: 50%; }

.tooltip.right:before {
  border-color: transparent #000000 transparent transparent;
  right: 100%;
  margin-top: -6px;
  top: 50%; }

.hover-tooltip {
  position: relative; }

.hover-tooltip:hover > .tooltip {
  display: block;
  visibility: visible; }

.tooltip:hover {
  display: none !important;
  visibility: hidden !important; }

* {
  font-family: "Open Sans", sans-serif; }

h1,
.h1 {
  font-family: "Nunito", sans-serif;
  font-size: 1.75em;
  margin: 0 0 10px 0;
  padding: 0; }

h2,
.h2 {
  font-family: "Nunito", sans-serif;
  font-size: 1.5em;
  margin: 0 0 10px 0;
  padding: 0; }

h3,
.h3 {
  font-family: "Nunito", sans-serif;
  font-size: 1.25em;
  margin: 0 0 10px 0;
  padding: 0; }

h4,
.h4 {
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  margin: 0 0 10px 0;
  padding: 0; }

h5,
.h5 {
  font-family: "Nunito", sans-serif;
  font-size: 0.8em;
  margin: 0 0 10px 0;
  padding: 0;
  margin: 10px 0 10px 2px; }

h6,
.h6 {
  font-family: "Nunito", sans-serif;
  font-size: 0.7em;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase; }

small,
.small {
  font-size: 0.65em; }

.background-blue-gray {
  background-color: #8195b6; }

.background-gray {
  background-color: #eceff4; }

.background-gray-light {
  background-color: #f7f7ff; }

.background-info {
  background-color: #3f7df1; }

.background-info-light {
  background-color: #e5eefd; }

.background-white {
  background-color: #ffffff !important; }

.hover-info:hover * {
  color: #3f7df1; }

.hover-success:hover * {
  color: #93bd84; }

.hover-urgent:hover * {
  color: #f25e41; }

.hover-warning:hover * {
  color: #f39f4b; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-black {
  color: #394352; }

.text-blue-gray {
  color: #8195b6; }

.text-default {
  color: #394352; }

.text-gray {
  color: #eceff4; }

.text-gray-dark {
  color: #abb9cf; }

.text-gray-darker {
  color: #53698f; }

.text-info {
  color: #3f7df1; }

.text-success {
  color: #93bd84; }

.text-urgent {
  color: #f25e41; }

.text-warning {
  color: #f39f4b; }

.text-bold {
  font-weight: bold; }

.text-big * {
  font-size: 1.2em !important;
  font-weight: bold; }

.text-small * {
  font-size: 0.9em; }

.text-smaller * {
  font-size: 0.7em; }

.underline {
  text-decoration: underline; }

.break {
  max-width: 100%;
  word-wrap: break-word; }

.info {
  color: #3f7df1; }

.success {
  color: #93bd84; }

.urgent {
  color: #f25e41; }

.warning {
  color: #f39f4b; }

.invert {
  -moz-filter: invert(100%);
  -webkit-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  filter: invert(100%); }

.invert-half {
  -moz-filter: invert(50%);
  -webkit-filter: invert(50%);
  -o-filter: invert(50%);
  -ms-filter: invert(50%);
  filter: invert(50%); }

.bold {
  font-weight: bold; }

.display-inline-block {
  display: inline-block; }

.display-flex {
  display: flex;
  align-items: baseline; }

.display-none {
  display: none; }

.align-items-center {
  align-items: center; }

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

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.justify-content-center {
  justify-content: center; }

.justify-content-end {
  justify-content: flex-end; }

.pointer {
  cursor: pointer; }

.position-absolute {
  position: absolute; }

.position-relative {
  position: relative; }

/* ContactBar */
.contact-bar {
  margin-bottom: 10px; }
  .contact-bar .content {
    padding: 10px 10px 0 10px;
    min-height: 0; }
    .contact-bar .content .avatar img {
      margin-top: 4px; }
    .contact-bar .content .avatar span {
      margin-left: 5px;
      position: absolute;
      top: 40%;
      transform: translateY(-50%); }
    .contact-bar .content .last {
      padding-top: 6px; }
    .contact-bar .content .material-icons {
      padding-top: 6px; }
    .contact-bar .content button {
      box-shadow: 0 0 3px #eeeeee;
      margin: 0 10px 0 0;
      padding: 2px 6px; }
      .contact-bar .content button i.material-icons {
        position: relative; }
    .contact-bar .content button:last-child {
      margin-right: 0; }
    .contact-bar .content h6 {
      padding-top: 6px; }
      .contact-bar .content h6 * {
        font-size: 14px; }

.dnd {
  padding: 10px;
  user-select: none; }
  .dnd.hover {
    border: 1px dashed #ccd4e1; }
  .dnd .dnd-item {
    background-color: #ffffff;
    border: 1px solid #eceff4;
    box-shadow: 0 0 5px #eceff4;
    font-size: 18px;
    margin: 10px;
    padding: 10px;
    text-align: center; }
    .dnd .dnd-item.move {
      box-shadow: 0 0 5px #8b9dbc; }
    .dnd .dnd-item [class*="col-"] {
      margin-bottom: 0;
      padding-bottom: 0; }
    .dnd .dnd-item img {
      height: 18px;
      width: 18px; }
    .dnd .dnd-item .hover-visible {
      color: #ccd4e1; }
      .dnd .dnd-item .hover-visible:hover {
        color: #3f7df1; }

.pac-container {
  z-index: 1501; }
  .pac-container .pac-item {
    color: #8195b6; }
    .pac-container .pac-item .pac-matched {
      color: #93bd84; }

.files .files-block {
  border: 1px solid #eceff4;
  float: left;
  font-size: 16px;
  margin: 5px;
  min-height: 275px;
  min-width: 190px;
  padding: 5px;
  text-align: center;
  width: 190px; }
  .files .files-block .content {
    padding: 5px; }
  .files .files-block .files-block-image {
    height: 150px; }
    .files .files-block .files-block-image img {
      height: auto;
      width: 150px; }
  .files .files-block .files-block-title {
    font-weight: bold;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.footbar {
  bottom: 0;
  box-shadow: 0 -2px 7px #ccd4e1;
  height: 36px;
  left: 0;
  margin: 0;
  padding: 0 5px;
  position: fixed;
  top: inherit; }
  .footbar button {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    height: 36px; }
    .footbar button:hover {
      background-color: #8195b6;
      color: #ffffff; }
      .footbar button:hover i.material-icons {
        color: #ffffff; }
  .footbar .footbar-right {
    float: right; }

/* History - Handle the styles for the history icon. */
#history div.row {
  height: auto; }
  #history div.row:first-child {
    height: 20px; }
    #history div.row:first-child div.col-6 {
      height: 20px; }
      #history div.row:first-child div.col-6 a {
        margin: 0; }
        #history div.row:first-child div.col-6 a i.material-icons {
          font-size: 16px; }
      #history div.row:first-child div.col-6 small {
        color: #8195b6;
        font-size: 16px; }
  #history div.row div.col-12 {
    height: auto; }

#history .panel {
  height: auto;
  max-height: 80vh; }

/* CEPS-3045 - Remove animations */
.Popover {
  transform: translateY(0px) !important;
  transition-duration: 0ms;
  transition-property: transform !important; }
  .Popover .Popover-tip {
    transition: -webkit-transform 0ms ease-in !important; }

.notes-popover {
  background-color: #ffffff;
  border: 1px solid #8195b6;
  border-radius: 10px;
  box-shadow: 0 0 7px #8195b6;
  overflow: hidden;
  padding: 10px; }
  .notes-popover .content {
    max-width: 40vw;
    overflow: hidden;
    white-space: pre-line;
    word-wrap: break-word; }

.side-tabs {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 61px;
  z-index: 1600; }
  .side-tabs .side-tabs-container {
    margin: 0;
    padding: 0;
    position: relative; }
    .side-tabs .side-tabs-container .side-tabs-list {
      left: -2px;
      margin: 0;
      padding: 0 0 0 10px;
      position: absolute;
      text-align: right;
      top: 0;
      transform-origin: 0 0;
      transform: rotate(90deg);
      width: 80vh; }
      .side-tabs .side-tabs-container .side-tabs-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
        transform: rotate(180deg); }
        .side-tabs .side-tabs-container .side-tabs-list ul li {
          display: inline-block;
          white-space: nowrap; }
          .side-tabs .side-tabs-container .side-tabs-list ul li .side-tab {
            background-color: #394352;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            box-shadow: 0 -2px 5px #acb6c5;
            color: #ffffff;
            font-size: 14px;
            margin: 0 1px 0 0;
            padding: 3px 6px;
            text-align: center; }
            .side-tabs .side-tabs-container .side-tabs-list ul li .side-tab.active {
              background-color: #93bd84;
              color: #ffffff; }
    .side-tabs .side-tabs-container .side-tabs-window {
      background-color: #ffffff;
      box-shadow: 0 2px 7px #acb6c5;
      height: 90vh;
      max-height: 90vh;
      overflow-x: hidden;
      overflow-y: auto; }
      .side-tabs .side-tabs-container .side-tabs-window .side-tabs-content {
        font-size: 14px;
        padding: 10px; }
        .side-tabs .side-tabs-container .side-tabs-window .side-tabs-content button[type="submit"], .side-tabs .side-tabs-container .side-tabs-window .side-tabs-content .button[type="submit"] {
          padding: 8px 80px; }

.react-tabs .react-tabs__tab-list {
  color: #4A90E2;
  font-size: 0.825em;
  margin-bottom: 0;
  border-bottom: none; }
  .react-tabs .react-tabs__tab-list .react-tabs__tab {
    background-color: #fff;
    border: 1px #4A90E2 solid;
    border-left: none;
    padding: 10px 20px; }
    .react-tabs .react-tabs__tab-list .react-tabs__tab:first-child {
      border-left: 1px #4A90E2 solid; }
    .react-tabs .react-tabs__tab-list .react-tabs__tab.react-tabs__tab--selected {
      color: #fff;
      background-color: #4A90E2;
      border-radius: 0; }
    .react-tabs .react-tabs__tab-list .react-tabs__tab.react-tabs__tab--disabled {
      color: #cdcdcd;
      background: rgba(207, 207, 207, 0.19);
      border: 1px solid #CFCFCF; }

.react-tabs .react-tabs__tab-panel.react-tabs__tab-panel--selected {
  padding: 20px;
  border: 1px solid #aaa; }

.react-tabs .react-tabs__tab-panel .row .responsive table tbody tr td div {
  word-wrap: break-word; }

.shortcut {
  background-color: #ffffff;
  color: #666;
  cursor: pointer;
  font-size: 10px;
  min-height: 150px;
  text-align: center;
  word-wrap: break-word; }
  .shortcut.active {
    background-color: #ffffff;
    border: 2px solid #3f7df1; }
  .shortcut .content {
    color: #323C4C;
    height: 100%; }
    .shortcut .content img {
      height: 50%;
      padding-top: 15px;
      width: 50%; }
  .shortcut .badge {
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 10px; }

strong {
  font-family: "Open Sans Bold", sans-serif; }

.color-block {
  height: 100%;
  width: 100%; }

form .select-input input:focus {
  border: none; }

/* Alerts */
#alerts, #successes {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 7000; }

/* Badges */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

/* Block */
.block {
  border: 1px solid #eceff4;
  font-size: 16px;
  min-height: 240px;
  padding: 5px;
  text-align: center;
  width: 100%; }
  .block input {
    height: initial; }
  .block .icon i.material-icons {
    font-size: 72px; }
  .block .icon a:hover i.material-icons {
    color: #416335; }
  .block .icon a i.material-icons {
    color: #93bd84; }
  .block .name {
    font-weight: bold; }
  .block .description {
    font-size: 0.75em;
    padding: 0 5px; }

/* Dashboard */
.dashboard [class*="col-"] {
  padding-bottom: 2px; }

.dashboard select {
  font-size: 12px;
  height: 30px;
  margin: 0;
  padding: 0;
  position: relative; }

.dashboard .content {
  padding: 10px; }
  .dashboard .content select {
    top: -4px; }

.dashboard .title {
  padding: 10px 10px 0 10px; }
  .dashboard .title a[disabled] {
    color: #eceff4; }
    .dashboard .title a[disabled] .material-icons {
      color: #eceff4; }
  .dashboard .title a.refresh i.material-icons {
    color: #3f7df1; }
  .dashboard .title select {
    margin: 0 10px 0 20px;
    max-width: 160px;
    top: -8px; }
  .dashboard .title .pagination [class*="col-"] {
    padding: 0; }

.vendor-dashboard table thead.min-width th:first-child {
  min-width: 120px !important; }

.card .content > .icon {
  width: 48px;
  height: 48px;
  background-color: #666666;
  margin: 25px auto 10px;
  padding-bottom: 0; }

.card .no-shadow {
  box-shadow: initial; }

.card.shortcut .content {
  padding: 20px 20px; }

.dashboard-main .card.fill .content {
  padding: 20px 10px; }

/** Donation */
.donation {
  /*Overrides default first-child*/
  /*For action icons in vehicle table*/ }
  .donation .info-box {
    background: #fefdf6;
    border: 1px solid #ead43e; }
    .donation .info-box .card {
      margin: .2em;
      cursor: pointer; }
      .donation .info-box .card.disabled {
        background-color: #f2f2f2;
        cursor: not-allowed; }
  .donation th:first-child {
    min-width: 100px; }
  .donation tr i.material-icons {
    font-size: 1.5rem; }
  .donation tr.invalid {
    background: #f25e41;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    /*For action icons in vehicle table*/ }
    .donation tr.invalid .content a {
      color: initial; }
    .donation tr.invalid a {
      color: #ffffff; }
    .donation tr.invalid td {
      border-color: #c02a0d; }

/* File */
.file {
  border: 1px solid #eceff4;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 5px; }

/* Flatpickr */
.flatpickr-month {
  height: 36px; }
  .flatpickr-month .flatpickr-next-month {
    float: right; }
    .flatpickr-month .flatpickr-next-month svg {
      height: 24px;
      margin: 5px 5px 0 0;
      width: auto; }
  .flatpickr-month .flatpickr-prev-month {
    float: left; }
    .flatpickr-month .flatpickr-prev-month svg {
      height: 24px;
      margin: 5px 0 0 5px;
      width: auto; }

/* Note */
.note {
  border: 1px solid #eceff4;
  border-radius: 4px;
  font-size: 14px;
  margin: 10px;
  padding: 5px; }
  .note div {
    font-size: 14px; }

/* React-Select overrides*/
.Select-arrow {
  border-color: #8195b6 transparent transparent; }

.Select-placeholder, .Select--single > .Select-control .Select-value {
  color: #8195b6; }

.Select-control {
  border: 1px solid #bcc6d8; }

.input-uppercase .Select-input input {
  text-transform: uppercase; }

/* Misc */
.small-gray {
  color: #ccd4e1;
  font-size: 0.6em; }
  .small-gray i.material-icons {
    color: #ccd4e1; }

@media only screen and (min-width: 960px) {
  html body .wrapper #donationLead .content div [class*="col-"] {
    padding: 0 10px 0 0; } }

@media only screen and (min-width: 960px) {
  html body .wrapper #donationLead .content div.react-tabs [class*="col-"] {
    padding-bottom: 10px; } }

html body .wrapper .contact-bar {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px; }
  html body .wrapper .contact-bar .ccc-name {
    margin-top: 6px; }
    html body .wrapper .contact-bar .ccc-name i {
      height: auto;
      max-width: 100%; }
    html body .wrapper .contact-bar .ccc-name span {
      margin-left: 5px;
      position: absolute;
      top: 40%;
      transform: translateY(-50%); }

html body .wrapper .page .header .row {
  padding: 20px 0; }
  html body .wrapper .page .header .row > div {
    padding-bottom: 0; }
    html body .wrapper .page .header .row > div h3, html body .wrapper .page .header .row > div h6 {
      margin-bottom: 0; }

html body .wrapper .page .content .icon {
  padding-bottom: 10px;
  color: #666666; }

/* Vehicle Details */
.vehicle-detail .flexbox {
  padding: 0 2px 0 0; }
  .vehicle-detail .flexbox .menu {
    margin-right: 10px;
    max-width: 256px;
    min-width: 256px;
    width: 256px; }

.vehicle-detail .card .content {
  padding: 10px; }
  .vehicle-detail .card .content [class*="col-"] {
    font-size: 14px;
    padding: 0 5px; }
    .vehicle-detail .card .content [class*="col-"] strong {
      font-size: 12px; }

.vehicle-detail .vehicle-info {
  font-size: 14px; }
  .vehicle-detail .vehicle-info .col-4 {
    text-align: right; }

.suggetion-menu-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.suggetion-menu-item :hover {
  cursor: pointer; }

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff; }

.page .profile-info {
  height: 442px; }

.page .modal .user-form .content {
  height: 511px; }

.active-tab {
  padding: 8px 10px 8px;
  margin-right: 10px;
  display: inline-block;
  width: fit-content;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  text-align: left;
  font: Regular 12px/17px Open Sans;
  letter-spacing: 0;
  color: #3F7DF1;
  cursor: pointer;
  margin-bottom: -1px; }

.inactive-tab {
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  color: #FFFFFF;
  text-align: left;
  font: Regular 12px/17px Open Sans;
  letter-spacing: 0; }

.agent-script .DraftEditor-root {
  height: 235px; }

.dsr-header-online {
  padding: 10px;
  text-align: center;
  background-color: #40C401;
  color: #fff;
  z-index: 10;
  box-shadow: 0 2px 7px #ccd4e1; }

.dsr-header-offline {
  padding: 10px;
  text-align: center;
  color: #9BABC5; }

.instruction-text {
  text-align: left;
  font: Regular 12px/17px Open Sans;
  letter-spacing: 0px;
  color: #8195B6;
  opacity: 1;
  font-size: 12px; }

.list-group-item {
  border: 1px solid #8195B6;
  opacity: 1;
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  color: #8195B6; }

.dragable-item {
  padding: 12px;
  border: 1px solid #bcc6d8; }

.rddl-item {
  padding: 8px;
  cursor: pointer;
  border: 1px solid #bcc6d8;
  color: #bcc6d8;
  background-color: #fff;
  margin-bottom: 4px;
  opacity: 1; }

.rddl-item .rddl-title {
  text-align: center;
  display: inline-block;
  width: 300px; }

.rddl-item .order {
  display: inline-block;
  text-align: start;
  width: 10px; }

.dragged .item {
  opacity: 0.25;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #ffffff; }

.floating .item {
  background-color: #ffffff;
  box-shadow: 0 4px 20px #666666; }

.callback-ready {
  color: #40C401 !important;
  border: solid 1px #40C401 !important; }

.dsr-state-active {
  background-color: #40C401 !important;
  color: white !important; }

.btn-selected {
  background-color: #115DEB  !important;
  color: white !important; }

.dndcallback {
  user-select: none;
  height: auto; }
  .dndcallback.hover {
    border: 1px dashed #ccd4e1; }
  .dndcallback .dndcallback-item {
    background-color: #ffffff;
    border: 1px solid #eceff4;
    box-shadow: 0 0 5px #eceff4;
    font-size: 18px;
    margin: 10px;
    padding: 10px;
    text-align: center; }
    .dndcallback .dndcallback-item.move {
      box-shadow: 0 0 5px #8b9dbc; }
    .dndcallback .dndcallback-item [class*="col-"] {
      margin-bottom: 0;
      padding-bottom: 0; }
    .dndcallback .dndcallback-item img {
      height: 18px;
      width: 18px; }
    .dndcallback .dndcallback-item .hover-visible {
      color: #ccd4e1; }
      .dndcallback .dndcallback-item .hover-visible:hover {
        color: #3f7df1; }
.react-tabs__tab-list {
  border-bottom: 1px solid #aaa;
  margin: 0 0 10px;
  padding: 0; }

.react-tabs__tab {
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer; }
  .react-tabs__tab--selected {
    background: #fff;
    border-color: #aaa;
    color: black;
    border-radius: 5px 5px 0 0; }
  .react-tabs__tab:focus {
    box-shadow: 0 0 5px #0188fe;
    border-color: #0188fe;
    outline: none; }
    .react-tabs__tab:focus:after {
      content: "";
      position: absolute;
      height: 5px;
      left: -4px;
      right: -4px;
      bottom: -5px;
      background: #fff; }

.react-tabs__tab-panel {
  display: none; }
  .react-tabs__tab-panel--selected {
    display: block; }
  .react-tabs__tab-panel--disabled {
    color: GrayText;
    cursor: default; }
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px; }

.toggle-switch input[type="checkbox"] {
  display: none; }

.toggle-switch .switch {
  position: absolute;
  cursor: pointer;
  background-color: #ebe7e7;
  border-radius: 25px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.2s ease; }

.toggle-switch .switch::before {
  position: absolute;
  content: "";
  left: 2px;
  top: 2px;
  width: 21px;
  height: 21px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease; }

.toggle-switch input[type="checkbox"]:checked + .switch::before {
  transform: translateX(25px);
  background-color: whitesmoke; }

.toggle-switch input[type="checkbox"]:checked + .switch {
  background-color: #a1cbf5; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.player {
  justify-content: space-between;
  align-items: center;
  padding: 10px 0; }
  .player .song {
    user-select: none;
    margin: 0 20px; }
    .player .song .song__title {
      text-align: left;
      margin: 0;
      color: white;
      font-family: "Permanent Marker", cursive;
      font-weight: normal;
      font-size: 3.5em; }
      .player .song .song__title:hover {
        color: greenyellow; }
    .player .song .song__artist {
      margin: 0;
      color: white;
      font-family: "Rock Salt", cursive;
      font-weight: normal;
      font-size: 1em; }
      .player .song .song__artist:hover {
        color: greenyellow;
        cursor: pointer; }
  .player .controls {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .player .player__button {
    width: fit-content;
    margin-bottom: 15px;
    background-color: transparent;
    border: none; }
    .player .player__button:focus {
      outline: none; }
    .player .player__button:hover {
      cursor: pointer; }
      .player .player__button:hover svg {
        color: greenyellow; }
    .player .player__button svg {
      font-size: 4em;
      color: white; }
  .player .bar {
    user-select: none;
    width: 100%;
    align-items: center; }
    .player .bar .left_time {
      margin-right: 72%; }
    .player .bar .bar__time {
      color: #3F7DF1; }
    .player .bar .bar__progress {
      flex: 1;
      border-radius: 5px;
      height: 5px;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .player .bar .bar__progress .bar__progress__knob {
        position: relative;
        height: 5px;
        width: 5px;
        border: 1.5px solid lightgrey;
        border: none;
        border-radius: 50%;
        background-color: #3F7DF1; }
  @media screen and (max-width: 800px) {
    .player {
      flex-direction: column; }
      .player .controls {
        width: 100%;
        margin-top: 20px; }
      .player .bar {
        width: 90%; } }
  @media screen and (max-width: 500px) {
    .player .song .song__title {
      font-size: 2.5em; }
    .player .song .song__artist {
      font-size: 0.8em; } }

.fa-play, .fa-pause, .fa-redo {
  color: #3F7DF1;
  cursor: pointer; }

.visibilityAudio {
  visibility: hidden; }

.hideAudio {
  visibility: visible; }

.relative {
  position: relative; }
.existingPermission input[type=checkbox] {
  background-color: #3F7DF1;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 32px;
  width: 20px;
  height: 20px;
  background: #3F7DF1 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 3px no-repeat;
  cursor: pointer; }

.addNewPermission input[type=checkbox] {
  background-color: #3F7DF1;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 32px;
  width: 20px;
  height: 20px;
  background: #3F7DF1 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 3px no-repeat;
  cursor: pointer; }

.existingPermission .selected input[type=checkbox]:checked {
  background-color: #00A300;
  background: #00A300 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 3px no-repeat; }

.existingPermission .removed input[type=checkbox] {
  background-color: #f82a2a !important;
  background: #f82a2a 3px 3px no-repeat !important; }

.existingPermission .removed input[type=checkbox]::before {
  content: "X";
  color: white;
  width: 20px;
  height: 16px;
  position: absolute;
  font-size: 18px;
  top: -8px;
  left: 4px;
  font-weight: bold; }

.existingPermission .removed {
  position: relative; }

.existingPermission input[type="checkbox"] {
  font-size: 32px;
  width: 20px;
  background: white;
  background-color: white;
  border: 1px solid #bcc6d8; }
  .existingPermission input[type="checkbox"][disabled] {
    opacity: .6;
    background-color: #cccccc; }

.existingPermission input[type="checkbox"]:checked {
  background-color: #3F7DF1;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 32px;
  width: 20px;
  height: 20px;
  background: #3F7DF1 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 3px no-repeat;
  cursor: pointer; }

.addNewPermission input[type="checkbox"] {
  font-size: 32px;
  width: 20px;
  background: white;
  background-color: white;
  border: 1px solid #bcc6d8; }
  .addNewPermission input[type="checkbox"][disabled] {
    opacity: .6;
    background-color: #cccccc; }

.addNewPermission .selected input[type=checkbox]:checked {
  background-color: #00A300;
  background: #00A300 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 3px no-repeat; }

.addNewPermission .removed input[type=checkbox] {
  background: white;
  background-color: white;
  border: 1px solid #bcc6d8; }

.emailDomaainClasswithMFA {
  position: absolute;
  top: 20px; }

.emailDomaainClasswithoutMfa {
  position: absolute;
  top: -7px; }
.red-count {
  padding: 4px;
  color: red;
  border: 1px solid #7B90B3;
  margin-bottom: 8px;
  margin-top: 8px;
  width: fit-content;
  font-size: 14px; }

.green-count {
  padding: 4px;
  color: #019C00;
  border: 1px solid #7B90B3;
  margin-bottom: 8px;
  margin-top: 8px;
  width: fit-content;
  font-size: 14px; }

.total-count {
  padding: 7px;
  color: #3B7AF4;
  border: 1px solid #7B90B3;
  font-size: 20px;
  margin-left: 12px; }
