@charset "UTF-8";
:root {
  --body-color: #475364;
  --body-color-light: #8ea4b5;
  --primary-color: #386BF2;
  --warning-color: #ff5943;
  --hover-color: #186fbf;
  --border-radius: 3px; }

/**
 * @package		PickMeUp - jQuery datepicker plugin
 * @author		Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @author		Stefan Petre <www.eyecon.ro>
 * @copyright	Copyright (c) 2013-2015, Nazar Mokrynskyi
 * @copyright	Copyright (c) 2008-2009, Stefan Petre
 * @license		MIT License, see license.txt
 */
.pickmeup {
  background-color: #fff;
  border-radius: 4px;
  -moz-box-sizing: content-box;
  z-index: 10070 !important;
  box-sizing: content-box;
  display: none;
  position: absolute;
  font-size: 12px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  transform: translateY(20px); }
  .pickmeup:before {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 6px 6.5px;
    border-color: transparent transparent #fff transparent;
    content: ''; }
  .pickmeup * {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .pickmeup .pmu-instance {
    display: inline-block;
    padding: 0 10px 10px;
    text-align: center;
    width: 260px; }
    .pickmeup .pmu-instance .pmu-button {
      color: #323A45;
      cursor: pointer;
      outline: none;
      text-decoration: none;
      transition: background-color .2s ease, color .4s ease-in-out;
      font-size: 11px; }
    .pickmeup .pmu-instance .pmu-today {
      background: rgba(56, 107, 242, 0.08);
      color: #475364; }
    .pickmeup .pmu-instance .pmu-saturday, .pickmeup .pmu-instance .pmu-sunday {
      color: #FF5943; }
    .pickmeup .pmu-instance .pmu-button:hover {
      background: #F4F9FB;
      color: #475364; }
    .pickmeup .pmu-instance .pmu-not-in-month, .pickmeup .pmu-instance .pmu-disabled, .pickmeup .pmu-instance .pmu-disabled:hover {
      color: rgba(50, 58, 69, 0.3); }
      .pickmeup .pmu-instance .pmu-not-in-month.pmu-saturday, .pickmeup .pmu-instance .pmu-not-in-month.pmu-sunday, .pickmeup .pmu-instance .pmu-disabled.pmu-saturday, .pickmeup .pmu-instance .pmu-disabled.pmu-sunday, .pickmeup .pmu-instance .pmu-disabled:hover.pmu-saturday, .pickmeup .pmu-instance .pmu-disabled:hover.pmu-sunday {
        color: rgba(255, 89, 67, 0.3); }
    .pickmeup .pmu-instance .pmu-selected {
      background: #386bf2;
      color: #fff; }
    .pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
      background: rgba(56, 107, 242, 0.08); }
    .pickmeup .pmu-instance nav {
      color: #323A45;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: space-between;
      line-height: 1;
      border-bottom: 1px solid #E7F1F6;
      width: calc(100% + 20px);
      padding: 10px;
      margin-left: -10px;
      margin-bottom: 15px; }
      .pickmeup .pmu-instance nav.pmu-day-of-week {
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
        border: none;
        padding: 0; }
      .pickmeup .pmu-instance nav *:first-child :hover {
        color: #475364; }
      .pickmeup .pmu-instance nav .pmu-prev,
      .pickmeup .pmu-instance nav .pmu-next {
        display: none;
        width: 32px;
        height: 32px;
        border: 1px solid #E7F1F6;
        background-color: #fff;
        transition: all .2s ease;
        align-items: center;
        justify-content: center;
        border-radius: 3px; }
        .pickmeup .pmu-instance nav .pmu-prev:hover,
        .pickmeup .pmu-instance nav .pmu-next:hover {
          background-color: #E7F1F6; }
      .pickmeup .pmu-instance nav .pmu-month {
        font-size: 12px;
        width: auto;
        background-color: transparent !important;
        font-weight: bold; }
    .pickmeup .pmu-instance .pmu-years,
    .pickmeup .pmu-instance .pmu-months {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .pickmeup .pmu-instance .pmu-years *,
      .pickmeup .pmu-instance .pmu-months * {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1.1;
        width: calc(100% / 3 - 4px);
        height: 30px;
        margin: 2px;
        border-radius: 3px; }
    .pickmeup .pmu-instance .pmu-day-of-week {
      color: #475364;
      cursor: default;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 11px; }
    .pickmeup .pmu-instance .pmu-day-of-week,
    .pickmeup .pmu-instance .pmu-days {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .pickmeup .pmu-instance .pmu-day-of-week *,
      .pickmeup .pmu-instance .pmu-days * {
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        margin: 2px;
        border-radius: 3px; }
  .pickmeup .pmu-instance:first-child .pmu-prev,
  .pickmeup .pmu-instance:last-child .pmu-next {
    display: inline-flex; }
  .pickmeup .pmu-instance:first-child .pmu-month,
  .pickmeup .pmu-instance:last-child .pmu-month {
    width: 13em; }
  .pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 12em; }
  .pickmeup:not(.pmu-view-days) .pmu-days, .pickmeup:not(.pmu-view-days) .pmu-day-of-week, .pickmeup:not(.pmu-view-months) .pmu-months, .pickmeup:not(.pmu-view-years) .pmu-years {
    display: none; }

.b-type-icon {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  display: flex;
  background-color: #e8eff1;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  margin-right: 10px; }
  .b-type-icon_dont-have-margin, .b-type-icon:last-child {
    margin-right: 0; }
  .b-type-icon + .param-item__info {
    margin-left: 0; }
  .b-type-icon__icon, .b-type-icon svg, .b-type-icon .icon {
    fill: #8EA4B5; }
  .b-type-icon_active {
    background-color: #b2d170;
    color: #ffffff; }
    .b-type-icon_active .b-type-icon__icon, .b-type-icon_active svg, .b-type-icon_active .icon {
      fill: #fff; }
  .b-type-icon_default {
    background-color: #F0F0F0;
    color: #A3A9B1; }
    .b-type-icon_default .b-type-icon__icon {
      fill: #A3A9B1; }
  .b-type-icon_warning {
    background-color: #FF9433;
    color: #fff; }
    .b-type-icon_warning .b-type-icon__icon {
      fill: #fff; }
  .b-type-icon_primary, .b-type-icon_new {
    background-color: #386bf2;
    color: #ffffff; }
    .b-type-icon_primary .b-type-icon__icon, .b-type-icon_primary .icon, .b-type-icon_primary svg, .b-type-icon_new .b-type-icon__icon, .b-type-icon_new .icon, .b-type-icon_new svg {
      fill: #fff; }
  .b-type-icon_inactive {
    background-color: #FF5943;
    color: #ffffff; }
    .b-type-icon_inactive .b-type-icon__icon, .b-type-icon_inactive svg, .b-type-icon_inactive .icon {
      fill: #fff; }
  .b-type-icon_warning {
    background-color: #ff9433;
    color: #ffffff; }
    .b-type-icon_warning .b-type-icon__icon, .b-type-icon_warning svg, .b-type-icon_warning .icon {
      fill: #fff; }
  .b-type-icon_warning {
    background-color: #FF9433;
    color: #ffffff; }
    .b-type-icon_warning .b-type-icon__icon {
      fill: #fff; }
  .b-type-icon img, .b-type-icon svg, .b-type-icon__icon {
    max-width: 95%;
    max-height: 95%; }

.i-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1; }
  .i-icon svg, .i-icon .icon {
    margin-right: 6px; }
    .i-icon svg:last-child, .i-icon .icon:last-child {
      margin-right: 0; }

.b-containers-after {
  border-radius: 3px;
  background-color: #8ea4b5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 36px;
  font-size: 10px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold; }
  .b-containers-after__icon {
    height: 36px;
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; }
    .b-containers-after__icon img, .b-containers-after__icon svg, .b-containers-after__icon .icon {
      max-width: 90%;
      max-height: 90%; }

.icon-alert_warning {
  width: 36px;
  height: 32px;
  fill: none; }

.icon-areas_small {
  width: 14px;
  height: 14px; }

.icon-car_small {
  width: 14px;
  height: 12px; }

.icon-clock_small {
  width: 14px;
  height: 14px; }

.icon-arrow_down {
  width: 8px;
  height: 5px; }

.icon-arrow_top {
  width: 8px;
  height: 5px; }

.icon-cal-icon {
  width: 14px;
  height: 14px;
  fill: #475364; }

.icon-camera_area {
  width: 18px;
  height: 18px;
  fill: #8EA4B5; }

.icon-camera_car_back {
  width: 20px;
  height: 14px;
  fill: #8EA4B5; }

.icon-camera_car_front {
  width: 20px;
  height: 14px;
  fill: #8EA4B5; }

.icon-camera_fill {
  width: 18px;
  height: 18px;
  fill: #8EA4B5; }

.icon-camera_no {
  width: 14px;
  height: 14px;
  fill: #8EA4B5; }

.icon-camera_object {
  width: 14px;
  height: 18px;
  fill: #8EA4B5; }

.icon-client-type__m {
  width: 80px;
  height: 70px; }

.icon-report_speed {
  width: 36px;
  height: 30px; }

.icon-client-type__person {
  width: 48px;
  height: 70px; }

.icon-client-type__u {
  width: 80px;
  height: 70px; }

.icon-containers_small {
  width: 14px;
  height: 14px; }

.icon-fill_fill {
  width: 18px;
  height: 18px; }

.icon-fill_sort {
  width: 18px;
  height: 18px; }

.icon-fill_notype {
  width: 18px;
  height: 18px; }

.icon-fill_transfer {
  width: 20px;
  height: 24px; }

.icon-time_small {
  width: 14px;
  height: 14px; }

.icon-contract_active {
  width: 14px;
  height: 18px; }

.icon-contract_inactive {
  width: 14px;
  height: 18px; }

.icon-contract_na {
  width: 14px;
  height: 18px;
  fill: #FFF; }

.icon-csv {
  width: 12px;
  height: 16px; }

.icon-date_end {
  width: 14px;
  height: 14px; }

.icon-date_start {
  width: 14px;
  height: 14px; }

.icon-doc-print {
  width: 14px;
  height: 14px; }

.icon-doc-scan {
  width: 12px;
  height: 14px; }

.icon-entity_active {
  width: 18px;
  height: 18px; }

.icon-entity_inactive {
  width: 18px;
  height: 18px; }

.icon-entity_na {
  width: 18px;
  height: 18px; }

.icon-have-comment {
  width: 40px;
  height: 32px;
  fill: none; }

.icon-icon-gray-cross-circle {
  width: 18px;
  height: 18px;
  fill: #ACACAC; }

.icon-icon-white-geo-dash {
  width: 19px;
  height: 19px;
  fill: #fff; }

.icon-icon-white-geo {
  width: 18px;
  height: 18px;
  fill: #fff; }

.icon-management_active {
  width: 20px;
  height: 18px; }

.icon-map-filter-areas {
  width: 16px;
  height: 16px;
  fill: #1F99FF; }

.icon-map-filter-car {
  width: 16px;
  height: 16px;
  fill: none; }

.icon-map-filter-fills {
  width: 16px;
  height: 16px;
  fill: #793D0E; }

.icon-map-filter-filter {
  width: 14px;
  height: 14px;
  fill: #475364; }

.icon-map-filter-objects {
  width: 16px;
  height: 16px;
  fill: #E99500; }

.icon-map-filter-plus {
  width: 12px;
  height: 12px;
  fill: #475364; }

.icon-map-filter-routes {
  width: 14px;
  height: 14px;
  fill: #475364; }

.icon-map-filter-total {
  width: 12px;
  height: 15px;
  fill: #475364; }

.icon-map-filter-workers {
  width: 16px;
  height: 16px;
  fill: #B433FF; }

.icon-map-people {
  width: 10px;
  height: 20px;
  fill: #475364; }

.icon-no-comment {
  width: 40px;
  height: 32px;
  fill: none; }

.icon-objects_small {
  width: 12px;
  height: 14px; }

.icon-payment_small {
  width: 12px;
  height: 14px; }

.icon-person_active {
  width: 14px;
  height: 18px; }

.icon-person_inactive {
  width: 14px;
  height: 18px; }

.icon-person_na {
  width: 14px;
  height: 18px; }

.icon-remove {
  width: 13px;
  height: 16px; }

.icon-route-icon-container {
  width: 27px;
  height: 30px;
  fill: #386BF2; }

.icon-route-icon-route {
  width: 30px;
  height: 30px;
  fill: #386BF2; }

.icon-route-icon-time {
  width: 30px;
  height: 30px;
  fill: #386BF2; }

.icon-route-icon-volume {
  width: 27px;
  height: 30px;
  fill: #386BF2; }

.icon-status-ok {
  width: 14px;
  height: 14px;
  fill: #475364; }

.icon-units_small {
  width: 14px;
  height: 14px; }

.icon-mark-in-table {
  width: 12px;
  height: 14px; }

.icon-count-rfid_small {
  width: 14px;
  height: 14px; }

.icon-mark_small {
  width: 10px;
  height: 14px; }

.icon-load_small {
  width: 14px;
  height: 14px; }

.icon-mark-in-table {
  width: 12px;
  height: 14px; }

.icon-list-in-table {
  width: 12px;
  height: 10px; }

.js-snapshots-show-modal {
  cursor: pointer; }

.snapshots-modal .b-snapshots-modal {
  margin-bottom: 0 !important; }
.snapshots-modal .pp-box-row {
  margin: -5px; }
.snapshots-modal .pp-box {
  padding: 5px; }
  .snapshots-modal .pp-box__wrap {
    padding: 20px;
    border-radius: 4px; }
  .snapshots-modal .pp-box--white .snapshots-modal .pp-box__wrap {
    background: #fff; }
  .snapshots-modal .pp-box--lbue .snapshots-modal .pp-box__wrap {
    background: #f4f9fb; }
.snapshots-modal .pp-title-h2 {
  color: var(--body-color);
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px; }
.snapshots-modal .pp-title-h3 {
  color: var(--body-color);
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px; }
.snapshots-modal .pp-title-h4 {
  color: var(--body-color);
  font-size: 11px;
  line-height: 1.09;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px; }
.snapshots-modal .gallery-page {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 !important; }
  .snapshots-modal .gallery-page__left {
    width: calc(100% - 310px);
    border-right: 1px solid #EFF3F5;
    padding: 22px 25px 20px 0;
    margin: -22px 0 -30px; }
    .snapshots-modal .gallery-page__left .param-item {
      align-items: flex-start; }
      .snapshots-modal .gallery-page__left .param-item .param-item__info {
        min-height: 32px;
        padding-top: 4px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; }
    .snapshots-modal .gallery-page__left_no-right {
      border-right: none;
      width: 100%; }
  .snapshots-modal .gallery-page__right {
    width: 285px; }
    .snapshots-modal .gallery-page__right .pp-box {
      padding-right: 0; }
  .snapshots-modal .gallery-page__main {
    display: flex; }
  .snapshots-modal .gallery-page__params {
    width: calc(100% - 640px);
    padding: 0 0 0 25px; }
  .snapshots-modal .gallery-page__tabs {
    width: 640px; }
.snapshots-modal .warning-msg {
  display: flex;
  align-items: center;
  min-height: 24px;
  font-size: 12px;
  padding-left: 37px;
  background: url(/local/templates/cabinet/img/modal/warning.svg) left center no-repeat; }
.snapshots-modal .tabs {
  /* slier style */ }
  .snapshots-modal .tabs__box {
    display: none; }
    .snapshots-modal .tabs__box.visible {
      display: block; }
  .snapshots-modal .tabs-id__box {
    display: none; }
    .snapshots-modal .tabs-id__box.visible {
      display: block; }
  .snapshots-modal .tabs-header {
    overflow: auto;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--border-color);
    margin-left: -25px;
    width: calc(100% + 50px); }
    .snapshots-modal .tabs-header__wrap {
      padding: 14px 25px;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .snapshots-modal .tabs-header__wrap--stretch {
        display: table;
        width: 100%;
        text-align: center; }
        .snapshots-modal .tabs-header__wrap--stretch .tabs__item {
          display: table-cell;
          vertical-align: middle;
          width: 1%;
          white-space: nowrap;
          padding: 0 5px; }
  .snapshots-modal .tabs .gallery-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 440px;
    background-color: #29313c;
    color: #fff;
    font-size: 16px;
    text-align: center; }
    .snapshots-modal .tabs .gallery-empty__icon {
      margin-bottom: 10px; }
  .snapshots-modal .tabs .contacts {
    margin-bottom: 20px; }
    .snapshots-modal .tabs .contacts__title {
      color: var(--body-color);
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .snapshots-modal .tabs .contacts__list {
      overflow: auto;
      max-height: 148px;
      padding-right: 10px;
      margin-right: -10px;
      position: relative; }
      .snapshots-modal .tabs .contacts__list ::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 10px;
        height: 1px;
        background-color: #eef5f9; }
      .snapshots-modal .tabs .contacts__list::-webkit-scrollbar {
        width: 3px; }
      .snapshots-modal .tabs .contacts__list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
      .snapshots-modal .tabs .contacts__list::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey; }
    .snapshots-modal .tabs .contacts__item {
      border-bottom: 1px solid #eef5f9;
      padding: 9px 0; }
  .snapshots-modal .tabs .contacts-item {
    display: flex;
    justify-content: space-between; }
    .snapshots-modal .tabs .contacts-item__avatar {
      margin: 0 7px 0 0;
      padding: 0;
      width: 28px;
      height: 28px;
      border-radius: 3px;
      background-color: #3b4656;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #738092;
      font-size: 10px;
      font-weight: bold; }
      .snapshots-modal .tabs .contacts-item__avatar img {
        display: block; }
    .snapshots-modal .tabs .contacts-item__preson {
      display: flex;
      align-content: center; }
    .snapshots-modal .tabs .contacts-item__email {
      color: var(--body-color);
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 3px; }
    .snapshots-modal .tabs .contacts-item__name {
      color: #8ea4b5;
      font-size: 10px; }
    .snapshots-modal .tabs .contacts-item__button {
      width: 80px; }
  .snapshots-modal .tabs .send-to-email {
    display: flex;
    justify-content: space-between; }
    .snapshots-modal .tabs .send-to-email__input {
      flex-basis: calc(100% - 105px); }
      .snapshots-modal .tabs .send-to-email__input input {
        width: 100%;
        height: 36px;
        padding: 0 10px;
        color: var(--body-color);
        font-size: 12px;
        border-radius: 3px;
        border: none;
        background-color: #f4f9fb; }
    .snapshots-modal .tabs .send-to-email__button {
      width: 94px; }
  .snapshots-modal .tabs .param-item {
    display: flex;
    align-items: center; }
    .snapshots-modal .tabs .param-item__icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 36px;
      min-width: 36px;
      max-width: 36px;
      height: 36px;
      border-radius: 3px;
      background-color: #e8eff1; }
    .snapshots-modal .tabs .param-item__button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 36px;
      height: 36px; }
    .snapshots-modal .tabs .param-item__info {
      margin-left: 10px;
      line-height: 1.1; }
    .snapshots-modal .tabs .param-item__ttl {
      color: var(--body-color);
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 3px; }
    .snapshots-modal .tabs .param-item__val {
      color: #8ea4b5;
      font-size: 10px; }
  .snapshots-modal .tabs .gallery-params__item {
    margin-bottom: 20px; }
    .snapshots-modal .tabs .gallery-params__item:last-child {
      margin-bottom: 0; }
  .snapshots-modal .tabs .gallery-slider__big {
    margin-bottom: 2px; }
    .snapshots-modal .tabs .gallery-slider__big img {
      display: block;
      width: 100%; }
  .snapshots-modal .tabs .gallery-slider__thumb {
    margin-top: 5px;
    margin-left: -3px; }
  .snapshots-modal .tabs .slider-thumb__item {
    padding: 0 3px;
    min-height: 57px; }
    .snapshots-modal .tabs .slider-thumb__item_video {
      position: relative; }
      .snapshots-modal .tabs .slider-thumb__item_video:before {
        position: absolute;
        height: 100%;
        content: '';
        top: 0;
        left: 3px;
        right: 3px;
        background-color: rgba(50, 58, 69, 0.5);
        background-image: url("/local/templates/cabinet/img/thumbs__play.svg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        z-index: 2; }
  .snapshots-modal .tabs .slider-thumb__wrap {
    position: relative;
    cursor: pointer;
    background-color: #323a45;
    min-height: 57px; }
    .snapshots-modal .tabs .slider-thumb__wrap::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 2px solid #00d4ff;
      opacity: 0;
      transition: 0.3s; }
    .snapshots-modal .tabs .slider-thumb__wrap img {
      opacity: 0.3;
      transition: 0.3s;
      display: block;
      width: 100%; }
    .snapshots-modal .tabs .slider-thumb__wrap:hover img {
      opacity: 1; }
  .snapshots-modal .tabs .slick-current img {
    opacity: 1; }
  .snapshots-modal .tabs .slick-current .slider-thumb__wrap::after {
    opacity: 1; }
  .snapshots-modal .tabs .slick-arrow {
    position: absolute;
    z-index: 10;
    border: none;
    top: 50%;
    margin-top: -19px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 1000px;
    transition: 0.3s;
    cursor: pointer; }
    .snapshots-modal .tabs .slick-arrow:hover {
      background-color: rgba(0, 0, 0, 0.6); }
  .snapshots-modal .tabs .slick-prev {
    left: 20px;
    background-image: url(/local/templates/cabinet/img/modals/chevron-left.svg); }
  .snapshots-modal .tabs .slick-next {
    right: 20px;
    background-image: url(/local/templates/cabinet/img/modals/chevron-right.svg); }
  @media (max-width: 1280px) {
    .snapshots-modal .tabs .gallery-page {
      display: block; }
      .snapshots-modal .tabs .gallery-page__left {
        width: auto; }
      .snapshots-modal .tabs .gallery-page__right {
        width: auto; } }

.b-i-loading {
  position: relative; }
  .b-i-loading:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 999998;
    transition: all .3s ease-in-out, background .6s ease-in-out;
    content: '';
    opacity: 0; }
  .b-i-loading__spiner {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    transition: opacity .3s ease-in-out;
    width: 64px;
    height: 64px;
    border: 6px solid transparent;
    border-radius: 50%;
    position: relative;
    z-index: 999999;
    opacity: 0; }
    .b-i-loading__spiner::before {
      content: '';
      border: 6px solid rgba(56, 107, 242, 0.5);
      border-radius: 50%;
      width: 76.8px;
      height: 76.8px;
      position: absolute;
      top: -12.4px;
      left: -12.4px;
      animation: loader-scale 1.62s ease-out infinite;
      animation-delay: 1.62s;
      opacity: 0; }
    .b-i-loading__spiner::after {
      content: '';
      border: 6px solid #386bf2;
      border-radius: 50%;
      width: 64px;
      height: 64px;
      position: absolute;
      top: -6px;
      left: -6px;
      animation: loader-scale 1.62s ease-out infinite;
      animation-delay: 0.81s; }
@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
  .b-i-loading_showed {
    opacity: 1; }
    .b-i-loading_showed:before {
      opacity: 1;
      background-color: rgba(41, 49, 60, 0.3); }
    .b-i-loading_showed .b-i-loading__spiner {
      opacity: 1; }
  .b-i-loading_abs {
    position: absolute; }

.b-binman-num {
  position: relative;
  max-width: 100%; }
  .b-binman-num__input {
    position: relative;
    z-index: 1;
    padding-right: 40px !important; }
  .b-binman-num__controls {
    position: absolute;
    z-index: 2;
    width: 31px;
    border-left: 1px solid #DCE5EA;
    height: 100%;
    right: 0;
    top: 0; }
  .b-binman-num__label {
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    font-size: 11px;
    color: #8ea4b5;
    z-index: 3;
    font-weight: 400;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f4f9fb; }
  .b-binman-num__button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 18px;
    transition: all .25s ease-in-out; }
    .b-binman-num__button svg {
      fill: #386bf2;
      transition: all .25s ease-in-out; }
    .b-binman-num__button:first-child {
      border-bottom: 1px solid #DCE5EA;
      border-top-right-radius: 3px; }
    .b-binman-num__button:last-child {
      border-bottom-right-radius: 3px; }
    .b-binman-num__button:hover {
      background-color: #386bf2; }
      .b-binman-num__button:hover svg {
        fill: #fff; }

.b-graph-body {
  background-color: #F7FBFC;
  border: 1px solid #dce5ea;
  padding: 15px 15px 10px;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .b-graph-body__day {
    display: none; }
    .b-graph-body__day + label {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      border-radius: 3px;
      background-color: #ffffff;
      cursor: pointer;
      color: var(--body-color);
      font-size: 11px;
      font-weight: 500;
      width: calc(50% - 2.5px);
      max-width: calc(50% - 2.5px);
      min-width: calc(50% - 2.5px);
      height: 30px;
      margin-bottom: 5px;
      transition: all .2s ease-in-out; }
    .b-graph-body__day:checked + label {
      background-color: #00d4ff;
      color: #ffffff; }
  .b-graph-body #month .b-graph-body__day + label {
    width: calc((100% / 7) - 3px);
    max-width: calc((100% / 7) - 3px);
    min-width: calc((100% / 7) - 3px);
    height: 30px; }

form.b-map-search {
  position: absolute;
  top: 16px;
  margin-left: 0;
  left: 100px;
  align-items: center;
  justify-content: flex-start;
  z-index: 9999;
  width: 350px;
  transition: 0.3s all; }
  .page-with-sidebar--open form.b-map-search {
    left: 240px; }
  form.b-map-search__input {
    outline: none !important;
    border: none !important;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: var(--border-radius);
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 0 42px 0 32px;
    height: 40px;
    color: #000;
    font-size: 12px;
    background-image: url(/local/templates/cabinet/img/map-search-input.svg);
    background-repeat: no-repeat;
    background-position: 12px 50%; }
    form.b-map-search__input::placeholder {
      color: #8ea4b5; }
    form.b-map-search__input:focus {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  form.b-map-search__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    z-index: 3;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    cursor: pointer; }
    form.b-map-search__button svg {
      fill: #B8C7D9;
      transition: all .3s ease; }
    form.b-map-search__button:hover {
      background-color: #386bf2; }
      form.b-map-search__button:hover svg {
        fill: #fff; }

.b-map-controls {
  position: absolute;
  bottom: 20px;
  margin-left: 0;
  z-index: 9999;
  left: 100px;
  width: 0;
  transition: 0.3s all; }
  .page-with-sidebar--open .b-map-controls {
    left: 240px; }
  .b-map-controls__dropdown {
    position: absolute;
    bottom: 0;
    left: calc(100% + 8px);
    width: 160px;
    font-size: 10px;
    line-height: 1.2;
    background: #FFFFFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    display: none;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50px);
    transition: all .25s ease-in-out; }
    .b-map-controls__dropdown.showed {
      opacity: 1;
      transform: translateX(0); }
    .b-map-controls__dropdown .item, .b-map-controls__dropdown a.item {
      padding: 11px 15px 11px 31px;
      background-color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      color: var(--body-color);
      font-weight: bold;
      transition: all .15s ease-in-out;
      border-bottom: 1px solid #E6ECEF;
      position: relative; }
      .b-map-controls__dropdown .item:first-child, .b-map-controls__dropdown a.item:first-child {
        border-top-left-radius: var(--border-radius);
        border-top-right-radius: var(--border-radius); }
      .b-map-controls__dropdown .item:last-child, .b-map-controls__dropdown a.item:last-child {
        border-bottom-left-radius: var(--border-radius);
        border-bottom-right-radius: var(--border-radius);
        border-bottom: none; }
      .b-map-controls__dropdown .item:before, .b-map-controls__dropdown a.item:before {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #e4eaed;
        transition: all .15s ease-in-out; }
      .b-map-controls__dropdown .item:hover, .b-map-controls__dropdown a.item:hover {
        background-color: #F4F9FB; }
      .b-map-controls__dropdown .item.active:before, .b-map-controls__dropdown a.item.active:before {
        background-color: var(--primary-color); }
    .b-map-controls__dropdown:before {
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4.5px 6px 4.5px 0;
      border-color: transparent #fff transparent transparent;
      left: -6px;
      bottom: 13px;
      content: ''; }
  .b-map-controls__item {
    margin-bottom: 10px; }
    .b-map-controls__item:last-child {
      margin-bottom: 0; }

form .b-map-search__button:hover {
  background: none; }
  form .b-map-search__button:hover svg {
    fill: var(--body-color); }
form .b-map-search__button svg {
  fill: #8EA4B5; }

form .b-map-search__input {
  padding: 0 42px 0 37px;
  background-position: 15px 50%;
  color: var(--body-color); }

form.b-map-search .twitter-typeahead {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

form.b-map-search .twitter-typeahead .tt-menu {
  border: none;
  border-top: 1px solid #f4f9fb;
  background-color: #fff;
  position: relative !important; }
  form.b-map-search .twitter-typeahead .tt-menu .tt-suggestion {
    padding: 12px 15px;
    border-bottom: 1px solid #f4f9fb; }
    form.b-map-search .twitter-typeahead .tt-menu .tt-suggestion:hover {
      background-color: #f4f9fb; }
    form.b-map-search .twitter-typeahead .tt-menu .tt-suggestion strong {
      font-weight: normal;
      color: var(--body-color); }

.popover.bs-tether-element-attached-left {
  border: none;
  margin-left: 8px !important;
  margin-top: -16px; }
  .popover.bs-tether-element-attached-left .popover-arrow {
    display: none; }
  .popover.bs-tether-element-attached-left .popover-content {
    padding: 0; }

.popover-map-toggle {
  border: none;
  font-size: 0;
  padding: 11px 10px;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff; }
  .popover-map-toggle:hover {
    background-color: #f4f9fb; }

.map-toggle__list {
  margin: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius);
  position: relative;
  padding: 0;
  list-style: none;
  margin-bottom: 0 !important;
  max-width: 140px;
  min-width: 140px; }
  .map-toggle__list:before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 13px;
    border: 4px solid transparent;
    border-right: 6px solid #fff; }
.map-toggle__item {
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  color: var(--body-color);
  padding: 12px 15px 12px;
  cursor: pointer;
  border-bottom: 1px solid #f4f9fb; }
  .map-toggle__item:last-child {
    border-bottom: 0px solid #f4f9fb; }
  .map-toggle__item:hover {
    background-color: #f4f9fb; }
  .map-toggle__item:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #e4eaed;
    margin-right: 8px;
    border-radius: 50px; }
  .map-toggle__item.active:before {
    background-color: var(--primary-color); }

.map-buttons.layers-buttons {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  display: inline-flex;
  margin-bottom: 10px;
  left: 0 !important; }
  .map-buttons.layers-buttons:last-child {
    margin-bottom: 0; }

.map-buttons.layers-buttons .map-toggle {
  margin: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.map-buttons.layers-buttons .map-toggle.active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.map-buttons.layers-buttons .map-toggle.scheme {
  background-image: url(../img/map-button-scheme-icon.jpg);
  background-size: cover;
  margin-right: 5px; }

.map-buttons.layers-buttons .map-toggle.satellite {
  background-image: url(../img/map-button-satellite-icon.jpg);
  background-size: cover; }

.b-map-zoom {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 9999;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  width: 36px; }
  .b-map-zoom:last-child {
    margin-bottom: 0; }
  .b-map-zoom__button {
    width: 36px;
    height: 36px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #E7EDF0;
    text-decoration: none; }
    .b-map-zoom__button:first-child {
      border-top-left-radius: var(--border-radius);
      border-top-right-radius: var(--border-radius); }
    .b-map-zoom__button:last-child {
      border-bottom: none;
      border-bottom-left-radius: var(--border-radius);
      border-bottom-right-radius: var(--border-radius); }
    .b-map-zoom__button:hover {
      background-color: #f4efe2;
      color: #606f82;
      text-decoration: none;
      cursor: pointer; }

.b-map-controls .b-map-zoom {
  bottom: 83px; }
  @media screen and (max-width: 1430px) {
    .b-map-controls .b-map-zoom {
      bottom: 128px; } }

.b-map-legend {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
  width: 83vw; }
  .b-map-legend:last-child {
    margin-bottom: -10px; }
  .b-map-legend__item {
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .b-map-legend__item:last-child {
      margin-right: 0; }
    .b-map-legend__item .b-map-legend__button {
      border-right: 1px solid #E7EDF0; }
      .b-map-legend__item .b-map-legend__button:first-child {
        border-top-left-radius: var(--border-radius);
        border-bottom-left-radius: var(--border-radius); }
      .b-map-legend__item .b-map-legend__button:last-child {
        border-right: none;
        border-top-right-radius: var(--border-radius);
        border-bottom-right-radius: var(--border-radius); }
  .b-map-legend__button {
    padding: 0 10px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    transition: all .2s ease;
    font-size: 10px;
    font-weight: bold;
    color: var(--body-color) !important;
    text-decoration: none !important;
    cursor: default; }
    .b-map-legend__button .icon, .b-map-legend__button svg {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 6px; }
      .b-map-legend__button .icon:last-child, .b-map-legend__button svg:last-child {
        margin-right: 0; }
    .b-map-legend__button.active {
      background-color: #f4efe2;
      color: #606f82;
      text-decoration: none; }
  .b-map-legend a.b-map-legend__button:hover, .b-map-legend button.b-map-legend__button:hover {
    background-color: #f4efe2;
    color: #606f82;
    text-decoration: none;
    cursor: pointer; }

.b-map-icon {
  background-color: rgba(255, 255, 255, 0.7);
  border: 4px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99991; }
  .b-map-icon_worker {
    border-color: #8D30DB;
    background-image: url(/local/templates/cabinet/img/map-people.svg); }
  .b-map-icon_loads {
    border-color: #50BB43;
    background-image: url(/local/templates/cabinet/img/map-load.svg); }
    .b-map-icon_loads_red {
      border-color: #e74b3c; }
    .b-map-icon_loads_yellow {
      border-color: #ff7700; }
  .b-map-icon_areas {
    border-color: #008CFF;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(/local/templates/cabinet/img/map-areas.svg);
    background-size: auto 35%;
    background-position: calc(50% - 12px) 50%; }
    .b-map-icon_areas span {
      left: 50%;
      top: 50%;
      transform: translate(0, -50%);
      position: absolute;
      line-height: 1;
      font-size: 10px;
      font-weight: bold;
      color: #ffffff;
      width: 20px;
      height: 19px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      border-radius: var(--border-radius);
      background-color: var(--body-color);
      padding-top: 4px; }
      .b-map-icon_areas span:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 5px 0;
        border-color: transparent var(--body-color) transparent transparent;
        position: absolute;
        left: -4px;
        top: 50%;
        transform: translateY(-50%);
        content: ""; }
    .b-map-icon_areas.b-map-icon_empty {
      background-position: 50% 50%; }
    .b-map-icon_areas.no {
      border-color: #cc0000; }
    .b-map-icon_areas.partial {
      border-color: #FF8F32; }
    .b-map-icon_areas.full {
      border-color: #56B223; }
  .b-map-icon_objects {
    border-color: #FF9433;
    background-color: rgba(255, 255, 255, 0.85);
    background-image: url(/local/templates/cabinet/img/map-objects.svg);
    border-radius: var(--border-radius); }
  .b-map-icon_fills {
    border-color: #865025;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(/local/templates/cabinet/img/map-polygon.svg); }

.b-map-icon_selected {
  border-color: var(--warning-color);
  z-index: 9999; }

.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block; }

.marker-cluster.leaflet-marker-icon {
  display: flex; }

.marker-cluster-large, .marker-cluster-medium, .marker-cluster-small {
  background-color: #008CFF; }

.marker-cluster-large.object, .marker-cluster-medium.object, .marker-cluster-small.object {
  background-color: #FF9433; }

.marker-cluster-large.fill, .marker-cluster-medium.fill, .marker-cluster-small.fill {
  background-color: #865025; }

.marker-cluster {
  background-clip: padding-box;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center; }

.marker-cluster div {
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  text-align: center;
  border-radius: 100px;
  font: 10px "Roboto", Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  color: var(--body-color);
  display: flex;
  align-items: center;
  justify-content: center; }

.placemark_layout_car {
  text-align: center;
  width: 120px !important;
  left: -50px;
  top: -50px; }

.placemark_layout_car .placemark_layout_car_ico {
  width: 40px;
  height: auto;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center; }
  .placemark_layout_car .placemark_layout_car_ico.have_decoration {
    width: 50px; }

.placemark_layout_car .placemark_layout_car_name {
  display: inline-block;
  width: 110px;
  padding: 5px;
  background: rgba(55, 58, 60, 0.9);
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  border-radius: 5px; }

.placemark_layout_car {
  transition: all .35s linear; }

.placemark_layout_car_ico_ride {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-image: url(/local/templates/cabinet/img/ride.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 auto 5px;
  display: block;
  position: relative; }
  .placemark_layout_car_ico_ride span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .35s linear; }
    .placemark_layout_car_ico_ride span:before {
      position: absolute;
      top: -14px;
      left: 50%;
      margin-left: -12px;
      content: '';
      background-image: url(/local/templates/cabinet/img/ride-icon.svg);
      width: 24px;
      height: 14px; }
  .placemark_layout_car_ico_ride.a_20 span {
    transform: rotate(110deg); }
  .placemark_layout_car_ico_ride.a_40 span {
    transform: rotate(130deg); }
  .placemark_layout_car_ico_ride.a_45 span {
    transform: rotate(135deg); }
  .placemark_layout_car_ico_ride.a_60 span {
    transform: rotate(150deg); }
  .placemark_layout_car_ico_ride.a_80 span {
    transform: rotate(170deg); }
  .placemark_layout_car_ico_ride.a_90 span {
    transform: rotate(180deg); }
  .placemark_layout_car_ico_ride.a_100 span {
    transform: rotate(190deg); }
  .placemark_layout_car_ico_ride.a_120 span {
    transform: rotate(210deg); }
  .placemark_layout_car_ico_ride.a_135 span {
    transform: rotate(225deg); }
  .placemark_layout_car_ico_ride.a_140 span {
    transform: rotate(230deg); }
  .placemark_layout_car_ico_ride.a_160 span {
    transform: rotate(250deg); }
  .placemark_layout_car_ico_ride.a_180 span {
    transform: rotate(270deg); }
  .placemark_layout_car_ico_ride.a_200 span {
    transform: rotate(290deg); }
  .placemark_layout_car_ico_ride.a_220 span {
    transform: rotate(310deg); }
  .placemark_layout_car_ico_ride.a_225 span {
    transform: rotate(315deg); }
  .placemark_layout_car_ico_ride.a_240 span {
    transform: rotate(330deg); }
  .placemark_layout_car_ico_ride.a_260 span {
    transform: rotate(350deg); }
  .placemark_layout_car_ico_ride.a_270 span {
    transform: rotate(360deg); }
  .placemark_layout_car_ico_ride.a_280 span {
    transform: rotate(10deg); }
  .placemark_layout_car_ico_ride.a_300 span {
    transform: rotate(20deg); }
  .placemark_layout_car_ico_ride.a_315 span {
    transform: rotate(35deg); }
  .placemark_layout_car_ico_ride.a_320 span {
    transform: rotate(40deg); }
  .placemark_layout_car_ico_ride.a_340 span {
    transform: rotate(60deg); }

.i-map-info {
  font-size: 12px;
  line-height: 1.2;
  margin: -14px -20px;
  padding: 14px 20px;
  font-weight: bold;
  border-radius: var(--border-radius);
  position: relative; }
  .i-map-info:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -7px;
    z-index: 2;
    transform: translate(-50%, 0);
    content: ''; }
  .i-map-info_warning {
    background-color: #f54932;
    color: #ffffff; }
    .i-map-info_warning:before {
      border-color: #f54932 transparent transparent transparent; }
  .i-map-info_success {
    background-color: #56B223;
    color: #ffffff; }
    .i-map-info_success:before {
      border-color: #56B223 transparent transparent transparent; }

.leaflet-container a.leaflet-popup-close-button {
  color: #ffffff !important; }

.leaflet-popup-tip {
  width: 13px !important;
  height: 13px !important; }

.popover.bs-tether-target-attached-right {
  z-index: 9999; }

.b-map-popover__body .schedule .day {
  width: calc((100% / 7) - 5px);
  height: 37px; }
.b-map-popover__text_schedule.b-map-popover__text {
  margin-bottom: 15px; }
  .b-map-popover__text_schedule.b-map-popover__text:last-child {
    margin-bottom: 0; }

.page-title {
  margin-bottom: 15px;
  padding-bottom: 5px; }
  .page-title__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .page-title .hint-text {
    padding-top: 4px; }

.dashboard-header.page-title {
  padding-bottom: 30px; }

.js-tabs-ajax .dashboard-header.page-title {
  padding-bottom: 0; }

.page-title.page-title__wrap {
  padding-top: 5px; }

.title-h1, .title-h2, .title-h3 {
  margin: 0;
  font-weight: bold;
  color: var(--body-color); }

.title-h1 {
  font-size: 22px;
  line-height: 1.1;
  color: var(--body-color); }

.title-h2 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px; }

.title-h3 {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
  text-transform: uppercase; }
  .title-h3.data-card__title, .title-h3.no-uppercase {
    text-transform: none; }

.title-h4 {
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 5px;
  text-transform: uppercase; }

.hint-text {
  color: #8ea4b5;
  font-size: 11px;
  line-height: 1.11; }

.param-item__ttl {
  font-size: 12px;
  line-height: 1.16;
  margin-bottom: 3px; }
  .param-item__ttl:last-child {
    margin-bottom: 0; }
  .param-item__ttl--xl {
    font-size: 20px; }
  .param-item__ttl--lg {
    font-size: 16px; }
  .param-item__ttl--md {
    font-size: 14px; }
  .param-item__ttl.na, .param-item__ttl_na {
    color: #A3A9B1 !important; }
    .param-item__ttl.na--xl, .param-item__ttl_na--xl {
      font-size: 20px; }
    .param-item__ttl.na--lg, .param-item__ttl_na--lg {
      font-size: 16px; }
    .param-item__ttl.na--md, .param-item__ttl_na--md {
      font-size: 14px; }
    .param-item__ttl.na--white, .param-item__ttl_na--white {
      color: #fff; }
    .param-item__ttl.na--green, .param-item__ttl_na--green {
      color: #b2d170; }
    .param-item__ttl.na--red, .param-item__ttl_na--red {
      color: #ff5943; }
.param-item__val {
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 3px; }
  .param-item__val:last-child {
    margin-bottom: 0; }
  .param-item__val .section {
    margin-bottom: 3px; }
    .param-item__val .section:last-child {
      margin-bottom: 0; }

a.param-list__item .icon, a.param-list__item svg {
  fill: currentColor; }

.form-control.tt-input {
  background-image: url(../img/chosen.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
  padding-right: 15px; }
  .form-control.tt-input:focus {
    background-image: url(../img/chosen_open.svg);
    background-size: 8px 5px; }

.b-map-popover .twitter-typeahead .typeahead-row:hover {
  background: #F8F8F8; }

.b-header .form-search input {
  background-image: none !important; }

.twitter-typeahead .typeahead-row:hover {
  background: #F8F8F8; }

.b-map-popover .twitter-typeahead {
  width: 100%; }

.twitter-typeahead .form-control:hover, .twitter-typeahead .form-control:focus {
  border-color: #DCE5EA; }

.twitter-typeahead .tt-menu {
  border: 1px solid #DCE5EA;
  margin-top: -1px;
  max-height: 250px;
  overflow: auto;
  background-color: #f4f9fb;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  .twitter-typeahead .tt-menu .tt-dataset {
    padding: 0; }
  .twitter-typeahead .tt-menu .empty-message {
    padding: 10px 12px; }
  .twitter-typeahead .tt-menu .tt-suggestion {
    padding: 10px 12px;
    border-bottom: none;
    transition: all 0.2s ease;
    font-size: 12px;
    line-height: 14px;
    color: var(--body-color);
    font-weight: 400;
    border-bottom: 1px solid #DCE5EA; }
    .twitter-typeahead .tt-menu .tt-suggestion:last-child {
      border-bottom: none; }
    .twitter-typeahead .tt-menu .tt-suggestion:hover {
      background-color: #DCE5EA; }
    .twitter-typeahead .tt-menu .tt-suggestion .tt-highlight {
      display: inline-flex;
      font-weight: bold;
      background-color: #dce5ea; }

.b-header .tt-menu {
  background: #3A4453;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin-top: -5px;
  max-height: 450px;
  border: none; }
  .b-header .tt-menu .tt-suggestion {
    border-bottom: 1px solid #29313C; }
    .b-header .tt-menu .tt-suggestion .tt-highlight {
      display: inline-flex;
      font-weight: bold;
      background-color: transparent; }

.twitter-typeahead .small {
  font-size: 10px;
  color: #8ea4b5;
  line-height: 1;
  padding-top: 4px; }

.data-row {
  font-size: 12px;
  margin-bottom: 2px;
  padding: 14px 20px;
  background: #fff;
  border-radius: 3px; }

.data-header {
  text-transform: uppercase;
  font-size: 11px;
  padding: 14px 20px;
  font-weight: bold;
  line-height: 1.1;
  border-radius: 3px; }

.param-list__item.icon-dg.icon-dg-calend {
  margin-bottom: 0; }
  .param-list__item.icon-dg.icon-dg-calend .name {
    display: block;
    font-weight: bold;
    margin-right: 0; }
    .param-list__item.icon-dg.icon-dg-calend .name::first-letter {
      text-transform: uppercase; }

.b-info-line__graph {
  position: relative;
  display: inline-flex;
  cursor: pointer; }
.b-info-line__modal {
  position: absolute;
  width: 280px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 3;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  display: none; }
  .b-info-line__modal_containers {
    width: 400px;
    padding: 15px 20px; }
  .b-info-line__modal:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 6px 4.5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -6px;
    content: '';
    left: 50%;
    transform: translateX(-50%); }
.b-info-line .js-date {
  background-image: url("data:image/svg+xml;utf8,<svg width='15' height='14' viewBox='0 0 15 14' xmlns='http://www.w3.org/2000/svg'><path d='M0 0v4h15V0H0zm2 1h2v2H2V1zm9 0h2v2h-2V1zM0 5v9h15V5H0zm2 2h2v2H2V7zm3 0h2v2H5V7zm3 0h2v2H8V7zm3 0h2v2h-2V7zm-9 3h2v2H2v-2zm3 0h2v2H5v-2zm3 0h2v2H8v-2z' fill='#8EA4B5' fill-rule='nonzero'/></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%; }
.b-info-line .schedule {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: -5px;
  padding-top: 10px;
  padding-bottom: 15px; }
  .b-info-line .schedule:last-child {
    padding-bottom: 0; }
.b-info-line .day {
  background-color: #f4f9fb;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  text-transform: capitalize;
  font-size: 11px;
  font-weight: bold;
  color: var(--body-color); }
  .b-info-line .day:nth-child(7n) {
    margin-right: 0; }
.b-info-line .day.active {
  background-color: #386bf2;
  color: #ffffff; }

.modal-content, .popover {
  background-clip: padding-box; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10060 !important;
  display: none;
  outline: 0;
  -webkit-overflow-scrolling: touch; }

.modal-footer::after, .modal-header::after {
  display: table;
  content: "";
  clear: both; }

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: none;
  border-radius: var(--border-radius);
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10002;
  background-color: rgba(50, 58, 69, 0.8); }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.in {
  opacity: 0.5; }

.modal-header {
  padding: 12px 25px;
  background-color: transparent;
  color: var(--body-color);
  border-bottom: 1px solid #EFF3F5; }

.modal-header .close {
  margin-top: -2px; }

.modal__close {
  display: inline-flex;
  width: 10px;
  height: 10px;
  align-items: center;
  justify-content: center; }
  .modal__close svg {
    fill: var(--body-color);
    transition: all .25s ease-in-out; }
  .modal__close:hover svg {
    fill: var(--warning-color); }

.modal-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.125; }

.modal-body {
  position: relative;
  padding: 20px 25px; }

.modal-footer {
  padding: 0 25px 25px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.popover, .tooltip {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: .875rem;
  word-wrap: break-word;
  position: absolute;
  font-weight: 400;
  text-decoration: none; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto; }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }
.tooltip {
  z-index: 10001;
  text-align: left;
  text-align: start;
  opacity: 0; }

.tooltip.in {
  opacity: 0.9; }

.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.bs-tether-element-attached-bottom .tooltip-arrow, .tooltip.tooltip-top .tooltip-arrow {
  display: none;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff; }

.tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bs-tether-element-attached-left .tooltip-arrow, .tooltip.tooltip-right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #fff; }

.tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.bs-tether-element-attached-top .tooltip-arrow, .tooltip.tooltip-bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff; }

.tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip.bs-tether-element-attached-right .tooltip-arrow, .tooltip.tooltip-left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #000;
  text-align: center;
  background-color: transparent;
  border-radius: 2px; }

.tooltip-arrow {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  top: 0;
  left: 0;
  z-index: 10001;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px; }

.forms {
  font-size: 12px; }
  .forms__title {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.16;
    text-transform: uppercase; }
  .forms .param-item {
    margin-bottom: 20px; }
  .forms__label {
    display: block;
    font-size: 11px;
    color: var(--body-color);
    margin-bottom: 7px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase; }
    .forms__label + .forms__note {
      margin-top: -4px;
      margin-bottom: 1px; }
  .forms__text {
    position: relative; }
    .forms__text textarea, .forms__text input {
      width: 100%;
      height: 36px;
      padding: 0 12px;
      font-size: 12px;
      text-align: left;
      border-radius: 3px;
      border: 1px solid #dce5ea;
      background-color: #f7fbfc;
      color: var(--body-color); }
      .forms__text textarea::placeholder, .forms__text input::placeholder {
        color: #8ea4b5; }
    .forms__text textarea {
      padding: 10px 12px;
      resize: none;
      height: 140px; }
  .forms__text--error textarea, .forms__text--error input {
    border-color: #ff5943;
    background-color: #fff; }
  .forms__text--error__error-msg {
    display: block; }
  .forms__hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 10px;
    height: 36px;
    font-size: 12px; }
    .forms__hint_small {
      height: auto;
      position: relative; }
  .forms__select select {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    font-size: 12px;
    text-align: left;
    border-radius: 3px;
    border: 1px solid #dce5ea;
    background-color: #f7fbfc; }
  .forms__select .jq-selectbox {
    width: 100%; }
  .forms__field {
    margin-bottom: 20px; }
    .forms__field_have_border {
      padding-bottom: 20px;
      border-bottom: 1px solid #EFF3F5;
      margin-left: -25px;
      padding-left: 25px;
      padding-right: 25px;
      width: calc(100% + 50px); }
    .forms__field--disable {
      position: relative;
      opacity: 0.5; }
      .forms__field--disable::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    .forms__field:last-child, .forms__field_no-margin {
      margin-bottom: 0; }
  .forms__note {
    color: #8ea4b5;
    font-size: 11px;
    line-height: 13px; }
  .forms__warning {
    display: flex;
    align-items: center;
    min-height: 24px;
    padding-left: 38px;
    font-size: 12px;
    background: url(/local/templates/cabinet/img/contract/icon-warning-gray.svg) left center no-repeat; }
  .forms__result {
    padding: 10px 20px 15px;
    background: #386bf2;
    border-radius: 3px;
    margin-bottom: 20px; }
    .forms__result:last-child {
      margin: 0; }
  .forms__action {
    display: flex;
    align-items: center; }
    .forms__action .button {
      margin-left: 10px; }
      .forms__action .button:first-child {
        margin-left: 0; }
  .forms__calend {
    position: relative;
    transition: all .3s ease-in-out; }
    .forms__calend::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 11px;
      z-index: 10;
      width: 14px;
      height: 15px;
      margin-top: -7px;
      background: url(/local/templates/cabinet/img/contract/icon-blue-calend.svg) center no-repeat; }
    .forms__calend.disabled {
      opacity: .5; }
  .forms__error-msg {
    color: #ff5943;
    font-size: 10px;
    display: none;
    padding-top: 5px; }
  .forms__disable {
    position: relative;
    opacity: 0.5; }
    .forms__disable::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10; }
  .forms__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -5px;
    margin-right: -5px; }
  .forms__col-1, .forms__col-2, .forms__col-3, .forms__col-4, .forms__col-5, .forms__col-6, .forms__col-7, .forms__col-8, .forms__col-9, .forms__col-10, .forms__col-11, .forms__col-12 {
    padding-left: 5px;
    padding-right: 5px; }
  .forms__col-1 {
    width: 8.333333%; }
  .forms__col-2 {
    width: 16.666667%; }
  .forms__col-3 {
    width: 25%; }
  .forms__col-4 {
    width: 33.333333%; }
  .forms__col-5 {
    width: 41.666667%; }
  .forms__col-6 {
    width: 50%; }
  .forms__col-7 {
    width: 58.333333%; }
  .forms__col-8 {
    width: 66.666667%; }
  .forms__col-9 {
    width: 75%; }
  .forms__col-10 {
    width: 83.333333%; }
  .forms__col-11 {
    width: 91.666667%; }
  .forms__col-12 {
    width: 100%; }
  .forms__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .forms__buttons .btn, .forms__buttons .button, .forms__buttons a {
      margin-right: 10px; }
      .forms__buttons .btn:last-child, .forms__buttons .button:last-child, .forms__buttons a:last-child {
        margin-right: 0; }

.ceheck-list {
  padding-top: 6px; }
  .ceheck-list__item {
    margin-bottom: 10px; }
    .ceheck-list__item:last-child {
      margin-bottom: 0; }

.is-have-error {
  position: relative; }
  .is-have-error__icon {
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 20px;
    height: 18px;
    background-image: url(/local/templates/cabinet/img/warning-input.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    opacity: 0;
    transition: all .45s ease-in-out; }
    .is-have-error__icon:hover ~ .is-have-error__tooltip, .is-have-error__icon.active ~ .is-have-error__tooltip {
      opacity: 1;
      z-index: 4; }
  .is-have-error__tooltip {
    background-color: #ffffff;
    border: 1px solid #DADADA;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    padding: 14px 20px;
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    min-width: 240px;
    max-width: 280px;
    font-size: 10px;
    color: #8EA4B5;
    letter-spacing: 0;
    text-align: left;
    z-index: -1;
    line-height: 1.2;
    opacity: 0;
    transition: all .3s ease-in-out; }
    .is-have-error__tooltip:before {
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 4px 6px 4px;
      border-color: transparent transparent #fff transparent;
      content: '';
      position: absolute;
      top: -6px;
      right: 16px;
      z-index: 3; }
    .is-have-error__tooltip:after {
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 7px 5px;
      border-color: transparent transparent #DADADA transparent;
      content: '';
      position: absolute;
      top: -7px;
      right: 15px;
      z-index: 2; }
    .is-have-error__tooltip .title {
      margin-bottom: 5px;
      font-weight: bold;
      font-size: 12px;
      line-height: 1.16;
      color: var(--body-color);
      display: block; }
  .is-have-error.active .is-have-error__icon {
    opacity: 1;
    right: 11px;
    transform: translateY(-50%); }
  .is-have-error.active .is-have-error__tooltip {
    opacity: 1;
    z-index: 4; }

.i-pseudo-radio {
  display: none; }
  .i-pseudo-radio + label {
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 11px;
    color: var(--body-color);
    line-height: 1.1;
    border-radius: 3px;
    background-color: #F4F9FB;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0; }
    .i-pseudo-radio + label .icon, .i-pseudo-radio + label svg {
      margin-right: 10px;
      fill: var(--body-color); }
  .i-pseudo-radio.center + label {
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .i-pseudo-radio.center + label .icon, .i-pseudo-radio.center + label svg {
      margin-right: 0;
      margin-bottom: 8px;
      fill: var(--body-color); }
  .i-pseudo-radio:checked + label {
    background-color: #386bf2;
    color: #ffffff; }
    .i-pseudo-radio:checked + label .icon, .i-pseudo-radio:checked + label svg {
      fill: #ffffff; }

.i-uploader {
  padding: 14px 20px;
  background-color: #ffffff;
  border: 1px dashed #DCE5EA;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  transition: all .2s ease-in-out;
  border-radius: 3px; }
  .i-uploader:hover {
    border-style: solid;
    background-color: #f4f9fb; }
  .i-uploader input {
    position: absolute;
    font-size: 999px;
    width: 9999px;
    height: 999px;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer; }
  .i-uploader svg, .i-uploader .icon {
    margin-bottom: 8px; }
  .i-uploader__title {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 1.2;
    color: var(--body-color); }
  .i-uploader__hint {
    color: #8ea4b5;
    font-size: 10px;
    line-height: 1.2; }

.img-preview {
  display: block;
  width: 100%; }

.remove-container {
  position: relative;
  display: block; }
  .remove-container:hover .animated-button {
    opacity: 1; }

.animated-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 0 10px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: bold;
  color: var(--body-color);
  text-transform: uppercase;
  opacity: 0;
  transition: all .35s ease-in-out; }
  .animated-button svg {
    margin-left: 5px;
    width: 8px;
    height: 8px; }

.b-containers-table__row {
  margin-bottom: 2px;
  background-color: #f4f9fb;
  border-radius: 3px;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .b-containers-table__row_thead {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px; }
    .b-containers-table__row_thead .item {
      white-space: nowrap; }
  .b-containers-table__row .chosen-container-single .chosen-single, .b-containers-table__row .chosen-container .chosen-drop {
    background-color: #ffffff; }
  .b-containers-table__row .item {
    margin-right: 20px;
    width: 100%; }
    .b-containers-table__row .item:last-child {
      margin-right: 0; }
    .b-containers-table__row .item.regular {
      width: 85px;
      min-width: 85px;
      max-width: 85px; }
  .b-containers-table__row:last-child {
    margin-bottom: 0; }

.copy-btn {
  position: relative;
  z-index: 2; }
  .copy-btn svg {
    fill: #8EA4B5;
    transition: all .2s ease-in-out; }
  .copy-btn:hover svg {
    fill: var(--body-color); }

.button .b-type-icon__icon {
  margin-right: 5px; }
  .button .b-type-icon__icon:last-child {
    margin-right: 0; }

.btn, .xdsoft_noselect {
  -webkit-user-select: none; }

.btn, .custom-control-indicator {
  -moz-user-select: none;
  -ms-user-select: none; }

.btn-group-vertical > .btn, .btn-group > .btn, .btn-group > .btn-group, .btn-toolbar .btn-group, .btn-toolbar .input-group, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .dropdown-menu, .table-reflow thead, .table-reflow tr {
  float: left; }

.btn, .btn-link, .dropdown-item {
  font-weight: 400; }

.btn-block, input[type=reset].btn-block, input[type=submit].btn-block, input[type=button].btn-block {
  width: 100%; }

.btn {
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0 15px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  height: 36px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 3px;
  outline: none !important;
  transition: all 0.2s ease; }
  .btn img, .btn svg {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px;
    margin-top: -1px; }
    .btn img:last-child, .btn svg:last-child {
      margin-right: 0; }

.btn.btn-no-uppercase {
  text-transform: none; }

.btn.btn-block {
  display: flex !important; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px; }

.btn.focus, .btn:focus, .btn:hover {
  text-decoration: none; }

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  transform: translate(1px, 1px); }

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #386bf2;
  border-color: #386bf2; }

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #3b4656;
  border-color: #3b4656; }

.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3b4656;
  border-color: #3b4656;
  background-image: none;
  transform: translate(1px, 1px); }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #3b4656;
  border-color: #3b4656;
  background-image: none; }

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
  background-color: #6b8ca2;
  border-color: #e5e5e5; }

.btn-secondary {
  color: var(--body-color);
  background-color: #D6E5EB;
  border-color: #D6E5EB; }

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
  color: #fff;
  background-color: #6b8ca2;
  border-color: #6b8ca2; }

.btn-secondary.active, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none; }

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary:disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-info.focus, .btn-info:focus, .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2; }

.btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a; }

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info:disabled.focus, .btn-info:disabled:focus, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-success.focus, .btn-success:focus, .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641; }

.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d; }

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success:disabled.focus, .btn-success:disabled:focus, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316; }

.btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f; }

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning:disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a; }

.btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e; }

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger:disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f; }

.btn-outline-primary {
  color: #6b8ca2;
  background-image: none;
  background-color: transparent;
  border-color: #6b8ca2; }

.btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover, .open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #6b8ca2;
  border-color: #6b8ca2; }

.btn-outline-primary.active.focus, .btn-outline-primary.active:focus, .btn-outline-primary.active:hover, .btn-outline-primary:active.focus, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover, .open > .btn-outline-primary.dropdown-toggle.focus, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #465f70;
  border-color: #374a57; }

.btn-outline-primary.disabled.focus, .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled:hover {
  border-color: #aabdc9; }

.btn-outline-secondary, .btn.btn-outline-secondary {
  color: var(--body-color);
  background-image: none;
  background-color: #fff;
  border-color: #DBE4E7; }
  .btn-outline-secondary svg, .btn.btn-outline-secondary svg {
    fill: var(--body-color); }
  .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary:focus {
    color: var(--body-color);
    background-image: none;
    background-color: #fff;
    border-color: #DBE4E7; }
    .btn-outline-secondary:active svg, .btn-outline-secondary:focus svg, .btn.btn-outline-secondary:active svg, .btn.btn-outline-secondary:focus svg {
      fill: var(--body-color); }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:focus:hover, .btn.btn-outline-secondary:active:hover, .btn.btn-outline-secondary:focus:hover {
      color: #ffffff;
      background-color: var(--body-color); }
      .btn-outline-secondary:active:hover svg, .btn-outline-secondary:focus:hover svg, .btn.btn-outline-secondary:active:hover svg, .btn.btn-outline-secondary:focus:hover svg {
        fill: #fff; }
  .btn-outline-secondary:hover, .btn.btn-outline-secondary:hover {
    color: #ffffff; }
    .btn-outline-secondary:hover svg, .btn.btn-outline-secondary:hover svg {
      fill: #fff; }

.btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:hover, .open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: var(--body-color);
  border-color: #475364; }

.btn-outline-secondary.active.focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.active:hover, .btn-outline-secondary:active.focus, .btn-outline-secondary:active:focus, .btn-outline-secondary:active:hover, .open > .btn-outline-secondary.dropdown-toggle.focus, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle:hover {
  color: #fff;
  background-color: var(--body-color);
  border-color: var(--body-color); }

.btn-outline-secondary.disabled.focus, .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled:hover {
  border-color: #fff; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }

.btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:active, .btn-outline-info:focus, .btn-outline-info:hover, .open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-outline-info.active.focus, .btn-outline-info.active:focus, .btn-outline-info.active:hover, .btn-outline-info:active.focus, .btn-outline-info:active:focus, .btn-outline-info:active:hover, .open > .btn-outline-info.dropdown-toggle.focus, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a; }

.btn-outline-info.disabled.focus, .btn-outline-info.disabled:focus, .btn-outline-info.disabled:hover, .btn-outline-info:disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled:hover {
  border-color: #b0e1ef; }

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }

.btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:active, .btn-outline-success:focus, .btn-outline-success:hover, .open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-outline-success.active.focus, .btn-outline-success.active:focus, .btn-outline-success.active:hover, .btn-outline-success:active.focus, .btn-outline-success:active:focus, .btn-outline-success:active:hover, .open > .btn-outline-success.dropdown-toggle.focus, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d; }

.btn-outline-success.disabled.focus, .btn-outline-success.disabled:focus, .btn-outline-success.disabled:hover, .btn-outline-success:disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled:hover {
  border-color: #a3d7a3; }

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }

.btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning:hover, .open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.btn-outline-warning.active.focus, .btn-outline-warning.active:focus, .btn-outline-warning.active:hover, .btn-outline-warning:active.focus, .btn-outline-warning:active:focus, .btn-outline-warning:active:hover, .open > .btn-outline-warning.dropdown-toggle.focus, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f; }

.btn-outline-warning.disabled.focus, .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled:hover {
  border-color: #f8d9ac; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }

.btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:active, .btn-outline-danger:focus, .btn-outline-danger:hover, .open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }

.btn-outline-danger.active.focus, .btn-outline-danger.active:focus, .btn-outline-danger.active:hover, .btn-outline-danger:active.focus, .btn-outline-danger:active:focus, .btn-outline-danger:active:hover, .open > .btn-outline-danger.dropdown-toggle.focus, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e; }

.btn-outline-danger.disabled.focus, .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled:hover {
  border-color: #eba5a3; }

.btn-login {
  color: #fff;
  background-color: #386bf2;
  border-color: #386bf2;
  /*&.btn-lg {
      box-shadow: 0 0 15px 0 rgba(0, 212, 255, 0.30);
  }*/ }
  .btn-login:hover {
    color: #ffffff;
    background-color: #0f4be8;
    border-radius: 3px; }
    .btn-login:hover.btn-lg {
      box-shadow: 0 0 15px 0 rgba(0, 212, 255, 0.1); }

.btn-info.focus, .btn-info:focus, .btn-info:hover {
  color: #fff;
  background-color: #00C2FF;
  border-color: #00C2FF;
  box-shadow: 0 0 15px 0 rgba(0, 212, 255, 0.3); }

.btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00C2FF;
  border-color: #00C2FF;
  transform: translate(1px, 1px);
  background-image: none; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a; }

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info:disabled.focus, .btn-info:disabled:focus, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-link {
  color: #3C95E7;
  border-radius: 0; }

.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
  background-color: transparent; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #186fbf;
  text-decoration: underline;
  background-color: transparent; }

.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: 18px;
  font-size: 15px;
  line-height: 14px;
  font-weight: 500;
  height: auto; }

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .75rem;
  font-size: .875rem;
  border-radius: 2px; }

.btn-block {
  display: block; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -0.5rem; }

.btn-toolbar::after {
  content: "";
  display: table;
  clear: both; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 0.5rem; }

.btn .caret, .btn + .dropdown-toggle-split::after, .btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: 0.5625rem; }

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .9375rem;
  padding-left: 0.9375rem; }

.btn-group-lg > .btn .caret, .btn-lg .caret {
  border-width: 0.3em 0.3em 0; }

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.custom-control, .input-group, .input-group-btn, .input-group-btn > .btn {
  position: relative; }

.button {
  display: inline-flex;
  height: 36px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 15px;
  border: none;
  border-radius: 3px;
  background-color: #386bf2;
  transition: 0.3s;
  cursor: pointer; }
  .button .icon, .button svg {
    fill: #fff; }
  .button:hover {
    background-color: #3b4656;
    color: #ffffff !important; }
  .button--disable, .button[disabled] {
    background-color: #d3e6ea !important;
    cursor: default; }
  .button--xs {
    height: 26px;
    line-height: 26px; }
  .button--lg {
    height: 36px;
    line-height: 1; }
  .button--orange {
    background-color: #ff9433; }
  .button--lblue {
    background-color: #F7FBFC;
    color: var(--body-color); }
    .button--lblue:hover {
      color: #ffffff; }
  .button--green {
    background-color: #B2D170; }
  .button--white {
    line-height: 1;
    color: var(--body-color);
    background-color: #fff;
    border: 1px solid #dbe4e7; }
    .button--white:focus {
      color: var(--body-color); }
    .button--white svg, .button--white .icon {
      fill: var(--body-color); }
    .button--white:hover {
      color: #fff;
      border-color: var(--body-color); }
      .button--white:hover:focus {
        color: #fff; }
      .button--white:hover svg, .button--white:hover .icon {
        fill: #fff; }
    .button--white.disabled, .button--white.disabled[disabled] {
      opacity: .5;
      background-color: #ffffff !important; }
      .button--white.disabled:hover, .button--white.disabled[disabled]:hover {
        color: var(--body-color) !important;
        background-color: #fff !important;
        border: 1px solid #dbe4e7 !important; }
        .button--white.disabled:hover:focus, .button--white.disabled[disabled]:hover:focus {
          color: var(--body-color); }
        .button--white.disabled:hover svg, .button--white.disabled:hover .icon, .button--white.disabled[disabled]:hover svg, .button--white.disabled[disabled]:hover .icon {
          fill: var(--body-color); }
  .button--hover-gray:focus {
    color: var(--body-color) !important; }
  .button--hover-gray:hover {
    color: var(--body-color) !important;
    background-color: #f4f9fb !important; }
  .button--add {
    display: flex;
    align-items: center;
    padding: 1px 15px 0 33px;
    position: relative; }
    .button--add:hover, .button--add:focus {
      color: #ffffff !important; }
    .button--add::before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      background-image: url(/local/templates/cabinet/img/modals/icon-w-plus.svg); }
  .button--vdgray {
    background-color: #29313c; }
    .button--vdgray:not(.button--disable):hover {
      background-color: #386bf2;
      color: #ffffff; }
    .button--vdgray svg, .button--vdgray .icon {
      margin-right: 6px; }
  .button--icon {
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-left: 0 !important;
    padding: 0 !important; }
    .button--icon svg, .button--icon .icon {
      margin-right: 0 !important; }
    .button--icon:last-child {
      margin-right: 0; }

.button-block {
  display: flex;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center; }

a.button {
  text-decoration: none !important; }
  a.button:hover {
    color: #ffffff;
    text-decoration: none !important; }

.buttons-row {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .buttons-row a, .buttons-row button {
    margin-right: 10px; }

.btn-nav-group {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .btn-nav-group .btn {
    margin-left: 10px; }
    .btn-nav-group .btn:first-child {
      margin-left: 0; }

.button-upload:before {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20d%3D%22M2%209v3h10V9h2v4c0%20.7-.3%201-1%201H1c-.7%200-1.1-.3-1-1V9h2zm5-9c2.8%202.7%204.1%204%204%204H8v6H6V4H3c-.1%200%201.2-1.3%204-4z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: ''; }

.button-download:before {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20d%3D%22M2%209v3h10V9h2v4c0%20.7-.3%201-1%201H1c-.7%200-1.1-.3-1-1V9h2zm6-9v6h3c.1%200-1.2%201.3-4%204-2.8-2.7-4.1-4-4-4h3V0h2z%22%20fill%3D%22%23475364%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  transition: all .3s ease-in-out; }
.button-download:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20d%3D%22M2%209v3h10V9h2v4c0%20.7-.3%201-1%201H1c-.7%200-1.1-.3-1-1V9h2zm6-9v6h3c.1%200-1.2%201.3-4%204-2.8-2.7-4.1-4-4-4h3V0h2z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E"); }

.button--have-icon .icon {
  display: inline-flex;
  margin-right: 12px;
  width: 36px;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #DBE4E7;
  margin-left: -15px; }

.data-filter {
  margin-bottom: 0;
  border-radius: 3px; }
  .data-filter__wrap {
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 3px; }
    .data-filter__wrap_inner {
      padding: 0;
      border-top: none; }
      .data-filter__wrap_inner .b-filter-selected-fields {
        padding: 14px 20px 9px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .data-filter__wrap_inner .b-filter-selected-fields__field, .data-filter__wrap_inner .b-filter-selected-fields a.b-filter-selected-fields__field {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          padding: 7px;
          font-size: 10px;
          line-height: 1;
          color: #8EA4B5;
          border: 1px solid #DBE4E7;
          border-radius: 3px;
          text-decoration: none !important;
          cursor: pointer;
          background-color: #ffffff;
          transition: all .25s ease-in-out;
          margin-right: 5px;
          margin-bottom: 5px; }
          .data-filter__wrap_inner .b-filter-selected-fields__field svg, .data-filter__wrap_inner .b-filter-selected-fields a.b-filter-selected-fields__field svg {
            margin-left: 4px;
            fill: #8EA4B5;
            transition: all .25s ease-in-out; }
          .data-filter__wrap_inner .b-filter-selected-fields__field:hover, .data-filter__wrap_inner .b-filter-selected-fields a.b-filter-selected-fields__field:hover {
            background-color: #dbe4e7;
            color: #525f73; }
            .data-filter__wrap_inner .b-filter-selected-fields__field:hover span, .data-filter__wrap_inner .b-filter-selected-fields a.b-filter-selected-fields__field:hover span {
              color: var(--body-color); }
            .data-filter__wrap_inner .b-filter-selected-fields__field:hover svg, .data-filter__wrap_inner .b-filter-selected-fields a.b-filter-selected-fields__field:hover svg {
              fill: var(--body-color); }
          .data-filter__wrap_inner .b-filter-selected-fields__field span, .data-filter__wrap_inner .b-filter-selected-fields a.b-filter-selected-fields__field span {
            color: var(--body-color);
            display: inline-flex;
            align-items: center;
            margin: 0 4px; }
          .data-filter__wrap_inner .b-filter-selected-fields__field strong, .data-filter__wrap_inner .b-filter-selected-fields a.b-filter-selected-fields__field strong {
            font-weight: 400;
            margin: 0 4px; }
  .data-filter__title {
    font-size: 14px;
    font-weight: bold; }
  .data-filter__search {
    width: 300px; }
  .data-filter__action {
    display: flex; }
    .data-filter__action .button {
      margin-left: 10px; }
      .data-filter__action .button svg, .data-filter__action .button .icon {
        margin-right: 6px; }
  .data-filter__date {
    display: flex;
    align-items: center; }
    .data-filter__date .forms__calend {
      width: 140px;
      margin-right: 10px; }
    .data-filter__date .button {
      width: 105px; }
    .data-filter__date .forms__label {
      margin: 0 20px 0 0; }

.filter-search {
  position: relative;
  height: 36px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #dbe4e7; }
  .filter-search__text {
    width: 100%;
    height: 34px;
    border: none;
    background: none; }
  .filter-search__button {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border: none;
    background: url(/local/templates/cabinet/img/contract/icon-blue-search.svg) center no-repeat;
    cursor: pointer; }

.management-filters {
  width: 100%; }

.b-filter-selected-fields {
  border-top: 1px solid #f4f9fb; }
  .b-filter-selected-fields .btn {
    margin-right: 10px !important; }

.b-filters {
  margin-bottom: 1px; }
  .b-filters ~ .data-list table {
    margin-top: -2px; }

.value-list.ul-list + table {
  margin-top: 0; }

.fast-search-form {
  border: 1px solid #DCE5EA; }

.b-list-header {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px; }
  .b-list-header:last-child {
    margin-bottom: 0; }
  .b-list-header__title {
    font-weight: bold;
    font-size: 16px;
    color: var(--body-color);
    letter-spacing: 0;
    text-align: left;
    line-height: 1.2; }
  .b-list-header__hint {
    padding-top: 4px;
    display: block;
    font-weight: normal;
    font-size: 10px;
    color: #8EA4B5;
    line-height: 12px; }

.i-modern-close {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.074%204.996l3.704-3.704a.756.756%200%2010-1.07-1.07L5.004%203.926%201.3.222a.756.756%200%2010-1.07%201.07l3.704%203.704L.222%208.708a.756.756%200%20101.07%201.07l3.712-3.712L8.708%209.77a.755.755%200%20001.07%200%20.756.756%200%20000-1.07L6.074%204.995z%22%20fill%3D%22%2329313C%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  width: 10px;
  height: 10px;
  background-position: 50% 50%;
  background-size: 100% 100%; }
  .i-modern-close:hover {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.074%204.996l3.704-3.704a.756.756%200%2010-1.07-1.07L5.004%203.926%201.3.222a.756.756%200%2010-1.07%201.07l3.704%203.704L.222%208.708a.756.756%200%20101.07%201.07l3.712-3.712L8.708%209.77a.755.755%200%20001.07%200%20.756.756%200%20000-1.07L6.074%204.995z%22%20fill%3D%22%23ff5943%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E"); }

.b-map-popover__control:hover .i-modern-close {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.074%204.996l3.704-3.704a.756.756%200%2010-1.07-1.07L5.004%203.926%201.3.222a.756.756%200%2010-1.07%201.07l3.704%203.704L.222%208.708a.756.756%200%20101.07%201.07l3.712-3.712L8.708%209.77a.755.755%200%20001.07%200%20.756.756%200%20000-1.07L6.074%204.995z%22%20fill%3D%22%23ff5943%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E"); }

.i-file-preview {
  width: 34px;
  height: 40px;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2034%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23c2d1e7%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M28%200c1.3%200%202%20.7%202%202v36c0%201.3-.7%202-2%202H2c-1.3%200-2-.7-2-2V10h10V0h18z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M9%200v9H0z%22%2F%3E%3Cpath%20d%3D%22M12%2020h20c1.1%200%202%20.9%202%202v8c0%201.1-.9%202-2%202H12c-1.1%200-2-.9-2-2v-8c0-1.1.9-2%202-2z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23386bf2%22%2F%3E%3C%2Fsvg%3E");
  font-size: 9px;
  color: #FFFFFF;
  padding-top: 20px;
  padding-left: 6px; }

.i-warning-icon {
  width: 72px;
  height: 64px;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2072%2064%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill%3A%23475364%7D%3C%2Fstyle%3E%3Cg%20id%3D%22warning%22%20transform%3D%22translate(684%201907)%22%3E%3Cpath%20id%3D%22shape%22%20class%3D%22st0%22%20d%3D%22M-613.3-1857.1l-26.6-45.3c-1.7-2.8-4.7-4.6-8.1-4.6s-6.3%201.7-8.1%204.6l-26.6%2045.3c-1.7%202.9-1.8%206.5-.1%209.4%201.7%202.9%204.7%204.7%208.1%204.7h53.3c3.4%200%206.4-1.8%208.1-4.7a9.3%209.3%200%20000-9.4z%22%2F%3E%3Cpath%20id%3D%22shape_1_%22%20d%3D%22M-616.8-1855.4l-26.4-44.9c-1-1.7-2.8-2.7-4.8-2.7s-3.8%201-4.8%202.7l-26.4%2044.9c-1%201.7-1%203.8%200%205.6%201%201.8%202.8%202.8%204.8%202.8h52.8c2%200%203.8-1%204.8-2.8%201.1-1.7%201.1-3.9%200-5.6z%22%20fill%3D%22%23fff500%22%2F%3E%3Cpath%20id%3D%22shape_2_%22%20class%3D%22st0%22%20d%3D%22M-648-1855c-1.7%200-3-1.3-3-3s1.3-3%203-3%203%201.3%203%203-1.3%203-3%203z%22%2F%3E%3Cpath%20id%3D%22shape_3_%22%20class%3D%22st0%22%20d%3D%22M-646-1867c0%201.3-.7%202-2%202s-2-.7-2-2v-24c0-1.3.6-2%202-2s2%20.7%202%202v24z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

.i-cloud-upload-icon {
  width: 64px;
  height: 60px;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2060%22%3E%3Cpath%20d%3D%22M32%2022.3c.5%200%20.9.2%201.3.5l9.4%209.5c.7.7.7%201.8%200%202.5s-1.8.7-2.5%200l-6.4-6.5v29.8c0%201-.8%201.8-1.8%201.8s-1.8-.8-1.8-1.8V28.4l-6.4%206.5c-.3.4-.8.5-1.3.5s-.9-.2-1.3-.5c-.7-.7-.7-1.8%200-2.5l9.4-9.5c.5-.4.9-.6%201.4-.6zM33.8%200c4.6%200%209.1%201.7%2012.5%204.9%203.1%202.9%205.1%206.6%205.8%2010.7C59%2017.4%2064%2024.1%2064%2031.6c0%204.1-1.5%208.1-4.3%2011.2-2.8%203.1-6.5%205-10.6%205.3h-9.9c-1%200-1.8-.8-1.8-1.8s.8-1.8%201.8-1.8H49c6.3-.5%2011.5-6.3%2011.5-12.9%200-6.3-4.4-11.7-10.3-12.8-.8-.1-1.4-.8-1.5-1.6C48%209.5%2041.5%203.6%2033.8%203.6%2028%203.6%2022.7%207%2020.2%2012.3c-.4.8-1.4%201.2-2.2.9-.7-.3-1.5-.4-2.3-.4-3.6%200-6.6%203-6.6%206.7%200%20.8.1%201.6.4%202.3.3.8%200%201.7-.8%202.2-3.2%201.9-5.2%205.4-5.2%209.2%200%205.8%204.5%2011%209.9%2011.4h11.3c1%200%201.8.8%201.8%201.8s-.8%201.8-1.8%201.8H13.3c-3.6-.2-6.9-1.9-9.5-4.8C1.4%2040.5%200%2036.9%200%2033.2c0-4.6%202.2-8.9%205.8-11.5-.1-.7-.2-1.4-.2-2.1%200-5.7%204.6-10.3%2010.1-10.3.7%200%201.3.1%201.9.2%201.5-2.6%203.5-4.8%206-6.4C26.7%201%2030.2%200%2033.8%200z%22%20fill%3D%22%23386bf2%22%2F%3E%3C%2Fsvg%3E"); }

.i-area-icon {
  display: inline-flex;
  width: 14px;
  height: 18px;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2018%22%3E%3Cpath%20d%3D%22M7%200c3.9%200%207%203.1%207%207%200%202.6-2.3%206.2-7%2011-4.7-4.8-7-8.4-7-11%200-3.9%203.1-7%207-7zm0%204C5.3%204%204%205.3%204%207s1.3%203%203%203%203-1.3%203-3-1.3-3-3-3z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"); }

.i-fill-graph {
  transition: all .25s ease-in-out;
  width: 60px;
  height: 56px;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2056%22%3E%3Cpath%20d%3D%22M46%200c2.7%200%204%201.3%204%204v4h2c5.3%200%208%202.7%208%208v32c0%205.3-2.7%208-8%208H8c-5.3%200-8-2.7-8-8V16c0-5.3%202.7-8%208-8h2V4c0-2.7%201.3-4%204-4s4%201.3%204%204v4h24V4c0-2.7%201.3-4%204-4zm0%202c-1.3%200-2%20.7-2%202v6H16V4c0-1.3-.7-2-2-2s-2%20.7-2%202v6H8c-4%200-6%202-6%206v32c0%204%202%206%206%206h44c4%200%206-2%206-6V16c0-4-2-6-6-6h-4V4c0-1.3-.7-2-2-2zm6%2010c2.7%200%204%201.3%204%204v32c0%202.7-1.3%204-4%204H8c-2.7%200-4-1.3-4-4V16c0-2.7%201.3-4%204-4h44zm0%202H8c-1.3%200-2%20.7-2%202v32c0%201.3.7%202%202%202h44c1.3%200%202-.7%202-2V16c0-1.3-.7-2-2-2zM22%2034v8h-8v-8h8zm12%200v8h-8v-8h8zm-14%202h-4v4h4v-4zm12%200h-4v4h4v-4zM22%2022v8h-8v-8h8zm12%200v8h-8v-8h8zm12%200v8h-8v-8h8zm-26%202h-4v4h4v-4zm12%200h-4v4h4v-4zm12%200h-4v4h4v-4z%22%20fill%3D%22%23475364%22%2F%3E%3C%2Fsvg%3E"); }

.i-fill-request {
  transition: all .25s ease-in-out;
  width: 48px;
  height: 60px;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2060%22%3E%3Cpath%20d%3D%22M30%200l18%2018v34c0%205.3-2.7%208-8%208H8c-5.3%200-8-2.7-8-8V8c0-5.3%202.7-8%208-8h22zm0%202H8C4%202%202%204%202%208v44c0%204%202%206%206%206h32c4%200%206-2%206-6V18H34c-2.7%200-4-1.3-4-4V2zM13%2046c1.7%200%203%201.3%203%203s-1.3%203-3%203-3-1.3-3-3%201.3-3%203-3zm0%202c-.6%200-1%20.4-1%201s.4%201%201%201%201-.4%201-1-.4-1-1-1zm12%200c.7%200%201%20.3%201%201s-.3%201-1%201h-6c-.7%200-1-.3-1-1s.3-1%201-1h6zm12-8c.7%200%201%20.3%201%201s-.3%201-1%201H11c-.7%200-1-.3-1-1s.3-1%201-1h26zm0-6c.7%200%201%20.3%201%201s-.3%201-1%201H11c-.7%200-1-.3-1-1s.3-1%201-1h26zm0-6c.7%200%201%20.3%201%201s-.3%201-1%201H11c-.7%200-1-.3-1-1s.3-1%201-1h26zm0-6c.7%200%201%20.3%201%201s-.3%201-1%201H11c-.7%200-1-.3-1-1s.3-1%201-1h26zm-14-6c.7%200%201%20.3%201%201s-.3%201-1%201H11c-.7%200-1-.3-1-1s.3-1%201-1h12zm9-11v9c0%201.3.7%202%202%202h9L32%205z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23475364%22%2F%3E%3C%2Fsvg%3E"); }
  .i-fill-request_small {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.993%2011.049a.677.677%200%2001-.207.593l-1.971%201.957a1.11%201.11%200%2001-.349.253c-.143.069-.284.113-.422.133l-.089.008c-.05.004-.113.007-.193.007-.187%200-.491-.032-.911-.096-.42-.065-.934-.223-1.541-.475-.608-.252-1.297-.63-2.068-1.135-.77-.504-1.59-1.196-2.46-2.076a16.248%2016.248%200%2001-1.72-1.957A13.95%2013.95%200%2001.967%206.533a9.309%209.309%200%2001-.623-1.439c-.138-.43-.232-.8-.281-1.112a3.676%203.676%200%2001-.06-.734c.01-.178.015-.277.015-.297.02-.138.065-.279.134-.422.069-.144.153-.26.252-.349L2.373.208A.653.653%200%20012.849%200c.129%200%20.242.037.34.111.1.074.184.166.253.275l1.586%203.01a.722.722%200%2001.074.52.925.925%200%2001-.252.474l-.726.727a.247.247%200%2000-.052.096.366.366%200%2000-.022.111c.04.208.128.445.266.712.119.237.302.526.549.868.247.34.597.734%201.052%201.179.445.454.84.808%201.186%201.06.345.252.634.437.867.556.232.119.41.19.533.215l.185.037c.02%200%20.052-.007.097-.022a.247.247%200%2000.096-.052l.845-.86a.908.908%200%2001.622-.237c.168%200%20.302.03.4.089h.015l2.86%201.69c.208.129.332.292.371.49z%22%20fill%3D%22%238EA4B5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    width: 14px;
    height: 14px; }

.i-fill-additional {
  transition: all .25s ease-in-out;
  width: 52px;
  height: 60px;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2052%2060%22%3E%3Cpath%20d%3D%22M48%2018v38s0%204-4%204H8c-3.8%200-4-3.7-4-4V18h44zm-2%202H6v36c0%202%202%202%202%202h36s2%200%202-2V20zm-16%206v8h8v8h-8v8h-8v-8h-8v-8h8v-8h8zm-2%202h-4v8h-8v4h8v8h4v-8h8v-4h-8v-8zm6-28c2%200%202%202%202%202v6h14c.2%200%202%20.1%202%202v4c0%202-2%202-2%202H2s-2-.1-2-2v-4c0-1.9%201.7-2%202-2h14V2c0-.2.1-2%202-2h16zm0%202H18v6s0%201.9-2%202H2v4h48v-4H36c-1.9%200-2-1.7-2-2V2zm-2%202v6H20V4h12zm-2%202h-8v2h8V6z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23475364%22%2F%3E%3C%2Fsvg%3E"); }
  .i-fill-additional_small {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2218%22%20viewBox%3D%220%200%2014%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%206v11s0%201%201%201h10c1%200%201-1%201-1V6H1zm7%202v2.999h3v2H8V16H6v-3H3v-2.001h3V8h2zm2-8c1%200%201%201%201%201v2h2s1%200%201%201-1%201-1%201H1S0%205%200%204s1-1%201-1h2V.991C3.003.892%203.056%200%204%200zM5%202h4v1H5V2z%22%20fill%3D%22%238EA4B5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    width: 14px;
    height: 18px; }

.i-status-icon {
  background-position: 50% 50%;
  width: 12px;
  height: 9px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.715.617L11.37.279a1%201%200%2000-1.385%200l-5.882%205.74-2.087-2.036a.998.998%200%2000-1.384%200l-.346.337a.942.942%200%20000%201.351l3.123%203.05a1%201%200%20001.385%200l6.922-6.754a.943.943%200%20000-1.35z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E"); }

.have_error .i-status-icon {
  background-position: 50% 50%;
  width: 10px;
  height: 10px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.426%205l3.279-3.278A1.008%201.008%200%20108.278.295L5%203.574%201.721.295A1.008%201.008%200%2010.295%201.722L3.574%205%20.295%208.278a1.009%201.009%200%20001.426%201.427L5%206.426l3.278%203.279a1.008%201.008%200%20101.427-1.427L6.426%205z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }

.icon-user {
  background-position: 50% 50%;
  width: 12px;
  height: 16px;
  background-size: 100% 100%;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.74%208.163c3.71.676%204.194%201.743%204.253%205.49.004.239.006.28.007.26v.29S11.116%2016%206%2016s-6-1.797-6-1.797v-.38c.002%200%20.005-.06.01-.292.067-3.648.581-4.7%204.25-5.368%200%200%20.523.672%201.74.672s1.74-.672%201.74-.672zM6.08%200c2.697%200%203.162%201.754%203.162%203.918S7.827%207.837%206.081%207.837%202.92%206.082%202.92%203.918%203.384%200%206.08%200z%22%20fill%3D%22%238EA4B5%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E"); }

.i-need-accruals {
  position: relative; }
  .i-need-accruals:before {
    position: absolute;
    border: 2px solid #fff;
    background-color: #8ea4b5;
    width: 20px;
    height: 20px;
    top: -8px;
    right: -8px;
    z-index: 2;
    content: '';
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2210%22%20viewBox%3D%220%200%208%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%208.5h1.5V10H3V8.5h3V7H3V6h2.333C7.111%205.806%208%204.806%208%203S7.111.194%205.333%200H1.5c-.039%200-.039%201.5%200%204.5H0V6h1.5v1H0v1.5zm3-7h1.5c1.333%200%202%20.5%202%201.5s-.667%201.5-2%201.5H3v-3z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat; }

input:checked + label .i-fill-graph {
  width: 60px;
  height: 56px;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2056%22%3E%3Cpath%20d%3D%22M46%200c2.7%200%204%201.3%204%204v4h2c5.3%200%208%202.7%208%208v32c0%205.3-2.7%208-8%208H8c-5.3%200-8-2.7-8-8V16c0-5.3%202.7-8%208-8h2V4c0-2.7%201.3-4%204-4s4%201.3%204%204v4h24V4c0-2.7%201.3-4%204-4zm0%202c-1.3%200-2%20.7-2%202v6H16V4c0-1.3-.7-2-2-2s-2%20.7-2%202v6H8c-4%200-6%202-6%206v32c0%204%202%206%206%206h44c4%200%206-2%206-6V16c0-4-2-6-6-6h-4V4c0-1.3-.7-2-2-2zm6%2010c2.7%200%204%201.3%204%204v32c0%202.7-1.3%204-4%204H8c-2.7%200-4-1.3-4-4V16c0-2.7%201.3-4%204-4h44zm0%202H8c-1.3%200-2%20.7-2%202v32c0%201.3.7%202%202%202h44c1.3%200%202-.7%202-2V16c0-1.3-.7-2-2-2zM22%2034v8h-8v-8h8zm12%200v8h-8v-8h8zm-14%202h-4v4h4v-4zm12%200h-4v4h4v-4zM22%2022v8h-8v-8h8zm12%200v8h-8v-8h8zm12%200v8h-8v-8h8zm-26%202h-4v4h4v-4zm12%200h-4v4h4v-4zm12%200h-4v4h4v-4z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E"); }
input:checked + label .i-fill-request {
  width: 48px;
  height: 60px;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2060%22%3E%3Cpath%20d%3D%22M30%200l18%2018v34c0%205.3-2.7%208-8%208H8c-5.3%200-8-2.7-8-8V8c0-5.3%202.7-8%208-8h22zm0%202H8C4%202%202%204%202%208v44c0%204%202%206%206%206h32c4%200%206-2%206-6V18H34c-2.7%200-4-1.3-4-4V2zM13%2046c1.7%200%203%201.3%203%203s-1.3%203-3%203-3-1.3-3-3%201.3-3%203-3zm0%202c-.6%200-1%20.4-1%201s.4%201%201%201%201-.4%201-1-.4-1-1-1zm12%200c.7%200%201%20.3%201%201s-.3%201-1%201h-6c-.7%200-1-.3-1-1s.3-1%201-1h6zm12-8c.7%200%201%20.3%201%201s-.3%201-1%201H11c-.7%200-1-.3-1-1s.3-1%201-1h26zm0-6c.7%200%201%20.3%201%201s-.3%201-1%201H11c-.7%200-1-.3-1-1s.3-1%201-1h26zm0-6c.7%200%201%20.3%201%201s-.3%201-1%201H11c-.7%200-1-.3-1-1s.3-1%201-1h26zm0-6c.7%200%201%20.3%201%201s-.3%201-1%201H11c-.7%200-1-.3-1-1s.3-1%201-1h26zm-14-6c.7%200%201%20.3%201%201s-.3%201-1%201H11c-.7%200-1-.3-1-1s.3-1%201-1h12zm9-11v9c0%201.3.7%202%202%202h9L32%205z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E"); }
input:checked + label .i-fill-additional {
  width: 52px;
  height: 60px;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2052%2060%22%3E%3Cpath%20d%3D%22M48%2018v38s0%204-4%204H8c-3.8%200-4-3.7-4-4V18h44zm-2%202H6v36c0%202%202%202%202%202h36s2%200%202-2V20zm-16%206v8h8v8h-8v8h-8v-8h-8v-8h8v-8h8zm-2%202h-4v8h-8v4h8v8h4v-8h8v-4h-8v-8zm6-28c2%200%202%202%202%202v6h14c.2%200%202%20.1%202%202v4c0%202-2%202-2%202H2s-2-.1-2-2v-4c0-1.9%201.7-2%202-2h14V2c0-.2.1-2%202-2h16zm0%202H18v6s0%201.9-2%202H2v4h48v-4H36c-1.9%200-2-1.7-2-2V2zm-2%202v6H20V4h12zm-2%202h-8v2h8V6z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E"); }

.dd-control {
  background: #FFFFFF;
  border: 1px solid #EFF3F5;
  border-radius: 3px;
  padding: 0;
  position: relative;
  color: #8ea4b5;
  font-size: 10px;
  line-height: 1.2; }
  .dd-control__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    width: 100%;
    background-color: #ffffff;
    color: #8ea4b5;
    transition: all .2s ease-in-out;
    line-height: 1;
    padding: 11px 15px; }
    .dd-control__item .abs-button {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      cursor: pointer;
      opacity: 0; }
    .dd-control__item:hover {
      background-color: #f4f9fb;
      color: #8ea4b5; }
    .dd-control__item_toggler {
      background-image: url(/local/templates/cabinet/img/chosen.svg);
      background-position: calc(100% - 15px) 50%;
      background-size: auto;
      background-repeat: no-repeat;
      cursor: pointer; }
    .dd-control__item.disabled {
      color: rgba(142, 164, 181, 0.5);
      cursor: default; }
      .dd-control__item.disabled .icon, .dd-control__item.disabled .title {
        opacity: .5; }
      .dd-control__item.disabled:hover {
        background-color: #ffffff; }
  .dd-control__list {
    position: absolute;
    top: calc(100% + 1px);
    left: -1px;
    right: -1px;
    display: none; }
    .dd-control__list .dd-control__item {
      border: 1px solid #EFF3F5;
      border-top: none; }
      .dd-control__list .dd-control__item:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; }
  .dd-control.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .dd-control.active .dd-control__item_toggler {
      background-image: url(/local/templates/cabinet/img/chosen_open.svg);
      background-color: #ffffff; }
    .dd-control.active .dd-control__list {
      display: block; }
  .dd-control .icon {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    max-width: 32px;
    min-width: 32px;
    background-color: #f4f9fb;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .dd-control .icon svg {
      fill: var(--body-color); }
  .dd-control .title {
    margin-bottom: 4px;
    font-size: 11px;
    color: var(--text-color);
    letter-spacing: 0;
    line-height: 12px;
    font-weight: bold;
    text-transform: uppercase; }

@font-face {
  font-family: 'iv-icofont';
  src: url("../fonts/iv-icofont.eot");
  src: url("../fonts/iv-icofont.eot#iefix") format("embedded-opentype"), url("../fonts/iv-icofont.ttf") format("truetype"), url("../fonts/iv-icofont.woff") format("woff"), url("../fonts/iv-icofont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.fancybox-nav, html {
  -webkit-tap-highlight-color: transparent; }

.custom-select, .progress[value], input[type=search] {
  -webkit-appearance: none; }

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-inner, .fancybox-outer, .fancybox-skin {
  position: relative; }

.fancybox-skin {
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-iframe, .fancybox-image {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
  background-image: url(libs/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060; }

.fancybox-close, .fancybox-nav, .fancybox-nav span {
  z-index: 8040;
  position: absolute;
  cursor: pointer; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(libs/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  background: url(/local/templates/cabinet/img/error.svg);
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px; }

.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: url(libs/blank.gif); }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock, .fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock {
  width: auto; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(51, 51, 51, 0.7); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 2px 8px 8px 0;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: 0 0;
  border: none; }

.xdsoft_datetimepicker button {
  border: none !important; }

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

.xdsoft_noselect::selection {
  background: 0 0; }

.xdsoft_noselect::-moz-selection {
  background: 0 0; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: .5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: .5;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev {
  float: none;
  margin-left: 0;
  margin-right: 14px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover, .xdsoft_datetimepicker .xdsoft_today_button:hover {
  opacity: 1; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: .5;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: .2; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_scrollbar, [role=button], [type=reset], [type=submit], [type=button], button {
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px; }

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: museo-sans, "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
  background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%); }

.xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:focus span, .xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:hover span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #FFF));
  background: -webkit-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: -o-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: -ms-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%); }

.step-app > .step-steps {
  margin: 0;
  padding: 0;
  display: flex;
  border-radius: 3px 3px 0 0;
  overflow: hidden; }

pre, textarea {
  overflow: auto; }

.step-app > .step-steps > li {
  list-style: none;
  flex: 1; }

.step-app > .step-steps > li:last-child a {
  border: none; }

.step-app > .step-steps > li > a {
  display: block;
  padding: 10px;
  color: #333;
  background-color: #e5e5e5;
  text-decoration: none;
  border-right: 1px solid #fff; }

.step-app > .step-steps > li > a > .number {
  background: #fff;
  padding: 0 8px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  border-radius: 3px;
  color: #333; }

.step-app > .step-steps > li > a:hover {
  background-color: #ddd; }

.step-app > .step-steps > li.active a {
  background-color: #32c5d2;
  color: #fff; }

.step-app > .step-steps > li.error a {
  background-color: #e7505a;
  color: #fff; }

.step-app > .step-steps > li.done a {
  background-color: #3cb371;
  color: #fff; }

.step-app > .step-content {
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-top: 0; }

.step-app > .step-content > .step-tab-panel {
  display: none; }

.step-app > .step-content > .step-tab-panel.active, article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

.step-app > .step-footer {
  margin-top: 15px;
  margin-bottom: 15px; }

address, dl, ol, p, ul {
  margin-bottom: 1rem; }

.step-app > .step-footer > .step-btn {
  padding: 4px 16px;
  color: #333;
  text-decoration: none;
  background: #e5e5e5;
  border-radius: 3px;
  border: none;
  outline: 0;
  cursor: pointer; }

.area {
  width: 18px;
  height: 18px; }

.arrow {
  width: 31.49px;
  height: 31.49px; }

.building {
  width: 24px;
  height: 24px; }

.icon-close {
  width: 100px;
  height: 100px; }

.oil {
  width: 22px;
  height: 25px; }

.speed {
  width: 32px;
  height: 30px; }

.trash {
  width: 18px;
  height: 18px; }

.trashcan {
  width: 19px;
  height: 24px; }

.up {
  width: 18px;
  height: 24px; }

.cls-1 {
  fill: #666;
  fill-rule: evenodd; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  margin: 0.67em 0; }

dd, h1, h2, h3, h4, h5, h6, label {
  margin-bottom: 0.5rem; }

mark {
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-size: 1em; }

button, input, select, textarea {
  font: inherit; }

dt, optgroup {
  font-weight: 700; }

address, legend {
  line-height: inherit; }

button, input, select {
  overflow: visible; }

button, select {
  text-transform: none; }

[disabled] {
  cursor: default; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring, input:-moz-focusring {
  outline: ButtonText dotted 1px; }

textarea {
  resize: vertical; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

@media print {
  blockquote, img, pre, tr {
    page-break-inside: avoid; }

  *, ::after, ::before, ::first-letter, ::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  blockquote, pre {
    border: 1px solid #999; }

  thead {
    display: table-header-group; }

  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .tag {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td, .table th {
    background-color: #fff !important; }

  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }
label, output {
  display: inline-block; }

html {
  box-sizing: border-box;
  font-size: 13px;
  -ms-overflow-style: scrollbar; }

*, ::after, ::before {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
body {
  margin: 0;
  line-height: 1.5;
  color: #475364; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

dl, h1, h2, h3, h4, h5, h6, ol, p, ul {
  margin-top: 0; }

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  font-style: normal; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

dd {
  margin-left: 0; }

blockquote, figure {
  margin: 0 0 1rem; }

a {
  color: var(--primary-color);
  text-decoration: none; }

a:hover {
  color: var(--hover-color);
  text-decoration: underline; }

a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  text-decoration: none; }

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

.form-control:disabled, input[type=checkbox]:disabled, input[type=radio]:disabled {
  cursor: not-allowed; }

[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px; }

button, input, select, textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }
  fieldset.form-group {
    margin: 0 0 15px;
    border: none;
    padding: 0; }

legend {
  box-sizing: border-box;
  color: inherit;
  max-width: 100%;
  white-space: normal;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem; }

.btn, .dropdown-header, .dropdown-item, .input-group-btn, .table-reflow tbody, .tag {
  white-space: nowrap; }

[hidden] {
  display: none !important; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.blockquote, hr {
  margin-bottom: 1rem; }

.display-1, .display-2, .display-3, .display-4, .lead {
  font-weight: 300; }

.h1, h1 {
  font-size: 24px; }

.h2, h2 {
  font-size: 20px; }

.h3, h3 {
  font-size: 1.75rem; }

.h4, h4 {
  font-size: 1.5rem; }

.h5, h5 {
  font-size: 1.25rem; }

.h6, h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem; }

.display-1 {
  font-size: 6rem; }

.display-2 {
  font-size: 5.5rem; }

.display-3 {
  font-size: 4.5rem; }

.display-4 {
  font-size: 3.5rem; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.small, small {
  font-size: 80%;
  font-weight: 400; }

.alert-link, .close, .tag, kbd kbd {
  font-weight: 700; }

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

.list-inline, .list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 5px; }

.container, .container-fluid {
  margin-left: auto;
  margin-right: auto; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91; }

.blockquote-footer::before {
  content: "— "; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: .25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: " —"; }

dl.row > dd + dt {
  clear: left; }

.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img, .img-fluid {
  display: block;
  max-width: 100%;
  height: auto; }

.figure, .img-thumbnail {
  display: inline-block; }

.img-rounded {
  border-radius: 2px; }

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

code, kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  border-radius: 2px; }

.figure-img {
  margin-bottom: .5rem;
  line-height: 1; }

.table, pre {
  margin-bottom: 1rem; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  color: #bd4147;
  background-color: #f7f7f9; }

kbd {
  color: #fff;
  background-color: #333; }

kbd kbd {
  padding: 0;
  font-size: 100%; }

pre {
  display: block;
  margin-top: 0;
  font-size: 90%;
  color: #373a3c; }

.container-fluid::after, .container::after, .row::after {
  display: table;
  clear: both;
  content: ""; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0; }

.container, .container-fluid {
  padding-right: .9375rem;
  padding-left: 0.9375rem; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.33333%; }

.offset-xs-2 {
  margin-left: 16.66667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.33333%; }

.offset-xs-5 {
  margin-left: 41.66667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.33333%; }

.offset-xs-8 {
  margin-left: 66.66667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.33333%; }

.offset-xs-11 {
  margin-left: 91.66667%; }

@media (min-width: 544px) {
  .container {
    max-width: 576px; }

  .col-sm-1 {
    float: left;
    width: 8.33333%; }

  .col-sm-2 {
    float: left;
    width: 16.66667%; }

  .col-sm-3 {
    float: left;
    width: 25%; }

  .col-sm-4 {
    float: left;
    width: 33.33333%; }

  .col-sm-5 {
    float: left;
    width: 41.66667%; }

  .col-sm-6 {
    float: left;
    width: 50%; }

  .col-sm-7 {
    float: left;
    width: 58.33333%; }

  .col-sm-8 {
    float: left;
    width: 66.66667%; }

  .col-sm-9 {
    float: left;
    width: 75%; }

  .col-sm-10 {
    float: left;
    width: 83.33333%; }

  .col-sm-11 {
    float: left;
    width: 91.66667%; }

  .col-sm-12 {
    float: left;
    width: 100%; }

  .pull-sm-0 {
    right: auto; }

  .pull-sm-1 {
    right: 8.33333%; }

  .pull-sm-2 {
    right: 16.66667%; }

  .pull-sm-3 {
    right: 25%; }

  .pull-sm-4 {
    right: 33.33333%; }

  .pull-sm-5 {
    right: 41.66667%; }

  .pull-sm-6 {
    right: 50%; }

  .pull-sm-7 {
    right: 58.33333%; }

  .pull-sm-8 {
    right: 66.66667%; }

  .pull-sm-9 {
    right: 75%; }

  .pull-sm-10 {
    right: 83.33333%; }

  .pull-sm-11 {
    right: 91.66667%; }

  .pull-sm-12 {
    right: 100%; }

  .push-sm-0 {
    left: auto; }

  .push-sm-1 {
    left: 8.33333%; }

  .push-sm-2 {
    left: 16.66667%; }

  .push-sm-3 {
    left: 25%; }

  .push-sm-4 {
    left: 33.33333%; }

  .push-sm-5 {
    left: 41.66667%; }

  .push-sm-6 {
    left: 50%; }

  .push-sm-7 {
    left: 58.33333%; }

  .push-sm-8 {
    left: 66.66667%; }

  .push-sm-9 {
    left: 75%; }

  .push-sm-10 {
    left: 83.33333%; }

  .push-sm-11 {
    left: 91.66667%; }

  .push-sm-12 {
    left: 100%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333%; }

  .offset-sm-2 {
    margin-left: 16.66667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333%; }

  .offset-sm-5 {
    margin-left: 41.66667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333%; }

  .offset-sm-8 {
    margin-left: 66.66667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333%; }

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; }

  .col-md-1 {
    float: left;
    width: 8.33333%; }

  .col-md-2 {
    float: left;
    width: 16.66667%; }

  .col-md-3 {
    float: left;
    width: 25%; }

  .col-md-4 {
    float: left;
    width: 33.33333%; }

  .col-md-5 {
    float: left;
    width: 41.66667%; }

  .col-md-6 {
    float: left;
    width: 50%; }

  .col-md-7 {
    float: left;
    width: 58.33333%; }

  .col-md-8 {
    float: left;
    width: 66.66667%; }

  .col-md-9 {
    float: left;
    width: 75%; }

  .col-md-10 {
    float: left;
    width: 83.33333%; }

  .col-md-11 {
    float: left;
    width: 91.66667%; }

  .col-md-12 {
    float: left;
    width: 100%; }

  .pull-md-0 {
    right: auto; }

  .pull-md-1 {
    right: 8.33333%; }

  .pull-md-2 {
    right: 16.66667%; }

  .pull-md-3 {
    right: 25%; }

  .pull-md-4 {
    right: 33.33333%; }

  .pull-md-5 {
    right: 41.66667%; }

  .pull-md-6 {
    right: 50%; }

  .pull-md-7 {
    right: 58.33333%; }

  .pull-md-8 {
    right: 66.66667%; }

  .pull-md-9 {
    right: 75%; }

  .pull-md-10 {
    right: 83.33333%; }

  .pull-md-11 {
    right: 91.66667%; }

  .pull-md-12 {
    right: 100%; }

  .push-md-0 {
    left: auto; }

  .push-md-1 {
    left: 8.33333%; }

  .push-md-2 {
    left: 16.66667%; }

  .push-md-3 {
    left: 25%; }

  .push-md-4 {
    left: 33.33333%; }

  .push-md-5 {
    left: 41.66667%; }

  .push-md-6 {
    left: 50%; }

  .push-md-7 {
    left: 58.33333%; }

  .push-md-8 {
    left: 66.66667%; }

  .push-md-9 {
    left: 75%; }

  .push-md-10 {
    left: 83.33333%; }

  .push-md-11 {
    left: 91.66667%; }

  .push-md-12 {
    left: 100%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .offset-md-2 {
    margin-left: 16.66667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333%; }

  .offset-md-5 {
    margin-left: 41.66667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333%; }

  .offset-md-8 {
    margin-left: 66.66667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333%; }

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .container {
    max-width: 940px; }

  .col-lg-1 {
    float: left;
    width: 8.33333%; }

  .col-lg-2 {
    float: left;
    width: 16.66667%; }

  .col-lg-3 {
    float: left;
    width: 25%; }

  .col-lg-4 {
    float: left;
    width: 33.33333%; }

  .col-lg-5 {
    float: left;
    width: 41.66667%; }

  .col-lg-6 {
    float: left;
    width: 50%; }

  .col-lg-7 {
    float: left;
    width: 58.33333%; }

  .col-lg-8 {
    float: left;
    width: 66.66667%; }

  .col-lg-9 {
    float: left;
    width: 75%; }

  .col-lg-10 {
    float: left;
    width: 83.33333%; }

  .col-lg-11 {
    float: left;
    width: 91.66667%; }

  .col-lg-12 {
    float: left;
    width: 100%; }

  .pull-lg-0 {
    right: auto; }

  .pull-lg-1 {
    right: 8.33333%; }

  .pull-lg-2 {
    right: 16.66667%; }

  .pull-lg-3 {
    right: 25%; }

  .pull-lg-4 {
    right: 33.33333%; }

  .pull-lg-5 {
    right: 41.66667%; }

  .pull-lg-6 {
    right: 50%; }

  .pull-lg-7 {
    right: 58.33333%; }

  .pull-lg-8 {
    right: 66.66667%; }

  .pull-lg-9 {
    right: 75%; }

  .pull-lg-10 {
    right: 83.33333%; }

  .pull-lg-11 {
    right: 91.66667%; }

  .pull-lg-12 {
    right: 100%; }

  .push-lg-0 {
    left: auto; }

  .push-lg-1 {
    left: 8.33333%; }

  .push-lg-2 {
    left: 16.66667%; }

  .push-lg-3 {
    left: 25%; }

  .push-lg-4 {
    left: 33.33333%; }

  .push-lg-5 {
    left: 41.66667%; }

  .push-lg-6 {
    left: 50%; }

  .push-lg-7 {
    left: 58.33333%; }

  .push-lg-8 {
    left: 66.66667%; }

  .push-lg-9 {
    left: 75%; }

  .push-lg-10 {
    left: 83.33333%; }

  .push-lg-11 {
    left: 91.66667%; }

  .push-lg-12 {
    left: 100%; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333%; }

  .offset-lg-2 {
    margin-left: 16.66667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333%; }

  .offset-lg-5 {
    margin-left: 41.66667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333%; }

  .offset-lg-8 {
    margin-left: 66.66667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333%; }

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; }

  .col-xl-1 {
    float: left;
    width: 8.33333%; }

  .col-xl-2 {
    float: left;
    width: 16.66667%; }

  .col-xl-3 {
    float: left;
    width: 25%; }

  .col-xl-4 {
    float: left;
    width: 33.33333%; }

  .col-xl-5 {
    float: left;
    width: 41.66667%; }

  .col-xl-6 {
    float: left;
    width: 50%; }

  .col-xl-7 {
    float: left;
    width: 58.33333%; }

  .col-xl-8 {
    float: left;
    width: 66.66667%; }

  .col-xl-9 {
    float: left;
    width: 75%; }

  .col-xl-10 {
    float: left;
    width: 83.33333%; }

  .col-xl-11 {
    float: left;
    width: 91.66667%; }

  .col-xl-12 {
    float: left;
    width: 100%; }

  .pull-xl-0 {
    right: auto; }

  .pull-xl-1 {
    right: 8.33333%; }

  .pull-xl-2 {
    right: 16.66667%; }

  .pull-xl-3 {
    right: 25%; }

  .pull-xl-4 {
    right: 33.33333%; }

  .pull-xl-5 {
    right: 41.66667%; }

  .pull-xl-6 {
    right: 50%; }

  .pull-xl-7 {
    right: 58.33333%; }

  .pull-xl-8 {
    right: 66.66667%; }

  .pull-xl-9 {
    right: 75%; }

  .pull-xl-10 {
    right: 83.33333%; }

  .pull-xl-11 {
    right: 91.66667%; }

  .pull-xl-12 {
    right: 100%; }

  .push-xl-0 {
    left: auto; }

  .push-xl-1 {
    left: 8.33333%; }

  .push-xl-2 {
    left: 16.66667%; }

  .push-xl-3 {
    left: 25%; }

  .push-xl-4 {
    left: 33.33333%; }

  .push-xl-5 {
    left: 41.66667%; }

  .push-xl-6 {
    left: 50%; }

  .push-xl-7 {
    left: 58.33333%; }

  .push-xl-8 {
    left: 66.66667%; }

  .push-xl-9 {
    left: 75%; }

  .push-xl-10 {
    left: 83.33333%; }

  .push-xl-11 {
    left: 91.66667%; }

  .push-xl-12 {
    left: 100%; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333%; }

  .offset-xl-2 {
    margin-left: 16.66667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333%; }

  .offset-xl-5 {
    margin-left: 41.66667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333%; }

  .offset-xl-8 {
    margin-left: 66.66667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333%; }

  .offset-xl-11 {
    margin-left: 91.66667%; } }
.table {
  width: 100%;
  max-width: 100%; }

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef; }

.table tbody + tbody {
  border-top: 2px solid #eceeef; }

.table .table {
  background-color: #fff; }

.table-sm td, .table-sm th {
  padding: 0.3rem; }

.table-bordered, .table-bordered td, .table-bordered th {
  border: 1px solid #eceeef; }

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #EFF3F5; }

.table-active, .table-active > td, .table-active > th, .table-hover tbody tr:hover {
  background-color: #f5f5f5; }

.table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: #e8e8e8; }

.table-success, .table-success > td, .table-success > th {
  background-color: #dff0d8; }

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #d0e9c6; }

.table-info, .table-info > td, .table-info > th {
  background-color: #d9edf7; }

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #c4e3f3; }

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #faf2cc; }

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f2dede; }

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.table-inverse td, .table-inverse th, .table-inverse thead th {
  border-color: #55595c; }

.table-inverse.table-bordered {
  border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto; }

.collapsing, .embed-responsive, .media, .media-body, .modal, .modal-open, .navbar-divider {
  overflow: hidden; }

.table-reflow tbody {
  display: block; }

.table-reflow td, .table-reflow th {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }

.table-reflow td:last-child, .table-reflow th:last-child {
  border-right: 1px solid #eceeef; }

.table-reflow tbody:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow thead:last-child tr:last-child th {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr td, .table-reflow tr th {
  display: block !important;
  border: 1px solid #eceeef; }

.form-check, .form-control, .form-control-file, .form-control-range, .form-text {
  display: block; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #66afe9;
  outline: 0; }

.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1; }

.form-control::placeholder {
  color: #999;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  opacity: 0.5; }

select.form-control:not([size]):not([multiple]) {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/local/templates/cabinet/img/chosen.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%; }

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

.col-form-label {
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: .275rem;
  padding-bottom: .275rem;
  font-size: 0.875rem; }

.col-form-legend, .form-control-static {
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0; }

.col-form-legend {
  font-size: 1rem; }

.form-control-static {
  min-height: 2.25rem; }

.form-control-static.form-control-lg, .form-control-static.form-control-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  padding: .275rem .75rem;
  font-size: .875rem;
  border-radius: 2px; }

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8625rem; }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 2px; }

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: 3.16667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  margin-bottom: 0.75rem; }

.form-check + .form-check {
  margin-top: -0.25rem; }

.form-check-input, .form-control-feedback {
  margin-top: 0.25rem; }

.form-check.disabled .form-check-label {
  color: #818a91;
  cursor: not-allowed; }

.has-success .custom-control, .has-success .form-check-inline, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {
  color: #5cb85c; }

.form-check-inline, .form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-left: -1.25rem; }

.form-check-input:only-child {
  position: static; }

.collapsing, .dropdown, .dropup {
  position: relative; }

.form-check-inline {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem; }

.form-check-inline.disabled {
  cursor: not-allowed; }

.form-control-danger, .form-control-success, .form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  background-size: 1.125rem 1.125rem; }

.has-success .form-control {
  border-color: #5cb85c; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-warning .custom-control, .has-warning .form-check-inline, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {
  color: #f0ad4e; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #fff; }

.has-danger .custom-control, .has-danger .form-check-inline, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
  color: #d9534f; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .form-control {
  border-color: #d9534f; }

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 544px) {
  .form-inline .form-control-static, .form-inline .form-group {
    display: inline-block; }

  .form-inline .form-check, .form-inline .form-control-label, .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .form-check {
    display: inline-block;
    margin-top: 0; }

  .form-inline .form-check-label {
    padding-left: 0; }

  .form-inline .form-check-input {
    position: relative;
    margin-left: 0; }

  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapsing {
  height: 0;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px; }

.dropdown-divider {
  height: 1px;
  margin: .5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  color: #373a3c;
  text-align: inherit;
  background: 0 0;
  border: 0; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3C95E7;
  outline: 0; }

.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #818a91; }

.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: .875rem;
  color: #818a91; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.input-group {
  width: 100%;
  display: table;
  border-collapse: separate; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover, .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 3; }

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 2px; }

.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: .275rem .75rem;
  font-size: .875rem;
  border-radius: 2px; }

.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 2px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  font-size: 0; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px; }

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3; }

.custom-control {
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer; }

.custom-control + .custom-control {
  margin-left: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9; }

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff; }

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee; }

.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: .0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 2px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked .custom-control {
  display: inline; }

.custom-controls-stacked .custom-control::after {
  display: block;
  margin-bottom: .25rem;
  content: ""; }

.custom-file, .custom-select {
  display: inline-block;
  max-width: 100%; }

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0; }

.custom-select {
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center no-repeat #fff;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  -moz-appearance: none; }

.custom-select:focus {
  border-color: #51a7e8;
  outline: 0; }

.custom-select:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

.custom-select:disabled {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef; }

.custom-select::-ms-expand {
  opacity: 0; }

.custom-select-sm {
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  height: 2.5rem;
  cursor: pointer; }

.custom-file-control, .custom-file-control::before {
  position: absolute;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px; }

.custom-file-control:lang(en)::after {
  content: "Choose file..."; }

.custom-file-control::before {
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 2px 2px 0; }

.nav-inline .nav-item, .nav-link {
  display: inline-block; }

.custom-file-control:lang(en)::before {
  content: "Browse"; }

.nav-pills::after, .nav-tabs::after, .navbar::after {
  content: "";
  clear: both; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link:focus, .nav-link:hover {
  text-decoration: none; }

.nav-link.disabled {
  color: #818a91; }

.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent; }

.nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-pills .nav-item + .nav-item, .nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs::after {
  display: table; }

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px; }

.card, .card-title {
  margin-bottom: 0.75rem; }

.nav-tabs .nav-link {
  display: block;
  padding: .5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd; }

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
  color: #29313C;
  background-color: #fff;
  border-color: #ddd #ddd transparent; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.nav-pills::after {
  display: table; }

.nav-pills .nav-item {
  float: left; }

.nav-pills .nav-link {
  display: block;
  padding: .5em 1em;
  border-radius: 2px; }

.nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
  color: #fff;
  cursor: default;
  background-color: #3C95E7; }

.nav-stacked .nav-item {
  display: block;
  float: none; }

.nav-stacked .nav-item + .nav-item {
  margin-top: .2rem;
  margin-left: 0; }

.navbar-divider, .navbar-nav .nav-item + .nav-item, .navbar-nav .nav-link + .nav-link {
  margin-left: 1rem; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }

.navbar::after {
  display: table; }

.navbar-full {
  z-index: 1000; }

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }

@media (min-width: 544px) {
  .navbar {
    border-radius: 2px; }

  .navbar-fixed-bottom, .navbar-fixed-top, .navbar-full, .navbar-sticky-top {
    border-radius: 0; } }
.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem; }

.navbar-divider::before {
  content: " "; }

.navbar-toggleable-md::after, .navbar-toggleable-sm::after, .navbar-toggleable-xs::after {
  content: "";
  clear: both; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 2px; }

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: 0.425rem; }

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover {
  color: #fff; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.navbar-toggleable-xs::after {
  display: table; }

@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }
@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }
.navbar-toggleable-sm::after {
  display: table; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }
.navbar-toggleable-md::after {
  display: table; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }
.breadcrumb-item, .page-link {
  float: left; }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }
.card {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #e5e5e5; }

.card-block::after, .card-footer::after, .card-header::after {
  display: table;
  content: "";
  clear: both; }

.card-block {
  padding: 1.25rem; }

.card-footer, .card-header {
  padding: .75rem 1.25rem;
  background-color: #f5f5f5; }

.card-subtitle, .card-text:last-child {
  margin-bottom: 0; }

.card-subtitle {
  margin-top: -0.375rem; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header-pills, .card-header-tabs {
  margin-right: -.625rem;
  margin-left: -0.625rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.card-header {
  border-bottom: 1px solid #e5e5e5; }

.card-header:first-child {
  border-radius: 2px 2px 0 0; }

.card-footer {
  border-top: 1px solid #e5e5e5; }

.card-footer:last-child {
  border-radius: 0 0 2px 2px; }

.card-header-tabs {
  margin-bottom: -.75rem;
  border-bottom: 0; }

.card-primary {
  background-color: #3C95E7;
  border-color: #3C95E7; }

.card-primary .card-footer, .card-primary .card-header {
  background-color: transparent; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.card-success .card-footer, .card-success .card-header {
  background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.card-info .card-footer, .card-info .card-header {
  background-color: transparent; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.card-warning .card-footer, .card-warning .card-header {
  background-color: transparent; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }

.card-danger .card-footer, .card-danger .card-header, .card-outline-danger, .card-outline-info, .card-outline-primary, .card-outline-secondary, .card-outline-success, .card-outline-warning {
  background-color: transparent; }

.card-outline-primary {
  border-color: #6b8ca2; }

.card-outline-secondary {
  border-color: #ccc; }

.card-outline-info {
  border-color: #5bc0de; }

.card-outline-success {
  border-color: #5cb85c; }

.card-outline-warning {
  border-color: #f0ad4e; }

.card-outline-danger {
  border-color: #d9534f; }

.card-inverse .card-footer, .card-inverse .card-header {
  border-color: rgba(255, 255, 255, 0.2); }

.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }

.card-img-bottom {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: .75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }

  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top; }

  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; }

  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }

  .card-group .card {
    display: table-cell;
    vertical-align: top; }

  .card-group .card + .card {
    margin-left: 0;
    border-left: 0; }

  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0; }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0; }

  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0; }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0; }

  .card-group .card:not(:first-child):not(:last-child), .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0; }

  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem; }

  .card-columns .card {
    width: 100%; } }
.breadcrumb, .pagination {
  margin-bottom: 1rem;
  border-radius: 2px; }

.breadcrumb {
  padding: .75rem 1rem;
  list-style: none;
  background-color: #eceeef; }

.breadcrumb::after {
  content: "";
  display: table;
  clear: both; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #818a91;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #818a91; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem; }

.page-item {
  display: inline; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.page-item:last-child .page-link {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #3C95E7;
  border-color: #3C95E7; }

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #818a91;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.page-link {
  position: relative;
  padding: .5rem .75rem;
  margin-left: -1px;
  color: #3C95E7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination-lg .page-item:first-child .page-link, .pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.pagination-lg .page-item:last-child .page-link, .pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.page-link:focus, .page-link:hover {
  color: var(--hover-color);
  background-color: #eceeef;
  border-color: #ddd; }

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-sm .page-link {
  padding: .275rem .75rem;
  font-size: 0.875rem; }

.tag {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  border-radius: 2px; }

.tag:empty {
  display: none; }

.btn .tag {
  position: relative;
  top: -1px; }

a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.tag-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.tag-default {
  background-color: #818a91; }

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

.tag-primary {
  background-color: #3C95E7; }

.tag-primary[href]:focus, .tag-primary[href]:hover {
  background-color: #1a7cd6; }

.tag-success {
  background-color: #5cb85c; }

.tag-success[href]:focus, .tag-success[href]:hover {
  background-color: #449d44; }

.tag-info {
  background-color: #5bc0de; }

.tag-info[href]:focus, .tag-info[href]:hover {
  background-color: #31b0d5; }

.tag-warning {
  background-color: #f0ad4e; }

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

.tag-danger {
  background-color: #d9534f; }

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 2px; }

@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem; } }
.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert-heading {
  color: inherit; }

.alert-dismissible {
  padding-right: 30px; }

.alert-dismissible .close {
  position: relative;
  top: -.125rem;
  right: -15px;
  color: inherit; }

.alert-success hr {
  border-top-color: #c1e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6d5ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning hr {
  border-top-color: #f7ecb5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger hr {
  border-top-color: #e4b9b9; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem; }

.progress[value] {
  background-color: #f5f5f5;
  border: 0;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px; }

.progress[value]::-ms-fill {
  background-color: #fff;
  border: 0; }

.progress[value]::-moz-progress-bar {
  background-color: #fff;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.progress[value]::-webkit-progress-value {
  background-color: #fff;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.progress[value]::-webkit-progress-bar {
  background-color: #f5f5f5;
  border-radius: 2px; }

.progress[value], base::-moz-progress-bar {
  background-color: #f5f5f5;
  border-radius: 2px; }

.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0 \0 ) {
  .progress {
    background-color: #f5f5f5;
    border-radius: 2px; }

  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #fff;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }

  .progress[width="100%"] {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px; }

  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; }

  .progress-animated .progress-bar-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }

  .progress-success .progress-bar {
    background-color: #5cb85c; } }
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c; }

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c; }

.progress-success[value]::-ms-fill {
  background-color: #5cb85c; }

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de; }

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de; }

.progress-info[value]::-ms-fill {
  background-color: #5bc0de; }

@media screen and (min-width: 0 \0 ) {
  .progress-info .progress-bar {
    background-color: #5bc0de; }

  .progress-warning .progress-bar {
    background-color: #f0ad4e; } }
.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e; }

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e; }

.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e; }

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f; }

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f; }

.progress-danger[value]::-ms-fill {
  background-color: #d9534f; }

@media screen and (min-width: 0 \0 ) {
  .progress-danger .progress-bar {
    background-color: #d9534f; } }
.media-body {
  width: 10000px; }

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

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

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

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

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #818a91; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #3C95E7;
  border-color: #3C95E7; }

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

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

.list-group-flush .list-group-item {
  border-radius: 0; }

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit; }

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

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

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.carousel-caption, .carousel-control {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.popover.bs-tether-element-attached-bottom, .popover.popover-top {
  margin-top: -10px; }

.popover.bs-tether-element-attached-bottom .popover-arrow, .popover.popover-top .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.bs-tether-element-attached-bottom .popover-arrow::after, .popover.popover-top .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.bs-tether-element-attached-left, .popover.popover-right {
  margin-left: 10px; }

.popover.bs-tether-element-attached-left .popover-arrow, .popover.popover-right .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.bs-tether-element-attached-left .popover-arrow::after, .popover.popover-right .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bs-tether-element-attached-top, .popover.popover-bottom {
  margin-top: 10px; }

.popover.bs-tether-element-attached-top .popover-arrow, .popover.popover-bottom .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bs-tether-element-attached-top .popover-arrow::after, .popover.popover-bottom .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.bs-tether-element-attached-right, .popover.popover-left {
  margin-left: -10px; }

.popover.bs-tether-element-attached-right .popover-arrow, .popover.popover-left .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.bs-tether-element-attached-right .popover-arrow::after, .popover.popover-left .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 1.92px 1.92px 0 0; }

.popover-title:empty {
  display: none; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.carousel, .carousel-inner {
  position: relative; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: "";
  border-width: 10px; }

.carousel-inner {
  width: 100%;
  overflow: hidden; }

.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  .carousel-inner > .carousel-item.active.right, .carousel-inner > .carousel-item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  .carousel-inner > .carousel-item.active.left, .carousel-inner > .carousel-item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  .carousel-inner > .carousel-item.active, .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  opacity: 0.5; }

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x; }

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev::before {
  content: "‹"; }

.carousel-control .icon-next::before {
  content: "›"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px; }

.bg-danger, .bg-info, .bg-inverse, .bg-primary, .bg-success, .bg-warning {
  color: #fff !important; }

.carousel-caption .btn, .text-hide {
  text-shadow: none; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  background-color: #3C95E7 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #1a7cd6 !important; }

.bg-success {
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #373a3c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.d-block {
  display: block !important; }

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

.d-inline {
  display: inline !important; }

.hidden-xl-down, .hidden-xs-up, .visible-print-block {
  display: none !important; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }

  .carousel-control .icon-prev {
    margin-left: -15px; }

  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; }

  .pull-sm-left {
    float: left !important; }

  .pull-sm-right {
    float: right !important; }

  .pull-sm-none {
    float: none !important; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.p-r-0, .p-x-0 {
  padding-right: 0 !important; }

.p-l-0, .p-x-0 {
  padding-left: 0 !important; }

.p-t-0, .p-y-0 {
  padding-top: 0 !important; }

.p-b-0, .p-y-0 {
  padding-bottom: 0 !important; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.m-t-0, .m-y-0 {
  margin-top: 0 !important; }

.m-b-0, .m-y-0 {
  margin-bottom: 0 !important; }

.w-100 {
  width: 100% !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-r-0, .m-x-0 {
  margin-right: 0 !important; }

.m-l-0, .m-x-0 {
  margin-left: 0 !important; }

.m-a-0 {
  margin: 0 !important; }

.m-r-1, .m-x-1 {
  margin-right: 1rem !important; }

.m-l-1, .m-x-1 {
  margin-left: 1rem !important; }

.m-t-1, .m-y-1 {
  margin-top: 1rem !important; }

.m-b-1, .m-y-1 {
  margin-bottom: 1rem !important; }

.m-a-1 {
  margin: 1rem !important; }

.m-r-2, .m-x-2 {
  margin-right: 1.5rem !important; }

.m-l-2, .m-x-2 {
  margin-left: 1.5rem !important; }

.m-t-2, .m-y-2 {
  margin-top: 1.5rem !important; }

.m-b-2, .m-y-2 {
  margin-bottom: 1.5rem !important; }

.m-a-2 {
  margin: 1.5rem !important; }

.m-r-3, .m-x-3 {
  margin-right: 3rem !important; }

.m-l-3, .m-x-3 {
  margin-left: 3rem !important; }

.m-t-3, .m-y-3 {
  margin-top: 3rem !important; }

.m-b-3, .m-y-3 {
  margin-bottom: 3rem !important; }

.m-a-3 {
  margin: 3rem !important; }

.p-a-0 {
  padding: 0 !important; }

.p-r-1, .p-x-1 {
  padding-right: 1rem !important; }

.p-l-1, .p-x-1 {
  padding-left: 1rem !important; }

.p-t-1, .p-y-1 {
  padding-top: 1rem !important; }

.p-b-1, .p-y-1 {
  padding-bottom: 1rem !important; }

.p-a-1 {
  padding: 1rem !important; }

.p-r-2, .p-x-2 {
  padding-right: 1.5rem !important; }

.p-l-2, .p-x-2 {
  padding-left: 1.5rem !important; }

.p-t-2, .p-y-2 {
  padding-top: 1.5rem !important; }

.p-b-2, .p-y-2 {
  padding-bottom: 1.5rem !important; }

.p-a-2 {
  padding: 1.5rem !important; }

.p-r-3, .p-x-3 {
  padding-right: 3rem !important; }

.p-l-3, .p-x-3 {
  padding-left: 3rem !important; }

.p-t-3, .p-y-3 {
  padding-top: 3rem !important; }

.p-b-3, .p-y-3 {
  padding-bottom: 3rem !important; }

.p-a-3 {
  padding: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-bold {
  font-weight: 700; }

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

.text-muted {
  color: #818a91 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important; }

.text-primary {
  color: #3C95E7 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #1a7cd6 !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0; }

.jGrowl, .slider-container {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.invisible {
  visibility: hidden !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }
@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; }

  .hidden-sm-up {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }
@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }

  .pull-md-right {
    float: right !important; }

  .pull-md-none {
    float: none !important; }

  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; }

  .hidden-md-up {
    display: none !important; } }
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }
@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }

  .pull-lg-right {
    float: right !important; }

  .pull-lg-none {
    float: none !important; }

  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; }

  .hidden-lg-up {
    display: none !important; } }
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }
@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }

  .pull-xl-right {
    float: right !important; }

  .pull-xl-none {
    float: none !important; }

  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; }

  .hidden-xl-up {
    display: none !important; } }
@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; }

  .hidden-print {
    display: none !important; } }
/*!
 * Chosen Bootstrap Look & Feel
 * Based on bootstrap-chosen (https://github.com/alxlit/bootstrap-chosen)
 * https://github.com/dbtek/chosen-bootstrap
 */
@font-face {
  font-family: 'Lato-Regular';
  src: url(../fonts/Lato-Regular.ttf) format("truetype"); }
@font-face {
  font-family: 'Lato-Semibold';
  src: url(../fonts/Lato-Semibold.ttf) format("truetype"); }
@font-face {
  font-family: 'Lato-Bold';
  src: url(../fonts/Lato-Bold.ttf) format("truetype"); }
@font-face {
  font-family: 'Lato-Black';
  src: url(../fonts/Lato-Black.ttf) format("truetype"); }
@font-face {
  font-family: 'Lato-Heavy';
  src: url(../fonts/Lato-Heavy.ttf) format("truetype"); }
.chosen-select, .chosen-select-deselect {
  width: 100%; }

.chosen-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: relative;
  vertical-align: middle;
  width: 100% !important; }

.chosen-container .chosen-drop {
  background: #F4F9FB;
  border: 1px solid #DCE5EA;
  border-top: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  transition: border linear 0.2s, box-shadow linear 0.2s; }

.chosen-container-multi .chosen-choices, .chosen-container-single .chosen-single {
  overflow: hidden; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0; }

.chosen-container .chosen-results {
  color: #475364;
  margin: 0;
  max-height: 240px;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 10px 12px; }

.chosen-container .chosen-results li em {
  background: #DCE5EA;
  font-weight: bold;
  font-style: normal !important; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  color: #999;
  font-weight: 700; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item; }

.chosen-container .chosen-results li.highlighted {
  background-color: #DCE5EA; }

.chosen-container .chosen-results li.highlighted em {
  background: 0 0; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #999; }

.chosen-container .chosen-results .no-results {
  background: #eee;
  display: list-item; }

.chosen-container .chosen-results-scroll {
  background: #fff;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1; }

.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.428571429;
  text-indent: -5000px;
  width: 9px; }

.chosen-container .chosen-results-scroll-down {
  bottom: 0; }

.chosen-container-single .chosen-single {
  width: 100%;
  background-color: #f4f9fb;
  border: 1px solid #DCE5EA;
  padding: 0 12px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 3px; }
  .chosen-container-single .chosen-single:hover {
    border-color: #8ea4b5; }

.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single abbr {
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 12px;
  width: 12px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px; }

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px; }

.chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px; }

.chosen-container-single .chosen-single div b {
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("../img/chosen.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-search {
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
  border-bottom: 1px solid #DCE5EA;
  border-top: 1px solid #DCE5EA; }

.chosen-container-single .chosen-search input {
  margin: 0;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  border: none;
  background-color: transparent;
  outline: none !important; }
  .chosen-container-single .chosen-search input::placeholder, .chosen-container-single .chosen-search input::-webkit-input-placeholder {
    color: #afafaf; }

.chosen-container-single .chosen-default {
  color: #8EA4B5 !important;
  opacity: 1; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box; }

.chosen-container-single-nosearch .chosen-search input {
  position: absolute;
  left: -9000px; }

.chosen-container-multi .chosen-choices {
  border: 1px solid #ccc;
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border-radius: 4px; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices .search-field input {
  background: 0 0 !important;
  border: 0 !important;
  box-shadow: none;
  color: #555;
  height: 32px;
  margin: 0;
  padding: 4px;
  outline: 0; }

.chosen-container-multi .chosen-choices .search-field .default {
  color: #999; }

.chosen-container-multi .chosen-choices .search-choice {
  background-clip: padding-box;
  background-color: #eee;
  border: 1px solid #ccc;
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #333;
  cursor: default;
  line-height: 13px;
  margin: 6px 3px 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
  border-radius: 4px; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #DCE5EA;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  transition: border linear 0.2s, box-shadow linear 0.2s; }

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 4px;
  top: 5px;
  width: 12px; }

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px; }

.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: none; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  background: 0 0;
  border-left: none; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: calc(100%) 50%;
  transform: rotate(-180deg); }

.chosen-container-active .chosen-choices {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: border linear .2s, box-shadow linear .2s;
  border: 1px solid #DCE5EA;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); }

.chosen-container-active .chosen-choices .search-field input {
  color: #111 !important; }

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close, .chosen-disabled .chosen-single {
  cursor: default; }

.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible; }

.chosen-rtl .chosen-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl; }

.chosen-rtl .chosen-single div {
  left: 7px;
  right: auto; }

.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto; }

.chosen-rtl .chosen-choices .search-field input {
  direction: rtl; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices .search-choice {
  margin: 6px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices .search-choice .search-choice-close {
  background-position: right top;
  left: 4px;
  right: auto; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results .group-option {
  padding-left: 0;
  padding-right: 15px; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0; }

.chosen-rtl .chosen-search input {
  direction: rtl;
  padding: 4px 5px 4px 20px; }

.chosen-container-active.chosen-with-drop .chosen-container-multi {
  border: 1px solid rgba(82, 168, 236, 0.8);
  border-bottom: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  transition: border linear .2s, box-shadow linear .2s;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.jGrowl {
  z-index: 9999;
  color: #333;
  font-size: 12px;
  position: fixed; }

.jGrowl.top-left {
  left: 0;
  top: 0; }

.jGrowl.top-right {
  right: 0; }

.has-detail-bar .jGrowl.bottom-right, .has-detail-bar .jGrowl.top-right {
  right: 280px; }

.jGrowl.bottom-left {
  left: 0;
  bottom: 0; }

.jGrowl.bottom-right {
  right: 0;
  bottom: 0; }

.jGrowl.center {
  top: 0;
  width: 50%;
  left: 25%; }

.jGrowl.center .jGrowl-closer, .jGrowl.center .jGrowl-notification {
  margin-left: auto;
  margin-right: auto; }

.jGrowl-closer, .jGrowl-notification {
  opacity: .9;
  margin: 10px;
  display: none;
  zoom: 1; }

.jGrowl-notification {
  background-color: #fff;
  width: 320px;
  padding: 10px;
  text-align: left;
  min-height: 40px;
  /* Rectangle 13: */
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 0 !important; }

.jGrowl-notification:hover {
  background-color: #fff; }

.jGrowl-notification .ui-state-highlight, .jGrowl-notification .ui-widget-content .ui-state-highlight, .jGrowl-notification .ui-widget-header .ui-state-highlight {
  border: 1px solid #fff;
  background: #fff;
  color: #333; }

.jGrowl-notification .jGrowl-header {
  font-weight: 700;
  font-size: 0.85em; }

.jGrowl-notification .jGrowl-close {
  background-color: transparent;
  color: inherit;
  border: none;
  z-index: 99;
  float: right;
  cursor: pointer;
  font-size: 1.3em;
  margin-top: -5px;
  font-weight: lighter; }

.jGrowl-closer {
  background-color: #fff;
  width: 300px;
  padding: 4px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: .9em;
  font-weight: 700;
  text-align: center; }

.jGrowl-closer .ui-state-highlight, .jGrowl-closer .ui-widget-content .ui-state-highlight, .jGrowl-closer .ui-widget-header .ui-state-highlight {
  border: 1px solid #fff;
  background: #fff;
  color: #333; }

@media print {
  .jGrowl {
    display: none; } }
.slider-container {
  width: 300px; }

.slider-container .back-bar {
  height: 10px;
  position: relative; }

.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%; }

.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  cursor: col-resize;
  opacity: 1;
  z-index: 2; }

.slider-container .back-bar .pointer.last-active {
  z-index: 3; }

.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -17px;
  font-size: 8px;
  background: #fff;
  white-space: nowrap;
  line-height: 1; }

.slider-container .back-bar .focused {
  z-index: 10; }

.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.slider-container .scale {
  top: 2px;
  position: relative; }

.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0; }

.slider-container .scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1; }

.slider-container.slider-readonly .clickable-dummy, .slider-container.slider-readonly .pointer {
  cursor: auto; }

.theme-green .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eee, #ddd);
  background-repeat: repeat-x; }

.theme-green .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #a1fad0;
  background-image: linear-gradient(to bottom, #bdfade, #76fabc);
  background-repeat: repeat-x; }

.theme-blue .back-bar, .theme-green .back-bar .pointer {
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eee, #ddd);
  background-repeat: repeat-x; }

.theme-green .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA; }

.theme-green .back-bar .pointer-label {
  color: #999; }

.theme-green .back-bar .focused {
  color: #333; }

.theme-blue .back-bar .pointer-label, .theme-green .scale ins {
  color: #999; }

.theme-green .scale span {
  border-left: 1px solid #e5e5e5; }

.theme-blue .back-bar {
  height: 5px;
  border-radius: 2px; }

.theme-blue .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #92c1f9;
  background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
  background-repeat: repeat-x; }

.theme-blue .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eee, #ddd);
  background-repeat: repeat-x; }

.theme-blue .back-bar .focused {
  color: #333; }

.theme-blue .scale span {
  border-left: 1px solid #e5e5e5; }

.theme-blue .scale ins {
  color: #999; }

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0;
  height: 15px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px; }

.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  height: 11px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  width: 6px; }

.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  width: 11px; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

.ps-theme-popover {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-theme-popover {
    overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-theme-popover {
    overflow: auto !important; } }
.ps-theme-popover.ps-active-x > .ps-scrollbar-x-rail, .ps-theme-popover.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-theme-popover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-theme-popover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-theme-popover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-theme-popover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.b-map-popover .ps-theme-popover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.b-map-popover .ps-theme-popover:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #B9C7CC !important; }

.ps-theme-popover > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0;
  height: 15px; }

.ps-theme-popover > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #00D4FF;
  border-radius: 0;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px; }

.ps-theme-popover > .ps-scrollbar-x-rail:active > .ps-scrollbar-x, .ps-theme-popover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  height: 11px; }

.ps-theme-popover > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px; }

.ps-theme-popover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #DFE8EB;
  border-radius: 100px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  width: 6px; }

.ps-theme-popover > .ps-scrollbar-y-rail:active > .ps-scrollbar-y, .ps-theme-popover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  width: 11px; }

.ps-theme-popover:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-theme-popover:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-theme-popover:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-theme-popover:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-theme-popover:hover > .ps-scrollbar-x-rail, .ps-theme-popover:hover > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-theme-popover:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-theme-popover:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-theme-popover:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-theme-popover:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

.leaflet-image-layer, .leaflet-layer, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-pane, .leaflet-pane > canvas, .leaflet-pane > svg, .leaflet-tile, .leaflet-tile-container, .leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

.leaflet-overlay-pane svg, .leaflet-tooltip {
  -moz-user-select: none; }

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer {
  max-width: none !important; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-tile {
  -webkit-filter: inherit;
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
  float: left;
  clear: both; }

.leaflet-bottom, .leaflet-top {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px; }

.leaflet-top .leaflet-control {
  margin-top: 72px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 20px; }

.leaflet-select-control {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 0 !important; }

.leaflet-select-control.active, .leaflet-select-control:hover {
  background-color: #FFEC99; }

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-pan-anim .leaflet-tile, .leaflet-zoom-anim .leaflet-tile {
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -moz-grab; }

.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-control, .leaflet-popup-pane {
  cursor: auto; }

.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -moz-grabbing; }

.leaflet-image-layer, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-pane > svg path, .leaflet-tile-container {
  pointer-events: none; }

.leaflet-image-layer.leaflet-interactive, .leaflet-marker-icon.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto; }

.leaflet-container {
  overflow: hidden;
  background: #ddd;
  outline: 0;
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: orange solid 2px; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-bar a, .leaflet-bar a:hover {
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000; }

.leaflet-bar a, .leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 10px; }

.leaflet-bar a:hover {
  background-color: #FFEC99; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  font: 700 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-control-zoom-out {
  font-size: 20px; }

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px; }

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px; }

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png); }

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution, .leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-bar, .leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers {
  box-shadow: none; }

.leaflet-touch .leaflet-bar, .leaflet-touch .leaflet-control-layers {
  background-clip: padding-box; }

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 3px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: #fff;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: 700;
  background: 0 0; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto; }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before, .leaflet-tooltip-top:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: 0 0;
  content: ""; }

.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  transition: -webkit-transform .3s ease-out, opacity .3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in; }

.leaflet-cluster-spider-leg {
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in; }

.leaflet-areaselect-shade {
  position: absolute;
  background: rgba(0, 0, 0, 0.4); }

.leaflet-areaselect-handle {
  position: absolute;
  background: #fff;
  border: 1px solid #666;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  width: 14px;
  height: 14px;
  cursor: move; }

.leaflet-label {
  background: #ebebeb;
  background: rgba(235, 235, 235, 0.81);
  background-clip: padding-box;
  border-color: #777;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border-style: solid;
  border-width: 4px;
  color: #111;
  display: block;
  font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 1px 6px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  z-index: 6; }

.b-map-popover, body {
  font-family: Roboto, sans-serif; }

.leaflet-label.leaflet-clickable {
  cursor: pointer; }

.leaflet-label:after, .leaflet-label:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: none;
  position: absolute;
  top: 5px; }

.leaflet-label:before {
  border-right: 6px solid #000;
  border-right-color: inherit;
  left: -10px; }

.leaflet-label:after {
  border-left: 6px solid #000;
  border-left-color: inherit;
  right: -10px; }

.leaflet-label-left:after, .leaflet-label-right:before {
  content: ""; }

.row {
  margin-left: 0;
  margin-right: 0; }
  .row_have-margin {
    margin-left: -.9375rem;
    width: calc(100% + (.9375rem * 2));
    margin-bottom: -5px; }
    .row_have-margin .col-xs-6, .row_have-margin .col-xs-12 {
      padding-top: 5px;
      padding-bottom: 5px; }

.page-with-sidebar {
  padding-left: 66px;
  transition: all .3s ease 0s;
  height: 100%; }

.page-with-sidebar .hide-on-collapse {
  display: none; }

.page-with-sidebar.sidebar-expanded .hide-on-collapse {
  display: block; }

.page-with-sidebar.sidebar-expanded .sub-icon {
  float: left;
  margin-right: 0; }

.sidebar-wrapper {
  margin-left: -243px;
  left: 70px;
  bottom: 0;
  width: 230px;
  position: fixed;
  height: 100%;
  z-index: 10000;
  transition: all .3s ease 0s;
  padding-top: 57px; }

.sidebar-nav {
  display: block;
  float: left;
  width: 230px;
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar-nav.bottom {
  position: absolute;
  bottom: 0; }

.sidebar-text {
  padding: 10px 20px;
  font-size: 0.9em; }

.content-wrapper {
  padding-left: 0;
  margin-left: 0;
  height: auto;
  position: relative;
  width: 100%; }

.page-with-sidebar.sidebar-expanded {
  padding-left: 230px; }

.page-with-sidebar.sidebar-expanded .sidebar-wrapper {
  left: 243px; }

.page-with-sidebar.no-animation, .page-with-sidebar.no-animation .sidebar-wrapper {
  transition: none !important; }

.sidebar-menu li a, .sidebar-nav li a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 200;
  float: left;
  text-decoration: none;
  width: 230px;
  transition: background 0.3s; }

.sidebar-name {
  padding-top: 25px;
  color: #fff;
  opacity: 0.7; }

.sidebar-nav li {
  line-height: 44px;
  text-indent: 20px; }

.sidebar-nav li a {
  color: #fff;
  display: block;
  text-decoration: none; }

.sidebar-nav li a.active .fa-map:before, .sidebar-nav li a:hover .fa-map:before {
  background-image: url(../img/nav-menu/sub-icon-map-hover.svg); }

.sidebar-nav li a.active .fa-map-o:before, .sidebar-nav li a:hover .fa-map-o:before {
  background-image: url(../img/nav-menu/sub-icon-area-hover.svg); }

.sidebar-nav li a.active .fa-fills:before, .sidebar-nav li a:hover .fa-fills:before {
  background-image: url(../img/nav-menu/sub-icon-polygons-hover.svg); }

.sidebar-nav li a.active .fa-flag:before, .sidebar-nav li a:hover .fa-flag:before {
  background-image: url(../img/nav-menu/sub-icon-report-hover.svg); }

.sidebar-nav li a.active .fa-notice:before, .sidebar-nav li a:hover .fa-notice:before {
  background-image: url(../img/nav-menu/sub-icon-notice-hover.svg); }

.sidebar-nav li a.active .fa-company:before, .sidebar-nav li a:hover .fa-company:before {
  background-image: url(../img/nav-menu/sub-icon-company-hover.svg); }

.sidebar-nav li a.active .fa-client:before, .sidebar-nav li a:hover .fa-client:before {
  background-image: url(../img/nav-menu/sub-icon-client-hover.svg); }

.sidebar-nav li a.active .fa-object:before, .sidebar-nav li a:hover .fa-object:before {
  background-image: url(../img/nav-menu/sub-icon-object-hover.svg); }

.sidebar-nav li a.active .fa-doc:before, .sidebar-nav li a:hover .fa-doc:before {
  background-image: url(../img/nav-menu/sub-icon-doc-hover.svg); }

.sidebar-nav li a.active .fa-trash:before, .sidebar-nav li a:hover .fa-trash:before {
  background-image: url(../img/nav-menu/sub-icon-container-hover.svg); }

.sidebar-nav li a.active .fa-route:before, .sidebar-nav li a:hover .fa-route:before {
  background-image: url(../img/nav-menu/sub-icon-route-hover.svg); }

.sidebar-nav li a.active .fa-camera:before, .sidebar-nav li a:hover .fa-camera:before {
  background-image: url(../img/nav-menu/sub-icon-camera-hover.svg); }

.sidebar-nav li a.active .fa-video:before, .sidebar-nav li a:hover .fa-video:before {
  background-image: url(../img/nav-menu/sub-icon-video-hover.svg); }

.sidebar-nav li a.active .fa-truck:before, .sidebar-nav li a:hover .fa-truck:before {
  background-image: url(../img/nav-menu/sub-icon-auto-hover.svg); }

.sidebar-nav li a.active .fa-gear:before, .sidebar-nav li a:hover .fa-gear:before {
  background-image: url(../img/nav-menu/sub-icon-bitrix-hover.svg); }

.sidebar-nav li a.active .fa-fix:before, .sidebar-nav li a:hover .fa-fix:before {
  background-image: url(../img/nav-menu/sub-icon-fix-hover.svg); }

.sidebar-nav li a.active .fa-life-ring:before, .sidebar-nav li a:hover .fa-life-ring:before {
  background-image: url(../img/nav-menu/sub-icon-support-hover.svg); }

.sidebar-nav li a.active .fa-user:before, .sidebar-nav li a:hover .fa-user:before {
  background-image: url(../img/nav-menu/sub-icon-setting-hover.svg); }

.sidebar-nav li a.active .fa-sign-out:before, .sidebar-nav li a:hover .fa-sign-out:before {
  background-image: url(../img/nav-menu/sub-icon-logout-hover.svg); }

.sidebar-nav li a.active, .sidebar-nav li a:hover {
  color: #00D4FF;
  background: #2E3133;
  text-decoration: none; }

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none; }

.sub-icon:before {
  content: '' !important;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 20px; }

.sub-icon.fa-map:before {
  background-image: url(../img/nav-menu/sub-icon-map.svg); }

.sub-icon.fa-map-o:before {
  background-image: url(../img/nav-menu/sub-icon-area.svg); }

.sub-icon.fa-fills:before {
  background-image: url(../img/nav-menu/sub-icon-polygons.svg); }

.sub-icon.fa-flag:before {
  background-image: url(../img/nav-menu/sub-icon-report.svg); }

.sub-icon.fa-notice:before {
  background-image: url(../img/nav-menu/sub-icon-notice.svg); }

.sub-icon.fa-video:before {
  background-image: url(../img/nav-menu/sub-icon-video.svg); }

.sub-icon.fa-company:before {
  background-image: url(../img/nav-menu/sub-icon-company.svg); }

.sub-icon.fa-client:before {
  background-image: url(../img/nav-menu/sub-icon-client.svg); }

.sub-icon.fa-doc:before {
  background-image: url(../img/nav-menu/sub-icon-doc.svg); }

.sub-icon.fa-route:before {
  background-image: url(../img/nav-menu/sub-icon-route.svg); }

.sub-icon.fa-object:before {
  background-image: url(../img/nav-menu/sub-icon-object.svg); }

.sub-icon.fa-camera:before {
  background-image: url(../img/nav-menu/sub-icon-camera.svg); }

.sub-icon.fa-trash:before {
  background-image: url(../img/nav-menu/sub-icon-container.svg); }

.sub-icon.fa-truck:before {
  background-image: url(../img/nav-menu/sub-icon-auto.svg); }

.sub-icon.fa-gear:before {
  background-image: url(../img/nav-menu/sub-icon-bitrix.svg); }

.sub-icon.fa-fix:before {
  background-image: url(../img/nav-menu/sub-icon-fix.svg); }

.sub-icon.fa-life-ring:before {
  background-image: url(../img/sub-icon-support.svg); }

.sub-icon.fa-user:before {
  background-image: url(../img/nav-menu/sub-icon-setting.svg); }

.sub-icon.fa-sign-out:before {
  background-image: url(../img/nav-menu/sub-icon-logout.svg); }

.content-header {
  height: 65px;
  line-height: 65px; }

.content-header h1 {
  margin: 0 0 0 20px;
  line-height: 65px;
  display: inline-block; }

@media (max-width: 767px) {
  .sidebar-wrapper {
    left: 70px; }

  .page-with-sidebar.active {
    padding-left: 230px; }

  .page-with-sidebar.active .sidebar-wrapper {
    left: 230px;
    width: 230px;
    transition: all 0.3s ease 0s; } }
.modal .modal-content .modal-footer .secondary-row {
  margin-top: 1rem; }

.b-filter__hdr, .b-suggest__header, .b-toolbar h3, .likee-h3 {
  font-weight: 200;
  margin-top: 0;
  padding: 10px 20px;
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 0.5rem; }

.modal-dialog .modal-header h4, body {
  font-size: 15px; }

.b-car-info__data, .b-car-info__driver, .b-filter__buttons, .likee-flex, .olllld__data, .olllld__driver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

body {
  line-height: 1.16;
  background-color: #f4f9fb; }

.js-blur-cont {
  transition: -webkit-filter 0.8s ease, filter 0.8s ease; }

.addition-blur {
  -webkit-filter: blur(4px);
  filter: blur(4px); }

.button-arrow {
  width: 18px;
  height: 13px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  fill: #fff;
  margin-left: 5px; }

.link-list {
  margin: 20px 0 0; }

.link-list p {
  position: relative;
  padding: 0 0 0 20px; }

.link-list p:before {
  position: absolute;
  background: #3C95E7;
  content: '';
  left: 5px;
  top: 11px;
  width: 9px;
  height: 1px; }

.i-close {
  position: absolute;
  right: 5px;
  top: 23px;
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
  z-index: 2;
  outline: 0;
  box-shadow: none;
  opacity: 0.2; }

.i-close > svg {
  width: 100%;
  height: 100%;
  fill: #333;
  opacity: 1; }

.i-close:hover {
  opacity: 0.5; }

.i-close:hover > svg {
  fill: #000; }

.i-close:active > svg {
  fill: #c00; }

a.danger {
  color: #cc0000; }

.modal-dialog .modal-header .close {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(../img/modal-cross.svg) center no-repeat;
  opacity: 1; }

.modal-dialog .preloader-box {
  position: relative;
  height: 200px;
  width: 100%; }

.b-map .loader, .modal-dialog .preloader {
  background: url(../img/loader.gif) center center no-repeat rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px; }

.modal-dialog .preloader {
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px; }

.snapshots-modal {
  z-index: 10002; }

.snapshots-modal .b-snapshots-modal {
  margin-bottom: -20px; }

.snapshots-modal .modal-dialog {
  width: 1000px;
  max-width: 100%; }

.snapshots-modal .modal-body {
  padding: 25px; }

.snapshots-modal h3 {
  font-weight: 400;
  font-size: 18px;
  color: #6b8c9d;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px; }

.snapshots-modal .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
  margin-bottom: 10px; }

.snapshots-modal .col {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-bottom: 15px; }

.snapshots-modal .img {
  max-width: 100%; }

.b-map {
  width: 100%;
  height: 100%; }

.b-map .control-icon {
  margin-top: 4px; }

.b-map .loader {
  width: 80px;
  height: 80px;
  z-index: 65000;
  margin: -40px 0 0 -40px;
  display: none; }

.my-label, .object-label {
  background-repeat: no-repeat;
  border-radius: 50% !important;
  color: #6b8c9d !important; }

.my-label:before, .object-label:before {
  display: none !important; }

.my-label {
  background-image: url(/local/templates/cabinet/img/nav-menu/sub-icon-container-navigation.svg);
  background-position: 5px 50%;
  padding: 9px 5px 9px 25px !important;
  opacity: 0 !important; }

.my-label.show {
  opacity: 1 !important; }

.my-label.leaflet-tooltip-left {
  margin-left: 20px !important; }

.my-label.leaflet-tooltip-right {
  margin-left: -20px !important; }

.object-label {
  background-image: url(/local/templates/cabinet/img/nav-menu/sub-icon-object-navigation.svg);
  background-position: center;
  padding: 0;
  transition: all .2s ease;
  opacity: 0 !important;
  width: 30px;
  height: 30px; }

.placemark_layout_container .area_layout, .placemark_layout_container .fill_layout {
  background: #fff;
  position: absolute;
  left: -12px;
  top: -12px;
  width: 24px;
  height: 24px;
  color: #333;
  line-height: 24px; }

.object-label.show {
  opacity: 1 !important; }

.object-label.leaflet-tooltip-left {
  margin-left: 15px !important; }

.object-label.leaflet-tooltip-right {
  margin-left: -15px !important; }

.placemark_layout_container .area_layout {
  border: 4px solid #e74c3c;
  border-radius: 50%; }

.placemark_layout_container .fill_layout {
  border: 4px solid #7ED321;
  border-radius: 50%; }

.placemark_layout_count_container {
  position: relative;
  font-size: 13px;
  text-align: center;
  z-index: 1000; }

.b-toolbar .toolbar-body .item, .b-toolbar .toolbar-search {
  padding: 8px 20px; }

.b-toolbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  background: #fff;
  z-index: 100;
  transition: all .3s ease 0s;
  box-shadow: 4px 0 4px rgba(51, 51, 51, 0.1); }

.b-toolbar.closed {
  left: -250px;
  box-shadow: none; }

.b-toolbar .toolbar-body {
  position: absolute;
  top: 100px;
  bottom: 20px;
  left: 0;
  right: 0;
  overflow-y: auto; }

.b-title-block .control-buttons.add-button, .bx-authform-input-container {
  position: relative; }

.b-toolbar .toolbar-body .item:hover {
  background: #eee;
  cursor: pointer; }

.b-toolbar .toolbar-filters {
  display: none; }

.bx-authform {
  margin: 0 0 25px;
  max-width: 500px; }

.bx-authform-formgroup-container {
  margin-bottom: 25px; }

.bx-authform-content-container, .bx-authform-label-container {
  font-size: 13px;
  color: #5a6c77;
  padding-bottom: 2px; }

.bx-authform-psw-protected {
  height: 38px;
  width: 38px;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -19px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzdEMTI3RjNGRkJEMTFFNDk2ODJDNEJEOTQ4OEQ1OEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzdEMTI3RjRGRkJEMTFFNDk2ODJDNEJEOTQ4OEQ1OEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3N0QxMjdGMUZGQkQxMUU0OTY4MkM0QkQ5NDg4RDU4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3N0QxMjdGMkZGQkQxMUU0OTY4MkM0QkQ5NDg4RDU4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi+O2x0AAAC4SURBVHjaYvz//z8DDJQ2dXEAqTQgdgFiRqjwfiCe3V1X9hmmjhGmCahBCkjNZMANcoEaH4AYTEiC06H0cyDOB2I/IM4G4odQ8ckoNgFtcQWy80ACQNN80a0Ayq8FUmxAPAcovxFmkxqUPoTDaXugtAqy8z5A6Vc4NL2B0h9BBAuUIwmlpYBO4QbSXFAD/wHxNyCWhsqLg/1U0ti5AEgLMxAPPjKRqAEE+JkYyADDVdNdEvU8BAgwAIw8L6DAodwVAAAAAElFTkSuQmCC) center no-repeat;
  background-size: 11px auto; }

.bx-authform-psw-protected-desc {
  display: none;
  background: #fff;
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  bottom: 100%;
  margin-bottom: 14px;
  border: 1px solid #f0f1f2;
  padding: 10px 20px;
  font-size: 14px;
  z-index: 110;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.1); }

.bx-authform-psw-protected:hover .bx-authform-psw-protected-desc {
  display: block; }

.bx-authform-psw-protected-desc > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzNzExNDdGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzNzExNDhGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMjM3MTE0NUZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMjM3MTE0NkZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PodxyuQAAAFASURBVHjarJS/SgNBEMZ3x00glj6DL2Fn5UtYi7WdlYUIYhGwCYgPYBeIjbUvIYikCxaCGk/wZvf2n98dCiEm521y2xwzOzO/m5tvTn5knyrG+LLZ6211ux3R5rHWCtZGhBBOCbaTUu7kzM9FYVuDeO+FNsWjD+EQ9S/px/8EY7ctmHVO5KwzwM5Iymu4pjRzP24D5tAJs34D7Bzm3a+f5uLWgpWfCzMZY+YHG0QXqDVdBloZZp0VXzmXAriCOZq/pyV5STB0Eo0pHqCufXQygCs2BTWCxUrC5eDZO+f7iL+BSy+KpX9ethZWSVibCSDHiLutK0QNPv9CGIpDXWaCPTkioj5c7+uC/sBctSccMfjBrITrjsQvKEXB25DufUepDPtyAnvYNFElrkrVGZZxD89hSqJaYflL2Gtq0rcAAwDa/ePzqfelnAAAAABJRU5ErkJggg==) center bottom no-repeat; }

.bx-authform-input-container input[type=text], .bx-authform-input-container input[type=password] {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #CCD5DB;
  border-radius: 2px;
  background: #f8fafc;
  outline: 0;
  box-sizing: border-box; }

.bx-authform-input-container input[type=text].bx-empty-field, .bx-authform-input-container input[type=password].bx-empty-field {
  border-color: #dd4b39; }

span.bx-authform-starrequired {
  color: #d93333; }

.bx-authform-formgroup-container .bx-captcha {
  margin-bottom: 10px; }

.alert, .bx-authform-link-container, hr.bxe-light {
  margin-bottom: 20px; }

.bx-authform-description-container, .bx-authform-link-container {
  padding-bottom: 10px;
  font-size: 13px;
  color: #292d2e; }

.bx-authform-description-container {
  font-size: 13px;
  color: #5a6c77; }

hr.bxe-light {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px; }

.alert {
  border: none;
  padding: 20px; }

.bxe-aleft-title {
  font-weight: 700;
  padding-bottom: 5px; }

.alert-success {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #D6E9C6; }

.alert-danger {
  color: #A94442;
  background-color: #F2DEDE;
  border-color: #EBCCD1; }

.page .page-content {
  padding: 15px; }

.b-title-block {
  padding: 10px 30px 0;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1); }

.b-title-block h1 {
  padding-top: 8px;
  padding-bottom: 6px;
  color: #6B8C9D;
  text-transform: uppercase; }

.b-title-block .btn {
  margin-left: 3px;
  padding: 9px 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px; }

.b-title-block .control-buttons {
  display: inline-block;
  background-color: #6b8c9d;
  width: 35px;
  height: 35px;
  border-radius: 5px; }

.b-title-block .control-buttons.filter-button {
  background-image: url(../img/filter-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.b-title-block .control-buttons.add-button:before {
  content: '+';
  font-size: 28px;
  position: absolute;
  color: #fff;
  text-decoration: none;
  left: 10px;
  top: 50%;
  transform: translateY(-50%); }

.b-title-block .control-buttons:hover {
  transition: all .2s ease;
  background-color: #547286; }

.b-title-block .add-car {
  position: relative; }

.b-title-block .add-car:before {
  content: '+';
  position: absolute;
  font-size: 18px;
  left: 18px;
  top: 7px; }

.b-add.loader:before, .b-breadcump li a:before, .b-containers-move form.now a.show:before, .b-map-popover > .controls > .nav_menu:before, .b-title-block .edit-car:before, .b-title-block .show-map:before {
  content: ""; }

.b-title-block .edit-car {
  position: relative; }

.b-title-block .edit-car:before {
  position: absolute;
  background: url(../img/cars-detail-edit-buttons.svg);
  width: 14px;
  height: 14px;
  left: 20px;
  top: 11px; }

.b-title-block .move-container {
  background-image: url(../img/containers-move-submit.svg);
  background-repeat: no-repeat;
  background-position: 20px center; }

.b-title-block .show-map {
  position: relative;
  background: #E7483C;
  border-color: #E7483C;
  color: #fff;
  outline: 0 !important; }

.b-title-block .show-map:before {
  position: absolute;
  background: url(../img/cars-detail-show-map.svg);
  width: 13px;
  height: 16px;
  left: 21px;
  top: 8px; }

.b-title-block .show-map:hover {
  background: #ce3b30; }

.b-title-block .date-update {
  background: url(../img/cars-detail-refrash.svg) 10% 50% no-repeat #D8D8D8;
  font-size: 12px;
  padding: 10px 20px 10px 35px;
  cursor: pointer;
  border-radius: 2px;
  color: #000;
  text-decoration: none; }

.b-title-block .date-update:hover {
  background-color: #b9b7b7; }

.b-title-block .nav-burger {
  margin-top: 7px; }

.b-title-block .nav-burger img {
  width: 30px;
  cursor: pointer; }

@media (max-width: 1400px) {
  .b-title-block h1 {
    width: 100%; }

  .btn-title-block {
    width: 300px; }

  .btn-title-block .btn {
    float: initial !important;
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
    transition: all 0.2s ease; } }
.b-navigation .menu {
  float: right;
  color: #8E9EA2;
  font-size: 30px;
  line-height: 10px; }

.b-navigation h2.title {
  font-size: 18px;
  text-transform: uppercase;
  color: #6B8C9D;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.b-navigation h2.title.icon {
  background-repeat: no-repeat; }

.b-navigation h2.title.icon.icon-containers {
  background-image: url(../img/nav-menu/sub-icon-container-navigation.svg);
  padding-left: 20px;
  background-position: 0 1px; }

.b-navigation h2.title.icon.icon-areas {
  background-image: url(../img/nav-menu/sub-icon-area-navigation_dark.svg);
  padding-left: 27px;
  background-position: 0 1px; }

.b-navigation h2.title.icon.icon-cars {
  background-image: url(../img/nav-menu/sub-icon-auto-navigation_dark.svg);
  padding-left: 34px;
  background-position: 0 2px; }

.b-navigation h2.title.icon.icon-fills {
  background-image: url(../img/sub-icon-fills-navigation.svg);
  padding-left: 29px; }

.b-navigation .col-margin {
  margin-bottom: 15px; }

.b-navigation .card {
  border-radius: 5px;
  transition: all .3s ease;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 1.85rem 1.55rem;
  text-decoration: none; }

.b-navigation .card:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }

.b-navigation .card .card-title {
  color: #6B8C9D;
  font-size: 18px;
  font-weight: 400; }

.b-navigation .card .card-title .label {
  background-color: #d9534f;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  vertical-align: super;
  border-radius: 20px;
  padding: 1px 3px; }

.b-navigation .card .card-text {
  color: #8E9EA2;
  font-size: 13px;
  min-height: 40px; }

.b-report-filter {
  font-size: 13px; }

.b-report-filter span {
  width: 100%; }

.b-report-filter select {
  height: 30px; }

.b-report-filter button[type=submit] {
  margin-right: 15px; }

.b-report-filter.js-show-filter {
  display: block !important; }

.b-report-filter input::-webkit-input-placeholder {
  text-indent: 0;
  opacity: 1;
  transition: opacity 0.3s ease, text-indent 0.3s ease; }

.b-report-filter input:focus::-webkit-input-placeholder {
  text-indent: 50px;
  opacity: 0;
  transition: opacity 0.3s ease, text-indent 0.3s ease; }

.b-header .menu-toggle {
  text-decoration: none;
  width: 57px;
  height: 57px;
  position: fixed; }

.b-header .menu-toggle .nav-burger {
  background-image: url(../img/nav-burger.svg);
  width: 20px;
  height: 18px;
  display: inline-block;
  margin-top: 18px;
  margin-left: 20px;
  vertical-align: top; }

.b-header .menu-toggle:hover .nav-burger {
  background-image: url(../img/nav-burger-hover.svg); }

.b-header .brand-logo {
  background-image: url(../img/logo.svg);
  width: 129px;
  height: 34px;
  display: inline-block;
  margin-top: 8px;
  margin-left: 27px; }

.b-header .user-info {
  padding-top: 7px;
  padding-right: 10px; }

.b-header .user-info .fio {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  max-height: 66px; }

.b-header .user-info .position {
  color: #979797;
  font-size: 12px; }

.b-header .user-info .get-menu {
  background-image: url(../img/top-bar-user-get-menu-icon.svg);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  width: 20px;
  height: 57px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.1s ease; }

.b-header .user-info .get-menu.active, .b-header .user-info .get-menu:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.b-header .user-info .sub-menu {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 20px;
  background: #FFF;
  width: 200px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 10003; }

.b-header .user-info .sub-menu a div.header__admin, .b-header .user-info .sub-menu a div.header__settings, .b-header .user-info .sub-menu a div.header__support, .b-header .user-info .sub-menu a div.header__tools {
  background-position: 25px 50%;
  background-repeat: no-repeat; }

.b-cars .hide-field, .b-header .form-search .tt-suggestion.group .search-show-map {
  display: none; }

.b-header .user-info .sub-menu a:hover {
  background-color: #F3F5F6; }

.b-header .user-info .sub-menu a div.header__admin {
  background-image: url(../img/sub-menu-admin.svg); }

.b-header .user-info .sub-menu a div.header__tools {
  background-image: url(../img/sub-menu-tools.svg); }

.b-header .user-info .sub-menu a div.header__support {
  background-image: url(../img/sub-menu-support.svg); }

.b-header .user-info .sub-menu a div.header__settings {
  background-image: url(../img/sub-menu-settings.svg); }

.b-header .user-info .sub-menu a div.header__logout {
  background-image: url(../img/sub-menu-logout.svg);
  background-repeat: no-repeat;
  background-position: 20px 50%; }

.b-header .notifications {
  background-image: url(../img/top-bar-notifications-icon.svg);
  width: 16px;
  height: 20px;
  margin-top: 17px;
  margin-right: 30px;
  position: relative;
  cursor: pointer; }

.b-header .notifications span.count {
  display: none;
  background-color: #00D4FF;
  border-radius: 50%;
  position: absolute;
  right: -13px;
  top: -8px;
  width: 22px;
  height: 22px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  line-height: 24px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.b-header .form-search {
  position: relative; }

.b-header .form-search span {
  display: block !important; }

.b-header .form-search input {
  background: #3E4347;
  border: 0;
  border-radius: 3px;
  outline: 0;
  padding: 9.5px;
  color: #92AABE;
  font-size: 12px;
  width: 100%; }

.b-header .form-search .tt-suggestion .search-show-name, .b-header .form-search .tt-suggestion.group a {
  color: #6B8C9D; }

.b-header .form-search button {
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease; }
  .b-header .form-search button svg {
    fill: #00D4FF;
    transition: all 0.2s ease; }
  .b-header .form-search button:hover svg {
    fill: #fff; }

.b-header .form-search .tt-suggestion {
  font-size: 12px; }

.b-header .form-search .tt-suggestion.group {
  background-color: #eff3f5 !important;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  cursor: default;
  pointer-events: none; }

.b-header .form-search .tt-suggestion.group.fills {
  background-image: url(../img/sub-icon-fills-navigation.svg);
  padding-left: 35px; }

.b-header .form-search .tt-suggestion.group.areas {
  background-image: url(../img/nav-menu/sub-icon-area-navigation.svg);
  padding-left: 35px; }

.b-header .form-search .tt-suggestion.group.containers {
  background-image: url(../img/nav-menu/sub-icon-container.svg);
  padding-left: 30px; }

.b-header .form-search .tt-suggestion.group.cars {
  background-image: url(../img/nav-menu/sub-icon-auto-navigation.svg);
  padding-left: 40px; }

.b-header .form-search .tt-suggestion.group.objects {
  background-image: url(../img/nav-menu/sub-icon-object-navigation.svg);
  padding-left: 33px; }

.b-header .form-search .tt-suggestion .search-show-map {
  float: right; }

.sidebar-expanded .b-header {
  margin-left: -230px; }

.b-cars .color-red {
  color: #d9534f;
  padding-top: 5px;
  padding-bottom: 5px; }

.b-cars .color-red.a-popover {
  border-bottom: 1px dashed;
  text-decoration: none;
  outline: 0;
  padding: 0; }

.b-cars .color-red.a-popover:hover {
  border: 0; }

.b-cars .color-red a {
  text-decoration: none; }

.b-cars .color-yellow {
  color: #ffb300; }

.b-cars .color-green {
  color: #5cb85c;
  transition: all 0.2s ease; }

.b-cars .color-green.a-popover {
  border-bottom: 1px dashed;
  text-decoration: none;
  outline: 0;
  padding: 0; }

.b-cars .color-green.a-popover:hover {
  border: 0; }

.b-cars .color-green a {
  color: #5cb85c;
  text-decoration: none; }

.b-list .car-row .car-ignition {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #e74c3c; }

.b-list .car-row .car-ignition.on {
  background: #5cb85c; }

.b-list .car-row .car-ignition.offline {
  background: #a7a7a7; }

.b-list table.table-list {
  font-size: 12px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

.b-add, .b-detail .params > .table, .b-detail .widget > .table {
  font-size: 13px; }

.b-list table.table-list td {
  vertical-align: middle; }

.b-list table.table-list td.control {
  min-width: 100px;
  white-space: nowrap; }

.b-list table.table-list td.control.no-width {
  min-width: initial; }

.b-list table.table-list td.control a {
  text-decoration: none; }

.b-list table.table-list td.control .without-area img {
  opacity: 0.5; }

.b-list table.table-list td.control img {
  margin: 5px; }

.b-list table.table-list td.control .show-control-panel {
  cursor: pointer; }

.b-list table.table-list td.address {
  min-width: 140px; }

.b-list table.table-list td.address .address-icon {
  width: 15px;
  display: inline-block;
  vertical-align: middle; }

.b-list table.table-list td.address .address-name {
  width: 85%;
  display: inline-block;
  vertical-align: middle; }

.b-list table.table-list td.visit-status img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.b-list table.table-list td.visit-status img.show-color {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.b-detail .car-ignition {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #e74c3c; }

.b-detail .car-ignition.on {
  background: #5cb85c; }

.b-detail .car-ignition.offline {
  background: #a7a7a7; }

.b-detail .picture {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 5px; }

.b-detail .params, .b-detail .widget {
  background: #FFF;
  padding: 1em 2em;
  margin-bottom: 2em;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

.b-detail .params > .title, .b-detail .widget > .title {
  margin-top: 1em; }

.b-detail .params > .table td, .b-detail .params > .table th, .b-detail .widget > .table td, .b-detail .widget > .table th {
  border: none;
  padding: 0.75rem 0.75rem 0.75rem 0; }

.b-add, .b-containers-move {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding-top: 30px; }

.b-car-cameras .preview-link {
  display: block;
  background-color: #000; }

.b-add {
  background: #fff;
  border-radius: 5px; }

.b-add.loader {
  position: relative; }

.b-add.loader:before {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../img/form-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 100; }

.b-add .hide-field {
  display: none; }

.b-add .form-group select {
  height: 30px; }

.b-add .form-group .detail-img, .b-add .form-group span {
  width: 100%; }

.b-add .form-group input[type=submit] {
  margin: 10px 0; }

.b-add .form-group input::-webkit-input-placeholder {
  text-indent: 0;
  opacity: 1;
  transition: opacity 0.3s ease, text-indent 0.3s ease; }

.b-add .form-group input:focus::-webkit-input-placeholder {
  text-indent: 50px;
  opacity: 0;
  transition: opacity 0.3s ease, text-indent 0.3s ease; }

.containers-add-map {
  opacity: 0; }

.b-containers-move {
  color: #333;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #fff; }

.b-containers-move .form-group {
  height: 45px; }

.b-containers-move .name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px; }

.b-containers-move .name span {
  color: #3C95E7;
  font-weight: 400;
  margin-left: 40px; }

.b-containers-move form.current {
  margin-right: 30px; }

.b-containers-move form.current .title {
  font-size: 15px;
  font-weight: 700; }

.b-containers-move form.current .row {
  margin-bottom: 15px; }

.b-containers-move form.current .row .field-name {
  float: left;
  font-size: 13px;
  font-weight: 700;
  width: 140px;
  margin-top: 5px; }

.b-containers-move form.current input, .b-containers-move form.current select {
  padding: 6px;
  position: relative;
  display: block;
  border-radius: 5px;
  width: 310px;
  color: #7D7D7D;
  font-size: 13px;
  border: 1px solid #C6C6C6;
  outline: 0; }

.b-containers-move form.current input.date, .b-containers-move form.current select.date {
  background: url(../img/containers-move-date.svg) 280px center no-repeat #eceeef; }

.b-containers-move form.current input.place, .b-containers-move form.current select.place {
  margin-bottom: 5px; }

.b-containers-move form.current select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url(../img/containers-move-select-disabled.svg) 284px 11px no-repeat #eceeef; }

.b-containers-move form.now {
  width: 310px; }

.b-containers-move form.now .title {
  font-size: 15px;
  font-weight: 700; }

.b-containers-move form.now .row {
  margin-bottom: 15px; }

.b-containers-move form.now span {
  width: 100%; }

.b-containers-move form.now input[type=submit], .b-containers-move form.now input[type=text], .b-containers-move form.now select {
  padding: 6px;
  position: relative;
  display: block;
  border-radius: 5px;
  width: 100%;
  color: #666;
  font-size: 13px;
  border: 1px solid #3c95e7;
  outline: 0;
  background-color: #fff !important;
  transition: all 0.2s ease; }

.b-containers-move form.now input[type=submit].date, .b-containers-move form.now input[type=text].date, .b-containers-move form.now select.date {
  background: url(../img/containers-move-date-active.svg) 280px center no-repeat;
  cursor: pointer; }

.b-containers-move form.now input[type=submit].place, .b-containers-move form.now input[type=text].place, .b-containers-move form.now select.place {
  margin-bottom: 5px; }

.b-containers-move form.now input[type=submit][type=submit], .b-containers-move form.now input[type=text][type=submit], .b-containers-move form.now select[type=submit] {
  background-color: #3C95E7 !important;
  background: url(../img/containers-move-submit.svg) 30px center no-repeat;
  color: #fff;
  border: 0;
  padding: 10px 10px 10px 30px;
  width: 75%;
  left: 0; }

.b-containers-move form.now input[type=submit][type=submit]:hover, .b-containers-move form.now input[type=text][type=submit]:hover, .b-containers-move form.now select[type=submit]:hover {
  background-color: #3c71e7; }

.b-containers-move form.now input[disabled=disabled], .b-containers-move form.now select[disabled=disabled] {
  border-color: #c6c6c6;
  background-color: #eceeef !important;
  color: #7d7d7d; }

.b-containers-move form.now input[disabled=disabled].date, .b-containers-move form.now select[disabled=disabled].date {
  background: url(../img/containers-move-date.svg) 280px center no-repeat; }

.b-containers-move form.now select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url(../img/cars-detail-select.jpg) 280px 0 no-repeat; }

.b-containers-move form.now a.show {
  font-size: 13px;
  position: relative;
  text-decoration: none;
  border-bottom: 1px dashed #fff; }

.b-containers-move form.now a.show:hover {
  border-bottom: 1px dashed; }

.b-containers-move form.now a.show:before {
  position: absolute;
  background: url(../img/containers-move-show-map.svg);
  width: 13px;
  height: 16px;
  left: -15px;
  top: 1px; }

.b-map .back, .b-map .filter {
  z-index: 1000;
  background: #fff;
  position: absolute; }

.info-ignition {
  float: left;
  padding: 0 10px 0 0;
  margin-top: -2px; }

.placemark_layout_container img, .placemark_layout_sector img {
  margin-top: -4px; }

.b-map .filter {
  left: 50%;
  top: 100px;
  width: 500px;
  margin-left: -250px;
  padding: 20px; }

.placemark_layout_container {
  width: 50px;
  text-align: center;
  position: absolute;
  left: -25px;
  top: -25px;
  font-size: 14px;
  line-height: 50px;
  color: #333; }

.placemark_layout_sector {
  width: 100px;
  text-align: center;
  position: absolute;
  left: -50px;
  top: -15px;
  font-size: 14px; }

.placemark_layout_sector:hover {
  background-color: #333; }

.map-buttons {
  position: absolute;
  top: 20px;
  left: -10px;
  z-index: 998;
  margin-left: 0; }

.map-buttons .map-toggle {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  margin: 0 5px;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  outline: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%; }

.map-buttons .map-toggle.cars {
  background-image: url(../img/map-button-car-icon.svg); }

.map-buttons .map-toggle.areas {
  background-image: url(../img/map-button-area-icon.svg); }

.map-buttons .map-toggle.fills {
  background-image: url(../img/map-button-fill-icon.svg); }

.map-buttons .map-toggle.objects {
  background-image: url(../img/map-button-object-icon.svg); }

.map-buttons .map-toggle.stops {
  background-image: url(../img/map-button-stop-icon.svg); }

.map-buttons .map-toggle.route {
  background-image: url(../img/map-button-route-icon.svg); }

.map-buttons .map-toggle.start {
  background-image: url(../img/map-button-start-icon.svg); }

.map-buttons .map-toggle.active {
  background-color: #FFEC9B; }

.map-buttons.add-buttons {
  top: initial;
  bottom: 120px; }

.map-buttons.add-buttons .map-toggle {
  display: block;
  margin-bottom: 12px !important; }

.map-buttons.add-buttons .map-toggle.add-area {
  background-image: url(../img/map-button-area-add-icon.svg); }

.map-buttons.add-buttons .map-toggle.add-fill {
  background-image: url(../img/map-button-fill-add-icon.svg); }

.map-buttons.add-buttons .map-toggle.add-object {
  background-image: url(../img/map-button-object-add-icon.svg); }

.notification {
  color: #666; }

.notification .show-once {
  margin-left: 30px; }

.notification .card {
  border-radius: 5px;
  transition: all .3s ease;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1); }

.notification .notification-image {
  display: inline-block;
  border-radius: 50%;
  margin-right: 20px; }

.notification time {
  font-size: 12px;
  color: #999; }

.notification table {
  margin-top: 10px;
  font-size: 12px; }

.notification table th {
  padding-right: 15px; }

.notification.in-sidebar {
  color: #fff; }

.notification.in-sidebar .btn-close {
  background-image: url(../img/popover/popover-close.svg);
  background-size: cover;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #999;
  font-size: 16px;
  cursor: pointer; }

.notification.in-sidebar .card {
  background: 0 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(30, 40, 40, 0.5);
  margin: 0; }

.notification.in-sidebar .title {
  font-weight: 300;
  font-size: 16px;
  color: #00D4FF; }

.b-notification .navigation {
  font-size: 12px; }

.notifications-grouped {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: relative; }

.notifications-grouped .header {
  background: #f0f0f0;
  color: #4e5356;
  padding: 15px; }

.notifications-grouped .header span {
  color: #33d9fb; }

.notifications-grouped .header a {
  color: #4e5356;
  cursor: pointer;
  font-size: 14px; }

.b-breadcump {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.b-breadcump li {
  display: inline-block;
  color: #979797;
  font-size: 13px;
  margin-right: 20px;
  font-weight: 400; }

.b-breadcump li a {
  color: #000;
  position: relative; }

.b-breadcump li a:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #000;
  right: -12px;
  top: 6px; }

.b-settings-form {
  background: #fff;
  padding: 1em 0; }

.b-settings-form .fields {
  margin: 0 0 50px; }

.b-settings-form .fields .error {
  color: #3C95E7;
  border: 1px solid #3C95E7;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: 5px; }

.b-settings-form .fields h2 {
  font-weight: 300;
  color: #2b2b2b;
  letter-spacing: .076rem;
  line-height: 2.786rem; }

.b-settings-form .fields .field {
  overflow: hidden; }

.b-settings-form .fields .field .field {
  width: 48%;
  float: right; }

.b-settings-form .fields .field .field:first-child {
  float: left; }

.b-settings-form .fields .field label {
  font-size: 12px;
  color: #000;
  margin-bottom: 6px; }

.b-settings-form .fields .field .textfield {
  background: #FFF;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 100;
  color: #838383;
  line-height: 1em;
  padding: 16px 8px;
  transition: all .2s ease;
  border: 1px solid #c6c6c6;
  outline: 0;
  width: 100%;
  margin-bottom: 10px;
  display: block;
  box-sizing: border-box; }

.b-settings-form .fields .field .radio-select {
  list-style: none;
  margin: 0;
  padding: 0; }

.b-settings-form .fields .field .radio-select li {
  display: inline-block;
  border: 1px solid #E2E2E2;
  border-radius: 50%;
  margin-right: 10px;
  width: 41px;
  line-height: 41px;
  text-align: center;
  cursor: pointer; }

.b-settings-form .fields .field .radio-select li.selected {
  border-color: #3C95E7;
  color: #3C95E7; }

.b-settings-form .fields .field.buttons {
  padding: 10px 0; }

.b-settings-form .fields .fields-group {
  margin: 15px auto;
  padding: 20px;
  border: 1px solid #dedede;
  border-radius: 5px;
  position: relative; }

.b-settings-form .fields .fields-group.removed {
  color: #E2E2E2; }

.b-settings-form .fields .fields-group.removed label {
  color: #E2E2E2;
  text-decoration: line-through; }

.b-settings-form .fields .fields-group.removed .textfield {
  pointer-events: none;
  color: #E2E2E2;
  text-decoration: line-through;
  background: 0 0; }

.b-settings-form .form-buttons {
  overflow: hidden;
  padding: 20px 0; }

.b-settings-form .form-buttons .delete {
  border: #fff;
  text-decoration: underline;
  text-transform: none;
  background: #fff;
  color: #363636; }

.b-settings-form .form-buttons .save {
  float: right; }

.b-settings-form.validate .textfield:invalid {
  border: 2px solid #3C95E7; }

.jGrowl.top-right {
  top: 86px !important;
  right: 20px !important;
  color: #475364;
  font-size: 14px;
  font-weight: bold; }

.jGrowl.top-right .jGrowl-notification {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px 10px 10px 20px; }

body.fixed {
  overflow-x: hidden;
  margin-right: 5px; }
  body.fixed .b-header {
    padding-right: 35px; }

body.fixed-by-modal {
  overflow: hidden; }

.b-map-popover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 380px;
  padding-left: 40px;
  z-index: 10000;
  transition: background .2s, transform .55s ease;
  color: #475364;
  transform: translateX(380px);
  min-height: 100vh; }
  .b-map-popover_xl {
    width: 690px;
    transform: translateX(690px); }
    .b-map-popover_xl .b-map-popover__section {
      padding-left: 25px;
      padding-right: 25px; }
  .b-map-popover__name {
    font-size: 13px;
    line-height: 1;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 6px; }
  .b-map-popover .js-date {
    background-image: url("data:image/svg+xml;utf8,<svg width='15' height='14' viewBox='0 0 15 14' xmlns='http://www.w3.org/2000/svg'><path d='M0 0v4h15V0H0zm2 1h2v2H2V1zm9 0h2v2h-2V1zM0 5v9h15V5H0zm2 2h2v2H2V7zm3 0h2v2H5V7zm3 0h2v2H8V7zm3 0h2v2h-2V7zm-9 3h2v2H2v-2zm3 0h2v2H5v-2zm3 0h2v2H8v-2z' fill='#8EA4B5' fill-rule='nonzero'/></svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 50%; }
  .b-map-popover .schedule {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -5px;
    padding-top: 10px;
    padding-bottom: 15px; }
    .b-map-popover .schedule:last-child {
      padding-bottom: 0; }
  .b-map-popover .day {
    background-color: #f4f9fb;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: bold;
    color: #475364; }
    .b-map-popover .day:nth-child(7n) {
      margin-right: 0; }
  .b-map-popover .day.active {
    background: #00D4FF;
    color: #ffffff; }
  .b-map-popover .i-car-name {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 14px;
    white-space: nowrap;
    display: block; }
    .b-map-popover .i-car-name_disabled {
      opacity: .3; }
  .b-map-popover ~ .pickmeup {
    transform: translateY(calc(-100% - 50px)); }
    .b-map-popover ~ .pickmeup:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6.5px 0 6.5px;
      border-color: #fff transparent transparent transparent;
      content: '';
      top: auto;
      bottom: -6px; }
  .b-map-popover ~ .popover {
    min-width: 280px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border: none;
    padding: 0;
    padding-bottom: 5px; }
    .b-map-popover ~ .popover .popover-arrow {
      border: none !important; }
    .b-map-popover ~ .popover .popover-title {
      display: none; }
    .b-map-popover ~ .popover .popover__section {
      padding: 15px 20px;
      border-bottom: 1px solid #E7F1F6; }
      .b-map-popover ~ .popover .popover__section:last-child {
        border-bottom: none; }
    .b-map-popover ~ .popover .popover__subtitle {
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: bold;
      color: #475364; }
    .b-map-popover ~ .popover .popover-content {
      padding: 0; }
    .b-map-popover ~ .popover .popover__content {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-bottom: -5px; }
    .b-map-popover ~ .popover .day {
      background-color: #f4f9fb;
      border-radius: 3px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      margin: 0;
      margin-bottom: 5px;
      margin-right: 5px;
      font-size: 11px;
      font-weight: bold;
      color: #475364; }
      .b-map-popover ~ .popover .day:nth-child(7n) {
        margin-right: 0; }
    .b-map-popover ~ .popover .day.active {
      background: #00D4FF;
      color: #ffffff; }
  .b-map-popover ~ .modal-backdrop {
    z-index: 10000; }
  .b-map-popover ~ .camera-modal {
    z-index: 10001; }
  .b-map-popover.showed {
    transform: translateX(0); }
  .b-map-popover .picture {
    width: 40px;
    height: 40px;
    margin-right: 10px; }
    .b-map-popover .picture img {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      object-fit: cover; }
  .b-map-popover__body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 340px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
    .b-map-popover__body.xl {
      width: 650px; }
      .b-map-popover__body.xl .scroller {
        min-height: 100%; }
    .b-map-popover__body .scroller {
      max-height: 100%;
      min-height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      position: relative;
      padding-bottom: 25px; }
  .b-map-popover__title {
    margin-bottom: 10px;
    font-size: 14px;
    color: #475364;
    font-weight: bold;
    line-height: 17px; }
    .b-map-popover__title:last-child {
      margin-bottom: 0; }
    .b-map-popover__title a {
      color: inherit; }
  .b-map-popover__section {
    padding: 20px 20px;
    border-bottom: 1px solid #F4F9FB; }
    .b-map-popover__section_disabled {
      opacity: .7; }
    .b-map-popover__section_no-border {
      padding-bottom: 0;
      border-bottom: none; }
    .b-map-popover__section_no-top {
      padding-top: 0; }
    .b-map-popover__section_header {
      padding-bottom: 19px;
      border-bottom: none; }
    .b-map-popover__section_contain-lots .chosen-container .chosen-results {
      max-height: 96px; }
    .b-map-popover__section:last-child {
      border-bottom: none; }
  .b-map-popover__controls {
    position: absolute;
    top: 12px;
    left: 0;
    text-align: right;
    width: 30px; }
  .b-map-popover__control {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    float: none;
    font-size: 1rem;
    line-height: 1;
    text-shadow: none;
    transition: all 0.2s ease;
    margin-bottom: 5px;
    opacity: 1 !important;
    cursor: pointer; }
    .b-map-popover__control:last-child {
      margin-bottom: 0; }
    .b-map-popover__control svg {
      fill: #29313C;
      transition: all 0.2s ease; }
    .b-map-popover__control:hover {
      background-color: #DFE8EB; }
    .b-map-popover__control:active {
      transform: scale(0.99);
      box-shadow: none; }
  .b-map-popover__icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-color: #E8EFF1;
    border-radius: 3px; }
  .b-map-popover__text {
    font-size: 11px;
    color: #8ea4b5;
    line-height: 1.27;
    margin-bottom: 6px; }
    .b-map-popover__text small {
      font-size: 11px !important;
      padding-top: 5px;
      display: inline-flex; }
    .b-map-popover__text_small {
      font-size: 10px;
      margin-bottom: 4px; }
      .b-map-popover__text_small small {
        font-size: 10px !important; }
      .b-map-popover__text_small:last-child {
        margin-bottom: 0; }
    .b-map-popover__text_sub-form {
      padding-top: 10px; }
    .b-map-popover__text_dark {
      color: #475364; }
    .b-map-popover__text_have-icon {
      padding-left: 20px;
      position: relative; }
      .b-map-popover__text_have-icon svg {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        fill: #475364; }
    .b-map-popover__text:last-child, .b-map-popover__text.no-margin {
      margin-bottom: 0; }
    .b-map-popover__text strong, .b-map-popover__text .strong {
      color: #475364;
      font-weight: bold; }
      .b-map-popover__text strong.big, .b-map-popover__text .strong.big {
        font-size: 11px; }
      .b-map-popover__text strong.name, .b-map-popover__text .strong.name {
        margin-bottom: 6px;
        font-size: 13px; }
        .b-map-popover__text strong.name:last-child, .b-map-popover__text .strong.name:last-child {
          margin-bottom: 0; }
      .b-map-popover__text strong.just-one-line, .b-map-popover__text .strong.just-one-line {
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
    .b-map-popover__text .strong {
      margin-bottom: 3px; }
      .b-map-popover__text .strong:last-child {
        margin-bottom: 0; }
    .b-map-popover__text a {
      color: inherit; }
      .b-map-popover__text a.popover-dismiss {
        border-bottom: 1px dashed;
        text-decoration: none !important; }
        .b-map-popover__text a.popover-dismiss:hover {
          border-bottom-color: transparent; }
  .b-map-popover__subtitle {
    margin-bottom: 14px;
    text-transform: uppercase;
    font-size: 11px;
    color: #475364;
    font-weight: bold;
    line-height: 1;
    text-decoration: none !important;
    display: block; }
    .b-map-popover__subtitle_small {
      margin-bottom: 8px;
      line-height: 1.2; }
    .b-map-popover__subtitle.fz12 {
      font-size: 12px;
      margin-bottom: -2px; }
      .b-map-popover__subtitle.fz12:last-child {
        margin-bottom: -2px; }
      .b-map-popover__subtitle.fz12 .i-hint {
        padding-top: 4px;
        font-size: 11px;
        line-height: 14px;
        color: #8ea4b5;
        display: block;
        font-weight: normal;
        text-transform: none; }
    .b-map-popover__subtitle:last-child, .b-map-popover__subtitle_toggler {
      margin-bottom: 0; }
    .b-map-popover__subtitle:hover, .b-map-popover__subtitle:active {
      color: #475364;
      text-decoration: none; }
    .b-map-popover__subtitle_toggler {
      position: relative;
      padding-right: 15px; }
      .b-map-popover__subtitle_toggler:before {
        position: absolute;
        top: 50%;
        right: 0;
        width: 8px;
        height: 5px;
        background-image: url(../img/map-toggler.svg);
        background-repeat: no-repeat;
        content: '';
        margin-top: -3px;
        transition: all .2s ease; }
      .b-map-popover__subtitle_toggler.collapsed:before {
        transform: rotate(-180deg);
        margin-top: -4px; }
      .b-map-popover__subtitle_toggler:hover {
        color: var(--hover-color); }
        .b-map-popover__subtitle_toggler:hover:before {
          border-color: var(--hover-color); }
  .b-map-popover .camera-item {
    width: calc(50% - 5px);
    padding: 10px;
    text-align: center;
    font-size: 11px;
    color: #475364;
    font-weight: bold;
    flex-wrap: wrap;
    flex-direction: column;
    height: auto; }
    .b-map-popover .camera-item img, .b-map-popover .camera-item .camera-snap {
      width: 100%;
      height: 90px;
      border-radius: 3px;
      display: block;
      margin-bottom: 10px;
      object-fit: cover; }
    .b-map-popover .camera-item .camera-snap {
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
  .b-map-popover__value {
    position: relative;
    color: #8ea4b5;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    padding: 15px 0 15px 35px; }
    .b-map-popover__value.long {
      padding-left: 40px; }
    .b-map-popover__value.on svg {
      fill: #B2D170 !important; }
    .b-map-popover__value.off svg {
      fill: #FF5943 !important; }
    .b-map-popover__value_first-line {
      padding-top: 0;
      margin-bottom: -10px; }
      .b-map-popover__value_first-line svg, .b-map-popover__value_first-line img {
        margin-top: -7.5px; }
    .b-map-popover__value_second-line {
      padding-bottom: 0; }
      .b-map-popover__value_second-line svg, .b-map-popover__value_second-line img {
        margin-top: 7.5px; }
    .b-map-popover__value .some-value {
      font-size: 14px;
      line-height: 1;
      display: block;
      font-weight: bold;
      color: #475364;
      margin-bottom: 5px; }
    .b-map-popover__value svg, .b-map-popover__value img {
      fill: #00CCFF;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .b-map-popover__block {
    background-color: #f4f9fb;
    border-radius: 3px;
    padding: 0 15px;
    margin-bottom: 5px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    #collapseLoads .b-map-popover__block {
      background-color: transparent;
      border: 1px solid #ECF4F6; }
      #collapseLoads .b-map-popover__block .b-map-popover__text {
        margin-bottom: 0; }
    .b-map-popover__block .row {
      width: 100%; }
    .b-map-popover__block.between {
      justify-content: space-between; }
    .b-map-popover__block_container {
      height: auto;
      align-items: flex-start; }
      .b-map-popover__block_container > .b-map-popover__text {
        padding-top: 5px;
        padding-bottom: 7px; }
      .b-map-popover__block_container .b-map-popover__text {
        margin-bottom: 4px;
        font-size: 10px; }
        .b-map-popover__block_container .b-map-popover__text:last-child {
          margin-bottom: 0; }
    .b-map-popover__block_auto {
      padding: 8px 15px;
      line-height: 1;
      height: auto; }
      .b-map-popover__block_auto.block {
        display: block;
        padding: 11px 15px; }
    .b-map-popover__block_small-padding {
      padding: 5px; }
    .b-map-popover__block .container-icon {
      width: 36px;
      height: 36px;
      border-radius: 2px;
      background-color: #e8eff1;
      margin-right: 8px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .b-map-popover__block .container-icon svg {
        fill: #475364 !important; }
    .b-map-popover__block:last-child {
      margin-bottom: 0; }
  .b-map-popover__inner {
    padding-top: 15px; }
    .b-map-popover__inner .row {
      margin-left: -.9375rem;
      margin-right: -.9375rem;
      width: calc(100% + .9375rem + .9375rem); }
  .b-map-popover sup {
    font-size: .7em; }
  .b-map-popover .btn {
    padding: 0 2rem;
    font-weight: bold;
    margin-bottom: 10px; }
    .b-map-popover .btn:last-child {
      margin-bottom: 0; }
  .b-map-popover .btn-block {
    margin-top: 15px; }
    .b-map-popover .btn-block:last-child {
      margin-top: 0; }
    .b-map-popover .btn-block.btn-no-margin {
      margin-top: -5px; }
  .b-map-popover .btn-outline-primary {
    color: #475364;
    border-color: #d4e2e7; }
    .b-map-popover .btn-outline-primary:hover, .b-map-popover .btn-outline-primary:active, .b-map-popover .btn-outline-primary:focus {
      border-color: #d4e2e7;
      background-color: #d4e2e7; }
  .b-map-popover__status {
    width: 150px;
    height: 36px;
    padding-right: 45px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 4px;
    margin-left: 8px;
    background-color: #d4e2e7;
    line-height: 1.25;
    flex-shrink: 0;
    margin-left: auto; }
    .b-map-popover__status .icon {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 36px;
      border-left: 1px solid rgba(0, 0, 0, 0.07);
      display: flex;
      align-items: center;
      justify-content: center; }
      .b-map-popover__status .icon img, .b-map-popover__status .icon svg {
        max-width: 100%;
        max-height: 100%; }
    .b-map-popover__status_full {
      background-color: #b2d170; }
    .b-map-popover__status_unfull {
      background-color: #FF961F; }

.b-map-popover.w-30 {
  width: 30%; }

.b-map-popover.w-40 {
  width: 40%; }

.b-map-popover > .controls > .control.nav_burger {
  color: #8E9EA2;
  font-size: 30px;
  line-height: 2px;
  vertical-align: super;
  cursor: pointer; }

.b-map-popover > .controls > .nav_menu {
  display: none;
  background: #fff;
  border-radius: 5px;
  text-align: left;
  width: 250px;
  position: absolute;
  right: 18px;
  top: 27px;
  z-index: 100; }

.b-map-popover > .controls > .nav_menu:before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 9px;
  border-color: transparent transparent #fff;
  right: 15px;
  top: -9px; }

.b-map-popover > .controls > .nav_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.b-map-popover > .controls > .nav_menu ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #F4F4F4; }

.b-map-popover > .controls > .nav_menu ul li a {
  color: #6B8C9D;
  font-size: 14px; }

.b-map-popover > .controls > .nav_menu ul li:last-child {
  border: 0; }

.b-map-popover > .section {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(30, 40, 40, 0.5);
  font-weight: 100;
  font-size: 13px;
  color: #FFF;
  line-height: 1.5em;
  background-color: #373a3c; }

.b-map-popover > .section.small.green .title, .b-map-popover > .section.small.green a, .b-map-popover > .section.small.green small, .b-map-popover > .section.small.red .title, .b-map-popover > .section.small.red a, .b-map-popover > .section.small.red small {
  color: #fff; }

.b-map-popover > .section.small {
  position: relative;
  padding: 20px 30px;
  cursor: pointer; }

.b-map-popover > .section.small.transition {
  transition: all 0.4s ease; }

.b-map-popover > .section.small.green {
  background: #5cb85c; }

.b-map-popover > .section.small.red {
  background: #e74c3c; }

.b-map-popover > .section.small:active {
  background: rgba(255, 255, 255, 0.2); }

.b-map-popover > .section.small .btn-remove {
  background-image: url(../img/popover/popover-close.svg);
  background-size: cover;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 9px;
  top: 8px;
  cursor: pointer; }

.b-map-popover > .section.small .drag-and-drop {
  background-image: url(/local/templates/cabinet/img/nav-burger.svg);
  background-size: cover;
  width: 14px;
  height: 12px;
  float: left;
  margin: 2px 5px 0 0;
  cursor: pointer; }

.b-map-popover > .section.small .title {
  word-wrap: normal;
  margin: 0; }

.b-map-popover > .section.small .index {
  position: absolute;
  top: 18px;
  left: 6px;
  background: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 50%; }

.b-map-popover > .section.small .index span {
  vertical-align: middle;
  color: #6b8ca2;
  font-size: 10px;
  font-weight: 700; }

.b-map-popover > .section.small .data {
  float: right;
  margin-right: 10px; }

.b-map-popover > .section.small .data.hidden {
  display: none; }

.b-map-popover > .section.small .data .value {
  text-align: center;
  display: inline-block;
  margin: 0 2px; }

.b-map-popover > .section.small .data .value .icon img {
  width: 20px; }

.b-map-popover > .section.small .data .value .text {
  text-align: center; }

.b-map-popover > .section.small .data .value .text .digit {
  font-size: 10px; }

.b-map-popover > .section a {
  color: #fff; }

.b-map-popover > .section > small {
  color: #8E9EA2;
  font-weight: 300; }

.b-map-popover > .section > small a {
  color: #8E9EA2;
  border-bottom: 1px dashed;
  text-decoration: none; }

.b-map-popover > .section > small a:hover {
  border: 0; }

.b-map-popover > .section > .title {
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 16px;
  color: #00D4FF;
  line-height: 16px; }

.b-map-popover > .section > .title.collapsed, .b-map-popover > .section > .title:last-child, .b-map-popover > .section > ul li:last-child {
  margin-bottom: 0; }

.b-map-popover > .section > .title a {
  color: #00D4FF; }

.b-map-popover > .section > .title.main, .b-map-popover > .section > .title.main a {
  color: #fff; }

.b-map-popover > .section > .title[data-toggle=collapse] {
  cursor: pointer; }

.b-map-popover > .section > .title[data-toggle=collapse]:after {
  content: ' ';
  float: right;
  width: 10px;
  height: 10px;
  background: url(../img/popover/popover-collapse.svg) center center no-repeat; }

.b-map-popover > .section > .title.collapsed:after {
  content: ' ';
  float: right;
  width: 10px;
  height: 10px;
  background: url(../img/popover/popover-collapsed.svg) center center no-repeat; }

.b-map-popover > .section > .title.icon {
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat; }

.b-map-popover > .section > .title.icon-car {
  background-image: url(../img/popover/popover-car.svg); }

.b-map-popover > .section > .title.icon-params {
  background-image: url(../img/popover/popover-params.svg); }

.b-map-popover > .section > .title.icon-driver {
  background-image: url(../img/popover/popover-driver.svg); }

.b-map-popover > .section > .title.icon-placement {
  background-image: url(../img/popover/popover-placement.svg); }

.b-map-popover > .section > .title.icon-video {
  background-image: url(../img/popover/popover-video.svg); }

.b-map-popover > .section > .title.icon-movements {
  background-image: url(../img/popover/popover-movements.svg); }

.b-map-popover > .section > .title.icon-routes {
  background-image: url(../img/popover-routes.svg); }

.b-map-popover > .section > .title.icon-containers {
  background-image: url(../img/popover/popover-container.svg); }

.b-map-popover > .section > .title.icon-lodads, .b-map-popover > .section > .title.icon-reports {
  background-image: url(../img/popover/popover-report.svg); }

.b-map-popover > .section .table td, .b-map-popover > .section .table th {
  border: none;
  line-height: 14px;
  font-weight: 300;
  padding-left: 0;
  padding-top: 4px;
  padding-bottom: 4px; }

.b-map-popover > .section .table td a, .b-map-popover > .section .table th a {
  text-decoration: underline; }

.b-map-popover > .section .table th {
  width: 70%; }

.b-map-popover > .section .table td {
  width: 30%;
  text-align: right;
  font-weight: 400;
  vertical-align: middle; }

.b-map-popover > .section > ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.b-map-popover > .update-time {
  font-size: 12px;
  font-weight: 300;
  padding: 12px 30px; }

.b-map-popover > .driver {
  overflow: hidden; }

.b-map-popover > .driver .picture {
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  width: 45px;
  height: 45px; }

.b-map-popover > .driver .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%; }

.b-map-popover > .driver .name {
  font-size: 18px;
  margin-bottom: 5px; }

.b-map-popover > .driver .phone {
  font-size: 12px;
  color: #8E9EA2;
  text-decoration: none; }

.b-map-popover > .video a {
  text-decoration: none;
  border-bottom: 1px dashed #fff; }

.b-map-popover > .video a:hover {
  border: 0; }

.b-map-popover > .place ul li {
  color: #8E9EA2; }

.b-map-popover .status .value {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px; }

.b-map-popover .status .value .icon {
  float: left;
  margin-right: 10px; }

.b-map-popover .status > .row:last-child .value {
  margin-bottom: 0; }

.b-map-popover .status .text {
  line-height: 19px; }

.b-map-popover .status .text .digit {
  color: #fff;
  font-size: 18px; }

.b-map-popover .status .text .digit sup {
  top: -.4em;
  color: #fff; }

.b-map-popover .status .text span {
  color: #8E9EA2;
  font-size: 12px; }

.b-map-popover > .routes li {
  color: #fff;
  position: relative;
  font-size: 12px;
  padding-left: 20px; }

.b-map-popover > .routes li:before {
  width: 9px;
  height: 9px;
  position: absolute;
  content: '';
  background-color: #00D4FF;
  left: 0;
  top: 6px;
  border-radius: 50%; }

.b-map-popover > .containers table {
  font-size: 12px; }

.b-map-popover > .containers table tr th .container-name {
  width: 85%; }

.b-map-popover > .containers table tr th img {
  margin-right: 10px; }

.b-map-popover > .reports table {
  font-size: 12px; }

.b-map-popover > .reports table span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #9D9D9D;
  display: inline-block; }

.b-map-popover > .reports table span.red {
  background-color: #FF3400; }

.b-map-popover > .reports table span.yellow {
  background-color: #FFA700; }

.b-map-popover > .reports table span.green {
  background-color: #1EBC16; }

.b-map-popover > .loads table {
  font-size: 12px; }

.b-map-popover > .loads table span {
  color: #FF3400; }

.b-map-popover > .loads table span.yellow {
  color: #FFA700; }

.b-map-popover > .loads table span.green {
  color: #CDFF2D; }

.b-map-popover > .form {
  padding-top: 35px; }

.b-map-popover > .form label {
  font-size: 12px;
  color: #fff; }

.b-map-popover > .form input[type=submit] {
  color: #fff;
  background-color: #4a4d4e;
  border-color: #fff;
  width: 100%;
  transition: all .2s ease;
  margin-top: 10px; }

.b-map-popover > .form input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.2); }

.b-map-overlay {
  position: fixed;
  z-index: 10090;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none; }
  .b-map-overlay__body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    width: 440px;
    background-color: #ffffff;
    padding: 160px 30px 30px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
    text-align: center;
    font-size: 12px;
    color: #8ea4b5;
    line-height: 18px; }
    .b-map-overlay__body_cancel {
      background-image: url(../img/cancel-form__bg.svg); }
      .b-map-overlay__body_cancel_client {
        background-image: url(../img/cancel-form__bg_client.svg); }
      .b-map-overlay__body_cancel_doc {
        background-image: url(../img/cancel-form__bg_doc.svg); }
    .b-map-overlay__body_delete {
      background-image: url(../img/remove__bg.svg); }
    .b-map-overlay__body_send {
      background-image: url(../img/send-form__bg.svg); }
      .b-map-overlay__body_send_client {
        background-image: url(../img/send-form__bg_client.svg); }
  .b-map-overlay__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    color: #475364; }
  .b-map-overlay__buttons {
    padding-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .b-map-overlay__buttons a, .b-map-overlay__buttons button {
      margin: 0 8px; }

.olllld h3 {
  font-size: 18px; }

.olllld h4 {
  font-size: 16px; }

.olllld .company {
  display: block;
  font-size: .8em;
  margin-bottom: 10px; }

.olllld a.b-car-info__number, .olllld__number {
  height: 21px;
  display: inline-block;
  line-height: 17px;
  padding: 0 6px;
  border: 2px solid #fff;
  font-size: 12px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 700;
  color: #4a4a4a;
  text-decoration: none; }

.olllld a, .olllld__driver .name {
  display: block; }

.olllld a.b-car-info__number:hover, .olllld__number:hover {
  text-decoration: none; }

.olllld__driver {
  margin-top: 15px; }

.olllld__driver > .img {
  width: 50px;
  max-width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 50px; }

.olllld__driver > .txt {
  width: calc(100% - 60px);
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 400; }

.olllld__driver .tell {
  font-weight: 700;
  color: #4a90e2;
  text-decoration: none; }

.olllld__row {
  margin-bottom: 15px; }

.olllld__row:last-child {
  border-bottom: none;
  margin-bottom: 0; }

.olllld__data, .olllld__define {
  border-bottom: 1px solid #4d4f50; }

.olllld__data {
  padding: 10px 0;
  border-top: 1px solid #4d4f50; }

.alert.acts .title, .olllld__define {
  padding-bottom: 10px; }

.olllld__data .value {
  float: left;
  width: 33%;
  text-align: center; }

.olllld__data .value.value-inginition img {
  width: 30px;
  opacity: .8;
  margin: 10px 0 4px; }

.olllld__data .speed {
  width: 30px;
  height: 30px;
  margin-top: 7px; }

.olllld__data .building {
  float: left;
  width: 24px;
  height: 24px;
  margin-top: 2px; }

.olllld__data .oil {
  width: 22px;
  height: 25px;
  margin-top: 7px; }

.olllld__data .trashcan {
  float: left;
  width: 19px;
  height: 24px;
  margin-top: 2px; }

.olllld__data .digit {
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: -10px; }

.olllld__data .text {
  font-size: 14px;
  font-weight: lighter; }

.olllld__data .value-building .text, .olllld__data .value-trashcan .text {
  margin-left: 30px; }

.olllld__define {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  font-size: 12px;
  line-height: 22px; }

.olllld__location, .olllld__updated {
  color: #aaa;
  font-size: .8em;
  padding-left: 15px; }

.olllld__location {
  margin: 8px 0;
  cursor: pointer;
  background: url(../img/placemark.svg) left top no-repeat; }

.olllld a {
  color: #4a90e2; }

.olllld a.underline {
  text-decoration: underline; }

.b-car-info a.b-car-info__number:hover, .b-car-info__driver .tell, .b-car-info__number:hover, .olllld a.underline:hover {
  text-decoration: none; }

.alert {
  margin-top: 2px;
  font-size: 13px;
  border-radius: 2px;
  display: flex;
  background: #fff;
  align-items: center; }
  .alert-image {
    margin-right: 15px; }
  .alert .primary-text {
    font-size: 14px; }
  .alert .secondary-text {
    font-size: 11px; }

.primary-text {
  font-weight: 700;
  margin-bottom: 4px;
  color: #475364;
  font-size: 12px;
  display: block;
  text-decoration: none; }
  .primary-text:last-child {
    margin-bottom: 0; }
  .primary-text:hover {
    text-decoration: none; }

.secondary-text {
  font-weight: 400;
  font-size: 10px;
  color: #8ea4b5;
  display: block;
  margin-bottom: 4px;
  text-decoration: none; }
  .secondary-text:last-child {
    margin-bottom: 0; }

.alert.acts {
  margin-bottom: 0; }

.alert.acts .move_act {
  padding: 5px 0; }

.alert ol, .alert ul {
  padding-top: 10px;
  padding-left: 20px; }

.b-filter__hdr {
  position: relative;
  padding-right: 25px; }

.b-filter__section {
  padding: 0 20px;
  margin-bottom: 1.1rem; }

.b-filter__h2 {
  font-weight: 700;
  margin-bottom: 0.6rem; }

.b-filter label {
  font-size: .85rem;
  margin-bottom: 0.2rem; }

.b-filter .form-group {
  margin-bottom: .8rem;
  position: relative; }

.b-filter__buttons {
  padding: 0 20px; }

.b-filter__buttons .btn {
  margin-bottom: 10px; }

.b-filter__buttons .btn:last-child, .b-quick-search .form-group {
  margin-bottom: 0; }

.b-filter .form-control_smart {
  height: 45px; }

.b-filter .form-control_smart + label {
  position: absolute;
  top: 4px;
  left: .75rem;
  font-size: .78rem;
  color: rgba(55, 58, 60, 0.6);
  opacity: 0;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  transition: all 0.1s ease; }

.b-filter .form-control_smart:focus {
  padding-top: 20px; }

.b-filter .form-control_smart:focus + label {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.b-filter .form-control_smart:focus::-webkit-input-placeholder {
  color: transparent; }

.b-filter .form-control_smart:focus::-moz-placeholder {
  color: transparent; }

.b-filter .form-control_smart:focus:-ms-input-placeholder {
  color: transparent; }

.b-filter .form-control_smart:focus::placeholder {
  color: transparent; }

.b-filter .twitter-typeahead {
  width: 100%; }

.b-filter .twitter-typeahead + label {
  position: absolute;
  top: 4px;
  left: .75rem;
  font-size: .78rem;
  color: rgba(55, 58, 60, 0.6);
  opacity: 0;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  transition: all 0.1s ease; }

.b-filter label.js-focus {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.b-suggest {
  position: absolute;
  left: 250px;
  right: 300px;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  bottom: 0;
  padding: 0 20px 10px;
  transition: background .2s;
  display: none; }

.b-suggest:hover, .tt-menu {
  background-color: #fff; }

.b-suggest table {
  font-size: 1rem; }

.b-suggest__header {
  width: 100%;
  padding-left: 0;
  margin-top: -1px; }

.b-suggest__body {
  height: calc(100% - 101px);
  overflow-y: auto; }

.b-suggest__control {
  border-top: 1px solid rgba(204, 204, 204, 0.1);
  padding-top: 15px; }

.b-suggest .i-close {
  top: 12px; }

.suggest-table th {
  font-size: .75rem;
  color: rgba(0, 0, 0, 0.7); }

.b-quick-search {
  width: 40%; }

.b-quick-search__hdr {
  font-size: 0.8rem; }

.tt-menu {
  width: 100%; }

.tt-suggestion {
  display: block;
  padding: .5rem .75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.tt-suggestion.tt-selectable {
  cursor: pointer; }

.tt-suggestion.tt-selectable:hover {
  color: #000; }

.b-car-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  z-index: 999;
  background-color: #373a3c;
  transition: background .2s;
  bottom: 0;
  padding: 10px 20px;
  color: #dedee2;
  overflow-y: auto; }

.b-car-info h3 {
  font-size: 18px; }

.b-car-info h4 {
  font-size: 16px; }

.b-car-info .company {
  display: block;
  font-size: .8em;
  margin-bottom: 10px; }

.b-car-info a.b-car-info__number, .b-car-info__number {
  height: 21px;
  display: inline-block;
  line-height: 17px;
  padding: 0 6px;
  border: 2px solid #fff;
  font-size: 12px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 700;
  color: #4a4a4a;
  text-decoration: none; }

.b-car-info a, .b-car-info__driver .name {
  display: block; }

.b-car-info__driver {
  margin-top: 15px; }

.b-car-info__driver > .img {
  width: 50px;
  max-width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 50px; }

.b-car-info__driver > .txt {
  width: calc(100% - 60px);
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 400; }

.b-car-info__driver .tell {
  font-weight: 700;
  color: #4a90e2; }

.b-car-info__row {
  margin-bottom: 15px; }

.b-car-info__row:last-child {
  border-bottom: none;
  margin-bottom: 0; }

.b-car-info__data {
  padding: 10px 0;
  border-top: 1px solid #4d4f50;
  border-bottom: 1px solid #4d4f50; }

.b-car-info__data .value {
  float: left;
  width: 33%;
  text-align: center; }

.b-car-info__data .value.value-inginition img {
  width: 30px;
  opacity: .8;
  margin: 10px 0 4px; }

.b-car-info__data .speed {
  width: 30px;
  height: 30px;
  margin-top: 7px; }

.b-car-info__data .building {
  float: left;
  width: 24px;
  height: 24px;
  margin-top: 2px; }

.b-car-info__data .oil {
  width: 22px;
  height: 25px;
  margin-top: 7px; }

.b-car-info__data .trashcan {
  float: left;
  width: 19px;
  height: 24px;
  margin-top: 2px; }

.b-car-info__data .digit {
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: -10px; }

.b-car-info__data .text {
  font-size: 14px;
  font-weight: lighter; }

.b-car-info__data .value-building .text, .b-car-info__data .value-trashcan .text {
  margin-left: 30px; }

.b-car-info__define {
  padding-bottom: 10px;
  border-bottom: 1px solid #4d4f50;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  font-size: 12px;
  line-height: 22px; }

.b-car-info__location, .b-car-info__updated {
  color: #aaa;
  font-size: .8em;
  padding-left: 15px; }

.b-car-info__location {
  margin: 8px 0;
  cursor: pointer;
  background: url(../img/placemark.svg) left top no-repeat; }

.b-car-info a {
  color: #4a90e2; }

.b-car-info a.underline {
  text-decoration: underline; }

.b-car-info a.underline:hover, .b-summary .card {
  text-decoration: none; }

.camera-modal {
  z-index: 10002; }

.b-camera-modal .modal-dialog {
  width: 675px; }

.notifications-modal {
  z-index: 100000; }

.notifications-modal .close {
  background: url(../img/popover/popover-close.svg) center no-repeat; }

.notifications-modal .close span {
  display: none; }

.notifications-modal .modal-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  border-radius: 0;
  right: 400px; }

.notifications-modal .modal-dialog .modal-content {
  background: rgba(51, 51, 51, 0.9);
  transition: background .2s;
  border-radius: 0;
  position: absolute;
  width: 400px;
  bottom: 0;
  top: 0; }

.notifications-modal .modal-dialog .modal-content .modal-header {
  background: rgba(51, 51, 51, 0.9);
  border-bottom: 1px solid rgba(30, 40, 40, 0.5);
  padding: 16px 25px; }

.notifications-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 300;
  font-size: 16px;
  color: #FFF; }

.notifications-modal .modal-dialog .modal-content .modal-body {
  position: absolute;
  bottom: 80px;
  top: 60px;
  overflow-y: scroll;
  width: 100%; }

.notifications-modal .modal-dialog .modal-content .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: 0 0;
  text-align: center;
  border-top: 1px solid rgba(30, 40, 40, 0.5); }

.notifications-modal .modal-dialog .modal-content .modal-footer button {
  background: rgba(51, 51, 51, 0.9);
  transition: background .2s;
  border: 1px solid #00D4FF;
  color: #00D4FF; }

.notifications-modal .modal-dialog .modal-content .modal-footer button:hover {
  background: rgba(0, 212, 255, 0.1); }

.notifications-modal .modal-dialog .modal-content .alert-sidebar {
  color: #00D4FF;
  text-align: center;
  background: rgba(51, 51, 51, 0.9);
  font-weight: 300; }

.notifications-modal .modal-dialog .modal-content:hover {
  background: #333; }

.popover.popover-control-panel {
  border-radius: 5px;
  left: -50px !important; }

.popover.popover-control-panel .popover-arrow {
  left: 82% !important; }

.popover.popover-control-panel .popover-content {
  padding: 0; }

.popover.popover-control-panel .popover-content .menu-container {
  width: 150px; }

.popover.popover-control-panel .popover-content .menu-container a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #F4F4F4;
  padding: 5px 10px;
  font-size: 14px;
  color: #6B8C9D;
  transition: all 0.2s ease; }

.popover.popover-control-panel .popover-content .menu-container a:hover {
  background-color: #F4F4F4; }

.popover.popover-control-panel .popover-content .menu-container a:last-child {
  border: 0; }

.b-report table th {
  white-space: nowrap;
  vertical-align: top; }

.b-report table .distance, .b-report table .red td {
  font-weight: 700; }

.b-report table .red .distance {
  color: red; }

.b-report table .yellow .distance {
  color: #ffb300; }

.b-report table .green .distance {
  color: #1b9e00; }

.b-summary {
  margin-top: 15px;
  margin-bottom: 10px; }

.b-summary .card {
  border-radius: 5px;
  border: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

.b-summary .card:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

.b-summary .card.active {
  background-color: #6b8ca2; }

.b-summary .card.active h3, .b-summary .card.active p {
  color: #fff; }

.b-summary .card .card-title {
  font-size: 18px;
  color: #6B8C9D;
  margin: 0 0 2px;
  font-weight: 400; }

.b-summary .card .card-text {
  color: #8E9EA2;
  font-size: 13px; }

@-webkit-keyframes preloader-animate {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes preloader-animate {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.error-text-preloader {
  position: relative;
  width: 20px;
  height: 20px;
  background: 0 0;
  display: inline-block;
  vertical-align: bottom; }

.error-text-preloader > div {
  position: absolute;
  top: 8px;
  left: 9.3px;
  width: 1.4px;
  height: 4.6px;
  border-radius: 1px;
  background-color: #A94442;
  -webkit-animation: preloader-animate 1s linear infinite;
  animation: preloader-animate 1s linear infinite; }

.error-text-preloader > div:nth-of-type(1) {
  -webkit-transform: rotate(0) translate(0, 6px);
  transform: rotate(0) translate(0, 6px);
  -webkit-animation-delay: -.5s;
  animation-delay: -0.5s; }

.error-text-preloader > div:nth-of-type(2) {
  -webkit-transform: rotate(30deg) translate(0, 6px);
  transform: rotate(30deg) translate(0, 6px);
  -webkit-animation-delay: -.41667s;
  animation-delay: -0.41667s; }

.error-text-preloader > div:nth-of-type(3) {
  -webkit-transform: rotate(60deg) translate(0, 6px);
  transform: rotate(60deg) translate(0, 6px);
  -webkit-animation-delay: -.33333s;
  animation-delay: -0.33333s; }

.error-text-preloader > div:nth-of-type(4) {
  -webkit-transform: rotate(90deg) translate(0, 6px);
  transform: rotate(90deg) translate(0, 6px);
  -webkit-animation-delay: -.25s;
  animation-delay: -0.25s; }

.error-text-preloader > div:nth-of-type(5) {
  -webkit-transform: rotate(120deg) translate(0, 6px);
  transform: rotate(120deg) translate(0, 6px);
  -webkit-animation-delay: -.16667s;
  animation-delay: -0.16667s; }

.error-text-preloader > div:nth-of-type(6) {
  -webkit-transform: rotate(150deg) translate(0, 6px);
  transform: rotate(150deg) translate(0, 6px);
  -webkit-animation-delay: -.08333s;
  animation-delay: -0.08333s; }

.error-text-preloader > div:nth-of-type(7) {
  -webkit-transform: rotate(180deg) translate(0, 6px);
  transform: rotate(180deg) translate(0, 6px);
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.error-text-preloader > div:nth-of-type(8) {
  -webkit-transform: rotate(210deg) translate(0, 6px);
  transform: rotate(210deg) translate(0, 6px);
  -webkit-animation-delay: .08333s;
  animation-delay: 0.08333s; }

.error-text-preloader > div:nth-of-type(9) {
  -webkit-transform: rotate(240deg) translate(0, 6px);
  transform: rotate(240deg) translate(0, 6px);
  -webkit-animation-delay: .16667s;
  animation-delay: 0.16667s; }

.error-text-preloader > div:nth-of-type(10) {
  -webkit-transform: rotate(270deg) translate(0, 6px);
  transform: rotate(270deg) translate(0, 6px);
  -webkit-animation-delay: .25s;
  animation-delay: 0.25s; }

.error-text-preloader > div:nth-of-type(11) {
  -webkit-transform: rotate(300deg) translate(0, 6px);
  transform: rotate(300deg) translate(0, 6px);
  -webkit-animation-delay: .33333s;
  animation-delay: 0.33333s; }

.error-text-preloader > div:nth-of-type(12) {
  -webkit-transform: rotate(330deg) translate(0, 6px);
  transform: rotate(330deg) translate(0, 6px);
  -webkit-animation-delay: .41667s;
  animation-delay: 0.41667s; }

body {
  min-width: 800px; }

#map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

div.bx-debug-summary {
  left: initial !important;
  right: 10px !important;
  background: #eff3f5 !important;
  border: 1px solid #3c95e7 !important;
  border-radius: 5px !important;
  opacity: 1 !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5) !important; }

.map-toggle.badloads {
  background-image: url(../img/bad_load_icon.svg); }

.map-toggle.goodloads {
  background-image: url(../img/good_load_icon.svg); }

.b-header {
  background: #2E3133;
  z-index: 10001;
  position: fixed;
  width: 100%;
  min-width: 1024px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px; }
  .b-header__left {
    display: flex;
    float: left;
    align-items: center;
    justify-content: flex-start; }
  .b-header__logo {
    display: block;
    float: left;
    width: 132px;
    height: 36px; }
    .b-header__logo svg {
      fill: #fff;
      transition: all .09s ease-in-out; }
    .b-header__logo:hover svg {
      fill: #8EA4B5; }
  .b-header__right {
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .b-header__user {
    padding: 15px 25px;
    border-right: 1px solid #232933;
    border-left: 1px solid #232933;
    position: relative;
    transition: all 0.2s ease;
    cursor: pointer; }
    .b-header__user:hover, .b-header__user.active {
      background-color: #20262f; }
  .b-header__avatar {
    width: 36px;
    height: 36px;
    float: left;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 50%; }

.sidebar-nav li a.active {
  background: #1F242B; }

.sidebar-nav li a:hover {
  color: #00D4FF;
  background: #141415;
  text-decoration: none; }

.sidebar-menu li a, .sidebar-nav li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  width: 200px; }

.sidebar-nav {
  display: block;
  float: left;
  width: 220px;
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar-nav li {
  line-height: 44px;
  text-indent: 20px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px; }

.side-menu-toggle .nav-burger {
  background-image: url(../img/nav-burger.svg);
  width: 20px;
  height: 18px;
  display: inline-block;
  margin-top: 18px;
  margin-left: 20px;
  vertical-align: top; }

.page-with-sidebar .sidebar-wrapper {
  margin-left: -134px;
  left: 134px;
  bottom: 0;
  width: 80px;
  position: fixed;
  height: 100%;
  z-index: 10000;
  transition: all 0s ease 0s;
  padding-top: 57px;
  overflow-y: scroll;
  overflow-x: hidden; }

::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0px; }

::-webkit-scrollbar-track {
  background-color: #373a3c; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-color: #c9c9c9;
  box-shadow: 0px 1px 1px #fff inset;
  background-image: url("/local/templates/cabinet/img/59610063.png");
  background-position: center;
  background-repeat: no-repeat; }

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 7px;
  height: 0px; }

::-webkit-scrollbar {
  width: 5px; }

.g-recaptcha {
  margin-top: 0;
  margin-bottom: 1rem; }

.page-with-sidebar .sidebar-wrapper .sidebar {
  width: 80px;
  transition: all .0s ease 0s; }

.page-with-sidebar .sidebar-wrapper .sidebar li a {
  width: 50px;
  transition: all .0s ease 0s; }

.page-with-sidebar.sidebar-expanded .sidebar-wrapper {
  width: 230px;
  margin-left: -243px;
  transition: all .0s ease 0s; }

.page-with-sidebar.sidebar-expanded .sidebar-wrapper .sidebar {
  width: 220px;
  transition: all .0s ease 0s; }

.page-with-sidebar.sidebar-expanded .sidebar-wrapper .sidebar li a {
  width: 200px;
  transition: all .0s ease 0s; }

.page-with-sidebar {
  padding-left: 80px;
  transition: all .0s ease 0s; }

.page-with-sidebar.sidebar-expanded {
  padding-left: 80px; }

div.modern-page-navigation a {
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 36px;
  height: 36px;
  margin: 0 3px;
  transition: all .2s ease;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  color: #3b4656;
  background-color: #f7fbfc;
  cursor: pointer; }
  div.modern-page-navigation a:focus {
    text-decoration: none; }
  div.modern-page-navigation a.b-pagination__loader {
    width: 100%;
    margin: 0px 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    line-height: 1.2;
    height: 36px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    font-size: 11px;
    color: #475364;
    font-weight: 700;
    padding: 5px 20px;
    transition: all .2s ease; }
    div.modern-page-navigation a.b-pagination__loader:hover {
      background-color: #386bf2;
      color: #fff;
      text-decoration: none !important; }

span.modern-page-current {
  background-color: #386bf2; }

div.modern-page-navigation a.modern-page-previous {
  border-right-width: 1px;
  border-right-style: none;
  border-left: none; }

#sort-form-select option {
  font-weight: bold; }

.b-list .car-row .car-status {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../img/cars-list-stop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.b-list .car-row .car-status.on {
  background-image: url(../img/cars-list-rides.svg);
  width: 40px;
  height: 40px; }

.b-list .car-row .car-status.load {
  background-image: url(../img/load_icon.svg); }

.b-list .car-row .car-status.offline {
  background-image: url(../img/offline.svg); }

.b-list .car-row .car-status.ignition-off {
  background-image: url(../img/key.svg); }

.page-with-sidebar .sidebar-wrapper {
  transition-duration: 0s; }

.show-control-panel {
  cursor: pointer; }

.sub-icon.fa-dash:before {
  background-image: url(../img/nav-menu/sub-icon-dash.svg); }

.sidebar-nav li a.active .fa-dash:before, .sidebar-nav li a:hover .fa-dash:before {
  background-image: url(../img/nav-menu/sub-icon-dash-hover.svg); }

.b-header .user-info .sub-menu a div.header__company {
  background-image: url(../img/nav-menu/sub-icon-company.svg);
  background-position: 21px 50%;
  background-repeat: no-repeat; }

/*08.08.2018*/
.b-header {
  background-color: #29313C;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3); }

.binman-logo {
  padding: 15px 0px 15px 30px;
  float: left; }

.search-container {
  float: left;
  margin-left: 47px;
  height: 66px;
  border-left: 1px solid #232933;
  border-right: 1px solid #232933;
  padding-top: 15px;
  padding-bottom: 15px; }

.b-header .form-search input::placeholder {
  color: #8C95A3; }

.b-header .form-search button {
  background-color: #3b4453;
  color: #00D4FF;
  transition: all 0.2s ease;
  outline: none !important; }
  .b-header .form-search button.focused {
    background-color: #424f62; }
  .b-header .form-search button:active svg {
    transform: scale(0.95); }

.get-menu {
  height: 20px !important;
  margin-top: 8px; }

.get-menu:hover {
  background-color: #21262f !important; }

.panel-right.active .get-menu {
  transform: rotate(180deg); }

.b-header .user-info {
  height: 30px;
  padding: 0px; }

.b-header .user-info .fio.no-position {
  align-items: center; }

.user-information {
  height: 36px !important;
  display: flex;
  align-items: center;
  overflow: hidden; }

.fio-circle {
  height: 36px;
  width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #3c4656;
  color: #738092;
  font-size: 11px;
  margin-right: 10px; }

.fio.no-position {
  display: flex; }

.user-info-block {
  margin-right: 14px;
  display: flex;
  align-items: center; }

.user-info-name {
  font-size: 13px;
  color: #FFFFFF;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis; }

.user-position {
  font-size: 10px;
  color: #738092;
  line-height: 1.16;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.b-header .user-info .get-menu {
  position: relative;
  height: 36px;
  background-image: url(../img/header_sub_menu_arrow.svg);
  margin-top: 0px;
  margin-bottom: 0px; }

.b-header .notifications, .b-header .consultations {
  float: left;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 50%;
  border-left: 1px solid #232933;
  height: 66px;
  width: 68px;
  margin: 0px; }

.b-header .notifications span.count, .b-header .consultations span.count {
  top: 16px;
  right: 17px;
  z-index: 10;
  height: 20px;
  width: 20px;
  line-height: 18px;
  border: 1px solid #2a313c;
  font-size: 9px; }

.consultations {
  position: relative; }

.b-header .consultations span.count {
  background-color: #00d4ff;
  position: absolute;
  width: 10px;
  height: 10px;
  font-size: 10px;
  text-align: center;
  color: white;
  border-radius: 50%;
  top: 23px;
  right: 22px; }

.consultations:hover, .notifications:hover {
  cursor: pointer;
  background-color: #21262f; }

.b-header .consultations {
  background-image: url(../img/sub_menu_consultations.svg); }

.b-header .user-info .sub-menu {
  top: 66px;
  margin-top: 7px;
  background-color: #2a313c;
  border-radius: 3px;
  padding-top: 5px;
  padding-bottom: 5px; }

.b-header .user-info .sub-menu a {
  display: inline; }

.b-header .user-info .sub-menu::before {
  content: "";
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #2a313c;
  top: -7px;
  right: 20px; }

.b-header .user-info .sub-menu a div {
  height: 40px;
  font-size: 13px;
  color: #FFFFFF;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
  align-items: center;
  padding-left: 50px; }

.b-header .user-info .sub-menu a div:hover {
  background-color: #21262f; }

a.company {
  background-position-x: 25px !important; }

.form-search input:focus {
  background-color: #424f62 !important; }

.b-header .form-search .tt-suggestion.group {
  background-color: #2a313c !important;
  height: 36px;
  border: none;
  display: flex;
  align-items: center;
  background-position-x: 15px;
  padding-left: 40px !important; }

.b-header .form-search .tt-suggestion.group a {
  color: #FFFFFF !important; }

.b-header .tt-menu {
  border-radius: 5px !important;
  margin-top: 5px;
  overflow: auto;
  max-height: 450px; }

.b-header .tt-menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0); }

.b-header .tt-suggestion {
  background-color: #3b4453;
  border-bottom: 1px solid #21262f;
  min-height: 50px;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding-left: 15px; }

.b-header .tt-suggestion:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.b-header .tt-suggestion a {
  color: #FFFFFF !important; }

.b-header .tt-suggestion:hover {
  background-color: #2a313c; }

.search-result-address {
  font-size: 11px;
  color: #90959e; }

.b-header .form-search button {
  height: 36px;
  padding: 0px !important; }

.search-container .tt-highlight {
  color: #3ed5fe; }

.setting.right-sub-menu-item, .right-sub-menu-item {
  width: 200px;
  text-align: left;
  display: block !important; }

/*Sidebar*/
.page-with-sidebar .sidebar-wrapper {
  background-color: #323A45 !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }

.page-with-sidebar .sidebar-wrapper .sidebar li a {
  border-radius: 5px;
  height: 40px; }

.page-with-sidebar .sub-icon {
  padding-top: 9px;
  margin-right: 18px; }

.page-with-sidebar.sidebar-expanded .sidebar-wrapper {
  width: 210px !important; }

.sidebar-menu li a, .sidebar-nav li a {
  font-size: 13px; }

.page-with-sidebar.sidebar-expanded .sidebar-wrapper .sidebar li a {
  width: 190px; }

/*New sidebar*/
.sidebar-container {
  position: static;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 80px !important;
  z-index: 10000;
  background-color: #323a45;
  padding: 0;
  overflow-y: auto;
  transition: width 0.5s 0.3s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
  .sidebar-container.open .sbar-link, .sidebar-container:hover .sbar-link {
    width: 190px; }

.page-with-sidebar {
  padding: 0 0 0 80px;
  transition: 0.3s all; }

.page-with-sidebar--open {
  padding: 0 0 0 220px; }

/* sidebar navigation */
.sbar-nav__item {
  margin-bottom: 10px; }

.sbar-link {
  width: 50px;
  height: 40px;
  border-radius: 4px;
  transition: width 0.5s 0.3s, background-color 0.2s, color 0.2s;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative; }
  .sbar-link:focus {
    color: #ffffff; }
  .sbar-link:hover, .sbar-link.active, .sbar-link:hover:focus {
    background-color: #292e37;
    color: #3ed5fe; }
  .sbar-link__icon {
    width: 50px;
    height: 40px;
    position: relative; }
    .sbar-link__icon::before {
      display: none; }
    .sbar-link__icon::after {
      font-size: 18px;
      position: absolute;
      left: 0;
      width: 100%;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .sbar-link__icon.fa-truck:after {
      font-size: 20px; }
  .sbar-link__text {
    position: absolute;
    left: 50px;
    line-height: 40px;
    font-size: 12px;
    white-space: nowrap; }

/*authorization*/
.authorization-container {
  padding-top: 95px;
  z-index: 10;
  position: relative;
  min-height: 100vh;
  background-color: #2a313c;
  background-position: 100% 100%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 60px; }

.form-group {
  position: relative;
  font-size: 13px;
  margin-bottom: 15px; }
  .form-group:last-child {
    margin-bottom: 0; }
  .form-group__label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    margin: 0;
    font-size: 13px;
    color: #8796aa;
    font-weight: normal;
    transition: all 0.2s ease; }
  .form-group_filled .form-group__label {
    transform: none;
    font-size: 10px;
    top: 10px; }
  .form-group_button {
    padding-top: 10px; }
  .form-group__show-password {
    position: absolute;
    top: 18px;
    right: 20px;
    cursor: pointer; }
    .form-group__show-password svg {
      fill: #8796AA; }
    .form-group__show-password:hover svg, .form-group__show-password.active svg {
      fill: #fff; }

.form-control {
  display: flex;
  width: 100%;
  background-color: #F4F9FB;
  border: 1px solid #DCE5EA;
  border-radius: 3px;
  line-height: 1;
  height: 36px;
  align-items: center;
  padding: 0 12px;
  font-size: 12px;
  color: #475364;
  font-weight: 400; }
  .form-control_white {
    background-color: #ffffff; }
  .form-control::placeholder, .form-control::-webkit-input-placeholder {
    color: #8EA4B5 !important;
    opacity: 1 !important; }
  .form-control:hover, .form-control:focus {
    border-color: #8EA4B5; }
  .form-control:focus {
    background-color: #F4F9FB; }
  .form-control_aside {
    padding: 0 12px;
    border-radius: 3px;
    font-size: 12px; }
    .form-control_aside::placeholder, .form-control_aside::-webkit-input-placeholder {
      color: #8EA4B5; }

input::placeholder, input::-webkit-input-placeholder {
  color: #8EA4B5 !important;
  opacity: 1 !important; }

.authorization-container .form-control {
  width: 100%;
  display: block;
  background-color: #3A4453;
  border: 1px solid #3A4453;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  outline: none !important;
  padding: 24px 20px 7px;
  height: auto;
  line-height: 1;
  transition: all 0.2s ease; }
  .authorization-container .form-control:focus, .authorization-container .form-control_filled {
    border-color: #5B6C87;
    background-color: #3a4453;
    color: #ffffff; }
  .authorization-container .form-control .form-control[readonly]:focus, .authorization-container .form-control .form-control[readonly], .authorization-container .form-control .form-control[readonly] {
    border-color: #3a4453;
    background-color: #3a4453;
    color: #ffffff;
    cursor: default; }

.form-checkbox {
  display: none; }
  .form-checkbox + label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 24px;
    min-height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #475364;
    transition: all 0.2s ease;
    margin-bottom: 0; }
    .form-checkbox + label:before {
      position: absolute;
      background-color: #EAF1F6;
      border: 1px solid #DCE5EA;
      border-radius: 3px;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      content: '';
      transition: all .2s ease;
      background-size: 0 0;
      background-position: 150% 50%; }
  .form-checkbox:checked + label:before {
    background-image: url(../img/check.svg);
    background-color: #386bf2;
    border-color: #386bf2;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto; }
  .form-checkbox.unfull + label:before {
    background-color: #386bf2;
    border-color: #386bf2; }
  .form-checkbox.unfull + label:after {
    top: 50%;
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    left: 5px;
    background-color: #ffffff;
    z-index: 3; }
  .form-checkbox_radio + label, .form-checkbox[type="radio"] + label {
    margin-bottom: 10px; }
    .form-checkbox_radio + label:before, .form-checkbox[type="radio"] + label:before {
      border-radius: 50%;
      transition: background-color .2s ease-in-out; }
    .form-checkbox_radio + label:after, .form-checkbox[type="radio"] + label:after {
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      background-color: #ffffff;
      opacity: 0;
      content: '';
      transition: transform .5s ease-in-out .2s, opacity .2s ease .2s;
      position: absolute;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .form-checkbox_radio + label:last-child, .form-checkbox[type="radio"] + label:last-child {
      margin-bottom: 0; }
  .form-checkbox_radio:checked + label:before, .form-checkbox[type="radio"]:checked + label:before {
    background-image: none;
    background-color: #386bf2;
    border-color: #386bf2; }
  .form-checkbox_radio:checked + label:after, .form-checkbox[type="radio"]:checked + label:after {
    opacity: 1;
    transform: translateY(-50%) scale(0.5); }
  .form-checkbox_in-row + label {
    margin: 5px 0; }
  .form-checkbox_slider + label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 0;
    min-height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #475364;
    transition: all 0.2s ease;
    margin-bottom: 0;
    padding-right: 40px; }
    .form-checkbox_slider + label:before {
      background-color: #97BCE4;
      border-radius: 100px;
      width: 30px;
      height: 16px;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      left: auto;
      border: none; }
    .form-checkbox_slider + label:after {
      background-color: #FFFFFF;
      position: absolute;
      top: 50%;
      right: 15px;
      left: auto;
      transform: translateY(-50%);
      transition: all .35s ease;
      width: 12px;
      height: 12px;
      border-radius: 50px;
      content: ''; }
  .form-checkbox_slider:checked + label:before {
    background-color: #386bf2;
    background-image: none; }
  .form-checkbox_slider:checked + label:after {
    right: 2px; }
  .form-checkbox_blocked-slider + label {
    background-color: #dfe6ee;
    border-radius: 3px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 12px 0 50px;
    position: relative;
    font-size: 10px;
    color: #9aa7b8;
    font-weight: bold;
    transition: all .3s ease; }
    .form-checkbox_blocked-slider + label:before {
      background-color: #97BCE4;
      border-radius: 100px;
      width: 30px;
      height: 16px;
      top: 50%;
      transform: translateY(-50%);
      left: 10px;
      border: none;
      transition: all .3s ease; }
    .form-checkbox_blocked-slider + label:after {
      background-color: #FFFFFF;
      position: absolute;
      top: 50%;
      left: 12px;
      transform: translateY(-50%);
      transition: all .35s ease;
      width: 12px;
      height: 12px;
      border-radius: 50px;
      content: ''; }
  .form-checkbox_blocked-slider:checked + label:before {
    background-color: #386bf2;
    background-image: none; }
  .form-checkbox_blocked-slider:checked + label:after {
    left: 26px; }
  .form-checkbox_blocked-slider:checked + label.form-checkbox_signed {
    background-color: #b2d170;
    color: #ffffff; }
    .form-checkbox_blocked-slider:checked + label.form-checkbox_signed:before {
      background-color: #9ebb62; }
  .form-checkbox_blocked-slider:checked + label.form-checkbox_have-protocol {
    background-color: #FF5943;
    color: #ffffff; }
    .form-checkbox_blocked-slider:checked + label.form-checkbox_have-protocol:before {
      background-color: #DD4E3B; }
  .form-checkbox_xl-slider {
    display: none; }
    .form-checkbox_xl-slider + label {
      background-color: #F7FBFC;
      border-radius: 3px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 14px 20px;
      position: relative;
      font-size: 11px;
      font-weight: bold;
      color: #475364;
      font-weight: bold;
      transition: all .3s ease;
      text-transform: uppercase; }
      .form-checkbox_xl-slider + label:before {
        background-color: #97BCE4;
        border-radius: 10px;
        width: 39px;
        height: 20px;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        left: auto;
        border: none;
        transition: all .3s ease;
        content: '';
        position: absolute; }
      .form-checkbox_xl-slider + label:after {
        background-color: #FFFFFF;
        position: absolute;
        top: 50%;
        right: 41px;
        transform: translateY(-50%);
        transition: all .35s ease;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        content: ''; }
    .form-checkbox_xl-slider:checked + label:before {
      background-color: #386bf2;
      background-image: none; }
    .form-checkbox_xl-slider:checked + label:after {
      right: 22px; }

.d-flex {
  display: flex; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-end {
  justify-content: flex-end; }

.align-items-center {
  align-items: center; }

.flex-wrap {
  flex-wrap: wrap; }

.dotted-link {
  color: #8796aa;
  border-bottom: 1px dashed;
  text-decoration: none;
  transition: all 0.2s ease; }
  .dotted-link:hover {
    text-decoration: none; }
  .dotted-link:active {
    border-bottom-color: transparent; }
  .dotted-link:focus {
    color: #8796aa;
    border-bottom: 1px dashed;
    text-decoration: none; }

.restoration-header {
  text-align: center;
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1; }

.b-filter-selected-fields {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .b-filter-selected-fields a, .b-filter-selected-fields button, .b-filter-selected-fields div {
    margin-right: 1rem; }
    .b-filter-selected-fields a:last-child, .b-filter-selected-fields button:last-child, .b-filter-selected-fields div:last-child {
      margin-right: 0; }

svg {
  transition: all 0.2s ease; }

.spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 9991;
  display: none; }
  .spinner .windows8 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78px;
    height: 78px;
    margin: auto; }
  .spinner .windows8 .wBall {
    position: absolute;
    width: 74px;
    height: 74px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 6.96s infinite;
    -o-animation: orbit 6.96s infinite;
    -ms-animation: orbit 6.96s infinite;
    -webkit-animation: orbit 6.96s infinite;
    -moz-animation: orbit 6.96s infinite; }
  .spinner .windows8 .wBall .wInnerBall {
    position: absolute;
    width: 10px;
    height: 10px;
    background: black;
    left: 0px;
    top: 0px;
    border-radius: 10px; }
  .spinner .windows8 #wBall_1 {
    animation-delay: 1.52s;
    -o-animation-delay: 1.52s;
    -ms-animation-delay: 1.52s;
    -webkit-animation-delay: 1.52s;
    -moz-animation-delay: 1.52s; }
  .spinner .windows8 #wBall_2 {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s; }
  .spinner .windows8 #wBall_3 {
    animation-delay: 0.61s;
    -o-animation-delay: 0.61s;
    -ms-animation-delay: 0.61s;
    -webkit-animation-delay: 0.61s;
    -moz-animation-delay: 0.61s; }
  .spinner .windows8 #wBall_4 {
    animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s; }
  .spinner .windows8 #wBall_5 {
    animation-delay: 1.22s;
    -o-animation-delay: 1.22s;
    -ms-animation-delay: 1.22s;
    -webkit-animation-delay: 1.22s;
    -moz-animation-delay: 1.22s; }
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%; }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%; }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%; }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%; }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%; }
  76% {
    opacity: 0;
    transform: rotate(900deg); }
  100% {
    opacity: 0;
    transform: rotate(900deg); } }
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%; }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%; }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%; }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%; }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%; }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg); } }
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%; }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%; }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%; }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%; }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%; }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg); } }
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%; }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%; }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%; }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%; }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%; }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg); } }
@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%; }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%; }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%; }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%; }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%; }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg); } }
.loading .spinner {
  display: block; }

.form-control.have-error {
  background-color: rgba(204, 0, 0, 0.2);
  border-color: #cc0000; }

.b-pagination {
  background-color: #FFFFFF;
  border-radius: 3px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #949da0;
  font-size: 0; }
  .b-pagination .b-pagination__central {
    margin-left: -5px; }
  .b-pagination__central {
    font-size: 0; }
  .b-pagination__central {
    font-size: 0; }
  .b-pagination__loader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    line-height: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    padding: 12px 20px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    color: #475364;
    margin: 0 0 2px; }
    .b-pagination__loader:hover {
      background-color: #386bf2;
      color: #fff; }
  .b-pagination a, .b-pagination span {
    background-color: #F4F9FB;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    min-width: 36px;
    height: 36px;
    margin: 0 2px;
    transition: all 0.2s ease;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #475364;
    text-decoration: none; }

.b-pagination a.active, .b-pagination span.active {
  background-color: #386bf2;
  color: #fff;
  text-decoration: none !important; }
  .b-pagination a.active:hover, .b-pagination span.active:hover {
    background-color: #386bf2;
    color: #fff;
    text-decoration: none !important; }

.b-pagination a:hover, .b-pagination span:hover {
  background-color: #ccd7db;
  color: #29313c;
  text-decoration: none !important; }
  .b-pagination a:hover[style="opacity: .7;"], .b-pagination span:hover[style="opacity: .7;"] {
    background-color: #F4F9FB;
    color: #475364; }

.b-pagination__per-view {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.b-pagination__per-view form {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.b-pagination__per-view .form-control {
  width: 180px;
  height: 36px;
  padding: 0 12px;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  background-color: transparent; }

.b-pagination__per-view .form-control + .btn {
  margin-left: 10px;
  background-color: #386bf2;
  border-color: #386bf2;
  color: #ffffff;
  padding: 0 15px;
  font-size: 11px; }

.b-pagination__per-view label {
  margin-bottom: 0;
  white-space: nowrap;
  font-weight: normal; }

.b-pagination .btn {
  padding: 0.47rem 1rem;
  font-weight: 500;
  font-size: 12px;
  color: #7d8897; }

.b-pagination .btn-pagination {
  background-color: #f4f9fb; }

.b-pagination .btn-pagination:hover {
  background-color: #ccd7db;
  color: #29313c; }

.ul-list, ul.ul-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  .ul-list.ul-list-m1, ul.ul-list.ul-list-m1 {
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-right: -1px; }
    .ul-list.ul-list-m1.ul-list-5 .ul-list__item, ul.ul-list.ul-list-m1.ul-list-5 .ul-list__item {
      width: calc(100% / 5 - 2px);
      margin: 0 1px; }

.ul-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  .ul-list.ul-list-m1 {
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-right: -1px; }
    .ul-list.ul-list-m1.ul-list-5 .ul-list__item {
      width: calc(100% / 5 - 2px);
      margin: 0 1px; }

.b-report {
  padding-top: 15px;
  padding-bottom: 25px; }
  .b-report__title {
    padding: 15px 0;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    line-height: 1; }
  .b-report .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem; }
  .b-report__description {
    display: block;
    font-size: 12px;
    color: #909496;
    padding-top: 8px; }

.inherit-link, a.inherit-link {
  color: inherit;
  text-decoration: none; }
  .inherit-link:hover, a.inherit-link:hover {
    text-decoration: none;
    color: var(--hover-color); }

* {
  outline: none !important; }

.position-relative {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

@media screen and (max-width: 1080px) {
  .b-report__row .item.place {
    min-width: 27.6%;
    max-width: 27.6%;
    width: 27.6%; }

  .b-report__row .item.client {
    min-width: 18%;
    max-width: 18%;
    width: 18%; } }
.b-map-search {
  position: absolute;
  top: 84px;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 9999;
  width: 350px; }
  .b-map-search__input {
    outline: none !important;
    border: none !important;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 0 42px 0 32px;
    height: 40px;
    color: #000;
    font-size: 12px;
    background-image: url(/local/templates/cabinet/img/map-search-input.svg);
    background-repeat: no-repeat;
    background-position: 12px 50%; }
    .b-map-search__input::placeholder {
      color: #8ea4b5; }
    .b-map-search__input:focus {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .b-map-search__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    z-index: 3;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer; }
    .b-map-search__button svg {
      fill: #B8C7D9;
      transition: all .3s ease; }
    .b-map-search__button:hover {
      background-color: #386bf2; }
      .b-map-search__button:hover svg {
        fill: #fff; }

.b-map-zoom {
  position: absolute;
  bottom: 135px;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 9999;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  .b-map-zoom__button {
    width: 36px;
    height: 36px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #E7EDF0;
    text-decoration: none; }
    .b-map-zoom__button:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .b-map-zoom__button:last-child {
      border-bottom: none;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
    .b-map-zoom__button:hover {
      background-color: #f4efe2;
      color: #606f82;
      text-decoration: none;
      cursor: pointer; }

.iv-ui-popup-global-container {
  z-index: 10062 !important; }

.param-list__item {
  position: relative; }

.schedule {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: -5px;
  padding-top: 10px;
  padding-bottom: 15px; }
  .schedule .day {
    background-color: #f4f9fb;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: bold;
    color: #475364; }
    .schedule .day:nth-child(7n) {
      margin-right: 0; }
  .schedule .day.active {
    background-color: #386bf2;
    color: #ffffff; }
  .schedule:last-child {
    padding-bottom: 0; }

.data-tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px; }
  .data-tbl th {
    text-align: left;
    font-size: 11px;
    color: #475364; }
  .data-tbl th, .data-tbl td {
    padding: 14px 20px; }
  .data-tbl th:first-child, .data-tbl td:first-child {
    border-radius: 4px 0 0 4px; }
  .data-tbl th:nth-child(1), .data-tbl td:nth-child(2) {
    min-width: 200px; }
  .data-tbl th:last-child, .data-tbl td:last-child {
    border-radius: 0 4px 4px 0; }
  .data-tbl tr td {
    box-sizing: border-box; }
  .data-tbl tr.color-red td:first-child {
    border-top: solid 2px #ff5943;
    border-left: solid 2px #ff5943;
    border-bottom: solid 2px #ff5943; }
  .data-tbl tr.color-red .car-in-table span,
  .data-tbl tr.color-red .car-in-table .secondary-text,
  .data-tbl tr.color-red .date-in-table,
  .data-tbl tr.color-red .time-in-table {
    color: #ff5943; }
  .data-tbl tr.color-red td:last-child {
    border-top: solid 2px #ff5943;
    border-right: solid 2px #ff5943;
    border-bottom: solid 2px #ff5943; }
  .data-tbl tr.color-red td {
    border-top: solid 2px #ff5943;
    border-bottom: solid 2px #ff5943; }
  .data-tbl tr.errors-container td {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: solid 1px #ff5943;
    border-left: solid 1px #ff5943;
    border-right: solid 1px #ff5943;
    position: relative;
    color: #475364;
    font-size: 10px; }
  .data-tbl tr.errors-container td:after {
    content: "";
    left: -1px;
    width: calc(100% + 2px);
    height: 2px;
    top: -2px;
    border-left: solid 1px #ff5943;
    border-right: solid 1px #ff5943;
    position: absolute; }
  .data-tbl tr.errors-container td:before {
    content: "";
    left: 0px;
    width: 100%;
    height: 1px;
    top: -2px;
    position: absolute;
    background-color: #fff; }
  .data-tbl tr.green + tr.errors-container td,
  .data-tbl tr.green + tr.errors-container td:after {
    border: none; }
  .data-tbl tr.green + tr.errors-container td:before {
    height: 5px;
    top: -6px; }
  .data-tbl a:hover {
    color: #186EBF; }
    .data-tbl a:hover .secondary-text {
      color: #186EBF; }
  .data-tbl .no-data-text .primary-text {
    color: #a3a9b1; }
  .data-tbl .no-data-text path {
    fill: #a3a9b1 !important; }
  .data-tbl .error {
    color: #ff5943; }
    .data-tbl .error path {
      fill: #ff5943; }
  .data-tbl .error-icon {
    background-color: #ff5943; }
    .data-tbl .error-icon path {
      fill: #fff; }
  .data-tbl .primary-text .secondary-text {
    margin-top: 4px;
    width: 100%; }
  .data-tbl .primary-text.address-href {
    margin-bottom: 0;
    margin-top: 2px; }
  .data-tbl .address-href .address-name {
    padding-right: 5px;
    line-height: 16px; }

.wrapper-in-td {
  display: flex;
  align-items: center; }

.styled-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background-color: #e8eff1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px; }
  .styled-icon span {
    font-size: 0; }
    .styled-icon span a {
      display: inline-block;
      font-size: 0; }
  .styled-icon.active {
    background-color: #b2d170; }
  .styled-icon.new {
    background-color: #386bf2; }
  .styled-icon.archive {
    background-color: #E2E2E2; }

.bx-session-message {
  z-index: 99999 !important; }

.bx-session-message {
  top: 0;
  width: 100%;
  height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  z-index: 10002;
  background-color: rgba(41, 49, 60, 0.97);
  display: flex;
  align-items: center;
  justify-content: center; }
  .bx-session-message .logo {
    display: inline-block;
    margin-bottom: 20px; }
  .bx-session-message h2 {
    font-size: 13px;
    font-weight: normal;
    color: #b5cfea;
    margin: 0;
    margin-bottom: 31px; }
  .bx-session-message__body {
    width: 800px;
    border-radius: 10px;
    background-color: #29313c;
    padding: 50px 111px 60px; }
  .bx-session-message__main {
    font-size: 14px;
    line-height: 20px;
    color: #b5cfea;
    margin: 0;
    margin-bottom: 30px; }
  .bx-session-message__caption {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    margin-bottom: 14px; }
  .bx-session-message__wrapper {
    text-align: center; }
  .bx-session-message .btn.btn-block {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: var(--primary-color);
    text-align: center;
    padding: 19px 78px;
    display: inline-block !important;
    width: auto; }

.runner-range__slider {
  width: 100%; }
  .runner-range__slider.noUi-horizontal {
    height: 5px;
    border: none;
    border-radius: 3px;
    margin-bottom: 11px;
    margin-top: 11px;
    padding: 0 5px; }
  .runner-range__slider .noUi-background {
    background: #f4f9fb;
    box-shadow: none; }
  .runner-range__slider .noUi-connect {
    background: #386bf2;
    box-shadow: none; }
  .runner-range__slider .noUi-handle {
    cursor: pointer;
    top: -5px !important;
    left: -5px !important;
    width: 17px !important;
    height: 17px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 50% !important;
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center; }
    .runner-range__slider .noUi-handle::before {
      display: none !important; }
    .runner-range__slider .noUi-handle::after {
      content: '';
      position: absolute;
      margin: 0 !important;
      width: 7px;
      height: 7px;
      background-color: #386bf2;
      border-radius: 50%;
      left: auto;
      top: auto; }

.my-leaflet-map-container .map__wrap {
  max-height: none; }
@media print {
  .r-fix-side {
    visibility: hidden;
  }
}
/*# sourceMappingURL=main.css.map */
