address-details {
  display: block;
}
.address-detail__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 5px;
}
.address-detail__block .address-detail__item {
  width: 60px;
  margin-top: 10px;
}
.address-restriction {
  margin-top: 15px;
}
.address-restriction__block__item {
  display: flex;
  align-items: center;
}
.address-restriction__block__item label {
  margin-top: 0 !important;
}
.resized-table {
  text-align: left;
  border-radius: 4px;
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 648px;
}
.resized-table .table-head {
  position: relative;
  min-width: 100%;
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px 0 0;
}
.resized-table .table-head .table-column .column-container {
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
}
.resized-table .table-head .table-column .column-container.search-block {
  padding: 5px;
  display: flex;
  align-items: center;
}
.resized-table .table-head .head-search-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
.resized-table .table-head .head-search-icon.opened i {
  background-position: -98px -26px;
}
.resized-table .table-head .head-search-icon i {
  width: 20px;
  height: 20px;
  background-image: url("/images/sized-table-sprite.png");
  background-position: -73px -26px;
}
.resized-table .table-head input.head-search-input {
  width: calc(100% - 30px);
  padding: 2px 12px 2px 3px;
}
.resized-table .table-head .table-configuration {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 36px;
}
.resized-table .table-head .table-configuration .config-dots {
  width: 20px;
  font-size: 22px;
}
.resized-table .table-head .table-configuration ul.fields-dropdown-menu {
  top: 35px;
  left: -190px;
  width: 100% !important;
  min-width: 180px !important;
  overflow-y: scroll;
  max-height: 595px;
}
.resized-table .table-head .table-configuration ul.fields-dropdown-menu li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.resized-table .table-head .table-configuration ul.fields-dropdown-menu li .move-arrows {
  display: flex;
  flex-direction: column;
}
.resized-table .table-head .table-configuration ul.fields-dropdown-menu li .move-arrows .move-down-arrow,
.resized-table .table-head .table-configuration ul.fields-dropdown-menu li .move-arrows .move-up-arrow {
  width: 24px;
  height: 15px;
  background-image: url("/images/sized-table-sprite.png");
  background-position: 0 -28px;
}
.resized-table .table-head .table-configuration ul.fields-dropdown-menu li .move-arrows .move-down-arrow {
  transform: rotate(180deg);
}
.resized-table .table-head .table-configuration.dropdown.open > .dropdown-menu.fields-dropdown-menu {
  display: flex !important;
  flex-direction: column !important;
}
.resized-table .table-body {
  height: 70vh;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.resized-table .table-body .table-row {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  transition: all 0.2s;
}
.resized-table .table-body .table-row .table-column .column-container {
  padding: 5px 10px;
  font-size: 12px;
}
.resized-table .table-body .table-row .table-column .column-container p {
  word-break: break-word;
  margin: 0;
}
.resized-table .table-body .table-row.empty-row {
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}
.resized-table .table-body .table-row.empty-row p {
  font-size: 12px;
}
.resized-table .table-body .id-status-box {
  border-radius: 4px;
  text-align: center;
  padding: 5px;
}
.isi-dark-theme .resized-table {
  border: 1px solid #2c3145;
}
.isi-dark-theme .resized-table .table-head {
  background-color: #282F48 !important;
  border-bottom: 1px solid #374569;
  color: #868ea6;
}
.isi-dark-theme .resized-table .table-head .head-search-icon {
  background-color: #353D5A;
}
.isi-dark-theme .resized-table .table-head .head-search-icon.opened {
  background-color: #007BFF;
}
.isi-dark-theme .resized-table .table-body {
  background-color: #282F48 !important;
}
.isi-dark-theme .resized-table .table-body .table-row {
  color: #fafafa;
  background-color: #374569;
}
.isi-dark-theme .resized-table .table-body .table-row .table-column .column-container p {
  color: #fafafa;
}
.isi-dark-theme .resized-table .table-body .table-row.info,
.isi-dark-theme .resized-table .table-body .table-row:hover,
.isi-dark-theme .resized-table .table-body .table-row.order-hold:hover,
.isi-dark-theme .resized-table .table-body .table-row__local-menu-opened {
  background-color: #29609B;
}
.isi-dark-theme .resized-table .table-body .table-row.order-hold {
  background-color: #232936;
  color: #999999;
}
.isi-dark-theme .resized-table .table-body .table-row.order-hold p {
  color: #999999;
}
.isi-dark-theme .resized-table .table-body .table-row.empty-row p {
  color: #fafafa;
}
.isi-dark-theme .resized-table .table-body .id-status-box {
  color: #FFFFFF;
}
.isi-white-theme .resized-table {
  border-color: #ddd;
}
.isi-white-theme .resized-table .table-head {
  background-color: #E8EAEF !important;
  border-bottom-color: #ddd;
  color: #424950;
}
.isi-white-theme .resized-table .table-head .head-search-icon {
  background-color: #353D5A;
}
.isi-white-theme .resized-table .table-head .head-search-icon.opened {
  background-color: #007BFF;
}
.isi-white-theme .resized-table .table-body {
  background-color: #E8EAEF !important;
}
.isi-white-theme .resized-table .table-body .table-row {
  color: #424950;
  background-color: #e3e3e3;
}
.isi-white-theme .resized-table .table-body .table-row .table-column .column-container p {
  color: #424950;
}
.isi-white-theme .resized-table .table-body .table-row.info,
.isi-white-theme .resized-table .table-body .table-row:hover,
.isi-white-theme .resized-table .table-body .table-row.order-hold:hover,
.isi-white-theme .resized-table .table-body .table-row__local-menu-opened {
  background-color: #F5F7FA;
}
.isi-white-theme .resized-table .table-body .table-row.order-hold {
  background-color: #ccc;
}
.isi-white-theme .resized-table .table-body .table-row.order-hold p {
  color: #999999;
}
.isi-white-theme .resized-table .table-body .table-row.empty-row p {
  color: #424950;
}
.isi-white-theme .resized-table .table-body .id-status-box {
  color: #FFFFFF;
}
.mailing-messages-block h4 {
  font-size: 14px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}
.mailing-messages-block .button-tabs {
  display: flex;
  margin-bottom: 10px;
}
.mailing-messages-block .button-tabs a {
  display: flex;
  align-items: center;
  font-size: 12px;
  width: 330%;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 5px;
  text-decoration: none;
}
.mailing-messages-block .button-tabs a i {
  font-size: 1.8em;
  color: #1975D0;
  margin-right: 10px;
}
.mailing-messages-block .button-tabs a:hover,
.mailing-messages-block .button-tabs a:focus,
.mailing-messages-block .button-tabs a.active {
  background-color: rgba(25, 117, 208, 0.3);
  color: #ffffff !important;
}
.mailing-messages-block .filter {
  position: relative;
  display: flex;
}
.mailing-messages-block .filter input,
.mailing-messages-block .filter select {
  margin: 10px;
}
.mailing-messages-block .filter input {
  padding-right: 25px;
}
.mailing-messages-block .filter .close-span {
  cursor: pointer;
  position: absolute;
  left: 263px;
  top: 17px;
}
.mailing-messages-block .table-container {
  margin-bottom: 10px;
  overflow-y: auto;
  max-height: 65vh;
}
.mailing-messages-block .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.create-message-theme .ngdialog-content {
  background-color: #282F48 !important;
  margin-top: 50px !important;
}
.title h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.title .subtitle {
  display: flex;
  font-size: 12px;
  margin-bottom: 10px;
}
.title .subtitle .author,
.title .subtitle .date {
  margin-right: 10px;
}
.title .subtitle .author span:first-child,
.title .subtitle .date span:first-child {
  margin-right: 5px;
  color: #6E8A9F;
}
.title .subtitle .author span,
.title .subtitle .date span {
  margin-right: 5px;
  color: #ffffff;
}
.content {
  background-color: #262C41;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.content .text-right {
  text-align: right;
}
.content label {
  margin-top: 0 !important;
}
.content .btn-default {
  background-color: #6E8A9F;
  border-color: #6E8A9F;
  color: #ffffff;
}
.content .btn-default:hover,
.content .btn-default:focus {
  color: #666666;
}
.content textarea {
  min-height: 150px;
}
.content .recipient-ids {
  font-size: 10px;
  color: #ffffff;
  border: 1px solid #6E8A9F;
  padding: 5px 0;
  margin: 10px 0;
  max-height: 100px;
  overflow-y: auto;
}
.content .recipient-ids .recipient-id {
  display: inline-block;
  border: 1px solid #6E8A9F;
  border-radius: 3px;
  padding: 2px 5px;
  margin: 5px;
  position: relative;
}
.content .recipient-ids .recipient-id .delete-cross {
  position: absolute;
  right: -6px;
  top: -6px;
  font-size: 12px;
  cursor: pointer;
}
.footer {
  display: flex;
  justify-content: start;
}
.footer .end {
  margin-left: auto;
}
.preview {
  margin-top: 20px;
}
.document {
  width: 620px;
  margin: 0 auto;
  background-color: #ffffff;
}
.document__header {
  background-color: #fafafa;
  height: 100px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.document__body {
  padding: 20px;
  margin-bottom: 20px;
}
.document__footer {
  padding: 0 20px;
}
.document img {
  max-height: 60px;
  width: auto;
}
.document .company-logo {
  height: 100px;
  padding: 20px;
}
.document .company-name {
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #636274;
}
.document .subject {
  color: #555555;
  text-indent: 20px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.document .body {
  text-indent: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 2.5rem;
  overflow-wrap: break-word;
}
.document .inner-footer {
  background-color: #fafafa;
  color: #636274;
  text-align: center;
  padding: 20px;
}
.document p {
  margin: 10px 0;
  font-weight: 600;
}
.document span.powered-text {
  font-size: 12px;
  color: #333333;
  margin-right: 10px;
}
.document img.powered-img {
  max-width: 100px;
  height: auto;
  margin-right: 10px;
}
.document a.powered-link {
  font-size: 12px;
  color: #343891;
  text-decoration: underline;
}
.acknowledge-modal {
  background-color: #282F48 !important;
  margin-top: 25px !important;
}
.acknowledge-modal .content {
  background-color: #262C41;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.acknowledge-modal .content .text-right {
  text-align: right;
}
.acknowledge-modal .content p {
  color: white !important;
}
.acknowledge-modal-wrapper {
  margin-top: 100px !important;
}
.edit-price-modal .ngdialog-content {
  width: min-content !important;
}
.edit-price {
  width: auto;
}
.edit-price .header-wrapper .header-label {
  text-align: center;
}
.edit-price .block-wrapper {
  display: inline-block;
  padding: 5px;
}
.edit-price .block-wrapper:not(:first-child) {
  margin-left: 10px;
}
.edit-price .inline-label-with-value {
  white-space: nowrap;
}
.edit-price .inline-label-with-value .inline-value {
  margin-left: 5px;
}
.edit-price .payer-price-wrapper {
  display: inline-flex;
}
.edit-price .payer-price-wrapper .general-details-wrapper,
.edit-price .payer-price-wrapper .exception-wrapper {
  display: flex;
  align-items: center;
  width: auto;
}
.edit-price .payer-price-wrapper .exception-wrapper {
  margin-left: 10px;
}
.edit-price .editable-data-wrapper .price-details-wrapper,
.edit-price .editable-data-wrapper .buttons-wrapper {
  display: inline-flex;
}
.edit-price .price-details-wrapper {
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
}
.edit-price .price-details-wrapper .price-wrapper {
  width: 100%;
  padding: 15px 10px;
  padding-top: 0px;
}
.edit-price .buttons-wrapper {
  margin-top: 10px;
}
.edit-price .price-details-wrapper .price-wrapper .calculated-total-price {
  width: inherit;
}
.edit-price .span-input-block {
  font-size: 12px;
  border-radius: 2px !important;
  height: 30px;
  padding: 6px 12px;
  padding-left: 3px;
}
.edit-price .export-icon {
  position: relative;
  width: 110px;
  height: 24px;
  margin-right: 5px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0.1px;
  text-align: left;
}
.edit-price .export-icon input {
  height: 24px !important;
  width: 48px !important;
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
}
.edit-price .export-icon input + label::before,
.edit-price .export-icon input + label::after {
  cursor: pointer;
  position: absolute;
}
.edit-price .export-icon input + label::before {
  background-color: #282F48;
  border-radius: 12px;
  height: 24px !important;
  width: 130px !important;
  left: 0;
  top: 0;
  padding-top: 4px;
  text-align: left;
}
.edit-price .export-icon input:checked + label::before {
  background-color: #037BFF;
}
.edit-price .export-icon.distance-label input + label::before {
  content: "Custom Distance";
  background-color: inherit;
  font-size: 15.4px;
}
.edit-price .export-icon.distance-label {
  width: 140px !important;
}
.edit-price .export-icon.distance-label input:checked + label::before {
  background-color: inherit;
  color: #029ecf !important;
  text-decoration: underline;
}
.edit-price .export-icon.price-label input + label::before {
  content: "Custom Price";
  background-color: inherit;
  font-size: 15.4px;
}
.edit-price .export-icon.price-label input:checked + label::before {
  background-color: inherit;
  color: #029ecf !important;
  text-decoration: underline;
}
.edit-price .export-icon input:focus + label::before {
  box-shadow: 0 0 0 5px rgba(108, 117, 125, 0.5);
}
.edit-price .export-icon.distance-label input:focus + label::before,
.edit-price .export-icon.price-label input:focus + label::before {
  box-shadow: none;
}
.edit-group-price {
  width: 400px !important;
}
.edit-group-price .header-wrapper h5 {
  color: #fff;
}
.edit-group-price .header-wrapper .header-label {
  text-align: center;
}
.edit-group-price .editable-group-data-wrapper {
  flex-flow: column nowrap;
  display: flex;
}
.edit-group-price .group-price-details-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
}
.edit-group-price .group-price-details-wrapper .flex-label {
  flex: 1 1 0;
}
.edit-group-price .group-price-details-wrapper .flex-column-group {
  flex-flow: column nowrap;
  flex: 2 1 0;
}
.edit-group-price .group-price-details-wrapper .flex-column-group .error-msg {
  width: inherit;
}
.edit-group-price .buttons-wrapper {
  margin-top: 10px;
}
.container-vehicle {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 60%;
}
#route {
  min-width: 100%;
  min-height: 230px;
  display: block;
}
#capacity {
  min-width: 100%;
  overflow: hidden;
  min-height: 200px;
  display: block;
}
.capacity-place {
  height: 42px;
  width: 42px;
  border-radius: 21px;
  margin: 2px;
}
.scroll {
  max-height: 350px;
}
.picker-navigate.picker-navigate-right-arrow,
.picker-navigate.picker-navigate-left-arrow {
  font-weight: bolder;
  font-size: 28px;
}
.fnt11 {
  font-size: 11px;
}
.widget-icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 29px;
}
.widget-green {
  color: yellow;
}
.widget-red {
  color: red;
  border: 1px solid red;
  background-color: #3c3c3c;
}
.widget-icon-first {
  top: 2px;
  left: 2px;
  position: absolute;
}
.table-red-circle {
  position: absolute;
  right: 10px;
  top: 7px;
}
.driver-block-info {
  padding: 5px;
  cursor: pointer;
  width: 100%;
  position: relative;
  min-height: 131px;
  display: flex;
}
.driver-block-info.selected-driver {
  border-color: green;
}
.driver-block-info.selected-driver:hover .driver-hover-image {
  opacity: 0.5;
  background-color: green;
}
.add-order-theme .nav-tabs > li > a {
  padding: 2px 80px !important;
}
.driver-hover-image {
  position: absolute;
  opacity: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  text-decoration: underline;
}
.driver-block-image {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.driver-block-vehicle {
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}
@media screen and (max-width: 767px) {
  .table-violations {
    width: 100% !important;
    float: none !important;
  }
  .table-violations .margin-auto {
    margin: 0 auto;
    float: none;
  }
  .driver-block-vehicle {
    margin: 5px auto;
    float: none;
  }
}
.table-violations {
  float: right;
  min-width: 400px;
  width: 30%;
  min-height: 136px;
}
.image-driver {
  float: left;
  clear: both;
  padding-right: 5px;
  height: 106px;
}
.driver-info {
  /*display: flex;
  flex-direction: column;
  float: left;*/
  min-width: 120px;
  font-size: 10px;
}
.driver-info .greyed-color {
  margin-right: 10px;
  word-wrap: break-word;
}
.red {
  color: red;
}
.green {
  color: green;
}
.yellow {
  color: yellow;
}
.multiply-day {
  background-color: #019FCF !important;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
  font-weight: bolder;
}
.table-container.no-padding-table.multiply-days-table td {
  padding: 9px !important;
}
.price-block-fee {
  position: absolute;
  align-items: center;
  margin-left: 9px;
  width: 64px;
  height: 40px;
  background-repeat: no-repeat;
  top: calc(40% - 34px);
  display: none;
  font-size: 13px;
  text-align: center;
  font-weight: bolder;
  margin-top: -40px;
}
.leftBankArrows,
.rightBankArrows {
  width: 18px;
  height: 31px;
  display: table-cell;
  opacity: .2;
  transition: 0.4s;
  animation: lgArrow 2s 4s;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  vertical-align: middle;
}
.leftBankSMArrow,
.rightBankSMArrow {
  content: '';
  width: 12px;
  height: 22px;
  display: table-cell;
  opacity: .1;
  transition: 0.4s;
  animation: smArrow 2s 3s;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  vertical-align: middle;
  background-position-y: 4px !important;
}
.leftBankSMArrow:first-child,
.rightBankSMArrow:last-child {
  content: '';
  width: 7px;
  height: 22px;
  display: table-cell;
  opacity: .1;
  transition: 0.4s;
  animation: smArrow 1.5s 2s;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  vertical-align: middle;
  background-position-y: 7px !important;
}
.btn-order-save,
.btn-order-save-hold {
  margin: 0 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.route-panel {
  display: flex;
  flex-direction: column;
  width: 270px;
  min-width: 270px;
  margin-left: 10px;
}
.route-panel .material-symbols-outlined {
  font-size: 24px !important;
  cursor: pointer;
}
@keyframes smArrow {
  100% {
    opacity: .8;
  }
}
@keyframes lgArrow {
  100% {
    opacity: .9;
  }
}
.leftBankSMArrow {
  left: 24px;
  background: url(/images/bankArrowSmallLeft.svg) no-repeat;
}
.rightBankSMArrow {
  left: 24px;
  background: url(/images/bankArrowSmallRight.svg) no-repeat;
}
.leftBankArrows {
  background: url(/images/bankArrowBigLeft.svg) no-repeat;
}
.rightBankArrows {
  background: url(/images/bankArrowBigRight.svg) no-repeat;
}
.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.price-block-image {
  position: absolute;
  align-items: center;
  margin-left: 0;
  width: 73px;
  height: 71px;
  background-repeat: no-repeat;
  top: calc(40% - 34px);
  display: none;
  z-index: 1;
}
.price-night {
  background-image: url(/images/price-block-night.png);
  display: inline-block;
}
.price-holiday {
  background-image: url(/images/price-block-holiday.png);
  display: inline-block;
}
.price-star {
  background-image: url(/images/price-block-star.png);
  display: inline-block;
}
.price-block {
  position: absolute;
  margin-left: 0;
  width: 83px;
  height: 71px;
  top: calc(40% - 34px);
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  text-align: center;
  font-weight: bolder;
  justify-content: center;
  z-index: 1;
}
.price-block-fee {
  z-index: 1;
}
.price-block-miles {
  position: absolute;
  margin-left: -35px;
  width: 137px;
  display: inline-block !important;
  text-align: right;
  height: 17px;
  border-bottom: 1px dashed grey;
  padding-bottom: 5px;
  padding-right: 15px;
  top: 170%;
  font-size: 11px;
  font-weight: bold;
  color: white;
}
.mh56 {
  min-height: 56px;
}
.order-vehicle-block {
  background-color: #1D253C;
  position: relative;
  top: 0;
  right: 0;
  height: auto;
  z-index: 2;
}
.order-vehicle-block img {
  width: 50px;
  height: 50px;
  margin-top: 3px;
  object-fit: cover;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid green;
}
.current-order {
  border: 2px dashed green !important;
}
.current-order td {
  padding: 2px !important;
  border: none !important;
}
.current-order-driver-id {
  position: absolute;
  left: -68px;
  display: block;
  width: 66px;
  margin-top: -40px;
  line-height: 14px;
  text-align: center;
}
.right-arrow-current-order {
  position: absolute;
  left: -7px;
  margin-top: 5px;
}
.left-arrow-current-order {
  position: absolute;
  right: -7px;
  margin-top: 5px;
}
.current-order-avatar {
  position: absolute;
  left: -61px;
  margin-top: -12px;
  width: 50px;
  height: 50px;
  border: 3px solid green;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
}
.table-multiload .disabled td {
  text-decoration: line-through;
}
.table-multiload .disabled td span {
  text-decoration: line-through;
}
.manual-dispatch-btn {
  left: 5px;
  display: block;
}
.manual-dispatch-btn img {
  width: 19px;
  height: 13px;
  margin-left: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 2px;
}
.manual-dispatch-driver {
  display: flex;
}
.manual-dispatch-driver .driver-info {
  min-width: inherit;
}
.icon-wifi-not-allowed {
  width: 30px;
  height: 30px;
  background-image: url(/images/no_wifi.png);
}
.icon-group-inactive {
  width: 30px;
  height: 30px;
  background-image: url(/images/no_group.png);
}
.orders-tab-create-edit .col-lg-1,
.orders-tab-create-edit .col-lg-10,
.orders-tab-create-edit .col-lg-11,
.orders-tab-create-edit .col-lg-12,
.orders-tab-create-edit .col-lg-2,
.orders-tab-create-edit .col-lg-3,
.orders-tab-create-edit .col-lg-4,
.orders-tab-create-edit .col-lg-5,
.orders-tab-create-edit .col-lg-6,
.orders-tab-create-edit .col-lg-7,
.orders-tab-create-edit .col-lg-8,
.orders-tab-create-edit .col-lg-9,
.orders-tab-create-edit .col-md-1,
.orders-tab-create-edit .col-md-10,
.orders-tab-create-edit .col-md-11,
.orders-tab-create-edit .col-md-12,
.orders-tab-create-edit .col-md-2,
.orders-tab-create-edit .col-md-3,
.orders-tab-create-edit .col-md-4,
.orders-tab-create-edit .col-md-5,
.orders-tab-create-edit .col-md-6,
.orders-tab-create-edit .col-md-7,
.orders-tab-create-edit .col-md-8,
.orders-tab-create-edit .col-md-9,
.orders-tab-create-edit .col-sm-1,
.orders-tab-create-edit .col-sm-10,
.orders-tab-create-edit .col-sm-11,
.orders-tab-create-edit .col-sm-12,
.orders-tab-create-edit .col-sm-2,
.orders-tab-create-edit .col-sm-3,
.orders-tab-create-edit .col-sm-4,
.orders-tab-create-edit .col-sm-5,
.orders-tab-create-edit .col-sm-6,
.orders-tab-create-edit .col-sm-7,
.orders-tab-create-edit .col-sm-8,
.orders-tab-create-edit .col-sm-9,
.orders-tab-create-edit .col-xs-1,
.orders-tab-create-edit .col-xs-10,
.orders-tab-create-edit .col-xs-11,
.orders-tab-create-edit .col-xs-12,
.orders-tab-create-edit .col-xs-2,
.orders-tab-create-edit .col-xs-3,
.orders-tab-create-edit .col-xs-4,
.orders-tab-create-edit .col-xs-5,
.orders-tab-create-edit .col-xs-6,
.orders-tab-create-edit .col-xs-7,
.orders-tab-create-edit .col-xs-8,
.orders-tab-create-edit .col-xs-9 {
  padding-left: 5px;
  padding-right: 5px;
}
.orders-tab-create-edit .row {
  margin-left: -5px;
  margin-right: -5px;
}
.orders-tab-create-edit .tab-content {
  padding: 5px 5px 10px 5px;
}
.orders-tab-create-edit .order-block {
  padding: 0 !important;
}
.orders-tab-create-edit .nav-tabs > li > a {
  font-size: 13px;
}
.orders-tab-create-edit h2 {
  font-size: 14px;
}
.orders-tab-create-edit h4 {
  font-size: 13px;
  padding: 0 !important;
  margin: 5px 0 !important;
}
.orders-tab-create-edit h4.total-price {
  font-size: 20px;
}
.orders-tab-create-edit label.control-label {
  font-size: 13px;
}
.orders-tab-create-edit input:not(textarea),
.orders-tab-create-edit select:not(textarea) {
  font-size: 13px !important;
  height: 20px !important;
  padding: 0px 5px !important;
}
.orders-tab-create-edit .input-group-addon,
.orders-tab-create-edit .btn-group label {
  height: 20px !important;
  font-size: 9px;
  padding: 3px 4px;
}
.orders-tab-create-edit .am-pm {
  display: block;
  height: 20px !important;
}
.orders-tab-create-edit .am-pm .btn-default {
  display: table;
  height: 20px !important;
  font-size: 11px !important;
  padding: 0 5px !important;
}
.orders-tab-create-edit .uib-timepicker input {
  width: 35px;
}
.orders-tab-create-edit .p5 {
  padding: 5px !important;
}
.orders-tab-create-edit #capacity {
  zoom: 0.6;
}
.orders-tab-create-edit .table-container td,
.orders-tab-create-edit .table-container th {
  font-size: 11px !important;
}
.orders-tab-create-edit .btn-group {
  margin-top: -5px;
}
.orders-tab-create-edit .print-case-receipt {
  padding: 10px 30px;
  background-color: #019FCF;
  margin-left: 14px;
  display: block;
  width: 107px;
  cursor: pointer;
  margin-right: 20px;
}
.orders-tab-create-edit .refund-case-receipt,
.orders-tab-create-edit .send-case-receipt {
  padding: 10px 30px;
  background-color: #019FCF;
  display: block;
  width: 107px;
  cursor: pointer;
}
.orders-tab-create-edit .void-case-receipt {
  padding: 10px 30px;
  background-color: #d96557;
}
.orders-tab-create-edit .refund-case-receipt {
  padding: 10px 22px;
  background-color: #d96557;
}
.orders-tab-create-edit .email-send-receipt {
  margin-left: 15px;
  height: 40px !important;
  border-bottom: none;
  width: 240px;
}
.orders-tab-create-edit .amount-refund-receipt {
  height: 40px !important;
  width: 240px;
}
.orders-tab-create-edit .refund-form {
  padding: 20px;
  margin-left: 15px;
  background: #293044;
}
.orders-tab-create-edit .payment-method-container input.amount::-webkit-outer-spin-button,
.orders-tab-create-edit .payment-method-container input.amount::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}
.orders-tab-create-edit .alert.isi-alert {
  padding: 10px !important;
}
.orders-tab-create-edit .alert.isi-alert h4 {
  font-size: 15px !important;
  margin: 0px !important;
  margin-bottom: 5px !important;
}
.orders-tab-create-edit .alert.isi-alert.additionalCharge label {
  margin-top: 0px !important;
}
.orders-tab-create-edit .search-client .form-control-clear {
  margin-top: 23px;
  font-size: 11px;
}
.order-information-is-edit {
  line-height: 15px !important;
}
.data-label {
  font-size: 12px !important;
  font-weight: normal !important;
  margin-left: 5px;
}
.pay-container button {
  width: 100%;
  height: 40px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  font-size: 21px;
  padding-right: 40px;
  margin-bottom: 10px;
}
.pay-container button .glyphicon {
  position: absolute;
  right: 2px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  padding-left: 5px;
}
.pay-container button.receipt {
  border: 2px dashed #019FCF;
  background: #39788c;
}
.pay-container button.receipt[disabled] {
  opacity: 0.5;
}
.pay-container button.receipt .glyphicon {
  background-color: #019FCF;
}
.pay-container button.run {
  border: 2px dashed #35A300;
  background: #62b738;
}
.pay-container button.run[disabled] {
  opacity: 0.5;
}
.pay-container button.run .glyphicon {
  background-color: #35A300;
}
.pay-container button.refund {
  border: 2px dashed #d96557;
  background: #d96557;
}
.pay-container button.refund[disabled] {
  opacity: 0.5;
}
.pay-container button.refund .glyphicon {
  background-color: #d96557;
}
.pay-container button.collect {
  border: 2px dashed #EE8A24;
  background: #f0ad4e;
}
.pay-container button.collect[disabled] {
  opacity: 0.5;
}
.pay-container button.collect .glyphicon {
  background-color: #eea236;
}
.pay-radio {
  float: right;
  margin-left: 10px !important;
  margin-top: 10px !important;
  outline: none !important;
  cursor: pointer;
}
.pay-radio.mr10 {
  margin-right: 10px !important;
}
.pay-container {
  float: right;
}
.pay-checkbox {
  outline: none !important;
  position: absolute;
  margin-left: -30px !important;
  margin-top: 1px !important;
}
.run-checkbox {
  outline: none !important;
  position: absolute;
  margin-left: -30px !important;
  margin-top: 1px !important;
}
td.payment-method-select {
  padding: 0 !important;
  margin: 0 !important;
}
td.payment-method-select select {
  border: 1px dashed;
}
.pay-checkbox {
  display: none;
}
.pay-checkbox.receipt-checkbox {
  display: block;
}
.pay-checkbox.receipt-checkbox .helper {
  color: #019FCF;
}
.pay-checkbox.receipt-checkbox .helper:before {
  background-color: #019FCF;
}
.pay-checkbox.receipt-checkbox .helper:after {
  border-bottom: 2px solid black;
  border-left: 2px solid black;
}
.pay-checkbox.receipt-checkbox input[type="checkbox"]:checked ~ .helper::before {
  background-color: #019FCF;
}
.pay-checkbox.run-checkbox {
  display: block;
}
.pay-checkbox.run-checkbox .helper {
  color: #35A300;
}
.pay-checkbox.run-checkbox .helper:before {
  background-color: #35A300;
}
.pay-checkbox.run-checkbox .helper:after {
  border-bottom: 2px solid black;
  border-left: 2px solid black;
}
.pay-checkbox.run-checkbox input[type="checkbox"]:checked ~ .helper::before {
  background-color: #35A300;
}
.pay-checkbox.collect-checkbox {
  display: block;
}
.pay-checkbox.collect-checkbox .helper {
  color: #eea236;
}
.pay-checkbox.collect-checkbox .helper:before {
  background-color: #eea236;
}
.pay-checkbox.collect-checkbox .helper:after {
  border-bottom: 2px solid black;
  border-left: 2px solid black;
}
.pay-checkbox.collect-checkbox input[type="checkbox"]:checked ~ .helper::before {
  background-color: #eea236;
}
.pay-checkbox.additional-payment {
  display: block;
}
.pay-checkbox.additional-payment .helper {
  color: #35A300;
}
.pay-checkbox.additional-payment .helper:before {
  background-color: #35A300;
}
.pay-checkbox.additional-payment .helper:after {
  border-bottom: 2px solid black;
  border-left: 2px solid black;
}
.pay-checkbox.additional-payment input[type="checkbox"]:checked ~ .helper::before {
  background-color: #35A300;
}
.pay-checkbox label {
  min-height: 24px;
  padding-left: 35px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  vertical-align: sub;
}
.pay-checkbox input[type="checkbox"] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.pay-checkbox input[type="checkbox"]:checked ~ .helper::after {
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.pay-checkbox .helper {
  position: absolute;
  top: -4px;
  left: -4px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  user-select: none;
}
.pay-checkbox .helper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  transition: transform 0.28s ease;
}
.pay-checkbox .helper:after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  -webkit-transform: rotate(-45deg) scale(0);
  -moz-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  position: absolute;
  top: 9px;
  left: 7px;
}
.orders-tab-create-edit span.span-has-error {
  color: red !important;
}
.orders-tab-create-edit label.label-has-error {
  color: red !important;
}
.receipts .receipt-label {
  border-bottom: 1px dashed;
  font-size: 13px;
}
.receipts .receipt-label span {
  color: grey;
}
.receipts .receipt-label .hover {
  color: #019FCF;
}
.ml50 {
  margin-left: 50px;
}
.amount-label {
  position: absolute;
  font-size: 12px;
}
.input-price-payment {
  width: 60px !important;
  margin: 0 auto;
}
.custom-priced {
  color: #019FCF;
}
.multiply-days h4 {
  font-size: 17px;
}
.created-with-time {
  text-decoration: underline;
}
.similars-table th {
  text-align: center;
  vertical-align: middle !important;
  font-size: 12px;
}
.similars-table td {
  text-align: center;
  vertical-align: middle !important;
  font-size: 12px;
}
.isi-alert {
  color: #fff;
  border: 1px solid #555860;
  background-color: #293144;
}
.isi-alert table {
  font-size: 11px !important;
}
.isi-alert .payment-method-container input.amount::-webkit-outer-spin-button,
.isi-alert .payment-method-container input.amount::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}
.orders-tab-create-edit .box-tab .table-client-authorization {
  overflow-y: hidden;
}
.orders-tab-create-edit .box-tab .table-client-authorization .table {
  width: 100%;
}
.orders-tab-create-edit .box-tab .table-client-authorization .table thead,
.orders-tab-create-edit .box-tab .table-client-authorization .table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.orders-tab-create-edit .box-tab .table-client-authorization .table tr th {
  text-align: left !important;
  background-color: inherit !important;
  border: 0px solid #0e121d !important;
}
.orders-tab-create-edit .box-tab .table-client-authorization .table tbody {
  display: block;
  min-height: 55px;
  max-height: 195px;
  overflow: auto;
}
.orders-tab-create-edit .box-tab .table-client-authorization .table tbody tr td {
  text-align: left !important;
  padding: 8px !important;
  border-top: none !important;
  border-bottom: 3px solid #0e121d !important;
}
.clear-date {
  font-size: 13px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.payment-method-container .td-voucher-number {
  max-width: 100px !important;
  overflow-x: hidden !important;
  text-overflow: ellipsis !important;
}
.td-auth {
  font-weight: bold;
}
.multiply-days-table .payment-method-th {
  min-width: 100px;
}
.orders-tab-create-edit h4.text.red {
  color: red !important;
}
.additionalCharge .button-charge {
  float: right;
}
.additionalCharge .pay-container {
  margin-top: 17px;
}
.client-authorization ul.client-authorization-pagination {
  font-size: 12px;
}
.client-authorization .auth-loader.height-center {
  height: 238px;
}
.orders-tab-create-edit .account-first {
  float: left;
}
.orders-tab-create-edit .account-first .account-area {
  margin-right: 10px;
}
.orders-tab-create-edit .client-first {
  float: right;
}
.orders-tab-create-edit .client-first .account-area {
  margin-left: 10px;
}
.tooltip.tooltip-orders-table {
  opacity: 1;
}
.tooltip.tooltip-orders-table .tooltip-inner {
  min-width: 50vw;
  max-width: max-content;
}
.long-distance-order-notes.ngdialog.ngdialog-theme-default .ngdialog-content {
  padding: 0;
  width: 650px;
}
.long-distance-order-notes .header-panel {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.long-distance-order-notes .body-panel {
  display: flex;
  flex-direction: column;
}
.long-distance-order-notes .body-panel__field {
  padding: 20px;
}
.long-distance-order-notes .body-panel__field:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.4);
}
.long-distance-order-notes .body-panel__field textarea {
  resize: none;
  min-height: 60px;
  overflow-y: scroll;
}
.long-distance-order-notes .btn-panel {
  margin: 20px 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.long-distance-order-notes .btn-panel .btn {
  min-width: 80px;
}
.text-uppercase button {
  text-transform: uppercase !important;
}
*,
input,
select,
textarea,
option,
button {
  outline: none!important;
}
input,
select,
textarea,
.themed {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}
.has-error label {
  color: #d96557;
}
.has-error .error-msg {
  color: #d96557;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 11px;
  position: absolute;
  width: 100%;
}
.has-error .error-msg.relative {
  position: relative;
}
.control-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.signature-box {
  border: 1px dashed;
  max-width: 100%;
  background-color: #fff;
}
.permissions-ul {
  column-count: 2;
  width: 200%;
  column-gap: 3em;
}
.permissions-tab {
  display: inline-block;
  margin-top: -1px;
}
.avatar-size {
  max-height: 160px;
  max-width: 160px;
}
.mid-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
input[type=file] {
  display: none !important;
}
.pagination {
  border-radius: 0 !important;
}
.pagination li:first-child a,
.pagination li:last-child a {
  border-radius: 0 !important;
}
.dropdown-menu {
  border-radius: 0 !important;
  min-width: inherit !important;
}
.nav-tabs {
  border-bottom: none !important;
}
.nav-tabs .open .dropdown-menu {
  display: flex !important;
  flex-direction: column !important;
}
.panel-heading a:after {
  font-family: 'FontAwesome';
  content: "\f077";
  position: absolute;
  top: 10px;
  right: 10px;
}
.panel-heading a.collapsed:after {
  content: "\f078";
}
.table {
  background-color: transparent;
  margin-bottom: 0px !important;
}
.message-list-item:first-child {
  margin-top: 0px;
}
.message-list-item {
  margin-top: 15px;
}
.cursor-pointer {
  cursor: pointer !important;
}
.btn[disabled],
.btn[disabled] i {
  cursor: not-allowed !important;
}
.cursor-grab {
  cursor: grab;
}
.cursor-no-drop {
  cursor: no-drop;
}
.brand-logo-img {
  height: 30px;
}
.control-label {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}
.has-feedback.has-clear > .control-label {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.form-buttons {
  margin-top: 15px !important;
}
.form-buttons button {
  margin-right: 5px;
  margin-left: 5px;
}
.no-padding {
  padding: 0 !important;
}
.ui-notification {
  z-index: 999999;
}
.table-container.no-padding-table td {
  padding: 5px 5px !important;
}
.table-container .template-table td {
  padding-top: 15px !important;
  vertical-align: top !important;
}
.table-container .template-table td.inline-content {
  padding-top: 20px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.add-search .add-button {
  float: left !important;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 30px !important;
}
.add-search .search-input,
.add-search .search-input-parameter {
  width: 213px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.add-search .search-input-parameter {
  width: 150px;
}
.add-search .search-input:last-child {
  margin-right: 0;
}
.add-search .close-span {
  margin-left: 205px;
  position: absolute;
  margin-top: 9px;
  left: 0;
  cursor: pointer;
  font-size: 11px;
}
.add-search .flex .close-span {
  margin-left: -22px;
  position: absolute;
  margin-top: 9px;
  left: inherit;
  cursor: pointer;
  top: inherit;
}
.left {
  float: left !important;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin-right: 10px;
}
.col:last-child {
  margin-right: 0;
}
.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.justify-between {
  justify-content: space-between;
}
.justify-ccenter {
  justify-content: center;
}
.clear {
  clear: both;
}
.add-search-input-select button {
  position: absolute;
  width: 42px;
  height: 33px !important;
}
.add-search-input-select .input-select {
  padding-left: 44px;
}
.add-search-input-select .input-select input {
  width: 65% !important;
}
.add-search-input-select .input-select select {
  width: 35% !important;
  float: right;
}
.add-search-input-select .input-select span {
  margin-right: 33% !important;
}
.add-search-input-select .close-span {
  margin-left: 205px;
  position: absolute;
  margin-top: 9px;
}
.mr5 {
  margin-right: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml50 {
  margin-left: 50px;
}
.ml100 {
  margin-left: 100px;
}
.search-checkbox-label {
  width: 60px;
}
.search-checkbox-label-attention {
  width: 160px;
}
.history-block table tr {
  /*COMMON CHANGE */
  /*ORDER ADDED */
  /*ORDER DISPATCHED */
  /*ORDER ASSIGNED */
  /*ORDER CHANGED */
  /*ORDER CANCELED */
  /*ORDER ASSIGNING */
  /*ORDER COMPLETED */
  /*DEPOT CREATED */
  /*DEPOT VEHICLE ADDED */
  /*DEPOT VEHICLE DELETED */
  /*DEPOT ACTIVATED */
  /*DEPOT DEACTIVATED */
  /*VEHICLE CREATED */
  /*VEHICLE CAPACITY */
  /*VEHICLE FILE ADDED */
  /*VEHICLE FILE DELETED */
  /*VEHICLE GROUP ADDED */
  /*VEHICLE GROUP DELETED */
  /*GROUP ADDED */
  /*GROUP DEACTIVATED */
  /*GROUP ACTIVATED */
  /*USER DEACTIVATED*/
  /*USER DEACTIVATED AUTOMATICALLY*/
  /*USER CREATED */
  /*USER ACTIVATED */
  /*ACCOUNT CREATED */
  /*ACCOUNT DEACTIVATED */
  /*ACCOUNT ACTIVATED */
  /*ACCOUNT MODE ADDED */
  /*ACCOUNT MODE CHANGED */
  /*ACCOUNT MODE DELETED */
  /*CLIENT ADDED */
  /*CLIENT ADDED BY SYSTEM */
  /*CLIENT CHANGED */
  /*CLIENT ACTIVATED */
  /*CLIENT DEACTIVATED */
  /*ACCOUNT INVOICE GENERATED */
  /*ACCOUNT INVOICE STATUS CHANGED */
  /*ACCOUNT INVOICE PAID */
  /*GROUP INVOICE GENERATED */
  /*GROUP ITEM ADDED */
  /*GROUP ITEM CHANGED */
  /*GROUP ITEM DELETED */
  /*GROUP CORRECTION ADDED */
  /*GROUP CORRECTION DELETED */
  /*TYPE_ORDER_DISPATCHED_BY_CLIENT_CALL = 81 */
  /*MULTILOAD_PAYER_SWAP = 86 */
  /*FACILITY AND ENTRANCES CREATED */
  /*FACILITY AND ENTRANCES CHANGED */
  /*ENTRANCES REMOVED */
  /*ORDER CANCELED */
}
.history-block table tr .history-status-0 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .history-status-1 {
  background-color: gray !important;
  color: black !important;
}
.history-block table tr .pricinhg-history-status-1,
.history-block table tr .pricinhg-history-status-2,
.history-block table tr .pricinhg-history-status-3,
.history-block table tr .pricinhg-history-status-4,
.history-block table tr .pricinhg-history-status-5,
.history-block table tr .pricinhg-history-status-6,
.history-block table tr .pricinhg-history-status-7,
.history-block table tr .pricinhg-history-status-8,
.history-block table tr .history-status-2 {
  background-color: deepskyblue !important;
  color: black !important;
}
.history-block table tr .history-status-3 {
  background-color: green !important;
  color: black !important;
}
.history-block table tr .history-status-113,
.history-block table tr .history-status-4 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .pricinhg-history-status-21,
.history-block table tr .pricinhg-history-status-22,
.history-block table tr .pricinhg-history-status-23,
.history-block table tr .pricinhg-history-status-24,
.history-block table tr .pricinhg-history-status-25,
.history-block table tr .pricinhg-history-status-26,
.history-block table tr .pricinhg-history-status-27,
.history-block table tr .pricinhg-history-status-28,
.history-block table tr .history-status-5 {
  background-color: green !important;
  color: black !important;
}
.history-block table tr .history-status-6 {
  background-color: green !important;
  color: black !important;
}
.history-block table tr .history-status-7 {
  background-color: green !important;
  color: black !important;
}
.history-block table tr .history-status-8 {
  background-color: #7CFC00 !important;
  color: black !important;
}
.history-block table tr .history-status-9 {
  background-color: #9ACD32 !important;
  color: black !important;
}
.history-block table tr .history-status-10 {
  background-color: #DC143C !important;
  color: black !important;
}
.history-block table tr .history-status-11 {
  background-color: #90EE90 !important;
  color: black !important;
}
.history-block table tr .history-status-12 {
  background-color: #F08080 !important;
  color: black !important;
}
.history-block table tr .history-status-13 {
  background-color: #7CFC00 !important;
  color: black !important;
}
.history-block table tr .history-status-14 {
  background-color: white !important;
  color: black !important;
}
.history-block table tr .history-status-15 {
  background-color: #9ACD32 !important;
  color: black !important;
}
.history-block table tr .history-status-16 {
  background-color: #DC143C !important;
  color: black !important;
}
.history-block table tr .history-status-17 {
  background-color: #9ACD32 !important;
  color: black !important;
}
.history-block table tr .history-status-18 {
  background-color: #DC143C !important;
  color: black !important;
}
.history-block table tr .history-status-19 {
  background-color: #9ACD32 !important;
  color: black !important;
}
.history-block table tr .history-status-20 {
  background-color: #F08080 !important;
  color: black !important;
}
.history-block table tr .history-status-21 {
  background-color: #90EE90 !important;
  color: black !important;
}
.history-block table tr .history-status-22 {
  background-color: #7CFC00 !important;
  color: black !important;
}
.history-block table tr .history-status-23 {
  background-color: #F08080 !important;
  color: black !important;
}
.history-block table tr .history-status-109 {
  background-color: #F08080 !important;
  color: black !important;
}
.history-block table tr .history-status-24 {
  background-color: #90EE90 !important;
  color: black !important;
}
.history-block table tr .history-status-25 {
  background-color: #7CFC00 !important;
  color: black !important;
}
.history-block table tr .history-status-26 {
  background-color: #F08080 !important;
  color: black !important;
}
.history-block table tr .history-status-27 {
  background-color: #90EE90 !important;
  color: black !important;
}
.history-block table tr .history-status-28 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .history-status-29 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .history-status-30 {
  background-color: #DC143C !important;
  color: black !important;
}
.history-block table tr .history-status-31 {
  background-color: #9ACD32 !important;
  color: black !important;
}
.history-block table tr .history-status-32 {
  background-color: #006400 !important;
  color: black !important;
}
.history-block table tr .history-status-33 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .history-status-34 {
  background-color: #90EE90 !important;
  color: black !important;
}
.history-block table tr .history-status-35 {
  background-color: #F08080 !important;
  color: black !important;
}
.history-block table tr .history-status-36 {
  background-color: #5F9EA0 !important;
  color: black !important;
}
.history-block table tr .history-status-37 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .history-status-38 {
  background-color: #FF4500 !important;
  color: black !important;
}
.history-block table tr .history-status-39 {
  background-color: #BDB76B !important;
  color: black !important;
}
.history-block table tr .history-status-40 {
  background-color: #9ACD32 !important;
  color: black !important;
}
.history-block table tr .history-status-41 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .history-status-42 {
  background-color: #DC143C !important;
  color: black !important;
}
.history-block table tr .history-status-43 {
  background-color: #9ACD32 !important;
  color: black !important;
}
.history-block table tr .history-status-44 {
  background-color: #DC143C !important;
  color: black !important;
}
.history-block table tr .history-status-45 {
  background-color: green !important;
  color: black !important;
}
.history-block table tr .history-status-81 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .history-status-86 {
  background-color: #2ECC71 !important;
  color: black !important;
}
.history-block table tr .history-status-114,
.history-block table tr .history-status-116 {
  background-color: #006400 !important;
  color: white !important;
}
.history-block table tr .history-status-115,
.history-block table tr .history-status-117 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .pricinhg-history-status-41,
.history-block table tr .pricinhg-history-status-42,
.history-block table tr .pricinhg-history-status-43,
.history-block table tr .pricinhg-history-status-44,
.history-block table tr .pricinhg-history-status-45,
.history-block table tr .pricinhg-history-status-46,
.history-block table tr .pricinhg-history-status-47,
.history-block table tr .pricinhg-history-status-48,
.history-block table tr .history-status-118 {
  background-color: #F08080 !important;
  color: black !important;
}
.history-block table tr span.old-value {
  color: #09c !important;
}
.history-block table tr span.new-value {
  color: #2ECC71 !important;
}
.history-block table tr .order-status-1 {
  background-color: green !important;
}
.history-block table tr .order-status-6 {
  background-color: #4d90fe !important;
}
.history-block table tr .order-status-3 {
  background-color: #304FFE !important;
}
.history-block table tr .order-status-4 {
  background-color: #FFA500 !important;
}
.history-block table tr .order-status-5 {
  background-color: #F44336 !important;
}
.history-block table tr .order-status-7 {
  background-color: #78909C !important;
}
.history-block table tr td {
  padding: 10px !important;
}
.offline-block table tr {
  /* Order update */
  /* Order cancelled */
  /* Order force complete */
  /* Pickup multiload */
  /* Mobile payment event*/
  /* Odometer*/
  /* Mobile odometer event action*/
  /* Mobile payment event action*/
}
.offline-block table tr .offline-event-type-0 {
  width: auto !important;
  text-align: center !important;
  background-color: #FFD700 !important;
  color: black !important;
}
.offline-block table tr .offline-event-type-1 {
  width: auto !important;
  text-align: center !important;
  background-color: #DC143C !important;
  color: black !important;
}
.offline-block table tr .offline-event-type-2 {
  width: auto !important;
  text-align: center !important;
  background-color: #7CFC00 !important;
  color: black !important;
}
.offline-block table tr .offline-event-type-3 {
  width: auto !important;
  text-align: center !important;
  background-color: gray !important;
  color: black !important;
}
.offline-block table tr .offline-event-type-4 {
  width: auto !important;
  text-align: center !important;
  background-color: #BDB76B !important;
  color: black !important;
}
.offline-block table tr .offline-event-type-5 {
  width: auto !important;
  text-align: center !important;
  background-color: #BDB76B !important;
  color: black !important;
}
.offline-block table tr .offline-odometer-event-action {
  background-color: #BDB76B !important;
  color: #fff !important;
}
.offline-block table tr .offline-event-payment-action {
  background-color: #BDB76B !important;
  color: #fff !important;
}
.orders-tab .col-lg-1,
.orders-tab .col-lg-10,
.orders-tab .col-lg-11,
.orders-tab .col-lg-12,
.orders-tab .col-lg-2,
.orders-tab .col-lg-3,
.orders-tab .col-lg-4,
.orders-tab .col-lg-5,
.orders-tab .col-lg-6,
.orders-tab .col-lg-7,
.orders-tab .col-lg-8,
.orders-tab .col-lg-9,
.orders-tab .col-md-1,
.orders-tab .col-md-10,
.orders-tab .col-md-11,
.orders-tab .col-md-12,
.orders-tab .col-md-2,
.orders-tab .col-md-3,
.orders-tab .col-md-4,
.orders-tab .col-md-5,
.orders-tab .col-md-6,
.orders-tab .col-md-7,
.orders-tab .col-md-8,
.orders-tab .col-md-9,
.orders-tab .col-sm-1,
.orders-tab .col-sm-10,
.orders-tab .col-sm-11,
.orders-tab .col-sm-12,
.orders-tab .col-sm-2,
.orders-tab .col-sm-3,
.orders-tab .col-sm-4,
.orders-tab .col-sm-5,
.orders-tab .col-sm-6,
.orders-tab .col-sm-7,
.orders-tab .col-sm-8,
.orders-tab .col-sm-9,
.orders-tab .col-xs-1,
.orders-tab .col-xs-10,
.orders-tab .col-xs-11,
.orders-tab .col-xs-12,
.orders-tab .col-xs-2,
.orders-tab .col-xs-3,
.orders-tab .col-xs-4,
.orders-tab .col-xs-5,
.orders-tab .col-xs-6,
.orders-tab .col-xs-7,
.orders-tab .col-xs-8,
.orders-tab .col-xs-9 {
  padding-left: 5px;
  padding-right: 5px;
}
.orders-tab .row {
  margin-left: -5px;
  margin-right: -5px;
}
.orders-tab .tab-content {
  padding: 5px 5px 10px 5px;
}
.orders-tab .order-block {
  padding: 0 !important;
}
.orders-tab .nav-tabs > li > a {
  font-size: 13px;
}
.orders-tab h2 {
  font-size: 14px;
}
.orders-tab h4 {
  font-size: 13px;
  padding: 0 !important;
  margin: 5px 0 !important;
}
.orders-tab h4.total-price {
  font-size: 20px;
}
.orders-tab label.control-label {
  font-size: 13px;
}
.orders-tab input:not(textarea),
.orders-tab select:not(textarea) {
  font-size: 13px !important;
  height: 20px !important;
  padding: 0px 5px !important;
}
.orders-tab .input-group-addon,
.orders-tab .btn-group label {
  height: 20px !important;
  font-size: 9px;
  padding: 3px 4px;
}
.orders-tab .am-pm {
  display: block;
  height: 20px !important;
}
.orders-tab .am-pm .btn-default {
  display: table;
  height: 20px !important;
  font-size: 11px !important;
  padding: 0 5px !important;
}
.orders-tab .uib-timepicker input {
  width: 35px;
}
.orders-tab .p5 {
  padding: 5px !important;
}
.orders-tab #capacity {
  zoom: 0.6;
}
.orders-tab .table-container td,
.orders-tab .table-container th {
  font-size: 11px !important;
}
.orders-tab .btn-group {
  margin-top: -5px;
}
.orders-tab .print-case-receipt {
  padding: 10px 30px;
  background-color: #019FCF;
  margin-left: 14px;
  display: block;
  width: 107px;
  cursor: pointer;
  margin-right: 20px;
}
.orders-tab .refund-case-receipt,
.orders-tab .send-case-receipt {
  padding: 10px 30px;
  background-color: #019FCF;
  display: block;
  width: 107px;
  cursor: pointer;
}
.orders-tab .void-case-receipt {
  padding: 10px 30px;
  background-color: #d96557;
}
.orders-tab .refund-case-receipt {
  padding: 10px 22px;
  background-color: #d96557;
}
.orders-tab .email-send-receipt {
  margin-left: 15px;
  height: 40px !important;
  border-bottom: none;
  width: 240px;
}
.orders-tab .amount-refund-receipt {
  height: 40px !important;
  width: 240px;
}
.orders-tab .refund-form {
  padding: 20px;
  margin-left: 15px;
  background: #293044;
}
.orders-tab .payment-method-container input.amount::-webkit-outer-spin-button,
.orders-tab .payment-method-container input.amount::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}
.orders-tab .alert.isi-alert {
  padding: 10px !important;
}
.orders-tab .alert.isi-alert h4 {
  font-size: 15px !important;
  margin: 0px !important;
  margin-bottom: 5px !important;
}
.orders-tab .alert.isi-alert.additionalCharge label {
  margin-top: 0px !important;
}
.orders-tab .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.orders-tab .order-block.pb5 {
  padding-bottom: 5px !important;
}
.datetimepicker {
  width: 100% !important;
}
.datetimepicker .table th {
  height: inherit;
}
.box-tab .tab-content {
  overflow: inherit;
  margin-top: -1px;
}
.btn-action {
  max-width: 100px;
  margin: 0 auto;
  border-radius: 0 !important;
}
.close-icon,
.inv-btn {
  position: absolute;
  top: 0;
}
.close-icon {
  right: 10px;
}
[data-toggle="collapse"]:hover,
[data-toggle="collapse"]:visited,
[data-toggle="collapse"]:active,
[data-toggle="collapse"]:focus {
  text-decoration: none !important;
}
.form-group {
  margin-bottom: 10px;
}
.assign-checkbox {
  margin-left: 13px;
  float: left;
  text-align: left;
}
.assign-checkbox .checkbox-area {
  width: 100%;
}
.assign-checkbox .checkbox-area p {
  margin-left: 40px;
  min-width: 200px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.main-panel > .header .notifications {
  min-width: 300px !important;
}
.tab-content .tab-pane {
  min-height: 400px;
}
.tab-content .tab-pane .assign-checkbox {
  margin-left: 0;
}
.tab-content .tab-pane .assign-checkbox .checkbox-area p {
  margin-left: 40px;
}
.is-loading {
  margin: 0 !important;
  padding: 10px;
}
.pb45 {
  padding-bottom: 45px;
}
.delete-files {
  position: absolute;
  display: block;
  bottom: 15px;
  right: 15px;
  max-width: 150px;
}
.float-none {
  float: none !important;
}
.no-margin {
  margin: 0 !important;
}
.height-center {
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-control:not(textarea) {
  height: 30px !important;
}
.capacity-close-icon {
  position: absolute !important;
  top: 5px !important;
  right: 5px !important;
  cursor: pointer;
  z-index: 1;
}
.glyphicon-remove-circle {
  color: red;
  font-size: 25px;
}
.new-design-plus {
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: right;
  margin-bottom: 10px;
}
.no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-layout {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}
.table-layout.table-template td {
  text-overflow: clip !important;
  overflow: inherit !important;
  white-space: normal !important;
}
.order-info .has-error .error-msg,
.order-mixed .has-error .error-msg {
  position: absolute;
}
.input-group-addon,
.tab-show,
.tab-block-order {
  border-radius: 0 !important;
}
.input-group-addon {
  line-height: 10px !important;
}
.form-control:not(textarea).tab-show,
.form-control:not(textarea).tab-block-order {
  height: 40px !important;
  display: block;
  border-bottom: none !important;
  transition: none !important;
}
.form-control:not(textarea).tab-block-order {
  max-width: 60px;
  right: 0;
  position: absolute;
  height: 24px !important;
}
.am-pm .btn-default {
  height: 30px;
  margin-left: 3px;
}
.tab-messages .panel-body,
.settings .panel-body,
.receipts .panel-body {
  padding: 0;
}
.main-panel > .header .navbar-text {
  font-weight: bolder;
}
.p3 {
  padding: 3px !important;
}
.invoice-control .invoice-element {
  cursor: pointer;
  padding: 6px;
  border-bottom: 5px solid #019FCF;
}
.invoice-control .invoice-element.disabled {
  color: #9E9E9E;
  border-bottom: 5px solid #9E9E9E;
}
.table-container.text-left td {
  text-align: left !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.error-msg,
body .nav-tabs > li > a.error,
body .nav-tabs > li > a.error:hover,
body .nav-tabs > li.active > a.error {
  color: #d96557 !important;
}
.not-absolute .error-msg {
  position: static;
}
.inline-block {
  display: inline-block !important;
}
.right {
  float: right !important;
}
.w30 {
  max-width: 23% !important;
  outline: none;
}
input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  box-shadow: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #fff;
  border: none;
  border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 18px;
  width: 18px;
  border-radius: 20%;
  background: #4cc3d9;
  margin-top: -7px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fff;
}
.tabdrop .dropdown-menu {
  margin-right: 0px !important;
}
.btn {
  z-index: 0;
}
.item-color {
  color: #ECD659;
}
.underlined {
  text-decoration: underline;
}
.sweet-alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 2px solid #555860;
}
.pl5 {
  padding-left: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.switch.square span i::before,
.switch.square span {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.border-right-none {
  border-right: none !important;
}
.border-bottom-none {
  border-bottom: none !important;
}
.icon-transportation {
  width: 19px;
  height: 17px;
  background-repeat: no-repeat;
  float: right;
  margin-left: 10px;
  margin-top: 3px;
}
transportation-icon {
  display: flex;
  align-items: center;
}
transportation-icon .transportation-icon-container {
  display: inline-block;
}
transportation-icon .transportation-icon-container div {
  display: flex;
  align-items: center;
  gap: 5px;
}
transportation-icon .transportation-icon-container div .icon {
  width: 19px;
  height: 17px;
  background-repeat: no-repeat;
}
.icon-modes {
  width: 19px;
  height: 17px;
  background-repeat: no-repeat;
  float: left;
  margin: 5px;
}
.modes-title {
  margin: 5px;
}
.has-postpone-orders {
  height: 12px;
}
.order-modes-alignment-right {
  margin-right: 70px;
  position: relative;
  right: -26px;
  font-weight: bolder;
  font-size: 15px;
}
.order-modes-alignment-left {
  margin-right: 70px;
  position: relative;
  right: -65px;
  font-weight: bolder;
  font-size: 15px;
}
.white-color-border {
  border: 1px solid #fff;
}
.yellow-color-border {
  border: 2px solid #ED9F2D;
}
.red-color-border {
  border: 2px solid #F2245C;
}
.white-color {
  color: #fff !important;
}
.bottom-label {
  top: 20px !important;
}
.greyed-color {
  color: grey;
}
.panel-group .panel + .panel {
  margin-top: 15px;
}
.glyphicon.glyphicon-remove.form-control-feedback {
  z-index: 5;
  pointer-events: auto;
  cursor: pointer;
}
.has-feedback .form-control {
  padding-right: 0px;
}
.datetimepicker .disabled,
.datetimepicker .disabled:hover {
  background: none;
  color: #aaa !important;
  cursor: default;
}
.not-uppercase {
  text-transform: none !important;
}
.pt10 {
  padding-top: 10px !important;
}
.border-none.form-control:focus,
.border-none {
  border: none !important;
  box-shadow: none;
}
.pb10 {
  padding-bottom: 10px !important;
}
.border-bottom {
  border-bottom: 1px solid;
}
.search-block select {
  width: 35% !important;
  float: right;
}
.search-block input {
  width: 65% !important;
}
.search-block .input-wrapper {
  position: relative;
  width: 65% !important;
}
.search-block .input-wrapper input {
  width: 100% !important;
  padding-right: 35px;
  text-overflow: ellipsis !important;
  overflow: hidden;
}
.search-block span {
  margin-right: 35%;
}
.w160 {
  width: 100% !important;
  min-width: 160px !important;
}
.pr0,
.px0 {
  padding-right: 0 !important;
}
.pl0,
.px0 {
  padding-left: 0 !important;
}
.pl5,
.px5 {
  padding-left: 5px !important;
}
.pr5,
.px5 {
  padding-right: 5px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr10 {
  margin-right: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ul-no-themed {
  list-style-type: none;
}
.table-overflow-none {
  table-layout: auto !important;
}
.table-overflow-none tr td {
  text-overflow: clip !important;
  overflow: auto !important;
  white-space: normal !important;
}
.table-overflow {
  overflow: auto;
}
.mh75 {
  max-height: 75vh;
}
.mh250 {
  max-height: 250px !important;
}
.mw350 {
  min-width: 350px;
  width: 350px;
}
.action-buttons {
  margin: 0;
  padding: 0;
  overflow: hidden !important;
}
.action-buttons button {
  width: 100%;
}
.mb50 {
  margin-bottom: 50px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
fieldset[disabled] .btn {
  pointer-events: none;
}
fieldset[disabled] .input-group-addon {
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
  pointer-events: none;
  cursor: not-allowed;
}
fieldset[disabled] .input-group-addon i {
  pointer-events: none;
  cursor: not-allowed;
}
.select-trip-type.has-error,
.selected-accounts.accounts-block .account-block.has-error {
  border-color: #d96557 !important;
}
.has-error .input-group-addon {
  color: #fff !important;
  background-color: #d96557 !important;
  border-color: #d96557 !important;
}
.layout-static-sidebar .main-panel,
.layout-boxed .main-panel {
  min-height: 100vh;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.ngdialog {
  z-index: 9999;
}
.form-control-feedback {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.pac-container {
  z-index: 10000 !important;
  background-color: #283555;
}
.pac-item {
  border-color: #283555 !important;
}
.pac-item span {
  color: #FFFFFF !important;
  border-color: #555860 !important;
  font-size: 12px !important;
}
.pac-item:hover {
  background-color: #0086b3;
}
.angular-steps {
  position: relative;
}
.angular-steps .step {
  position: inherit;
  z-index: 1;
}
.angular-steps .step.ng-hide {
  display: none !important;
  z-index: 0;
}
.angular-steps .step.ng-hide-add,
.angular-steps .step.ng-hide-remove {
  transition: all 0.6s ease-in-out;
  opacity: 1;
}
.angular-steps .step.ng-hide {
  opacity: 0;
}
.has-error .form-control:not(.no-highlight-error) {
  border-color: #d96557 !important;
}
.saved-address {
  border-left: none;
}
.panel-group .panel {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.multiple-list-area .glyphicon-remove {
  float: right;
  width: 10%;
  margin-top: 7px;
}
.multiple-list-area .multiple-list-item {
  height: 30px;
  cursor: pointer;
}
.multiple-list-area .multiple-list-item .item-text {
  height: 30px;
  background-color: #d3d3d3;
  width: 90%;
  float: left;
}
.pos-absolute {
  position: absolute;
  z-index: 200;
}
.pos-relative {
  position: relative !important;
}
.r0 {
  right: 0;
}
.r10 {
  right: 10px;
}
.h30 {
  height: 30px !important;
}
.w-all {
  width: 100%;
}
.picker-day.past {
  color: #9E9E9E !important;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
.tab-pane .table.table-bordered.price-details {
  width: auto;
  margin: 0 auto;
}
.tab-pane .table.table-bordered.price-details thead th {
  background-color: transparent !important;
  padding: 10px;
}
.tab-pane .table.table-bordered.price-details thead th:first-child {
  width: 100px;
}
.tab-pane .table.table-bordered.price-details tbody td {
  background-color: transparent !important;
  padding: 0 5px;
}
.tab-pane .table.table-bordered.price-details tbody td:first-child {
  text-align: left;
}
.tab-pane .table.table-bordered.price-details tbody td.total {
  font-size: 17px;
}
.tab-pane .table.table-bordered.price-details.account-modes thead th:first-child {
  width: 230px;
}
.total-price {
  color: #029ecf !important;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 2px;
}
.total-price.active {
  text-decoration: underline;
}
.control-buttons {
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
.margin-auto {
  margin: 0 auto;
}
.ngdialog-close {
  outline: none;
}
.map-legend {
  width: 160px;
  opacity: 0.75;
}
.map-legend h4:first-child {
  cursor: pointer;
}
.map-legend h4:first-child:after {
  font-family: 'FontAwesome';
  content: "\f078";
  position: absolute;
  top: 10px;
  right: 10px;
}
.map-legend h4:first-child.collapsed:after {
  content: "\f077";
}
.ngdialog-theme-default .ngdialog-content {
  border: 2px solid #555860;
}
.action-buttons-width {
  min-width: 251px;
}
[ng-if="!enableSelectMonth"] {
  margin-right: 10px;
}
.sa-button-container .cancel {
  background-color: #d96557 !important;
}
.sidebar-panel > nav > ul {
  position: fixed !important;
}
.error {
  color: #d96557 !important;
}
.ngdialog.ngdialog-theme-default,
.add-order-theme .ngdialog-content {
  padding-top: 5px !important;
}
.sweet-alert .sa-icon.sa-success .sa-fix,
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  background: transparent !important;
}
.ui-notification.error {
  color: #fff !important;
}
.order-total.ng-hide {
  display: block !important;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.chat-driver {
  clear: both;
}
.chat-driver .chat-user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  float: left;
}
.chat-driver .chat-user-block {
  padding-left: 10px;
  float: left;
  width: 228px;
  font-size: 11px;
  padding-top: 2px;
}
.chat-driver .chat-user-block .driver-name {
  margin-left: 5px;
  font-size: 15px;
}
.chat-driver .chat-user-block .driver-name.active {
  font-weight: bolder;
  color: #019FCF !important;
}
.chat-input {
  color: #000000;
  top: 0px !important;
  left: 0 !important;
  width: 312px !important;
  padding: 7px 40px 7px 7px !important;
  height: 56px !important;
  margin: 0 !important;
  font-size: 14px;
}
.chat-send {
  font-size: 16px;
}
.multiple-list-area .multiple-list-item {
  height: 30px;
  border-bottom: none;
  margin-bottom: 10px;
  cursor: pointer;
}
.btn-group .btn-primary {
  background-color: #999;
  border: none;
}
.btn-group .btn-primary.active:before {
  color: #fff;
  background-color: #029ecf;
}
.btn-group.action-buttons > .btn {
  margin-left: 0px !important;
  margin-right: 8px !important;
  border-radius: 3px !important;
}
.w14 {
  width: 14px;
}
.mw30 {
  min-width: 30px;
  width: 30px;
}
.mw60 {
  min-width: 60px;
  width: 60px;
}
.mw75 {
  min-width: 75px;
}
.mw115 {
  min-width: 115px;
  width: 115px;
}
.mw130 {
  min-width: 130px;
  width: 130px;
}
.mw150 {
  min-width: 150px;
  width: 150px;
}
.mw180 {
  min-width: 180px;
}
.col-week {
  width: 14.28%;
  float: left;
}
.dropdown-menu-500 {
  max-height: 500px;
  overflow-y: scroll;
  scrollbar-gutter: stable;
}
.chat-users,
.chat-panel {
  background-color: transparent !important;
}
.chat-users .tab-content {
  top: 0px !important;
}
.chat-users .tab-content::-webkit-scrollbar {
  width: 5px;
}
.pagination {
  margin: 0 auto 20px auto;
}
::-webkit-scrollbar-corner {
  display: none;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.main-panel > .header .notifications .notifications-list li,
.main-panel > .header .notifications .notifications-header {
  border-bottom: none;
}
.glyphicon-comment {
  font-size: 21px;
  padding: 7px 16px;
  text-decoration: none;
  height: 54px;
  text-decoration: none !important;
}
.tab-pane .dropdown.tabdrop {
  z-index: 3;
}
.chat-badge {
  position: absolute;
  right: 8px;
  top: 10px;
  background-color: #4CABD0;
  width: 2px;
  height: 2px;
  padding: 5px;
}
.chat-driver-badge {
  position: absolute;
  right: 5px;
  background: #4CABD0;
}
.is-chat-open {
  height: 55px;
  width: 51px;
  border-bottom: none !important;
}
.chat-panel {
  z-index: 100000;
  width: 312px;
  top: 160px;
  height: calc(80vh - 100px);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.chat-panel .chat-conversation {
  font-size: 11px;
}
.chat-panel .chat-conversation .chat-conversation-content {
  top: 40px;
}
.chat-panel .tab-content {
  border: none;
  margin-bottom: 50px;
}
.chat-panel .chat-header {
  height: 40px;
}
.chat-panel .chat-header .chat-right,
.chat-panel .chat-header .chat-header-title {
  padding-top: 10px;
}
.chat-panel .chat-header .chat-back {
  padding-top: 5px;
}
.chat-panel .chat-group {
  margin-bottom: 0;
}
.chat-panel .chat-group .user-chat-status {
  height: 10px;
  width: 10px;
}
.chat-panel .chat-group a {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.chat-panel input {
  position: fixed;
  z-index: 1;
  height: 40px !important;
  border: none !important;
}
.chat-panel .chat-group:first-child {
  margin-top: 40px !important;
}
.configuration {
  top: 210px;
  width: 312px;
}
.configuration.chat {
  top: 160px;
}
.configuration.chat .configuration-cog {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.configuration:not(.chat) {
  z-index: 100001;
}
.chat-conversation-message {
  padding: 5px !important;
  max-width: 200px;
}
.chat-conversation p {
  font-size: 14px;
}
.chat-header-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #9FA0B5 !important;
}
.notifications-chat {
  top: 157px;
  z-index: 100002;
  right: 44px;
  position: fixed;
  display: block;
  width: 200px;
  left: inherit;
}
.notifications-chat .avatar {
  width: 34px;
  height: 34px;
  object-fit: cover;
}
.notifications-chat ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.chat-back {
  color: white !important;
}
.chat-conversation-message p {
  word-break: break-all;
}
.right100 {
  right: 100px;
}
ul.chat-group-block {
  position: fixed;
  bottom: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.chat-group-block li {
  float: left;
}
ul.chat-group-block li a {
  width: 104px;
  padding: 16px 5px;
  display: block;
  text-align: center;
  height: 50px;
  background: white;
  border-left: 1px solid;
}
ul.chat-group-block li a:hover {
  text-decoration: none;
}
ul.chat-group-block li:first-child a {
  border-left: none;
}
.material-symbols-outlined {
  font-size: 14px !important;
  cursor: default;
}
.material-symbols-outlined.material-lg {
  font-size: 18px !important;
}
.material-symbols-outlined.fnt24 {
  font-size: 24px !important;
}
.material-symbols-outlined.attention {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 40;
}
.chat-close-span {
  z-index: 1;
  margin-left: 290px;
  margin-top: 12px;
  cursor: pointer;
}
.avatar-xs {
  height: 34px;
  object-fit: cover;
}
input[type=checkbox],
input[type=radio] {
  margin-top: 4px;
}
.text-chat-typing {
  margin-top: -10px;
  position: absolute;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.mt60 {
  margin-top: 60px;
}
.mw50 {
  min-width: 50px;
}
.styled-select-configuration {
  font-size: 12px;
  margin-left: 16px;
  width: 200px;
}
.main-panel > .header .header-avatar {
  width: 32px;
  margin-top: -6px;
  height: 32px;
  object-fit: cover;
}
.main-panel > .header .user-name {
  margin-right: 30px;
}
.blur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
  pointer-events: none;
}
.pr20 {
  padding-right: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.message-list .message-list-item a p {
  word-wrap: break-word;
  font-size: 12px;
}
.preloader {
  z-index: 99999;
}
.duration-picker {
  width: 110px;
  position: relative;
}
.duration-picker span {
  float: left;
  margin-left: 3px;
}
.duration-picker .small-text-prelabel {
  color: white !important;
  text-align: center;
  letter-spacing: 2px;
  z-index: 0;
  top: 5px;
  left: 28px;
}
.duration-picker .small-text-prelabel:last-of-type {
  left: 85px;
}
.duration-picker input {
  width: 13%;
  min-width: 50px;
  float: left;
  text-align: center;
  padding-left: 1px;
}
.main-panel > .main-content {
  overflow: auto;
  min-height: inherit;
  margin-bottom: 0;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.line-through {
  text-decoration: line-through;
}
.yellow {
  color: yellow;
}
.trips-white-icon {
  background-image: url(/images/trips_white.png);
  background-position: center;
  background-repeat: no-repeat;
}
.vehicle-white-icon {
  background-image: url(/images/vehicle_white.png);
  background-position: center;
  background-repeat: no-repeat;
}
.address + ul:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  text-align: right;
  display: block;
  background-image: url(/images/powered-by-google-on-white2.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 104px 16px;
}
.new-chat {
  width: 712px;
  height: 350px;
}
.new-chat .chat-control-panel {
  width: 312px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.new-chat .chat-control-panel .users-header {
  width: 100%;
  height: 50px;
}
.new-chat .chat-control-panel .users-header .search-select {
  width: 50%;
  display: inline-block;
}
.new-chat .chat-control-panel .users-header .search-select select {
  width: 137px;
  height: 36px;
  margin: 7px;
  margin-left: 15px;
  background-color: #283555;
  color: #FFFFFF;
  border-color: #555860;
  font-size: 12px;
  padding-left: 5px;
}
.new-chat .chat-control-panel .users-header .search-input {
  width: 50%;
  display: inline-block;
}
.new-chat .chat-control-panel .users-header .search-input input {
  width: 137px;
  height: 36px;
  margin: 7px;
  margin-right: 15px;
  background-color: #283555;
  color: #FFFFFF;
  border: 1px solid #555860;
  font-size: 12px;
  padding-left: 25px;
}
.new-chat .chat-control-panel .users-header .search-input span {
  z-index: 5;
  pointer-events: none;
  line-height: 50px;
  position: absolute;
  top: 0;
  margin-left: 15px;
}
.new-chat .chat-control-panel .users-list {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 300px;
}
.new-chat .chat-control-panel .users-list .user-container {
  height: 48px;
  background-color: #333B4E;
  color: #FFFFFF;
  display: block;
  border: 1px solid #1A1F2F;
}
.new-chat .chat-control-panel .users-list .user-container .user-icon {
  display: inline-block;
  margin: 9px 15px;
  vertical-align: top;
  max-width: 29px;
}
.new-chat .chat-control-panel .users-list .user-container .user-icon img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.new-chat .chat-control-panel .users-list .user-container .user-info {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  max-width: 200px;
}
.new-chat .chat-control-panel .users-list .user-container .user-info .info-top {
  width: 195px;
  overflow: hidden;
}
.new-chat .chat-control-panel .users-list .user-container .user-info .info-top i {
  color: #9aa3ab;
}
.new-chat .chat-control-panel .users-list .user-container .user-info .info-top .user-full-name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
  min-width: 40px;
  vertical-align: top;
  color: #f3f7fb;
}
.new-chat .chat-control-panel .users-list .user-container .user-info .info-top .user-full-name span {
  margin-left: 9px;
}
.new-chat .chat-control-panel .users-list .user-container .user-info .info-top .user-status {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 8px;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 6px;
}
.new-chat .chat-control-panel .users-list .user-container .user-info .info-top .user-status.user-online {
  box-shadow: 0 0 10px 0 rgba(0, 123, 255, 0.4);
  background-color: #007bff;
}
.new-chat .chat-control-panel .users-list .user-container .user-info .info-top .user-status.user-offline {
  box-shadow: 0 0 5px 0 rgba(108, 117, 125, 0.5);
  background-color: #6c757d;
}
.new-chat .chat-control-panel .users-list .user-container .user-info .info-bottom {
  width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #868ea6;
  font-size: 10px;
}
.new-chat .chat-control-panel .users-list .user-container .user-info .info-bottom span {
  white-space: nowrap;
}
.new-chat .chat-control-panel .users-list .user-container .user-attentions {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 45px;
  height: 100%;
}
.new-chat .chat-control-panel .users-list .user-container .user-attentions .unread-msg {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: #6c757d;
  text-align: center;
  margin-left: 10px;
  margin-top: 14px;
}
.new-chat .chat-control-panel .users-list .user-container .user-attentions .unread-msg span {
  font-size: 10px;
  color: #f3f7fb;
}
.new-chat .chat-control-panel .users-list .user-container.selected,
.new-chat .chat-control-panel .users-list .user-container:hover {
  background-color: #169eca !important;
  border: none !important;
  cursor: pointer;
}
.new-chat .chat-control-panel .users-list .user-container.selected .info-top i,
.new-chat .chat-control-panel .users-list .user-container:hover .info-top i,
.new-chat .chat-control-panel .users-list .user-container.selected .info-bottom,
.new-chat .chat-control-panel .users-list .user-container:hover .info-bottom {
  color: #8fcfe4 !important;
}
.new-chat .chat-control-panel .users-list .user-container:hover {
  opacity: 0.8;
}
.new-chat .current-chat-area {
  width: 400px;
  height: 350px;
  display: inline-block;
  vertical-align: top;
}
.new-chat .current-chat-area .current-chat-header .user-container {
  height: 50px;
  background-color: #333B4E;
  color: #FFFFFF;
}
.new-chat .current-chat-area .current-chat-header .user-container .user-icon {
  display: inline-block;
  margin: 9px 15px;
  vertical-align: top;
}
.new-chat .current-chat-area .current-chat-header .user-container .user-icon img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.new-chat .current-chat-area .current-chat-header .user-container .user-info {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.new-chat .current-chat-area .current-chat-header .user-container .user-info .info-top {
  width: 190px;
  overflow: hidden;
}
.new-chat .current-chat-area .current-chat-header .user-container .user-info .info-top i {
  color: #9aa3ab;
}
.new-chat .current-chat-area .current-chat-header .user-container .user-info .info-top .user-full-name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
  min-width: 40px;
  vertical-align: top;
  color: #f3f7fb;
}
.new-chat .current-chat-area .current-chat-header .user-container .user-info .info-top .user-full-name span {
  margin-left: 9px;
}
.new-chat .current-chat-area .current-chat-header .user-container .user-info .info-bottom {
  color: #868ea6;
  font-size: 10px;
}
.new-chat .current-chat-area .current-chat-header .user-container .user-attentions {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 80px;
  height: 100%;
  padding-top: 15px;
}
.new-chat .current-chat-area .current-chat-header .user-container .user-attentions .user-status {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 8px;
  margin-left: 10px;
  vertical-align: middle;
}
.new-chat .current-chat-area .current-chat-header .user-container .user-attentions.user-online span {
  color: #007bff;
}
.new-chat .current-chat-area .current-chat-header .user-container .user-attentions.user-online .user-status {
  box-shadow: 0 0 10px 0 rgba(0, 123, 255, 0.4);
  background-color: #007bff;
}
.new-chat .current-chat-area .current-chat-header .user-container .user-attentions.user-offline span {
  color: #6c757d;
}
.new-chat .current-chat-area .current-chat-header .user-container .user-attentions.user-offline .user-status {
  box-shadow: 0 0 5px 0 rgba(108, 117, 125, 0.5);
  background-color: #6c757d;
}
.new-chat .current-chat-area .current-chat-conversation {
  width: 400px;
  height: 250px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #1D253C;
}
.new-chat .current-chat-area .current-chat-conversation .chat-current-message {
  width: 100%;
}
.new-chat .current-chat-area .current-chat-conversation .chat-current-message .user-icon {
  display: inline-block;
  margin: 30px 15px;
  vertical-align: bottom;
}
.new-chat .current-chat-area .current-chat-conversation .chat-current-message .user-icon img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}
.new-chat .current-chat-area .current-chat-conversation .chat-current-message .message {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 5px;
}
.new-chat .current-chat-area .current-chat-conversation .chat-current-message .message .message-text {
  padding-left: 13px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 3px;
  text-align: left;
}
.new-chat .current-chat-area .current-chat-conversation .chat-current-message .message .message-time {
  font-size: 10px;
}
.new-chat .current-chat-area .current-chat-conversation .chat-current-message .user-icon {
  display: inline-block;
  margin: 30px 15px;
  vertical-align: bottom;
}
.new-chat .current-chat-area .current-chat-conversation .chat-current-message .user-icon img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}
.new-chat .current-chat-area .current-chat-conversation .chat-current-message.me {
  text-align: right;
}
.new-chat .current-chat-area .current-chat-conversation .chat-current-message.me .message .message-text {
  background: #253049;
}
.new-chat .current-chat-area .current-chat-conversation .chat-current-message.me .message .message-time {
  text-align: left;
}
.new-chat .current-chat-area .current-chat-conversation .chat-current-message.them {
  text-align: left;
}
.new-chat .current-chat-area .current-chat-conversation .chat-current-message.them .message .message-text {
  background: #293143;
}
.new-chat .current-chat-area .current-chat-conversation .chat-current-message.them .message .message-time {
  text-align: right;
}
.new-chat .current-chat-area .current-chat-conversation .text-typing {
  font-size: 12px;
}
.new-chat .current-chat-area .current-chat-footer {
  width: 400px;
  height: 50px;
  box-shadow: 0px -10px 15px 0 rgba(108, 117, 125, 0.1);
  background: #FFFFFF;
}
.new-chat .current-chat-area .current-chat-footer textarea {
  outline: none;
  resize: none;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  position: absolute;
  width: 346px !important;
  color: #000000;
  height: 20px;
  min-height: 20px;
  max-height: 60px;
  margin: 0px;
  padding: 0px;
  bottom: 15px;
  margin-left: 15px;
}
.new-chat .current-chat-area .current-chat-footer button {
  background: inherit;
  border: none;
  position: relative;
  padding: 7px 15px;
  margin-top: 7px;
  margin-bottom: 7px;
  float: right;
  color: #2B8EC2;
}
.new-chat .current-chat-area .current-chat-footer button:focus {
  outline: none;
}
.new-chat .current-chat-area .none-user {
  width: 268px;
  height: 40px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 140px;
  background: #333B4E;
  border-radius: 6px;
}
.swal-wide {
  max-height: 80% !important;
  overflow: auto !important;
}
.issue-ticket .files-area .file-item {
  height: 40px;
  width: 100px;
  display: inline-block;
  background-color: #283555;
  text-align: center;
  padding-top: 12px;
  padding-right: 17px;
  padding-left: 5px;
  border: 1px solid #727682;
  text-overflow: ellipsis;
}
.issue-ticket .files-area .file-item i {
  color: #727682;
}
.issue-ticket .files-area .file-item label {
  text-overflow: ellipsis;
  overflow-x: hidden;
  font-size: 10px;
}
.issue-ticket .files-area .file-item .glyphicon.glyphicon-remove.capacity-close-icon {
  top: 33% !important;
}
.issue-ticket .files-area .add-area {
  border: 1px dashed #727682;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 6px;
}
.issue-ticket .files-area .files-footer p {
  font-size: 12px;
}
.btn-download-form {
  display: inline-block !important;
  padding: 1px 5px !important;
}
.btn-download-form:hover {
  color: #FFFFFF !important;
  border: none;
}
.history-block .table-container table tbody td.description {
  overflow-x: hidden !important;
}
.nav.navbar-nav li.dropdown .dropdown-menu.new-chat,
.nav.navbar-nav li.dropdown .dropdown-menu.user-options {
  margin-top: 10px;
}
.nav.navbar-nav li.dropdown .dropdown-menu.user-options img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.nav.navbar-nav li.dropdown .dropdown-menu.user-options p {
  margin: 10px;
  color: #9FA0B5;
}
.nav.navbar-nav li.dropdown .dropdown-menu.user-options select {
  border-radius: 4px !important;
  height: 40px !important;
}
.user-options {
  width: 300px;
  padding: 15px;
}
.attention-message .selectize-dropdown,
.attention-message .selectize-dropdown.form-control {
  width: 100%;
  border-radius: 0px;
}
.attention-message .selectize-dropdown .ui-select-choices-group,
.attention-message .selectize-dropdown.form-control .ui-select-choices-group {
  width: 99%;
}
.attention-message .ui-select-container .ui-select-match {
  padding: 5px !important;
  padding-right: 18px !important;
  letter-spacing: 1px;
}
.attention-message .ui-select-container .ui-select-match-close {
  font-size: 20px !important;
  cursor: pointer !important;
}
.attention-message .ui-select-container .selectize-input {
  max-height: 22vh;
  overflow-y: scroll;
}
.left-side-menu .nav {
  height: 90%;
}
.left-side-menu.old-version .nav > li a {
  padding-left: 20px;
}
.layout-small-menu .left-side-menu.old-version .nav > li a {
  padding-left: 0;
}
.partial-paid-btn {
  width: 15px;
  margin: 1px -1px;
  color: white;
}
.mas.account-orders-modal .table-container tr:hover {
  background-color: #353D5A !important;
}
.mas.account-orders-modal .table-container tr.info:hover {
  background-color: #0E6286 !important;
}
.mas.account-orders-modal .table-container tr.success:hover {
  background-color: white !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px !important;
}
.left-side-menu .nav::-webkit-scrollbar {
  width: 3px;
}
.paid-buttons {
  padding: 1px 3px !important;
}
.inline-label-with-value {
  font-size: 12px;
}
.custom-mileage-icon,
.custom-price-icon {
  -moz-background-size: 100%;
  /* Firefox 3.6+ */
  -webkit-background-size: 100%;
  /* Safari 3.1+ и Chrome 4.0+ */
  -o-background-size: 100%;
  /* Opera 9.6+ */
  background-size: 100%;
  /* Современные браузеры */
}
.filters-dropdown ul.dropdown-menu {
  width: 100% !important;
  min-width: 160px !important;
  line-height: 1;
}
.filters-dropdown li > label {
  display: inline-flex;
}
.filters-dropdown .filter-name {
  display: inline-flex;
  padding-left: 20px;
  vertical-align: super;
  width: 75%;
}
.input-symbol-dollar {
  position: relative;
}
.input-symbol-dollar input.form-control:not(textarea) {
  padding-left: 15px !important;
}
.input-symbol-dollar:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 12px;
  content: "$";
  left: 5px;
}
.vertical-align-bottom {
  vertical-align: bottom !important;
}
.sweet-alert.large-content > p {
  overflow-y: scroll;
  max-height: 180px;
  padding: 10px;
}
.ngdialog-open {
  height: auto !important;
  overflow: inherit !important;
}
.attention-signature {
  width: 16px;
  height: auto;
}
.well {
  background-color: #1D253C;
  border-color: #868ea6;
  color: #868ea6;
  font-size: 12px;
  padding: 10px;
}
tr.revision td {
  background-color: #374569 !important;
}
.time-with-checkbox {
  display: flex !important;
}
.time-with-checkbox .time-block,
.time-with-checkbox .checkbox-block {
  margin-top: 0px !important;
}
.time-with-checkbox .checkbox-block span {
  height: 17px !important;
  font-size: 8px;
  padding: 2px 2px;
}
.btn.disabled,
.btn.block {
  pointer-events: none;
  background-color: grey;
  opacity: .65;
}
.btn-route-apply {
  height: 30px !important;
  width: 30% !important;
  margin: 0 auto !important;
}
.column-container.large-content {
  max-height: 100px;
  overflow: hidden;
}
.address-wrapper {
  margin: 5px;
  padding: 5px;
  border-radius: 4px;
}
input.no-spin-button::-webkit-outer-spin-button,
input.no-spin-button::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}
.download-black {
  width: 24px;
  height: 24px;
  background: transparent url('/images/cloud_download_black_24dp_old.svg') 0 0 no-repeat padding-box;
}
.multi-shuffling-icon {
  width: 24px;
  height: 24px;
  background: transparent url('/images/change_circle_black_24dp.svg') 0 0 no-repeat padding-box !important;
}
.late-vehicle {
  width: 24px;
  height: 24px;
  background: transparent url('/images/pending_actions-24px.svg') 0 0 no-repeat padding-box !important;
}
.btn-multi-shuffling {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-title {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.wrong-address-button {
  font-size: 12px;
  white-space: nowrap;
  padding: 1px 10px;
  color: #FFFFFF;
  border-radius: 4px;
  transition: all 0.2s;
}
.wrong-address-button:hover {
  text-decoration: none;
  color: #FFFFFF;
  opacity: 0.8;
}
.wrong-address-button.primary {
  background-color: #007BFF;
}
.wrong-address-button.warning {
  background-color: #FFB42A;
}
.wrong-address-button.disabled {
  opacity: 0.6;
  background-color: #3f4a66;
  pointer-events: none;
}
.location-disabled-icon {
  width: 12px;
  height: 12px;
  background: transparent url('/images/location_disabled-24px.svg') 0 0 no-repeat padding-box;
  background-size: 100%;
  display: inline-block;
}
.img-icon {
  vertical-align: text-bottom;
}
.img-icon img {
  width: 12px;
  height: 12px;
}
.open-in-new-icon {
  width: 20px;
  height: 20px;
  background-size: 100% !important;
  display: inline-block;
}
.active-attention-info {
  color: white;
  background-color: red;
  padding: 2px;
  font-size: 10px;
  border-radius: 2px;
}
.border-bottom-grey {
  border-bottom: 2px solid #555860;
}
.new-pagination-style span.pagination-info {
  display: block;
  margin-right: 10px;
  font-size: 14px;
  float: left;
  color: #FFFFFF;
}
.new-pagination-style ul.pagination > li.pagination-page {
  display: none;
}
.new-pagination-style ul.pagination > li.pagination-prev > a,
.new-pagination-style ul.pagination > li.pagination-next > a {
  width: 24px;
  height: 24px;
  border-radius: 50% !important;
  background-color: #1975D0;
  border: none;
  margin: 0 5px;
  font: normal normal normal 14px/1 FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-pagination-style ul.pagination > li.pagination-prev.disabled > a,
.new-pagination-style ul.pagination > li.pagination-next.disabled > a {
  color: #FFFFFF;
  opacity: 0.5;
}
.new-pagination-style ul.pagination > li.pagination-prev > a:after {
  content: "\f053";
  margin-left: -2px;
}
.new-pagination-style ul.pagination > li.pagination-next > a:after {
  content: "\f054";
  margin-right: -2px;
}
.week-day {
  margin-right: 15px !important;
}
.second-passenger-aller {
  width: 1.5em;
  height: 1.5em;
}
.dark-yellow-svg .second-passenger-aller {
  filter: brightness(0) saturate(100%) invert(73%) sepia(36%) saturate(868%) hue-rotate(357deg) brightness(102%) contrast(97%);
}
.green-svg .second-passenger-aller {
  filter: invert(56%) sepia(96%) saturate(375%) hue-rotate(71deg) brightness(97%) contrast(88%);
}
.wc-regular-extra {
  display: flex;
  justify-content: center;
}
.wc-regular-extra input {
  width: 30px;
  padding: 6px 10px !important;
}
.flex-start {
  justify-content: flex-start !important;
}
.flex-justify-center {
  justify-content: center !important;
}
.flex-align-center {
  align-items: center !important;
}
.flex-align-baseline {
  align-items: baseline;
}
.flex-grow {
  flex: 1;
}
.flex-gap5 {
  gap: 5px;
}
.flex-gap10 {
  gap: 10px;
}
.flex-gap15 {
  gap: 15px;
}
.flex-gap20 {
  gap: 20px;
}
.flex-gap25 {
  gap: 25px;
}
.flex-column-gap5 {
  column-gap: 5px;
}
.flex-wrap {
  flex-wrap: wrap;
}
.custom-header-dropdown .dropdown-menu span.menu-item {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  cursor: pointer;
}
.dropdown-menu-top + .dropdown-menu {
  left: 20px;
  bottom: 110px !important;
  top: auto !important;
}
.split-order-modal .google-map,
.custom-address-modal .google-map {
  height: 90vh;
  width: 100%;
}
.autocomplete-right + .dropdown-menu {
  right: 10px;
  left: auto !important;
}
.material-symbols-outlined {
  font-size: 14px !important;
  cursor: default;
}
.material-symbols-outlined.material-lg {
  font-size: 18px !important;
}
.material-symbols-outlined.material-xl {
  font-size: 21px !important;
}
.material-symbols-outlined.cursor-pointer {
  cursor: pointer;
}
.watchers-icon {
  width: 100%;
  text-align: left;
}
.input-with-clear-icon .close-span {
  position: absolute;
  margin-top: 9px;
  right: 0;
  margin-right: 15px;
  cursor: pointer;
  font-size: 11px;
}
.dropdown-scrollable ul.dropdown-menu {
  max-height: 375px !important;
  overflow-y: scroll !important;
}
.split-trip-label {
  width: 100px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
}
.material-symbols-outlined.eligibility-import {
  font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 48;
}
.select-with-search .ui-select-container,
.select-with-search-wide .ui-select-container {
  display: flex;
  min-height: 30px;
  border-radius: 2px;
  padding: 0;
}
.select-with-search .ui-select-container.form-control,
.select-with-search-wide .ui-select-container.form-control {
  height: unset !important;
}
.select-with-search .ui-select-container input.ui-select-search,
.select-with-search-wide .ui-select-container input.ui-select-search {
  background: none;
  width: 100px !important;
  font-size: 12px;
  vertical-align: inherit;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px !important;
  height: 26px;
  margin: 1px;
  padding-left: 5px;
}
.select-with-search .ui-select-container .ui-select-match .ui-select-match-item,
.select-with-search-wide .ui-select-container .ui-select-match .ui-select-match-item {
  height: 26px;
  margin: 1px;
}
.select-with-search .ui-select-container .ui-select-match .ui-select-match-item .ui-select-match-close,
.select-with-search-wide .ui-select-container .ui-select-match .ui-select-match-item .ui-select-match-close {
  opacity: 1;
}
.select-with-search .ui-select-container .ui-select-match .ui-select-match-item span span,
.select-with-search-wide .ui-select-container .ui-select-match .ui-select-match-item span span {
  font-size: 14px;
  line-height: 1.6;
}
.select-with-search .ui-select-container .ui-select-match .ui-select-match-item:before,
.select-with-search-wide .ui-select-container .ui-select-match .ui-select-match-item:before {
  content: unset;
}
.select-with-search .ui-select-container .ui-select-choices,
.select-with-search-wide .ui-select-container .ui-select-choices {
  width: 250px;
  top: 100% !important;
  max-height: 200px;
  overflow-y: scroll;
}
.select-with-search .ui-select-container .ui-select-choices::-webkit-scrollbar,
.select-with-search-wide .ui-select-container .ui-select-choices::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(49, 93, 151, 0.5);
}
.select-with-search .ui-select-container .ui-select-choices .ui-select-choices-row,
.select-with-search-wide .ui-select-container .ui-select-choices .ui-select-choices-row {
  padding: 3px 10px;
}
.select-with-search .ui-select-container .ui-select-choices .ui-select-choices-row:hover,
.select-with-search-wide .ui-select-container .ui-select-choices .ui-select-choices-row:hover {
  background-color: #029ecf;
}
.select-with-search-wide .ui-select-container input.ui-select-search {
  width: 160px !important;
}
.selected-items {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.selected-items input {
  margin-left: -5px;
  border: none;
}
.selected-items input:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.selected-items .items-block {
  margin: 3px;
  padding: 3px;
  border-radius: 4px;
}
.selected-items.items-block {
  padding: 5px 0px;
}
@keyframes press {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.input-group-btn button.button-item {
  animation: press 0s;
}
.input-group-btn button.button-item:hover {
  animation-duration: 1s;
}
.input-group-btn button.button-item:active {
  animation: none;
}
.exceptions .primary-order-area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.exceptions .primary-order-area .primary-order-block {
  height: 28px;
  display: flex;
  justify-content: left;
  align-self: center;
  padding: 5px;
  margin-left: 10px;
  overflow: auto;
}
.exceptions .primary-order-area .primary-order-block .order-field-label {
  margin-left: 10px;
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exceptions .primary-order-area .primary-order-block .order-field-value {
  font-size: 12px;
  margin: 0px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exceptions .primary-order-area .primary-order-block p {
  align-self: center;
}
.exceptions .primary-order-area .bordered {
  border-radius: 2px;
}
.break-spaces {
  white-space: break-spaces !important;
}
.show-orders-modal .actions-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.show-orders-modal .actions-wrapper button {
  width: 30px;
  height: 30px;
  margin: 0px 5px;
  padding: 2px;
}
.flex-column {
  flex-direction: column;
}
.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-align-items-start {
  align-items: flex-start;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.mas-integration-panel {
  display: flex;
  align-items: center;
}
.mas-integration-panel .flex-grow {
  flex: 1 auto;
}
.mas-integration-panel .mas-integration-label {
  min-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mas-integration-panel .justify-content-end {
  justify-content: end;
}
.route-detail-panel {
  display: flex;
  flex-direction: column;
  width: 260px;
  margin: 5px;
  padding: 5px;
}
.route-detail-panel .vehicles-list {
  padding: 5px;
  margin-bottom: 5px;
}
.route-detail-panel .vehicles-list .found-vehicles {
  display: flex;
}
.route-detail-panel .vehicles-list .found-vehicles .vehicle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.route-detail-panel .vehicles-list .found-vehicles .vehicle .vehicle-label {
  width: 40px;
  font-size: 10px;
  margin-bottom: 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.route-detail-panel .vehicles-list .found-vehicles .vehicle .vehicle-icon {
  width: 30px;
  height: 30px;
  border-radius: 3px 3px 0 0;
  text-align: center;
  cursor: pointer;
}
.route-detail-panel .vehicles-list .found-vehicles .vehicle .vehicle-icon i {
  margin-top: 5px;
  vertical-align: middle;
}
.route-detail-panel .vehicles-list .found-vehicles .vehicle.manual-dispatch .vehicle-icon {
  margin-top: 19px;
}
.route-detail-panel .manual-assign-wrapper {
  margin-bottom: 10px;
}
.route-detail-panel .current-route-detail-wrapper {
  margin-bottom: 10px;
  border-radius: 2px;
  padding: 5px;
}
.route-detail-panel .current-route-detail-wrapper .top-wrapper {
  display: flex;
}
.route-detail-panel .current-route-detail-wrapper .top-wrapper .avatar-wrapper {
  width: 50px;
  float: left;
}
.route-detail-panel .current-route-detail-wrapper .top-wrapper .avatar-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.route-detail-panel .current-route-detail-wrapper .top-wrapper .info-wrapper {
  width: 176px;
  margin: 0 10px 0 5px;
  font-size: 12px;
}
.route-detail-panel .current-route-detail-wrapper .top-wrapper .info-wrapper .vehicle,
.route-detail-panel .current-route-detail-wrapper .top-wrapper .info-wrapper .driver {
  margin: 2px 5px 0 10px;
}
.route-detail-panel .current-route-detail-wrapper .bottom-wrapper {
  display: flex;
  margin: 0;
}
.route-detail-panel .current-route-detail-wrapper .bottom-wrapper .icons {
  width: 50px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.route-detail-panel .current-route-detail-wrapper .bottom-wrapper .icons img {
  width: 20px;
  height: 20px;
  display: none;
}
.route-detail-panel .current-route-detail-wrapper .bottom-wrapper .icons img.active {
  display: block;
}
.route-detail-panel .current-route-detail-wrapper .bottom-wrapper .capacity {
  display: flex;
  margin-left: 10px;
  justify-content: left;
  align-self: center;
  flex-wrap: wrap;
  gap: 4px;
}
.route-detail-panel .current-route-detail-wrapper .bottom-wrapper .capacity .capacity-block {
  display: flex;
  border-radius: 2px;
  width: 42px;
  height: 22px;
}
.route-detail-panel .current-route-detail-wrapper .bottom-wrapper .capacity .capacity-block img,
.route-detail-panel .current-route-detail-wrapper .bottom-wrapper .capacity .capacity-block p {
  width: 20px;
  height: 20px;
}
.route-detail-panel .current-route-detail-wrapper .bottom-wrapper .capacity .capacity-block p {
  padding: 0;
}
.route-detail-panel .button-container {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.route-detail-panel .button-container .btn {
  flex: 1 auto;
}
.route-detail-panel .route-detail-wrapper {
  flex: 1 auto;
  min-height: 300px;
  font-size: 12px;
}
.route-detail-panel .route-detail-wrapper ul {
  list-style-type: none;
  padding-left: 0;
}
.route-detail-panel .route-detail-wrapper li.dndPlaceholder {
  height: 100px;
}
.route-detail-panel .route-detail-wrapper .dot-order-block {
  display: flex;
  position: relative;
  padding: 5px 0;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part {
  width: 28px;
  height: 100%;
  align-self: center;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part .point-wrapper {
  width: 28px;
  height: 28px;
  position: relative;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part .point-wrapper .point-center,
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part .point-wrapper .point-border {
  position: absolute;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part .point-wrapper .point-center {
  width: 20px;
  height: 20px;
  top: 4px;
  left: 4px;
  z-index: 10;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part .point-wrapper .point-center p {
  padding-top: 2px;
  font-weight: bold;
  margin-bottom: 0;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part .point-wrapper .point-border {
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 5;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part .line-wrapper {
  position: absolute;
  width: 4px;
  height: 50%;
  left: 12px;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part .line-wrapper.top {
  top: 0;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part .line-wrapper.bottom {
  bottom: 0;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part .distance-wrapper {
  position: absolute;
  top: -10px;
  width: 28px;
  height: 30px;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.is-pu .point-wrapper > .point-center,
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.is-pu .point-border {
  border-radius: 50%;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.is-do .point-wrapper > .point-center,
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.is-do .point-border {
  border-radius: 2px;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.is-wait .point-wrapper > .point-center,
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.is-wait .point-border {
  border-radius: 50%;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.is-wait .point-wrapper > .point-center {
  width: 14px;
  height: 14px;
  top: 7px;
  left: 7px;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.is-wait .point-wrapper > .point-border {
  width: 22px;
  height: 22px;
  top: 3px;
  left: 3px;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.is-home-depot .point-wrapper > .point-center,
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.is-home-depot .point-border {
  border-radius: 2px;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.is-home-depot .point-wrapper > .point-center i {
  padding-top: 2px;
  font-size: 18px;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-right-part {
  width: 214px;
  padding: 5px;
  margin-left: 5px;
  align-self: center;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-right-part.new {
  border-radius: 2px;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-right-part .dot-time,
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-right-part .dot-client,
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-right-part .dot-address {
  margin-bottom: 0;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-right-part .dot-client {
  text-transform: uppercase;
}
.route-detail-panel .route-detail-wrapper .dot-order-block .dot-right-part .dot-address {
  word-break: break-all;
}
.route-detail-panel .route-detail-wrapper .dot-order-block.related-order::after {
  content: "Wait on return.";
  position: absolute;
  width: -webkit-fill-available;
  text-align: center;
  top: -10px;
  border-radius: 3px;
  margin-left: 32px;
}
p.plus-code {
  margin-right: -18px !important;
  z-index: 1 !important;
  padding-top: 4px !important;
  margin-left: 10px;
  position: absolute;
}
input[password-eye]::-ms-reveal,
input[password-eye]::-ms-clear {
  display: none;
}
input[password-eye]:not([disabled]) {
  padding: 6px 36px 6px 12px;
}
i.password-eye {
  position: absolute;
  right: 10px;
  top: 30px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  padding: 7px 5px;
}
i.password-eye.hide {
  display: none;
}
.dropdown-menu-500 {
  max-height: 500px;
  overflow-y: scroll;
  scrollbar-gutter: stable;
}
.display-contents {
  display: contents;
}
i.map-settings-btn {
  opacity: .3;
  cursor: pointer;
}
i.map-settings-btn.active {
  opacity: 1;
}
.map-settings-popup {
  padding: 0 !important;
}
.map-settings-popup .ngdialog-content {
  border: none !important;
  top: 30%;
}
.settings-legend {
  user-select: none;
  border-radius: 5px;
  margin: 5px;
  text-align: left;
  padding: 5px 10px;
  width: 240px;
}
.settings-legend:has(button[aria-expanded="false"]) {
  width: 120px;
  opacity: .7;
}
.settings-legend button.btn.btn-link {
  width: 100%;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: left;
}
.settings-legend button[aria-expanded="true"] .fa.fa-chevron-down {
  display: none;
}
.settings-legend button[aria-expanded="false"] .fa.fa-chevron-up {
  display: none;
}
.settings-legend .wrap-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.settings-legend .wrap-panel__item {
  width: 105px;
  display: flex;
  align-items: center;
}
.settings-legend .wrap-panel__item.large-item {
  width: 210px;
}
.settings-legend .wrap-panel__item.zoom {
  gap: 10px;
}
.settings-legend .wrap-panel__item.zoom label {
  margin-bottom: 0;
}
.settings-legend .wrap-panel__item.zoom .material-symbols-outlined {
  cursor: pointer;
  transition: all 0.2s;
  opacity: 0.8;
}
.settings-legend .wrap-panel__item.zoom .material-symbols-outlined:hover {
  opacity: 1;
  transform: scale(1.15);
}
.settings-legend .wrap-panel .radio,
.settings-legend .wrap-panel .checkbox {
  margin: 0 !important;
}
.settings-legend .wrap-panel .radio input[type="checkbox"],
.settings-legend .wrap-panel .checkbox input[type="checkbox"],
.settings-legend .wrap-panel .radio input[type="radio"],
.settings-legend .wrap-panel .checkbox input[type="radio"] {
  margin-top: 2px !important;
}
.settings-legend .wrap-panel .radio label,
.settings-legend .wrap-panel .checkbox label {
  font-weight: 700;
}
i.globe-offset {
  left: 12px;
  top: 8px;
}
.text-ellipsis {
  text-overflow: ellipsis !important;
}
.text-ellipsis a {
  white-space: nowrap;
}
.note-text {
  white-space: pre-wrap;
}
.time-with-timezone {
  text-align: right;
}
td.text-left .time-with-timezone {
  text-align: left;
}
isi-date-time-picker.ng-invalid .datetime-component .datetime-input {
  border: 1px solid #d96557 !important;
}
isi-date-time-picker.ng-invalid .datetime-component .input-group-addon {
  background: #d96557 !important;
}
isi-date-time-picker .datetime-component.disabled .input-group .datetime-input,
isi-date-time-picker .datetime-component.disabled .input-group .input-group-addon {
  cursor: not-allowed !important;
}
isi-date-time-picker .datetime-component .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  height: 330px;
}
isi-date-time-picker .datetime-component .input-group {
  width: 100%;
}
isi-date-time-picker .datetime-component .input-group .datetime-input {
  border-radius: 2px 0 0 2px !important;
  width: 100%;
  padding: 6px 12px !important;
  font-size: 12px;
  height: 30px !important;
}
isi-date-time-picker .datetime-component .input-group .datetime-input.simple {
  border-radius: 2px !important;
}
isi-date-time-picker .datetime-component .input-group .input-group-addon {
  border: none;
  border-radius: 0 2px 2px 0 !important;
}
isi-date-time-picker .datetime-component .datetime-panel {
  height: 100%;
  display: flex;
}
isi-date-time-picker .datetime-component .datetime-panel .datetime-calendar {
  width: 335px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
isi-date-time-picker .datetime-component .datetime-panel .datetime-calendar .datetime-calendar-addon {
  padding-left: 20px;
  flex: 1;
  display: flex;
  gap: 20px;
  align-items: center;
}
isi-date-time-picker .datetime-component .datetime-panel .datetime-calendar .datetime-calendar-addon a {
  transition: color .2s;
}
isi-date-time-picker .datetime-component .datetime-panel .datetime-hours {
  display: flex;
}
isi-date-time-picker .datetime-component .datetime-panel .datetime-hours .datetime-outer-column {
  overflow: hidden;
  display: flex;
  gap: 15px;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%;
  flex: 1;
  align-items: center;
  width: 60px;
}
isi-date-time-picker .datetime-component .datetime-panel .datetime-hours .datetime-outer-column .datetime-inner-column {
  flex: 1;
  width: 70px;
  margin-right: -10px;
  overflow-y: scroll;
  padding-left: 6px;
}
isi-date-time-picker .datetime-component .datetime-panel .datetime-hours .datetime-outer-column .datetime-inner-column .datetime-label {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 36px;
}
isi-date-time-picker .datetime-component .datetime-panel .datetime-hours .datetime-outer-column .datetime-inner-column .datetime-label:not(.empty) {
  cursor: pointer;
}
isi-date-time-picker .datetime-component .datetime-panel .datetime-hours .datetime-outer-column .datetime-inner-column .datetime-label:first-child {
  margin-top: 106px;
}
isi-date-time-picker .datetime-component .datetime-panel .datetime-hours .datetime-outer-column .datetime-inner-column .datetime-label:last-child {
  margin-bottom: 108px;
}
.w80 {
  width: 80px;
}
.op02 {
  opacity: 0.2;
}
.checkbox-width {
  width: 50px !important;
}
.resized-table-container .resized-table .resized-table-body .resized-table-row.order-locked {
  cursor: not-allowed !important;
}
.resized-table-container .resized-table .resized-table-body .resized-table-row.order-locked .resized-table-column {
  pointer-events: none;
}
.sized-table .sized-table-body .sized-table-row.data-row.order-locked {
  cursor: not-allowed !important;
}
.sized-table .sized-table-body .sized-table-row.data-row.order-locked .sized-table-column {
  pointer-events: none;
}
ul.order-right-click-menu-none {
  display: none !important;
}
.default-view-icon {
  transform: scale(2.5);
  margin-right: 20px;
  margin-top: 10px;
  padding: 0 2px;
  cursor: pointer;
  transition: color 0.3s;
}
.fnt11 {
  font-size: 11px !important;
}
.fnt12 {
  font-size: 12px !important;
}
.fnt13 {
  font-size: 13px !important;
}
.fnt15 {
  font-size: 15px !important;
}
.fnt18 {
  font-size: 18px !important;
}
.fnt24 {
  font-size: 24px !important;
}
.isi-dark-theme {
  /* Default class applied to drop zones on over */
}
.isi-dark-theme fieldset[disabled] label,
.isi-dark-theme fieldset[disabled] .btn-group,
.isi-dark-theme fieldset[disabled] .input-group {
  cursor: not-allowed;
}
.isi-dark-theme fieldset[disabled] span[uib-tooltip] {
  pointer-events: auto;
}
.isi-dark-theme fieldset[disabled] label {
  pointer-events: none;
}
.isi-dark-theme fieldset[disabled] .btn:not(.btn-invisible) {
  background-color: grey;
}
.isi-dark-theme fieldset[disabled] .btn:not(.btn-invisible).active {
  opacity: 1;
}
.isi-dark-theme input:disabled,
.isi-dark-theme select:disabled,
.isi-dark-theme textarea:disabled,
.isi-dark-theme input[disabled],
.isi-dark-theme select[disabled],
.isi-dark-theme textarea[disabled],
.isi-dark-theme input[disabled]::placeholder,
.isi-dark-theme select[disabled]::placeholder,
.isi-dark-theme textarea[disabled]::placeholder {
  color: #9E9E9E !important;
  background-color: #3f4a66 !important;
}
.isi-dark-theme .orders-tab-create-edit fieldset[disabled].blur .tab-block-order,
.isi-dark-theme .orders-tab-create-edit fieldset[disabled].blur .order-modes-alignment-right {
  opacity: 0;
}
.isi-dark-theme .orders-tab-create-edit fieldset[disabled].blur .order-block input,
.isi-dark-theme .orders-tab-create-edit fieldset[disabled].blur .order-block select,
.isi-dark-theme .orders-tab-create-edit fieldset[disabled].blur .order-block textarea,
.isi-dark-theme .orders-tab-create-edit fieldset[disabled].blur .order-block div,
.isi-dark-theme .orders-tab-create-edit fieldset[disabled].blur .order-block span,
.isi-dark-theme .orders-tab-create-edit fieldset[disabled].blur .order-block p {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
  pointer-events: none;
}
.isi-dark-theme .disabled-multiple-trip {
  background-color: #293144 !important;
  text-decoration: line-through;
}
.isi-dark-theme input.disabled-time,
.isi-dark-theme .disabled-time input {
  background-color: #3f4a66 !important;
}
.isi-dark-theme .sidebar-panel > nav ul > li > a > span {
  color: #BFD4F1;
}
.isi-dark-theme .am-pm {
  background: #029ecf !important;
  font-weight: bolder;
}
.isi-dark-theme .am-pm .btn-default {
  background-color: transparent;
  color: #FFFFFF !important;
  border: none;
  margin-left: 0;
}
.isi-dark-theme .am-pm .btn-default:before {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: transparent;
}
.isi-dark-theme .assign-checkbox p {
  color: #029ecf;
}
.isi-dark-theme h2,
.isi-dark-theme h3,
.isi-dark-theme h4,
.isi-dark-theme h6,
.isi-dark-theme label,
.isi-dark-theme .theme-text-color {
  color: #FFFFFF;
}
.isi-dark-theme .btn.btn-invisible {
  color: #FFFFFF !important;
}
.isi-dark-theme .btn.btn-invisible.green {
  color: green !important;
}
.isi-dark-theme .themed {
  background-color: #283555;
  color: #FFFFFF;
  border-color: #555860;
}
.isi-dark-theme .form-style label.control-label {
  color: #029ecf;
}
.isi-dark-theme .form-style textarea.form-control {
  background-color: #283555;
  color: #FFFFFF;
  border-color: #555860;
  overflow: hidden;
  font-size: 12px;
}
.isi-dark-theme .form-style input.form-control {
  background-color: #283555;
  color: #FFFFFF;
  border-color: #555860;
  font-size: 12px;
  border-radius: 2px !important;
}
.isi-dark-theme .form-style input.form-control.br4 {
  border-radius: 4px !important;
}
.isi-dark-theme .form-style select.form-control {
  background-color: #283555;
  color: #FFFFFF;
  border-color: #555860;
  font-size: 12px;
}
.isi-dark-theme .form-style .ui-select-choices-content {
  background-color: #283555 !important;
  border-radius: 0px !important;
}
.isi-dark-theme .form-style .ui-select-choices-row-inner {
  color: #FFFFFF;
  font-size: 12px;
}
.isi-dark-theme .form-style .selectize-input {
  background-color: #1D253C;
  padding-left: 6px;
  padding-right: 6px;
  border-color: #000000;
  font-size: 12px;
  border-radius: 0px;
}
.isi-dark-theme .form-style .selectize-input .ui-select-search {
  background-color: #283555;
  color: #FFFFFF;
  border-color: #ddd;
  font-size: 14px;
  width: 100% !important;
}
.isi-dark-theme .form-style .selectize-input .ui-select-match-item {
  color: #FFFFFF;
  border-color: #ddd;
  font-size: 12px;
}
.isi-dark-theme .form-style .selectize-input .ui-select-match {
  background-color: #283555;
  border: 1px solid #555860;
}
.isi-dark-theme .form-style .selectize-input .ui-select-match-close {
  cursor: not-allowed;
  font-size: 14px;
}
.isi-dark-theme .form-style .themed.form-control {
  background-color: #283555;
  color: #FFFFFF;
  border-color: #555860;
  font-size: 14px;
}
.isi-dark-theme .form-style .has-error label {
  color: #d96557;
}
.isi-dark-theme .form-style .has-error .error-msg {
  color: #d96557;
  margin-top: 0px;
  margin-bottom: 0px;
}
.isi-dark-theme .message-list .message-list-item a {
  background-color: #333B4E !important;
}
.isi-dark-theme .message-list .message-list-item a .time {
  color: #FFFFFF;
}
.isi-dark-theme .message-list .message-list-item a:hover,
.isi-dark-theme .message-list .message-list-item a:visited,
.isi-dark-theme .message-list .message-list-item a:focus {
  text-decoration: none !important;
  background-color: #333B4E !important;
}
.isi-dark-theme .message-list .message-list-item a.note-disabled {
  background: repeating-linear-gradient(-55deg, #222, #222 10px, #333 10px, #333 20px) !important;
}
.isi-dark-theme .message-list .message-list-item a p {
  color: #FFFFFF;
}
.isi-dark-theme .note-title {
  color: #019FCF !important;
  font-weight: bolder;
}
.isi-dark-theme .input-group-addon {
  background-color: #555860 !important;
  border-color: #555860 !important;
}
.isi-dark-theme .input-group-addon .glyphicon {
  color: #FFFFFF !important;
}
.isi-dark-theme .nav-tabs > li > a {
  background-color: transparent;
  margin-right: 0px;
  color: #7b7e85;
}
.isi-dark-theme .nav-tabs > li > a::before {
  background-color: #283555 !important;
}
.isi-dark-theme .nav-tabs > li > a:hover,
.isi-dark-theme .nav-tabs > li > a:focus {
  background-color: #019fcf;
  color: #FFFFFF !important;
  border: 1px solid #019FCF !important;
  border-bottom-color: transparent !important;
  opacity: 0.6;
}
.isi-dark-theme .nav-tabs > li.active > a {
  background-color: #283555 !important;
  color: #FFFFFF !important;
  border: 1px solid #555860 !important;
  border-bottom-color: transparent !important;
  opacity: 1;
}
.isi-dark-theme .tab-content {
  background-color: #283555;
  border: 1px solid #555860;
}
.isi-dark-theme .striped-table tr {
  background-color: #283555;
  color: #FFFFFF;
}
.isi-dark-theme .striped-table tr td {
  vertical-align: middle !important;
}
.isi-dark-theme .striped-table tr.active-tr {
  background-color: #315d97;
}
.isi-dark-theme .table-container table {
  border: none;
  table-layout: fixed;
}
.isi-dark-theme .table-container table thead th {
  background-color: #282F48;
  color: #868ea6;
  border: none !important;
  text-align: left;
  padding: 6px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  vertical-align: middle;
}
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) {
  background-color: #353D5A;
  color: #FFFFFF;
  border: none;
  border-top: 2px solid #282F48;
  text-align: left;
  overflow: clip !important;
  overflow-clip-margin: 20px;
  text-overflow: clip;
  white-space: initial;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
}
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) ul:hover table.day-view td:not(.day):not(.current),
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) ul:hover table.month-view td:not(.day):not(.current),
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) ul:hover table.year-view td:not(.day):not(.current) {
  background-color: inherit !important;
}
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.day-view,
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.month-view,
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.year-view {
  border-color: initial;
  table-layout: initial;
  border-collapse: initial;
}
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.day-view.table,
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.month-view.table,
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.year-view.table {
  background-color: inherit;
}
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.day-view th,
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.month-view th,
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.year-view th {
  background-color: inherit;
  color: inherit;
  border: initial !important;
  text-align: center;
  overflow: initial;
  text-overflow: initial;
  white-space: initial;
  font-size: 14px;
  padding: 8px 15px;
}
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.day-view tr:hover td:not(.day),
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.month-view tr:hover td:not(.day),
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.year-view tr:hover td:not(.day) {
  background-color: inherit !important;
}
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.day-view td:not(.current),
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.month-view td:not(.current),
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.year-view td:not(.current) {
  background-color: inherit;
  color: inherit;
  border-color: initial;
  text-align: center;
  border: none !important;
  border-bottom: initial;
  overflow: initial;
  text-overflow: initial;
  white-space: initial;
  vertical-align: initial;
  line-height: initial;
  font-size: 14px;
}
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.day-view:hover td:not(.day),
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.month-view:hover td:not(.day),
.isi-dark-theme .table-container table tbody tr td:not(.day):not(.uib-time) table.year-view:hover td:not(.day) {
  background-color: inherit !important;
}
.isi-dark-theme .table-container table tbody tr.info td:not(.day):not(.uib-time):not(.current) {
  background-color: #29609B;
  color: #FFFFFF;
}
.isi-dark-theme .table-container table tbody tr.order-hold td {
  background-color: #232936 !important;
  color: #999999 !important;
}
.isi-dark-theme .table-container table tbody tr.client-hold td {
  background-color: #232936 !important;
  color: #999999 !important;
}
.isi-dark-theme .table-container table tbody tr.is-return-trip td:nth-child(n + 4) {
  color: #9E9E9E;
}
.isi-dark-theme .table-container table tbody tr.inactive td {
  background-color: #A03741 !important;
  color: #F3BCBC !important;
}
.isi-dark-theme .table-container table tbody tr.out-of-service td {
  background-color: #9E9E9E !important;
}
.isi-dark-theme .table-container table tbody tr.archived td {
  background-color: #1A1F2F !important;
  color: #555860 !important;
}
.isi-dark-theme .table-container table tbody tr:hover:not(.info) > td:not(.day):not(.td-reinstate) {
  background-color: #424B6B !important;
  color: #FFFFFF !important;
}
.isi-dark-theme .table-container.rowspan-hover tbody:hover td[rowspan],
.isi-dark-theme .table-container.rowspan-hover tr:hover td {
  background-color: #424B6B !important;
  color: #FFFFFF !important;
}
.isi-dark-theme .pagination li.active a {
  color: #FFFFFF;
  cursor: default;
  background-color: #019FCF;
  border-color: #019FCF;
}
.isi-dark-theme .pagination li.disabled a,
.isi-dark-theme .pagination li.disabled a:hover,
.isi-dark-theme .pagination li.disabled a:focus {
  color: #777 !important;
  background-color: transparent !important;
  border-color: #555860 !important;
}
.isi-dark-theme .pagination li a {
  background-color: transparent;
  border-color: #555860;
  color: #FFFFFF;
}
.isi-dark-theme .pagination li a:hover,
.isi-dark-theme .pagination li a:focus {
  background-color: #0E6286;
  border-color: #0E6286;
  color: #FFFFFF !important;
}
.isi-dark-theme .search-run span,
.isi-dark-theme .add-search .close-span {
  color: #FFFFFF;
}
.isi-dark-theme [uib-typeahead-popup].dropdown-menu {
  background-color: #1D253C !important;
}
.isi-dark-theme [uib-typeahead-popup].dropdown-menu li a {
  color: #FFFFFF !important;
}
.isi-dark-theme [uib-typeahead-popup].dropdown-menu li.active a {
  background-color: #029ecf !important;
}
.isi-dark-theme .tabdrop .dropdown-menu {
  background-color: #1D253C !important;
}
.isi-dark-theme .tabdrop .dropdown-menu a {
  background-color: #1D253C !important;
  color: #555860;
}
.isi-dark-theme .tabdrop .dropdown-menu a:hover {
  background-color: #283555 !important;
  color: #FFFFFF;
}
.isi-dark-theme .datetimepicker .active {
  background-color: #019FCF !important;
  background-image: none !important;
}
.isi-dark-theme .tab-pane h4.text {
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
}
.isi-dark-theme .tab-pane h5.under-text {
  color: #fff;
  font-weight: bold;
}
.isi-dark-theme .tab-pane .checkbox-area p {
  color: #029ecf;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
}
.isi-dark-theme .tab-pane .table:not(.table-condensed) {
  table-layout: fixed;
  border-collapse: collapse;
}
.isi-dark-theme .tab-pane .table:not(.table-condensed) th {
  border: none !important;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.isi-dark-theme .tab-pane .table:not(.table-condensed) tr {
  border-bottom: none;
}
.isi-dark-theme .tab-pane .table:not(.table-condensed) tr td {
  text-overflow: ellipsis;
  overflow: inherit;
  white-space: inherit;
}
.isi-dark-theme .tab-pane .table:not(.table-condensed) tr td a:not(.btn) {
  color: #029ecf;
}
.isi-dark-theme .tab-pane .table:not(.table-condensed) tr.background {
  background-color: #333B4E;
}
.isi-dark-theme .active-label {
  color: #019FCF !important;
}
.isi-dark-theme .permissions-tab {
  background-color: #344570;
  border: 1px solid #555860;
}
.isi-dark-theme .permissions-tab p {
  color: #FFFFFF;
}
.isi-dark-theme .privileges .panel {
  background-color: #344570 !important;
}
.isi-dark-theme .tab-show {
  outline: none;
  background-color: #344570;
  color: #FFFFFF;
  border-color: #555860 !important;
}
.isi-dark-theme .tab-show:hover,
.isi-dark-theme .tab-show:focus {
  text-decoration: none;
  box-shadow: none;
}
.isi-dark-theme .tab-show.active {
  border-bottom: 1px solid #555860 !important;
  height: auto !important;
}
.isi-dark-theme .permissions-ul p {
  color: #019FCF;
  font-size: 13px;
  margin: 0;
}
.isi-dark-theme .signature-box {
  border-color: #555860;
}
.isi-dark-theme .color {
  color: #FFFFFF !important;
}
.isi-dark-theme .orange-yellow {
  color: #fbc02d !important;
}
.isi-dark-theme .order-info {
  border: 1px solid #555860;
  background-color: #1D253C;
  margin-bottom: 7px;
}
.isi-dark-theme .order-mixed {
  border: 1px solid #555860;
  background-color: #283555;
  padding-left: 0;
  margin-bottom: 7px;
}
.isi-dark-theme .groups-area {
  border: 1px solid #555860;
  background-color: #1D253C;
}
.isi-dark-theme .item-li {
  border: 1px solid #555860;
  background-color: #283555;
}
.isi-dark-theme .item-li.hover {
  border: 1px solid #315d97;
}
.isi-dark-theme .sweet-alert {
  background-color: #222 !important;
}
.isi-dark-theme .sweet-alert h2 {
  color: ghostwhite;
}
.isi-dark-theme .sweet-alert p {
  color: floralwhite;
}
.isi-dark-theme .bordered-color {
  border: 1px solid #555860;
}
.isi-dark-theme .invoice-inquires {
  background-color: #3f4a66;
  border: 1px solid #029ecf;
}
.isi-dark-theme .ngdialog-content {
  background-color: #000000 !important;
}
.isi-dark-theme .panel {
  background-color: #283555 !important;
}
.isi-dark-theme .panel .panel-title {
  color: #FFFFFF !important;
}
.isi-dark-theme .background-color-tab {
  background-color: #353D5A !important;
}
.isi-dark-theme .panel-heading a:after {
  color: #FFFFFF;
}
.isi-dark-theme .panel-group .panel .panel-heading a {
  color: #ccc;
}
.isi-dark-theme .panel-group .panel .panel-heading[aria-expanded="true"] a {
  color: #fff;
}
.isi-dark-theme .picker-top-row,
.isi-dark-theme .picker-days-week-row {
  color: #FFFFFF;
}
.isi-dark-theme .picker-day {
  border-color: #555860;
  color: #FFFFFF;
  background-color: #333B4E;
}
.isi-dark-theme .picker-day.picker-empty {
  background-color: transparent;
}
.isi-dark-theme .tab-is-active {
  background-color: #283555;
}
.isi-dark-theme .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: #9E9E9E;
}
.isi-dark-theme .picker-day.picker-selected {
  background-color: #019FCF !important;
  color: #FFFFFF !important;
}
.isi-dark-theme .multiple-list-area .multiple-list-item .item-text {
  background-color: #019FCF;
  color: #FFFFFF;
}
.isi-dark-theme .form-style .order-block {
  position: relative;
  background-color: #1D253C;
  padding: 15px;
}
.isi-dark-theme .form-style .order-block label.control-label {
  color: #FFFFFF;
}
.isi-dark-theme .tab-block-order {
  outline: none;
  background-color: #1D253C;
  color: #FFFFFF;
  border: none;
}
.isi-dark-theme .tab-block-order:hover,
.isi-dark-theme .tab-block-order:focus {
  text-decoration: none;
  box-shadow: none;
}
.isi-dark-theme .orders-tab-create-edit .nav-tabs > li.active > a {
  background-color: #0e121d !important;
}
.isi-dark-theme .orders-tab-create-edit .nav-tabs > li > a {
  padding: 10px 80px;
}
.isi-dark-theme .orders-tab-create-edit .tab-content {
  background-color: #0e121d;
}
.isi-dark-theme .map-legend {
  background-color: #10141f;
}
.isi-dark-theme .map-legend h4,
.isi-dark-theme .map-legend label,
.isi-dark-theme .map-legend .list-group {
  background-color: #10141f;
}
.isi-dark-theme .driver-block-info {
  background-color: #283555;
  border: 1px solid #555860;
}
.isi-dark-theme .disabled .driver-block-info {
  background-color: #555860;
}
.isi-dark-theme .price-block-miles {
  border-color: #fff;
}
.isi-dark-theme .was-done-6,
.isi-dark-theme .pu-order-status-6 {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #e4e4e4 !important;
  border-radius: 2px;
}
.isi-dark-theme .was-done-6 p,
.isi-dark-theme .pu-order-status-6 p {
  color: #e4e4e4 !important;
}
.isi-dark-theme .pu-was-done-10 {
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: #a5a5a5 !important;
}
.isi-dark-theme .pu-order-status-8 {
  color: #d47e8f !important;
}
.isi-dark-theme .do-order-status-8,
.isi-dark-theme .do-order-status-9 {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #a6a6a6 !important;
}
.isi-dark-theme .pu-order-status-9 {
  color: #ffb300 !important;
}
.isi-dark-theme .violation-danger {
  color: #DC143C !important;
}
.isi-dark-theme .late-time-alert-red p,
.isi-dark-theme .late-time-alert-red span,
.isi-dark-theme p.late-time-alert-red,
.isi-dark-theme p.late-time-alert-red span {
  color: #ff5349 !important;
}
.isi-dark-theme .late-time-alert-yellow p,
.isi-dark-theme .late-time-alert-yellow span,
.isi-dark-theme p.late-time-alert-yellow,
.isi-dark-theme p.late-time-alert-yellow span {
  color: #FBC02D !important;
}
.isi-dark-theme .time-zone-hint {
  color: #FBC02D !important;
}
.isi-dark-theme .time-zone-hint {
  color: #FBC02D !important;
}
.isi-dark-theme .link-not-active {
  pointer-events: none;
}
.isi-dark-theme .order-row-red {
  background-color: #f19056 !important;
  cursor: pointer;
}
.isi-dark-theme .order-row-blue {
  background-color: #1b90d5 !important;
  cursor: pointer;
}
.isi-dark-theme .run-leg-status-0 {
  background-color: #DEC800 !important;
}
.isi-dark-theme .run-leg-status-1 {
  background-color: #00d2ff !important;
}
.isi-dark-theme .run-leg-status-2 {
  background-color: #827717 !important;
}
.isi-dark-theme .run-leg-status-3 {
  background-color: #2b76a4 !important;
}
.isi-dark-theme .run-leg-status-4 {
  background-color: #784b1e !important;
}
.isi-dark-theme .run-leg-status-5 {
  background-color: #9e9e9e !important;
}
.isi-dark-theme .run-leg-status-6 {
  background-color: #ec433b !important;
}
.isi-dark-theme .run-leg-status-7 {
  background-color: #ff756b !important;
}
.isi-dark-theme .order-status-0 {
  background-color: #DEC800 !important;
}
.isi-dark-theme .order-status-1 {
  background-color: #00d2ff !important;
}
.isi-dark-theme .order-status-2 {
  background-color: #827717 !important;
}
.isi-dark-theme .order-status-3 {
  background-color: #2b76a4 !important;
}
.isi-dark-theme .order-status-4 {
  background-color: #784b1e !important;
}
.isi-dark-theme .order-status-5 {
  background-color: #00c853 !important;
}
.isi-dark-theme .order-status-6 {
  background-color: #25ae21 !important;
}
.isi-dark-theme .order-status-7 {
  background-color: #80006c !important;
}
.isi-dark-theme .order-status-8 {
  background-color: #ec433b !important;
}
.isi-dark-theme .order-status-8 .badge {
  padding: 2px 4px;
  font-size: 9px;
  font-weight: 500;
  background-color: transparent;
}
.isi-dark-theme .order-status-9 {
  background-color: #f38645 !important;
}
.isi-dark-theme .order-status-10 {
  background-color: #9e9e9e !important;
  color: #fff !important;
}
.isi-dark-theme .order-status-border-0 {
  border-color: #DEC800 !important;
  border: 2px solid;
}
.isi-dark-theme .order-status-border-1 {
  border-color: #00d2ff !important;
  border: 2px solid;
}
.isi-dark-theme .order-status-border-2 {
  border-color: #827717 !important;
  border: 2px solid;
}
.isi-dark-theme .order-status-border-3 {
  border-color: #2b76a4 !important;
  border: 2px solid;
}
.isi-dark-theme .order-status-border-4 {
  border-color: #784b1e !important;
  border: 2px solid;
}
.isi-dark-theme .order-status-border-5 {
  border-color: #00c853 !important;
  border: 2px solid;
}
.isi-dark-theme .order-status-border-6 {
  border-color: #25ae21 !important;
  border: 2px solid;
}
.isi-dark-theme .order-status-border-7 {
  border-color: #80006c !important;
  border: 2px solid;
}
.isi-dark-theme .order-status-border-8 {
  border-color: #ec433b !important;
  border: 2px solid;
}
.isi-dark-theme .order-status-border-9 {
  border-color: #f38645 !important;
  border: 2px solid;
}
.isi-dark-theme .order-status-border-10 {
  border-color: #9e9e9e !important;
  border: 2px solid;
}
.isi-dark-theme .order-status-title-0 {
  color: #DEC800 !important;
}
.isi-dark-theme .order-status-title-1 {
  color: #00d2ff !important;
}
.isi-dark-theme .order-status-title-2 {
  color: #827717 !important;
}
.isi-dark-theme .order-status-title-3 {
  color: #2b76a4 !important;
}
.isi-dark-theme .order-status-title-4 {
  color: #784b1e !important;
}
.isi-dark-theme .order-status-title-5 {
  color: #00c853 !important;
}
.isi-dark-theme .order-status-title-6 {
  color: #25ae21 !important;
}
.isi-dark-theme .order-status-title-7 {
  color: #80006c !important;
}
.isi-dark-theme .order-status-title-8 {
  color: #ec433b !important;
}
.isi-dark-theme .order-status-title-9 {
  color: #f38645 !important;
}
.isi-dark-theme .order-status-title-10 {
  color: #9e9e9e !important;
}
.isi-dark-theme .order-selected {
  background-color: #00a1f7 !important;
}
.isi-dark-theme .chat-header-title {
  color: #FFFFFF;
}
.isi-dark-theme .chat-conversation {
  background-color: #283555;
  color: #000000;
}
.isi-dark-theme .chat-conversation a:hover {
  color: #000000;
}
.isi-dark-theme .chat-users {
  color: #FFFFFF;
}
.isi-dark-theme .chat-users a:hover {
  color: #FFFFFF;
}
.isi-dark-theme .vehicle-status-0 {
  background-color: #DEC800 !important;
}
.isi-dark-theme .vehicle-status-1 {
  background-color: #2b76a4 !important;
}
.isi-dark-theme .vehicle-status-2 {
  background-color: #25ae21 !important;
}
.isi-dark-theme .vehicle-status-3 {
  background-color: #9e9e9e !important;
  color: #fff !important;
}
.isi-dark-theme .vehicle-status-4 {
  background-color: #9e9e9e !important;
  color: #fff !important;
}
.isi-dark-theme .vehicle-status-border-0 {
  border-color: #DEC800 !important;
  border: 2px solid;
}
.isi-dark-theme .vehicle-status-border-1 {
  border-color: #2b76a4 !important;
  border: 2px solid;
}
.isi-dark-theme .vehicle-status-border-2 {
  border-color: #25ae21 !important;
  border: 2px solid;
}
.isi-dark-theme .vehicle-status-border-3 {
  border-color: #9e9e9e !important;
  border: 2px solid;
}
.isi-dark-theme .vehicle-status-border-4 {
  border-color: #9e9e9e !important;
  border: 2px solid;
}
.isi-dark-theme .vehicle-status-border-top-0 {
  border-color: #DEC800 !important;
  border-top: 2px dashed;
}
.isi-dark-theme .vehicle-status-border-top-1 {
  border-color: #2b76a4 !important;
  border-top: 2px dashed;
}
.isi-dark-theme .vehicle-status-border-top-2 {
  border-color: #25ae21 !important;
  border-top: 2px dashed;
}
.isi-dark-theme .vehicle-status-border-top-3 {
  border-color: #9e9e9e !important;
  border-top: 2px dashed;
}
.isi-dark-theme .vehicle-status-border-top-4 {
  border-color: #9e9e9e !important;
  border-top: 2px dashed;
}
.isi-dark-theme fieldset[disabled].blur input,
.isi-dark-theme fieldset[disabled].blur select,
.isi-dark-theme fieldset[disabled].blur textarea,
.isi-dark-theme fieldset[disabled].blur div,
.isi-dark-theme fieldset[disabled].blur span,
.isi-dark-theme fieldset[disabled].blur p {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
}
.isi-dark-theme .dropup.open > .dropdown-menu,
.isi-dark-theme .dropdown.open > .dropdown-menu {
  background-color: #283555;
  color: #FFFFFF;
  border-color: #555860;
  z-index: 10000;
}
.isi-dark-theme .dropup.open > .dropdown-menu a,
.isi-dark-theme .dropdown.open > .dropdown-menu a,
.isi-dark-theme .dropup.open > .dropdown-menu p,
.isi-dark-theme .dropdown.open > .dropdown-menu p {
  color: #FFFFFF;
}
.isi-dark-theme .dropup.open > .dropdown-menu a:not([role="button"]):hover,
.isi-dark-theme .dropdown.open > .dropdown-menu a:not([role="button"]):hover {
  color: #000000;
}
.isi-dark-theme .datetimepicker .minute:hover,
.isi-dark-theme .datetimepicker .hour:hover,
.isi-dark-theme .datetimepicker .day:hover,
.isi-dark-theme .datetimepicker .switch:hover,
.isi-dark-theme .datetimepicker .left:hover,
.isi-dark-theme .datetimepicker.table-responsive .right:hover {
  background: #019FCF !important;
  color: #FFFFFF;
}
.isi-dark-theme .datetimepicker .current,
.isi-dark-theme .datetimepicker .current:hover,
.isi-dark-theme .datetimepicker .current.disabled,
.isi-dark-theme .datetimepicker .current.disabled:hover {
  background-color: #808080;
}
.isi-dark-theme .current-order td {
  background-color: #2a3c2a !important;
}
.isi-dark-theme .chat-header {
  background: #40538a;
}
.isi-dark-theme .configuration.chat .configuration-cog {
  background-color: #40538a;
  margin-top: 0px;
  color: #808080;
}
.isi-dark-theme .chat-conversation-content {
  background-color: #FFFFFF;
}
.isi-dark-theme .chat-panel .tab-content {
  background-color: #9aabdc !important;
}
.isi-dark-theme .chat-panel input {
  background-color: #40538a !important;
  color: white !important;
}
.isi-dark-theme .chat-panel input::placeholder {
  color: #FFFFFF;
}
.isi-dark-theme .chat-group a {
  border-color: #337ab7;
}
.isi-dark-theme .chat-group a:hover {
  border-color: #337ab7;
}
.isi-dark-theme .notifications-chat {
  background-color: #5266a0;
}
.isi-dark-theme .chat-conversation p {
  color: #000000;
}
.isi-dark-theme ul.chat-group-block li:hover a,
.isi-dark-theme ul.chat-group-block li.active a {
  background-color: #5266a0;
  color: #FFFFFF;
  border-color: #5266a0;
}
.isi-dark-theme .chat-driver:hover {
  background-color: #91a7e6;
  cursor: pointer;
}
.isi-dark-theme .pointer-events-none .picker-day:not(.picker-selected) {
  background-color: #333B4E !important;
}
.isi-dark-theme .sweet-alert input {
  background: black;
  color: #fff;
}
.isi-dark-theme .oid-column .solid-content {
  font-size: 11px;
}
.isi-dark-theme .solid-content {
  width: max-content;
  padding: 3px;
  border-radius: 3px;
}
.isi-dark-theme .solid-content .main-order-info {
  min-height: 22px;
  min-width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.isi-dark-theme .nav-tabs > li > ul.dropdown-menu > li > a:hover {
  background-color: rgba(53, 61, 90, 0.9) !important;
  color: white !important;
}
.isi-dark-theme table tbody tr td .vehicle-column.solid-content {
  display: inline-block;
}
.isi-dark-theme .main-panel > .header {
  background-color: #1A1F2F;
}
.isi-dark-theme .main-panel > .header .navbar-text {
  color: #9FA0B5;
}
.isi-dark-theme .main-panel > .header .new-notification-dropdown {
  background-color: #283555;
  color: #FFFFFF;
  border: 1px solid #9FA0B5 !important;
}
.isi-dark-theme .main-panel > .header .new-notification-dropdown span,
.isi-dark-theme .main-panel > .header .new-notification-dropdown p {
  color: #FFFFFF;
}
.isi-dark-theme .main-panel > .header .new-notification-dropdown .new-notification-body .notification-item {
  color: #FFFFFF;
  background-color: #3f4a66;
}
.isi-dark-theme .main-panel > .header .new-notification-dropdown .new-notification-body .notification-item-cancel {
  background-color: #7b4055;
}
.isi-dark-theme .main-panel > .header .new-notification-dropdown .new-notification-body .notification-item-orange-bg {
  background-color: #FFB100;
  color: #283555;
}
.isi-dark-theme .main-panel > .header .new-notification-dropdown .new-notification-body .notification-item-orange-bg .notification-item-header p {
  color: #283555;
}
.isi-dark-theme .sidebar-panel > .brand {
  background-color: #0F131E;
}
.isi-dark-theme .sidebar-panel > .brand a {
  color: #9FA0B5;
}
.isi-dark-theme .left-side-menu > ul.nav li a i,
.isi-dark-theme .left-side-menu > ul.nav li a .material-symbols-outlined {
  font-size: 16px !important;
}
.isi-dark-theme .left-side-menu > ul.nav li.active {
  background-color: #315d97;
}
.isi-dark-theme .left-side-menu > ul.nav li.active a {
  color: #FFFFFF;
}
.isi-dark-theme .left-side-menu > ul.nav li.active a span {
  color: #FFFFFF;
}
.isi-dark-theme .left-side-menu > ul.nav li a:focus {
  background-color: rgba(49, 93, 151, 0.2) !important;
}
.isi-dark-theme .left-side-menu > ul.nav li a:focus span {
  color: #FFFFFF !important;
}
.isi-dark-theme nav.left-side-menu > ul.nav > li > a:hover,
.isi-dark-theme nav.left-side-menu > ul.nav > li.open > a:hover {
  background-color: #1f4b87 !important;
}
.isi-dark-theme nav.left-side-menu > ul.nav > li > a:hover a span,
.isi-dark-theme nav.left-side-menu > ul.nav > li.open > a:hover a span {
  color: #FFFFFF;
}
.isi-dark-theme nav.left-side-menu > ul.nav > li.open > a {
  background-color: #0F131E !important;
}
.isi-dark-theme .layout-small-menu nav.left-side-menu > ul.nav > li.active > a {
  background-color: #1f4b87 !important;
}
.isi-dark-theme nav.left-side-menu > ul.nav > li > ul {
  background-color: #0F131E;
}
.isi-dark-theme nav.left-side-menu > ul.nav > li > ul li a:hover,
.isi-dark-theme nav.left-side-menu > ul.nav > li > ul li a:focus {
  background-color: #315d97;
  text-decoration: none;
}
.isi-dark-theme .left-side-menu .nav::-webkit-scrollbar-thumb {
  background-color: rgba(49, 93, 151, 0.5);
}
.isi-dark-theme .nav.navbar-nav li.dropdown .dropdown-menu.new-chat {
  border: none;
}
.isi-dark-theme .nav.navbar-nav li.dropdown .dropdown-menu.user-options {
  right: 20px;
  border: 1px solid #353D5A;
  border-radius: 5px !important;
  box-shadow: 0px 20px 50px 0 rgba(0, 0, 0, 0.3);
  background-color: #222840;
}
.isi-dark-theme .main-panel {
  background: #1D253C;
}
.isi-dark-theme #vresizer {
  background-color: #353D5A;
}
.isi-dark-theme #hresizer {
  background-color: #353D5A;
}
.isi-dark-theme #mainMapSection #mainMap,
.isi-dark-theme #preAssignMap #manage-section {
  background: #1D253C;
}
.isi-dark-theme #routDetails {
  background-image: linear-gradient(to bottom, #1e212b, #151926);
  border: none;
  box-shadow: 0px 20px 50px 0 rgba(0, 0, 0, 0.3);
}
.isi-dark-theme #routDetails .route-area,
.isi-dark-theme #routDetails .route-area .route-actions,
.isi-dark-theme #routDetails .route-header {
  background-color: #0e121d;
}
.isi-dark-theme .split-order-modal .route-area .route-details-block,
.isi-dark-theme #routDetailsModal .route-area .route-details-block,
.isi-dark-theme #routDetails .route-area .route-details-block {
  color: #868ea6;
}
.isi-dark-theme .split-order-modal .route-area .route-details-block li.dndPlaceholder,
.isi-dark-theme #routDetailsModal .route-area .route-details-block li.dndPlaceholder,
.isi-dark-theme #routDetails .route-area .route-details-block li.dndPlaceholder {
  background: #216860 0% 0% no-repeat padding-box;
  border: 1px solid #26877E;
}
.isi-dark-theme .split-order-modal .route-area .route-details-block .dot-left-part.is-home-depot .point-wrapper > .point-center,
.isi-dark-theme #routDetailsModal .route-area .route-details-block .dot-left-part.is-home-depot .point-wrapper > .point-center,
.isi-dark-theme #routDetails .route-area .route-details-block .dot-left-part.is-home-depot .point-wrapper > .point-center,
.isi-dark-theme .split-order-modal .route-area .route-details-block .dot-left-part.is-home-depot .point-border,
.isi-dark-theme #routDetailsModal .route-area .route-details-block .dot-left-part.is-home-depot .point-border,
.isi-dark-theme #routDetails .route-area .route-details-block .dot-left-part.is-home-depot .point-border {
  background: #FBC02D 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .route-area .route-details-block .dot-left-part.is-home-depot .point-wrapper > .point-center i,
.isi-dark-theme #routDetailsModal .route-area .route-details-block .dot-left-part.is-home-depot .point-wrapper > .point-center i,
.isi-dark-theme #routDetails .route-area .route-details-block .dot-left-part.is-home-depot .point-wrapper > .point-center i {
  color: white;
}
.isi-dark-theme .split-order-modal .route-area .route-details-block .dot-right-part .dot-time span.violations,
.isi-dark-theme #routDetailsModal .route-area .route-details-block .dot-right-part .dot-time span.violations,
.isi-dark-theme #routDetails .route-area .route-details-block .dot-right-part .dot-time span.violations {
  color: #17a2b8;
}
.isi-dark-theme .split-order-modal .route-area .route-details-block .dot-right-part .dot-time span.violations.late,
.isi-dark-theme #routDetailsModal .route-area .route-details-block .dot-right-part .dot-time span.violations.late,
.isi-dark-theme #routDetails .route-area .route-details-block .dot-right-part .dot-time span.violations.late {
  color: #f4516c;
}
.isi-dark-theme .split-order-modal .route-area .route-details-block .dot-right-part .dot-address,
.isi-dark-theme #routDetailsModal .route-area .route-details-block .dot-right-part .dot-address,
.isi-dark-theme #routDetails .route-area .route-details-block .dot-right-part .dot-address {
  color: #828C9C;
}
.isi-dark-theme #routDetails .route-header .close-form,
.isi-dark-theme #routDetails .route-header .route-orders-count {
  background-color: #283555;
  color: #FFFFFF;
  border: 1px solid #555860;
}
.isi-dark-theme #routDetails .route-header .close-form {
  color: #9E9E9E;
}
.isi-dark-theme #routDetails .route-area .route-details-block {
  background-color: #1D253C;
}
.isi-dark-theme #findOrder #newPreAssignArea {
  background-color: #222840;
}
.isi-dark-theme #findOrder #findOrderArea {
  background-color: #222840;
}
.isi-dark-theme #findOrder #findOrderArea .find-order-area-tab-labels .active-tab {
  color: #FFFFFF;
  background-color: #222840;
}
.isi-dark-theme #findOrder #findOrderArea .find-order-area-tab-labels .inactive-tab {
  background-color: #1B2137;
}
.isi-dark-theme #findOrder #findOrderArea .scheduling-runs {
  background-color: #222840;
}
.isi-dark-theme #findOrder #findOrderArea .scheduling-runs .scheduling-runs-table {
  background-color: #282F48;
}
.isi-dark-theme #findOrder #findOrderArea .scheduling-runs .scheduling-runs-table tr th {
  color: #fafafa;
}
.isi-dark-theme #findOrder #findOrderArea .scheduling-runs .scheduling-runs-table tr td {
  color: #fafafa;
  background-color: #A8BBF51A 1A;
  border-bottom: 2px solid #282F48;
}
.isi-dark-theme #findOrder #findOrderArea .scheduling-runs .scheduling-runs-table tr.cursor-pointer:hover {
  background-color: #424B6B;
}
.isi-dark-theme #findOrder #findOrderArea .scheduling-runs .scheduling-runs-table tr,
.isi-dark-theme #findOrder #findOrderArea .scheduling-runs .scheduling-runs-table td,
.isi-dark-theme #findOrder #findOrderArea .scheduling-runs .scheduling-runs-table th {
  border: none;
}
.isi-dark-theme #findOrder #findOrderArea .unassigned-vehicles {
  background-color: #222840;
}
.isi-dark-theme #findOrder #findOrderArea .unassigned-vehicles .unassigned-vehicles-tabs .unassigned-vehicles-filter .tab-label,
.isi-dark-theme #findOrder #findOrderArea .unassigned-vehicles .unassigned-vehicles-tabs .unassigned-vehicles-tab .tab-label {
  color: #fafafa;
}
.isi-dark-theme #findOrder #findOrderArea .unassigned-vehicles .unassigned-vehicles-table {
  background-color: #282F48;
}
.isi-dark-theme #findOrder #findOrderArea .unassigned-vehicles .unassigned-vehicles-table tbody tr {
  background-color: #353D5A;
  border-bottom: 2px solid #282F48;
}
.isi-dark-theme #findOrder #findOrderArea .unassigned-vehicles .unassigned-vehicles-table tr th {
  color: #868ea6;
}
.isi-dark-theme #findOrder #findOrderArea .unassigned-vehicles .unassigned-vehicles-table tr td {
  color: #fafafa;
}
.isi-dark-theme #findOrder #findOrderArea .unassigned-vehicles .unassigned-vehicles-table tr.cursor-pointer:hover {
  background-color: #424B6B;
}
.isi-dark-theme #findOrder #findOrderArea .unassigned-vehicles .unassigned-vehicles-table tr.cursor-pointer button:hover {
  background-color: #01579b;
  box-shadow: 0 0 14px 0 rgba(1, 87, 155, 0.3);
}
.isi-dark-theme #findOrder #findOrderArea .unassigned-vehicles .unassigned-vehicles-table td,
.isi-dark-theme #findOrder #findOrderArea .unassigned-vehicles .unassigned-vehicles-table th {
  border: none;
}
.isi-dark-theme #newPreAssignArea .auto-preassigned-routes .orders-messages-wrapper .orders-count {
  color: #727682;
}
.isi-dark-theme #newPreAssignArea .auto-preassigned-routes .orders-messages-wrapper .auto-assign-attention {
  color: #fbc02d;
}
.isi-dark-theme #newPreAssignArea .auto-preassigned-routes .display-routes-area {
  background-color: #222840;
}
.isi-dark-theme #newPreAssignArea .auto-preassigned-routes .display-routes-area .routes-list .calculation-route-wrapper {
  background: #353D5A;
}
.isi-dark-theme #newPreAssignArea .auto-preassigned-routes .display-routes-area .routes-list .calculation-route-wrapper .calculation-route-info .route-info-row p {
  color: #FFFFFF;
}
.isi-dark-theme #newPreAssignArea .auto-preassigned-routes .display-routes-area .routes-list .calculation-route-wrapper .calculation-route-info .route-info-row p span.info-label {
  opacity: 0.36;
}
.isi-dark-theme #newPreAssignArea .auto-preassigned-routes .display-routes-area .routes-list .calculation-route-wrapper .calculation-route-stats {
  background: #2D3550;
  color: #fafafa;
}
.isi-dark-theme #newPreAssignArea .auto-preassigned-routes .display-routes-area .routes-list .calculation-route-wrapper .calculation-route-headers .calculation-header-buttons .header-button {
  background-color: #222840;
  color: #fafafa;
  border: 1px solid #868ea6;
}
.isi-dark-theme .pre-assign-setup .advanced-settings-container {
  background-color: #283555 !important;
}
.isi-dark-theme .pre-assign-setup .advanced-settings-container p {
  color: #FFFFFF;
}
.isi-dark-theme .pre-assign-setup .advanced-settings-container .advanced-settings {
  background: #1D253C;
}
.isi-dark-theme .pre-assign-setup .preassign-list .preassign-mode {
  background-color: #333B4E;
  color: #FFFFFF;
  border-bottom: 5px solid #10141f;
}
.isi-dark-theme .find-vehicle-modal-new {
  background: #222840 0% 0% no-repeat padding-box !important;
}
.isi-dark-theme .find-vehicle-modal-new .suggestion-container {
  border: 1px solid #485275;
}
.isi-dark-theme .find-vehicle-modal-new .order-item {
  background: #2D344D 0% 0% no-repeat padding-box;
  border: 1px solid #485275;
}
.isi-dark-theme .find-vehicle-modal-new .order-item .order-item-right {
  background: #353D5A 0% 0% no-repeat padding-box;
}
.isi-dark-theme .find-vehicle-modal-new .capacity .capacity-block {
  border: 1px solid #485275;
}
.isi-dark-theme .find-vehicle-modal-new .capacity .capacity-block p {
  background: #353D5A 0% 0% no-repeat padding-box;
  padding: 4px 2px;
}
.isi-dark-theme .find-vehicle-modal-new .tab-wrapper .manual-assign-wrapper .manual-assign-input {
  background-color: #2D344D;
  border: 1px solid #53586F;
  color: #ffffff;
}
.isi-dark-theme .find-vehicle-modal-new .tab-wrapper .vehicles-list .vehicle .vehicle-label {
  color: #9E9E9E;
}
.isi-dark-theme .find-vehicle-modal-new .tab-wrapper .vehicles-list .vehicle .vehicle-icon {
  background: #3B4757;
  color: #17a2b8;
}
.isi-dark-theme .find-vehicle-modal-new .tab-wrapper .current-route-detail-wrapper {
  background-color: #2D344D;
  border: 1px solid #53586F;
}
.isi-dark-theme .find-vehicle-modal-new .nav-tabs li a,
.isi-dark-theme .find-vehicle-modal-new .nav-tabs li a.active {
  color: #fff;
}
.isi-dark-theme .find-vehicle-modal-new .nav-tabs li.active {
  border-top: 3px solid #006fe5 !important;
}
.isi-dark-theme .primary-order-area .bordered {
  background: #2D344D 0% 0% no-repeat padding-box;
  border: 1px solid #2D344D;
}
.isi-dark-theme .primary-order-area .primary-order-block.dark-background {
  background: #222840 0% 0% no-repeat padding-box;
  border: 1px solid #353D5A;
}
.isi-dark-theme #routDetailsModal .dot-order-block {
  background: #222840;
}
.isi-dark-theme #routDetailsModal .dot-order-block.is-wait {
  background: #343a50;
}
.isi-dark-theme .split-order-modal .dot-left-part .distance-wrapper p,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part .distance-wrapper p,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part .distance-wrapper p,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part .distance-wrapper p,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part .distance-wrapper p {
  color: #828C9C;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-colorhome_depot .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-colorhome_depot .point-wrapper > .point-center,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-colorhome_depot .point-wrapper > .point-center,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-colorhome_depot .point-wrapper > .point-center,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-colorhome_depot .point-wrapper > .point-center,
.isi-dark-theme .split-order-modal .dot-left-part.dot-colorhome_depot .point-border,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-colorhome_depot .point-border,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-colorhome_depot .point-border,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-colorhome_depot .point-border,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-colorhome_depot .point-border {
  background: #FBC02D 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-colorhome_depot .top,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-colorhome_depot .top,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-colorhome_depot .top,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-colorhome_depot .top,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-colorhome_depot .top {
  background: transparent linear-gradient(180deg, #3B4757 0%, #FBC02D 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-colorhome_depot .bottom,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-colorhome_depot .bottom,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-colorhome_depot .bottom,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-colorhome_depot .bottom,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-colorhome_depot .bottom {
  background: transparent linear-gradient(180deg, #FBC02D 0%, #3B4757 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-colornew .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-colornew .point-wrapper > .point-center,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-colornew .point-wrapper > .point-center,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-colornew .point-wrapper > .point-center,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-colornew .point-wrapper > .point-center,
.isi-dark-theme .split-order-modal .dot-left-part.dot-colornew .point-border,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-colornew .point-border,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-colornew .point-border,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-colornew .point-border,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-colornew .point-border {
  background: #00BCD4 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-colornew .top,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-colornew .top,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-colornew .top,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-colornew .top,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-colornew .top {
  background: transparent linear-gradient(180deg, #3B4757 0%, #00BCD4 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-colornew .bottom,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-colornew .bottom,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-colornew .bottom,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-colornew .bottom,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-colornew .bottom {
  background: transparent linear-gradient(180deg, #00BCD4 0%, #3B4757 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-colordefault .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-colordefault .point-wrapper > .point-center,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-colordefault .point-wrapper > .point-center,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-colordefault .point-wrapper > .point-center,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-colordefault .point-wrapper > .point-center,
.isi-dark-theme .split-order-modal .dot-left-part.dot-colordefault .point-border,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-colordefault .point-border,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-colordefault .point-border,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-colordefault .point-border,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-colordefault .point-border {
  background: #D6DCEA 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-colordefault .point-wrapper > .point-center > p,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-colordefault .point-wrapper > .point-center > p,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-colordefault .point-wrapper > .point-center > p,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-colordefault .point-wrapper > .point-center > p,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-colordefault .point-wrapper > .point-center > p {
  color: #949699;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-colordefault .top,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-colordefault .top,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-colordefault .top,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-colordefault .top,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-colordefault .top {
  background: transparent linear-gradient(180deg, #3B4757 0%, #D6DCEA 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-colordefault .bottom,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-colordefault .bottom,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-colordefault .bottom,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-colordefault .bottom,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-colordefault .bottom {
  background: transparent linear-gradient(180deg, #D6DCEA 0%, #3B4757 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color0 .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color0 .point-wrapper > .point-center,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color0 .point-wrapper > .point-center,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color0 .point-wrapper > .point-center,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color0 .point-wrapper > .point-center,
.isi-dark-theme .split-order-modal .dot-left-part.dot-color0 .point-border,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color0 .point-border,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color0 .point-border,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color0 .point-border,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color0 .point-border {
  background: #FF5252 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color0 .top,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color0 .top,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color0 .top,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color0 .top,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color0 .top {
  background: transparent linear-gradient(180deg, #3B4757 0%, #FF5252 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color0 .bottom,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color0 .bottom,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color0 .bottom,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color0 .bottom,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color0 .bottom {
  background: transparent linear-gradient(180deg, #FF5252 0%, #3B4757 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color1 .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color1 .point-wrapper > .point-center,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color1 .point-wrapper > .point-center,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color1 .point-wrapper > .point-center,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color1 .point-wrapper > .point-center,
.isi-dark-theme .split-order-modal .dot-left-part.dot-color1 .point-border,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color1 .point-border,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color1 .point-border,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color1 .point-border,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color1 .point-border {
  background: #AFB42B 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color1 .top,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color1 .top,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color1 .top,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color1 .top,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color1 .top {
  background: transparent linear-gradient(180deg, #3B4757 0%, #AFB42B 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color1 .bottom,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color1 .bottom,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color1 .bottom,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color1 .bottom,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color1 .bottom {
  background: transparent linear-gradient(180deg, #AFB42B 0%, #3B4757 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color2 .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color2 .point-wrapper > .point-center,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color2 .point-wrapper > .point-center,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color2 .point-wrapper > .point-center,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color2 .point-wrapper > .point-center,
.isi-dark-theme .split-order-modal .dot-left-part.dot-color2 .point-border,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color2 .point-border,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color2 .point-border,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color2 .point-border,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color2 .point-border {
  background: #00BFA5 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color2 .top,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color2 .top,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color2 .top,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color2 .top,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color2 .top {
  background: transparent linear-gradient(180deg, #3B4757 0%, #00BFA5 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color2 .bottom,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color2 .bottom,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color2 .bottom,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color2 .bottom,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color2 .bottom {
  background: transparent linear-gradient(180deg, #00BFA5 0%, #3B4757 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color3 .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color3 .point-wrapper > .point-center,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color3 .point-wrapper > .point-center,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color3 .point-wrapper > .point-center,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color3 .point-wrapper > .point-center,
.isi-dark-theme .split-order-modal .dot-left-part.dot-color3 .point-border,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color3 .point-border,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color3 .point-border,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color3 .point-border,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color3 .point-border {
  background: #827717 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color3 .top,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color3 .top,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color3 .top,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color3 .top,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color3 .top {
  background: transparent linear-gradient(180deg, #3B4757 0%, #827717 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color3 .bottom,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color3 .bottom,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color3 .bottom,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color3 .bottom,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color3 .bottom {
  background: transparent linear-gradient(180deg, #827717 0%, #3B4757 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color4 .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color4 .point-wrapper > .point-center,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color4 .point-wrapper > .point-center,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color4 .point-wrapper > .point-center,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color4 .point-wrapper > .point-center,
.isi-dark-theme .split-order-modal .dot-left-part.dot-color4 .point-border,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color4 .point-border,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color4 .point-border,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color4 .point-border,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color4 .point-border {
  background: #757575 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color4 .top,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color4 .top,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color4 .top,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color4 .top,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color4 .top {
  background: transparent linear-gradient(180deg, #3B4757 0%, #757575 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color4 .bottom,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color4 .bottom,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color4 .bottom,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color4 .bottom,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color4 .bottom {
  background: transparent linear-gradient(180deg, #757575 0%, #3B4757 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color5 .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color5 .point-wrapper > .point-center,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color5 .point-wrapper > .point-center,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color5 .point-wrapper > .point-center,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color5 .point-wrapper > .point-center,
.isi-dark-theme .split-order-modal .dot-left-part.dot-color5 .point-border,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color5 .point-border,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color5 .point-border,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color5 .point-border,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color5 .point-border {
  background: #F57F17 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color5 .top,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color5 .top,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color5 .top,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color5 .top,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color5 .top {
  background: transparent linear-gradient(180deg, #3B4757 0%, #F57F17 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color5 .bottom,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color5 .bottom,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color5 .bottom,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color5 .bottom,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color5 .bottom {
  background: transparent linear-gradient(180deg, #F57F17 0%, #3B4757 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color6 .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color6 .point-wrapper > .point-center,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color6 .point-wrapper > .point-center,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color6 .point-wrapper > .point-center,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color6 .point-wrapper > .point-center,
.isi-dark-theme .split-order-modal .dot-left-part.dot-color6 .point-border,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color6 .point-border,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color6 .point-border,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color6 .point-border,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color6 .point-border {
  background: #78909C 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color6 .top,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color6 .top,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color6 .top,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color6 .top,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color6 .top {
  background: transparent linear-gradient(180deg, #3B4757 0%, #78909C 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color6 .bottom,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color6 .bottom,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color6 .bottom,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color6 .bottom,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color6 .bottom {
  background: transparent linear-gradient(180deg, #78909C 0%, #3B4757 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color7 .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color7 .point-wrapper > .point-center,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color7 .point-wrapper > .point-center,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color7 .point-wrapper > .point-center,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color7 .point-wrapper > .point-center,
.isi-dark-theme .split-order-modal .dot-left-part.dot-color7 .point-border,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color7 .point-border,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color7 .point-border,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color7 .point-border,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color7 .point-border {
  background: #C51162 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color7 .top,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color7 .top,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color7 .top,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color7 .top,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color7 .top {
  background: transparent linear-gradient(180deg, #3B4757 0%, #C51162 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color7 .bottom,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color7 .bottom,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color7 .bottom,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color7 .bottom,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color7 .bottom {
  background: transparent linear-gradient(180deg, #C51162 0%, #3B4757 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color8 .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color8 .point-wrapper > .point-center,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color8 .point-wrapper > .point-center,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color8 .point-wrapper > .point-center,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color8 .point-wrapper > .point-center,
.isi-dark-theme .split-order-modal .dot-left-part.dot-color8 .point-border,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color8 .point-border,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color8 .point-border,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color8 .point-border,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color8 .point-border {
  background: #AB47BC 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color8 .top,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color8 .top,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color8 .top,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color8 .top,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color8 .top {
  background: transparent linear-gradient(180deg, #3B4757 0%, #AB47BC 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color8 .bottom,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color8 .bottom,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color8 .bottom,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color8 .bottom,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color8 .bottom {
  background: transparent linear-gradient(180deg, #AB47BC 0%, #3B4757 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color9 .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color9 .point-wrapper > .point-center,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color9 .point-wrapper > .point-center,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color9 .point-wrapper > .point-center,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color9 .point-wrapper > .point-center,
.isi-dark-theme .split-order-modal .dot-left-part.dot-color9 .point-border,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color9 .point-border,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color9 .point-border,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color9 .point-border,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color9 .point-border {
  background: #00796B 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color9 .top,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color9 .top,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color9 .top,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color9 .top,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color9 .top {
  background: transparent linear-gradient(180deg, #3B4757 0%, #00796B 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color9 .bottom,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color9 .bottom,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color9 .bottom,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color9 .bottom,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color9 .bottom {
  background: transparent linear-gradient(180deg, #00796B 0%, #3B4757 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color10 .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color10 .point-wrapper > .point-center,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color10 .point-wrapper > .point-center,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color10 .point-wrapper > .point-center,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color10 .point-wrapper > .point-center,
.isi-dark-theme .split-order-modal .dot-left-part.dot-color10 .point-border,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color10 .point-border,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color10 .point-border,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color10 .point-border,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color10 .point-border {
  background: #A1887F 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color10 .top,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color10 .top,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color10 .top,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color10 .top,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color10 .top {
  background: transparent linear-gradient(180deg, #3B4757 0%, #A1887F 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-left-part.dot-color10 .bottom,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.dot-color10 .bottom,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-left-part.dot-color10 .bottom,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-left-part.dot-color10 .bottom,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-left-part.dot-color10 .bottom {
  background: transparent linear-gradient(180deg, #A1887F 0%, #3B4757 100%) 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-right-part.new,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-right-part.new,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-right-part.new,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-right-part.new,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-right-part.new {
  background: #353D5A 0% 0% no-repeat padding-box;
}
.isi-dark-theme .split-order-modal .dot-right-part.already-assigned,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-right-part.already-assigned,
.isi-dark-theme #routDetailsModal .route-details-block .dot-order-block .dot-right-part.already-assigned,
.isi-dark-theme #routDetails .route-details-block .dot-order-block .dot-right-part.already-assigned,
.isi-dark-theme .find-vehicle-modal-new .route-detail-wrapper .dot-order-block .dot-right-part.already-assigned {
  background: #1A1F2F 0% 0% no-repeat padding-box;
}
.isi-dark-theme .return-trip-label {
  color: #FBC02D;
  font-size: 12px;
}
.isi-dark-theme .no-show-wrapper .no-show-driver,
.isi-dark-theme .no-show-wrapper .no-show-client,
.isi-dark-theme .no-show-wrapper .no-show-order-info {
  border: 1px solid #485275;
}
.isi-dark-theme .capacity-place {
  border: 1px solid #FFFFFF;
}
.isi-dark-theme .capacity-place-busy {
  background-color: #4b5d72;
}
.isi-dark-theme .capacity-place-selected {
  background-color: #008000;
}
.isi-dark-theme .table-multiload tr.similars-suggestion-order-tr.blocked td {
  background-color: rgba(255, 23, 68, 0.4) !important;
}
.isi-dark-theme .similars-table th {
  color: #808080;
}
.isi-dark-theme .similars-table td {
  border-color: darkgrey !important;
  color: #FFFFFF;
}
.isi-dark-theme .similars-table td span.color {
  color: #FFFFFF !important;
}
.isi-dark-theme .similars-table .route-details-block {
  background-color: #121520;
}
.isi-dark-theme .similars-table tr.similars-multiload-order-tr {
  background-color: #006b8f;
}
.isi-dark-theme .similars-table tr.similars-suggestion-order-tr {
  background-color: #263284;
}
.isi-dark-theme .find-vehicle-modal-new .route-details-block .dot-order-block .order-block,
.isi-dark-theme .orders-tab-create-edit .route-details-block .dot-order-block .order-block,
.isi-dark-theme .container-fluid .route-details-block .dot-order-block .order-block {
  background-color: #0e121d;
}
.isi-dark-theme .route-details-block {
  background-color: #121520;
  color: #868ea6;
}
.isi-dark-theme .route-details-block .dot-block .dot {
  background-color: #223d5a;
}
.isi-dark-theme .route-details-block .dot-block .dot-negative {
  background-color: #58162c;
}
.isi-dark-theme .route-details-block .dot-block .dot-center {
  background-color: #039be5;
}
.isi-dark-theme .route-details-block .dot-block .dot-center-negative {
  background-color: #b5173c;
}
.isi-dark-theme .route-details-block .dot-block .dot-line-top {
  border-right: 2px solid #0d3d5b;
}
.isi-dark-theme .route-details-block .dot-block .dot-line-bottom {
  border-right: 2px solid #0d3d5b;
}
.isi-dark-theme .route-details-block .dot-block .dot-line-negative {
  border-right: 2px solid #0d3d5b;
}
.isi-dark-theme .route-details-block .order-block .order-block-white {
  color: #fafafa;
  font-weight: bold;
}
.isi-dark-theme .route-details-block .order-block .late {
  color: #b5173c;
}
.isi-dark-theme .route-details-block .order-block .early {
  color: #039be5;
}
.isi-dark-theme .uploads .btn-header {
  color: #FFFFFF !important;
  background-color: inherit !important;
  border-color: #555860 !important;
}
.isi-dark-theme .uploads .drop-files .drop-zone {
  border: 1px dashed #FFFFFF;
  color: white;
}
.isi-dark-theme .uploads .drop-files .drop-zone .nv-file-over {
  border-color: red;
}
.isi-dark-theme .uploads .nv-file-over {
  border-color: red;
}
.isi-dark-theme .uploads .table-container tbody tr td a.btn {
  color: #FFFFFF !important;
  background-color: inherit !important;
  border-color: #555860 !important;
}
.isi-dark-theme .my-drop-zone {
  border: dotted 3px lightgray;
}
.isi-dark-theme .nv-file-over {
  border: dotted 3px red;
}
.isi-dark-theme .another-file-over-class {
  border: dotted 3px green;
}
.isi-dark-theme .selected-accounts,
.isi-dark-theme .selected-items {
  background-color: #1D253C;
}
.isi-dark-theme .selected-accounts input,
.isi-dark-theme .selected-items input {
  background-color: #1D253C !important;
  border: none;
}
.isi-dark-theme .selected-accounts .account-block,
.isi-dark-theme .selected-items .account-block,
.isi-dark-theme .selected-accounts .items-block,
.isi-dark-theme .selected-items .items-block {
  border: 1px solid #555860;
}
.isi-dark-theme .selected-accounts.input-account,
.isi-dark-theme .selected-items.input-account {
  border-top: 1px solid #555860;
}
.isi-dark-theme .selected-zip {
  background-color: #283555;
}
.isi-dark-theme .selected-zip input {
  background-color: #283555 !important;
  border: none;
}
.isi-dark-theme .selected-zip input:focus {
  border: none;
  box-shadow: none;
}
.isi-dark-theme .selected-zip .account-block {
  font-size: 14px;
}
.isi-dark-theme .selected-zip.input-account {
  border: 1px solid #555860;
  margin-bottom: 10px;
}
.isi-dark-theme .has-error .selected-zip.input-account {
  border: 1px solid #d96557 !important;
}
.isi-dark-theme .settings .foot-note {
  color: #ccc;
}
.isi-dark-theme .reports .report-status-0 {
  background-color: #fbc02d;
}
.isi-dark-theme .reports .report-status-1 {
  background-color: #007bff;
  color: white;
}
.isi-dark-theme .reports .report-status-2 {
  background-color: #d96557;
}
.isi-dark-theme .reports .export-status-default {
  background-color: #20c997;
}
.isi-dark-theme .reports .template-panel-edit {
  background-color: #1A1F2F;
}
.isi-dark-theme .reports .template-panel-list .panel-body {
  background-color: #1A1F2F;
}
.isi-dark-theme .reports .template-panel-list .panel-body .template-list-item {
  color: #FFFFFF;
  background-color: #3b4757;
}
.isi-dark-theme .reports .template-panel-list .panel-body .selected.template-list-item {
  background-color: #315d97;
}
.isi-dark-theme .reports .template-panel-list .panel-body .template-list-item:hover .actions {
  background: linear-gradient(to right, rgba(59, 71, 87, 0) 0, #3b4757 24%);
  background: linear-gradient(to right, rgba(59, 71, 87, 0) 0%, #3b4757 24%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.isi-dark-theme .reports .template-panel-list .panel-body .template-list-item:hover .actions span:hover {
  color: #337ab7 !important;
}
.isi-dark-theme .reports .template-edit-panel .template-edit-header .actions a {
  color: #FFFFFF;
}
.isi-dark-theme .reports .template-edit-panel .template-panel-edit .state-selector button.btn-default,
.isi-dark-theme .reports .template-edit-panel .template-panel .state-selector button.btn-default {
  border: none;
  background: none;
  color: #FFFFFF;
  border-top: 3px solid #1A1F2F;
}
.isi-dark-theme .reports .template-edit-panel .template-panel-edit .state-selector button.btn-default::before,
.isi-dark-theme .reports .template-edit-panel .template-panel .state-selector button.btn-default::before {
  background: none;
}
.isi-dark-theme .reports .template-edit-panel .template-panel-edit .state-selector button.btn-default:hover,
.isi-dark-theme .reports .template-edit-panel .template-panel .state-selector button.btn-default:hover,
.isi-dark-theme .reports .template-edit-panel .template-panel-edit .state-selector button.btn-default.active,
.isi-dark-theme .reports .template-edit-panel .template-panel .state-selector button.btn-default.active {
  background: none;
  border-top: 3px solid #315d97;
}
.isi-dark-theme .reports .template-edit-panel .template-panel-edit .state-selector button.btn-default:hover::before,
.isi-dark-theme .reports .template-edit-panel .template-panel .state-selector button.btn-default:hover::before,
.isi-dark-theme .reports .template-edit-panel .template-panel-edit .state-selector button.btn-default.active::before,
.isi-dark-theme .reports .template-edit-panel .template-panel .state-selector button.btn-default.active::before {
  background: none;
}
.isi-dark-theme .reports .template-edit-panel .panel-body .add-field {
  background-color: #495463;
}
.isi-dark-theme .reports .template-edit-panel .items {
  border: 1px solid #495463;
}
.isi-dark-theme .reports .template-edit-panel .items .item {
  background-color: #1D253C;
  border: 3px solid #49576b;
}
.isi-dark-theme .reports .template-edit-panel .items .item .edited {
  color: #9E9E9E;
}
.isi-dark-theme .reports .template-edit-panel .items .item .item-actions .action {
  background-color: #49576b;
}
.isi-dark-theme .reports .template-edit-panel .items.filters-container .filter-bucket .item .item-value {
  color: #9E9E9E;
}
.isi-dark-theme .reports .template-edit-panel .items.filters-container ul.empty-bucket.dndDragover {
  background-color: #49576b;
}
.isi-dark-theme .reports .template-edit-panel .items.filters-container .filter-bucket.empty-bucket:last-child ul.empty-bucket {
  background-color: #1D253C;
  border: 3px dashed #49576b;
}
.isi-dark-theme .reports .template-edit-panel .items.filters-container .filter-bucket.empty-bucket:last-child ul.empty-bucket.dndDragover {
  background-color: #9E9E9E;
}
.isi-dark-theme .reports .reports-area .reports-table tbody tr:hover .actions {
  background: linear-gradient(to right, rgba(51, 59, 78, 0) 0, #333B4E 24%);
  background: linear-gradient(to right, rgba(51, 59, 78, 0) 0%, #333b4e 24%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.isi-dark-theme .reports .reports-area .reports-table tbody tr:hover .actions span:hover {
  color: #337ab7 !important;
}
.isi-dark-theme .reports .panel {
  background-color: #1A1F2F !important;
}
.isi-dark-theme .reports .panel .panel-heading {
  background-color: #4e6a99;
}
.isi-dark-theme .reports .panel .panel-body span.fields-preview {
  color: #9E9E9E;
}
.isi-dark-theme .schedule-report-modal .export-status-default {
  background-color: #282F48;
  color: #808080;
}
.isi-dark-theme .schedule-report-modal .export-status.enabled {
  background-color: #007bff;
  color: white;
}
.isi-dark-theme .filter-dialog .ngdialog-content {
  background-color: #3b4757 !important;
}
.isi-dark-theme .filter-dialog .ngdialog-content .form-control {
  border: 1px solid #2e3b4e !important;
  background-color: #49576b !important;
}
.isi-dark-theme .filter-dialog .ngdialog-content .add-multi button {
  border: 1px solid #2e3b4e;
  background-color: #49576b;
  color: #FFFFFF;
}
.isi-dark-theme .filter-dialog .ngdialog-content .confirm .btn {
  color: #FFFFFF;
}
.isi-dark-theme .filter-dialog .ngdialog-content .confirm .btn.btn-custom {
  background-color: #2e3b4e;
}
.isi-dark-theme .filters-container .filter-bucket .item .item-label,
.isi-dark-theme .filters-container .filter-bucket .item .item-value {
  color: #FFFFFF;
}
.isi-dark-theme .filter .input-group-addon {
  border-bottom: 1px solid #2e3b4e !important;
  border-right: 1px solid #2e3b4e !important;
  border-top: 1px solid #2e3b4e !important;
}
.isi-dark-theme .filter .dropup.open > .dropdown-menu,
.isi-dark-theme .filter .dropdown.open > .dropdown-menu {
  background-color: #49576b !important;
}
.isi-dark-theme .sweet-alert .sa-error-container {
  background-color: #222;
}
.isi-dark-theme .fa-long-arrow-down.disable {
  color: grey;
}
.isi-dark-theme .rating-info {
  background-color: #283555;
  border: 1px solid #555860;
}
.isi-dark-theme .rating-info___options {
  color: #FFFFFF;
}
.isi-dark-theme .rating-info___comment {
  color: #FFFFFF;
}
.isi-dark-theme .rating-info__header:after {
  color: #FFFFFF;
}
.isi-dark-theme .rating-info__panel {
  background-color: #1D253C !important;
  border: 1px solid #555860;
}
.isi-dark-theme .rating-info__order-number {
  background-color: #283555;
  color: #FFFFFF;
}
.isi-dark-theme .clientarea-menu__item {
  background-color: #1D253C;
  border: 1px solid #555860;
  color: #FFFFFF;
}
.isi-dark-theme .clientarea-menu__item > a:hover,
.isi-dark-theme .clientarea-menu__item > a:visited,
.isi-dark-theme .clientarea-menu__item > a:focus,
.isi-dark-theme .clientarea-menu__item > a:active {
  color: #FFFFFF;
}
.isi-dark-theme .clientarea-menu__item_active {
  background-color: #283555;
}
.isi-dark-theme .view-concen-modal__header {
  background-color: #009ECE;
}
.isi-dark-theme .concern-label {
  color: #029ecf;
}
.isi-dark-theme .concern-label_size_big {
  color: black;
  border: 1px solid #d6e9c6;
  background-color: #dff0d8;
}
.isi-dark-theme .concern-row_resolved > td {
  background-color: #668870 !important;
}
.isi-dark-theme .concern-row_archived > td {
  background-color: #626671 !important;
}
.isi-dark-theme .concern-comment {
  color: black;
  border: 1px solid #d6e9c6;
  background-color: grey;
}
.isi-dark-theme .run-leg-body {
  background-color: #1D253C;
}
.isi-dark-theme .attentions-column {
  border-right: 5px solid #282F48 !important;
}
.isi-dark-theme .active-attention-red {
  color: #FF0000 !important;
}
.isi-dark-theme .active-attention-yellow {
  color: #FFFF00 !important;
}
.isi-dark-theme .total-price {
  color: #029ecf !important;
}
.isi-dark-theme .tab-pane .table.table-bordered.price-details thead th {
  border: 1px solid #029ecf !important;
}
.isi-dark-theme .tab-pane .table.table-bordered.price-details tbody td {
  border: 1px solid #029ecf !important;
}
.isi-dark-theme .tab-pane .table.table-bordered.price-details tbody td.total {
  background-color: #029ecf !important;
}
.isi-dark-theme .tab-pane .table.table-bordered.price-details > tbody > tr > td.info,
.isi-dark-theme .tab-pane .table.table-bordered.price-details > thead > tr > th.info {
  background-color: #0E6286 !important;
}
.isi-dark-theme .sun-color {
  color: #FFEA00 !important;
}
.isi-dark-theme .sun-hours {
  border-color: #FFEA00 !important;
}
.isi-dark-theme .night-color {
  color: #01C7BC !important;
}
.isi-dark-theme .night-hours {
  border-color: #01C7BC !important;
}
.isi-dark-theme .holiday-color {
  color: #bd8bc7 !important;
}
.isi-dark-theme .holiday-hours {
  border-color: #bd8bc7 !important;
}
.isi-dark-theme .star-color {
  color: #F2245C !important;
}
.isi-dark-theme .star-hours {
  border-color: #F2245C !important;
}
.isi-dark-theme .half-moon {
  background-image: url(/images/half-moon.png);
}
.isi-dark-theme .sun {
  background-image: url(/images/sun.png);
}
.isi-dark-theme .holiday {
  background-image: url(/images/holidays.png);
}
.isi-dark-theme .star {
  background-image: url(/images/superstar.png);
  background-size: cover;
}
.isi-dark-theme .custom-price-icon {
  background-image: url(/images/price_dark.svg);
}
.isi-dark-theme .custom-mileage-icon {
  background-image: url(/images/edit_road_dark.svg);
}
.isi-dark-theme .blue-label {
  color: #029ecf !important;
}
.isi-dark-theme .exceptions .panel,
.isi-dark-theme .pricing-parametrs .panel {
  background-color: #1D253C !important;
}
.isi-dark-theme .exceptions .panel .order-info,
.isi-dark-theme .pricing-parametrs .panel .order-info {
  background-color: #283555 !important;
}
.isi-dark-theme .exceptions .panel.background-2,
.isi-dark-theme .pricing-parametrs .panel.background-2 {
  background-color: #283555 !important;
}
.isi-dark-theme .exceptions .panel.background-2 .order-info,
.isi-dark-theme .pricing-parametrs .panel.background-2 .order-info {
  background-color: #1D253C !important;
}
.isi-dark-theme .flat-rate-area,
.isi-dark-theme .waiting-time-area {
  background-color: #374569 !important;
}
.isi-dark-theme .zip-codes,
.isi-dark-theme .flat-rates {
  background-color: #283555 !important;
}
.isi-dark-theme #deadMilesException .zip-codes,
.isi-dark-theme #deadMilesException .flat-rates,
.isi-dark-theme #deadMilesAdvancedException .flat-rates,
.isi-dark-theme .deadhead-mileage .flat-rates,
.isi-dark-theme .item-in-tab,
.isi-dark-theme .btn-group .btn-primary.restriction-type {
  background-color: #1D253C !important;
}
.isi-dark-theme .zips-list .zip-item {
  background-color: #283555;
  border-bottom: 10px solid #1D253C;
}
.isi-dark-theme #radiusException .radius-exception-area {
  background-color: #283555;
  border: 1px solid #555860;
}
.isi-dark-theme #radiusException .radius-exception-area .inside-price {
  background: #1D253C;
}
.isi-dark-theme #radiusException .radius-exception-area .outside-circle-pricing {
  background: #1D253C;
}
.isi-dark-theme .groups-table .fa-check {
  color: greenyellow;
}
.isi-dark-theme .groups-table .fa-close {
  color: red;
}
.isi-dark-theme ::-webkit-scrollbar-thumb,
.isi-dark-theme .vsscrollbar .vsscrollbox {
  background-color: #315d97;
}
.isi-dark-theme .ngdialog-background-6 > .ngdialog-content {
  background-color: #222840 !important;
}
.isi-dark-theme .ngdialog-background-1 > .ngdialog-content {
  background-color: #000000 !important;
}
.isi-dark-theme .vehicle-row_waiting td {
  background-color: #29609B !important;
}
.isi-dark-theme .vehicle-column-waiting-time > span {
  color: #029ecf;
}
.isi-dark-theme .bright-blue {
  color: #007bff;
}
.isi-dark-theme .inline-label-with-value .inline-label {
  color: #9FA0B5;
}
.isi-dark-theme .inline-label-with-value .inline-value {
  color: #FFFFFF;
}
.isi-dark-theme .edit-order .control-block {
  background-color: #283555;
  color: #FFFFFF;
  border-color: #555860;
  font-size: 12px;
  border-radius: 0;
}
.isi-dark-theme .edit-order .price-of-trip .price-info {
  color: #FFD700;
}
.isi-dark-theme .edit-order .custom-priced p,
.isi-dark-theme .edit-order .custom-priced span {
  color: #019FCF !important;
}
.isi-dark-theme .btn-super-preassign {
  color: #FFFFFF !important;
  background-color: saddlebrown;
}
.isi-dark-theme .price-regular {
  background-image: url(/images/price-block-day.png);
  display: inline-block;
}
.isi-dark-theme .Custom_Cancel > .sa-button-container > .cancel {
  background-color: #d96557 !important;
  border-color: #d96557 !important;
}
.isi-dark-theme .Custom_Cancel > .sa-button-container > .cancel:hover {
  background-color: #d06154 !important;
  border-color: #d06154 !important;
}
.isi-dark-theme .btn.btn-blue {
  background-color: #3c63c1;
  border: solid 1px #123350;
  color: white;
}
.isi-dark-theme .btn.btn-blue:hover {
  background-color: #01579b;
  color: white;
}
.isi-dark-theme .color-grey {
  color: #9E9E9E;
}
.isi-dark-theme .color-white {
  color: #FFFFFF;
}
.isi-dark-theme .map-theme-dark,
.isi-dark-theme .map-theme-aubergine,
.isi-dark-theme .map-theme-night {
  color: #FFFFFF !important;
}
.isi-dark-theme .map-theme-dark .order-map-label,
.isi-dark-theme .map-theme-aubergine .order-map-label,
.isi-dark-theme .map-theme-night .order-map-label,
.isi-dark-theme .map-theme-dark .vehicle-map-label,
.isi-dark-theme .map-theme-aubergine .vehicle-map-label,
.isi-dark-theme .map-theme-night .vehicle-map-label {
  color: #FFFFFF !important;
}
.isi-dark-theme .split-trip-label {
  color: #FFFFFF !important;
  background-color: rgba(10, 9, 9, 0.5);
  border-radius: 5px;
}
.isi-dark-theme .map-theme-white {
  color: #424950 !important;
}
.isi-dark-theme .map-theme-white .order-map-label,
.isi-dark-theme .map-theme-white .vehicle-map-label {
  color: #424950 !important;
}
.isi-dark-theme .device_status_0 {
  color: gray !important;
}
.isi-dark-theme .device_status_1 {
  color: yellow !important;
}
.isi-dark-theme .device_status_2 {
  color: red !important;
}
.isi-dark-theme .device_status_3 {
  color: green !important;
}
.isi-dark-theme .input-symbol-dollar:before {
  color: #FFFFFF;
}
.isi-dark-theme #pre-assign-label .map-label-wrapper {
  background: #ED9F2D;
  color: #FFFFFF;
}
.isi-dark-theme .sized-table .sized-table-head {
  background-color: #282F48;
}
.isi-dark-theme .sized-table .sized-table-head .sized-table-configuration ul.fields-dropdown-menu li .move-arrows .move-down-arrow:hover,
.isi-dark-theme .sized-table .sized-table-head .sized-table-configuration ul.fields-dropdown-menu li .move-arrows .move-up-arrow:hover {
  background-color: #5b6a9f;
}
.isi-dark-theme .sized-table .sized-table-body {
  background-color: #282F48;
}
.isi-dark-theme .sized-table .sized-table-body .pagination-scroll .scrollable-content {
  max-height: 80vh;
}
.isi-dark-theme .sized-table .sized-table-body .pagination-scroll .scrollable-content .sized-table-row {
  background-color: #353d5a;
}
.isi-dark-theme .sized-table .sized-table-body .pagination-scroll .scrollable-content .sized-table-row:hover,
.isi-dark-theme .sized-table .sized-table-body .pagination-scroll .scrollable-content .sized-table-row__local-menu-opened {
  background-color: #424B6B;
}
.isi-dark-theme .sized-table .sized-table-body .pagination-scroll .scrollable-content .sized-table-row .column-container {
  display: flex;
  justify-content: left;
  align-items: center;
}
.isi-dark-theme .sized-table .sized-table-column.bordered-right {
  border-right: 2px solid #282F48;
}
.isi-dark-theme .regular-trip-column p,
.isi-dark-theme .regular-trip-row p,
.isi-dark-theme .regular-trip-column span,
.isi-dark-theme .regular-trip-row span {
  color: white;
}
.isi-dark-theme .return-trip-column p,
.isi-dark-theme .return-trip-row p,
.isi-dark-theme .return-trip-column span,
.isi-dark-theme .return-trip-row span {
  color: #9E9E9E;
}
.isi-dark-theme .return-trip-column .label-info p,
.isi-dark-theme .return-trip-row .label-info p,
.isi-dark-theme .return-trip-column .label-info span,
.isi-dark-theme .return-trip-row .label-info span {
  color: #eeeeee;
}
.isi-dark-theme .auto-dispatching {
  filter: blur(1px);
}
.isi-dark-theme .sized-list-menu,
.isi-dark-theme .sized-sub-list-menu {
  background-color: #4f5e86;
  box-shadow: 0 10px 15px #171A4042;
}
.isi-dark-theme .sized-list-menu .sized-list-menu-item,
.isi-dark-theme .sized-sub-list-menu .sized-list-menu-item,
.isi-dark-theme .sized-list-menu .sized-sub-list-menu-item,
.isi-dark-theme .sized-sub-list-menu .sized-sub-list-menu-item {
  background-color: #4f5e86;
}
.isi-dark-theme .sized-list-menu .sized-list-menu-item:hover,
.isi-dark-theme .sized-sub-list-menu .sized-list-menu-item:hover,
.isi-dark-theme .sized-list-menu .sized-sub-list-menu-item:hover,
.isi-dark-theme .sized-sub-list-menu .sized-sub-list-menu-item:hover {
  background-color: #2d354b;
}
.isi-dark-theme .sweet-alert.large-content > p {
  background-color: #283555;
}
.isi-dark-theme .sticky-manual-dispatch-wrapper,
.isi-dark-theme .sticky-manual-dispatch-wrapper-main {
  background-color: #424B6B;
  box-shadow: 0 10px 15px #171A4042;
}
.isi-dark-theme .fast-pu-action:hover {
  background-color: #353d5a;
}
.isi-dark-theme .span-input-block {
  background-color: #3f4a66;
  color: #9E9E9E;
  border: 1px solid #555860;
}
.isi-dark-theme ul.order-right-click-menu {
  min-width: 150px!important;
  border-radius: 2px !important;
  padding: 0;
  background-color: #4f5e86;
}
.isi-dark-theme ul.order-right-click-menu li:hover {
  background-color: #2d354b;
}
.isi-dark-theme ul.order-right-click-menu li a {
  margin: 5px;
  padding: 7px 5px;
  color: white;
}
.isi-dark-theme ul.order-right-click-menu li a:hover {
  background-color: transparent;
}
.isi-dark-theme .modes .mode {
  border: 1px solid #808080;
}
.isi-dark-theme .modes .mode.active-mode {
  border-color: #FFFFFF;
}
.isi-dark-theme .modes .mode.active-mode p {
  color: #FFFFFF;
}
.isi-dark-theme .background-1 {
  background-color: #1D253C !important;
}
.isi-dark-theme .background-2 {
  background-color: #283555 !important;
}
.isi-dark-theme .light-blue {
  color: #5d96d6 !important;
}
.isi-dark-theme .pa-btn p {
  color: white;
}
.isi-dark-theme .current-pa-mode-block {
  background-color: #1D263B;
}
.isi-dark-theme .current-pa-mode-block .pa-mode-range-date {
  color: #8292B7;
}
.isi-dark-theme .current-pa-mode-block .pa-mode-range-time {
  color: white;
}
.isi-dark-theme .pa-item {
  background-color: #353D5A;
}
.isi-dark-theme .pa-item.pa-item-active {
  background-color: #007BFF;
}
.isi-dark-theme .pa-item.pa-item-active p .pa-mode-range-date {
  color: #d4d4d4;
}
.isi-dark-theme .pa-item.pa-item-active p .pa-mode-range-time {
  color: white;
}
.isi-dark-theme .pa-item p .pa-mode-range-date {
  color: #7D8395;
}
.isi-dark-theme .pa-item p .pa-mode-range-time {
  color: white;
}
.isi-dark-theme .btn-select-on-map {
  color: #FFFFFF;
}
.isi-dark-theme .maintenance .circle {
  background-color: #EEF018;
}
.isi-dark-theme .maintenance .oil-wrapper {
  background-color: #1E263C;
}
.isi-dark-theme .address-wrapper {
  background: #282F48;
}
.isi-dark-theme .btn-download-checklist {
  background: transparent;
  color: #019FCF;
  border: none;
  font-size: 17px;
}
.isi-dark-theme .master-fields {
  background-color: #1D253C !important;
}
.isi-dark-theme .master-fields__section {
  background-color: #282F48;
}
.isi-dark-theme .master-fields__field {
  background-color: #1B2137;
}
.isi-dark-theme .lime-green-border {
  border: #20c997 solid 1px;
}
.isi-dark-theme .questionnaire {
  background-color: #1D253C;
}
.isi-dark-theme .questionnaire__question {
  background-color: #222840;
}
.isi-dark-theme #commonSettingsBar .ui-select-container,
.isi-dark-theme .select-with-search .ui-select-container,
.isi-dark-theme .questionnaire .ui-select-container,
.isi-dark-theme .select-with-search-wide .ui-select-container {
  background-color: #283555;
  border-color: #555860;
}
.isi-dark-theme #commonSettingsBar .ui-select-container input.ui-select-search,
.isi-dark-theme .select-with-search .ui-select-container input.ui-select-search,
.isi-dark-theme .questionnaire .ui-select-container input.ui-select-search,
.isi-dark-theme .select-with-search-wide .ui-select-container input.ui-select-search {
  color: #fafafa;
  border-color: rgba(255, 255, 255, 0.1);
}
.isi-dark-theme #commonSettingsBar .ui-select-container .ui-select-match .ui-select-match-item,
.isi-dark-theme .select-with-search .ui-select-container .ui-select-match .ui-select-match-item,
.isi-dark-theme .questionnaire .ui-select-container .ui-select-match .ui-select-match-item,
.isi-dark-theme .select-with-search-wide .ui-select-container .ui-select-match .ui-select-match-item {
  color: #fafafa;
  background-color: #222840;
  border-color: #555860;
}
.isi-dark-theme #commonSettingsBar .ui-select-container .ui-select-match .ui-select-match-item .ui-select-match-close,
.isi-dark-theme .select-with-search .ui-select-container .ui-select-match .ui-select-match-item .ui-select-match-close,
.isi-dark-theme .questionnaire .ui-select-container .ui-select-match .ui-select-match-item .ui-select-match-close,
.isi-dark-theme .select-with-search-wide .ui-select-container .ui-select-match .ui-select-match-item .ui-select-match-close {
  color: #FFFFFF;
}
.isi-dark-theme #commonSettingsBar-signature,
.isi-dark-theme .select-with-search-signature,
.isi-dark-theme .questionnaire-signature,
.isi-dark-theme .select-with-search-wide-signature {
  height: 50px;
  width: auto;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.isi-dark-theme #referal-tracking .dark-block,
.isi-dark-theme #icd-codes .dark-block,
.isi-dark-theme .icd-codes .dark-block,
.isi-dark-theme #facility-types .dark-block,
.isi-dark-theme #warning-message-recipients .dark-block,
.isi-dark-theme #vehiclesBar .dark-block,
.isi-dark-theme #contractor-types .dark-block,
.isi-dark-theme .white-board-settings .dark-block {
  background-color: #1D253C;
  border-color: #2c3145;
}
.isi-dark-theme #referal-tracking .table th,
.isi-dark-theme #icd-codes .table th,
.isi-dark-theme .icd-codes .table th,
.isi-dark-theme #facility-types .table th,
.isi-dark-theme #warning-message-recipients .table th,
.isi-dark-theme #vehiclesBar .table th,
.isi-dark-theme #contractor-types .table th,
.isi-dark-theme .white-board-settings .table th {
  border-bottom-color: #374569;
}
.isi-dark-theme .profile-address {
  background-color: #9aabdc;
}
.isi-dark-theme .profile-address:hover {
  background-color: #91a7e6 !important;
}
.isi-dark-theme .color-green {
  color: #52982D !important;
}
.isi-dark-theme .color-blue {
  color: #1975D0 !important;
}
.isi-dark-theme .color-sun {
  color: #fbc02d !important;
}
.isi-dark-theme hr.item-automation {
  background-color: #555860;
}
.isi-dark-theme .address-passenger-wrapper {
  background: #282F48;
}
.isi-dark-theme .custom-header-dropdown .btn.btn-primary.dropdown-toggle {
  background-color: #283555;
  border-color: #555860;
}
.isi-dark-theme .custom-header-dropdown .dropdown-menu span.menu-item {
  color: #FFFFFF !important;
  color: #333B4E;
}
.isi-dark-theme .custom-header-dropdown .dropdown-menu span.menu-item:hover {
  background-color: #0E6286;
}
.isi-dark-theme .tab-messages .current-chat-conversation {
  background-color: #222840;
}
.isi-dark-theme .tab-messages .current-chat-conversation .chat-current-message.me .message .message-text {
  background: #282F48;
}
.isi-dark-theme .tab-messages .current-chat-conversation .chat-current-message.them .message .message-text {
  background: #2E3650;
}
.isi-dark-theme .red {
  color: red !important;
}
.isi-dark-theme .red-mat {
  color: #d96557 !important;
}
.isi-dark-theme .green {
  color: green !important;
}
.isi-dark-theme .lime-green {
  color: #00c853 !important;
}
.isi-dark-theme .yellow {
  color: yellow !important;
}
.isi-dark-theme .orange-red {
  color: #ff5349 !important;
}
.isi-dark-theme .orange {
  color: orange !important;
}
.isi-dark-theme .sweet-alert .sa-input-error::before,
.isi-dark-theme .sweet-alert .sa-input-error::after {
  background-color: #FFFFFF !important;
}
.isi-dark-theme .split-order-modal .bordered {
  background: #2D344D 0% 0% no-repeat padding-box;
  border: 1px solid #2D344D;
}
.isi-dark-theme .input-group-btn button.button-item {
  background-color: #828C9C;
  border-color: #828C9C;
}
.isi-dark-theme .input-group-btn button.button-item:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  border-left: 1px solid #555860;
  height: 28px;
}
.isi-dark-theme .schedule-table .route-details {
  background-color: #353D5A;
  border: 1px solid #485275;
}
.isi-dark-theme .schedule-table .start-route {
  border-bottom: 2px solid #FFC400;
  color: #FFFFFF !important;
}
.isi-dark-theme .schedule-table .end-route {
  border-top: 2px solid #FFC400;
  color: #FFFFFF !important;
}
.isi-dark-theme .schedule-table .period p {
  color: #e1e1e1;
}
.isi-dark-theme .schedule-table .period-kind-0 {
  background: none;
  border: none;
}
.isi-dark-theme .schedule-table .period-kind-1 {
  background-color: #6EB295;
  border: 2px solid #5fc69a;
}
.isi-dark-theme .schedule-table .period-kind-3,
.isi-dark-theme .schedule-table .period-kind-2 {
  background-color: #FFC400;
  border: 2px solid #FFB100;
}
.isi-dark-theme .schedule-table .time-row {
  border-bottom: thin dashed #3b4362;
}
.isi-dark-theme .schedule-table .time-row.time-in-past {
  background-color: #282F48;
}
.isi-dark-theme .schedule-table .time-row .background-text-color {
  color: #5b6381;
}
.isi-dark-theme .schedule-table .capacity .capacity-block {
  border: 1px solid #485275;
}
.isi-dark-theme .schedule-table .capacity .capacity-block p {
  background: #353D5A 0% 0% no-repeat padding-box;
  padding: 4px 2px;
}
.isi-dark-theme .orange-border {
  border-color: #FFC400;
}
.isi-dark-theme .green-border {
  border-color: #00c853;
}
.isi-dark-theme .issue-request-block .issue-request-footer {
  background-color: #5b6381;
}
.isi-dark-theme .issue-request-block .issue-request-footer .chat-details .participants-label {
  color: #9FA0B5;
}
.isi-dark-theme .white-board-recipient .attention-panel {
  background-color: #FFC400;
}
.isi-dark-theme .issue-request-block .participants-total-new {
  background-color: #F64361;
}
.isi-dark-theme .color-dark {
  color: #283555 !important;
}
.isi-dark-theme .service-code-block {
  border: 1px solid #555860;
}
.isi-dark-theme label.label-with-text {
  color: #808080 !important;
}
.isi-dark-theme label.label-with-text span {
  color: #9FA0B5 !important;
}
.isi-dark-theme .li-auth {
  background-color: #1A1F2F;
}
.isi-dark-theme .chat-area .chat__message .message-wrapper {
  background: #253049;
}
.isi-dark-theme .chat-area .chat__message.me .message-wrapper {
  background: #293143;
}
.isi-dark-theme .duration-zones .table-body .panel-group .panel .panel-body {
  background-color: #374569;
}
.isi-dark-theme .duration-zones .coefficient {
  background-color: #283555;
}
.isi-dark-theme .duration-zones .coefficient-time,
.isi-dark-theme .duration-zones .coefficient-time-new {
  background-color: #222840;
  border: 1px solid #555860;
}
.isi-dark-theme .edit-price .export-icon input + label::before,
.isi-dark-theme .edit-price .export-icon input + label::after {
  color: #FFFFFF;
}
.isi-dark-theme .mas-integration-panel {
  background: #1D253C;
}
.isi-dark-theme .route-detail-panel {
  background: #1D253C;
}
.isi-dark-theme .route-detail-panel .vehicles-list .found-vehicles .vehicle .vehicle-label {
  color: #9E9E9E;
}
.isi-dark-theme .route-detail-panel .vehicles-list .found-vehicles .vehicle .vehicle-icon {
  background: #3B4757;
  color: #17a2b8;
}
.isi-dark-theme .route-detail-panel .vehicles-list .found-vehicles .vehicle.late .vehicle-icon {
  color: #f4516c;
}
.isi-dark-theme .route-detail-panel .vehicles-list .found-vehicles .vehicle.selected .vehicle-icon {
  background: #007bff;
  color: #ffffff;
}
.isi-dark-theme .route-detail-panel .vehicles-list .found-vehicles .vehicle.manual-dispatch .vehicle-icon {
  color: #ffffff;
}
.isi-dark-theme .route-detail-panel .current-route-detail-wrapper {
  border: 1px solid #53586F;
}
.isi-dark-theme .route-detail-panel .current-route-detail-wrapper .top-wrapper .info-wrapper {
  color: #ffffff;
}
.isi-dark-theme .route-detail-panel .current-route-detail-wrapper .bottom-wrapper .icons img {
  color: #f4516c;
}
.isi-dark-theme .route-detail-panel .current-route-detail-wrapper .bottom-wrapper .capacity .capacity-block {
  border: 1px solid #485275;
  background: #353D5A;
}
.isi-dark-theme .route-detail-panel .current-route-detail-wrapper .bottom-wrapper .capacity .capacity-block p {
  background: #353D5A;
  color: #9FA0B5;
}
.isi-dark-theme .route-detail-panel .route-detail-wrapper {
  color: #868ea6;
}
.isi-dark-theme .route-detail-panel .route-detail-wrapper li.dndPlaceholder {
  background: #216860;
  border: 1px solid #26877E;
}
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part .point-wrapper .point-center p {
  color: #ffffff;
}
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.is-wait .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part .point-border {
  background: #fbc02d 0% 0% no-repeat padding-box;
}
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.is-home-depot .point-wrapper > .point-center,
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.is-home-depot .point-border {
  background: #fbc02d 0% 0% no-repeat padding-box;
}
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-left-part.is-home-depot .point-wrapper > .point-center i {
  color: #ffffff;
}
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-right-part .dot-time span.violations {
  color: #17a2b8;
}
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-right-part .dot-time span.violations.late {
  color: #f4516c;
}
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block .dot-right-part .dot-address {
  color: #828C9C;
}
.isi-dark-theme .route-detail-panel .route-detail-wrapper .dot-order-block.related-order::after {
  background-color: #ED9F2D;
  color: #000000;
}
.isi-dark-theme .multi-orders-edit .client-info-zone {
  background-color: #283555;
}
.isi-dark-theme .multi-orders-edit .input-group-span span {
  color: #424950;
}
.isi-dark-theme .multi-orders-edit .etalon-area {
  background-color: #283555;
}
.isi-dark-theme .multi-orders-edit .panel-body,
.isi-dark-theme .multi-orders-edit .panel-heading {
  background: #1D253C;
}
.isi-dark-theme .multi-orders-edit .panel-body .panel-body,
.isi-dark-theme .multi-orders-edit .panel-heading .panel-body,
.isi-dark-theme .multi-orders-edit .panel-body .panel-heading,
.isi-dark-theme .multi-orders-edit .panel-heading .panel-heading {
  background-color: #283555;
}
.isi-dark-theme .multi-orders-edit .orders-calendar table {
  border: none;
}
.isi-dark-theme .multi-orders-edit .orders-calendar table tbody tr td {
  color: #FFFFFF;
  background: #353D5A;
  border: none;
  border-bottom: 2px solid #282F48;
}
.isi-dark-theme .multi-orders-edit .orders-calendar table tbody tr td .fa-check {
  color: #353D5A;
}
.isi-dark-theme .multi-orders-edit .orders-calendar table tbody tr td.day-selected {
  background-color: #1975D0;
}
.isi-dark-theme .multi-orders-edit .orders-calendar table tbody tr td.day-selected .fa-check {
  color: #FFFFFF;
  opacity: .8;
}
.isi-dark-theme .multi-orders-edit .orders-calendar table tbody tr:hover td {
  background-color: #424B6B !important;
  color: #FFFFFF;
}
.isi-dark-theme .multi-orders-edit .orders-calendar table tbody tr:hover td .fa-check {
  color: #555860;
}
.isi-dark-theme .multi-orders-edit .orders-calendar table tbody tr:hover td.day-selected {
  background-color: #007bff !important;
}
.isi-dark-theme .multi-orders-edit .orders-calendar table tbody tr:hover td.day-selected .fa-check {
  color: #555860;
}
.isi-dark-theme .multi-orders-edit .orders-calendar table tbody tr:hover td:hover .fa-check {
  color: #FFFFFF;
  opacity: .3;
}
.isi-dark-theme .multi-orders-edit .orders-calendar table thead tr th {
  border-left: 2px solid #000000 !important;
  border-bottom: 2px solid #000000 !important;
  background: #282F48;
  color: #868ea6;
}
.isi-dark-theme .multi-orders-edit .orders-calendar table thead tr th:first-child {
  background: #000000;
  color: #FFFFFF;
}
.isi-dark-theme isi-date-time-picker .datetime-component .input-group .datetime-input {
  border: 1px solid #555860;
  background: #283555;
  color: #FFFFFF;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.isi-dark-theme isi-date-time-picker .datetime-component .input-group .datetime-input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.isi-dark-theme isi-date-time-picker .datetime-component .datetime-panel .datetime-calendar .datetime-calendar-addon {
  background: #353D5A;
}
.isi-dark-theme isi-date-time-picker .datetime-component .datetime-panel .datetime-calendar .datetime-calendar-addon a {
  color: #fafafa;
}
.isi-dark-theme isi-date-time-picker .datetime-component .datetime-panel .datetime-calendar .datetime-calendar-addon a:hover {
  color: #555860;
}
.isi-dark-theme isi-date-time-picker .datetime-component .datetime-panel .datetime-hours {
  background: #353D5A;
}
.isi-dark-theme isi-date-time-picker .datetime-component .datetime-panel .datetime-hours .datetime-outer-column .datetime-inner-column .datetime-label.selected {
  background: #019FCF;
}
.isi-dark-theme isi-date-time-picker .datetime-component .datetime-panel .datetime-hours .datetime-outer-column .datetime-inner-column .datetime-label:hover:not(.empty) {
  background: #019FCF;
}
.isi-dark-theme isi-date-time-picker .datetime-component .datetime-panel .datetime-column-border {
  border-left: 1px solid #555860;
}
.isi-dark-theme .tooltip.white-background-tooltip .tooltip-inner {
  background-color: #999999;
}
.isi-dark-theme .tooltip.white-background-tooltip .tooltip-arrow {
  border-right-color: #999999 !important;
}
.isi-dark-theme tr.light-red td {
  background-color: #7c454a !important;
}
.isi-dark-theme tr.grey-td td {
  background-color: #2D3550 !important;
  color: #808080 !important;
}
.isi-dark-theme i.password-eye {
  color: #029ecf;
}
.isi-dark-theme .clients .clear-driver-group {
  color: #FFFFFF;
}
.isi-dark-theme .orders-tab-create-edit .search-client-block {
  background-color: #5266a0;
  border-radius: 3px;
}
.isi-dark-theme i.map-settings-btn {
  color: #FFFFFF;
}
.isi-dark-theme i.map-settings-btn.active {
  color: #788acd;
}
.isi-dark-theme .map-settings-popup .ngdialog-content {
  background-color: #1D253C !important;
}
.isi-dark-theme .settings-legend {
  background-color: #1D253C !important;
}
.isi-dark-theme .settings-legend button.btn.btn-link {
  color: #FFFFFF;
}
.isi-dark-theme .mileage-filter-popup .ngdialog-content,
.isi-dark-theme .time-date-range-filter .ngdialog-content {
  background: #1D253C !important;
}
.isi-dark-theme .mileage-filter-popup form .form-body .value-error-panel span,
.isi-dark-theme .time-date-range-filter form .form-body .value-error-panel span {
  color: #d96557;
}
.isi-dark-theme .long-distance-order-notes .body-panel {
  background-color: #1D253C;
}
.isi-dark-theme .dot-form .dot-form__body .dot-field:nth-child(odd) {
  background-color: rgba(29, 37, 60, 0.6);
}
.isi-dark-theme .dot-form .dot-form__body .dot-field:nth-child(even) {
  background-color: rgba(40, 53, 85, 0.6);
}
.isi-dark-theme .resized-table-container .resized-table .resized-table-head,
.isi-dark-theme .virtual-scroll .resized-table-head,
.isi-dark-theme .resized-table-container .resized-table .virtual-scroll-head-row,
.isi-dark-theme .virtual-scroll .virtual-scroll-head-row,
.isi-dark-theme .resized-table-container .resized-table .table-head-columns-config,
.isi-dark-theme .virtual-scroll .table-head-columns-config {
  background-color: #282F48;
}
.isi-dark-theme .resized-table-container .resized-table .resized-table-head .resized-table-configuration ul.fields-dropdown-menu li .move-arrows .move-down-arrow:hover,
.isi-dark-theme .virtual-scroll .resized-table-head .resized-table-configuration ul.fields-dropdown-menu li .move-arrows .move-down-arrow:hover,
.isi-dark-theme .resized-table-container .resized-table .virtual-scroll-head-row .resized-table-configuration ul.fields-dropdown-menu li .move-arrows .move-down-arrow:hover,
.isi-dark-theme .virtual-scroll .virtual-scroll-head-row .resized-table-configuration ul.fields-dropdown-menu li .move-arrows .move-down-arrow:hover,
.isi-dark-theme .resized-table-container .resized-table .table-head-columns-config .resized-table-configuration ul.fields-dropdown-menu li .move-arrows .move-down-arrow:hover,
.isi-dark-theme .virtual-scroll .table-head-columns-config .resized-table-configuration ul.fields-dropdown-menu li .move-arrows .move-down-arrow:hover,
.isi-dark-theme .resized-table-container .resized-table .resized-table-head .resized-table-configuration ul.fields-dropdown-menu li .move-arrows .move-up-arrow:hover,
.isi-dark-theme .virtual-scroll .resized-table-head .resized-table-configuration ul.fields-dropdown-menu li .move-arrows .move-up-arrow:hover,
.isi-dark-theme .resized-table-container .resized-table .virtual-scroll-head-row .resized-table-configuration ul.fields-dropdown-menu li .move-arrows .move-up-arrow:hover,
.isi-dark-theme .virtual-scroll .virtual-scroll-head-row .resized-table-configuration ul.fields-dropdown-menu li .move-arrows .move-up-arrow:hover,
.isi-dark-theme .resized-table-container .resized-table .table-head-columns-config .resized-table-configuration ul.fields-dropdown-menu li .move-arrows .move-up-arrow:hover,
.isi-dark-theme .virtual-scroll .table-head-columns-config .resized-table-configuration ul.fields-dropdown-menu li .move-arrows .move-up-arrow:hover {
  background-color: #5b6a9f;
}
.isi-dark-theme .resized-table-container .resized-table .resized-table-body,
.isi-dark-theme .virtual-scroll .resized-table-body,
.isi-dark-theme .resized-table-container .resized-table .virtual-scroll-content-row,
.isi-dark-theme .virtual-scroll .virtual-scroll-content-row,
.isi-dark-theme .resized-table-container .resized-table .vsscrollbar,
.isi-dark-theme .virtual-scroll .vsscrollbar {
  background-color: #282F48;
}
.isi-dark-theme .resized-table-container .resized-table .resized-table-body .resized-table-row,
.isi-dark-theme .virtual-scroll .resized-table-body .resized-table-row,
.isi-dark-theme .resized-table-container .resized-table .virtual-scroll-content-row .resized-table-row,
.isi-dark-theme .virtual-scroll .virtual-scroll-content-row .resized-table-row,
.isi-dark-theme .resized-table-container .resized-table .vsscrollbar .resized-table-row,
.isi-dark-theme .virtual-scroll .vsscrollbar .resized-table-row {
  background-color: #353d5a;
}
.isi-dark-theme .resized-table-container .resized-table .resized-table-body .resized-table-row:hover,
.isi-dark-theme .virtual-scroll .resized-table-body .resized-table-row:hover,
.isi-dark-theme .resized-table-container .resized-table .virtual-scroll-content-row .resized-table-row:hover,
.isi-dark-theme .virtual-scroll .virtual-scroll-content-row .resized-table-row:hover,
.isi-dark-theme .resized-table-container .resized-table .vsscrollbar .resized-table-row:hover,
.isi-dark-theme .virtual-scroll .vsscrollbar .resized-table-row:hover,
.isi-dark-theme .resized-table-container .resized-table .resized-table-body .resized-table-row__local-menu-opened,
.isi-dark-theme .virtual-scroll .resized-table-body .resized-table-row__local-menu-opened,
.isi-dark-theme .resized-table-container .resized-table .virtual-scroll-content-row .resized-table-row__local-menu-opened,
.isi-dark-theme .virtual-scroll .virtual-scroll-content-row .resized-table-row__local-menu-opened,
.isi-dark-theme .resized-table-container .resized-table .vsscrollbar .resized-table-row__local-menu-opened,
.isi-dark-theme .virtual-scroll .vsscrollbar .resized-table-row__local-menu-opened {
  background-color: #424B6B;
}
.isi-dark-theme .resized-table-container .resized-table .resized-table-column.bordered-right,
.isi-dark-theme .virtual-scroll .resized-table-column.bordered-right {
  border-right: 2px solid #282F48;
}
.isi-dark-theme .performance-table {
  background-color: #282F48;
}
.isi-dark-theme .performance-table .performance-table-head .performance-table-columns .performance-table-column.bordered-right,
.isi-dark-theme .performance-table .performance-table-body .performance-table-columns .performance-table-column.bordered-right {
  border-right: 2px solid #282F48;
}
.isi-dark-theme .performance-table .performance-table-head {
  color: #808080;
}
.isi-dark-theme .performance-table .performance-table-head .performance-table-columns {
  background-color: #282F48;
}
.isi-dark-theme .performance-table .performance-table-head .performance-table-row .performance-table-columns .performance-table-column .column-container .head-search-icon {
  background-color: #353D5A;
}
.isi-dark-theme .performance-table .performance-table-head .performance-table-row .performance-table-columns .performance-table-column .column-container .head-search-icon.opened {
  background-color: #007BFF;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row {
  background-color: #353d5a;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row p,
.isi-dark-theme .performance-table .performance-table-body .performance-table-row span {
  color: #FFFFFF;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row:hover,
.isi-dark-theme .performance-table .performance-table-body .performance-table-row__local-menu-opened {
  background-color: #424B6B;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row .performance-table-columns .performance-table-column .column-container[data-alias="actions"] .actions-buttons button.fast-unassign {
  background-color: #DEC800;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row .performance-table-columns .performance-table-column .column-container[data-alias="actions"] .actions-buttons button.fast-cancel {
  background-color: #ec433b;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row .performance-table-columns .performance-table-column .column-container[data-alias="actions"] .actions-buttons button.fast-location {
  background-color: #9e9e9e;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row .performance-table-columns .performance-table-column .column-container[data-alias="actions"] .actions-buttons button.fast-location.active {
  background-color: #009ECE;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row .performance-table-columns .performance-table-column .column-container[data-alias="availability"] .visibility-block {
  border: 1px solid #485275;
  background-color: #353D5A;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row .performance-table-columns .performance-table-column .column-container[data-alias="availability"] .visibility-block img.svg-to-blue {
  filter: brightness(0) saturate(100%) invert(58%) sepia(60%) saturate(2492%) hue-rotate(175deg) brightness(96%) contrast(89%);
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row .performance-table-columns .performance-table-column .column-container .vehicle-auto.vehicle-auto-failed {
  background-color: #FF6D00;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row .performance-table-columns .performance-table-column .column-container .vehicle-auto.vehicle-auto-will {
  background-color: #4CAF50;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row .performance-table-columns .performance-table-column .column-container .vehicle-auto.vehicle-auto-was {
  background-color: #1E88E5;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row .performance-table-columns .performance-table-column.pa-perfect-pu-time tz-label ::after {
  background: radial-gradient(circle, #009ECE, #009ECE, transparent 4px, transparent);
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row.order-locked {
  background-color: #5b6381 !important;
  color: #999999 !important;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row.order-locked p {
  color: #999999 !important;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row.regular-trip-row p,
.isi-dark-theme .performance-table .performance-table-body .performance-table-row.regular-trip-row span {
  color: #FFFFFF;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row.return-trip-row p,
.isi-dark-theme .performance-table .performance-table-body .performance-table-row.return-trip-row span {
  color: #9E9E9E;
}
.isi-dark-theme .performance-table .performance-table-body .performance-table-row.return-trip-row .label-info p,
.isi-dark-theme .performance-table .performance-table-body .performance-table-row.return-trip-row .label-info span {
  color: #eeeeee;
}
.isi-dark-theme .performance-table .performance-table-configuration {
  background: #353D5A;
}
.isi-dark-theme .performance-table .performance-table-configuration .dropdown .fields-dropdown-menu.dropdown-menu .dropdown-menu-item:hover {
  background-color: #353d5a;
}
.isi-dark-theme .performance-table .performance-table-configuration .dropdown .fields-dropdown-menu.dropdown-menu .dropdown-menu-item .move-down-arrow:hover,
.isi-dark-theme .performance-table .performance-table-configuration .dropdown .fields-dropdown-menu.dropdown-menu .dropdown-menu-item .move-up-arrow:hover {
  background-color: #5b6a9f;
}
.isi-dark-theme table.virtual-scroll .virtual-scroll-head-row .table-head-columns-config {
  background-color: #353D5A;
}
.isi-dark-theme table.virtual-scroll .virtual-scroll-head-row .table-head-columns {
  color: #808080;
}
.isi-dark-theme table.virtual-scroll .virtual-scroll-head-row .table-head-columns .head-search-icon {
  background-color: #353D5A;
}
.isi-dark-theme table.virtual-scroll .virtual-scroll-head-row .table-head-columns .head-search-icon.opened {
  background-color: #007BFF;
}
.isi-dark-theme table.virtual-scroll .virtual-scroll-content-row .table-content-columns .resized-table-row [data-alias="vehicle_id"] .vehicle-auto.vehicle-auto-failed {
  background-color: #FF6D00;
}
.isi-dark-theme table.virtual-scroll .virtual-scroll-content-row .table-content-columns .resized-table-row [data-alias="vehicle_id"] .vehicle-auto.vehicle-auto-will {
  background-color: #4CAF50;
}
.isi-dark-theme table.virtual-scroll .virtual-scroll-content-row .table-content-columns .resized-table-row [data-alias="vehicle_id"] .vehicle-auto.vehicle-auto-was {
  background-color: #1E88E5;
}
.isi-dark-theme table.virtual-scroll .virtual-scroll-content-row .table-content-columns .resized-table-row [data-alias="actions"] .actions-buttons button.fast-unassign {
  background-color: #DEC800;
}
.isi-dark-theme table.virtual-scroll .virtual-scroll-content-row .table-content-columns .resized-table-row [data-alias="actions"] .actions-buttons button.fast-cancel {
  background-color: #ec433b;
}
.isi-dark-theme table.virtual-scroll .virtual-scroll-content-row .table-content-columns .resized-table-row [data-alias="actions"] .actions-buttons button.fast-location {
  background-color: #9e9e9e;
}
.isi-dark-theme table.virtual-scroll .virtual-scroll-content-row .table-content-columns .resized-table-row [data-alias="actions"] .actions-buttons button.fast-location.active {
  background-color: #009ECE;
}
.isi-dark-theme .default-view-icon:hover {
  color: #019FCF;
}
.isi-dark-theme .open-in-new-icon {
  background: transparent url('/images/open_in_new_black_24dp.svg') 0 0 no-repeat padding-box;
}
.isi-dark-theme .capacity-wrapper .capacity-block {
  border: 1px solid #485275;
}
.isi-dark-theme .capacity-wrapper .capacity-block p {
  background: #353D5A 0% 0% no-repeat padding-box;
}
.isi-dark-theme .vehicle-routes .table-container .route-changed td {
  background-color: #01579b !important;
}
.isi-dark-theme .border-white {
  border-color: #eeeeee !important;
}
.isi-dark-theme .border-blue {
  border-color: #019FCF !important;
}
.isi-dark-theme .navy-color {
  color: #1a1a40 !important;
}
.isi-dark-theme .gold-fusion-color {
  color: #FFB100 !important;
}
