.text-muted svg.textLike path {
  fill: #999;
}

.text-primary svg.textLike path {
  fill: #428bca;
}

a.text-primary:hover svg.textLike path {
  fill: #3071a9;
}

.text-success svg.textLike path {
  fill: #3c763d;
}

a.text-success:hover svg.textLike path {
  fill: #2b542c;
}

.text-info svg.textLike path {
  fill: #31708f;
}

a.text-info:hover svg.textLike path {
  fill: #245269;
}

.text-warning svg.textLike path {
  fill: #8a6d3b;
}

a.text-warning:hover svg.textLike path {
  fill: #66512c;
}

.text-danger svg.textLike path {
  fill: #a94442;
}

a.text-danger:hover svg.textLike path {
  fill: #843534;
}

.labelNote {
  padding: 0.3em 0.4em;
  border-radius: 0.2em;
  margin-left: 1em;
}

.modal.in .modal-dialog {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

[ng-form].ng-invalid {
  border: 0 !important;
}

.debugText {
  color: mediumorchid;
  display: block;
  font-size: xx-small;
}

.disabledDiv {
  opacity: 0.6;
  pointer-events: none;
}

.cursorPointer {
  cursor: pointer;
}

.cursorNotAllowed {
  cursor: not-allowed;
}

.form-control[readonly].readonly-like-normal {
  background-color: #ffffff;
}

.form-control.filterApplied {
  background: #c3f1ff;
}

fieldset.withBorder {
  border: 1px solid #C4C4C4 !important;
  padding: 0 1em 0 1em !important;
  margin: 0 0 1em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}
fieldset.withBorder legend {
  width: inherit;
  padding: 0 10px;
  border-bottom: none;
  font-size: inherit;
  color: #428bca;
}

.profileDialog fieldset.withBorder legend {
  margin-bottom: 10px;
}
.profileDialog fieldset.withBorder .miniRow {
  margin-bottom: 10px;
  position: relative;
}

.photoWithNote {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #c3c3c3;
  margin-right: 11px;
}

.photoWithNote > .img {
  background-size: cover;
  background-position: center top;
  width: 217px;
  height: 140px;
}

.photoWithNote > .note {
  text-align: center;
  width: 217px;
}

.previewTable .statusTable .statusTableLabel {
  width: 13em;
}

.previewTable .statusTable .statusTableLabel div {
  margin-left: 10px;
  margin-right: 10px;
}

.previewTable .statusTable .statusTableValue {
  text-align: right !important;
}

.previewTable .statusTable .statusTableValue span {
  margin-right: 10px;
}

.row.nomargins_h,
.row.nomargins_only_h {
  margin-left: 0;
  margin-right: 0;
}

.row.nomargins_h > [class^="col-"],
.row.nopaddings_h > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row.compact_h {
  margin-left: 0;
  margin-right: 0;
}

.row.compact_h > [class^="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}

.row.nomargins_h_right {
  margin-right: 0;
}

.row.nomargins_h_right > [class^="col-"]:last-of-type,
.row.nomargins_only_h > [class^="col-"]:last-of-type {
  padding-right: 0;
}

.row.nomargins_only_h > [class^="col-"]:first-of-type {
  padding-left: 0;
}

.vehicleOnMap {
  background-color: #9acfea;
}

.filter {
  background-color: #faf2cc;
}

.searchBg {
  width: 119px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(../images/searchBg.png);
  display: inline-block;
  vertical-align: bottom;
  color: #ffffff;
  font-size: 16px;
  text-indent: -4px;
  cursor: pointer;
  background-repeat: no-repeat;
}

div[isteven-multi-select].form-control {
  padding: 0;
  border: 0;
  width: auto;
}

div[isteven-multi-select].form-control > span > button {
  text-align: left;
  position: relative;
  padding: 7px 12px 7px;
  min-height: 0 !important;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

div[isteven-multi-select].form-control > span > button:after {
  content: ' ';
  display: block;
  z-index: 9;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

div[isteven-multi-select].form-control > span > button .buttonLabel {
  padding: 0;
}

div[isteven-multi-select].form-control > span > button .caret {
  z-index: 10;
  position: absolute;
  height: 10px;
  top: 46%;
  right: 10px;
  margin-top: -2px;
}

div[isteven-multi-select].form-control.w100 {
  width: 100%;
}

div[isteven-multi-select].form-control.w100 > span {
  display: block;
}

div[isteven-multi-select].form-control.w100 > span > button {
  width: 100%;
}

.row {
  margin: 10px;
}

.nowrap {
  white-space: nowrap;
}

.table-actions .glyphicon {
  margin-left: 5px;
}
.table-actions img {
  margin-left: 5px;
}

.table-icon-img {
  width: 16px;
  height: 16px;
}

.w100 {
  width: 100%;
}

.th-like-td th {
  font-weight: normal;
  background: transparent !important;
  color: #333333 !important;
  text-align: left !important;
}

.table-cells-valign-top td,
.table-cells-valign-top th {
  vertical-align: top;
}

.couponStatus_BLANK {
  color: #FF7F27;
}

.couponStatus_NEW {
  color: #3F48CC;
}

.couponStatus_NOT_ADMITTED {
  color: #ED1C24;
}

.couponStatus_UNLOADED {
  color: #22B14C;
}

.couponStatus_CANCELED {
  color: #cbcbcb;
}

.couponStatus_WAITING {
  color: #4f98a1;
}

#telematic-footer {
  min-height: inherit;
  margin-left: 225px;
  background: #222222 none;
}

.telematic-table tbody tr td:last-child {
  width: 5%;
  white-space: nowrap;
}

.telematic-table thead tr th:last-child {
  width: 5%;
  white-space: nowrap;
}

.telematic-table thead th {
  background-color: #f8f8ff;
}

input.ng-invalid {
  border-color: #c12e2a !important;
}

div.ng-invalid {
  border: 1px solid #c12e2a !important;
  border-radius: 4px !important;
}

.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  margin-top: 0 !important;
  z-index: 1050;
}

.ui-select-match-text.pull-left.ui-select-allow-clear {
  max-width: calc(100% - 35px);
  overflow: hidden;
}

input.ng-dirty {
  border-color: #b2dba1;
}

select.ng-invalid {
  border-color: #c12e2a !important;
}

select.ng-dirty {
  border-color: #b2dba1;
}

textarea.ng-invalid {
  border-color: #c12e2a !important;
}

textarea.ng-dirty {
  border-color: #b2dba1;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
}

.btn-red-frame {
  color: #373a3c;
  background-color: #ffaaaa;
  border-color: #811;
  text-decoration: none;
}

.btn-green-frame {
  color: #373a3c;
  background-color: #aaffaa;
  border-color: #080;
  text-decoration: none;
}

.container.active {
  background-color: silver;
}

.table-bordered tr.active {
  background-color: silver;
}

tr.rowBottom2px td {
  border-bottom-width: 2px !important;
}

.heand_main {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  background: url(../images/demo/AIC_othody.png) 14px 8px no-repeat #fff;
  background-color: #fff;
  display: block;
  height: 90px;
}

.heand_main2 {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  background-color: #fff;
  display: block;
  height: 48px;
  position: relative;
  z-index: 1000;
}

.heand_main_demo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  background: url(../images/demo/AIC_othody.png) 14px 8px no-repeat #fff;
  background-color: #fff;
  display: block;
  height: 90px;
}

.name_program {
  color: #1b4164;
  text-align: center;
  float: left;
  font-weight: normal;
  padding: 0 10px 0 15px;
  font-size: 16px;
  width: 75%;
}

.name_program_company {
  float: right;
  padding-top: 18px;
  margin-right: 10px;
  color: grey;
  line-height: 1;
  display: inline-block;
  font-size: 13px;
}

.name_program_p {
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

.name_program_fio_m {
  float: right;
  margin-right: 2%;
}

.name_program_fio {
  padding: 18px 15px 0 0;
  line-height: 1;
  float: right;
  font-size: 13px;
}

.name_program_exit {
  padding-top: 15px;
  color: #1b4164;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.22857;
  display: inline-block;
  float: right;
}

a.name_program_exit {
  text-decoration: underline;
}

a.name_program_exit:hover {
  color: #214f79;
  text-decoration: none;
}

body {
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

.gm .navbar-default {
  background-color: #315472;
  border-color: #2c4b66;
}

.gm .navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 15px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .gm .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .gm .navbar-header {
    float: left;
  }
}
.gm .navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  background-color: #315472;
}

.gm .navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .gm .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .gm .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .gm .navbar-collapse.in {
    overflow-y: visible;
  }

  .gm .navbar-fixed-top .navbar-collapse,
  .gm .navbar-static-top .navbar-collapse,
  .gm .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.gm .container > .navbar-header,
.gm .container-fluid > .navbar-header,
.gm .container > .navbar-collapse,
.gm .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .gm .container > .navbar-header,
  .gm .container-fluid > .navbar-header,
  .gm .container > .navbar-collapse,
  .gm .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .gm .navbar > .container .navbar-brand,
  .gm .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.gm .navbar-nav {
  margin: 7.5px -15px;
}

.gm .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;
}

@media (max-width: 767px) {
  .gm .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .gm .navbar-nav .open .dropdown-menu > li > a,
  .gm .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 10px 5px 15px;
  }

  .gm .navbar-nav .open .dropdown-menu > li > a {
    line-height: 15px;
  }

  .gm .navbar-nav .open .dropdown-menu > li > a:hover,
  .gm .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .gm .navbar-nav {
    float: left;
    margin: 0;
  }

  .gm .navbar-nav > li {
    float: left;
    padding-left: 16px;
    padding-right: 16px;
  }

  .gm .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .gm .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
.gm .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.gm .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.gm .navbar-default {
  background-color: #315472;
  border-color: #2c4b66;
}

.gm .navbar-default .navbar-brand {
  color: #d1e4ed;
  text-transform: uppercase;
  font-weight: bold;
}

.gm .navbar-default .navbar-brand:hover,
.gm .navbar-default .navbar-brand:focus {
  color: #fff;
  font-weight: bold;
  border-bottom: 3px #2c96c9 solid;
  padding-bottom: 9px;
  background-color: transparent;
}

.gm .navbar-default .navbar-text {
  color: #d1e4ed;
  text-transform: uppercase;
  font-weight: bold;
}

.gm .navbar-default .navbar-nav > li > a {
  color: #d1e4ed;
  text-transform: uppercase;
  font-weight: bold;
}

.gm .navbar-default .navbar-nav > li > a:hover,
.gm .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  font-weight: bold;
  background-color: #bebaba;
}

.gm .navbar-default .navbar-nav > .active > a,
.gm.navbar-default .navbar-nav > .active > a:hover,
.gm .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #2d82af;
}

.gm .navbar-default .navbar-nav > .disabled > a,
.gm .navbar-default .navbar-nav > .disabled > a:hover,
.gm .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: #2d82af;
}

.gm .navbar-default .navbar-toggle {
  border-color: #ddd;
}

.gm .navbar-default .navbar-toggle:hover,
.gm .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.gm .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.gm .navbar-default .navbar-collapse,
.gm .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.gm .navbar-default .navbar-nav > .open > a,
.gm .navbar-default .navbar-nav > .open > a:hover,
.gm .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #2d82af;
}

@media (max-width: 767px) {
  .gm .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #d1e4ed;
    text-transform: uppercase;
    font-weight: bold;
  }

  .gm .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .gm .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    font-weight: bold;
    border-bottom: 3px #2c96c9 solid;
    padding-bottom: 9px;
    background-color: transparent;
  }

  .gm .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .gm .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .gm .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #2d82af;
  }

  .gm .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .gm .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .gm .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #fff;
    background-color: #2d82af;
  }
}
.gm .navbar-default .navbar-link {
  color: #d1e4ed;
  text-transform: uppercase;
  font-weight: bold;
}

.gm .navbar-default .navbar-link:hover {
  color: #fff;
  font-weight: bold;
  border-bottom: 3px #2c96c9 solid;
  padding-bottom: 9px;
  background-color: transparent;
}

.gm .navbar-inverse .navbar-nav > li > a:hover,
.gm .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.gm .navbar-inverse .navbar-nav > .active > a,
.gm .navbar-inverse .navbar-nav > .active > a:hover,
.gm .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.gm .navbar-inverse .navbar-nav > .disabled > a,
.gm .navbar-inverse .navbar-nav > .disabled > a:hover,
.gm .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.gm .navbar-inverse .navbar-collapse,
.gm .navbar-inverse .navbar-form {
  border-color: #101010;
}

.gm .navbar-inverse .navbar-nav > .open > a,
.gm .navbar-inverse .navbar-nav > .open > a:hover,
.gm .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .gm .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .gm .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .gm .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }

  .gm .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .gm .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .gm .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .gm .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .gm .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .gm .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .gm .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .gm .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.gm .navbar-default {
  background-image: -webkit-linear-gradient(top, #315472 0%, #315472 100%);
  background-image: linear-gradient(to bottom, #315472 0%, #315472 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.gm .navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #2d82af 0%, #2c96c9 100%);
  background-image: linear-gradient(to bottom, #2d82af 0%, #2c96c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.gm .navbar-brand,
.gm .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
}

.gm .navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.gm .navbar-inverse .navbar-brand,
.gm .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.gm h4,
.gm .h4 {
  font-size: 16px;
}

.gm a.list-group-item.active > .badge,
.gm .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

.gm .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.gm .standScheduleItem {
  margin-top: 1.5em;
  margin-right: 2em;
}

.standsMapFilterDialog fieldset > legend {
  color: inherit;
  font-size: large;
}

.standsMapFilterDialog .filteringFieldset label + * {
  margin-top: 2px;
}

.standsMapFilterDialog .selectionTypeBtns {
  width: 100%;
}

.standsMapFilterDialog .selectionTypeBtns .btn {
  width: 33%;
}

.standsMapFilterDialog .selectionTypeBtns .btn:nth-of-type(2) {
  width: 34%;
}

.standsMapFilterDialog label {
  font-weight: normal;
}

.standsMapFilterDialog .noteLabel {
  font-style: italic;
}

.addStandDialog .notSelectedEP .balloonLine {
  line-height: 1;
  padding: 0.3em 0 0.5em;
}
.addStandDialog .notSelectedEP .balloonLine:last-of-type {
  padding-bottom: 0.4em;
}

.absoluteCloseButton {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

.gm .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.gm .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.gm .list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.gm a.list-group-item {
  color: #555;
}

.gm a.list-group-item .list-group-item-heading {
  color: #333;
}

.gm a.list-group-item:hover,
.gm a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.gm a.list-group-item.active,
.gm a.list-group-item.active:hover,
.gm a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #cacaca;
  border-color: #b4b4b4;
}

.gm a.list-group-item.active .list-group-item-heading,
.gm a.list-group-item.active:hover .list-group-item-heading,
.gm a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.gm a.list-group-item.active .list-group-item-text,
.gm a.list-group-item.active:hover .list-group-item-text,
.gm a.list-group-item.active:focus .list-group-item-text {
  color: #ededed;
}

.gm .list-group-item.active,
.gm .list-group-item.active:hover,
.gm .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #858585;
  background-image: -webkit-linear-gradient(top, #cacaca 0%, #a7a7a7 100%);
  background-image: linear-gradient(to bottom, #cacaca 0%, #a7a7a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #a7a7a7;
}

.gm .list-group {
  float: left;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  box-shadow: none;
}

.gm .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .gm .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
}
.gm .route-list-request-row {
  background-color: aliceblue;
}

.activeDirection {
  color: #000;
  display: compact;
}

.notActiveDirection {
  display: none;
}

.table-non-bordered {
  border-top: none;
}

.table-non-bordered td {
  border: 1px solid #ddd;
}

.table-non-bordered-th {
  border-top: 1px solid #ddd !important;
  border-left: 1px solid #ddd;
}

.table-black-border,
.table-black-border td,
.table-black-border th {
  border: 1px solid black;
}

table.confirm-create-group th,
table.confirm-create-group td.header {
  height: 3em;
  text-align: center;
}

table.confirm-create-group .waste-collection-date-line {
  text-align: left !important;
}

table.confirm-create-group .waste-collection-date-line > span {
  max-width: 50%;
  text-align: left;
  display: inline-block;
  margin-left: 50%;
}

.route-point-up {
  font-size: 12px;
  cursor: pointer !important;
}

.route-point-down {
  font-size: 12px;
  cursor: pointer !important;
}

.new {
  background-color: #dff4f7;
}

.pink {
  background-color: #ffc0cb;
}

div.medium-modal-dialog .modal-dialog {
  width: 70%;
}

div.wide-modal-dialog .modal-dialog {
  width: 80%;
}

div.wider-modal-dialog .modal-dialog {
  width: 85%;
}

div.fullwidth-modal-dialog .modal-dialog {
  width: 98.4%;
}

div.fullscreen-modal-dialog .modal-dialog {
  width: 100%;
  min-height: 93%;
  padding: 0;
}

div.fullscreen-modal-dialog .modal-content {
  min-height: 100%;
  border-radius: 0;
}

.galleryView .imageDescription {
  padding: .7rem;
  border: 1px solid #ccc;
  border-radius: .3rem;
}

.rotated180 {
  transform: rotate(180deg);
}

.rotated90 {
  transform: rotate(90deg);
}

.rotated270 {
  transform: rotate(270deg);
}

div.modal-dialog-100 {
  width: 100%;
}

div.modal-dialog-100 .modal-lg {
  width: 1200px;
}

div.modal-dialog-1000px .modal-lg {
  width: 1000px;
}

div.modal-dialog-1330px .modal-lg {
  width: 1330px;
}

div.modal-dialog-1500px .modal-lg {
  width: 1500px;
}

div.modal-dialog-100-stretch {
  width: 100%;
}

div.modal-dialog-100-stretch .modal-lg {
  width: 90%;
}

div.wide-modal-dialog .modal-dialog.modal-sm {
  width: 57%;
}

div.sm-modal-dialog .modal-dialog.modal-sm {
  width: 30%;
}

div.modal-650 .modal-dialog {
  width: 650px;
}

.search-icon-field {
  background: url("../images/lupa.png") no-repeat scroll 7px 7px;
  padding-left: 30px;
}

.highlight {
  margin-left: 8px;
  margin-right: 17px;
  height: 97px;
  padding: 16px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}

.left-top-tw {
  float: left;
  margin-top: 0px;
}

.btn-triangle {
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  margin-left: -4px;
  border: none;
  height: 35px;
  width: 150px;
  position: relative;
  outline: none;
  cursor: pointer;
}

.btn-triangle:hover {
  opacity: 0.8;
}

.btn-triangle:before {
  content: ' ';
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  position: absolute;
  top: 0;
  right: -15px;
  border: 18px solid white;
  border-left: 15px solid transparent;
}

.ng-table th {
  background-color: #f3f3f3;
  color: #747474;
  font-size: 13px;
  font-family: Tahoma, tahoma, arial, helvetica;
}

.row_selected {
  background-color: #e5e8eb !important;
}

.chosen-single div b {
  background: url("../images/box_02.gif") no-repeat 0 7px;
  display: block;
  height: 100%;
  width: 100%;
}

.action-remove {
  background: url("../images/close_01.gif") no-repeat 0 0 #f5f5f5;
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

.action-check {
  background: url("../images/checkbox_yes.png") no-repeat 0 0 #f5f5f5;
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

.action-view {
  background: url("../images/eye.png") no-repeat 0 0 #f5f5f5;
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

.action-edit {
  background: url("../images/edit.gif") no-repeat 0 0 #f5f5f5;
  width: 17px;
  height: 11px;
  display: block;
  float: left;
  cursor: pointer;
}

.action-copy {
  background: url("../images/copy.png") no-repeat 0 0 #f5f5f5;
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

.action-add-new {
  background: url("../images/addNew.png") no-repeat 0 0 transparent;
  width: 25px;
  height: 23px;
  display: inline-block;
  float: right;
  cursor: pointer;
}

.action-repair {
  background: url("../images/spanner.png") no-repeat 0 0 transparent;
  width: 25px;
  height: 23px;
  display: inline-block;
  float: right;
  cursor: pointer;
}

.ng-table {
  border-radius: 4px;
}

.search-field {
  margin: 0;
  white-space: nowrap;
}

a.a_back {
  color: #888;
  text-decoration: underline;
}

a.a_back:hover {
  color: #888;
  text-decoration: none;
}

.dataready {
  color: #315472;
  text-decoration: underline;
}

a.dataready {
  text-decoration: underline;
}

a.dataready:hover {
  text-decoration: none;
}

.search-designer {
  width: 100%;
  height: 38px;
  background: url("../images/searchA.gif") 3px 0 repeat-x;
}

.search-field-designer {
  display: inline-block;
  border: 0px;
  width: 90%;
}

.approved_request {
  color: green;
}

.wait_accounting_request {
  color: #FFBA00;
}

.nonApproved_request {
  color: red;
}

.complete {
  background-color: darkgrey;
}

.route-tree-expand {
  background: url("../images/route-expand.png") 0 0 no-repeat transparent;
  width: 5px;
  height: 9px;
  margin-left: 5px;
  margin-right: 4px;
  cursor: pointer;
}

.route-tree-collapse {
  background: url("../images/route-collapse.png") 0 0 no-repeat transparent;
  width: 9px;
  height: 5px;
  margin-left: 3px;
  margin-right: 2px;
  cursor: pointer;
}

.run-tree-expand {
  background: url("../images/run-expand.png") 0 0 no-repeat transparent;
  width: 5px;
  height: 9px;
  margin-left: 5px;
  margin-right: 4px;
  cursor: pointer;
}

.run-tree-collapse {
  background: url("../images/run-collapse.png") 0 0 no-repeat transparent;
  width: 9px;
  height: 5px;
  margin-left: 3px;
  margin-right: 2px;
  cursor: pointer;
}

.tree-delete {
  background: url("../images/close_03.gif") 0 0 no-repeat transparent;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.task-remove {
  background: url("../images/close.png") 0 0 no-repeat transparent;
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin-top: 3px;
}

.task-remove {
  background: url("../images/close.png") 0 0 no-repeat transparent;
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin-top: 3px;
}

.tree-edit {
  background: url("../images/edit_.png") 0 0 no-repeat transparent;
  width: 15px;
  height: 9px;
  cursor: pointer;
}

.tree-taskitem {
  background: url("../images/taskitem.gif") 0 0 no-repeat transparent;
  width: 13px;
  height: 13px;
}

.tree {
  width: 100%;
}

.tree td {
  line-height: 30px;
}

.parent_run, .parent_run_approved, .parent_run_stated {
  background-color: #edf8ff;
  height: 35px;
}

/*
.parent_run_approved {
  background-color: #f0f5e8;
}

.parent_run_stated {
  background-color: #fdf4f6;
}

.parent_run_finished {
  background-color: #ff777a;
}

.unit_crashed {
  background-color: #FFFF99;
}
*/
.driver_name {
  color: #333333;
  width: 38px;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}

.readingOfDevicesTable td {
  line-height: 32px !important;
}
.readingOfDevicesTable td.makeChangeColumn {
  width: 16em;
}
.readingOfDevicesTable td.actionColumn > * {
  cursor: pointer;
}
.readingOfDevicesTable td.actionColumn > *.disabledButton {
  cursor: default;
  opacity: 0.2;
}

.vehicle_info {
  color: #717171;
  font-size: 10px;
}

.vehicle_info_top {
  color: #333;
  font-size: 11px;
}

.coupon_info {
  width: 100px;
  white-space: nowrap;
  text-align: right;
  padding-right: 10px;
}

.coupon_info__button {
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.blue_text {
  color: #1b4164;
  font-size: 13px;
}

.child_run {
  background-color: #f6fafd;
}

.tree-route {
  margin: 1px 0;
  border-spacing: 0 1px;
}

.tree-border td {
  border-left: 1px solid #c2ddf2;
  border-right: 1px solid #c2ddf2;
  border-bottom: 1px solid #c2ddf2;
  border-top: 1px solid #c2ddf2 !important;
}

.tree-white {
  background-color: #ffffff !important;
}

.tree-white td {
  background-color: #ffffff !important;
}

.tree-row-footer {
  padding-left: 27px;
  width: 100%;
  text-align: right;
  padding-right: 10px;
}

.tree-row-footer span {
  text-decoration: underline;
}

.tree-panel {
  font-size: 13px;
  font-family: tahoma, arial, helvetica, serif;
}

.tree-panel-header {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0;
  height: 35px;
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  padding-left: 21px;
  line-height: 2.6;
  text-transform: uppercase;
  color: #1b4164;
}

#resizable-table {
  height: 300px;
}

#tableContainer {
  position: absolute;
  top: 25px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0;
  overflow: auto;
  margin-top: 5px;
}

.unhandled_header {
  height: 35px;
  background-color: #edf8ff;
  font-size: 13px;
  font-family: tahoma, arial, helvetica;
}

.myTable td {
  padding-left: 10px;
}

.planning_header_text {
  color: #1b4164;
  font-family: tahoma, arial, helvetica, serif;
  font-size: 13px;
}

.planning_header_approve_routes {
  text-decoration: underline;
  color: #7a7a7a;
  float: right;
  cursor: pointer;
}

.low_percent {
  color: #a92543;
}

.middle_percent {
  color: #915810;
}

.high_percent {
  color: #6e5a2e;
}

.hundred_percent {
  color: #546e2e;
}

.glyphicon-chevron-left,
.glyphicon-chevron-right,
.glyphicon-chevron-up,
.glyphicon-chevron-down {
  color: #aaa;
}

.glyphicon.form-control-align {
  padding-top: 8px;
}

.glyphicon.glyphicon-button {
  padding-left: 6px;
}

.unhandled-table {
  width: 100%;
  display: table;
}

.unhandled-table_row {
  display: table-row;
}

.unhandled-table_cell {
  display: table-cell;
  padding: 7px;
  border-bottom: solid 1px #c2ddf2;
  border-right: solid 1px #c2ddf2;
  font-size: 13px;
  font-family: tahoma, arial, helvetica, serif;
}

.unhandled-table_header_cell {
  display: table-cell;
  padding: 10px;
  font-size: 13px;
  font-family: tahoma, arial, helvetica, serif;
}

.checkbox-cell {
  border-left: 0px;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  width: 4%;
  background-color: #ffffff;
}

.container_success {
  background: url("../images/operation/visits_ok.png") 0 0 no-repeat transparent;
  width: 14px;
  height: 21px;
}

.container_partly {
  background: url("../images/operation/visits_no-ok.png") 0 0 no-repeat transparent;
  width: 14px;
  height: 21px;
}

.container_fail {
  background: url("../images/operation/visits_no.png") 0 0 no-repeat transparent;
  width: 14px;
  height: 21px;
}

.container_arrow {
  background: url("../images/str.gif") 0 0 no-repeat transparent;
  width: 5px;
  height: 3px;
  vertical-align: middle;
  display: inline-block;
}

.bgg-tree-expand {
  cursor: pointer;
  width: 15px;
  height: 40px;
  margin-left: 40px;
}

.red_border {
  width: 15px;
  height: 40px;
  background-image: url("../images/line_red.png");
  margin-left: 40px;
}

.red_line {
  border-right-color: #a92543 !important;
}

.stretch {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.table_header {
  margin: 0;
  height: 42px;
  width: 97.5%;
  margin-left: 2.1%;
  padding-top: 1.1%;
  padding-left: 0.4%;
  padding-right: 24px;
}

.stand_info {
  cursor: pointer;
  word-break: break-word;
}

.stand_info:hover {
  text-decoration: underline;
}

.route-task-cell {
  font-size: 12px;
  padding: 5px;
}

.hand-main-table {
  width: 100%;
  background-color: #edf8ff;
}

.hand-main-table-row {
  display: table-row;
}

.hand-main-table-cell {
  display: table-cell;
  background-color: #fff;
}

.hand-first-cell {
  padding: 1px;
  border-left: 0px;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  vertical-align: middle;
}

.hand-main-table-one, .hand-main-table-one-approved {
  background: url(../images/bgg_01_line1.gif) repeat-y;
  height: 40px;
  width: 15px;
  position: absolute;
}

.hand-main-table-one-approved {
  background: url(../images/bgg_01_line2.gif) repeat-y;
}

.hand-main-text {
  vertical-align: middle;
  line-height: 2.4;
  padding-left: 28px;
}

.main-table {
  width: 100%;
  display: table;
  border-collapse: collapse;
}

.main-table_row {
  display: table-row;
}

.main-table_cell {
  display: table-cell;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: solid 1px #c2ddf2;
  border-right: solid 1px #c2ddf2;
}

.first-cell {
  border-left: 0px;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  width: 30px;
}

.second-cell {
  padding-left: 15px;
  display: table-cell;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-right: solid 2px #f5f5f5;
  width: 39px;
}

.check-table {
  width: 100%;
  display: table;
  border: 2px solid #ddd;
}

.check-table-header {
  display: table-row;
  background-color: #f3f3f3;
  font-size: 13px;
  font-family: Tahoma, tahoma, arial, helvetica;
  font-weight: bold;
  color: #747474;
}

.check-table-row {
  display: table-row;
  font-size: 13px;
  font-family: Tahoma, tahoma, arial, helvetica;
  text-align: center;
}

.check-table-cell {
  display: table-cell;
  height: 30px;
  vertical-align: middle;
}

.export_margin {
  margin-left: 25px;
}

.help-block {
  display: inline-block;
}

.AVERAGE {
  background-color: #FFA500;
  width: 10px;
}

.INFORMATION {
  background-color: #43BF43;
  width: 10px;
}

.WARNING {
  width: 10px;
  background-color: #ffff00;
}

.HIGH {
  width: 10px;
  background-color: #FF3300;
}

.DISASTER {
  background-color: #E62E00;
}

.tablerow {
  background-color: #E5E8EB;
}

.bar-chart {
  background: url("../images/chart_bar%2016.png");
  height: 14px;
  width: 15px;
}

.tank-planing {
  background: url("../images/bunker_16x16.png");
  height: 16px;
  width: 16px;
}

.bunker16 {
  background: url("../images/bunker_16x16.png");
  height: 16px;
  width: 16px;
}

.high-window {
  height: 500px;
}

.empty-label {
  padding: 9px;
  border-radius: 3px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
}

label.simpleCheckboxLabel {
  font-weight: 400 !important;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.modal {
  overflow-y: auto;
}

.pageTitle {
  font-size: 16px;
  color: #315472;
  font-weight: bold;
  text-transform: uppercase;
}

.pageTitlePL15 {
  font-size: 16px;
  color: #315472;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 15px;
}

.planning-title {
  text-transform: uppercase;
  color: #1b4164;
  font-size: 14px;
  font-weight: 800;
}

.clear-btn {
  position: relative;
  z-index: 1;
  right: 35px;
  font-size: 23px;
  top: 2px;
  color: lightgrey;
  cursor: pointer;
}

.btn-submit-blue,
.btn-submit-blue:hover,
.btn-submit-blue:focus {
  width: 125px;
  padding: 4px;
  background: linear-gradient(#3175b0, #2a6396);
  color: #FFFFFF;
}

.btn-cancel-gray,
.btn-cancel-gray:hover,
.btn-cancel-gray:focus {
  width: 125px;
  padding: 4px;
  background: linear-gradient(#606060, #585858);
  color: #ffffff;
}

.checkbox-no {
  background: url("../images/checkbox_no.png");
  width: 16px;
  height: 16px;
}

.checkbox-yes {
  background: url("../images/checkbox_yes.png");
  width: 16px;
  height: 16px;
}

.a-disabled {
  color: #ccc !important;
}

#overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10000;
}

#overlay > div {
  width: 400px;
  height: 80px;
  margin: 20% auto;
  background-color: #f9f7f7;
  border: 1px solid #B2B1B1;
  padding: 15px;
  padding-top: 6px;
  text-align: center;
  border-radius: 3px;
}

.gmtreetable-row-level0 {
  background-color: #43E88B;
}

.gmtreetable-row-level1 {
  background-color: #76E8A8;
}

.gmtreetable-row-level2 {
  background-color: #9EF0C2;
}

.gmtreetable-row-level3 {
  background-color: #BFF2D5;
}

.gmtreetable-row-level4 {
  background-color: #DCF5E7;
}

.gmtreetable-row-level5 {
  background-color: #F0FAF4;
}

table.gm-tree-table-scroll {
  width: 100%;
}

table.gm-tree-table-scroll thead, table.gm-tree-table-scroll tbody {
  display: block;
}

table.gm-tree-table-scroll tbody {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 600px;
}

.createRequestGroupTableDiv > table {
  margin: 0;
}

.createRequestGroupTableDiv > .table > tbody > tr > td {
  padding-top: 6px;
  padding-bottom: 0;
}

.createRequestGroupTableDiv td input[type=number],
.createRequestGroupTableDiv td input.volume_preview {
  width: 5em;
  display: inline-block;
}

.createRequestGroupTableDiv td.nd {
  vertical-align: middle;
}

.invalid {
  border-color: #c12e2a !important;
}

tr.route-checked-export {
  border: solid #315472;
  height: 35px;
  stroke-width: 2;
}

input.warning {
  border: 2px solid orange;
}

div.leaflet-control > input {
  width: 500px;
}

div.leaflet-control {
  margin-left: 80px;
}

.hiddenContainers {
  display: inline-block;
  margin-left: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.slider {
  width: 800px;
  height: 400px;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
  margin-top: 20px;
}

.slide {
  position: relative;
  top: 0;
  left: 0;
}

.leaflet-control-fullscreen a {
  background: #fff url(../images/map/fullscreen.png) no-repeat 0 0;
  background-size: 26px 52px;
}

.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 0 -26px;
}

.window-label {
  color: #747474;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}

.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.leaflet-container.leaflet-fullscreen-on {
  width: 100% !important;
  height: 100% !important;
}

.leaflet-pseudo-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .leaflet-control-fullscreen a {
    background-image: url(../images/map/fullscreen@2x.png);
  }
}
.founded {
  border: solid #315472;
  stroke-width: 2;
}

.form-control.inline {
  display: inline !important;
  width: auto;
}

.form-control-compact {
  padding-left: 3px;
}

.form-control-line-height {
  line-height: 34px;
}

.fhtable > thead, .fhtable > tbody {
  display: block;
}

.fhtable > thead {
  border-bottom: 1px solid #ddd;
}

/*.fhtable > tbody {
  overflow-y: auto;
  overflow-x: hidden;
}*/
.fhtable > thead > tr > th {
  border-bottom: none;
}

.fhtable > thead > tr > th:last-child {
  border: none;
}

.compact-date-local {
  width: 176px;
}

.route-overflow-y {
  height: 700px;
  overflow-y: auto;
}

.ng-invalid-container-reason > a > div > .container-invalid-marker {
  display: inline;
}

.ng-valid-container-reason > a > div > .container-invalid-marker {
  display: none;
}

task-reason.ng-invalid > .task-invalid-marker {
  display: inline;
}

task-reason.ng-valid > .task-invalid-marker {
  display: none;
}

/*
.ng-invalid-route-task-fact-count > .route-task-fact-count-invalid-marker {
  display: inline;
}

.ng-valid-route-task-fact-count > .route-task-fact-count-invalid-marker {
  display: none;
}
*/
.span-href {
  cursor: pointer;
  color: #428bca;
  text-decoration: underline;
}

.span-href:hover {
  text-decoration: none;
  text-shadow: 1px 1px 1px #555;
}

.x.axis {
  display: none;
}

.dynamic-graph .x.axis {
  display: block;
}

.dynamic-graph .x.axis .tick {
  display: none;
}

.y.axis {
  display: none;
}

.dynamic-graph .y.axis {
  display: block;
}

.dynamic-graph .y.axis .tick {
  font-size: 12px;
}

.dynamic-graph .y2.axis .tick {
  font-size: 12px;
}

.dynamic-graph .scrubberText {
  font-size: 14px;
}

.request-graph .x.axis {
  display: block;
}

.request-graph .x.axis .tick {
  font-size: 11px;
}

.request-graph .y.axis {
  display: block;
}

.request-graph .y.axis .tick {
  font-size: 11px;
}

.request-graph .y2.axis .tick {
  font-size: 12px;
}

.request-graph .scrubberText {
  font-size: 14px;
}

.request-graph .legendText {
  font-size: 14px;
}

.request-graph-legend {
  padding: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-flex;
}

.request-map-legend {
  background: linear-gradient(to right, #80FF00, #FFFF00, #EA483A, #A22419);
  width: 80%;
  height: 20px;
  margin-bottom: 20px;
}

.request-map-legend-text {
  width: 10%;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
}

.textarea-not-resize {
  resize: none;
}

.blueText {
  color: blue;
}

.SUCCESS {
  /*color: green;*/
  color: #7ac100;
}

.FAIL {
  color: red;
}

.PARTLY {
  color: orange;
}

.NEW {
  color: darkgray;
}

.MOVED {
  color: #a97a24;
}

.success {
  color: #7ac100;
}

.failed {
  color: red;
}

.empty {
  color: #7ac100;
}

.planned {
  color: darkgray;
}

.waiting {
  color: darkgray;
}

.volume_info {
  color: grey;
  font-size: 13px;
}

.fc-content {
  white-space: normal !important;
}

/*
.slide.ng-hide-add,
.slide.ng-hide-remove {
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  display: block !important;
}

.slide.ng-hide-add.ng-hide-add-active,
.slide.ng-hide-remove {
  opacity: 0;
}

.slide.ng-hide-add,
.slide.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}
*/
.table-map {
  border: 1px solid darkgray;
}

.table-map > thead {
  font-weight: bold;
}

.table-map > thead > tr > td {
  padding: 3px;
  border: 1px solid darkgray;
}

.table-map > tbody > tr > td {
  padding: 3px;
  border: 1px solid darkgray;
}

.summary-header > span,
.summary-header > a {
  text-transform: uppercase;
  color: #428bca;
  font-size: 18px;
}

.summary-small-header {
  font-size: 14px !important;
}

.disabled-summary-header {
  color: darkgray !important;
}

.director-table > tbody > tr > th {
  text-align: center !important;
  vertical-align: middle !important;
}

.reference {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.dynamic-select {
  float: left;
  width: 15%;
  margin-left: 10px;
}

.fail-count {
  color: #d62728;
}

.unit-online {
  background: green;
}

.unit-offline {
  background: red;
}

.unit-heartbeat {
  color: red;
}

.hide-input-text {
  text-indent: -50px;
}

.timesheet th {
  text-align: center;
  vertical-align: middle !important;
  background-color: #ececec;
  font-size: small;
}

.timesheet td {
  font-size: small;
}

.brown {
  color: #8B4513 !important;
}

.purple {
  color: #A020F0 !important;
}

.action-download {
  background: url("../images/photosDownload.gif") no-repeat 0 0 #f5f5f5;
  width: 40px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
}

.action-editContainer {
  background: url("../images/editContainerFilling.png") no-repeat 0 0 #f5f5f5;
  width: 40px;
  height: 30px;
  display: block;
  cursor: pointer;
  margin-top: 10px;
}

.action-editTtnContainer {
  background: url("../images/editTtnFilling.png") no-repeat 0 0 #f5f5f5;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
}

.ttn-inner-table-wrapper {
  display: inline-block;
  height: 100%;
}

.marker-cluster-pie g.arc {
  fill-opacity: 0.5;
}

.marker-cluster-pie-label {
  font-size: 14px;
  font-weight: bold;
  font-family: sans-serif;
}

.marker-cluster-red {
  color: #0f0f0f;
  fill: rgba(196, 0, 0, 0.5);
  stroke: rgba(196, 0, 0, 0.8);
  stroke-width: 3px;
  background: rgba(196, 0, 0, 0.5);
  border-color: #800;
}

.marker-cluster-green {
  background-color: rgba(0, 196, 0, 0.5);
  color: #0f0f0f;
}

.marker-cluster-blue {
  color: #000000;
  background-color: rgba(30, 144, 255, 0.5);
  border-color: #1E90FF;
}

.marker-cluster-grey {
  color: #000000;
  background-color: rgba(127, 127, 127, 0.5);
  border-color: grey;
}

.category-insideZone {
  fill: #43BF43;
  stroke: #419641;
  background: #43BF43;
  border-color: #419641;
}

.category-outOfZone {
  fill: #F88;
  stroke: #800;
  background: #F88;
  border-color: #800;
}

.modal-title-ex {
  text-transform: uppercase;
  color: #428bca;
  font-size: 18px;
  font-weight: 400;
}

.filter-label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.modal-close-button {
  cursor: pointer;
  float: right;
  content: url("../images/close_01.png");
}

.ttn-table th {
  background-color: #f6f6f6;
  color: #747474;
}

.run-table th {
  background-color: #f6f6f6;
  color: #747474;
}

.normalized-volume {
  color: #428bca;
}

.unitSwapBox {
  margin-left: 0;
  margin-right: 0;
}

.unitSwapBox > div:first-of-type {
  padding-left: 0;
  padding-right: 10px;
}

.unitSwapBox > div:last-of-type {
  padding-right: 0;
  padding-left: 10px;
}

.unitSwapBox > div > div {
  border: 3px solid grey;
}

.unitSwapBox > span:first-of-type {
  margin-left: 1em;
  font-weight: bold;
  color: #999;
}

.unitSwapBox > span:first-of-type strong {
  color: black;
}

.centerLogo {
  margin: auto;
  width: 60%;
}

.label-margin {
  margin-left: 20px;
}

.tank-planning-district {
  display: inline-block;
  float: none;
  border: 1px solid deepskyblue;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  min-height: 90px;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

.simpleDemo ul[dnd-list],
.simpleDemo ul[dnd-list] > li {
  position: relative;
}

.simpleDemo ul[dnd-list] {
  min-height: 42px;
  padding-left: 2px;
  padding-right: 2px;
}

.simpleDemo ul[dnd-list] .dndDraggingSource {
  display: none;
}

.simpleDemo ul[dnd-list] .dndPlaceholder {
  display: block;
  background-color: #ddd;
  min-height: 42px;
}

.simpleDemo ul[dnd-list] li {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  padding-left: 15px;
  padding-top: 1px;
  margin-bottom: -1px;
  overflow: hidden;
}

.simpleDemo ul[dnd-list] li a {
  color: black;
}

.simpleDemo ul[dnd-list] li.selected {
  color: #3c763d;
  border: 2px solid black;
}

.routeTable {
  height: 360px;
  overflow: auto;
  position: relative;
}

.routeTable td {
  table-layout: fixed;
  width: 15px;
  overflow: hidden;
  word-wrap: break-word;
}

.first_col {
  font-size: 12px;
  word-wrap: break-word;
  position: relative;
  white-space: normal;
  display: inline-block;
  width: calc(100% - 7px - 67px - 38px);
}

.selected .first_col {
  width: calc(100% - 7px - 67px - 38px - 21px);
}

.second_col {
  font-size: 10px;
  word-wrap: break-word;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 67px;
  white-space: normal;
  padding-left: 2px;
  padding-right: 6px;
}

.second_col:after {
  background: #ddd;
  content: "";
  height: 60px;
  position: absolute;
  right: 0;
  top: -15px;
  width: 1px;
}

.first_col:after {
  background: #ddd;
  content: "";
  height: 60px;
  position: absolute;
  right: 0;
  top: -15px;
  width: 1px;
}

.third_col {
  display: inline-block;
  font-size: 10px;
  padding-right: 5px;
  position: relative;
  vertical-align: top;
  white-space: normal;
  width: 38px;
  word-wrap: break-word;
}

.third_col:after {
  background: #ddd;
  content: "";
  height: 60px;
  position: absolute;
  right: 0;
  top: -15px;
  width: 1px;
}

.fourth_col {
  display: none;
}

.selected .fourth_col {
  display: inline-block;
  position: relative;
  vertical-align: top;
  white-space: normal;
  width: 20px;
  word-wrap: break-word;
}

.auto_name {
  color: deepskyblue;
  font-weight: 100;
  padding-left: 45px;
}

.auto_number {
  color: deepskyblue;
  font-weight: 600;
}

.auto_driver {
  color: #ddd;
  font-size: 12px;
  margin-top: 2px;
  padding-right: 12px;
  text-align: right;
}

.simpleDemo h1 {
  background: #ffffff;
  display: inline-block;
  font-size: 18px;
  left: 20px;
  margin-left: 0;
  margin-right: -10px;
  margin-top: -10px;
  padding: 5px 8px;
  position: relative;
  top: 25px;
}

.auto_info {
  display: flex;
  justify-content: space-between;
}

.auto_info.district_name {
  padding-left: 2px;
}

.auto_info span {
  display: block;
}

.dnd-disabled {
  background-image: none;
  opacity: .35;
}

.rectangle, .rectanglePlan, .rectangleFact {
  color: #6F6F68;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  width: 8%;
}

.rectanglePlan {
  background: #D5E2FF;
}

.rectangleFact {
  background: #B9DF93;
  cursor: pointer;
}

.noSelect {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.search-container {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-flex;
  width: 100%;
}

.standSearchFilterRow {
  width: 95%;
}

.search-button {
  background-color: #fff;
  border: none;
}

.search-input {
  border: none;
  border-left: 1px solid #ccc;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

.search-choose-input {
  border-bottom-right-radius: 0;
  border-right: 1px solid #ccc;
  border-top-right-radius: 0;
}

.stand-search-container .btn-default {
  background-image: none;
  padding-left: 3px;
  padding-top: 5px;
}

.stand-search-container .text-muted {
  color: #999;
}

.stand-search-container .btn-default:hover {
  background-color: #ffffff;
  border-color: #ccc;
}

.imageUploadCropArea {
  background: #e4e4e4;
  height: 24em;
  overflow: hidden;
}

.imageUploadCroppedImage {
  max-width: 100%;
}

.ui-select-bootstrap > .ui-select-choices {
  min-width: 100%;
  width: initial;
  z-index: 1050;
}

.unitTabsContent {
  margin-left: 51px;
  max-width: 1060px;
  width: 96%;
}

.unitTabs {
  margin-left: 55px;
  width: 100%;
}

.unitTabs .unitTab {
  display: inline-block;
  margin-left: -5px;
  text-align: center;
  width: 16%;
}

.unitTab .unitTabCommon .overflowHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.unitTabs .unitTab a {
  border: none !important;
  border-radius: 0;
  color: black;
}

.unitTabs .unitTab a,
.unitTabs .unitTab.active a,
.unitTabs .unitTab a:hover,
.unitTabs .unitTab.active a:hover {
  background-color: transparent;
  border-bottom: none;
  color: black;
  text-decoration: none;
}

.unitTabs .unitTab.active, .unitTabs .unitTab:hover {
  background-color: #e0e0e0 !important;
  box-shadow: 0 3px 3px #bbbaba inset;
  color: black;
  margin-right: 0;
}

.unitTabs .dropdown-menu .unitTab.active a,
.unitTabs .dropdown-menu .unitTab.active a:hover,
.unitTabs .dropdown-menu .unitTab.active a:focus {
  background-color: #ffffff;
}

.unitTab .nav-link {
  color: #000;
  padding: 3px;
}

.unitTabCommon {
  border-bottom: 3px solid;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}

.unitTabCommon:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.unitTabCommon:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.unitLabel {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  padding-bottom: 10px;
}

.unitTabContent {
  border: 1px solid #ccc;
  border-radius: 5px 5px 5px 5px;
  font-size: 13px;
  margin-top: 20px;
  padding: 15px 5px 5px 15px;
}

.unitForm .col-md-2, .unitForm .col-md-3, .unitForm .col.md-4, .unitForm .col-md-5, .unitForm .col-md-6, .unitForm .col-md-7, .unitForm .col-md-9, .unitForm .col-md-10 {
  padding: 0;
}
.unitForm .dateColumn {
  padding-left: 0;
}

.unitForm label {
  display: inline-block;
  float: right;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 7px;
  max-width: 100%;
  padding-right: 10px;
}

.unitForm.unitBooleanAttributes label,
.unitForm .unitBooleanAttributes label {
  float: none;
}

.unitForm .btn-group label {
  margin-bottom: 0px;
  margin-top: 0px;
}

.row .unitFormLg {
  margin: 0;
}

.unitForm .inlineCheckbox, .row .unitFormLg .inlineCheckbox {
  display: inline-block;
  white-space: nowrap;
  margin-right: 2em;
}

.row .unitForm {
  margin-left: 0;
}

.unitForm .unitFormLeft {
  width: 51%;
}

.unitForm .unitFormRight {
  width: 49%;
}

.templateStatusGreen {
  color: green;
}

.templateStatusOrange {
  color: orange;
}

.templateStatusBlue {
  color: #00bfff;
}

.scheduleTemplateStatusGreen {
  border-bottom: 1px dotted green;
  color: green;
  cursor: pointer;
}

.scheduleTemplateStatusOrange {
  border-bottom: 1px dotted orange;
  color: orange;
  cursor: pointer;
}

.scheduleTemplateStatusBlue {
  border-bottom: 1px dotted #00bfff;
  color: #00bfff;
  cursor: pointer;
}

.notHandledDetourPoint {
  color: red !important;
}

.unitFormMpsLabel {
  width: 19%;
}

.unitFormMps {
  float: right;
  max-width: 816px;
  width: 81%;
}

.header {
  height: 47px;
}

.spacer {
  min-height: 1px;
}

.headerImage {
  left: 16px;
  position: absolute;
  top: 1px;
  z-index: 900;
  height: 45px;
}

.headerTitle {
  color: #1b4164;
  float: right;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 16px;
  margin-top: 15px;
}

.customerCoupons .sumTooBigSign {
  display: none;
}
.customerCoupons .price {
  margin-left: 0.15em;
  margin-right: 0.3em;
}
.customerCoupons .negativeBalance {
  color: #d80600;
}
.customerCoupons .negativeBalance svg.textLike path {
  fill: #d80600;
}
.customerCoupons .contract-new-coupons-sum-ok {
  color: #3F48CC;
}
.customerCoupons .contract-new-coupons-sum-ok svg.textLike path {
  fill: #3F48CC;
}
.customerCoupons .contract-new-coupons-sum-unknown {
  color: gray;
}
.customerCoupons .contract-new-coupons-sum-unknown svg.textLike path {
  fill: gray;
}
.customerCoupons .contract-new-coupons-sum-too-big {
  color: #d80600;
  cursor: pointer;
}
.customerCoupons .contract-new-coupons-sum-too-big svg.textLike path {
  fill: #d80600;
}
.customerCoupons .contract-new-coupons-sum-too-big .sumTooBigSign {
  display: inline;
}
.customerCoupons .contract-new-coupons-sum-too-big .price {
  border-bottom: 1px solid #d80600;
}
.customerCoupons .filterFlex {
  float: left;
  padding-left: 15px;
  width: calc(20% - 2.4em);
}
.customerCoupons .filterFlex.filterFlexVehicle {
  width: 12em;
}
.customerCoupons .filterFlex:last-of-type ul.ui-select-choices {
  max-width: 100%;
}
.customerCoupons .filterFlex .ui-select-match-text {
  max-width: calc(100% - 35px);
  overflow: hidden;
}

table.managerCustomerFilterSquareTable {
  position: relative;
  table-layout: fixed;
  top: 3px;
  vertical-align: top;
}
table.managerCustomerFilterSquareTable .multiSelect {
  text-align: left;
}
table.managerCustomerFilterSquareTable td > div {
  margin: 0 .5em .5em;
}
table.managerCustomerFilterSquareTable .multiSelect, table.managerCustomerFilterSquareTable .multiSelect > button {
  display: block;
  width: 100%;
}

.requestRoutesSearch div button img {
  vertical-align: super;
}
.requestRoutesSearch div button .caret {
  vertical-align: text-top;
}
.requestRoutesSearch div input {
  height: inherit;
}

.customerRequests .headerAndControls .a_back, .districtRequests .headerAndControls .a_back {
  color: #888;
  font-size: 16px;
  padding-right: 10px;
}
.customerRequests .headerAndControls .customerName, .districtRequests .headerAndControls .customerName {
  color: #315472;
  font-size: 16px;
  font-weight: bold;
}
.customerRequests .headerAndControls .actionPanel, .districtRequests .headerAndControls .actionPanel {
  text-align: right;
}
.customerRequests .headerAndControls .actionPanel .topAction, .districtRequests .headerAndControls .actionPanel .topAction {
  cursor: pointer;
  padding-right: 10px;
}
.customerRequests .customerInfo, .districtRequests .customerInfo {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.customerRequests .customerInfo .infoLabel, .districtRequests .customerInfo .infoLabel {
  color: #717171;
  font-size: 16px;
  font-weight: bold;
}
.customerRequests .customerInfo .infoValue, .districtRequests .customerInfo .infoValue {
  display: inline-block;
  font-weight: bold;
}
.customerRequests table.customerRequestFilter, .customerRequests table.districtRequestFilter, .districtRequests table.customerRequestFilter, .districtRequests table.districtRequestFilter {
  table-layout: fixed;
  width: 100%;
}
.customerRequests table.customerRequestFilter td > div, .customerRequests table.districtRequestFilter td > div, .districtRequests table.customerRequestFilter td > div, .districtRequests table.districtRequestFilter td > div {
  margin-bottom: .5em;
  margin-right: .5em;
}
.customerRequests table.customerRequestFilter .multiSelect > button, .customerRequests table.districtRequestFilter .multiSelect > button, .districtRequests table.customerRequestFilter .multiSelect > button, .districtRequests table.districtRequestFilter .multiSelect > button {
  display: block;
  width: 100%;
}
.customerRequests table.districtRequestFilter .customerSelect .checkboxLayer, .districtRequests table.districtRequestFilter .customerSelect .checkboxLayer {
  width: 800px;
}

.bg-muted {
  background: #ccc;
}

.container_search_panel #containerTypesId span > button {
  width: 100%;
}

.label-logical-or {
  background-color: #008080;
}

.ttn-row {
  line-height: 17px !important;
  padding: 5px 0 0 5px !important;
}

.ttn-row-inner {
  line-height: 17px !important;
  padding: 5px 0 0 5px !important;
  vertical-align: top;
}

#graphCalendars.greenPickDay .picker-day.picker-selected, #graphCalendars.greenPickDay .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: green;
}
#graphCalendars.redPickDay .picker-day.picker-selected, #graphCalendars.redPickDay .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: red;
}
#graphCalendars.bluePickDay .picker-day.picker-selected, #graphCalendars.bluePickDay .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: blue;
}
#graphCalendars.aquaPickDay .picker-day.picker-selected, #graphCalendars.aquaPickDay .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: aqua;
}
#graphCalendars.orangePickDay .picker-day.picker-selected, #graphCalendars.orangePickDay .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: orange;
}
#graphCalendars.brownPickDay .picker-day.picker-selected, #graphCalendars.brownPickDay .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: brown;
}
#graphCalendars.grayPickDay .picker-day.picker-selected, #graphCalendars.grayPickDay .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: gray;
}
#graphCalendars.purplePickDay .picker-day.picker-selected, #graphCalendars.purplePickDay .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: purple;
}
#graphCalendars.silverPickDay .picker-day.picker-selected, #graphCalendars.silverPickDay .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: silver;
}
#graphCalendars.violetPickDay .picker-day.picker-selected, #graphCalendars.violetPickDay .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: violet;
}
#graphCalendars.orchidPickDay .picker-day.picker-selected, #graphCalendars.orchidPickDay .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: orchid;
}
#graphCalendars.navyPickDay .picker-day.picker-selected, #graphCalendars.navyPickDay .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: navy;
}
#graphCalendars.indigoPickDay .picker-day.picker-selected, #graphCalendars.indigoPickDay .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: indigo;
}
#graphCalendars.maroonPickDay .picker-day.picker-selected, #graphCalendars.maroonPickDay .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: maroon;
}
#graphCalendars.limePickDay .picker-day.picker-selected, #graphCalendars.limePickDay .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: lime;
}

.pr-10px {
  padding-right: 10px;
}

.unitSummary {
  padding: 5px;
  margin-bottom: 10px;
}
.unitSummary .statusTypeCount {
  text-decoration: underline;
  cursor: pointer;
}

.unitTableContainer {
  color: darkgray;
}
.unitTableContainer .driverInfo {
  padding-left: 3px;
}
.unitTableContainer .driverPhoto {
  width: 64px;
  height: 64px;
  border: 1px solid;
  text-align: center;
}
.unitTableContainer .driverPhoto .origPhoto {
  cursor: pointer;
}
.unitTableContainer .driverPhoto .mockPhoto {
  font-size: 50px;
  margin-top: 5px;
}
.unitTableContainer .otherdata {
  color: lightskyblue;
}
.unitTableContainer .driverFullName {
  color: black;
}
.unitTableContainer .regnumber {
  color: darkblue;
}
.unitTableContainer .lastDateStatus {
  text-decoration: underline;
  cursor: pointer;
}

.unallocatedAndMapContainer .fullTasks {
  height: 660px;
  overflow-y: auto;
}
.unallocatedAndMapContainer .halfTasks {
  height: 330px;
  overflow-y: auto;
}

.request_item th {
  background-color: #f6f6f6;
  width: 18%;
  color: #747474;
  font-weight: 500;
  text-transform: uppercase;
}

.ui-select-multiple {
  min-height: 35px;
}

.underlinedLabel {
  border-bottom: 1px solid lightgray;
}

.underlinedDiv {
  border-bottom: 1px solid whitesmoke;
}

.text-section-header {
  text-transform: uppercase;
  font-size: 11pt;
  font-weight: bold;
  color: gray;
  vertical-align: text-bottom;
}

.indent-sm {
  height: 20px;
}

.indent-md {
  height: 35px;
}

.white-map-element {
  background-color: white;
  border-radius: 5px;
  padding: 5px 5px 5px 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.map-filter-element {
  display: inline-block;
  max-width: 250px;
  vertical-align: top;
  margin-right: 10px;
}

ul.pagination {
  margin: 0px 0 !important;
}

.form-horizontal .checkbox input + span:after {
  margin-top: 7px;
}

.staffPhoto {
  color: darkgray;
  width: 100%;
  height: 100%;
  border: 1px solid;
  text-align: center;
}
.staffPhoto .origPhoto {
  cursor: pointer;
}

.photoPreviewForm .preview-basic {
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.photoPreviewForm .preview-photo {
  cursor: pointer;
}

.photoPreviewForm .preview-grey {
  border-radius: 0.25rem;
  border: 1px solid #808080;
  color: #bbb;
  text-transform: lowercase;
}

.photoPreviewForm .preview-photo-grey {
  cursor: pointer;
  border-radius: 0.25rem;
  border: 1px solid #808080;
}

.table.table-compact-h > thead > tr > th, .table.table-compact-h > tbody > tr > th, .table.table-compact-h > tfoot > tr > th, .table.table-compact-h > thead > tr > td, .table.table-compact-h > tbody > tr > td, .table.table-compact-h > tfoot > tr > td {
  padding-top: 2px;
  padding-bottom: 2px;
}

.bigWeigherForm .regNumberPhoto {
  margin-bottom: 1em;
  max-width: 100%;
  height: 50px;
  justify-content: center;
  align-content: center;
  display: flex;
  flex-direction: column;
}

.bigWeigherForm .fullShotPhoto {
  height: 100px;
  margin: 0 0 auto auto;
  justify-content: center;
  align-content: center;
  display: flex;
  flex-direction: column;
}

div.col-reset-padding {
  padding-left: 0;
  padding-right: 0;
}

div.row-reset-margin {
  margin-left: 0;
  margin-right: 0;
}

div.row-thin-h > div {
  padding-right: 8px;
  padding-left: 8px;
}
div.row-thin-h > :first-child {
  padding-left: 15px;
}
div.row-thin-h > :last-child {
  padding-right: 15px;
}

.ro-task-SUCCESS {
  fill: #117200;
  stroke: #12a000;
  background: #117200;
  border-color: #12a000;
}

.ro-task-LIGHTGREEN {
  fill: #97ee79;
  stroke: #97ee79;
  background: #97ee79;
  border-color: #97ee79;
}

.ro-task-DARKGREEN {
  fill: #117200;
  stroke: #117200;
  background: #117200;
  border-color: #117200;
}

.ro-task-PARTLY {
  fill: orange;
  stroke: #ee9058;
  background: orange;
  border-color: #b46c00;
}

.ro-task-CANCELED {
  fill: orange;
  stroke: #ffaf5c;
  background: orange;
  border-color: #ffaf5c;
}

.ro-task-RED {
  fill: #ff0905;
  stroke: #ff6761;
  background: #ff6261;
  border-color: #ff6975;
}

.ro-task-FAILED {
  fill: #ff0905;
  stroke: #ff6761;
  background: #ff6261;
  border-color: #ff6975;
}

.ro-task-REJECTED {
  fill: #00a89d;
  stroke: #00a89d;
  background: #00a89d;
  border-color: #005e5d;
}

.ro-task-FAIL {
  fill: #ff0905;
  stroke: #ff6761;
  background: #ff6261;
  border-color: #ff6975;
}

.ro-task-NEW {
  fill: #7a7a7a;
  stroke: #9fbbb4;
  background: #7a7a7a;
  border-color: #9fbbb4;
}

.ro-task-UNDELIVERED {
  fill: #85b3ff;
  stroke: #008de4;
  background: #00a3ff;
  border-color: #002351;
}

.ro-task-WAIT {
  fill: #85b3ff;
  stroke: #008de4;
  background: #00a3ff;
  border-color: #002351;
}

.ro-task-DELIVERED {
  fill: green;
  stroke: lightgreen;
  background: green;
  border-color: #305730;
}

.ro-task-UNDELIVERED-front {
  color: #00a3ff;
}

.ro-task-UNAPPROVED {
  fill: #00a3ff;
  stroke: #85b3ff;
  background: #00a3ff;
  border-color: #000c75;
}

.ro-task-APPROVED {
  fill: #97ee79;
  stroke: #97ee79;
  background: #97ee79;
  border-color: #97ee79;
}

.ro-task-TEAL {
  fill: #00a89d;
  stroke: #00a89d;
  background: #00a89d;
  border-color: #005e5d;
}

.ro-task-UNKNOWN_VEHICLE {
  fill: #8d66ff;
  stroke: #c9abff;
  background: #b95bff;
  border-color: #a278ff;
}

.ro-task-UNAUTHORIZED_VEHICLE {
  fill: #252dff;
  stroke: #5455ff;
  background: #252dff;
  border-color: #5455ff;
}

.ro-task-MOVED {
  fill: #a97a24;
  stroke: #a97a24;
  background: #a97a24;
  border-color: #a97a24;
}

.ro-task-MOVED_PARTLY {
  fill: #a97a24;
  stroke: #a97a24;
  background: #a97a24;
  border-color: #a97a24;
}

.ro-task-UNAPPROVED-front {
  color: #00a3ff;
}

.ro-task-SUCCESS-front {
  color: #7ac100;
}

.ro-task-DELIVERED-front {
  color: green;
}

.ro-task-PARTLY-front {
  color: orange;
}

.ro-task-CANCELED-front {
  color: orange;
}

.ro-task-FAILED-front {
  color: #ff4144;
}

.ro-task-FAIL-front {
  color: #ff4144;
}

.ro-task-NEW {
  color: darkgray;
}

.ro-task-REJECTED-front {
  color: #007698;
}

.ro-task-MOVED-front {
  color: #a97a24;
}

.ro-task-MOVED_PARTLY-front {
  color: #a97a24;
}

table[template-header="sorterRowSelectAll.html"] > tbody > tr > th {
  background: white;
}

.ccg-action-button {
  width: 150px;
}

.underline {
  text-decoration: underline;
}

.arrow-toggle:before, .distribute-cause-dropdown:before, .arrow-toggle:after, .distribute-cause-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  right: 5px;
}
.arrow-toggle:before, .distribute-cause-dropdown:before {
  position: absolute;
  z-index: 1;
  top: calc(50% - 7px);
  border-color: black transparent transparent;
}
.arrow-toggle:after, .distribute-cause-dropdown:after {
  border-color: black transparent transparent;
  position: absolute;
  top: calc(50% - 5px);
}

.distribute-cause-dropdown {
  width: 20px;
  height: 50px;
  position: relative;
}
.distribute-cause-dropdown.is-active {
  transform: rotate(-90deg);
}

.label-unauthorized {
  background-color: #0000ff;
}

.label-unknown {
  background-color: indigo;
}

.label-approved {
  background-color: lime;
}

.label-unapproved {
  background-color: #00a3ff;
}

.label-moved {
  background-color: #ec971f;
}

.label-rejected {
  background-color: #007698;
}

.label-canceled {
  background-color: #007698;
}

.label-outline-light {
  border: 1px solid lightgray;
  color: #909090 !important;
  background-color: whitesmoke;
}

.uib-datepicker-popup {
  z-index: 9999;
}

.wm-garbage-type {
  font-size: x-small;
  color: #1b6d85;
}

.wm-stand-district-small {
  font-size: small;
  color: #00a89d;
}

.blue-outline-button {
  border: 1px solid #d9e5ff;
  padding: 3px;
  display: inline-block;
  border-radius: 3px;
  background-color: #eff7fd;
}

.orange-outline-button {
  border: 1px solid #ff9530;
  padding: 3px;
  display: inline-block;
  border-radius: 3px;
  background-color: #ffe6cb;
}

.yellow-outline-button {
  border: 1px solid lightgray;
  padding: 3px;
  display: inline-block;
  border-radius: 3px;
  background-color: lightyellow;
}

.disabled-outline-button {
  border: 1px solid #dfdfdf !important;
  background-color: #f0f0f0 !important;
}

.floating-checkbox {
  position: absolute;
  top: 2px;
}

.floating-checkbox-label {
  margin-left: 17px;
}

.error-box {
  background: #ffeded;
  border: 1px solid #b37171;
  padding: 15px;
  font-family: monospace;
  font-size: 10pt;
}

.vertical-text {
  line-height: normal;
  vertical-align: middle;
}

div.multiline-select .ui-select-multiple.ui-select-bootstrap span.ng-binding {
  white-space: normal;
}

.bg-gray {
  background-color: #f0f0f0;
}

.action-hint {
  width: 16px;
  height: 16px;
  display: inline-block;
  white-space: nowrap;
  margin-left: -2em;
  background: url("../images/question.png") no-repeat 0 0 #f5f5f5;
}

.common_customer_property {
  color: #2c96c9;
  font-size: x-small;
}

.common_customer_property_value {
  color: #9fbbb4;
  font-size: x-small;
}

.fuel-graph .x.axis {
  display: block;
}

.fuel-graph .x.axis .tick {
  font-size: 11px;
}

.fuel-graph .y.axis {
  display: block;
}

.fuel-graph .y.axis .tick {
  font-size: 11px;
}

.fuel-graph .y2.axis .tick {
  font-size: 12px;
}

.fuel-graph .scrubberText {
  font-size: 14px;
}

.fuel-graph .legendText {
  font-size: 14px;
}

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