@import "https://unpkg.com/leaflet@1.7.1/dist/leaflet.css";
@import "https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css";
@import "https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css";
@import "bootstrap.css";
@import "font-awesome.css";
html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  position: relative;
  background-color: #E6E7E7;
  padding: 0 30px;
}
body .page-contents {
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.25s linear;
  padding: 0px 0px 90px 0px;
  min-height: 80%;
}
body .loader {
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.25s linear;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0%;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}
body.inited .page-contents,
body.guest .page-contents {
  opacity: 1;
}
body.inited .loader,
body.guest .loader {
  opacity: 0;
}
*:focus {
  outline: none;
}
.page-container {
  background-color: #fff;
  padding: 0 30px;
  position: relative;
}
.page-content {
  padding: 30px 0;
  min-height: 700px;
}
.footer {
  background-color: #FBFBFB;
  color: #9EA1A1;
  padding: 30px;
  font-size: 12px;
  height: 80px;
  border-top: 1px solid #E6E7E7;
}
.glyphicon.slow-right-spinner {
  -webkit-animation: glyphicon-spin-r 3s infinite linear;
  animation: glyphicon-spin-r 3s infinite linear;
}
@keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
.col-md-offset-5ths {
  margin-left: 20%;
}
.flex-row {
  display: flex;
}
.flex-row.bottom {
  align-items: flex-end;
}
.flex-row .col {
  flex-grow: 1;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .container {
    width: calc(100vw - 220px);
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.loading,
.loading:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loading {
  margin: -80px auto;
  position: relative;
  border-top: 3px solid rgba(10, 10, 10, 0.2);
  border-right: 3px solid rgba(60, 60, 60, 0.2);
  border-bottom: 3px solid rgba(120, 120, 120, 0.2);
  border-left: 3px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  font-family: Georgia, serif;
  color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
label {
  font-family: 'Nunito', sans-serif;
}
/** Copytext **/
p {
  font-size: 16px;
  line-height: 21px;
}
a {
  color: #73e6b2;
}
a:hover {
  text-decoration: none;
  color: #666;
}
.labelvalue-block p {
  font-size: 14px;
  color: var(--color-grey-muted);
}
.labelvalue-block p strong {
  opacity: 1;
  color: var(--color-grey-dark);
}
/** Headlines **/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 0;
}
h1 {
  font-size: 32px;
  line-height: 40px;
  color: #999999;
}
h2 {
  font-size: 26px;
  color: #999999;
}
h3 {
  font-size: 20px;
  color: #999999;
}
h4 {
  font-size: 18px;
  color: #999999;
}
.small,
small {
  color: #9EA1A1;
  font-weight: normal;
  line-height: 1.4em;
}
.align-right {
  text-align: right;
}
.warn {
  color: #73e6b2 !important;
}
.btn {
  width: 100%;
  height: 50px;
  border-radius: 0;
  font-size: 16px;
  color: white;
  border: none;
  outline: none;
  margin-bottom: 10px;
  transform: perspective(1px) translateZ(0);
}
.btn .glyphicon {
  top: 4px;
}
.btn:hover {
  color: white;
}
.btn-xs {
  height: 30px;
  width: auto;
  display: inline-block;
  font-size: 12px;
}
.btn.btn-primary {
  background-color: #E27C00;
}
.btn.btn-primary:hover {
  background-color: #7c4400;
}
.btn.btn-default {
  background-color: #9EA1A1;
}
.btn.btn-default:hover {
  background-color: #6b6e6e;
}
.btn-xs.btn-primary:hover {
  background-color: #7c4400;
}
.btn-xs.btn-default:hover {
  background-color: #6b6e6e;
}
.btn.btn-ghost {
  background: transparent;
  border: 1px solid #9EA1A1;
  color: #9EA1A1;
}
.btn.btn-ghost:hover {
  background-color: #9EA1A1;
  color: white;
}
.format-date {
  white-space: nowrap;
}
.status {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
}
.status.status-idle {
  background-color: #E6E7E7;
}
.status.status-disposed {
  background-color: #FFF300;
}
.status.status-booked {
  background-color: #E27C00;
}
.btn.btn-inverse {
  background-color: #eeeeee00;
  color: #337ab7;
}
.btn.btn-inverse:hover {
  color: #ec9d2f;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 40px;
}
.mb-4 {
  margin-bottom: 80px;
}
.label.label-status {
  color: #636b6f;
  /** Punctuality Status Colors **/
  /** Transit Status Colors **/
  /* &.label-unknown::before {
    color: #A9A9A9 ;
  }*/
}
.label.label-status::before {
  content: "●";
  font-size: large;
  margin-right: 5%;
}
.label.label-status.label-unknown::before {
  color: mediumpurple;
}
.label.label-status.label-incomplete::before,
.label.label-status.label-communication-problems::before,
.label.label-status.label-dataprocessingerror::before,
.label.label-status.label-stopped::before {
  color: red;
}
.label.label-status.label-canceled::before {
  color: #333;
}
.label.label-status.label-initial::before,
.label.label-status.label-new::before,
.label.label-status.label-unused::before {
  color: lightgrey;
}
.label.label-status.label-active::before,
.label.label-status.label-skipped::before,
.label.label-status.label-in-progress::before,
.label.label-status.label-changed::before {
  color: yellow;
}
.label.label-status.label-booked::before {
  color: blue;
}
.label.label-status.label-completed::before {
  color: #00A000;
}
.label.label-status.label-autocompleted::before {
  color: #00da3d;
}
.label.label-status.label-unpaired::before {
  color: #e0b700;
}
.label.label-status.label-on-time-est::before {
  color: #9ad35e;
}
.label.label-status.label-earlier-est::before {
  color: #00b0f0;
}
.label.label-status.label-delayed-est::before {
  color: #ff0b00;
}
.label.label-status.label-on-time-act::before {
  color: #00b050;
}
.label.label-status.label-earlier-act::before {
  color: #012060;
}
.label.label-status.label-delayed-act::before {
  color: #c00600;
}
.label.label-status.label-on-schedule-est::before {
  color: #90EE90;
}
.label.label-status.label-before-schedule-est::before {
  color: #87CEFA;
}
.label.label-status.label-behind-schedule-est::before {
  color: #FFCCCB;
}
.label.label-status.label-on-schedule-act::before {
  color: #006400;
}
.label.label-status.label-before-schedule-act::before {
  color: #00008B;
}
.label.label-status.label-behind-schedule-act::before {
  color: #8B0000;
}
.ko-formengine-form .form-control {
  height: 40px;
  font-size: 14px;
}
.ko-formengine-form .form-group {
  margin: 0 0 20px 0;
}
.ko-formengine-form label {
  font-size: 14px;
  color: #000;
  margin-bottom: 4px;
}
.ko-formengine-form .form-control[disabled],
.ko-formengine-form .form-control[readonly],
.ko-formengine-form fieldset[disabled] .form-control {
  background: none;
  opacity: 1;
  border: none;
  padding: 0;
}
.ko-formengine-field small {
  display: block;
  margin: 0 0 20px 0;
}
.ko-formengine-field input[type="radio"]:focus,
.ko-formengine-field .checkbox input[type="checkbox"]:focus {
  outline: 1px;
  outline-color: #999999;
  outline-style: solid;
  outline-offset: 0px;
}
.ko-formengine-field span.inlineerror {
  position: absolute;
  top: 36px;
  right: 20px;
  color: #73e6b2;
}
.ko-formengine-field small.error-msg {
  top: 70px;
}
.ko-formengine-field.type-hidden {
  display: none;
}
.ko-formengine-field.type-text textarea {
  height: 80px;
}
.ko-formengine-field .datepickerTz-widget .type-select {
  margin: 0;
}
.ko-formengine-field .datepickerTz-widget .type-select select {
  width: 50%;
  height: 20px;
  font-size: 14px;
  top: -24px;
  font-family: 'Nunito', sans-serif;
  text-align: right;
}
.ko-formengine-field .datepickerTz-widget .type-input small.error-msg {
  top: 45px;
}
@media only screen and (max-width: 480px) {
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-left: 0px !important;
  }
}
.sortable-table-widget {
  margin-bottom: 20px;
}
.sortable-table-widget .jcl-table table thead {
  background-color: #E6E7E7;
  color: #6E7171;
  font-weight: bold;
}
.sortable-table-widget .jcl-table table thead th {
  font-weight: bold;
  border: none;
  vertical-align: bottom;
  padding: 13px 8px;
}
.sortable-table-widget .jcl-table table thead th.sorting,
.sortable-table-widget .jcl-table table thead th.sorting_asc,
.sortable-table-widget .jcl-table table thead th.sorting_desc {
  background-position: right 5px bottom 19px;
  background-repeat: no-repeat;
}
.sortable-table-widget .jcl-table table thead th.sorting_asc,
.sortable-table-widget .jcl-table table thead th.sorting_desc {
  background-color: #dee0e0;
}
.sortable-table-widget .jcl-table table thead th.sorting {
  background-image: url("/assets/img/sort_both.png");
}
.sortable-table-widget .jcl-table table thead th.sorting_asc {
  background-image: url("/assets/img/sort_asc.png");
}
.sortable-table-widget .jcl-table table thead th.sorting_desc {
  background-image: url("/assets/img/sort_desc.png");
}
.sortable-table-widget .jcl-table table tbody {
  color: #2F3233;
  font-weight: normal;
  font-size: 14px;
  border-bottom-color: #E6E7E7;
}
.sortable-table-widget .jcl-table table tbody td {
  font-size: 13px;
  padding: 8px 4px;
}
.sortable-table-widget .jcl-table table tfoot .pagination {
  display: table-row;
  text-align: center;
}
.sortable-table-widget .jcl-table table tfoot .pagination button {
  padding: 0 10px;
  margin: 0 10px;
}
.sortable-table-widget .jcl-table table tbody tr:hover {
  transform: scale(1);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.sortable-table-widget .jcl-table table tr.even {
  background-color: #fff;
}
.sortable-table-widget .jcl-table table tr.even:hover {
  background-color: #ffffff;
}
.sortable-table-widget .jcl-table table tr.odd {
  background-color: #FBFBFB !important;
}
.sortable-table-widget .jcl-table table tr.odd:hover {
  background-color: #ffffff;
}
.sortable-table-widget .jcl-table table td {
  border: none;
}
.sortable-table-widget .jcl-table table td.format-float,
.sortable-table-widget .jcl-table table td.format-float-3 {
  text-align: right;
}
.sortable-table-widget .header h4 {
  display: inline-block;
}
.sortable-table-widget .header .options {
  display: inline-block;
}
.sortable-table-widget .header .options .btn-xs {
  margin-right: 5px;
  padding: 0 10px;
}
.sortable-table-widget .header .input-group.search {
  width: 25%;
  margin-bottom: 20px;
}
.sortable-table-widget .header .input-group.search .form-control {
  height: 30px;
  font-size: 12px;
}
.sortable-table-widget .header .table-search .clear-search {
  position: absolute;
  z-index: 10;
  right: 50px;
  top: 5px;
  left: auto;
  width: 20px;
  height: 20px;
  background: #E6E7E7;
  border-radius: 20px;
  cursor: pointer;
}
.sortable-table-widget .header .table-search .clear-search:hover {
  background: #6E7171;
}
.sortable-table-widget .header .table-search .clear-search .glyphicon {
  color: white;
  top: 2px;
  left: 3px;
}
.sortable-table-widget .table td.options {
  padding: 0;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  padding-right: 5px;
}
.sortable-table-widget .table td.options .holder {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  transition-property: transform;
  transition-duration: 0.3s;
}
.sortable-table-widget .table td.options .holder button.btn-xs {
  width: 30px;
  height: 30px;
  background-color: #F4F4F4;
  color: #666;
  display: block;
  padding: 0;
  margin: 0;
  margin-right: 1px;
}
.sortable-table-widget .table td.options .holder button.btn-xs:hover {
  background-color: #9EA1A1;
  color: #fff;
}
.isloading * {
  display: none;
}
.isloading::before {
  content: "Loading data...";
}
.refreshing::after {
  content: "";
}
@media only screen and (max-width: 480px) {
  .sortable-table-widget.logwintable .header h4 {
    display: block;
  }
  .sortable-table-widget.logwintable .header .input-group.search {
    width: 95%;
    margin: 0 10px 10px 0px;
  }
}
.generic-edit-page .form-group.ko-formengine-field.type-checkbox .clearfix {
  display: flex;
  flex-flow: wrap;
}
.generic-edit-page .form-group.ko-formengine-field.type-checkbox .clearfix .checkbox {
  width: 50%;
}
/*# sourceMappingURL=styles.css.map */