/* override theme colours */
#content-header .icon-box.pull-right a:hover {
  color: #333f5e;
}

.theme-whbl #header-navbar .nav > li > a:hover, .theme-whbl #header-navbar .nav > li > a:focus, .theme-whbl #header-navbar .nav .open > a, .theme-whbl #header-navbar .nav .open > a:hover, .theme-whbl #header-navbar .nav .open > a:focus, .theme-whbl .navbar-toggle:hover, .theme-whbl .navbar-toggle:focus, .theme-whbl .mobile-search.active > .btn {
  background-color: #333f5e;
}

.theme-whbl h1, .theme-whbl a, a:not(.btn):hover, a:not(.btn):focus, .theme-whbl .pagination > li > a, .theme-whbl .pagination > li > span, .theme-whbl .pagination > li > a:hover, .theme-whbl .pagination > li > span:hover, .theme-whbl .pagination > li > a:focus, .theme-whbl .pagination > li > span:focus, .theme-whbl .pagination > li > a:active, .theme-whbl .pagination > li > span:active {
  color: #3F4D73;
}

.theme-whbl #header-navbar, .theme-whbl .btn-primary, .theme-whbl .pagination > .active > a, .theme-whbl .pagination > .active > span, .theme-whbl .pagination > .active > a:hover, .theme-whbl .pagination > .active > span:hover, .theme-whbl .pagination > .active > a:focus, .theme-whbl .pagination > .active > span:focus {
  background-color: #3F4D73 !important;
  border-color: #3F4D73 !important;
}

.radio label:after {
  background-color: #3F4D73;
  border: 1px solid #3F4D73;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-top: 2px solid #3F4D73;
}

.radio input[type=radio]:checked + label:before, .radio input[type=radio]:hover + label:before {
  border-color: #3F4D73;
}

.dataTable thead tr th:hover {
  color: #3F4D73;
}

.checkbox-nice label:after {
  border: 3px solid #3F4D73;
  border-top: none;
  border-right: none;
}

.overview-boxes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 4rem;
  padding-top: 25px;
}

.overview-box {
  border-width: 1px;
  border-style: solid;
  border-color: #DCDCDC;
  width: 100%;
  padding: 15px;
  text-align: center;
}

.overview-box-metric {
  font-size: 35px;
  font-weight: 400;
}

.overview-box-metric-label {
  font-size: 14px;
  font-weight: 700;
}

.info {
  display: flex;
  flex-direction: column;
  width: 33.3%;
  padding-top: 25px;
  padding-left: 8px;
}
.info .attribute {
  font-weight: bold;
}

.fw {
  width: 100%;
}

.fw button {
  width: 100px;
}

#info-row {
  display: flex;
  flex-direction: row;
}

.overview-title {
  font-size: 18px;
  font-weight: 700;
  color: #1E1E1E !important;
  padding-left: 8px;
  margin-top: 30px;
  margin-bottom: 0;
}

.signed-off {
  font-weight: bold;
  float: right;
}
.signed-off i {
  color: green;
}

.not-signed-off {
  font-weight: bold;
  float: right;
}
.not-signed-off i {
  color: #e3ca1e;
}

.btn-default[disabled] {
  background-color: grey !important;
}

div.location {
  display: flex;
  flex-direction: row;
  align-items: center;
}

div.location .value {
  display: inline;
  margin-bottom: 0;
  margin-right: 10px;
}

.ml-8 {
  margin-left: 8px;
}

.mt-0 {
  margin-top: 0;
}

.mt-30 {
  margin-top: 30px !important;
}

.ui-timepicker-container {
  z-index: 3500 !important;
}

.highest-order {
  z-index: 3500 !important;
}

.equipment, .truck, .employee {
  width: 100%;
  border-radius: 3.14px;
  height: 25px;
  color: white;
  background-color: #3F4D73;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: center;
  gap: 8px;
  margin-bottom: 3px;
}

.employee {
  background-color: #E9BC1C;
}
.employee div.pipe {
  color: #ECE1B9;
  border-left: 1px solid #ECE1B9;
}
.employee.dispatched {
  background-color: #496BC7;
}
.employee.dispatched div.pipe {
  color: #96A5CD;
  border-left: 1px solid #96A5CD;
}
.employee.confirmed {
  background-color: #1BB12A;
}
.employee.confirmed div.pipe {
  color: #93CF99;
  border-left: 1px solid #93CF99;
}

.equipment-data, .truck-data, .employee-data {
  display: flex;
  align-self: center;
  justify-content: center;
}

.pipe {
  color: #9FA6B9;
  border-left: 1px solid #9FA6B9;
  display: flex;
  justify-content: center;
}

.remove-equipment, .remove-truck, .remove-employee {
  color: #9FA6B9;
  align-self: center;
  justify-content: center;
  margin-left: 8px;
}
.remove-equipment:hover, .remove-truck:hover, .remove-employee:hover {
  color: #afb5cc;
}

.employee .remove-employee {
  color: #ECE1B9;
}
.employee .remove-employee:hover {
  color: #f5e9bf;
}
.employee .remove-employee.dispatched {
  color: #96A5CD;
}
.employee .remove-employee.dispatched:hover {
  color: #9fb1dc;
}
.employee .remove-employee.confirmed {
  color: #93CF99;
}
.employee .remove-employee.confirmed:hover {
  color: #a4e7ac;
}

.employee .remove-employee {
  color: #ECE1B9;
}
.employee .remove-employee:hover {
  color: #f5e9bf;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
               supported by Chrome, Edge, Opera and Firefox */
}

.modal-content {
  display: flex;
  flex-direction: column;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-header .modal-title {
  flex-grow: 1;
}
.modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
}

.dd-unscheduled {
  cursor: pointer;
}

.ui-state-active {
  border: 2px dashed black !important;
}

.ui-state-hover {
  background-color: #afafaf;
}

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

.mb-5 {
  margin-bottom: 15px;
}

.mt-0 {
  margin-top: 0;
}

.site-address {
  font-size: 14px;
}

#dispatch-all-btn {
  align-self: center;
  justify-self: center;
  padding-left: 10px;
}

#schedule {
  width: 100%;
  overflow-x: scroll;
}

#schedule-table {
  min-width: 1200px;
}

.modal {
  z-index: 9999;
}

.fa-large {
  font-size: 48px;
}

/*# sourceMappingURL=styles.css.map */
