@charset "UTF-8";
/**
 * Это - основной подключаемый файл стилей проекта
 * Он содержит лишь иерархию, описанную ниже.
 *
 * SASS http://sass-lang.com/guide
 * Полная русскоязычная документация http://sass-scss.ru/documentation/
 * Как обновлять сгенерированный css без редеплоя: http://develop.tko-inform.ru/mediawiki/index.php/Sass
 *
 * Т.к. фронтенд во всех проектах на angularJS примерно одинаковый, здесь все сделано с учетом того что это может
 * быть пересено и в другие проекты. Для того чтобы обновить стили в GM или WHT до такого же вида нужно:
 *
 * 1) Перенести туда vars, theme, components, menu, background.svg и импортировать их в местный main.scss файл
 * 2) Найти в том проекте место где описаны стили меню (.gm.navbar) а так же стили компонентов из components и удалить их
 * 3) Существующие в проекте стили перенести в gm.scss, wht.scss или please-sort-me.scss, по возможности заменить в них цвета на цвета из vars.scss
 * 4) Часть btn-primary поменять на btn-secondary
 *
 * После этого внешний вид преобразится до текущего.
 */
/**
 * Файл с переменными.
 * Если что-то здесь есть - то нужно использовать это отсюда.
 * Цвета взяты с https://www.tko-inform.ru/
 */
/**
 * Файл стилей меню АИС отходы.
 *
 * Файл должен быть синхронизирован между проектами.
 */
/**
 * Файл с переменными.
 * Если что-то здесь есть - то нужно использовать это отсюда.
 * Цвета взяты с https://www.tko-inform.ru/
 */
.gm .navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 15px;
  border: none;
}
.gm .navbar-default {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #004376;
  border-radius: 4px;
}
.gm .navbar-default .navbar-nav .active > a {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  color: #fff;
  background-color: #6dc13a;
}
.gm .navbar-default .navbar-nav .active > a:hover {
  color: #fff;
  background-color: #6dc13a;
}
.gm .navbar-default .navbar-nav > li > a {
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.gm .navbar-default .navbar-nav > li:not(.active):not(.open) > a:hover {
  color: #6dc13a;
}
.gm .navbar-default .navbar-nav .disabled > a {
  color: #e2e2e2;
  background-color: #58a232;
}
.gm .navbar-default .navbar-nav .disabled > a:hover {
  color: #e2e2e2;
  background-color: #58a232;
}
.gm .navbar-default .navbar-nav .disabled > a:focus {
  color: #e2e2e2;
  background-color: #58a232;
}
.gm .navbar-default .navbar-nav .open > a {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #6dc13a;
  color: #fff;
}
.gm .navbar-default .navbar-brand {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.gm .navbar-default .navbar-text {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.gm .navbar-default .navbar-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.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: #004376;
}
.gm .navbar-collapse.in {
  overflow-y: auto;
}
.gm .navbar-nav {
  margin: 7.5px -15px;
}
.gm .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;
  text-shadow: none;
}
.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-brand {
  text-shadow: none;
}
.gm a.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #e2e2e2;
  border-color: #c4c4c4;
}
.gm a.list-group-item.active .badge {
  color: #0061a2;
  background-color: #fff;
}
.gm a.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #e2e2e2;
  border-color: #c4c4c4;
}
.gm a.list-group-item.active:hover .list-group-item-heading {
  color: inherit;
}
.gm a.list-group-item.active:hover .list-group-item-text {
  color: #f5f5f5;
}
.gm a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #e2e2e2;
  border-color: #c4c4c4;
}
.gm a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.gm a.list-group-item.active:focus .list-group-item-text {
  color: #f5f5f5;
}
.gm a.list-group-item.active .list-group-item-heading {
  color: inherit;
}
.gm a.list-group-item.active .list-group-item-text {
  color: #f5f5f5;
}
.gm .nav-pills .active > a {
  color: #fff;
  background-color: #00508c;
}
.gm .nav-pills .active > a .badge {
  color: #0061a2;
  background-color: #fff;
}
.gm .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
.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;
}
.gm a.list-group-item {
  color: #676767;
}
.gm a.list-group-item .list-group-item-heading {
  color: #2d2d2d;
}
.gm a.list-group-item:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.gm a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.gm .list-group-item.active {
  text-shadow: 0 -1px 0 #999999;
  background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #c4c4c4 100%);
  background-image: linear-gradient(to bottom, #e2e2e2 0%, #c4c4c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #c4c4c4;
}
.gm .list-group-item.active:hover {
  text-shadow: 0 -1px 0 #999999;
  background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #c4c4c4 100%);
  background-image: linear-gradient(to bottom, #e2e2e2 0%, #c4c4c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #c4c4c4;
}
.gm .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #999999;
  background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #c4c4c4 100%);
  background-image: linear-gradient(to bottom, #e2e2e2 0%, #c4c4c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #c4c4c4;
}
.gm .list-group {
  float: left;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  box-shadow: none;
}
.gm .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.gm .route-list-request-row {
  background-color: aliceblue;
}

.gm.navbar-default .navbar-nav .active > a:hover {
  color: #fff;
  background-color: #58a232;
}

@media (min-width: 768px) {
  .gm .navbar {
    border-radius: 4px;
  }
  .gm .navbar-header {
    float: left;
  }
  .gm .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .gm .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .gm .navbar-collapse.in {
    overflow-y: visible;
  }
  .gm .container .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .gm .container-fluid .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .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;
  }
}
@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;
  }
}
/**
 * Стили готовых компонентов, которые используются в разных проектах на angular JS
 * а не только в этом.
 *
 * Файл должен быть синхронизирован между проектами.
 */
/**
 * Файл с переменными.
 * Если что-то здесь есть - то нужно использовать это отсюда.
 * Цвета взяты с https://www.tko-inform.ru/
 */
/**
 * Custom buttons
 */
.btn-submit-red, .btn-submit-red:hover, .btn-submit-red:active, .btn-submit-red:focus {
  width: 125px;
  padding: 5px;
  color: #FFFFFF;
  border: none;
  background: linear-gradient(#c22f33 #962028);
}
.btn-submit-blue, .btn-submit-blue:hover, .btn-submit-blue:active, .btn-submit-blue:focus {
  width: 125px;
  padding: 5px;
  color: #FFFFFF;
  border: none;
  background: linear-gradient(#0061a2, #00508c);
}
.btn-cancel-gray, .btn-cancel-gray:hover, .btn-cancel-gray:active, .btn-cancel-gray:focus, .btn-cancel-grey, .btn-cancel-grey:hover, .btn-cancel-grey:active, .btn-cancel-grey:focus {
  width: 125px;
  padding: 5px;
  color: #FFFFFF;
  border: none;
  background: linear-gradient(#999999, #676767);
}

/**
 * Rows
 */
.row--selected {
  background-color: rgba(226, 226, 226, 0.3) !important;
}
.row--primary {
  background-color: rgba(0, 80, 140, 0.1) !important;
}
.row--secondary {
  background-color: rgba(109, 193, 58, 0.1) !important;
}
.row--danger {
  background-color: rgba(194, 47, 51, 0.1) !important;
}
.row--success {
  background-color: rgba(38, 158, 52, 0.1) !important;
}
.row--warning {
  background-color: rgba(248, 202, 0, 0.1) !important;
}
.row--info {
  background-color: rgba(0, 142, 181, 0.1) !important;
}

/**
 * Search component
 */
.search-with-clear-component {
  position: relative;
}
.search-with-clear-component .search-field-container {
  margin-right: 116px;
}
.search-with-clear-component .search-field-container input {
  background: url("../images/lupa.jpg") no-repeat scroll 7px 7px;
  padding-left: 30px;
  border: 2px solid #00508c;
}
.search-with-clear-component .clear-btn {
  position: absolute;
  z-index: 1;
  right: 124px;
  top: 1px;
  font-size: 23px;
  color: lightgrey;
  cursor: pointer;
}
.search-with-clear-component img.search-button,
.search-with-clear-component div.searchBg {
  width: 119px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-with-clear-component div.searchBg {
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(../images/searchBg.png);
  color: #ffffff;
  font-size: 16px;
  text-indent: -4px;
  cursor: pointer;
  background-repeat: no-repeat;
}

/**
 * Оверлей сообщающий об отсутствии соединения
 */
#overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10000;
  transition: opacity .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

#overlay > div {
  width: 400px;
  height: 80px;
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  padding: 15px;
  padding-top: 6px;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
}

/**
 * Fieldset with border
 * http://stackoverflow.com/a/16852571/1240328
 */
fieldset.withBorder {
  border: 1px solid #e2e2e2 !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1em 0 !important;
}
fieldset.withBorder legend {
  width: inherit;
  /* Or auto */
  padding: 0 10px;
  /* To give a bit of padding on the left and right */
  border-bottom: none;
  font-size: inherit;
  color: #0061a2;
}

/**
 * isteven-multi-select
 */
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: #2d2d2d;
  overflow: hidden;
  white-space: nowrap;
  /* from .btn-default (bootstrap) */
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$colorWhite, endColorstr=$colorGray1, 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%;
  /* from .btn-default (bootstrap) */
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$colorWhite, endColorstr=$colorGray1, 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;
}

/**
 * Исправления темы бутстрапа и прочих подключенных библиотек (для проектов на angular JS).
 * Основной смысл этого файла - приведение всех имеющихся стилей к общему стилю ТКО-Информ.
 *
 * Файл должен быть синхронизирован между проектами.
 */
/**
 * Файл с переменными.
 * Если что-то здесь есть - то нужно использовать это отсюда.
 * Цвета взяты с https://www.tko-inform.ru/
 */
button, input, select, textarea {
  outline: none !important;
}
button::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
  color: #c4c4c4;
}

html {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url("../images/background.svg");
  min-height: 100vh;
}

body {
  color: #2d2d2d;
  font-size: 14px;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857;
}

/**
 * Bootstrap
 */
.breadcrumb {
  background-color: #f5f5f5;
}
.breadcrumb li {
  color: #999999;
}
.breadcrumb .active {
  color: #58a232;
}

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

/*
.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
*/
.btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
  text-shadow: none;
}
.btn:hover, .btn:active, .btn:focus {
  background-position: 0 0;
}
.btn:hover {
  filter: brightness(110%);
}
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: brightness(120%);
}
.btn[disabled] {
  filter: saturate(0);
}
.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: contrast(90%);
}
.btn-default-focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  background-color: #fff !important;
  border-color: #e2e2e2 !important;
  color: #2d2d2d !important;
}
.btn-default:focus {
  box-shadow: 0 0 0 0.3rem rgba(226, 226, 226, 0.3);
}
.btn-default:hover {
  filter: contrast(0.95);
}
.btn-default:active {
  filter: contrast(0.9);
}
.btn-primary {
  background-color: #00508c !important;
  border-color: #00508c !important;
  color: #fff !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.3rem rgba(0, 80, 140, 0.3);
}
.btn-secondary {
  background-color: #6dc13a !important;
  border-color: #6dc13a !important;
  color: #fff !important;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.3rem rgba(109, 193, 58, 0.3);
}
.btn-success {
  background-color: #269e34 !important;
  border-color: #269e34 !important;
  color: #fff !important;
}
.btn-success:focus {
  box-shadow: 0 0 0 0.3rem rgba(38, 158, 52, 0.3);
}
.btn-warning {
  background-color: #f8ca00 !important;
  border-color: #f8ca00 !important;
  color: #fff !important;
}
.btn-warning:focus {
  box-shadow: 0 0 0 0.3rem rgba(248, 202, 0, 0.3);
}
.btn-danger {
  background-color: #c22f33 !important;
  border-color: #c22f33 !important;
  color: #fff !important;
}
.btn-danger:focus {
  box-shadow: 0 0 0 0.3rem rgba(194, 47, 51, 0.3);
}
.btn-info {
  background-color: #008eb5 !important;
  border-color: #008eb5 !important;
  color: #fff !important;
}
.btn-info:focus {
  box-shadow: 0 0 0 0.3rem rgba(0, 142, 181, 0.3);
}
.btn-link {
  color: #6dc13a;
}
.btn-link:hover {
  color: #58a232;
}
.btn-submit-red, .btn-submit-red:hover, .btn-submit-red:active, .btn-submit-red:focus {
  background: #c22f33;
}
.btn-submit-red:focus, .btn-submit-red:hover:focus, .btn-submit-red:active:focus, .btn-submit-red:focus:focus {
  box-shadow: 0 0 0 0.3rem rgba(194, 47, 51, 0.3);
}
.btn-submit-blue, .btn-submit-blue:hover, .btn-submit-blue:active, .btn-submit-blue:focus {
  background: #00508c;
}
.btn-submit-blue:focus, .btn-submit-blue:hover:focus, .btn-submit-blue:active:focus, .btn-submit-blue:focus:focus {
  box-shadow: 0 0 0 0.3rem rgba(0, 80, 140, 0.3);
}
.btn-cancel-gray, .btn-cancel-gray:hover, .btn-cancel-gray:active, .btn-cancel-gray:focus, .btn-cancel-grey, .btn-cancel-grey:hover, .btn-cancel-grey:active, .btn-cancel-grey:focus {
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #2d2d2d;
}
.btn-cancel-gray:focus, .btn-cancel-gray:hover:focus, .btn-cancel-gray:active:focus, .btn-cancel-gray:focus:focus, .btn-cancel-grey:focus, .btn-cancel-grey:hover:focus, .btn-cancel-grey:active:focus, .btn-cancel-grey:focus:focus {
  box-shadow: 0 0 0 0.3rem rgba(226, 226, 226, 0.3);
}
.btn-cancel-gray:hover, .btn-cancel-gray:hover:hover, .btn-cancel-gray:active:hover, .btn-cancel-gray:focus:hover, .btn-cancel-grey:hover, .btn-cancel-grey:hover:hover, .btn-cancel-grey:active:hover, .btn-cancel-grey:focus:hover {
  filter: contrast(0.95);
}
.btn-cancel-gray:active, .btn-cancel-gray:hover:active, .btn-cancel-gray:active:active, .btn-cancel-gray:focus:active, .btn-cancel-grey:active, .btn-cancel-grey:hover:active, .btn-cancel-grey:active:active, .btn-cancel-grey:focus:active {
  filter: contrast(0.9);
}

/**
 * form-control
 */
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #e2e2e2;
  color: #2d2d2d;
}
.form-control:focus {
  border-color: #8ad65b;
  box-shadow: 0 0 0 0.3rem rgba(109, 193, 58, 0.3);
}
.form-control[readonly], .form-control[disabled] {
  background-color: #f5f5f5;
}
.form-control.ng-invalid:focus {
  border-color: #c22f33;
  box-shadow: 0 0 0 0.3rem rgba(194, 47, 51, 0.3);
}

/**
 * ui-select
 */
.ui-select-bootstrap .ui-select-choices-row.active > a {
  background-color: #6dc13a !important;
}
.ui-select-bootstrap .ui-select-choices-row > a:hover, .ui-select-bootstrap .ui-select-choices-row > a:focus {
  background-color: rgba(109, 193, 58, 0.1);
}
.ui-select-bootstrap .ui-select-choices-row:hover, .ui-select-bootstrap .ui-select-choices-row:focus {
  background-color: transparent;
}
.ui-select-bootstrap .ui-select-toggle:hover {
  filter: none;
}
.ui-select-bootstrap .ui-select-toggle:active {
  filter: none;
}

/**
 * dropdown-menu
 */
.dropdown-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  border: 1px solid #e2e2e2;
}

.dropdown-menu .divider {
  background-color: #f5f5f5;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: rgba(109, 193, 58, 0.1);
  background-image: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #6dc13a;
  background-image: none;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #c4c4c4;
}

.dropdown-header {
  color: #c4c4c4;
}

.dropdown-toggle {
  background-image: none;
}

/**
 * popover
 */
.popover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  border-color: #e2e2e2;
  border-radius: 4px;
  padding: 0;
}
.popover.top > .arrow {
  border-top-color: #e2e2e2;
}
.popover.top > .arrow:after {
  border-top-color: #fff;
}
.popover.right > .arrow {
  border-right-color: #e2e2e2;
}
.popover.right > .arrow:after {
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  border-bottom-color: #e2e2e2;
}
.popover.bottom > .arrow:after {
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  border-left-color: #e2e2e2;
}
.popover.left > .arrow:after {
  border-left-color: #fff;
}
.popover-title {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e2e2e2;
}

/**
 * Text
 */
.text-muted {
  color: #c4c4c4;
}

a.text-muted:hover {
  color: #999999;
}
a.text-muted:focus {
  color: #999999;
}

.text-primary {
  color: #00508c;
}

a.text-primary:hover {
  color: #004376;
}
a.text-primary:focus {
  color: #004376;
}

.text-success {
  color: #269e34;
}

a.text-success:hover {
  color: #1f7d2b;
}
a.text-success:focus {
  color: #1f7d2b;
}

.text-info {
  color: #008eb5;
}

a.text-info:hover {
  color: #007392;
}
a.text-info:focus {
  color: #007392;
}

.text-warning {
  color: #f8ca00;
}

a.text-warning:hover {
  color: #e4b903;
}
a.text-warning:focus {
  color: #e4b903;
}

.text-danger {
  color: #c22f33;
}

a.text-danger:hover {
  color: #962028;
}
a.text-danger:focus {
  color: #962028;
}

/**
 * Backgrounds
 */
.bg-primary {
  color: #fff;
  background-color: #00508c;
}

a.bg-primary:hover {
  background-color: #0061a2;
}
a.bg-primary:focus {
  background-color: #0061a2;
}

.bg-secondary {
  color: #fff;
  background-color: #6dc13a;
}

a.bg-primary:hover {
  background-color: #8ad65b;
}
a.bg-primary:focus {
  background-color: #8ad65b;
}

.bg-success {
  background-color: rgba(38, 158, 52, 0.1);
}

a.bg-success:hover {
  background-color: rgba(38, 158, 52, 0.1);
}
a.bg-success:focus {
  background-color: rgba(38, 158, 52, 0.1);
}

.bg-info {
  background-color: rgba(0, 142, 181, 0.1);
}

a.bg-info:hover {
  background-color: rgba(0, 142, 181, 0.1);
}
a.bg-info:focus {
  background-color: rgba(0, 142, 181, 0.1);
}

.bg-warning {
  background-color: rgba(248, 202, 0, 0.1);
}

a.bg-warning:hover {
  background-color: rgba(248, 202, 0, 0.1);
}
a.bg-warning:focus {
  background-color: rgba(248, 202, 0, 0.1);
}

.bg-danger {
  background-color: rgba(194, 47, 51, 0.1);
}

a.bg-danger:hover {
  background-color: rgba(194, 47, 51, 0.1);
}
a.bg-danger:focus {
  background-color: rgba(194, 47, 51, 0.1);
}

/**
 * Panel
 */
.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-default {
  border-color: #e2e2e2;
}
.panel-default .panel-heading {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  border-color: #e2e2e2;
}
.panel-default .panel-title {
  color: #2d2d2d;
}
.panel-primary {
  border-color: rgba(0, 80, 140, 0.3);
}
.panel-primary .panel-heading {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: rgba(0, 80, 140, 0.2);
  border-color: rgba(0, 80, 140, 0.3);
}
.panel-primary .panel-title {
  color: #00508c;
}
.panel-secondary {
  border-color: rgba(109, 193, 58, 0.3);
}
.panel-secondary .panel-heading {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: rgba(109, 193, 58, 0.2);
  border-color: rgba(109, 193, 58, 0.3);
}
.panel-secondary .panel-title {
  color: #6dc13a;
}
.panel-success {
  border-color: rgba(38, 158, 52, 0.3);
}
.panel-success .panel-heading {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: rgba(38, 158, 52, 0.2);
  border-color: rgba(38, 158, 52, 0.3);
}
.panel-success .panel-title {
  color: #269e34;
}
.panel-warning {
  border-color: rgba(248, 202, 0, 0.3);
}
.panel-warning .panel-heading {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: rgba(248, 202, 0, 0.2);
  border-color: rgba(248, 202, 0, 0.3);
}
.panel-warning .panel-title {
  color: #f8ca00;
}
.panel-danger {
  border-color: rgba(194, 47, 51, 0.3);
}
.panel-danger .panel-heading {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: rgba(194, 47, 51, 0.2);
  border-color: rgba(194, 47, 51, 0.3);
}
.panel-danger .panel-title {
  color: #c22f33;
}
.panel-info {
  border-color: rgba(0, 142, 181, 0.3);
}
.panel-info .panel-heading {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: rgba(0, 142, 181, 0.2);
  border-color: rgba(0, 142, 181, 0.3);
}
.panel-info .panel-title {
  color: #008eb5;
}

/**
 * Alerts
 */
.alert {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.alert-primary {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: rgba(0, 80, 140, 0.2);
  border-color: rgba(0, 80, 140, 0.3);
}
.alert-secondary {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: rgba(109, 193, 58, 0.2);
  border-color: rgba(109, 193, 58, 0.3);
}
.alert-success {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: rgba(38, 158, 52, 0.2);
  border-color: rgba(38, 158, 52, 0.3);
}
.alert-info {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: rgba(0, 142, 181, 0.2);
  border-color: rgba(0, 142, 181, 0.3);
}
.alert-warning {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: rgba(248, 202, 0, 0.2);
  border-color: rgba(248, 202, 0, 0.3);
}
.alert-danger {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: rgba(194, 47, 51, 0.2);
  border-color: rgba(194, 47, 51, 0.3);
}

/**
 * progress-bars
 */
.progress {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #e2e2e2;
  border-color: #c4c4c4;
}
.progress-bar {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #00508c;
  border-color: #004376;
}
.progress-bar-secondary {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #6dc13a;
  border-color: #58a232;
}
.progress-bar-success {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #269e34;
  border-color: #1f7d2b;
}
.progress-bar-info {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #008eb5;
  border-color: #007392;
}
.progress-bar-warning {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #f8ca00;
  border-color: #e4b903;
}
.progress-bar-danger {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #c22f33;
  border-color: #962028;
}

/**
 * list-group
 */
.list-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  text-shadow: 0 -1px 0 #00508c;
  background-color: #0061a2;
  border-color: #00508c;
}

/**
 * labels
 */
.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #676767;
}

.label-primary {
  background-color: #00508c;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #004376;
}

.label-secondary {
  background-color: #6dc13a;
}

.label-secondary[href]:hover,
.label-secondary[href]:focus {
  background-color: #58a232;
}

.label-success {
  background-color: #269e34;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #1f7d2b;
}

.label-info {
  background-color: #008eb5;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #007392;
}

.label-warning {
  background-color: #f8ca00;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e4b903;
}

.label-danger {
  background-color: #c22f33;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #962028;
}

/**
 * jumbotron
 */
.jumbotron {
  background-color: #f5f5f5;
}

.jumbotron > hr {
  border-top-color: #e2e2e2;
}

/**
 * thumbnail
 */
.thumbnail {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #8ad65b;
}

a.thumbnail:focus {
  box-shadow: 0 0 0 0.3rem rgba(109, 193, 58, 0.3);
}

.thumbnail .caption {
  color: #2d2d2d;
}

/**
 * cg-busy
 */
.cg-busy-default-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cg-busy-default-sign {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #2d2d2d;
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
}

.cg-busy-default-text {
  color: #2d2d2d;
  font-size: 14px;
}

.cg-busy-default-spinner div {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #6dc13a;
  width: 12%;
  height: 35%;
  left: 40%;
  top: 29%;
}

/**
 * ng-table
 */
.ng-table th {
  background-color: #f5f5f5;
}
.ng-table th.sortable .sort-indicator:after, .ng-table th.sortable .sort-indicator:before {
  border-color: #2d2d2d transparent;
}
.ng-table th.sortable .sort-indicator:before {
  border-top: 4px solid #2d2d2d;
}
.ng-table th.sortable.sort-desc, .ng-table th.sortable.sort-asc {
  background-color: rgba(0, 80, 140, 0.1);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.ng-table th.sortable.sort-desc .sort-indicator:after {
  border-top: 4px solid #2d2d2d;
}

.table thead tr th {
  border-top: 1px solid #e2e2e2;
  border-bottom: 2px solid #e2e2e2;
}
.table thead tr td {
  border-top: 1px solid #e2e2e2;
}
.table tbody {
  border-top: 1px solid #e2e2e2;
}
.table tbody tr th {
  border-top: 1px solid #e2e2e2;
}
.table tbody tr td {
  border-top: 1px solid #e2e2e2;
}
.table tfoot tr th {
  border-top: 1px solid #e2e2e2;
}
.table tfoot tr td {
  border-top: 1px solid #e2e2e2;
}
.table .table {
  background-color: #fff;
}

.table-bordered {
  border: 1px solid #e2e2e2;
}
.table-bordered thead tr th {
  border: 1px solid #e2e2e2;
  border-bottom-width: 2px;
}
.table-bordered thead tr td {
  border: 1px solid #e2e2e2;
  border-bottom-width: 2px;
}
.table-bordered tbody tr th {
  border: 1px solid #e2e2e2;
}
.table-bordered tbody tr td {
  border: 1px solid #e2e2e2;
}
.table-bordered tfoot tr th {
  border: 1px solid #e2e2e2;
}
.table-bordered tfoot tr td {
  border: 1px solid #e2e2e2;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(226, 226, 226, 0.2);
}

.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

@media only screen and (max-width: 800px) {
  .ng-table-responsive {
    border-bottom: 1px solid #c4c4c4;
  }
  .ng-table-responsive tr {
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
  }
  .ng-table-responsive td {
    border-bottom: 1px solid #e2e2e2;
  }
  .ng-table-responsive th {
    border-bottom: 1px solid #f5f5f5;
  }
}
.pagination > li > a, .pagination > li > span {
  color: #00508c;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #00508c;
  border-color: #004376;
}

/**
 * Modal
 */
.modal-content {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  border: 1px solid #e2e2e2;
}

.modal-title {
  text-transform: uppercase;
  color: #0061a2;
  font-size: 18px;
  font-weight: 400;
}

/**
 * isteven-multi-select
 */
.multiSelect > button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e2e2e2;
  color: #999999 !important;
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #fff;
}
.multiSelect > button:hover {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #fff;
}
.multiSelect > button:disabled {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  color: #999999;
}
.multiSelect > button::after {
  color: #676767;
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #fff;
}
.multiSelect .buttonClicked {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.multiSelect .caret {
  border-top: 4px solid #2d2d2d;
}
.multiSelect .checkboxLayer {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
}
.multiSelect .helperContainer {
  border-bottom: 1px solid #e2e2e2;
}
.multiSelect .helperButton {
  border: 1px solid #e2e2e2;
  color: #676767;
  background-color: #f5f5f5;
}
.multiSelect .helperButton:hover {
  border: 1px solid #e2e2e2;
  color: #c4c4c4;
  background-color: #f5f5f5;
}
.multiSelect .helperButton:disabled {
  color: #c4c4c4;
  border: 1px solid #e2e2e2;
}
.multiSelect .helperButton:focus {
  border: 1px solid #6dc13a !important;
  box-shadow: 0 0 0 0.3rem rgba(109, 193, 58, 0.3) !important;
}
.multiSelect .clearButton {
  border: 1px solid #c4c4c4;
  color: #676767;
  background-color: #e2e2e2;
}
.multiSelect .clearButton:hover {
  border: 1px solid #c4c4c4;
  color: #999999;
  background-color: #e2e2e2;
}
.multiSelect .clearButton:focus {
  border: 1px solid #6dc13a !important;
  box-shadow: 0 0 0 0.3rem rgba(109, 193, 58, 0.3) !important;
}
.multiSelect .inputFilter {
  border: 1px solid #c4c4c4;
  color: #676767;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.multiSelect .inputFilter:focus {
  border: 1px solid #6dc13a !important;
  box-shadow: 0 0 0 0.3rem rgba(109, 193, 58, 0.3) !important;
}
.multiSelect .multiSelectItem {
  color: #676767;
}
.multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #6dc13a;
  color: #fff !important;
  border: 1px solid transparent !important;
}
.multiSelect .multiSelectItem:hover {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: rgba(109, 193, 58, 0.1);
  color: #2d2d2d !important;
  border: 1px solid transparent !important;
}
.multiSelect .multiSelectGroup .caret:after {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #e2e2e2;
  color: #fff !important;
  border: 1px solid #c4c4c4 !important;
}
.multiSelect .multiSelectFocus {
  background-image: none !important;
  filter: none;
  background-repeat: no-repeat;
  background-color: #e2e2e2;
  border: 1px solid #c4c4c4 !important;
}
.multiSelect .checkbox {
  color: #e2e2e2 !important;
}
.multiSelect .disabled {
  color: #c4c4c4 !important;
}
.multiSelect .disabled:hover {
  color: #c4c4c4 !important;
}
.multiSelect .disabled label input:hover span {
  color: #c4c4c4 !important;
}

/**
 * Angular
 */
input.ng-invalid, select.ng-invalid, textarea.ng-invalid {
  border-color: #c22f33 !important;
}
input.ng-dirty, select.ng-dirty, textarea.ng-dirty {
  border-color: #8ad65b;
}

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

/**
 * Other
 */
a {
  color: #0061a2;
}

h1, .h1 {
  font-size: 32px;
  color: #0061a2;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 24px;
  color: #0061a2;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 18px;
  color: #0061a2;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 16px;
  color: #0061a2;
  text-transform: uppercase;
}

h5, .h5 {
  font-size: 14px;
  color: #0061a2;
  text-transform: uppercase;
}

h6, .h6 {
  font-size: 12px;
  color: #0061a2;
  text-transform: uppercase;
}

fieldset .withBorder {
  border: 1px solid #e2e2e2 !important;
}
fieldset .withBorder legend {
  color: #0061a2;
}
fieldset:not(.withBorder) legend {
  font-size: 18px;
  color: #0061a2;
  border-bottom: 1px solid #e2e2e2;
  text-transform: uppercase;
}

.search-with-clear-component .search-field-container input {
  border: 2px solid #00508c;
}
.search-with-clear-component .searchBg {
  background: #00508c !important;
  border-radius: 0 4px 4px 0;
  text-indent: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.search-with-clear-component .searchBg:hover {
  filter: brightness(110%);
}
.search-with-clear-component .searchBg:active {
  filter: brightness(120%);
}
.search-with-clear-component .searchBg:focus {
  box-shadow: 0 0 0 0.3rem rgba(109, 193, 58, 0.3);
}

/**
 *
 * !!! ATTENTION !!!
 *
 * This is the legacy css file. Do not add anything do this file!
 * Use weigher.scss instead (SCSS, not CSS)!
 *
 */
/**
 * Файл с переменными.
 * Если что-то здесь есть - то нужно использовать это отсюда.
 * Цвета взяты с https://www.tko-inform.ru/
 */
.vehicleOnMap {
  background-color: rgba(0, 142, 181, 0.1);
}

.bg-grey {
  background-color: #f5f5f5;
}

.bg-light-grey {
  background-color: #f5f5f5;
}

.transparent05 {
  opacity: 0.5;
}

.transparent04 {
  opacity: 0.4;
}

.transparent03 {
  opacity: 0.3;
}

.grey-border {
  border: 1px solid #999999;
}

.hover-shadow {
  /* анимация по событию mouse leave */
  transition: box-shadow 0.2s ease-in-out;
}

.hover-shadow:hover {
  box-shadow: 0px 2px 5px 0px #2d2d2d;
  transition: box-shadow 0.2s ease-in-out;
}

.filter {
  background-color: rgba(248, 202, 0, 0.1);
}

.monospaced, .code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.code {
  font-size: 90%;
}

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

.input-line-height {
  line-height: 34px;
}

.hasEmptyWeightBriquettes {
  background-color: #f8ca00;
}

tr.inventoryComplete {
  background-color: rgba(248, 202, 0, 0.1);
}

tr.inventoryComplete td:first-of-type {
  font-weight: bold;
  color: rgba(38, 158, 52, 0.6);
}

.table-hover > tbody > tr.inventoryComplete:hover {
  background-color: rgba(248, 202, 0, 0.1);
}

.selectNone {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.translucent {
  opacity: 0.5;
}

.debug-modal-absolute-pane {
  position: absolute;
  right: 7em;
  top: 0em;
  background: #00b5e4;
}

.debug-modal-absolute-pane a {
  color: #2d2d2d;
  cursor: pointer;
}

fieldset.withBorder.vehicleIdentification {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* Overload bootstrap css */
.row {
  margin: 10px;
}

.row.wide {
  margin-right: -15px;
  margin-left: -15px;
}

.nowrap {
  white-space: nowrap;
}

.w100 {
  width: 100%;
}

code.blackCode {
  color: #2d2d2d;
  background-color: lightgray;
}

.hoverPhotoDiv {
  background-color: #f5f5f5;
}

.hoverPhotoDiv:hover,
.hoverPhotoDiv:focus {
  background-color: #008eb5;
}

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

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

#telematic-footer {
  min-height: inherit;
  margin-left: 225px;
  background: #2d2d2d 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: #f5f5f5;
}

.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;
}

.container.active {
  background-color: #c4c4c4;
}

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

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

.heand_main2 {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  /*background: url(../images/demo/WMdynamics-126-57.png) 14px 8px no-repeat $colorWhite;*/
  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.svg) 14px 8px no-repeat #fff;
  background-color: #fff;
  display: block;
  height: 90px;
}

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

.notActiveDirection {
  display: none;
}

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

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

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

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

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: rgba(0, 142, 181, 0.1);
}

.pink {
  background-color: rgba(194, 47, 51, 0.1);
}

div.vehicleWeighingDialog .modal-dialog {
  width: 1088px;
}

div.vehicleWeighingDialogWithSidePanel .modal-dialog {
  width: 1450px;
}

div.visitDialog .modal-dialog {
  width: 1300px;
}

div.visitDialogWithSidePanel .modal-dialog {
  width: 1662px;
}

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

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

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

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

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

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

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

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

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

.btn-triangle {
  background-color: #00508c;
  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-color: #00508c;
  position: absolute;
  top: 0;
  right: -15px;
  border: 18px solid #fff;
  border-left: 15px solid transparent;
}

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

.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-edit {
  background: url("../images/edit.gif") no-repeat 0 0 #f5f5f5;
  width: 17px;
  height: 11px;
  display: block;
  float: left;
  cursor: pointer;
}

.ng-table {
  border-radius: 4px;
  /*закругление таблицы*/
}

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

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

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

.dataready {
  color: #00508c;
  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: #269e34;
}

.wait_accounting_request {
  color: #f8ca00;
}

.nonApproved_request {
  color: #c22f33;
}

.complete {
  background-color: #999999;
}

/* Planning Tree*/
.route-tree-expand {
  background: url("../images/route-expand.gif") 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.gif") 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.gif") 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.gif") 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;
}

.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 {
  /*text-align: center;*/
  line-height: 30px;
}

.parent_run, .parent_run_approved, .parent_run_stated {
  background-color: rgba(0, 80, 140, 0.1);
  height: 35px;
}

.parent_run_approved {
  background-color: rgba(38, 158, 52, 0.1);
}

.parent_run_stated {
  background-color: rgba(194, 47, 51, 0.1);
}

.parent_run_finished {
  background-color: rgba(194, 47, 51, 0.1);
}

.run_expand_column, .run_expand_column_approved {
  background: rgba(0, 80, 140, 0.1);
}

.run_expand_column_approved {
  background: rgba(38, 158, 52, 0.1);
}

.driver_name {
  color: #2d2d2d;
  width: 38px;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}

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

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

.blue_text {
  color: #00508c;
  /*font-weight: bold;*/
  font-size: 13px;
}

.child_run {
  background-color: #f6fafd;
}

.tree-route {
  /*border-collapse: separate;*/
  margin: 1px 0;
  border-spacing: 0 1px;
}

.tree-border td {
  border-left: 1px solid rgba(0, 80, 140, 0.1);
  border-right: 1px solid rgba(0, 80, 140, 0.1);
  border-bottom: 1px solid rgba(0, 80, 140, 0.1);
  border-top: 1px solid rgba(0, 80, 140, 0.1) !important;
}

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

.tree-white td {
  background-color: white !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: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding-left: 21px;
  line-height: 2.6;
  text-transform: uppercase;
  color: #00508c;
  /* border-radius: 4px;*/
}

/* Planning Tree*/
#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: #00508c;
  font-family: tahoma, arial, helvetica, serif;
  font-size: 13px;
}

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

.low_percent {
  color: #a92543;
  /*font-weight: bold;*/
}

.middle_percent {
  color: #915810;
  /*font-weight: bold;*/
}

.high_percent {
  color: #6e5a2e;
  /*font-weight: bold;*/
}

.hundred_percent {
  color: #546e2e;
  /*font-weight: bold;*/
}

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

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

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

.unhandled-table_cell {
  display: table-cell;
  padding: 7px;
  border-bottom: solid 1px rgba(0, 80, 140, 0.1);
  border-right: solid 1px rgba(0, 80, 140, 0.1);
  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: 0;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  width: 4%;
  background-color: #fff;
}

.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, .bgg-tree-expand-approved, bgg-tree-expand-finished {
  cursor: pointer;
  width: 15px;
  height: 40px;
  background-image: url("../images/bgg_01_line1.gif");
  margin-left: 40px;
}

.bgg-tree-expand-approved {
  background-image: url("../images/bgg_01_line2.gif");
}

.bgg-tree-expand-finished {
  background-image: url("../images/bgg_01_line3.gif");
}

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

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

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

.table_header {
  /*margin: 0;
  height: 42px;
  width: 103%;
  margin-left: -12px;
  padding-top: 1.1%;
  padding-left: 0.4%;
  padding-right: 24px;*/
  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;
}

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

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

/*from designer*/
.hand-main-table {
  width: 100%;
  display: table;
  background-color: rgba(0, 80, 140, 0.1);
  height: 40px;
}

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

.hand-main-table-cell {
  display: table-cell;
  /* padding: 10px;*/
  background-color: #fff;
}

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

.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;
  /* padding: 10px;*/
  border-bottom: solid 1px rgba(0, 80, 140, 0.1);
  border-right: solid 1px rgba(0, 80, 140, 0.1);
}

.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 #e2e2e2;
}

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

.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: #f8ca00;
  width: 10px;
}

.INFORMATION {
  background-color: #269e34;
  width: 10px;
}

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

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

.DISASTER {
  background-color: #c22f33;
}

.tablerow {
  background-color: #e2e2e2;
}

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

.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 #e2e2e2;
}

.modal {
  overflow-y: auto;
}

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

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

.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: #c4c4c4 !important;
}

.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 {
  overflow-y: auto;
}

.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: 4em;
  display: inline-block;
}

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

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

tr.route-checked-export {
  /*background-color: $colorPrimaryHover ;*/
  border: 2px solid #676767;
  height: 35px;
}

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

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

.hiddenContainers {
  width: 20%;
  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: #e2e2e2;
  margin-top: 20px;
}

.slide {
  position: absolute;
  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: #676767;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}

/* Do not combine these two rules; IE will break. */
.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: 2px solid #676767;
}

.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 #e2e2e2;
}

.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: 665px;
  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: #008eb5;
  text-decoration: underline;
}

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

.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: #008eb5;
}

.SUCCESS {
  color: #269e34;
}

.FAIL {
  color: #c22f33;
}

.volume_info {
  color: #999999;
  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 #999999;
}

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

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

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

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

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

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

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

.reference {
  color: #0061a2;
  text-decoration: underline;
  cursor: pointer;
}

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

.fail-count {
  color: #c22f33;
}

.unit-online {
  background: #269e34;
}

.unit-offline {
  background: #c22f33;
}

.unit-heartbeat {
  color: #c22f33;
}

.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: block;
  cursor: pointer;
}

/*Marker clusters*/
.marker-cluster-pie g.arc {
  fill-opacity: 0.5;
}

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

/*marker categories*/
.category-insideZone {
  fill: #33bd44;
  stroke: #269e34;
  background: #33bd44;
  border-color: #269e34;
}

.category-outOfZone {
  fill: #d5373a;
  stroke: #c22f33;
  background: #d5373a;
  border-color: #c22f33;
}

.modal-title-ex,
.modal-title-no-caps,
.modal-title-significant {
  text-transform: uppercase;
  color: #0061a2;
  font-size: 18px;
  font-weight: 400;
}

.modal-title-no-caps {
  text-transform: none;
}

.modal-title-significant {
  text-transform: none;
  /* Капслок трудно читать. */
  color: #0061a2;
}

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

table.managerCustomerFilterSquareTable {
  vertical-align: top;
  table-layout: fixed;
  position: relative;
  top: 3px;
}

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%;
}

.modal-close-button {
  cursor: pointer;
  float: right;
  content: url("../images/close_01.gif");
  margin-top: 5px;
}

.ttn-table th {
  background-color: #f5f5f5;
  color: #999999;
}

div[ng-controller=AuditLogsController] .ng-table-pagination {
  display: none;
}

div[ng-controller=AuditLogsController] .paging .arrow {
  font-size: 300%;
  color: #999999;
  vertical-align: -.15em;
  cursor: pointer;
}

div[ng-controller=AuditLogsController] .paging a:first-of-type {
  margin-right: 5em;
}

.normalized-volume {
  color: #008eb5;
}

.ui-select-bootstrap > .ui-select-match > .btn {
  overflow: hidden;
}

fieldset {
  /* to set absolute position for :after content */
  position: relative;
}

/* this will 'screen' all fieldset content from clicks */
fieldset[disabled]:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* i don't know... it was necessary to set background */
  background: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
}

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

.hotkeyBoxContainer {
  padding: 2rem;
}

.hotkeyBoxContainer.active {
  background-color: rgba(0, 142, 181, 0.1);
}

.emergencyBackground {
  background-color: rgba(194, 47, 51, 0.1);
}

/**
 * Файл с переменными.
 * Если что-то здесь есть - то нужно использовать это отсюда.
 * Цвета взяты с https://www.tko-inform.ru/
 */
.pageTitle {
  font-size: 16px;
  color: #00508c;
  font-weight: bold;
  text-transform: uppercase;
}

.text-very-muted {
  color: #aaa;
}

ul #systemQuestion {
  display: none;
  float: right;
}
ul #systemQuestion > a {
  padding-left: 64px;
  padding-right: 15px;
  width: 199px;
  position: relative;
  text-shadow: none;
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  white-space: nowrap;
}
ul #systemQuestion > a, ul #systemQuestion > a:hover, ul #systemQuestion > a:focus {
  border-bottom: 0;
  padding-bottom: 14px;
}
ul #systemQuestion > a.empty {
  color: #0061a2;
  text-transform: none;
  text-decoration: none;
  font-size: small;
  display: flex;
  align-items: center;
}
ul #systemQuestion > a.one {
  color: #d5373a;
  cursor: pointer;
  text-transform: none;
  text-decoration: underline;
}
ul #systemQuestion > a.many {
  color: #d5373a;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
}
ul #systemQuestion > a > div {
  position: absolute;
  width: 52px;
  height: 32px;
  top: 0;
  left: calc(64px - 52px);
}
ul #systemQuestion > a > div > div {
  position: relative;
  width: 100%;
  height: 100%;
}
ul #systemQuestion > a > div > div > * {
  position: absolute;
  display: block;
}
ul #systemQuestion > a > div > div .attention_balloon {
  z-index: 2;
  top: -10px;
  right: 6px;
  width: 22px;
  height: 22px;
  color: white;
  font-size: 10px;
  text-align: center;
  line-height: 21px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
  text-shadow: 0px 1px 5px #676767;
  user-select: none;
}
ul #systemQuestion > a > div > div .systemQuestionMail {
  z-index: 1;
  top: 3px;
  right: 14px;
  user-select: none;
}

#systemQuestionNav > a {
  padding-left: 64px;
  padding-right: 15px;
  width: 199px;
  position: relative;
  text-shadow: none;
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  white-space: nowrap;
}
#systemQuestionNav > a, #systemQuestionNav > a:hover, #systemQuestionNav > a:focus {
  border-bottom: 0;
  padding-bottom: 14px;
}
#systemQuestionNav > a.empty {
  color: #0061a2;
  text-transform: none;
  text-decoration: none;
  font-size: small;
  display: flex;
  align-items: center;
}
#systemQuestionNav > a.one {
  color: #d5373a;
  cursor: pointer;
  text-transform: none;
  text-decoration: underline;
}
#systemQuestionNav > a.many {
  color: #d5373a;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
}
#systemQuestionNav > a > div {
  position: absolute;
  width: 52px;
  height: 32px;
  top: 0;
  left: calc(64px - 52px);
}
#systemQuestionNav > a > div > div {
  position: relative;
  width: 100%;
  height: 100%;
}
#systemQuestionNav > a > div > div > * {
  position: absolute;
  display: block;
}
#systemQuestionNav > a > div > div .attention_balloon {
  z-index: 2;
  top: -10px;
  right: 6px;
  width: 22px;
  height: 22px;
  color: white;
  font-size: 10px;
  text-align: center;
  line-height: 21px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
  text-shadow: 0px 1px 5px #676767;
  user-select: none;
}
#systemQuestionNav > a > div > div .systemQuestionMail {
  z-index: 1;
  top: 3px;
  right: 14px;
  user-select: none;
}

@media (min-width: 768px) {
  ul #systemQuestion {
    display: block;
  }

  .navbar-brand {
    display: none;
  }
}
.control-label-plain,
.form-horizontal .control-label-plain {
  font-weight: normal;
  text-align: left !important;
}

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

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

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

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

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

div[ng-controller=ExportationCouponsController] .row.filters {
  margin-bottom: 0;
}
div[ng-controller=ExportationCouponsController] .row.filters .inlineColumn {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  width: auto;
}

.filterFlexR {
  float: left;
  padding-right: 10px;
  width: 20%;
}
.filterFlexR:last-of-type ul.ui-select-choices {
  max-width: 100%;
}
.filterFlexR .ui-select-match-text {
  max-width: calc(100% - 35px);
  overflow: hidden;
}

.imageUploadDropArea {
  height: 24em;
}

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

.imageUploadCroppedImage {
  border: 2px solid #008eb5;
}

.weigherResultCamera .cameraIsNotAvailable, .briquetteCamera .cameraIsNotAvailable {
  margin: 0 0 auto auto;
}
.weigherResultCamera .result2Photo, .weigherResultCamera .camPreview, .briquetteCamera .result2Photo, .briquetteCamera .camPreview {
  margin: 0 0 auto auto;
}
.weigherResultCamera .result2Photo img, .weigherResultCamera .camPreview img, .briquetteCamera .result2Photo img, .briquetteCamera .camPreview img {
  border-radius: 6px;
}
.weigherResultCamera .briquettePhoto, .briquetteCamera .briquettePhoto {
  display: block;
  margin: 0 0 auto auto;
  text-align: right;
}

.weigherResultCamera .cameraIsNotAvailable, .weigherResultCamera .cameraIsNotAvailableVehicle {
  width: 190px;
  height: 107px;
  line-height: 107px;
}
.weigherResultCamera .result2Photo, .weigherResultCamera .camPreview {
  width: 190px;
  height: 107px;
}
.weigherResultCamera .result2Photo img, .weigherResultCamera .camPreview img {
  width: 190px;
  height: 107px;
}
.weigherResultCamera first-photo-by-type[file-info-type="'SUBMIT_TIME_SCALES_DISPLAY'"] img {
  width: 190px;
  height: 107px;
}

.weigherCamera .cameraIsNotAvailable, .weigherCamera .cameraIsNotAvailableVehicle {
  width: 320px;
  height: 240px;
  line-height: 240px;
}

.briquetteCamera .cameraIsNotAvailable, .briquetteCamera .cameraIsNotAvailableVehicle {
  width: 200px;
  height: 150px;
  line-height: 150px;
}
.briquetteCamera .result2Photo, .briquetteCamera .camPreview {
  width: 200px;
  height: 150px;
}
.briquetteCamera .result2Photo img, .briquetteCamera .camPreview img {
  width: 200px;
  height: 150px;
}
.briquetteCamera first-photo-by-type[file-info-type="'SUBMIT_TIME_SCALES_DISPLAY'"] img {
  width: 200px;
  height: 150px;
}

.formRow34 {
  margin-bottom: 15px;
  height: 34px;
}
.formRow34 label {
  width: 100%;
}

.bigWeigherForm .carrierSelect ul.ui-select-choices {
  min-width: 25em;
}

.regNumberPhoto {
  margin-bottom: 1em;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.fullShotPhoto {
  height: 100px;
  line-height: 100px;
  margin: 0 0 auto auto;
  display: block;
  width: 100%;
}

.preview-basic {
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  height: 100%;
  width: 100%;
  color: gray;
}

.couponNewOrderNumber {
  overflow: hidden;
}
.couponNewOrderNumber .insteadOfPlaceholder {
  border: 1px solid #c22f33;
  background-color: #f5f5f5;
  color: #269e34;
  cursor: not-allowed;
}
.couponNewOrderNumber .documentNumberInput,
.couponNewOrderNumber .insteadOfPlaceholder {
  width: calc(100% - 47px - 1px);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  float: left;
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 12px;
}
.couponNewOrderNumber .documentNumberInput.two-line,
.couponNewOrderNumber .insteadOfPlaceholder.two-line {
  line-height: 1;
  padding: 2px 12px;
}
.couponNewOrderNumber .manualInput, .couponNewOrderNumber .electronicCouponInput, .couponNewOrderNumber .electronicOrPaperCoupon {
  border: 1px solid #c4c4c4;
  border-left: 0;
  background-repeat: no-repeat;
  width: 47px;
  margin-left: calc(100% - 47px - 1px);
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 34px;
}
.couponNewOrderNumber .manualInput {
  background-image: url(../images/keyboard.png);
  background-position: 50% calc(50% - 2px);
}
.couponNewOrderNumber .electronicCouponInput {
  background-image: url(../images/icon-electronic.png);
  background-position: 50% 50%;
}
.couponNewOrderNumber .electronicOrPaperCoupon {
  background-image: url(../images/icon-electronic-paper.png);
  background-position: 50% 50%;
}

.row.nomargins {
  margin: 0;
}
.row.nomargins > [class^="col-"] {
  padding: 0;
}

.row.compact {
  margin: 0;
}

.row.smallMargins {
  margin: 0;
}
.row.smallMargins > [class^="col-"] {
  padding-right: 7px;
  padding-left: 7px;
}

.w80 {
  width: 80%;
}

.tableActions a {
  margin-right: 6px;
}

div.inline {
  display: inline-block !important;
}

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

fieldset.inline {
  display: inline-block !important;
  width: auto;
  vertical-align: top;
  margin-right: 1em;
}

.pageFilters.row {
  margin-bottom: 0;
}
.pageFilters.row + .row {
  margin-top: 0;
}
.pageFilters.row fieldset.inline {
  margin-bottom: 10px;
}

.btn-group.calibrationBtns {
  width: 100%;
  margin-bottom: 1em;
}
.btn-group.calibrationBtns .btn {
  width: 50%;
}

.btn-group.actionBtns {
  width: 100%;
}
.btn-group.actionBtns .btn {
  padding-left: 0;
  padding-right: 0;
}

.btn-group.srcBtns {
  width: 100%;
}

fieldset.orderFieldset {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  min-height: 14em;
}
fieldset.orderFieldset > .form-horizontal > .form-group:last-of-type fieldset.withBorder {
  margin-bottom: 0 !important;
}

fieldset.resultFieldset {
  padding-bottom: 0.5em !important;
  padding-left: 14px !important;
  padding-top: 4px !important;
  margin-bottom: 0 !important;
}
fieldset.resultFieldset legend {
  margin-bottom: 0.25em;
}

.thin-border {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}

h1 {
  text-transform: uppercase;
  color: #00508c;
  font-size: 14px;
  font-weight: 800;
}

.shrinkageDlg .clearInputButton {
  height: 34px;
  width: 34px;
  background-image: url(../images/close_01.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  -webkit-filter: grayscale(100%);
  opacity: 0.9;
  cursor: pointer;
}
.shrinkageDlg .searchRow {
  margin-bottom: 1em;
  position: relative;
}
.shrinkageDlg .searchRow .clearInputButton {
  position: absolute;
  right: 17px;
  top: 0;
}
.shrinkageDlg .borderCell {
  position: relative;
  border: 1px solid #c4c4c4;
  padding: 0.7em 1.15em;
  border-radius: 4px;
  height: 537px;
}
.shrinkageDlg .borderCell .ng-table-counts {
  display: none;
}
.shrinkageDlg .borderCell .pagination {
  margin-top: -0.15em;
  position: absolute;
  margin-bottom: 0;
  bottom: 14px;
  left: 16px;
}
.shrinkageDlg .borderCell .pagination > li > a, .shrinkageDlg .borderCell .pagination .pagination > li > span {
  padding: 6px 8px;
}
.shrinkageDlg .borderCell .total {
  position: absolute;
  top: 16px;
  right: 20px;
  text-align: right;
  color: #0061a2;
}
.shrinkageDlg .borderCell hr {
  border: none;
  height: 1px;
  background-color: rgba(204, 204, 204, 0.5);
  margin: 13px 5px 14px;
}
.shrinkageDlg .borderCell h2 {
  color: #676767;
  font-size: 20px;
  margin: 2px 5px;
}

.remainsTable .bLeft {
  border-left: 3px solid #999999 !important;
}
.remainsTable .bRight {
  border-right: 3px solid #999999 !important;
}
.remainsTable .bTop {
  border-top: 3px solid #999999 !important;
}
.remainsTable .bBottom {
  border-bottom: 3px solid #999999 !important;
}

.inboxTable .tableActions {
  width: 120px;
  text-align: right;
}
.inboxTable .automaticWeight {
  color: #0061a2;
}
.inboxTable .grossWeight, .inboxTable .machineWeight {
  display: none;
}
.inboxTable.table > tbody > tr > td {
  padding: 6px;
}

.inboxPage .total .invalid {
  background: rgba(194, 47, 51, 0.1);
  border: 0;
}

div[ng-controller=CouponEditorController] .row.filters {
  margin-bottom: 0;
}
div[ng-controller=CouponEditorController] .row.filters .inlineColumn {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  width: auto;
}

.printTicketDialog .modal-dialog {
  max-width: 50em;
}
.printTicketDialog .modal-dialog .couponNumber {
  font-size: 124%;
  color: #0061a2;
  font-weight: bold;
}

.manualCheckCoupon .modal-dialog {
  width: 32em;
}

.manualWrongCheckCoupon .modal-dialog {
  width: 32em;
}
.manualWrongCheckCoupon .modal-dialog .btn-submit-blue {
  width: auto;
}

.container_search_panel {
  margin-left: -15px;
  margin-right: -15px;
}
.container_search_panel #containerTypesId span > button {
  width: 100%;
}

.loader {
  border: 16px solid #f5f5f5;
  border-top: 16px solid #6dc13a;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loaderContainerCenter {
  margin-left: 50%;
  position: relative;
  left: -60px;
}

.widgetCameraLoader {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
  background-size: cover;
  background-image: url("../images/SVG-Loaders/spinning-circles.svg");
}

.machineWeightStrategyForm .modal-body {
  padding-top: 0;
}
.machineWeightStrategyForm .modal-body h1 {
  margin-top: 0;
}
.machineWeightStrategyForm .modal-body .hoverPhotoDiv {
  padding: 4px;
}
.machineWeightStrategyForm .modal-body .hoverPhotoDiv img {
  cursor: pointer;
}

.bpNode {
  border-radius: .25em;
  padding: .5em;
  margin: .5em;
  text-align: center;
  background-color: #97c2fc;
}
.bpNode.eventNode {
  background-color: #ff8686;
}
.bpNode.eventEntryPointNode {
  background-color: #ff413e;
}
.bpNode.ifNode {
  background-color: #ffb859;
}
.bpNode.elseNode {
  background-color: #ffeaa6;
  border: 1px dashed #ffb859;
}
.bpNode.waitActionNode {
  background-color: #7fa4db;
}
.bpNode.subscribeEventNode {
  background-color: #9a93ff;
}
.bpNode.blockNode {
  background-color: #2eceff;
}
.bpNode.releaseNode {
  background-color: #61ff64;
}

ul.wContextMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-width: 12em;
  background-color: #f5f5f5;
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  position: fixed;
  z-index: 11;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
}
ul.wContextMenu > li > a {
  display: block;
  padding: .5em 1em;
  text-decoration: none;
  color: #2d2d2d;
  cursor: pointer;
}
ul.wContextMenu > li > a:hover {
  color: #fff;
  background-color: #6dc13a;
}

.diffTable tr > td:first-child {
  border-right: 1px solid #e2e2e2;
}
.diffTable tr.edgeDiffRow:not(:last-of-type) td {
  border-bottom: 3px outset #fff;
}

.longTextSelect .form-control {
  height: auto;
}
.longTextSelect .ui-select-match-text {
  white-space: normal;
  max-width: calc(100% - 20px);
}
.longTextSelect .ui-select-choices-row > a {
  white-space: normal;
}

.ui-select-multiple input.ui-select-search {
  width: auto !important;
}

.w-block {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  padding: 15px;
}

/*
 * Классы для настройки "слоев" на вкладке управление.
 */
.z-index-barrier {
  z-index: 250;
}

.z-index-light {
  z-index: 230;
}

.z-index-weigher {
  z-index: 150;
}

.z-index-weigher-display {
  z-index: 220;
}

.z-index-camera-display {
  z-index: 200;
}

.z-index-scoreboard-display {
  z-index: 210;
}

.z-index-truck {
  z-index: 300;
}

.z-index-radiationControl {
  z-index: 160;
}

.z-index-buttons {
  z-index: 999;
}

.z-index-display {
  z-index: 998;
}

.form-alert {
  padding: 6px 12px;
  margin-bottom: 0;
  width: 100%;
  height: 34px;
}

.clickable {
  cursor: pointer;
}

/* App header */
.app-header {
  display: flex;
  height: 49px;
  margin: 0 15px;
}
.app-header__left {
  flex: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}
.app-header__left img {
  height: 45px;
  margin-left: 16px;
}
.app-header__center {
  flex: 1 0;
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-header__center h4 {
  font-weight: bold;
  color: #00508c;
}
@media (max-width: 1023px) {
  .app-header__center {
    display: none;
  }
}
.app-header__right {
  flex: 50%;
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.app-header__right > div {
  margin-left: 10px;
}
.app-header__right .name_program_company {
  color: #999999;
  font-size: 13px;
}
.app-header__right .name_program_company span:last-of-type {
  border-bottom: 1px solid #999999;
}
.app-header__right .name_program_fio {
  font-size: 13px;
  cursor: pointer;
}
.app-header__right .name_program_exit {
  /* Модальное окно не должно мешать пользователю разлогиниться. */
  z-index: 1000000;
  position: relative;
  font-weight: bold;
}

/* Login */
.app-login {
  max-width: 100%;
  padding-top: 25vh;
}
.app-login__logo img {
  height: 60px;
}
.app-login__description {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.app-login__description strong {
  color: #00508c;
}
.app-login__description--instance {
  flex: 1 0;
  text-align: right;
}

.centered-cell-content {
  text-align: center !important;
  vertical-align: middle !important;
}

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