@charset "UTF-8";
nav .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

main > .container, main > .container-fluid {
  padding-top: 70px;
}

.footer {
  background-color: #f5f5f5;
  font-size: 0.9em;
  height: 60px;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th, .grid-view td:last-child {
  white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .nav > li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}
.nav > li > form > button.logout:focus, .nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}
.nav > li > form > button.logout:focus {
  outline: none;
}

.help-block {
  color: red;
}

.dispatcher-index-orders .table-orders th, .dispatcher-index-orders .table-orders td {
  padding: 0.4rem;
}
.dispatcher-index-orders .table-orders .status-order-1 {
  font-weight: bold;
}
.dispatcher-index-orders .table-orders .status-order-3 {
  color: grey;
  font-style: italic;
}
.dispatcher-index-orders .table-orders .status-order-4 {
  color: grey;
  font-style: italic;
  text-decoration: line-through;
  text-decoration-color: grey;
}
.dispatcher-index-orders .table-orders tbody tr:hover {
  background-color: rgba(13, 197, 146, 0.2);
}

.dispatcher-index-bru {
  /* В очереди, заказ неназначен */
  /* В очереди, заказ назначен */
  /* Заказ назначен */
  /* Рецепт задан */
  /* Загрузка начата */
}
.dispatcher-index-bru .bru-wrapper {
  padding: 2px;
  min-width: 60px;
  max-width: 60px;
}
.dispatcher-index-bru .bru-time_to_end_load {
  color: blue;
}
.dispatcher-index-bru .bru-title {
  line-height: 75px;
  background-repeat: no-repeat no-repeat;
  background-image: url(../img/icons/bru-all.png);
  width: 60px;
  height: 75px;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 0 -2px 4px #FFFFFF, 0 -2px 4px #FFFFFF, 0 2px 4px #FFFFFF, 0 2px 4px #FFFFFF, -2px 0 4px #FFFFFF, 2px 0 4px #FFFFFF, -2px 0 4px #FFFFFF, 2px 0 4px #FFFFFF, -1px -2px 4px #FFFFFF, 1px -2px 4px #FFFFFF, -1px 2px 4px #FFFFFF, 1px 2px 4px #FFFFFF, -2px -1px 4px #FFFFFF, 2px -1px 4px #FFFFFF, -2px 1px 4px #FFFFFF, 2px 1px 4px #FFFFFF, -2px -2px 4px #FFFFFF, 2px -2px 4px #FFFFFF, -2px 2px 4px #FFFFFF, 2px 2px 4px #FFFFFF, -2px -2px 4px #FFFFFF, 2px -2px 4px #FFFFFF, -2px 2px 4px #FFFFFF, 2px 2px 4px #FFFFFF;
}
.dispatcher-index-bru .bru-title.bru-title-3 {
  background-image: url(../img/icons/bru-title.png);
  background-position: -240px 0;
}
.dispatcher-index-bru .bru-title.bru-title-2 {
  background-image: url(../img/icons/bru-title.png);
  background-position: -300px 0;
}
.dispatcher-index-bru .bru-limit_load_volume {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted black;
}
.dispatcher-index-bru .bru-limit_load_volume span {
  font-size: 0.5em;
}
.dispatcher-index-bru .bru-limit_load_volume.negative {
  color: red;
}
.dispatcher-index-bru .bru-time_end_load {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  color: blue;
}
.dispatcher-index-bru .bru-drove {
  border-bottom: 3px solid #0085ff;
  margin-bottom: 5px;
  padding-bottom: 5px;
  min-height: 27px;
}
.dispatcher-index-bru .move-cancel {
  height: 6px;
}
.dispatcher-index-bru .action {
  border: 1px solid;
  text-align: center;
  font-weight: bold;
  background-color: #f3f3f3;
  margin: 0 0 2px 0;
  cursor: pointer;
}
.dispatcher-index-bru .action:hover {
  background-color: #a3a3a3;
}
.dispatcher-index-bru ul.sortable {
  margin-bottom: 0;
  border: none;
}
.dispatcher-index-bru .bru-line-wrapper ul.sortable {
  margin-bottom: 5px;
  min-height: 32px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.dispatcher-index-bru .bru-line {
  padding: 2px;
  border: 1px solid;
  margin: 2px 0 2px 0;
  font-size: 0.85em;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
}
.dispatcher-index-bru .bru-line.order-hover {
  border: 2px solid;
  font-weight: bold;
}
.dispatcher-index-bru .bru-line .dropdown-menu li {
  color: #555555;
  display: block;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0 10px 0 30px;
  margin: 0;
  border: none;
  line-height: 26px;
  cursor: pointer;
  text-decoration: none;
  background-repeat: no-repeat no-repeat;
  background-position: 5px 3px;
}
.dispatcher-index-bru .bru-line-status-4,
.dispatcher-index-bru .bru-line-status-5,
.dispatcher-index-bru .bru-line-status-6 {
  background-repeat: repeat repeat;
  background-image: url(../img/background/bg_BRULineStatus3.png);
}
.dispatcher-index-bru .bru-line-status-4.order-hover,
.dispatcher-index-bru .bru-line-status-5.order-hover,
.dispatcher-index-bru .bru-line-status-6.order-hover {
  background-image: none;
}
.dispatcher-index-bru .bru-line-status-4.order-hover {
  background-color: rgba(0, 123, 255, 0.25);
}
.dispatcher-index-bru .bru-line-status-5 {
  background-color: #afa;
}
.dispatcher-index-bru .bru-line-status-5.order-hover {
  background-color: rgba(170, 250, 170, 0.5);
}
.dispatcher-index-bru .bru-line-status-6 {
  background-color: #f44;
}
.dispatcher-index-bru .bru-line-status-6.order-hover {
  background-color: rgba(255, 68, 68, 0.5);
}

.line-bru-add .volume-cars {
  background-color: #fafafa;
}
.line-bru-add .free-cars {
  width: 74px;
}
.line-bru-add .car {
  cursor: pointer;
  margin: 2px;
}
.line-bru-add .car:hover {
  border: 1px solid yellow !important;
  background-color: #ee0 !important;
}
.line-bru-add .car.selected {
  border: 1px solid blue !important;
  color: red;
}
.line-bru-add .car .char_number {
  font-size: 0.6em;
}

.operator-bru-index .status-trip-6 ~ tr .btn-start-load,
.operator-bru-index .status-trip-6 ~ tr .btn-end-load,
.operator-bru-index .status-trip-6 ~ tr .btn-bru-drove {
  display: none;
}
.operator-bru-index .status-bru-drove ~ tr .btn-bru-drove {
  display: none;
}

.report-index .field-reportform-report_type {
  margin-top: 1.5rem;
}

.report {
  margin: 8px;
  font-family: "Times New Roman";
  line-height: 20px;
}
.report td, .report th {
  border-right: 1px solid black;
  text-align: center;
}
@media screen {
  .report table {
    font-size: 12pt;
  }
  .report tbody tr:last-child {
    background-color: #ccc;
    font-weight: bold;
  }
  .report tbody tr:hover {
    background-color: black;
    color: white;
  }
}
@media screen, print {
  .report table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px solid black;
  }
  .report table caption {
    font-weight: bold;
    margin: 10px;
  }
  .report tbody {
    border: 2px solid black;
  }
  .report th {
    border-bottom: 2px solid black;
  }
  .report tr:nth-child(even) {
    background-color: #f0f0f0;
  }
  .report th.delimiter,
.report td.delimiter {
    background-color: white;
  }
}
@media print {
  .report table {
    font-size: 6pt;
  }
  .report tbody tr:last-child {
    background-color: #ccc;
    font-weight: bold;
  }
}

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