/* Colours */
.color-primary {
  color: #4b99d2; }
  .color-primary.text-underline {
    border-bottom: solid 2px #4b99d2; }

.color-secondary {
  color: #252a3e; }

.color-success {
  color: #14af64; }

.color-danger {
  color: #ed344e; }

.color-active {
  color: #00cccc; }

.color-incomplete {
  color: #999; }

.color-warning {
  color: #cc6600; }

.color-title {
  color: #333; }

.color-light-grey {
  color: #dedede; }

.color-white {
  color: #fff; }

.bg-light-grey {
  background-color: #f0f0f0; }

.bg-med-grey {
  background-color: #dedede; }

.bg-custom-secondary {
  background-color: #252a3e; }

.border-1 {
  border-color: #05699b; }

.border-2 {
  border-color: #990101; }

.border-3 {
  border-color: #036803; }

.border-4 {
  border-color: #992099; }

.bg-1 {
  background-color: #05699b; }

.bg-2 {
  background-color: #990101; }

.bg-3 {
  background-color: #036803; }

.bg-4 {
  background-color: #992099; }

.color-1 {
  color: #05699b; }

.color-2 {
  color: #990101; }

.color-3 {
  color: #036803; }

.color-4 {
  color: #992099; }

/* Spacing */
.last-child-mb-0 *:last-child,
.card *:last-child {
  margin-bottom: 0; }

.h-0 {
  display: block;
  height: 0;
  text-indent: -9999px; }

.h-100 {
  height: 100%; }

.relative {
  position: relative; }

.static {
  position: static; }

.mw-80 {
  min-width: 80px; }

.mw-100 {
  min-width: 100px; }

.mw-120 {
  min-width: 120px; }

.mw-150 {
  min-width: 150px; }

.mw-200 {
  min-width: 200px; }

.mw-250 {
    min-width: 250px;
}

.mw-280 {
    min-width: 280px;
}

/* Styling */
.shadow {
  -webkit-box-shadow: 0 4px 10px #ccc;
  -moz-box-shadow: 0 4px 10px #ccc;
  box-shadow: 0 4px 10px #ccc; }

.shadow-alt {
  box-shadow: 0 0 25px rgba(40, 47, 60, 0.05), 0 20px 25px rgba(40, 47, 60, 0.05), 0 3px 4px rgba(40, 47, 60, 0.05); }

.border-grey {
  border: solid 1px #dedede; }

.border-bottom {
  border-bottom: solid 1px #dedede; }

.v-hidden {
  visibility: hidden; }

/* Typography */
.font-segoe {
  font-family: "Segoe UI", Tahoma, Verdana, sans-serif; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.text-lg {
  font-size: 2rem; }

.fa-layers {
  display: inline-block;
  position: relative;
  width: 100%; }
  .header .fa-layers {
    font-weight: 600;
    margin: 0 auto;
    max-width: 30px; }

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  max-width: 5em;
  overflow: hidden;
  padding: 3px 4px 3px 3px;
  position: absolute;
  right: -8px;
  text-overflow: ellipsis;
  top: -6px; }
  .fa-layers-counter.team-counter {
    right: -14px; }
  .header .fa-layers-counter {
    min-width: 18px; }

/* Miscellaneous */
.pointer {
  cursor: pointer; }

.z-1 {
  z-index: 1; }

.scrollable-menu {
  height: auto;
  max-height: 400px;
  overflow-x: hidden; }

.events-none {
  pointer-events: none; }

.ox-scroll {
  overflow-x: scroll; }

.nowrap {
  white-space: nowrap; }

/* Loader animation */
.loader-overlay {
  display: none; }
  .loader-overlay.loading {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0; }

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 1.5em; }

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }
/* Bootstrap overrides */
.badge-light {
  background-color: #e5e5e5; }

.alert.alert-alt {
  align-items: stretch;
  background-color: #fafafa;
  border: none;
  display: flex;
  padding: 0; }
  .alert.alert-alt *:last-child {
    margin-bottom: 0; }
  .alert.alert-alt h1, .alert.alert-alt .h1,
  .alert.alert-alt h2, .alert.alert-alt .h2,
  .alert.alert-alt h3, .alert.alert-alt .h3,
  .alert.alert-alt h4, .alert.alert-alt .h4,
  .alert.alert-alt h5, .alert.alert-alt .h5,
  .alert.alert-alt h6, .alert.alert-alt .h6 {
    font-family: Nunito, sans-serif; }
  .alert.alert-alt .alert-content {
    border-radius: 0 4px 4px 0;
    display: inline-block;
    flex-direction: column;
    flex-grow: 1; }
  .alert.alert-alt .alert-prefix {
    border-radius: 4px 0 0 4px;
    display: inline-block;
    justify-content: center; }
  .alert.alert-alt.alert-info .alert-prefix {
    background-color: #72c3fc; }
    .alert.alert-alt.alert-info .alert-prefix .icon {
      color: #228ae6; }
  .alert.alert-alt.alert-info .alert-content {
    background-color: #e8f7ff; }
  .alert.alert-alt.alert-warning .alert-prefix {
    background-color: #ffe066; }
    .alert.alert-alt.alert-warning .alert-prefix .icon {
      color: #fab005; }
  .alert.alert-alt.alert-warning .alert-content {
    background-color: #fff9db; }
  .alert.alert-alt.alert-danger .alert-prefix {
    background-color: #ffa8a8; }
    .alert.alert-alt.alert-danger .alert-prefix .icon {
      color: #fa5252; }
  .alert.alert-alt.alert-danger .alert-content {
    background-color: #fff0f0; }
  .alert.alert-alt.alert-success .alert-prefix {
    background-color: #8ce99a; }
    .alert.alert-alt.alert-success .alert-prefix .icon {
      color: #40c057; }
  .alert.alert-alt.alert-success .alert-content {
    background-color: #ebfbee; }

.slot-list .pc-00 {
  background-color: #D4EDDA;
  border-color: #C3E6CB;
  color: #14AF64; }
.slot-list .pc-10 {
  background-color: #D8EBDA;
  border-color: #C8E3CB;
  color: #299F5C; }
.slot-list .pc-20 {
  background-color: #DBE9DA;
  border-color: #CDE0CB;
  color: #3D8F55; }
.slot-list .pc-30 {
  background-color: #DFE6DA;
  border-color: #D2DCCB;
  color: #527F4D; }
.slot-list .pc-40 {
  background-color: #E2E4DA;
  border-color: #D7D9CB;
  color: #676F46; }
.slot-list .pc-50 {
  background-color: #E6E2DA;
  border-color: #DCD6CB;
  color: #7C5F3E; }
.slot-list .pc-60 {
  background-color: #EAE0DA;
  border-color: #E1D3CB;
  color: #904E36; }
.slot-list .pc-70 {
  background-color: #EDDEDA;
  border-color: #E6D0CB;
  color: #A53E2F; }
.slot-list .pc-80 {
  background-color: #F1DBDA;
  border-color: #EBCCCB;
  color: #BA2E27; }
.slot-list .pc-90 {
  background-color: #F4D9DA;
  border-color: #F0C9CB;
  color: #CE1E20; }
.slot-list .pc-100 {
  background-color: #F8D7DA;
  border-color: #F5C6CB;
  color: #E30E18; }

/* Modal */
.modal .close {
  cursor: pointer;
  padding: 18px; }
.modal .modal-header {
  border-bottom: none;
  padding: 30px; }
.modal .modal-body {
  padding: 15px 30px; }
.modal .modal-footer {
  border-top: none;
  padding: 30px; }

.btn {
  cursor: pointer;
  -webkit-transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  -moz-transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  -ms-transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  -o-transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  font-size: .875rem;
  font-weight: 600; }
  .btn:not(.btn-sm) {
    padding: .5rem 1.25rem; }
  @media (max-width: 480px) {
    .btn {
      padding: .8rem 1.25rem;
      width: 100%; }
      .btn + .btn {
        margin-top: 10px; } }
  .btn.btn-hollow {
    background: none;
    border: none; }
    .btn.btn-hollow:hover {
      background: none;
      color: #666; }
    .btn.btn-hollow:focus {
      box-shadow: none; }

.btn-light {
  background-color: #eee;
  border-color: #eee; }

.btn-success {
  background-color: #14af64;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.01), 0 4px 10px rgba(23, 198, 113, 0.15); }

.btn-outline-success {
  border-color: #14af64; }

.btn-success:hover,
.btn-outline-success:hover {
  background-color: #0f814a;
  border-color: #0f814a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(23, 198, 113, 0.25); }

.btn-primary {
  background-color: #4b99d2;
  border-color: #4b99d2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.01), 0 4px 10px rgba(37, 42, 62, 0.15); }

.btn-outline-primary {
  border-color: #4b99d2;
  color: #4b99d2; }

.btn-primary:hover,
.btn-outline-primary:hover {
  background-color: #2f80bb;
  border-color: #2f80bb;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(37, 42, 62, 0.25); }
.btn-primary:focus, .btn-primary:focus:active, .btn-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:focus:active,
.btn-outline-primary:active {
  background-color: #256492;
  color: #fff; }

.btn-secondary {
  background-color: #252a3e;
  border-color: #252a3e;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.01), 0 4px 10px rgba(37, 42, 62, 0.15); }

.btn-outline-secondary {
  border-color: #aaa;
  color: #252a3e; }

.btn-secondary:hover,
.btn-outline-secondary:hover {
  background-color: #12141e;
  border-color: #12141e;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(37, 42, 62, 0.25); }
.btn-secondary:focus, .btn-secondary:focus:active, .btn-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:focus:active,
.btn-outline-secondary:active {
  background-color: black;
  color: #fff; }

.btn-pill {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px; }

.schedule-btn:focus, .schedule-btn:active, .schedule-btn:focus:active {
  box-shadow: none;
  outline: 0; }

.datepicker.form-control {
  padding: .375rem .75rem; }

.datepicker-dropdown {
  min-width: 10rem;
  padding: 20px 22px;
  margin: 0 0 0;
  font-size: 1rem;
  color: #5a6169;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 4rem rgba(0, 0, 0, 0.11), 0 10px 20px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.06); }

.datepicker table tr td,
.datepicker table tr th {
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  width: 36px;
  height: 36px;
  border: none;
  text-align: center; }

.datepicker table tr td {
  border-radius: 50%; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none; }

.datepicker table tr td.active {
  background-color: #4b99d2 !important;
  font-weight: 600;
  text-shadow: none; }

.date {
  padding: 0;
  width: auto; }
  .date:focus {
    outline: 0; }
  .date input[type='text'] {
    background-color: transparent;
    border-color: transparent;
    text-align: right; }
    .date input[type='text']:not(.slot-picker) {
      display: none; }
    .date input[type='text']:focus {
      box-shadow: none;
      outline: 0; }
  .date .input-group-addon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px; }

@media (max-width: 480px) {
  .datepicker:not(.driver-datepicker) {
    left: 10px !important;
    width: calc(100% - 20px); }
  .datepicker:after {
    border-bottom-color: transparent; }
  .datepicker table {
    width: 100%; }
    .datepicker table tr td {
      height: 47px; } }
@media (max-width: 767px) {
  .day-nav {
    float: left;
    margin-bottom: 10px;
    width: 100%; } }
/*!
 * ClockPicker v0.0.7 for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 */
.clockpicker .input-group-addon {
  cursor: pointer; }

.clockpicker-moving {
  cursor: move; }

.clockpicker-align-left.popover > .arrow {
  left: 25px; }

.clockpicker-align-top.popover > .arrow {
  top: 17px; }

.clockpicker-align-right.popover > .arrow {
  left: auto;
  right: 25px; }

.clockpicker-align-bottom.popover > .arrow {
  top: auto;
  bottom: 6px; }

.clockpicker-popover .popover-title {
  background-color: #fff;
  color: #999;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  padding: 5px 0;
  text-align: center; }

.clockpicker .fa-clock {
  color: #9dc7e6 !important; }
.clockpicker #debug-time,
.clockpicker .input-group-addon {
  background: none;
  border: none; }
.clockpicker #debug-time {
  color: #4b99d2;
  cursor: pointer;
  font-weight: 700;
  max-width: 66px;
  padding-left: 0;
  padding-right: 0;
  text-align: center; }
  .clockpicker #debug-time:focus {
    box-shadow: none;
    outline: 0; }
.clockpicker .input-group-addon {
  padding: 0; }

.clockpicker-popover .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
.clockpicker-popover #set-live {
  border: none;
  margin-top: 0; }
  .clockpicker-popover #set-live:hover {
    background: none;
    color: #121212; }

.clockpicker-popover .popover-title span {
  cursor: pointer; }

.clockpicker-popover .popover-content {
  background-color: #f8f8f8;
  padding: 12px; }

.popover-content:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.clockpicker-plate {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: visible;
  position: relative;
  /* Disable text selection highlighting. Thanks to Hermanya */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.clockpicker-canvas,
.clockpicker-dial {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -1px;
  top: -1px; }

.clockpicker-minutes {
  visibility: hidden; }

.clockpicker-tick {
  border-radius: 50%;
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer; }

.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: #c0e5f7;
  background-color: rgba(0, 149, 221, 0.25); }

.clockpicker-button {
  background-image: none;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 10px 0; }

.clockpicker-button:hover {
  background-image: none; }

.clockpicker-button:focus {
  outline: none !important; }

.clockpicker-dial {
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
  -moz-transition: -moz-transform 350ms, opacity 350ms;
  -ms-transition: -ms-transform 350ms, opacity 350ms;
  -o-transition: -o-transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms; }

.clockpicker-dial-out {
  opacity: 0; }

.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8); }

.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  -moz-transition: opacity 175ms;
  -ms-transition: opacity 175ms;
  -o-transition: opacity 175ms;
  transition: opacity 175ms; }

.clockpicker-canvas-out {
  opacity: 0.25; }

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #0095dd; }

.clockpicker-canvas-bg {
  stroke: none;
  fill: #c0e5f7; }

.clockpicker-canvas-bg-trans {
  fill: rgba(0, 149, 221, 0.25); }

.clockpicker-canvas line {
  stroke: #0095dd;
  stroke-width: 1;
  stroke-linecap: round;
  /*shape-rendering: crispEdges;*/ }

.clockpicker-button.am-button {
  margin: 1px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

.clockpicker-button.pm-button {
  margin: 1px 1px 1px 136px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background: #252a3e;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif; }

#sidebar.active {
  left: 0; }

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

#dismiss:hover {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.9); }

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
  left: 0;
  top: 0; }

#sidebar .sidebar-header {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 18px 20px; }
  #sidebar .sidebar-header .heading {
    color: #fff; }

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

#sidebar ul p {
  color: #fff;
  padding: 10px; }

#sidebar ul li a {
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  display: block; }

#sidebar ul li a:hover {
  color: #252a3e;
  background: #fff;
  text-decoration: none; }
  #sidebar ul li a:hover:before {
    color: #252a3e; }

#sidebar ul li.active > a {
  color: #252a3e;
  background: #4b99d2; }

#sidebar a[aria-expanded="true"] {
  background: rgba(0, 0, 0, 0.15); }
#sidebar a[data-toggle="collapse"] {
  position: relative; }
#sidebar a[aria-expanded="false"]::before, #sidebar a[aria-expanded="true"]::before {
  color: #fff;
  content: '\f107';
  display: block;
  position: absolute;
  right: 20px;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-weight: 400;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
#sidebar a[aria-expanded="true"]::before {
  content: '\f106'; }

ul ul a {
  font-size: 0.9em !important;
  font-weight: 400 !important;
  padding-left: 30px !important;
  background: rgba(0, 0, 0, 0.3); }

.custom-toggle {
  padding-left: 60px; }

.custom-toggle .custom-control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 28px;
  background: #fff;
  display: block;
  border-radius: 100px;
  border: 1px solid #ccc; }

.custom-toggle .custom-control-indicator:hover {
  cursor: pointer; }

.custom-toggle .custom-control-indicator:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 100px;
  transition: 0.3s; }

.custom-toggle .custom-control-input:disabled:active + .custom-control-indicator:after {
  width: 20px; }

.custom-toggle .custom-control-input:disabled:checked + .custom-control-indicator,
.custom-toggle .custom-control-input:disabled:active + .custom-control-indicator {
  background-color: #e9ecef; }

.custom-toggle .custom-control-input:focus {
  outline: 0; }

.custom-toggle .custom-control-input:active + .custom-control-indicator {
  background-color: #fff; }

.custom-toggle .custom-control-input:checked + .custom-control-indicator {
  background: #14af64; }

.custom-toggle .custom-control-input:checked + .custom-control-indicator:after {
  background: #fff; }

.custom-toggle .custom-control-input:checked + .custom-control-indicator:after {
  left: calc(100% - 3px);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.custom-toggle .custom-control-input:active + .custom-control-indicator:after {
  width: 26px; }

.custom-toggle .custom-control-input:disabled:checked + .custom-control-indicator {
  border-color: #4b99d2; }

.custom-toggle .custom-control-input:disabled:checked + .custom-control-indicator:after {
  background: #4b99d2; }

.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #4b99d2; }

.col-form-label {
  font-weight: 600; }

.col-form-data {
  display: inline-block;
  padding-top: 6px; }

.form-control {
  min-height: 38px; }

.table th {
  background-color: #fff;
  border-top: none;
  color: #252a3e; }
.table td {
  background-color: #fff; }
.table td,
.table th {
  padding: .75rem 1.25rem;
  vertical-align: middle; }
.table .table-sub th,
.table .table-sub td {
  background-color: #f0f2ff; }
.table .error-row th,
.table .error-row td {
  background-color: #fff0f0; }
.table .error-row .v-hidden {
  visibility: visible; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f8fb; }

.popover {
  z-index: 1060;
  max-width: 276px;
  padding: 0;
  border-color: rgba(0, 0, 0, 0.02);
  border-radius: .5rem;
  box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2); }

.popover.bs-popover-auto[x-placement^=bottom] .arrow::before, .popover.bs-popover-bottom .arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0.05); }

.control-disabled {
  -webkit-appearance: none;
  appearance: none;
  background: transparent !important;
  border: none;
  font-weight: 600;
  padding: 0;
  pointer-events: none; }
  .control-disabled::-ms-expand {
    display: none; }

/* Field validation */
.input-validation-error {
  border-color: #ed344e;
  -webkit-box-shadow: 0 5px 11.5px rgba(196, 24, 60, 0.1);
  -moz-box-shadow: 0 5px 11.5px rgba(196, 24, 60, 0.1);
  box-shadow: 0 5px 11.5px rgba(196, 24, 60, 0.1); }

.field-validation-error {
  color: #ed344e; }

.field-validation-valid {
  display: none; }

/* Image Uploader */
.qq-upload-drop-area {
  background: #F5F5F5;
  border: dashed 2px #CCC;
  color: #333;
  margin-bottom: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: background .25s; }
  .qq-upload-drop-area span {
    font-size: 1.3em;
    margin-top: -12px;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0; }

.qq-upload-drop-area-active {
  background: #ebebeb; }

.qq-upload-success {
  margin-top: 20px; }

/* Demo Only */
.map-bg {
  min-height: calc(100vh - 60px); }
  @media (max-width: 991px) {
    .map-bg {
      min-height: 400px; } }
  @media (max-width: 480px) {
    .map-bg {
      min-height: 200px; } }

/* General */
.active-marker {
  animation: float 2s ease-in-out infinite;
  right: 10%;
  max-height: 50px;
  position: absolute;
  top: 10%;
  will-change: transform; }

body {
  color: #666;
  font-family: "Nunito", sans-serif; }

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #333;
  font-weight: 400; }
  h1:not(.font-nunito), .h1:not(.font-nunito),
  h2:not(.font-nunito), .h2:not(.font-nunito),
  h3:not(.font-nunito), .h3:not(.font-nunito),
  h4:not(.font-nunito), .h4:not(.font-nunito),
  h5:not(.font-nunito), .h5:not(.font-nunito),
  h6:not(.font-nunito), .h6:not(.font-nunito) {
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif, sans-serif; }
  h1.fw-600, .h1.fw-600,
  h2.fw-600, .h2.fw-600,
  h3.fw-600, .h3.fw-600,
  h4.fw-600, .h4.fw-600,
  h5.fw-600, .h5.fw-600,
  h6.fw-600, .h6.fw-600 {
    font-weight: 600; }
  h1.fw-700, .h1.fw-700,
  h2.fw-700, .h2.fw-700,
  h3.fw-700, .h3.fw-700,
  h4.fw-700, .h4.fw-700,
  h5.fw-700, .h5.fw-700,
  h6.fw-700, .h6.fw-700 {
    font-weight: 700; }

b, strong {
  font-weight: 700; }

input [type="submit"] {
  cursor: pointer; }

@media (max-width: 480px) {
  h1, .h1 {
    font-size: 1.8rem; }

  h2, .h2 {
    font-size: 1.6rem; } }
/* Layout */
.header {
  background-color: #252a3e;
  color: #fff;
  min-height: 60px;
  position: relative; }
  .header span[class^="fa"] {
    color: #fff; }
  .header a:hover {
    text-decoration: none; }
  .header .header-logo {
    height: 35px; }
  .header .datepicker {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0; }
  .header .dropdown .no-dropdown {
    cursor: text; }
  .header .header-list {
    font-size: 11px; }
    .header .header-list li {
      display: flex;
      height: 100%;
      min-width: 60px;
      text-align: center; }
      @media (max-width: 768px) {
        .header .header-list li {
          border-left: none; } }
      .header .header-list li span[class^="fa"]:not(.fa-layers-counter) {
        color: #4b99d2;
        font-size: 24px; }
      .header .header-list li:not(:last-child) {
        margin-right: 0; }
      .header .header-list li .inner {
        color: #fff;
        display: -ms-inline-flexbox;
        display: inline-flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        min-height: 60px;
        padding: 0 10px;
        width: 100%; }
        .header .header-list li .inner:hover {
          background-color: rgba(0, 0, 0, 0.3); }
        .header .header-list li .inner, .header .header-list li .inner:hover {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease; }
  .header .user-list li {
    min-width: 10px; }
  .header .user-dd-toggle {
    padding: 17px 20px; }
    .header .user-dd-toggle.active {
      background-color: #eee; }
      .driver-body .header .user-dd-toggle.active {
        background-color: #e4e1e1; }
      .header .user-dd-toggle.active *[class^="fa"] {
        color: #252a3e !important; }
  .header .user-dd {
    background-color: #eee;
    color: #252a3e;
    min-width: 250px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    z-index: 100; }
    .driver-body .header .user-dd {
      background-color: #e4e1e1; }
    .header .user-dd a,
    .header .user-dd .dd-button {
      color: #252a3e;
      display: block;
      padding: 10px 20px; }
      .header .user-dd a:hover,
      .header .user-dd .dd-button:hover {
        background-color: rgba(0, 0, 0, 0.03); }
    .header .user-dd .dd-button {
      background: none;
      border: none;
      cursor: pointer;
      display: block;
      text-align: left;
      width: 100%; }

        .header .user-dd .dd-button.logout {
            border-top: solid 1px rgba(0, 0, 0, 0.05);
        }

        .search-input {
            background: rgba(37, 42, 62, 0.95);
            display: none;
            max-width: 360px;
            padding: 10px 20px;
            position: absolute;
            right: 0;
            top: 100%;
            width: 100%;
            z-index: 998;
        }
  .search-input.slide {
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 100%;
    position: relative; }

@media (max-width: 480px) {
  .search-input {
    max-width: 480px; } }
.search-input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc; }

.search-input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc; }

.search-input :-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc; }

.search-input :-moz-placeholder {
  /* Firefox 18- */
  color: #ccc; }

.search-input input[type='search'] {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 10px;
  width: 100%; }

.search-input input[type='search']:focus {
  outline: 0; }

.navbar {
  background-color: #252a3e;
  color: #fff;
  font-family: "Nunito", sans-serif;
  min-height: 60px; }

.card:not(.border-card) {
  border: none; }

.main {
  background-color: #f4f8fb; }
  .main:not(.driver-main) {
    min-height: calc(100vh - 60px); }

.driver-main,
.driver-body {
  background-color: #f0f0f0; }

.order-info {
  -webkit-box-shadow: -1px 8px 15px #ccc;
  -moz-box-shadow: -1px 8px 15px #ccc;
  box-shadow: -1px 8px 15px #ccc; }

.dropdown {
  cursor: pointer; }

.dropdown-toggle.no-caret:after {
  display: none; }

/* Tracking icons */
.icon-group {
  margin-bottom: 1rem;
  padding-left: 50px;
  position: relative; }
  @media (max-width: 480px) {
    .icon-group.call-btns {
      padding-left: 0; } }
  .icon-group:before {
    color: #aaa;
    display: inline-block;
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 300;
    font-size: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px; }
  .job-list .icon-group {
    margin-bottom: .2rem;
    padding-left: 30px;
    top: 1px; }
    .job-list .icon-group:before {
      color: #4b99d2;
      font-family: "Font Awesome 5 Pro", sans-serif;
      font-size: 16px;
      width: 20px; }
  .icon-group.icon-bullhorn:before {
    content: "\f0a1"; }
  .icon-group.icon-cart:before {
    content: "\f07a"; }
  .icon-group.icon-calendar:before {
    content: "\f073"; }
  .icon-group.icon-clock:before {
    content: "\f017"; }
  .icon-group.icon-comment:before {
    content: "\f075"; }
  .icon-group.icon-contact:before {
    content: "\f3cd"; }
  .icon-group.icon-home:before {
    content: "\f015";
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 700;
  }
  .icon-group.icon-id:before {
    content: "\f2c2"; }
  .icon-group.icon-info:before {
    content: "\f30f"; }
  .icon-group.icon-email:before {
    content: "\f1fa"; }
  .icon-group.icon-vrn:before {
    content: "\f031"; }
  .icon-group.icon-car:before {
    content: "\f1b9"; }
  .icon-group.icon-phone:before {
    content: "\f095"; }
  .icon-group.icon-marker:before {
    content: "\f3c5"; }
  .icon-group.icon-team:before {
    content: "\f0c0"; }
  .icon-group.icon-status:before {
    content: "\f0ae"; }
  .icon-group.icon-tracking:before {
    content: "\f276"; }
  .icon-group.icon-origin:before {
    content: "\f0e8"; }
  .icon-group.icon-truck:before {
    content: "\f0d1"; }

.icon-label {
  color: #333;
  display: block;
  font-weight: 700;
  margin-bottom: 0; }

.img-driver {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  max-height: 200px;
  max-width: 200px;
  min-height: 200px;
  width: 100%; }
  .img-driver.img-sml {
    max-height: 130px;
    max-width: 130px;
    min-height: 130px; }
  .img-driver.img-table {
    height: 50px;
    min-height: 50px;
    width: 50px; }
  .driver-overview .img-driver {
    border: solid 2px #333;
    height: 80px;
    min-height: 80px;
    width: 80px; }
    @media (max-width: 480px) {
      .driver-overview .img-driver {
        height: 50px;
        min-height: 50px;
        width: 50px; } }

.item-list {
  font-size: 14px; }
  .item-list li:not(:last-child) {
    margin-bottom: .5rem; }
  .item-list .item-summary {
    color: #333;
    display: block;
    font-weight: 600; }

.status-title,
.status-list li {
  padding-left: 40px; }

.status-list li {
  margin-bottom: 5px;
  position: relative; }
  .status-list li:before {
    display: inline-block;
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 700;
    font-size: 20px;
    height: 50px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -2px;
    width: 30px; }
  .status-list li.active {
    color: #333;
    font-weight: 700; }
    .status-list li.active:before {
      color: #4b99d2;
      content: "\f192"; }
  .status-list li.complete:before, .status-list li.success:before {
    color: #14af64;
    content: "\f058"; }
  .status-list li.incomplete:before, .status-list li.danger:before {
    color: rgba(0, 0, 0, 0.2);
    content: "\f192";
    font-family: "Font Awesome 5 Light", sans-serif; }

.marker-title:after {
  background-image: url("../images/marker-destination-example.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 36px;
  margin-left: 10px;
  width: 40px; }

.driver-overview .driver-img {
  background-color: #ccc;
  border: solid 3px #ccc;
  border-style: solid;
  border-width: 3px;
  height: 80px;
  width: 80px; }
.driver-overview .tab-pane {
  background-color: #f0f0f0; }
.driver-overview .nav-pills .nav-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #666; }
  .driver-overview .nav-pills .nav-link.active {
    background-color: transparent;
    border-bottom: solid 2px #333;
    color: #333;
    font-weight: 600; }
  @media (max-width: 480px) {
    .driver-overview .nav-pills .nav-link {
      font-size: 12px;
      padding: .5rem; } }
.driver-overview.driver-1 .driver-img {
  background-color: #05699b; }
.driver-overview.driver-1 .driver-img,
.driver-overview.driver-1 .nav-link.active {
  border-color: #05699b;
  color: #05699b; }
.driver-overview.driver-1 .driver-name {
  color: #05699b; }
.driver-overview.driver-2 .driver-img {
  background-color: #990101; }
.driver-overview.driver-2 .driver-img,
.driver-overview.driver-2 .nav-link.active {
  border-color: #990101;
  color: #990101; }
.driver-overview.driver-2 .driver-name {
  color: #990101; }
.driver-overview.driver-3 .driver-img {
  background-color: #036803; }
.driver-overview.driver-3 .driver-img,
.driver-overview.driver-3 .nav-link.active {
  border-color: #036803;
  color: #036803; }
.driver-overview.driver-3 .driver-name {
  color: #036803; }
.driver-overview.driver-4 .driver-img {
  background-color: #992099; }
.driver-overview.driver-4 .driver-img,
.driver-overview.driver-4 .nav-link.active {
  border-color: #992099;
  color: #992099; }
.driver-overview.driver-4 .driver-name {
  color: #992099; }

.job-list li {
  background-color: #fff; }
@media (min-width: 767px) {
  .job-list.driver-list li {
    background-color: rgba(255, 255, 255, 0.6); }
  .job-list.driver-list .active-job {
    -webkit-box-shadow: 0 4px 10px #ccc;
    -moz-box-shadow: 0 4px 10px #ccc;
    box-shadow: 0 4px 10px #ccc;
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    background-color: #fff; } }
.job-list li + li {
  border-top: solid 1px #f0f0f0; }
.job-list .item,
.job-list .miles-from {
  padding-left: 25px; }
  .driver-overview .job-list .item, .driver-overview
  .job-list .miles-from {
    padding-right: 25px; }
.job-list .item {
  position: relative; }
  .job-list .item:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 10px; }
  .job-list .item.active:before {
    background-color: #00cccc; }
  .job-list .item.complete:before, .job-list .item.success:before {
    background-color: #14af64; }
  .job-list .item.incomplete:before {
    background-color: #999; }
  .job-list .item.danger:before {
    background-color: #ed344e; }
  .job-list .item .dashboard-marker {
    position: absolute;
    right: 0;
    top: 0; }
@media (max-width: 480px) {
  .job-list .miles-from {
    padding-left: 0; } }

@media (min-width: 991px) {
  .admin-sidebar {
    height: calc(100vh - 60px);
    overflow-y: scroll;
    position: fixed;
    left: 0; } }
.admin-sidebar .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .admin-sidebar .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .admin-sidebar .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ccc;
  width: 4px; }
.admin-sidebar .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #252a3e; }
.admin-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }
.admin-sidebar .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .admin-sidebar .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin-top: 60px; }

.pagination .pagination-btn {
  border: solid 1px #252a3e;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: #252a3e;
  display: inline-block;
  padding: 5px 15px; }
  .pagination .pagination-btn:hover {
    background-color: #252a3e;
    color: #fff;
    text-decoration: none; }
  .pagination .pagination-btn, .pagination .pagination-btn:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
.pagination .disabled {
  border-color: #999999;
  color: #666;
  opacity: .7;
  pointer-events: none; }

.slot-list {
  font-size: 0;
  list-style: none;
  padding: 0; }
  .slot-list li {
    background-color: #fff;
    border: solid 1px #f0f0f0;
    cursor: help;
    display: inline-block;
    height: 35px;
    font-size: 1rem;
    padding: 5px;
    text-align: center;
    width: 35px; }
    .slot-list li.amber {
      background-color: #fff3cd;
      border-color: #f9df91;
      color: #cc6600; }
    .slot-list li.green {
      background-color: #d4edda;
      border-color: #c3e6cb;
      color: #14af64; }
    .slot-list li.red {
      background-color: #f8d7da;
      border-color: #f5c6cb;
      color: #ed344e; }

.time-slot {
  background-color: #f0f2ff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #3769fe;
  min-width: 230px;
  padding: 10px 20px; }
  .time-slot .far {
    color: #666; }

.slot-star {
  color: #ffa730; }

.form-control.control-date {
  font-size: 13px; }

/* Dashboard grid */
.grid-slot {
  align-items: center;
  font-weight: 700;
  height: 60px;
  justify-content: center; }

.driver-slot {
  position: relative;
  width: 300px; }
  .driver-slot + .driver-slot {
    border-left: solid 1px rgba(0, 0, 0, 0.1); }
  .driver-slot:last-child {
    border-right: solid 1px rgba(0, 0, 0, 0.1); }
  .driver-slot .heading {
    align-items: center;
    background-color: #e9edf6;
    height: 60px;
    justify-content: center; }
    .driver-slot .heading .img-driver {
      max-height: 40px;
      max-width: 40px;
      min-height: 40px;
      position: relative; }
      .driver-slot .heading .img-driver .fas {
        color: #4b99d2;
        left: -8px;
        position: absolute;
        top: -2px; }

.job-slot,
.travel-slot {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%; }

.job-slot {
  align-items: center;
  background-color: #38405e;
  border-left: solid 5px #3769fe;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: flex;
  font-size: .8rem;
  max-width: 94%;
  padding: 0 10px; }
  .job-slot .badge {
    font-size: 85%; }
  .job-slot a:hover {
    color: #fff; }
  .job-slot a:focus {
    box-shadow: none;
    outline: 0; }

.travel-slot {
  background-color: #ccc;
  cursor: help;
  max-width: calc(94% - 10px);
  opacity: .7; }

/*# sourceMappingURL=styles.css.map */
.alert-generated .alert-prefix {
    padding: 1rem;
}

.alert-generated .alert-content {
    padding: 1rem;
}

.dd-title {
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    padding: 15px 20px;
}