.isi-white-theme fieldset[disabled] input,
.isi-white-theme fieldset[disabled] select,
.isi-white-theme fieldset[disabled] textarea {
  background-color: #ccc !important;
  pointer-events: none;
}
.isi-white-theme fieldset[disabled] label {
  pointer-events: none;
}
.isi-white-theme fieldset[disabled] .btn {
  background-color: grey;
}
.isi-white-theme fieldset[disabled] .btn.active {
  opacity: 1;
}
.isi-white-theme .orders-tab-create-edit fieldset[disabled].blur .tab-block-order,
.isi-white-theme .orders-tab-create-edit fieldset[disabled].blur .order-modes-alignment-right {
  opacity: 0;
}
.isi-white-theme .orders-tab-create-edit fieldset[disabled].blur .order-block input,
.isi-white-theme .orders-tab-create-edit fieldset[disabled].blur .order-block select,
.isi-white-theme .orders-tab-create-edit fieldset[disabled].blur .order-block textarea,
.isi-white-theme .orders-tab-create-edit fieldset[disabled].blur .order-block div,
.isi-white-theme .orders-tab-create-edit fieldset[disabled].blur .order-block span,
.isi-white-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');
}
.isi-white-theme .disabled-multiple-trip {
  background-color: #ccc !important;
  text-decoration: line-through;
}
.isi-white-theme input[disabled],
.isi-white-theme select[disabled],
.isi-white-theme textarea[disabled] {
  background-color: #ccc !important;
}
.isi-white-theme .disabled-time input {
  background-color: #ccc !important;
}
.isi-white-theme .assign-checkbox p {
  color: #2dabd3;
}
.isi-white-theme h2,
.isi-white-theme h3,
.isi-white-theme h4 {
  color: #000000;
}
.isi-white-theme label {
  color: #029ecf;
}
.isi-white-theme .isi-label {
  color: #2dabd3;
}
.isi-white-theme .panel {
  background-color: #a5c2ef !important;
}
.isi-white-theme .nav-tabs > li > a {
  color: #555860;
}
.isi-white-theme .nav-tabs > li > a::before {
  background-color: #eee !important;
}
.isi-white-theme .nav-tabs > li > a:hover {
  background-color: #eee !important;
  border: 1px solid #ddd !important;
  border-bottom-color: transparent !important;
  opacity: 0.6;
}
.isi-white-theme .nav-tabs > li.active > a {
  background-color: #eee !important;
  border: 1px solid #ddd !important;
  border-bottom-color: transparent !important;
  color: #000000 !important;
  opacity: 1;
}
.isi-white-theme .tab-content {
  background-color: #eee;
  border: 1px solid #ddd;
}
.isi-white-theme .table-container table {
  table-layout: fixed;
  border-collapse: inherit;
}
.isi-white-theme .table-container table thead th {
  background-color: #2dabd3;
  text-align: center;
  border: 1px solid #2dabd3 !important;
  color: #fff;
  border-right: 1px solid #fff !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: none !important;
  font-size: 12px;
}
.isi-white-theme .table-container table thead th:last-child {
  border-right: 1px solid #2dabd3 !important;
}
.isi-white-theme .table-container table tbody tr td {
  text-align: center;
  border-bottom: none;
  border-color: #eee;
  overflow: hidden;
  text-overflow: clip;
  white-space: initial;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}
.isi-white-theme .table-container table tbody tr.info {
  border: 1px solid #70bbde !important;
}
.isi-white-theme .table-container table tbody tr.info td {
  border: 1px solid #70bbde !important;
}
.isi-white-theme .table-container table tbody tr.danger {
  color: #555860 !important;
}
.isi-white-theme .table-container table tbody tr.danger td {
  border: 1px solid #ddd;
  color: #9E9E9E;
  background-color: #eee;
}
.isi-white-theme .message-list .message-list-item a {
  background-color: #ddd !important;
}
.isi-white-theme .message-list .message-list-item a .time {
  color: #000000;
}
.isi-white-theme .message-list .message-list-item a:hover,
.isi-white-theme .message-list .message-list-item a:visited,
.isi-white-theme .message-list .message-list-item a:focus {
  text-decoration: none !important;
  background-color: #ddd !important;
}
.isi-white-theme .message-list .message-list-item a.note-disabled {
  background: repeating-linear-gradient(-55deg, #ddd, #ddd 10px, #fff 10px, #fff 20px) !important;
}
.isi-white-theme .message-list .message-list-item a p {
  color: #000000;
}
.isi-white-theme .form-style select.form-control {
  font-size: 12px;
}
.isi-white-theme .form-style textarea.form-control {
  overflow: hidden;
}
.isi-white-theme .add-search .close-span {
  color: #000000;
}
.isi-white-theme .pagination li a,
.isi-white-theme .pagination li span {
  color: #000000;
}
.isi-white-theme .pagination li.active a,
.isi-white-theme .pagination li.active span {
  color: #FFFFFF;
  background-color: #70bbde;
  border-color: #70bbde;
}
.isi-white-theme .pagination li.disabled a,
.isi-white-theme .pagination li.disabled span {
  color: #777;
}
.isi-white-theme [uib-typeahead-popup].dropdown-menu li.active a {
  background-color: #70bbde !important;
}
.isi-white-theme .datetimepicker .active {
  background-color: #70bbde !important;
  background-image: none !important;
}
.isi-white-theme .note-title {
  color: #000000 !important;
  font-weight: bolder;
}
.isi-white-theme label.btn {
  color: #FFFFFF;
}
.isi-white-theme .permissions-tab {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
}
.isi-white-theme .permissions-tab .active-label {
  color: #000000;
}
.isi-white-theme .permissions-tab p {
  color: #ddd;
}
.isi-white-theme .tab-show {
  outline: none;
  background-color: #FFFFFF;
  color: #000000;
  border-color: #ddd !important;
}
.isi-white-theme .tab-show:hover,
.isi-white-theme .tab-show:focus {
  text-decoration: none;
  box-shadow: none;
}
.isi-white-theme .tab-show.active {
  border-bottom: 1px solid #ddd !important;
  height: auto !important;
}
.isi-white-theme .permissions-ul p {
  /*color: @white-label-color;*/
  font-size: 13px;
  margin: 0;
}
.isi-white-theme .tab-pane h4.text {
  font-weight: bolder;
  color: #000000;
  text-transform: uppercase;
}
.isi-white-theme .tab-pane .checkbox-area p {
  color: #029ecf;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  font-weight: bolder;
}
.isi-white-theme .tab-pane .table:not(.table-condensed) {
  table-layout: inherit;
  border-collapse: collapse;
}
.isi-white-theme .tab-pane .table:not(.table-condensed) th {
  background: #2dabd3;
  text-align: center;
  border: 1px solid #fff !important;
  color: #fff;
  text-overflow: ellipsis;
  overflow: inherit;
  white-space: inherit;
}
.isi-white-theme .tab-pane .table:not(.table-condensed) tr {
  border-bottom: none;
}
.isi-white-theme .tab-pane .table:not(.table-condensed) tr td {
  color: #000000;
  border-color: #ddd;
  text-overflow: ellipsis;
  overflow: inherit;
  white-space: inherit;
  padding: 0 !important;
}
.isi-white-theme .tab-pane .table:not(.table-condensed) tr td a:not(.btn) {
  color: #70bbde;
}
.isi-white-theme .tab-pane .table:not(.table-condensed) tr.background {
  background-color: #FFFFFF;
  text-align: center;
}
.isi-white-theme .tab-pane .table:not(.table-condensed) tr.background th,
.isi-white-theme .tab-pane .table:not(.table-condensed) tr.background td {
  border: 1px solid #ddd;
}
.isi-white-theme .signature-box {
  border-color: #ccc;
}
.isi-white-theme .color {
  color: #000000 !important;
}
.isi-white-theme .order-info {
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 7px;
}
.isi-white-theme .order-mixed {
  border: 1px solid #ccc;
  background-color: #eee;
  margin-bottom: 7px;
  padding-left: 0;
  padding-bottom: 10px;
}
.isi-white-theme .groups-area {
  border: 1px solid #ccc;
  background-color: #ddd;
}
.isi-white-theme .item-li {
  border: 1px solid #ccc;
  background-color: #eee;
}
.isi-white-theme .item-li.hover {
  border: 2px solid #70bbde;
}
.isi-white-theme ::-webkit-scrollbar {
  width: 5px;
}
.isi-white-theme ::-webkit-scrollbar-thumb {
  background-color: #2dabd3;
}
.isi-white-theme .bordered-color {
  border: 1px solid #ddd;
}
.isi-white-theme .inactive td {
  color: #fff;
}
.isi-white-theme .invoice-inquires {
  background-color: #ccc;
}
.isi-white-theme .themed .color {
  color: #555 !important;
}
.isi-white-theme .tab-is-active {
  background-color: #eee;
}
.isi-white-theme .active-label {
  color: #029ecf !important;
}
.isi-white-theme .form-style .order-block {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
}
.isi-white-theme .form-style .order-block label.control-label {
  color: #000000;
}
.isi-white-theme .tab-block-order {
  outline: none;
  background-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  border: none;
}
.isi-white-theme .tab-block-order:hover,
.isi-white-theme .tab-block-order:focus {
  text-decoration: none;
  box-shadow: none;
}
.isi-white-theme .map-legend {
  background-color: #eee;
}
.isi-white-theme .map-legend h4,
.isi-white-theme .map-legend label,
.isi-white-theme .map-legend .list-group {
  background-color: #eee;
}
.isi-white-theme .driver-block-info {
  background-color: #eee;
}
.isi-white-theme .disabled .driver-block-info {
  background-color: #1D253C;
}
.isi-white-theme .price-block-miles {
  border-color: #000000;
}
.isi-white-theme .order-row-red {
  background-color: #f19056 !important;
  cursor: pointer;
}
.isi-white-theme .order-row-blue {
  background-color: #1b90d5 !important;
  cursor: pointer;
}
.isi-white-theme .vehicle-status-0 {
  background-color: #DEC800 !important;
}
.isi-white-theme .vehicle-status-1 {
  background-color: #2b76a4 !important;
}
.isi-white-theme .vehicle-status-2 {
  background-color: #25ae21 !important;
}
.isi-white-theme .vehicle-status-3 {
  background-color: #9e9e9e !important;
  color: #fff !important;
}
.isi-white-theme .vehicle-status-4 {
  background-color: #9e9e9e !important;
  color: #fff !important;
}
.isi-white-theme .vehicle-status-border-0 {
  border-color: #DEC800 !important;
  border: 2px solid;
}
.isi-white-theme .vehicle-status-border-1 {
  border-color: #2b76a4 !important;
  border: 2px solid;
}
.isi-white-theme .vehicle-status-border-2 {
  border-color: #25ae21 !important;
  border: 2px solid;
}
.isi-white-theme .vehicle-status-border-3 {
  border-color: #9e9e9e !important;
  border: 2px solid;
}
.isi-white-theme .vehicle-status-border-4 {
  border-color: #9e9e9e !important;
  border: 2px solid;
}
.isi-white-theme .order-status-0 {
  background-color: #ffe114 !important;
}
.isi-white-theme .order-status-1 {
  background-color: #00fcff !important;
}
.isi-white-theme .order-status-2 {
  background-color: #827717 !important;
}
.isi-white-theme .order-status-3 {
  background-color: #3399FF !important;
}
.isi-white-theme .order-status-4 {
  background-color: #814123 !important;
}
.isi-white-theme .order-status-5 {
  background-color: #00C853 !important;
}
.isi-white-theme .order-status-6 {
  background-color: #25ae21 !important;
}
.isi-white-theme .order-status-7 {
  background-color: #6600CC !important;
}
.isi-white-theme .order-status-8 {
  background-color: #FF3333 !important;
}
.isi-white-theme .order-status-8 .badge {
  padding: 2px 4px;
  font-size: 9px;
  font-weight: 500;
  background-color: transparent;
}
.isi-white-theme .order-status-9 {
  background-color: #ffb300 !important;
}
.isi-white-theme .order-status-10 {
  background-color: #78909C !important;
}
.isi-white-theme .order-status-border-0 {
  border-color: #ffe114 !important;
  border: 2px solid;
}
.isi-white-theme .order-status-border-1 {
  border-color: #00fcff !important;
  border: 2px solid;
}
.isi-white-theme .order-status-border-2 {
  border-color: #827717 !important;
  border: 2px solid;
}
.isi-white-theme .order-status-border-3 {
  border-color: #3399FF !important;
  border: 2px solid;
}
.isi-white-theme .order-status-border-4 {
  border-color: #814123 !important;
  border: 2px solid;
}
.isi-white-theme .order-status-border-5 {
  border-color: #00C853 !important;
  border: 2px solid;
}
.isi-white-theme .order-status-border-6 {
  border-color: #25ae21 !important;
  border: 2px solid;
}
.isi-white-theme .order-status-border-7 {
  border-color: #6600CC !important;
  border: 2px solid;
}
.isi-white-theme .order-status-border-8 {
  border-color: #FF3333 !important;
  border: 2px solid;
}
.isi-white-theme .order-status-border-9 {
  border-color: #ffb300 !important;
  border: 2px solid;
}
.isi-white-theme .order-status-border-10 {
  border-color: #78909C !important;
  border: 2px solid;
}
.isi-white-theme .order-status-title-0 {
  color: #ffe114 !important;
}
.isi-white-theme .order-status-title-1 {
  color: #00fcff !important;
}
.isi-white-theme .order-status-title-2 {
  color: #827717 !important;
}
.isi-white-theme .order-status-title-3 {
  color: #3399FF !important;
}
.isi-white-theme .order-status-title-4 {
  color: #814123 !important;
}
.isi-white-theme .order-status-title-5 {
  color: #00C853 !important;
}
.isi-white-theme .order-status-title-6 {
  color: #25ae21 !important;
}
.isi-white-theme .order-status-title-7 {
  color: #6600CC !important;
}
.isi-white-theme .order-status-title-8 {
  color: #FF3333 !important;
}
.isi-white-theme .order-status-title-9 {
  color: #ffb300 !important;
}
.isi-white-theme .order-status-title-10 {
  color: #78909C !important;
}
.isi-white-theme .order-selected {
  background-color: #00a1f7 !important;
}
.isi-white-theme .order-hold {
  background-color: grey !important;
  color: white !important;
}
.isi-white-theme .will-done-3,
.isi-white-theme .will-done-5 {
  color: #32CD32 !important;
}
.isi-white-theme .was-done-6,
.isi-white-theme .pu-order-status-6 {
  background-color: #a9a9a9 !important;
  color: #e4e4e4 !important;
}
.isi-white-theme .pu-was-done-6,
.isi-white-theme .do-order-status-6 {
  color: green;
}
.isi-white-theme .pu-order-status-8 {
  color: #DC143C !important;
}
.isi-white-theme .do-order-status-8,
.isi-white-theme .do-order-status-9 {
  background-color: #d9d9d9 !important;
}
.isi-white-theme .pu-order-status-9 {
  color: #ffb300 !important;
}
.isi-white-theme .do-order-status-10,
.isi-white-theme .pu-order-status-10 {
  background-color: #78909C !important;
}
.isi-white-theme .violation-danger {
  color: #DC143C !important;
}
.isi-white-theme .link-not-active {
  pointer-events: none;
}
.isi-white-theme .use-appointment-time,
.isi-white-theme .use-pick-up-time {
  color: #000000 !important;
}
.isi-white-theme .picker-day.picker-selected {
  background-color: #ccc !important;
}
.isi-white-theme .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: #ddd;
}
.isi-white-theme .current-order td {
  background-color: #ccc !important;
}
.isi-white-theme .is-chat-open {
  background: #eee !important;
  color: #000000 !important;
}
.isi-white-theme .chat-header {
  background: #40538a;
}
.isi-white-theme .configuration.chat .configuration-cog {
  background-color: #40538a;
  margin-top: 0px;
  color: grey;
}
.isi-white-theme .chat-panel input {
  background-color: #40538a !important;
  color: white !important;
}
.isi-white-theme .chat-panel input::placeholder {
  color: white;
}
.isi-white-theme .chat-panel .tab-content {
  background-color: #f3f1b6;
}
.isi-white-theme .chat-group a {
  border-color: #337ab7;
}
.isi-white-theme .chat-group a:hover {
  border-color: #337ab7;
}
.isi-white-theme .notifications-chat {
  background-color: #40538a;
}
.isi-white-theme .chat-conversation p {
  color: #000000;
}
.isi-white-theme ul.chat-group-block li:hover a,
.isi-white-theme ul.chat-group-block li.active a {
  background-color: #40538a;
  color: white;
  border-color: #40538a;
}
.isi-white-theme .chat-driver:hover {
  background-color: #e2e6a6;
  cursor: pointer;
}
.isi-white-theme .pointer-events-none .picker-day:not(.picker-selected) {
  background-color: #eee !important;
}
