@charset "UTF-8";
@import url(./icomoon.css);
*, input, select, textarea {
  box-sizing: border-box; }

i.fa {
  cursor: default; }

a i.fa {
  cursor: pointer; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background: #fff;
  color: #222;
  line-height: 1.2;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 980px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  body.fix-1c {
    min-width: 0 !important; }
    body.fix-1c main {
      min-width: 0 !important;
      min-height: 0 !important; }
  @media screen and (max-width: 1400px) {
    body {
      font-size: 14px; } }

.red-text {
  color: #f95656; }

.hidden {
  display: none; }

.visible-block {
  display: block; }

.visible-flex {
  display: flex; }

img {
  border: none;
  vertical-align: top; }

h1, h2, h3, h4, h5, h6, p, ol, ul, li, a, table, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 300;
  list-style-type: none;
  text-decoration: none; }

a {
  outline: none !important; }

a:hover, a:focus {
  text-decoration: none; }

ul.main-list {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 16px; }

.clear {
  clear: both; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

b, strong {
  font-weight: 600; }

.vertical-align-for-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

button.close {
  padding: 0 7px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .6;
  filter: alpha(opacity=60);
  overflow: visible;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  white-space: normal; }
  button.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100); }
  @media screen and (max-width: 1400px) {
    button.close {
      font-size: 14px; } }

input[type="text"]:not([class*="dx-"]), input[type="password"]:not([class*="dx-"]), textarea:not([class*="dx-"]) {
  border: 1px solid #cecece;
  margin: 4px 0;
  border-radius: 3px;
  padding: 6px 15px;
  color: #777;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  background-color: #fff; }
  input[type="text"]:not([class*="dx-"]):focus, input[type="password"]:not([class*="dx-"]):focus, textarea:not([class*="dx-"]):focus {
    border: 1px solid #88dd4c; }
  input[type="text"]:not([class*="dx-"]):invalid, input[type="password"]:not([class*="dx-"]):invalid, textarea:not([class*="dx-"]):invalid {
    border: 1px solid #f95653; }
  @media screen and (max-width: 1400px) {
    input[type="text"]:not([class*="dx-"]), input[type="password"]:not([class*="dx-"]), textarea:not([class*="dx-"]) {
      margin: 2px 0;
      padding: 3px 8px;
      font-size: 12px; } }
  input[type="text"]:not([class*="dx-"]).max-width, input[type="password"]:not([class*="dx-"]).max-width, textarea:not([class*="dx-"]).max-width {
    width: 100%; }

input[type="radio"]:not([class*="dx-"]) {
  margin-right: 3px; }

input[type="number"]:not([class*="dx-"]) {
  border: 1px solid #cecece;
  margin: 4px 0;
  border-radius: 3px;
  padding: 6px 15px;
  color: #777;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding-right: 6px; }

input[type="radio"] + input[type="radio"] {
  margin-left: 5px; }

input + input, input + .dropdown {
  margin-left: 5px; }

.table {
  display: table;
  width: 100%; }
  .table .thead {
    display: table-header-group; }
  .table .tbody {
    display: table-row-group; }
  .table .th {
    display: table-cell; }
  .table .tr {
    display: table-row; }
  .table .td {
    display: table-cell; }

.flex-wraped {
  display: flex;
  flex-wrap: wrap; }

.flex-row {
  display: flex; }

.ticon {
  background-image: url(../img/tool-ico.png);
  background-repeat: no-repeat;
  display: block; }
  .ticon.ticon-tool_compas {
    background-position: -5px -5px;
    width: 19px;
    height: 18px; }
  .ticon.ticon-tool_compas_hover {
    background-position: -34px -5px;
    width: 19px;
    height: 18px; }
  .ticon.ticon-tool_dot {
    background-position: -63px -5px;
    width: 20px;
    height: 18px; }
  .ticon.ticon-tool_dot_hover {
    background-position: -93px -5px;
    width: 20px;
    height: 18px; }
  .ticon.ticon-tool_earth {
    background-position: -123px -5px;
    width: 19px;
    height: 18px; }
  .ticon.ticon-tool_earth_hover {
    background-position: -152px -5px;
    width: 19px;
    height: 18px; }
  .ticon.ticon-tool_gear {
    background-position: -181px -5px;
    width: 23px;
    height: 23px; }
  .ticon.ticon-tool_gear_hover {
    background-position: -214px -5px;
    width: 23px;
    height: 23px; }
  .ticon.ticon-tool_map {
    background-position: -247px -5px;
    width: 20px;
    height: 18px; }
  .ticon.ticon-tool_map_hover {
    background-position: -277px -5px;
    width: 20px;
    height: 18px; }
  .ticon.ticon-tool_minus {
    background-position: -307px -5px;
    width: 22px;
    height: 22px; }
  .ticon.ticon-tool_minus_hover {
    background-position: -339px -5px;
    width: 22px;
    height: 22px; }
  .ticon.ticon-tool_n {
    background-position: -371px -5px;
    width: 9px;
    height: 12px; }
  .ticon.ticon-tool_n_hover {
    background-position: -390px -5px;
    width: 9px;
    height: 12px; }
  .ticon.ticon-tool_paus {
    background-position: -409px -5px;
    width: 21px;
    height: 18px; }
  .ticon.ticon-tool_paus_hover {
    background-position: -440px -5px;
    width: 21px;
    height: 18px; }
  .ticon.ticon-tool_plus {
    background-position: -471px -5px;
    width: 22px;
    height: 22px; }
  .ticon.ticon-tool_plus_hover {
    background-position: -503px -5px;
    width: 22px;
    height: 22px; }
  .ticon.ticon-tool_search {
    background-position: -535px -5px;
    width: 18px;
    height: 18px; }
  .ticon.ticon-tool_search {
    background-position: -563px -5px;
    width: 18px;
    height: 18px; }
  .ticon.ticon-tool_tr {
    background-position: -591px -5px;
    width: 19px;
    height: 18px; }
  .ticon.ticon-tool_tr_hover {
    background-position: -620px -5px;
    width: 19px;
    height: 18px; }
  .ticon.ticon-tool_where {
    background-position: -649px -5px;
    width: 14px;
    height: 18px; }
  .ticon.ticon-tool_where_hover {
    background-position: -673px -5px;
    width: 14px;
    height: 18px; }

.ricon {
  background-image: url(../img/report-list-spritesheet.png);
  background-repeat: no-repeat;
  display: block; }
  .ricon.ricon-closed {
    background-position: -5px -5px;
    width: 7px;
    height: 11px; }
  .ricon.ricon-hstr {
    background-position: -22px -5px;
    width: 11px;
    height: 14px; }
  .ricon.ricon-hzch {
    background-position: -43px -5px;
    width: 12px;
    height: 14px; }
  .ricon.ricon-open {
    background-position: -65px -5px;
    width: 11px;
    height: 7px; }

.container-fluid, .container {
  min-width: 980px; }

.map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.map-control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none; }
  .map-control > * {
    pointer-events: all; }
  .map-control .control-container {
    display: flex;
    float: right;
    flex-direction: column;
    padding-top: 14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 14px; }
    @media screen and (max-width: 1400px) {
      .map-control .control-container {
        padding-top: 10px;
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 5px; } }
    .map-control .control-container .btn {
      width: 36px;
      height: 36px;
      background-color: white;
      border-radius: 3px;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
      margin-bottom: 24px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      flex-direction: column;
      position: relative; }
      .map-control .control-container .btn:before {
        content: '';
        background-image: url(../img/tool-ico.png);
        background-repeat: no-repeat;
        display: block; }
      .map-control .control-container .btn .tool {
        border-radius: 3px;
        width: 100%;
        height: 100%;
        font-size: 22px;
        color: #b1b1b2;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        cursor: pointer;
        position: relative; }
        .map-control .control-container .btn .tool:hover, .map-control .control-container .btn .tool.active {
          color: #00a5b9; }
        .map-control .control-container .btn .tool.active + .splank {
          display: flex; }
      .map-control .control-container .btn .splank {
        display: none;
        position: absolute;
        right: calc(100% + 5px);
        top: 0;
        height: 36px;
        background-color: white;
        border-radius: 3px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 0 12px; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .map-control .control-container .btn .splank {
            /* IE10+ CSS styles go here */
            min-width: 264px; } }
        .map-control .control-container .btn .splank .sbtn {
          position: relative;
          width: 36px;
          height: 36px;
          cursor: pointer;
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center;
          color: #b1b1b2;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none; }
          .map-control .control-container .btn .splank .sbtn + .sbtn:not(:first-child):after {
            display: block;
            position: absolute;
            left: 0;
            top: 12px;
            content: '';
            width: 1px;
            height: 16px;
            background-color: #e9e9e9; }
          .map-control .control-container .btn .splank .sbtn:focus, .map-control .control-container .btn .splank .sbtn:hover, .map-control .control-container .btn .splank .sbtn.active {
            background-color: #e9e9e9;
            color: #74c3cc; }
            .map-control .control-container .btn .splank .sbtn:focus + .sbtn:not(:first-child):after, .map-control .control-container .btn .splank .sbtn:hover + .sbtn:not(:first-child):after, .map-control .control-container .btn .splank .sbtn.active + .sbtn:not(:first-child):after {
              display: none; }
          .map-control .control-container .btn .splank .sbtn.active + .sbtn:not(:first-child):after {
            display: none; }
          .map-control .control-container .btn .splank .sbtn:before {
            content: '';
            background-image: url(../img/tool-ico.png);
            background-repeat: no-repeat;
            display: block; }
          .map-control .control-container .btn .splank .sbtn.map:before {
            background-position: -247px -5px;
            width: 20px;
            height: 18px; }
          .map-control .control-container .btn .splank .sbtn.map:hover:before, .map-control .control-container .btn .splank .sbtn.map.active:before {
            background-position: -277px -5px;
            width: 20px;
            height: 18px; }
          .map-control .control-container .btn .splank .sbtn.paus:before {
            background-position: -409px -5px;
            width: 21px;
            height: 18px; }
          .map-control .control-container .btn .splank .sbtn.paus:hover:before, .map-control .control-container .btn .splank .sbtn.paus.active:before {
            background-position: -440px -5px;
            width: 21px;
            height: 18px; }
          .map-control .control-container .btn .splank .sbtn.earth:before {
            background-position: -123px -5px;
            width: 19px;
            height: 18px; }
          .map-control .control-container .btn .splank .sbtn.earth:hover:before, .map-control .control-container .btn .splank .sbtn.earth.active:before {
            background-position: -152px -5px;
            width: 19px;
            height: 18px; }
          .map-control .control-container .btn .splank .sbtn.tr:before {
            background-position: -591px -5px;
            width: 19px;
            height: 18px; }
          .map-control .control-container .btn .splank .sbtn.tr:hover:before, .map-control .control-container .btn .splank .sbtn.tr.active:before {
            background-position: -620px -5px;
            width: 19px;
            height: 18px; }
          .map-control .control-container .btn .splank .sbtn.path:before {
            background-position: -649px -5px;
            width: 14px;
            height: 18px; }
          .map-control .control-container .btn .splank .sbtn.path:hover:before, .map-control .control-container .btn .splank .sbtn.path.active:before {
            background-position: -673px -5px;
            width: 14px;
            height: 18px; }
          .map-control .control-container .btn .splank .sbtn.dot:before {
            background-position: -63px -5px;
            width: 20px;
            height: 18px; }
          .map-control .control-container .btn .splank .sbtn.dot:hover:before, .map-control .control-container .btn .splank .sbtn.dot.active:before {
            background-position: -93px -5px;
            width: 20px;
            height: 18px; }
          .map-control .control-container .btn .splank .sbtn.compas:before {
            background-position: -5px -5px;
            width: 19px;
            height: 18px; }
          .map-control .control-container .btn .splank .sbtn.compas:hover:before, .map-control .control-container .btn .splank .sbtn.compas.active:before {
            background-position: -34px -5px;
            width: 19px;
            height: 18px; }
          .map-control .control-container .btn .splank .sbtn.n-ico:before {
            background-position: -371px -5px;
            width: 9px;
            height: 12px; }
          .map-control .control-container .btn .splank .sbtn.n-ico:hover:before, .map-control .control-container .btn .splank .sbtn.n-ico.active:before {
            background-position: -390px -5px;
            width: 9px;
            height: 12px; }
      .map-control .control-container .btn.search:before {
        background-position: -535px -5px;
        width: 18px;
        height: 18px; }
      .map-control .control-container .btn.search:hover:before {
        background-position: -563px -5px;
        width: 18px;
        height: 18px; }
      .map-control .control-container .btn.size {
        margin: 0;
        overflow: hidden;
        height: auto;
        padding: 0; }
        .map-control .control-container .btn.size .btn {
          margin: 0;
          height: auto;
          border-radius: 0;
          box-shadow: none;
          padding: 7px; }
          .map-control .control-container .btn.size .btn + .btn {
            border-top: 1px solid rgba(0, 0, 0, 0.15); }
        .map-control .control-container .btn.size:before {
          background: #ffffff; }
        .map-control .control-container .btn.size:hover:before {
          background: #ffffff; }
        .map-control .control-container .btn.size .plus:before, .map-control .control-container .btn.size .size-in:before {
          background-position: -471px -5px;
          width: 22px;
          height: 22px; }
        .map-control .control-container .btn.size .plus:hover:before, .map-control .control-container .btn.size .size-in:hover:before {
          background-position: -503px -5px;
          width: 22px;
          height: 22px; }
        .map-control .control-container .btn.size .minus:before, .map-control .control-container .btn.size .size-out:before {
          background-position: -307px -5px;
          width: 22px;
          height: 22px; }
        .map-control .control-container .btn.size .minus:hover:before, .map-control .control-container .btn.size .size-out:hover:before {
          background-position: -339px -5px;
          width: 22px;
          height: 22px; }

.actions {
  position: relative;
  cursor: pointer; }
  .actions .lk-modal {
    position: absolute;
    background-color: #fff;
    right: 0;
    bottom: -10px;
    transform: translateY(100%);
    border-radius: 3px;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 5px;
    min-width: 172px;
    cursor: default;
    text-align: initial;
    z-index: 2; }
    .actions .lk-modal .lk-list {
      color: #75767d;
      display: block;
      padding: 2px;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      white-space: nowrap; }
      .actions .lk-modal .lk-list:not(:first-child) {
        border-top: 1px solid #dedede; }
      .actions .lk-modal .lk-list:hover {
        color: #00a1b3; }
      .actions .lk-modal .lk-list i {
        margin-right: 5px; }
    .actions .lk-modal .exit {
      text-align: center;
      margin-top: 12px; }
      .actions .lk-modal .exit .btn {
        color: white;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        display: inline-block;
        padding: 3px 32px;
        border-radius: 3px;
        background-color: #cf5b5a;
        border-bottom: 2px solid #8e4848; }
    .actions .lk-modal.left {
      left: 0;
      right: auto; }

.action-block {
  position: relative; }
  .action-block .lk-modal {
    position: absolute;
    background-color: #fff;
    right: 0;
    bottom: -10px;
    transform: translateY(100%);
    border-radius: 3px;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 5px;
    min-width: 172px;
    cursor: default;
    text-align: initial;
    z-index: 1; }
    .action-block .lk-modal .lk-list {
      color: #75767d;
      display: block;
      border-top: 1px solid #dedede;
      padding: 5px;
      font-family: "Roboto", sans-serif;
      font-size: 14px; }
      .action-block .lk-modal .lk-list:first-child {
        border: 0; }
    .action-block .lk-modal .exit {
      text-align: center;
      margin-top: 12px; }
      .action-block .lk-modal .exit .btn {
        color: white;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        display: inline-block;
        padding: 3px 32px;
        border-radius: 3px;
        background-color: #cf5b5a;
        border-bottom: 2px solid #8e4848; }

.popover-wrapper {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  pointer-events: none;
  width: 400px;
  transform: translateX(100%); }
  .popover-wrapper [class^='popover-'].null, .popover-wrapper [class^='popover-'] .null {
    color: red; }
  .popover-wrapper .popover {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: all;
    font-size: 14px;
    color: #666;
    visibility: hidden;
    transition: visibility .3s; }
    .popover-wrapper .popover .caret {
      position: absolute;
      width: 16px;
      height: 38.2px;
      top: 0;
      left: 0;
      background: red;
      background: url("../img/pop_coret.png") no-repeat center center;
      z-index: 1; }
    .popover-wrapper .popover-body {
      position: relative;
      min-width: 380px;
      min-height: 100px;
      z-index: 2;
      margin-left: 15px;
      border-radius: 3px;
      box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2);
      background-color: #fff;
      overflow: hidden; }
    .popover-wrapper .popover-title {
      display: flex;
      justify-content: flex-start;
      background-color: #f2f2f2;
      padding: 10px;
      font-size: 14px;
      width: 100%; }
      .popover-wrapper .popover-title i {
        margin-right: 10px;
        font-size: 16px;
        font-weight: normal !important; }
    .popover-wrapper .popover-connected.search {
      padding: 10px;
      background-color: #e2e2e2eb;
      border-radius: 3px;
      padding-right: 1px;
      cursor: pointer; }
    .popover-wrapper .popover-connected .time {
      color: #9ccc82;
      font-weight: bold; }
    .popover-wrapper .popover-connected .badtime {
      color: #f20e0e;
      font-weight: bold; }
    .popover-wrapper .popover-connected .warntime {
      color: #b0a239;
      font-weight: bold; }
    .popover-wrapper .popover-block {
      padding: 10px; }
      .popover-wrapper .popover-block:empty {
        display: none; }
      .popover-wrapper .popover-block.address {
        display: flex;
        align-items: flex-start; }
        .popover-wrapper .popover-block.address i {
          float: left;
          margin-right: 10px;
          min-width: 12px; }
      .popover-wrapper .popover-block.sensor {
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        display: flex;
        justify-content: space-between;
        padding: 0; }
        .popover-wrapper .popover-block.sensor > div {
          text-align: center;
          width: 25%;
          padding: 10px 0; }
      .popover-wrapper .popover-block.other {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; }
    .popover-wrapper .popover-speed {
      font-size: 16px;
      font-weight: bold;
      color: #00a1b3;
      border-right: 1px solid #f2f2f2; }
    .popover-wrapper .popover-distance, .popover-wrapper .popover-altitude {
      font-size: 16px;
      font-weight: bold;
      color: #00a1b3;
      border-right: 1px solid #f2f2f2; }
    .popover-wrapper .popover-satelit {
      font-size: 16px;
      font-weight: bold;
      color: #00a1b3;
      border-right: 1px solid #f2f2f2; }
      .popover-wrapper .popover-satelit i {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url("../img/icon/satallit.png") no-repeat center center;
        background-size: 150% 150%;
        margin-right: 5px; }
    .popover-wrapper .popover-slvl i {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url("../img/icon/1.png") no-repeat center center;
      background-size: 150% 150%;
      margin-left: 5px; }
      .popover-wrapper .popover-slvl i.low {
        background: url("../img/icon/3.png") no-repeat center center;
        background-size: 150% 150%; }
      .popover-wrapper .popover-slvl i.middle {
        background: url("../img/icon/2.png") no-repeat center center;
        background-size: 150% 150%; }
      .popover-wrapper .popover-slvl i.unavailable {
        background: url("../img/icon/4.png") no-repeat center center;
        background-size: 150% 150%; }
    .popover-wrapper .popover-other {
      width: 50%;
      float: left;
      display: flex;
      justify-content: space-between;
      padding: 10px; }
      .popover-wrapper .popover-other .value {
        font-weight: bold;
        color: #444; }
      .popover-wrapper .popover-other.red .value {
        color: #f95656; }
      .popover-wrapper .popover-other.green .value {
        color: #88dd4c; }
      .popover-wrapper .popover-other.yellow .value {
        color: #f2b243; }
    .popover-wrapper .popover:hover, .popover-wrapper .popover.active {
      visibility: visible;
      transition: none; }

.popover-tabs_header {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #f2f2f2; }
  .popover-tabs_header_tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    min-height: 42px; }
    .popover-tabs_header_tab:not(:last-child) {
      border-right: 1px solid #f2f2f2; }
    .popover-tabs_header_tab i {
      cursor: default;
      font-size: 20px;
      color: #1a3249; }
    .popover-tabs_header_tab:hover, .popover-tabs_header_tab.active {
      background-color: rgba(242, 242, 242, 0.45); }
    .popover-tabs_header_tab.g i {
      color: #88dd4c; }
    .popover-tabs_header_tab.r i {
      color: #f95656; }
    .popover-tabs_header_tab.y i {
      color: #f2b243; }
    .popover-tabs_header_tab.time i {
      color: #9ccc82; }
    .popover-tabs_header_tab.badtime i {
      color: #f20e0e; }
    .popover-tabs_header_tab.warntime i {
      color: #b0a239; }

.popover-tabs_body {
  border-bottom: 1px solid #f2f2f2;
  min-height: 46px;
  padding: 10px;
  display: flex; }
  .popover-tabs_body_info {
    flex: 1;
    display: flex;
    flex-direction: column; }
    .popover-tabs_body_info_name {
      color: #0c0a30;
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      font-weight: 500;
      line-height: 24px; }
    .popover-tabs_body_info_value {
      color: #61c51a;
      font-family: "Roboto", sans-serif;
      font-size: 13px;
      font-weight: 700;
      line-height: 24px; }
      .popover-tabs_body_info_value .time {
        color: #9ccc82;
        font-weight: bold; }
      .popover-tabs_body_info_value .badtime {
        color: #f20e0e;
        font-weight: bold; }
      .popover-tabs_body_info_value .warntime {
        color: #b0a239;
        font-weight: bold; }
  .popover-tabs_body_date {
    color: #9fa0ab;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; }

.popover-widget {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  pointer-events: none;
  width: 400px;
  transform: translateX(100%); }
  .popover-widget [class^='popover-'].null, .popover-widget [class^='popover-'] .null {
    color: red; }
  .popover-widget .popover {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: all;
    font-size: 14px;
    color: #666;
    visibility: hidden;
    transition: visibility .3s; }
    .popover-widget .popover .caret {
      position: absolute;
      width: 16px;
      height: 38.2px;
      top: 0;
      left: 0;
      background: red;
      background: url("../img/pop_coret.png") no-repeat center center;
      z-index: 1; }
    .popover-widget .popover-body {
      position: relative;
      min-width: 380px;
      min-height: 100px;
      z-index: 2;
      margin-left: 15px;
      border-radius: 3px;
      box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2);
      background-color: #fff;
      overflow: hidden; }
    .popover-widget .popover-title {
      display: flex;
      justify-content: flex-start;
      background-color: #f2f2f2;
      padding: 10px;
      font-size: 14px; }
      .popover-widget .popover-title i {
        margin-right: 10px;
        font-size: 16px;
        font-weight: normal !important; }
    .popover-widget .popover-connected.search {
      padding: 10px;
      background-color: #e2e2e2eb;
      border-radius: 3px;
      padding-right: 1px;
      cursor: pointer; }
    .popover-widget .popover-connected .time {
      color: #9ccc82;
      font-weight: bold; }
    .popover-widget .popover-connected .badtime {
      color: #f20e0e;
      font-weight: bold; }
    .popover-widget .popover-connected .warntime {
      color: #b0a239;
      font-weight: bold; }
    .popover-widget .popover-block {
      padding: 10px; }
      .popover-widget .popover-block:empty {
        display: none; }
      .popover-widget .popover-block.address {
        display: flex;
        align-items: flex-start; }
        .popover-widget .popover-block.address i {
          float: left;
          margin-right: 10px;
          min-width: 12px; }
      .popover-widget .popover-block.sensor {
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        display: flex;
        justify-content: space-between;
        padding: 0; }
        .popover-widget .popover-block.sensor > div {
          text-align: center;
          width: 25%;
          padding: 10px 0; }
      .popover-widget .popover-block.other {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; }
    .popover-widget .popover-speed {
      font-size: 16px;
      font-weight: bold;
      color: #00a1b3;
      border-right: 1px solid #f2f2f2; }
    .popover-widget .popover-distance, .popover-widget .popover-altitude {
      font-size: 16px;
      font-weight: bold;
      color: #00a1b3;
      border-right: 1px solid #f2f2f2; }
    .popover-widget .popover-satelit {
      font-size: 16px;
      font-weight: bold;
      color: #00a1b3;
      border-right: 1px solid #f2f2f2; }
      .popover-widget .popover-satelit i {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url("../img/icon/satallit.png") no-repeat center center;
        background-size: 150% 150%;
        margin-right: 5px; }
    .popover-widget .popover-slvl i {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url("../img/icon/1.png") no-repeat center center;
      background-size: 150% 150%;
      margin-left: 5px; }
      .popover-widget .popover-slvl i.low {
        background: url("../img/icon/3.png") no-repeat center center;
        background-size: 150% 150%; }
      .popover-widget .popover-slvl i.middle {
        background: url("../img/icon/2.png") no-repeat center center;
        background-size: 150% 150%; }
      .popover-widget .popover-slvl i.unavailable {
        background: url("../img/icon/4.png") no-repeat center center;
        background-size: 150% 150%; }
    .popover-widget .popover-other {
      width: 50%;
      float: left;
      display: flex;
      justify-content: space-between;
      padding: 10px; }
      .popover-widget .popover-other .value {
        font-weight: bold;
        color: #444; }
      .popover-widget .popover-other.red .value {
        color: #f95656; }
      .popover-widget .popover-other.green .value {
        color: #88dd4c; }
      .popover-widget .popover-other.yellow .value {
        color: #f2b243; }
    .popover-widget .popover:hover, .popover-widget .popover.active {
      visibility: visible;
      transition: none; }

.map-icon-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }
  .map-icon-wrapper .car-icon {
    pointer-events: all;
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 0;
    height: 0; }
    .map-icon-wrapper .car-icon:after {
      display: block;
      content: '';
      min-width: 30px;
      min-height: 30px;
      border-radius: 50%;
      background-color: #929391;
      border: 2px solid white;
      background-size: 14px;
      background-position: center center;
      background-repeat: no-repeat; }
    .map-icon-wrapper .car-icon:before {
      display: block;
      content: '';
      background: url("../img/arrowMapgrey.png") no-repeat center bottom;
      background-size: contain;
      position: absolute;
      height: 30px;
      width: 14px;
      top: 0;
      left: -7px;
      right: -7px;
      transform-origin: 50% 0;
      transition: all 1s; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .map-icon-wrapper .car-icon:before {
          margin-left: 15px; } }
    .map-icon-wrapper .car-icon.select:after {
      background-color: #00a1b3; }
    .map-icon-wrapper .car-icon.select:before {
      background: url("../img/arrowMap.png") no-repeat center bottom;
      background-size: contain; }
    .map-icon-wrapper .car-icon.N:before {
      transform: rotate(180deg); }
    .map-icon-wrapper .car-icon.NE:before {
      transform: rotate(225deg); }
    .map-icon-wrapper .car-icon.E:before {
      transform: rotate(270deg); }
    .map-icon-wrapper .car-icon.SE:before {
      transform: rotate(315deg); }
    .map-icon-wrapper .car-icon.S:before {
      transform: rotate(0deg); }
    .map-icon-wrapper .car-icon.SW:before {
      transform: rotate(45deg); }
    .map-icon-wrapper .car-icon.W:before {
      transform: rotate(90deg); }
    .map-icon-wrapper .car-icon.NW:before {
      transform: rotate(135deg); }
    .map-icon-wrapper .car-icon.car1:after {
      background-image: url("../img/mapicon/car1.png"); }
    .map-icon-wrapper .car-icon.P:after {
      display: flex;
      justify-content: center;
      align-items: center;
      content: 'P';
      color: #fff;
      font-weight: bold;
      font-size: 18px; }
    .map-icon-wrapper .car-icon.P:before {
      height: 25px;
      transform: rotate(0deg);
      opacity: 0; }

a.wiki-link:before {
  margin: 0 3px;
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background-image: url("../img/wiki.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

a.wiki-link.sm:before {
  width: 18px;
  height: 18px; }

a.wiki-link.md:before {
  width: 24px;
  height: 24px; }

a.wiki-link.lg:before {
  width: 36px;
  height: 36px; }

a.wiki-link.wiki-in-head {
  margin-right: 40px;
  display: flex; }
  a.wiki-link.wiki-in-head:before {
    width: 22px;
    height: 22px;
    margin: 0; }
    @media screen and (max-width: 1400px) {
      a.wiki-link.wiki-in-head:before {
        width: 16px;
        height: 16px; } }

.caseLayersDiv-item {
  padding: 3px 0; }

div.olControlLayerSwitcher {
  cursor: default;
  top: auto !important;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  margin: 0 !important;
  width: 160px;
  background-color: transparent !important;
  color: #75767d !important;
  font-family: "Roboto", sans-serif !important; }
  div.olControlLayerSwitcher .layersDiv {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55) !important;
    padding: 4px !important;
    border-radius: 3px;
    background-color: #fff !important;
    margin-top: 5px;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2); }
  div.olControlLayerSwitcher .layersDivInner {
    background-color: #fff !important;
    padding: 4px 6px;
    height: auto;
    overflow: auto; }
  div.olControlLayerSwitcher .baseLbl,
  div.olControlLayerSwitcher .baseLayersDiv,
  div.olControlLayerSwitcher .dataLbl,
  div.olControlLayerSwitcher .dataLayersDiv {
    font-size: 11px !important;
    font-weight: normal !important;
    color: #75767d !important;
    font-family: "Roboto", sans-serif !important; }
  div.olControlLayerSwitcher .baseLbl {
    font-size: 16px;
    font-weight: bold; }
  div.olControlLayerSwitcher .maximizeDiv.olButton,
  div.olControlLayerSwitcher .minimizeDiv.olButton {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    height: auto !important;
    width: auto !important;
    top: 0 !important; }
  div.olControlLayerSwitcher .maximizeDiv.olButton .olDnxSwMaximize,
  div.olControlLayerSwitcher .minimizeDiv.olButton .olDnxSwMinimize,
  div.olControlLayerSwitcher .olControlOverviewMap .olControlOverviewMapMaximizeButton.olButton .olDnxMmMaximize,
  div.olControlLayerSwitcher .olControlOverviewMap .olControlOverviewMapMinimizeButton.olButton .olDnxMmMinimize {
    background: none repeat scroll 0 0 rgba(0, 60, 136, 0.5);
    color: #FFFFFF;
    display: block;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 22px;
    line-height: 19px;
    margin: 1px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 22px;
    border-radius: 4px; }
    div.olControlLayerSwitcher .maximizeDiv.olButton .olDnxSwMaximize:hover,
    div.olControlLayerSwitcher .minimizeDiv.olButton .olDnxSwMinimize:hover,
    div.olControlLayerSwitcher .olControlOverviewMap .olControlOverviewMapMaximizeButton.olButton .olDnxMmMaximize:hover,
    div.olControlLayerSwitcher .olControlOverviewMap .olControlOverviewMapMinimizeButton.olButton .olDnxMmMinimize:hover {
      background: none repeat scroll 0 0 rgba(0, 60, 136, 0.7); }
  div.olControlLayerSwitcher input {
    background-color: transparent;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 11px !important;
    font-weight: normal !important;
    font-family: 'Segoe UI', Verdana, Helvetica, sans-serif !important; }
  div.olControlLayerSwitcher div,
  div.olControlLayerSwitcher span,
  div.olControlLayerSwitcher label,
  div.olControlLayerSwitcher br {
    font-weight: normal !important;
    font-size: 11px !important;
    font-family: 'Segoe UI', Verdana, Helvetica, sans-serif !important;
    text-decoration: none; }
  div.olControlLayerSwitcher label {
    display: flex;
    align-items: center; }
    div.olControlLayerSwitcher label input {
      margin-right: 3px; }

#ymap {
  z-index: -1; }

#gmap {
  z-index: -1; }

#map {
  z-index: 0; }

#map, #ymap, #gmap {
  position: absolute;
  width: 100%;
  height: 100%; }

.kom-modal {
  pointer-events: all; }

.date-list {
  display: block;
  margin-left: 10px; }
  .date-list li {
    display: block;
    float: left;
    margin: 2px;
    border: 1px solid #fff;
    cursor: pointer;
    color: #777;
    width: 25px;
    text-align: center; }
    .date-list li.checked {
      background-color: #fafafa;
      border: 1px solid #00a1b3; }
  .date-list > li:nth-of-type(7n+1) {
    clear: left; }

@keyframes tload {
  0% {
    left: 0%; }
  75% {
    left: 100%; }
  100% {
    left: 100%; } }

#rainbow, .rainbow {
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  height: 200px;
  align-content: flex-start;
  right: auto;
  z-index: 10; }
  #rainbow li, .rainbow li {
    list-style-type: none;
    display: block;
    height: 12.5%;
    box-sizing: border-box;
    width: 12.5%;
    padding: 2px;
    border: 1px solid #f0f0f0;
    border-collapse: collapse; }
  #rainbow .color, .rainbow .color {
    cursor: pointer; }

.tColPicker .tColPicker-btn {
  cursor: pointer; }

.tColPicker .tColPicker-pic {
  float: right;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-left: 5px; }

[class^="icon-"], [class*=" icon-"] {
  cursor: default; }

a [class^="icon-"], a [class*=" icon-"] {
  cursor: pointer; }

.big-eye {
  color: #79869a;
  font-size: 20px;
  line-height: 1;
  cursor: pointer; }

.slick-header-column.ui-state-default {
  height: 16px; }

#TrackPointsGrid {
  height: 100%; }

.track-Grid {
  height: calc(100% - 152px); }

.main-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
  z-index: -10; }
  .main-preloader_text {
    font-size: 20px;
    color: rgba(185, 185, 185, 0.91);
    padding-top: 80px;
    font-weight: 300; }
  .main-preloader.visible {
    opacity: 1;
    pointer-events: all;
    z-index: 900;
    visibility: visible; }

[class^="slickgrid_"],
[class^="slickgrid_"] div {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.slickgrid,
.slickgrid *,
.slick-header-column {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

header {
  position: relative;
  min-height: 54px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  z-index: 11; }
  header > * {
    min-height: 54px; }
  @media screen and (max-width: 1200px) {
    header {
      min-height: 36px; } }
  header .container-fluid {
    align-items: stretch; }
  header .logo-head {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    align-items: center;
    display: flex; }
    @media screen and (max-width: 1499px) {
      header .logo-head {
        width: calc(16.66667% - 23.33333px); } }
  header .menu-head {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }
    @media screen and (max-width: 1499px) {
      header .menu-head {
        width: calc(41.66667% - 28.33333px); } }
    header .menu-head .navbar {
      text-align: center; }
      header .menu-head .navbar.navbar-nav {
        float: none;
        vertical-align: top;
        white-space: nowrap;
        height: 100%;
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: stretch; }
        header .menu-head .navbar.navbar-nav > li {
          position: relative;
          align-items: center;
          display: flex;
          border-bottom: 4px solid rgba(255, 255, 255, 0);
          padding: 4px 8px; }
          header .menu-head .navbar.navbar-nav > li.active {
            border-bottom: 4px solid #05a2b4; }
            header .menu-head .navbar.navbar-nav > li.active > a {
              color: #05a2b4;
              font-weight: 500; }
          header .menu-head .navbar.navbar-nav > li > a {
            font-family: "Roboto", sans-serif;
            font-size: 17px;
            font-weight: 400;
            color: #79869a; }
            @media screen and (max-width: 1400px) {
              header .menu-head .navbar.navbar-nav > li > a {
                font-size: 12px; } }
            header .menu-head .navbar.navbar-nav > li > a:hover, header .menu-head .navbar.navbar-nav > li > a:focus {
              color: #05a2b4;
              background-color: rgba(255, 255, 255, 0); }
            header .menu-head .navbar.navbar-nav > li > a:focus {
              color: #05a2b4; }
          header .menu-head .navbar.navbar-nav > li .submenu {
            position: absolute;
            left: 0;
            bottom: 0;
            min-width: 100%;
            transform: translateY(100%);
            background-color: #05a2b4;
            visibility: hidden;
            padding: 1px;
            padding-top: 4px;
            text-align: left; }
            header .menu-head .navbar.navbar-nav > li .submenu li a {
              background-color: #fafafa;
              padding: 5px;
              display: block;
              font-family: "Roboto", sans-serif;
              font-size: 12px;
              font-weight: 300;
              color: #79869a; }
            header .menu-head .navbar.navbar-nav > li .submenu li:hover a {
              background-color: #05a2b4;
              color: #fff; }
            header .menu-head .navbar.navbar-nav > li .submenu li.active a {
              font-weight: 500; }
          header .menu-head .navbar.navbar-nav > li:hover .submenu {
            visibility: visible; }
        header .menu-head .navbar.navbar-nav:hover > li.active > a {
          color: #79869a; }
        header .menu-head .navbar.navbar-nav > li.active:hover > a {
          color: #05a2b4; }
  header .lk-head {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
    @media screen and (max-width: 1499px) {
      header .lk-head {
        width: calc(41.66667% - 28.33333px); } }
    header .lk-head .notification {
      position: relative;
      margin-right: 40px;
      display: flex; }
      header .lk-head .notification i {
        color: #677079;
        font-size: 22px;
        display: flex;
        align-items: center;
        pointer-events: none; }
        @media screen and (max-width: 1400px) {
          header .lk-head .notification i {
            font-size: 15px; } }
      header .lk-head .notification .num {
        pointer-events: none;
        color: white;
        font-size: 11px;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 9px;
        padding: 3px;
        min-width: 18px;
        height: 18px;
        text-align: center;
        background-color: #bfbfbf;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translate(calc(100% - 10px), -10px); }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          header .lk-head .notification .num {
            /* IE10+ CSS styles go here */
            transform: translate(60%, -10px); } }
        header .lk-head .notification .num.red {
          background-color: #fa293d; }
        @media screen and (max-width: 1400px) {
          header .lk-head .notification .num {
            font-size: 8px;
            top: 0;
            right: 0;
            width: 12px;
            height: 12px;
            transform: translate(calc(100% - 5px), -5px); } }
        header .lk-head .notification .num:empty {
          display: none; }
      header .lk-head .notification_bell.red .num {
        background-color: #fa293d; }
      header .lk-head .notification.red .num {
        background-color: #fa293d; }
    header .lk-head .lk {
      color: #777;
      font-family: "Roboto", sans-serif;
      font-size: 17px;
      position: relative;
      padding-right: 20px;
      cursor: pointer;
      color: #677079;
      max-width: 300px; }
      header .lk-head .lk_name {
        display: flex;
        align-items: center; }
        header .lk-head .lk_name-unit {
          white-space: nowrap;
          overflow-x: hidden;
          display: inline-block;
          text-overflow: ellipsis;
          flex: 1;
          margin: 0 4px; }
      @media screen and (max-width: 1400px) {
        header .lk-head .lk {
          font-size: 14px; } }
      header .lk-head .lk > i {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        pointer-events: none; }
    header .lk-head .lk-modal {
      position: absolute;
      background-color: #fff;
      right: 0;
      top: 42px;
      border-radius: 3px;
      box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2);
      padding: 6px 0;
      min-width: 150px;
      cursor: default; }
      header .lk-head .lk-modal .lk-list {
        font-size: 14px;
        display: block;
        padding: 4px 8px;
        color: #212c40; }
        header .lk-head .lk-modal .lk-list:hover {
          background-color: #f0f0f0; }
        header .lk-head .lk-modal .lk-list:first-child {
          border: 0; }
      header .lk-head .lk-modal .exit {
        text-align: center;
        margin-top: 8px;
        padding: 0 6px; }
        header .lk-head .lk-modal .exit .btn {
          font-size: 14px;
          color: white;
          font-family: "Roboto", sans-serif;
          font-weight: 500;
          display: inline-block;
          padding: 4px;
          border-radius: 3px;
          background-color: red; }
    header .lk-head .lk-notify {
      display: none;
      position: absolute;
      background-color: #fff;
      right: 0;
      bottom: 0;
      transform: translateY(calc(100% + 7px));
      border-radius: 3px;
      box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
      padding: 8px 0 12px;
      width: 380px;
      cursor: default; }
      header .lk-head .lk-notify .nt-list .nt-list-item {
        padding: 0 8px 12px; }
        header .lk-head .lk-notify .nt-list .nt-list-item:first-child:before {
          border: 0; }
        header .lk-head .lk-notify .nt-list .nt-list-item:before {
          content: "";
          display: block;
          border-top: 1px solid #dedede;
          padding-bottom: 20px; }
        header .lk-head .lk-notify .nt-list .nt-list-item:hover {
          background-color: #e9e7e7; }
        header .lk-head .lk-notify .nt-list .nt-list-item:hover:before {
          margin: 0 -8px; }
          header .lk-head .lk-notify .nt-list .nt-list-item:hover:before + .nt-list-item:before {
            margin: 0 -8px; }
        header .lk-head .lk-notify .nt-list .nt-list-item:hover + .nt-list-item:before {
          margin: 0 -8px; }
          header .lk-head .lk-notify .nt-list .nt-list-item:hover + .nt-list-item:before + .nt-list-item:before {
            margin: 0 -8px; }
        header .lk-head .lk-notify .nt-list .nt-list-item .nt-title {
          padding: 0 26px; }
          header .lk-head .lk-notify .nt-list .nt-list-item .nt-title .icon {
            float: left;
            padding-right: 15px; }
          header .lk-head .lk-notify .nt-list .nt-list-item .nt-title .name {
            float: left;
            color: #454545;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-weight: 400;
            cursor: default; }
        header .lk-head .lk-notify .nt-list .nt-list-item .nt-body {
          padding: 10px 26px;
          color: #747475;
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          font-weight: 400; }
        header .lk-head .lk-notify .nt-list .nt-list-item .nt-data {
          text-align: right;
          padding: 0 26px;
          color: #b4b3b3;
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          font-weight: 400; }
      header .lk-head .lk-notify .all {
        text-align: center;
        margin-top: 12px; }
        header .lk-head .lk-notify .all:before {
          content: "";
          display: block;
          border-top: 1px solid #dedede;
          padding-bottom: 12px; }
        header .lk-head .lk-notify .all .btn {
          color: white;
          font-family: "Roboto", sans-serif;
          font-weight: 700;
          font-size: 14px;
          display: inline-block;
          padding: 12px 32px;
          border-radius: 3px;
          background-color: #9fc763;
          border-bottom: 2px solid #85b65c; }
  header.admin .logo-head {
    width: calc(16.66667% - 23.33333px);
    float: left;
    margin-left: 20px;
    display: flex; }
  header.admin .menu-head {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px; }
    header.admin .menu-head .navbar.navbar-nav {
      flex-wrap: wrap; }
      header.admin .menu-head .navbar.navbar-nav > li > a {
        font-size: 14px;
        padding: 4%; }
        @media screen and (max-width: 1400px) {
          header.admin .menu-head .navbar.navbar-nav > li > a {
            font-size: 10px; } }
  header.admin .lk-head {
    width: calc(16.66667% - 23.33333px);
    float: left;
    margin-left: 20px;
    display: flex; }
  @media screen and (max-width: 1400px) {
    header.admin .logo-head {
      width: calc(16.66667% - 23.33333px);
      float: left;
      margin-left: 20px;
      display: flex; }
    header.admin .menu-head {
      width: calc(58.33333% - 31.66667px);
      float: left;
      margin-left: 20px; }
      header.admin .menu-head .navbar.navbar-nav > li > a {
        font-size: 12px;
        padding: 5%; }
    header.admin .lk-head {
      width: calc(25% - 25px);
      float: left;
      margin-left: 20px;
      display: flex; } }

.check-box [type="checkbox"]:checked + label:before, .check-box [type="checkbox"]:checked + .custom:before {
  content: '';
  background-image: url(../img/spritesheet-left1_1.png);
  background-repeat: no-repeat;
  display: block;
  background-position: -30px -2px;
  width: 100%;
  height: 100%; }

.check-box [type="checkbox"].half + label, .check-box [type="checkbox"] + label.half, .check-box.half [type="checkbox"] + label, .check-box [type="checkbox"].half + .custom, .check-box [type="checkbox"] + .custom.half, .check-box.half [type="checkbox"] + .custom {
  background-color: #fff;
  padding: 2px; }
  .check-box [type="checkbox"].half + label:before, .check-box [type="checkbox"] + label.half:before, .check-box.half [type="checkbox"] + label:before, .check-box [type="checkbox"].half + .custom:before, .check-box [type="checkbox"] + .custom.half:before, .check-box.half [type="checkbox"] + .custom:before {
    background: #adadad;
    content: '';
    display: block;
    width: 100%;
    height: 100%; }

.check-box input {
  display: none; }

.check-box label, .check-box .custom {
  display: block;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box; }

.eye [type="checkbox"] + label {
  cursor: pointer;
  color: #d2d3d4; }
  .eye [type="checkbox"] + label:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e916';
    display: block;
    color: inherit;
    font-size: 18px; }

.eye [type="checkbox"]:checked + label {
  color: #a9aaac; }
  .eye [type="checkbox"]:checked + label:before {
    content: '\e915'; }

.eye input {
  display: none; }

.eye label {
  box-sizing: border-box;
  line-height: 0.1; }

.bell [type="checkbox"] + label {
  cursor: pointer;
  color: #d2d3d4;
  width: 20px;
  display: flex;
  justify-content: center; }
  .bell [type="checkbox"] + label:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1f6";
    display: block;
    color: inherit;
    font-size: 14px; }

.bell [type="checkbox"]:checked + label {
  color: #a9aaac; }
  .bell [type="checkbox"]:checked + label:before {
    content: "\f0f3"; }

.bell input {
  display: none; }

.bell label {
  box-sizing: border-box;
  line-height: 0.1; }

i.status {
  display: block; }
  i.status:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 16px;
    height: 16px; }
  i.status.low:before {
    background-color: #f95656; }
  i.status.middle:before {
    background-color: #f2b243; }
  i.status.high:before {
    background-color: #88dd4c; }
  i.status.high.in_motion:before {
    background-color: #88dd4c;
    content: "\f061";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11.5px;
    text-rendering: auto;
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    cursor: default; }
  i.status.alt.low:before {
    background-color: #f32857; }
  i.status.alt.middle:before {
    background-color: #f2b243; }
  i.status.alt.high:before {
    background-color: #349b97; }
  i.status.alt.high.in_motion:before {
    background-color: #349b97; }

.sprite {
  background-image: url(../img/spritesheet-left1_1.png);
  background-repeat: no-repeat;
  display: block; }
  .sprite.sprite-car_icon {
    background-position: -5px -5px;
    width: 17px;
    height: 16px; }
  .sprite.sprite-checked {
    background-position: -32px -5px;
    width: 11px;
    height: 8px; }
  .sprite.sprite-filter {
    background-position: -53px -5px;
    width: 18px;
    height: 18px; }
  .sprite.sprite-hidde_ico {
    background-position: -81px -5px;
    width: 19px;
    height: 11px; }
  .sprite.sprite-plus {
    background-position: -110px -5px;
    width: 15px;
    height: 15px; }
  .sprite.sprite-search {
    background-position: -135px -5px;
    width: 17px;
    height: 17px; }
  .sprite.sprite-unhidde_ico {
    background-position: -162px -5px;
    width: 26px;
    height: 11px; }

.sprite-r {
  background-image: url(../img/spritesheet_right1.png);
  background-repeat: no-repeat;
  display: block;
  margin-bottom: -2px; }
  .sprite-r.sprite-battery-mid {
    background-position: -5px -5px;
    width: 10px;
    height: 16px; }
  .sprite-r.sprite-big-eye {
    background-position: -25px -5px;
    width: 26px;
    height: 14px; }
  .sprite-r.sprite-close {
    background-position: -61px -5px;
    width: 15px;
    height: 15px; }
  .sprite-r.sprite-cross {
    background-position: -86px -5px;
    width: 22px;
    height: 22px; }
  .sprite-r.sprite-del {
    background-position: -118px -5px;
    width: 15px;
    height: 18px; }
  .sprite-r.sprite-down-arrow {
    background-position: -143px -5px;
    width: 23px;
    height: 14px; }
  .sprite-r.sprite-edit {
    background-position: -176px -5px;
    width: 19px;
    height: 19px; }
  .sprite-r.sprite-marker {
    background-position: -205px -5px;
    width: 11px;
    height: 17px; }
  .sprite-r.sprite-phone {
    background-position: -226px -5px;
    width: 15px;
    height: 15px; }
  .sprite-r.sprite-signal-max {
    background-position: -251px -5px;
    width: 19px;
    height: 16px; }
  .sprite-r.sprite-speed {
    background-position: -280px -5px;
    width: 21px;
    height: 14px; }
  .sprite-r.sprite-up-arrow {
    background-position: -311px -5px;
    width: 23px;
    height: 14px; }

.container-fluid {
  padding-left: 14px;
  padding-right: 14px;
  margin-right: auto;
  margin-left: auto;
  height: 100%; }
  @media screen and (max-width: 1400px) {
    .container-fluid {
      padding-left: 7px;
      padding-right: 7px; } }
  .container-fluid:before {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both;
    content: " ";
    display: table; }

.row:before {
  content: " ";
  display: table; }

.row:after {
  clear: both;
  content: " ";
  display: table; }

.clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both;
  content: " ";
  display: table; }

main {
  position: relative;
  flex: 1;
  width: 100%;
  min-width: 980px;
  min-height: 546px;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    main {
      min-height: 564px; } }
  main .main-container {
    pointer-events: none;
    position: absolute;
    top: 14px;
    left: 7px;
    right: 7px;
    bottom: 14px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1400px) {
      main .main-container {
        top: 10px;
        left: 0px;
        right: 0px;
        bottom: 5px; } }
    main .main-container .left-container {
      z-index: 2;
      width: 70%;
      padding-left: 7px;
      padding-right: 7px;
      height: 100%;
      align-self: flex-start;
      min-width: 300px;
      max-width: 28em;
      position: relative;
      flex: 2 10 222px; }
      @media screen and (max-width: 1400px) {
        main .main-container .left-container {
          min-width: 320px; } }

@keyframes changeright {
  0% {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
  95% {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
  100% {
    box-shadow: 0 0 6px rgba(5, 162, 180, 0.8); } }
      main .main-container .left-container > .sb-hider {
        border: 2px solid #f5f5f5;
        display: none;
        position: absolute;
        width: 60px;
        height: 40px;
        right: -12px;
        top: -2px;
        pointer-events: all;
        background-image: url(../img/lnk-alt.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 4px) center;
        cursor: pointer;
        background-color: #fff;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        border-radius: 2px;
        transition: box-shadow .3s, border-color .3s; }
        main .main-container .left-container > .sb-hider:not(.not_pulse) {
          animation-duration: 5s;
          animation-name: changeright;
          animation-iteration-count: infinite;
          animation-direction: alternate; }
        main .main-container .left-container > .sb-hider.circlet {
          border-radius: 20px;
          background-position: calc(100% - 8px) center;
          right: -14px; }
        main .main-container .left-container > .sb-hider:hover {
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) !important;
          border: 2px solid #fff; }
      main .main-container .left-container.collapsed, main .main-container .left-container.close {
        position: absolute;
        transform: translateX(-100%); }
        main .main-container .left-container.collapsed > .sb-hider, main .main-container .left-container.close > .sb-hider {
          background-image: url(../img/lnk.png);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          display: block; }
      main .main-container .left-container .line {
        border-bottom: 1px solid #dfdfdf;
        margin: 0 -14px; }
        main .main-container .left-container .line.small {
          margin: 0; }
      main .main-container .left-container .line-before:before {
        content: '';
        display: block;
        border-bottom: 1px solid #dfdfdf; }
      main .main-container .left-container .line-after:after {
        content: '';
        display: block;
        border-bottom: 1px solid #dfdfdf; }
      main .main-container .left-container .body {
        position: relative;
        pointer-events: all;
        padding: 6px 14px 0;
        display: flex;
        flex-direction: column; }
        @media screen and (max-width: 1400px) {
          main .main-container .left-container .body {
            padding: 4px 10px 0; } }
        main .main-container .left-container .body .title {
          color: #212c40;
          font-family: "Roboto", sans-serif;
          font-size: 22px;
          font-weight: 400;
          padding-bottom: 6px;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          main .main-container .left-container .body .title .btn-container {
            display: flex;
            align-items: baseline; }
          @media screen and (max-width: 1400px) {
            main .main-container .left-container .body .title {
              font-size: 20px; } }
          main .main-container .left-container .body .title .close {
            float: right;
            font-size: 24px;
            top: 6px;
            position: relative;
            color: #ADAEB0;
            padding: 0; }
            @media screen and (max-width: 1400px) {
              main .main-container .left-container .body .title .close {
                font-size: 18px;
                top: 5px; } }
        main .main-container .left-container .body .search-mon-btn, main .main-container .left-container .body .minimizer {
          float: right !important;
          margin-left: 16px;
          color: #b6b6b6;
          cursor: pointer; }
          main .main-container .left-container .body .search-mon-btn i.sprite-search, main .main-container .left-container .body .minimizer i.sprite-search {
            display: inline-block;
            cursor: pointer !important; }
        main .main-container .left-container .body .minimizer {
          color: #adaeb0;
          cursor: pointer;
          width: 22px;
          text-align: center;
          background-color: #f6f6f6;
          border-radius: 3px;
          margin-left: 14px; }
        main .main-container .left-container .body .filter-btn {
          cursor: pointer;
          margin-left: 15px; }
          main .main-container .left-container .body .filter-btn i.sprite-filter {
            display: inline-block;
            cursor: pointer; }
        main .main-container .left-container .body .head .filter {
          color: #444;
          font-family: "Roboto", sans-serif;
          font-size: 18px;
          font-weight: 400;
          padding-bottom: 10px;
          border-bottom: 1px solid #dfdfdf; }
          @media screen and (max-width: 1400px) {
            main .main-container .left-container .body .head .filter {
              font-size: 12px;
              padding-bottom: 3px; } }
          main .main-container .left-container .body .head .filter a {
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-weight: 500;
            color: #677079; }
            @media screen and (max-width: 1400px) {
              main .main-container .left-container .body .head .filter a {
                font-size: 14px; } }
            main .main-container .left-container .body .head .filter a:hover {
              color: #00a1b3; }
            main .main-container .left-container .body .head .filter a.lk-list {
              color: #75767d;
              display: block;
              padding: 5px;
              font-family: "Roboto", sans-serif;
              font-size: 14px;
              font-weight: 400; }
              main .main-container .left-container .body .head .filter a.lk-list:not(:first-child) {
                border-top: 1px solid #dedede; }
              main .main-container .left-container .body .head .filter a.lk-list:hover {
                color: #00a1b3; }
          main .main-container .left-container .body .head .filter > div {
            float: left; }
          main .main-container .left-container .body .head .filter .object {
            margin-right: 12px; }
          main .main-container .left-container .body .head .filter .more {
            margin-right: 46px; }
            main .main-container .left-container .body .head .filter .more i.sprite-plus {
              display: inline-block;
              cursor: pointer;
              margin-bottom: -2px; }
          main .main-container .left-container .body .head .filter .group {
            font-family: "Roboto", sans-serif;
            font-weight: 400; }
        main .main-container .left-container .body .head .search-mon input {
          width: 100%;
          border: 1px solid #cecece;
          margin: 4px 0;
          border-radius: 3px;
          padding: 6px 15px;
          color: #777;
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 1.2; }
          @media screen and (max-width: 1400px) {
            main .main-container .left-container .body .head .search-mon input {
              margin: 2px 0;
              padding: 3px 8px;
              font-size: 12px; } }
        main .main-container .left-container .body .head .info {
          display: flex;
          color: #9da6b0;
          font-family: "Roboto", sans-serif;
          font-size: 13px;
          font-weight: 300;
          padding: 10px 0; }
          @media screen and (max-width: 1400px) {
            main .main-container .left-container .body .head .info {
              font-size: 10px;
              padding: 8px 0; } }
          main .main-container .left-container .body .head .info > div {
            float: left; }
          main .main-container .left-container .body .head .info .all {
            width: 25%; }
          main .main-container .left-container .body .head .info .selected {
            width: 25%; }
          main .main-container .left-container .body .head .info .actions {
            flex: 1;
            float: right;
            text-align: right;
            color: #7e7e7f;
            font-family: "Roboto", sans-serif;
            font-size: 13px;
            font-weight: 400;
            cursor: pointer; }
            @media screen and (max-width: 1400px) {
              main .main-container .left-container .body .head .info .actions {
                font-size: 10px;
                line-height: 1; } }
            main .main-container .left-container .body .head .info .actions i {
              font-size: 12px;
              display: inline-block;
              margin-left: 5px; }
        main .main-container .left-container .body .head .list-th {
          color: #677079;
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          font-weight: 400;
          padding-bottom: 6px;
          padding-top: 4px;
          border-bottom: solid 1px #dfdfdf; }
          @media screen and (max-width: 1400px) {
            main .main-container .left-container .body .head .list-th {
              font-size: 12px;
              padding-top: 0; } }
          main .main-container .left-container .body .head .list-th > div {
            float: left; }
          main .main-container .left-container .body .head .list-th .track-trash {
            float: right;
            margin-left: 8px;
            line-height: 1.3;
            cursor: pointer;
            color: #a9aaac; }
          main .main-container .left-container .body .head .list-th .check-all {
            margin-right: 16px; }
            @media screen and (max-width: 1400px) {
              main .main-container .left-container .body .head .list-th .check-all {
                margin-right: 8px; } }
          main .main-container .left-container .body .head .list-th .name, main .main-container .left-container .body .head .list-th .hide-all-text {
            color: #444; }
            main .main-container .left-container .body .head .list-th .name i, main .main-container .left-container .body .head .list-th .hide-all-text i {
              margin: 0 4px;
              cursor: pointer;
              color: #5d5d5d;
              font-size: 10px; }
          main .main-container .left-container .body .head .list-th .hide-all {
            float: right;
            cursor: pointer;
            margin-left: 16px; }
            @media screen and (max-width: 1400px) {
              main .main-container .left-container .body .head .list-th .hide-all {
                margin-left: 12px; } }
          main .main-container .left-container .body .head .list-th .hide-all-text {
            float: right;
            cursor: pointer; }
        main .main-container .left-container .body > .left-list {
          position: relative;
          overflow-y: auto;
          margin: 0 -14px;
          display: flex;
          flex-direction: column;
          max-height: 100% !important;
          flex: 1; }
          @media screen and (max-width: 1400px) {
            main .main-container .left-container .body > .left-list {
              margin: 0px -10px; } }
        main .main-container .left-container .body .left-list .item-wrapper {
          position: relative;
          margin: 0 14px;
          border-top: 1px solid #dfdfdf;
          background-color: white; }
          main .main-container .left-container .body .left-list .item-wrapper .tloader-list {
            display: none;
            transition: opacity .5s, visability .5s;
            position: absolute;
            left: -15px;
            right: -15px;
            bottom: 0;
            top: 0;
            background-color: rgba(206, 206, 206, 0.5);
            z-index: 2; }
            main .main-container .left-container .body .left-list .item-wrapper .tloader-list div {
              width: 6px;
              height: 6px;
              position: absolute;
              left: -20px;
              top: calc(50% - 3px);
              background-color: #828282;
              border-radius: 50%; }
          main .main-container .left-container .body .left-list .item-wrapper.loading .tloader-list {
            display: block;
            overflow: hidden; }
            main .main-container .left-container .body .left-list .item-wrapper.loading .tloader-list div {
              -webkit-animation: tload 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
              animation: tload 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); }
              main .main-container .left-container .body .left-list .item-wrapper.loading .tloader-list div:nth-child(1) {
                animation-delay: 0ms; }
              main .main-container .left-container .body .left-list .item-wrapper.loading .tloader-list div:nth-child(2) {
                animation-delay: 150ms; }
              main .main-container .left-container .body .left-list .item-wrapper.loading .tloader-list div:nth-child(3) {
                animation-delay: 300ms; }
              main .main-container .left-container .body .left-list .item-wrapper.loading .tloader-list div:nth-child(4) {
                animation-delay: 450ms; }
          @media screen and (max-width: 1400px) {
            main .main-container .left-container .body .left-list .item-wrapper {
              margin: 0 10px; } }
          main .main-container .left-container .body .left-list .item-wrapper:first-child {
            border-top: 0; }
          main .main-container .left-container .body .left-list .item-wrapper.selected {
            background-color: #f6f6f6;
            margin: 0; }
            main .main-container .left-container .body .left-list .item-wrapper.selected .tloader-list {
              left: 0;
              right: 0; }
            main .main-container .left-container .body .left-list .item-wrapper.selected .item {
              padding: 0 14px; }
              @media screen and (max-width: 1400px) {
                main .main-container .left-container .body .left-list .item-wrapper.selected .item {
                  padding: 0 10px; } }
            main .main-container .left-container .body .left-list .item-wrapper.selected + .item-wrapper {
              margin: 0; }
              main .main-container .left-container .body .left-list .item-wrapper.selected + .item-wrapper .tloader-list {
                left: 0;
                right: 0; }
              main .main-container .left-container .body .left-list .item-wrapper.selected + .item-wrapper .item {
                padding: 0 14px; }
                @media screen and (max-width: 1400px) {
                  main .main-container .left-container .body .left-list .item-wrapper.selected + .item-wrapper .item {
                    padding: 0 10px; } }
          main .main-container .left-container .body .left-list .item-wrapper:hover {
            background-color: #f2f1f1;
            margin: 0; }
            main .main-container .left-container .body .left-list .item-wrapper:hover .tloader-list {
              left: 0;
              right: 0; }
            main .main-container .left-container .body .left-list .item-wrapper:hover .item {
              padding: 0 14px; }
              @media screen and (max-width: 1400px) {
                main .main-container .left-container .body .left-list .item-wrapper:hover .item {
                  padding: 0 10px; } }
            main .main-container .left-container .body .left-list .item-wrapper:hover + .item-wrapper {
              margin: 0; }
              main .main-container .left-container .body .left-list .item-wrapper:hover + .item-wrapper .tloader-list {
                left: 0;
                right: 0; }
              main .main-container .left-container .body .left-list .item-wrapper:hover + .item-wrapper .item {
                padding: 0 14px; }
                @media screen and (max-width: 1400px) {
                  main .main-container .left-container .body .left-list .item-wrapper:hover + .item-wrapper .item {
                    padding: 0 10px; } }
          main .main-container .left-container .body .left-list .item-wrapper .item {
            position: relative;
            padding: 0 0;
            color: #212c40;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-weight: 400;
            display: flex;
            align-content: center;
            align-items: stretch;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            height: 38px; }
            @media screen and (max-width: 1400px) {
              main .main-container .left-container .body .left-list .item-wrapper .item {
                height: 26px;
                padding: 0 0;
                font-size: 12px; } }
            main .main-container .left-container .body .left-list .item-wrapper .item i {
              color: #a9aaac; }
            main .main-container .left-container .body .left-list .item-wrapper .item .notifi__num {
              padding: 3px 6px;
              background-color: #88dd4c;
              border-radius: 10px;
              color: white;
              font-family: "Roboto", sans-serif;
              font-size: 11px;
              font-weight: 700;
              cursor: default;
              min-width: 19.2px; }
              main .main-container .left-container .body .left-list .item-wrapper .item .notifi__num:empty {
                visibility: hidden; }
              main .main-container .left-container .body .left-list .item-wrapper .item .notifi__num.disabled {
                background-color: #dfdddd; }
            main .main-container .left-container .body .left-list .item-wrapper .item > div {
              float: left;
              display: flex;
              align-items: center; }
            main .main-container .left-container .body .left-list .item-wrapper .item .check {
              margin-right: 8px; }
              @media screen and (max-width: 1400px) {
                main .main-container .left-container .body .left-list .item-wrapper .item .check {
                  margin-right: 2px; } }
            main .main-container .left-container .body .left-list .item-wrapper .item .icon {
              margin: 0 4px !important;
              width: 18px;
              font-size: 16px;
              display: flex;
              justify-content: center; }
              main .main-container .left-container .body .left-list .item-wrapper .item .icon.vehicle i {
                color: #000; }
              main .main-container .left-container .body .left-list .item-wrapper .item .icon img {
                max-width: 100%;
                height: auto; }
              @media screen and (max-width: 1400px) {
                main .main-container .left-container .body .left-list .item-wrapper .item .icon {
                  margin: 0 4px;
                  width: 18px; } }
            main .main-container .left-container .body .left-list .item-wrapper .item .name {
              width: 100%;
              margin: 0 8px;
              overflow: hidden;
              max-width: 100%;
              white-space: nowrap;
              flex: 1;
              flex-direction: column;
              justify-content: center;
              align-items: flex-start;
              cursor: default; }
              main .main-container .left-container .body .left-list .item-wrapper .item .name .sub_name {
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%; }
              main .main-container .left-container .body .left-list .item-wrapper .item .name .sub {
                font-size: 12px;
                color: #808080; }
                @media screen and (max-width: 1400px) {
                  main .main-container .left-container .body .left-list .item-wrapper .item .name .sub {
                    font-size: 10px; } }
              @media screen and (max-width: 1400px) {
                main .main-container .left-container .body .left-list .item-wrapper .item .name {
                  margin: 0 4px; } }
            main .main-container .left-container .body .left-list .item-wrapper .item .hider, main .main-container .left-container .body .left-list .item-wrapper .item .refresh {
              float: right;
              cursor: pointer;
              margin-left: 8px; }
              main .main-container .left-container .body .left-list .item-wrapper .item .hider i, main .main-container .left-container .body .left-list .item-wrapper .item .refresh i {
                cursor: pointer; }
              @media screen and (max-width: 1400px) {
                main .main-container .left-container .body .left-list .item-wrapper .item .hider, main .main-container .left-container .body .left-list .item-wrapper .item .refresh {
                  margin-left: 4px; } }
            main .main-container .left-container .body .left-list .item-wrapper .item .item_length {
              font-size: 14px;
              color: #00a1b3;
              font-weight: 500;
              padding: 3px 0; }
            main .main-container .left-container .body .left-list .item-wrapper .item .refresh.pa i {
              animation: pa 1.2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); }

@keyframes pa {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
            main .main-container .left-container .body .left-list .item-wrapper .item .status {
              float: right;
              margin: 0 8px;
              display: flex; }
              @media screen and (max-width: 1400px) {
                main .main-container .left-container .body .left-list .item-wrapper .item .status {
                  margin: 0 4px; } }
              main .main-container .left-container .body .left-list .item-wrapper .item .status:before {
                content: '';
                display: inline-block;
                border-radius: 50%;
                width: 16px;
                height: 16px;
                min-width: 16px;
                min-height: 16px;
                max-width: 16px;
                max-height: 16px; }
              main .main-container .left-container .body .left-list .item-wrapper .item .status.low:before {
                background-color: #f95656; }
              main .main-container .left-container .body .left-list .item-wrapper .item .status.middle:before {
                background-color: #f2b243; }
              main .main-container .left-container .body .left-list .item-wrapper .item .status.high:before {
                background-color: #88dd4c; }
              main .main-container .left-container .body .left-list .item-wrapper .item .status.high.in_motion:before {
                background-color: #88dd4c;
                content: "\f061";
                font: normal normal normal 14px/1 FontAwesome;
                font-size: 11.5px;
                text-rendering: auto;
                color: #fff;
                display: flex;
                align-content: center;
                align-items: center;
                justify-content: center;
                cursor: default; }
              main .main-container .left-container .body .left-list .item-wrapper .item .status.alt.low:before {
                background-color: #f32857; }
              main .main-container .left-container .body .left-list .item-wrapper .item .status.alt.middle:before {
                background-color: #f2b243; }
              main .main-container .left-container .body .left-list .item-wrapper .item .status.alt.high:before {
                background-color: #349b97; }
              main .main-container .left-container .body .left-list .item-wrapper .item .status.alt.high.in_motion:before {
                background-color: #349b97; }
            main .main-container .left-container .body .left-list .item-wrapper .item .track-trash {
              float: right;
              margin-left: 8px;
              display: flex;
              cursor: pointer; }
              @media screen and (max-width: 1400px) {
                main .main-container .left-container .body .left-list .item-wrapper .item .track-trash {
                  margin-left: 4px; } }
        main .main-container .left-container .body .left-list .item-wrapper.group {
          border-left: 3px solid transparent;
          margin-left: 0;
          margin-right: 0; }
          main .main-container .left-container .body .left-list .item-wrapper.group .item {
            padding-left: 14px;
            padding-right: 14px; }
          main .main-container .left-container .body .left-list .item-wrapper.group .parent .chevron {
            width: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-right: 8px; }
            main .main-container .left-container .body .left-list .item-wrapper.group .parent .chevron:before {
              content: '';
              background-image: url(../img/report-list-spritesheet.png);
              background-repeat: no-repeat;
              display: block;
              background-position: -5px -5px;
              width: 11px;
              height: 11px; }
          main .main-container .left-container .body .left-list .item-wrapper.group .parent .icon, main .main-container .left-container .body .left-list .item-wrapper.group .parent .status {
            display: none; }
          main .main-container .left-container .body .left-list .item-wrapper.group .parent .icon {
            font-size: 16px;
            display: inline-flex;
            justify-content: center; }
          main .main-container .left-container .body .left-list .item-wrapper.group .parent .name {
            font-weight: 600;
            cursor: pointer; }
          main .main-container .left-container .body .left-list .item-wrapper.group .parent .custom-group-btn > [class^='icon-'] {
            cursor: pointer;
            padding: 0 10px; }
            main .main-container .left-container .body .left-list .item-wrapper.group .parent .custom-group-btn > [class^='icon-']:hover {
              color: #98999b; }
          main .main-container .left-container .body .left-list .item-wrapper.group .item-container {
            padding-left: 24px;
            display: none; }
            main .main-container .left-container .body .left-list .item-wrapper.group .item-container .item.child.selected {
              color: #000000; }
              main .main-container .left-container .body .left-list .item-wrapper.group .item-container .item.child.selected:before {
                content: '';
                display: block;
                position: absolute;
                left: -27px;
                right: 0;
                top: 0;
                bottom: 0;
                background-color: rgba(78, 78, 78, 0.05);
                pointer-events: none; }
            main .main-container .left-container .body .left-list .item-wrapper.group .item-container .item.child:hover {
              color: #0f0f0f; }
              main .main-container .left-container .body .left-list .item-wrapper.group .item-container .item.child:hover .name {
                cursor: default; }
          main .main-container .left-container .body .left-list .item-wrapper.group.open .parent .chevron:before {
            background-position: -65px -2px; }
          main .main-container .left-container .body .left-list .item-wrapper.group.open .item-container {
            display: block; }
          @media screen and (max-width: 1400px) {
            main .main-container .left-container .body .left-list .item-wrapper.group {
              margin-left: 0;
              margin-right: 0; }
              main .main-container .left-container .body .left-list .item-wrapper.group .item {
                padding-left: 10px;
                padding-right: 10px; } }
        main .main-container .left-container .body .footer {
          padding: 7px 0; }
    main .main-container .right-container {
      z-index: 1;
      width: 70%;
      padding-left: 7px;
      padding-right: 7px;
      position: relative;
      transition: all .5s;
      align-self: flex-end;
      flex: 1 3 auto;
      height: 100%;
      flex-grow: 1; }
      main .main-container .right-container.visible {
        visibility: visible;
        opacity: 1; }
      main .main-container .right-container.unvisible {
        visibility: hidden;
        opacity: 0;
        transform: translateY(200px); }
      main .main-container .right-container.max .body.for-item .item-collapse-btn::before {
        background-image: url(../img/spritesheet_right1.png);
        background-repeat: no-repeat;
        display: block;
        background-position: -311px -5px;
        width: 23px;
        height: 14px; }
      main .main-container .right-container.min {
        height: auto; }
        main .main-container .right-container.min .item-collapsed-area {
          display: none; }
        main .main-container .right-container.min .body.for-item .item-collapse-btn::before {
          background-image: url(../img/spritesheet_right1.png);
          background-repeat: no-repeat;
          display: block;
          background-position: -143px -5px;
          width: 23px;
          height: 14px; }
      main .main-container .right-container .body {
        pointer-events: all;
        padding: 6px 14px 0;
        position: relative;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        z-index: 2; }
      main .main-container .right-container.flex-container {
        max-height: 100%;
        min-height: 320px;
        transition: height 0s; }
        main .main-container .right-container.flex-container:hover .dragbar:before {
          opacity: 1; }
    main .main-container .body {
      height: 100%;
      width: 100%;
      background-color: white;
      border-radius: 3px;
      box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2); }
      main .main-container .body .item-title {
        float: left;
        width: 100%;
        padding: 10px 0;
        display: flex;
        align-content: center;
        justify-content: space-between; }
        @media screen and (max-width: 1400px) {
          main .main-container .body .item-title {
            padding: 8px 0; } }
        main .main-container .body .item-title .icon {
          float: left;
          width: 36px;
          text-align: left; }
        main .main-container .body .item-title .title {
          overflow: hidden;
          margin: 0 10px;
          color: #444;
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          display: flex;
          align-items: baseline; }
          main .main-container .body .item-title .title .name {
            font-size: 22px; }
            @media screen and (max-width: 1400px) {
              main .main-container .body .item-title .title .name {
                font-size: 12px; } }
          main .main-container .body .item-title .title.report .name {
            color: #444;
            font-family: "Roboto", sans-serif;
            font-size: 17px;
            font-weight: 400; }
            @media screen and (max-width: 1400px) {
              main .main-container .body .item-title .title.report .name {
                font-size: 14px; } }
          main .main-container .body .item-title .title .date, main .main-container .body .item-title .title .object-name {
            font-size: 14px;
            margin-left: 8px; }
            @media screen and (max-width: 1400px) {
              main .main-container .body .item-title .title .date, main .main-container .body .item-title .title .object-name {
                font-size: 12px; } }
      main .main-container .body.for-item {
        padding: 6px 14px 48px; }
        @media screen and (max-width: 1400px) {
          main .main-container .body.for-item {
            padding: 3px 7px 20px; } }
        main .main-container .body.for-item .line {
          border-bottom: 1px solid #dfdfdf;
          margin: 0 -14px; }
        main .main-container .body.for-item .item-block {
          margin: 8px 0; }
          main .main-container .body.for-item .item-block .item-block-title {
            color: #444;
            font-family: "Roboto", sans-serif;
            font-size: 18px;
            font-weight: 700;
            display: flex;
            align-content: center;
            align-items: center;
            white-space: nowrap; }
            @media screen and (max-width: 1400px) {
              main .main-container .body.for-item .item-block .item-block-title {
                font-size: 14px; } }
            main .main-container .body.for-item .item-block .item-block-title:after {
              content: "";
              display: block;
              border-bottom: 1px solid #dfdfdf;
              width: 100%;
              height: 5px;
              margin-left: 22px;
              margin-right: 14px; }
          main .main-container .body.for-item .item-block .item-block-body {
            display: flex;
            flex-wrap: wrap;
            max-width: 800px;
            margin: 10px 14px 10px 0; }
            main .main-container .body.for-item .item-block .item-block-body .mt {
              padding: 10px 0; }
              @media screen and (max-width: 1400px) {
                main .main-container .body.for-item .item-block .item-block-body .mt {
                  padding: 6px 0; } }
            main .main-container .body.for-item .item-block .item-block-body .tr {
              display: flex;
              width: 100%; }
              main .main-container .body.for-item .item-block .item-block-body .tr .td, main .main-container .body.for-item .item-block .item-block-body .tr .th {
                display: block;
                color: #777;
                font-family: "Roboto", sans-serif;
                font-size: 16px;
                font-weight: 400; }
                @media screen and (max-width: 1400px) {
                  main .main-container .body.for-item .item-block .item-block-body .tr .td, main .main-container .body.for-item .item-block .item-block-body .tr .th {
                    font-size: 12px; } }
              main .main-container .body.for-item .item-block .item-block-body .tr .th {
                margin: 10px 0;
                width: 35%; }
              main .main-container .body.for-item .item-block .item-block-body .tr .td {
                color: #555;
                width: 65%; }
        main .main-container .body.for-item .item-title {
          float: left;
          width: 100%;
          padding: 10px 0; }
          @media screen and (max-width: 1400px) {
            main .main-container .body.for-item .item-title {
              padding: 8px 0; } }
          main .main-container .body.for-item .item-title .icon > i {
            display: inline-block; }
          main .main-container .body.for-item .item-title .name {
            float: left;
            margin: 0 10px;
            min-width: 240px;
            max-width: 380px;
            overflow: hidden;
            color: #444;
            font-family: "Roboto", sans-serif;
            font-size: 16px; }
            @media screen and (max-width: 1400px) {
              main .main-container .body.for-item .item-title .name {
                font-size: 12px; } }
          main .main-container .body.for-item .item-title .area {
            float: left;
            color: #999;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            min-width: 160px;
            margin: 0 10px; }
            main .main-container .body.for-item .item-title .area:before {
              font-weight: bold;
              font-size: 14px;
              margin-right: 4px;
              line-height: 1; }
            @media screen and (max-width: 1400px) {
              main .main-container .body.for-item .item-title .area {
                font-size: 10px; } }
            main .main-container .body.for-item .item-title .area.track, main .main-container .body.for-item .item-title .area.report {
              text-align: right; }
              main .main-container .body.for-item .item-title .area.track a, main .main-container .body.for-item .item-title .area.report a {
                color: #999; }
                main .main-container .body.for-item .item-title .area.track a i, main .main-container .body.for-item .item-title .area.report a i {
                  color: #999; }
              main .main-container .body.for-item .item-title .area.track a:hover, main .main-container .body.for-item .item-title .area.report a:hover {
                color: #999; }
                main .main-container .body.for-item .item-title .area.track a:hover i, main .main-container .body.for-item .item-title .area.report a:hover i {
                  color: #444; }
              main .main-container .body.for-item .item-title .area.track i, main .main-container .body.for-item .item-title .area.report i {
                cursor: pointer; }
          main .main-container .body.for-item .item-title .id-area:before {
            content: 'id:'; }
          main .main-container .body.for-item .item-title .uid-area:before {
            content: 'uid:'; }
          main .main-container .body.for-item .item-title .protocol-area:before {
            content: 'Протокол:'; }
          main .main-container .body.for-item .item-title .close {
            float: right;
            align-self: right; }
        main .main-container .body.for-item .item-info {
          float: left;
          width: 100%;
          padding: 10px 0;
          color: #444;
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          font-weight: 400;
          display: flex;
          justify-content: space-between; }
          @media screen and (max-width: 1400px) {
            main .main-container .body.for-item .item-info {
              padding: 10px 0;
              font-size: 12px; } }
          main .main-container .body.for-item .item-info .left-tool {
            float: left;
            display: flex;
            align-content: space-between;
            justify-content: space-between;
            width: 85%;
            max-width: 1200px;
            align-items: center; }
          main .main-container .body.for-item .item-info .icon {
            float: left;
            width: 36px;
            text-align: center; }
            @media screen and (max-width: 1400px) {
              main .main-container .body.for-item .item-info .icon {
                text-align: left; } }
            main .main-container .body.for-item .item-info .icon > i {
              display: inline-block; }
          main .main-container .body.for-item .item-info .phone {
            float: left; }
            main .main-container .body.for-item .item-info .phone .phone-num {
              float: left;
              margin: 0 10px;
              overflow: hidden; }
          main .main-container .body.for-item .item-info .speed {
            float: left; }
            main .main-container .body.for-item .item-info .speed .speed-value {
              float: left;
              margin: 0 10px;
              overflow: hidden; }
          main .main-container .body.for-item .item-info .coordinates {
            float: left; }
            main .main-container .body.for-item .item-info .coordinates .coordinates-value {
              float: left;
              margin: 0 10px;
              overflow: hidden; }
          main .main-container .body.for-item .item-info .right-tool {
            float: right;
            display: flex;
            align-items: center; }
            main .main-container .body.for-item .item-info .right-tool .hidder {
              display: block;
              float: left; }
            main .main-container .body.for-item .item-info .right-tool .target {
              display: block;
              float: left;
              margin-left: 15px;
              cursor: pointer; }
              main .main-container .body.for-item .item-info .right-tool .target i {
                cursor: pointer;
                font-size: 24px;
                color: #939393; }
                main .main-container .body.for-item .item-info .right-tool .target i.active {
                  color: #4cd964; }
              main .main-container .body.for-item .item-info .right-tool .target.active i {
                color: #4cd964; }
        main .main-container .body.for-item .item-main {
          overflow: auto; }
          main .main-container .body.for-item .item-main.scroll-wrapper {
            margin-right: -14px; }
            @media screen and (max-width: 1400px) {
              main .main-container .body.for-item .item-main.scroll-wrapper {
                margin-right: -7px; } }
          main .main-container .body.for-item .item-main .item-widgets {
            padding-right: 14px; }
            @media screen and (max-width: 1400px) {
              main .main-container .body.for-item .item-main .item-widgets {
                margin-right: -7px; } }
          main .main-container .body.for-item .item-main .item-collapsed-area .item-groups .groups .group-list .group-item .name {
            color: #666;
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-weight: 400;
            background: url(../img/dotted-link-bg.png) repeat-x bottom left; }
            @media screen and (max-width: 1400px) {
              main .main-container .body.for-item .item-main .item-collapsed-area .item-groups .groups .group-list .group-item .name {
                font-size: 12px; } }
          main .main-container .body.for-item .item-main .item-collapsed-area .item-groups .groups .group-list .group-item .pict-cont {
            float: right; }
          main .main-container .body.for-item .item-main .item-collapsed-area .item-notification .item-block-body .events .events-list .events-item .pict-cont {
            float: right; }
            main .main-container .body.for-item .item-main .item-collapsed-area .item-notification .item-block-body .events .events-list .events-item .pict-cont a {
              display: inline-block; }
              main .main-container .body.for-item .item-main .item-collapsed-area .item-notification .item-block-body .events .events-list .events-item .pict-cont a.event-del {
                margin-left: 20px; }
          main .main-container .body.for-item .item-main .item-collapsed-area .item-sensors .item-block-body .hw-info .td i {
            display: block;
            float: left;
            margin-right: 20px; }
        main .main-container .body.for-item .item-collapse-btn {
          height: 48px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #ffffff;
          border-top: 1px solid #dfdfdf;
          cursor: pointer;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 0 0 3px 3px; }
          @media screen and (max-width: 1400px) {
            main .main-container .body.for-item .item-collapse-btn {
              height: 22px; } }
          main .main-container .body.for-item .item-collapse-btn:before {
            content: '';
            display: block; }
      main .main-container .body.for-report {
        padding: 0 14px 6px; }
        @media screen and (max-width: 1400px) {
          main .main-container .body.for-report {
            padding: 3px 7px 20px; } }
        main .main-container .body.for-report .flex-col-fix {
          display: flex;
          flex-direction: column; }
        main .main-container .body.for-report .line {
          border-bottom: 1px solid #dfdfdf;
          margin: 0 -14px; }
          main .main-container .body.for-report .line.small {
            margin: 0; }
        main .main-container .body.for-report .report-tool {
          display: flex;
          max-width: 1200px;
          justify-content: space-between;
          margin: 20px 10px;
          align-items: center; }
          main .main-container .body.for-report .report-tool .generated, main .main-container .body.for-report .report-tool .pattern {
            color: #444;
            font-family: "Roboto", sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 33px;
            text-decoration: underline; }
            main .main-container .body.for-report .report-tool .generated:hover, main .main-container .body.for-report .report-tool .generated.active, main .main-container .body.for-report .report-tool .pattern:hover, main .main-container .body.for-report .report-tool .pattern.active {
              color: #09a5b6; }
        main .main-container .body.for-report .report-property {
          max-width: 620px;
          padding: 15px 10px; }
          @media screen and (max-width: 1400px) {
            main .main-container .body.for-report .report-property {
              padding: 8px 10px; } }
          main .main-container .body.for-report .report-property:empty {
            padding: 3px; }
          main .main-container .body.for-report .report-property .title {
            color: #444;
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            font-size: 16px;
            padding: 2px 0; }
          main .main-container .body.for-report .report-property .property {
            display: flex;
            justify-content: space-between;
            color: #666;
            font-weight: 400;
            font-size: 12px;
            padding: 2px 0; }
          main .main-container .body.for-report .report-property .date-create {
            padding-top: 10px;
            display: flex;
            color: #b7b7b7;
            font-size: 12px;
            font-style: italic; }
            main .main-container .body.for-report .report-property .date-create .value {
              margin-left: 5px; }
        main .main-container .body.for-report .report-obj {
          display: flex;
          justify-content: space-between;
          margin: 20px 10px;
          align-items: center;
          color: #999;
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          font-weight: 400; }
          main .main-container .body.for-report .report-obj .all-select:before {
            content: 'Всего: '; }
          main .main-container .body.for-report .report-obj .selected:before {
            content: 'Выбрано: '; }
          main .main-container .body.for-report .report-obj .action {
            color: #999;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-weight: 400; }
            main .main-container .body.for-report .report-obj .action i {
              margin-left: 5px; }
          main .main-container .body.for-report .report-obj .search-filter {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            width: 50%; }
            main .main-container .body.for-report .report-obj .search-filter input {
              width: 100%;
              border: 1px solid #cecece;
              margin: 4px 0;
              border-radius: 3px;
              padding: 6px 15px;
              color: #777;
              font-family: "Roboto", sans-serif;
              font-size: 14px;
              font-weight: 400;
              line-height: 1.2;
              visibility: hidden;
              opacity: 0;
              max-width: 300px; }
              main .main-container .body.for-report .report-obj .search-filter input.visible {
                visibility: visible;
                opacity: 1; }
              @media screen and (max-width: 1400px) {
                main .main-container .body.for-report .report-obj .search-filter input {
                  margin: 2px 0;
                  padding: 3px 8px;
                  font-size: 12px; } }
            main .main-container .body.for-report .report-obj .search-filter .search-mon-btn {
              float: right;
              margin-left: 16px; }
              main .main-container .body.for-report .report-obj .search-filter .search-mon-btn i.sprite-search {
                display: inline-block;
                cursor: pointer; }
            main .main-container .body.for-report .report-obj .search-filter .filter-btn {
              cursor: pointer;
              margin-left: 15px; }
              main .main-container .body.for-report .report-obj .search-filter .filter-btn i.sprite-filter {
                display: inline-block;
                cursor: pointer; }
        main .main-container .body.for-report .item-main, main .main-container .body.for-report .report-main {
          overflow: auto;
          flex: 1; }
          main .main-container .body.for-report .item-main.scroll-wrapper, main .main-container .body.for-report .report-main.scroll-wrapper {
            overflow: auto;
            margin-right: -14px; }
            @media screen and (max-width: 1400px) {
              main .main-container .body.for-report .item-main.scroll-wrapper, main .main-container .body.for-report .report-main.scroll-wrapper {
                margin-right: -7px; } }
        main .main-container .body.for-report .report-main.scroll-content > * {
          margin-right: 10px; }
        main .main-container .body.for-report .reporting-grid {
          margin-right: 10px; }
          main .main-container .body.for-report .reporting-grid.main {
            min-width: 600px;
            padding: 15px 0; }
            main .main-container .body.for-report .reporting-grid.main.bg-str .tbody .tr:not(:nth-of-type(2n)) {
              background-color: #f7f7f7; }
            main .main-container .body.for-report .reporting-grid.main.br-str .tbody .tr:not(:last-of-type) .td {
              border-bottom: 1px solid #f3f0f0; }
          main .main-container .body.for-report .reporting-grid.table .td, main .main-container .body.for-report .reporting-grid.table .th, main .main-container .body.for-report .reporting-grid.table th, main .main-container .body.for-report .reporting-grid.table td, main .main-container .body.for-report .reporting-grid table .td, main .main-container .body.for-report .reporting-grid table .th, main .main-container .body.for-report .reporting-grid table th, main .main-container .body.for-report .reporting-grid table td {
            padding: 4px 6px;
            vertical-align: top; }
          main .main-container .body.for-report .reporting-grid.table .check-box label, main .main-container .body.for-report .reporting-grid table .check-box label {
            margin-top: 2px; }
          main .main-container .body.for-report .reporting-grid.table .thead .th, main .main-container .body.for-report .reporting-grid.table .thead th, main .main-container .body.for-report .reporting-grid.table thead .th, main .main-container .body.for-report .reporting-grid.table thead th, main .main-container .body.for-report .reporting-grid.table tfoot .th, main .main-container .body.for-report .reporting-grid.table tfoot th, main .main-container .body.for-report .reporting-grid.table .tfoot .th, main .main-container .body.for-report .reporting-grid.table .tfoot th, main .main-container .body.for-report .reporting-grid table .thead .th, main .main-container .body.for-report .reporting-grid table .thead th, main .main-container .body.for-report .reporting-grid table thead .th, main .main-container .body.for-report .reporting-grid table thead th, main .main-container .body.for-report .reporting-grid table tfoot .th, main .main-container .body.for-report .reporting-grid table tfoot th, main .main-container .body.for-report .reporting-grid table .tfoot .th, main .main-container .body.for-report .reporting-grid table .tfoot th {
            text-align: left;
            color: #666;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-weight: 700;
            vertical-align: inherit; }
            @media screen and (max-width: 1400px) {
              main .main-container .body.for-report .reporting-grid.table .thead .th, main .main-container .body.for-report .reporting-grid.table .thead th, main .main-container .body.for-report .reporting-grid.table thead .th, main .main-container .body.for-report .reporting-grid.table thead th, main .main-container .body.for-report .reporting-grid.table tfoot .th, main .main-container .body.for-report .reporting-grid.table tfoot th, main .main-container .body.for-report .reporting-grid.table .tfoot .th, main .main-container .body.for-report .reporting-grid.table .tfoot th, main .main-container .body.for-report .reporting-grid table .thead .th, main .main-container .body.for-report .reporting-grid table .thead th, main .main-container .body.for-report .reporting-grid table thead .th, main .main-container .body.for-report .reporting-grid table thead th, main .main-container .body.for-report .reporting-grid table tfoot .th, main .main-container .body.for-report .reporting-grid table tfoot th, main .main-container .body.for-report .reporting-grid table .tfoot .th, main .main-container .body.for-report .reporting-grid table .tfoot th {
                font-size: 12px; } }
            main .main-container .body.for-report .reporting-grid.table .thead .th .switch_direction, main .main-container .body.for-report .reporting-grid.table .thead th .switch_direction, main .main-container .body.for-report .reporting-grid.table thead .th .switch_direction, main .main-container .body.for-report .reporting-grid.table thead th .switch_direction, main .main-container .body.for-report .reporting-grid.table tfoot .th .switch_direction, main .main-container .body.for-report .reporting-grid.table tfoot th .switch_direction, main .main-container .body.for-report .reporting-grid.table .tfoot .th .switch_direction, main .main-container .body.for-report .reporting-grid.table .tfoot th .switch_direction, main .main-container .body.for-report .reporting-grid table .thead .th .switch_direction, main .main-container .body.for-report .reporting-grid table .thead th .switch_direction, main .main-container .body.for-report .reporting-grid table thead .th .switch_direction, main .main-container .body.for-report .reporting-grid table thead th .switch_direction, main .main-container .body.for-report .reporting-grid table tfoot .th .switch_direction, main .main-container .body.for-report .reporting-grid table tfoot th .switch_direction, main .main-container .body.for-report .reporting-grid table .tfoot .th .switch_direction, main .main-container .body.for-report .reporting-grid table .tfoot th .switch_direction {
              color: #666;
              font-family: "Roboto", sans-serif;
              font-size: 14px;
              font-weight: 700;
              display: flex;
              align-items: center;
              float: left; }
              @media screen and (max-width: 1400px) {
                main .main-container .body.for-report .reporting-grid.table .thead .th .switch_direction, main .main-container .body.for-report .reporting-grid.table .thead th .switch_direction, main .main-container .body.for-report .reporting-grid.table thead .th .switch_direction, main .main-container .body.for-report .reporting-grid.table thead th .switch_direction, main .main-container .body.for-report .reporting-grid.table tfoot .th .switch_direction, main .main-container .body.for-report .reporting-grid.table tfoot th .switch_direction, main .main-container .body.for-report .reporting-grid.table .tfoot .th .switch_direction, main .main-container .body.for-report .reporting-grid.table .tfoot th .switch_direction, main .main-container .body.for-report .reporting-grid table .thead .th .switch_direction, main .main-container .body.for-report .reporting-grid table .thead th .switch_direction, main .main-container .body.for-report .reporting-grid table thead .th .switch_direction, main .main-container .body.for-report .reporting-grid table thead th .switch_direction, main .main-container .body.for-report .reporting-grid table tfoot .th .switch_direction, main .main-container .body.for-report .reporting-grid table tfoot th .switch_direction, main .main-container .body.for-report .reporting-grid table .tfoot .th .switch_direction, main .main-container .body.for-report .reporting-grid table .tfoot th .switch_direction {
                  font-size: 12px; } }
              main .main-container .body.for-report .reporting-grid.table .thead .th .switch_direction:after, main .main-container .body.for-report .reporting-grid.table .thead th .switch_direction:after, main .main-container .body.for-report .reporting-grid.table thead .th .switch_direction:after, main .main-container .body.for-report .reporting-grid.table thead th .switch_direction:after, main .main-container .body.for-report .reporting-grid.table tfoot .th .switch_direction:after, main .main-container .body.for-report .reporting-grid.table tfoot th .switch_direction:after, main .main-container .body.for-report .reporting-grid.table .tfoot .th .switch_direction:after, main .main-container .body.for-report .reporting-grid.table .tfoot th .switch_direction:after, main .main-container .body.for-report .reporting-grid table .thead .th .switch_direction:after, main .main-container .body.for-report .reporting-grid table .thead th .switch_direction:after, main .main-container .body.for-report .reporting-grid table thead .th .switch_direction:after, main .main-container .body.for-report .reporting-grid table thead th .switch_direction:after, main .main-container .body.for-report .reporting-grid table tfoot .th .switch_direction:after, main .main-container .body.for-report .reporting-grid table tfoot th .switch_direction:after, main .main-container .body.for-report .reporting-grid table .tfoot .th .switch_direction:after, main .main-container .body.for-report .reporting-grid table .tfoot th .switch_direction:after {
                margin-left: 10px;
                content: '';
                display: inline-block;
                width: 20px;
                height: 16px;
                background: url("../img/sort.png") no-repeat center center;
                background-size: contain; }
              main .main-container .body.for-report .reporting-grid.table .thead .th .switch_direction.alt:after, main .main-container .body.for-report .reporting-grid.table .thead th .switch_direction.alt:after, main .main-container .body.for-report .reporting-grid.table thead .th .switch_direction.alt:after, main .main-container .body.for-report .reporting-grid.table thead th .switch_direction.alt:after, main .main-container .body.for-report .reporting-grid.table tfoot .th .switch_direction.alt:after, main .main-container .body.for-report .reporting-grid.table tfoot th .switch_direction.alt:after, main .main-container .body.for-report .reporting-grid.table .tfoot .th .switch_direction.alt:after, main .main-container .body.for-report .reporting-grid.table .tfoot th .switch_direction.alt:after, main .main-container .body.for-report .reporting-grid table .thead .th .switch_direction.alt:after, main .main-container .body.for-report .reporting-grid table .thead th .switch_direction.alt:after, main .main-container .body.for-report .reporting-grid table thead .th .switch_direction.alt:after, main .main-container .body.for-report .reporting-grid table thead th .switch_direction.alt:after, main .main-container .body.for-report .reporting-grid table tfoot .th .switch_direction.alt:after, main .main-container .body.for-report .reporting-grid table tfoot th .switch_direction.alt:after, main .main-container .body.for-report .reporting-grid table .tfoot .th .switch_direction.alt:after, main .main-container .body.for-report .reporting-grid table .tfoot th .switch_direction.alt:after {
                background: url("../img/sort-alt.png") no-repeat center center;
                background-size: contain; }
          main .main-container .body.for-report .reporting-grid.table .thead.report .th, main .main-container .body.for-report .reporting-grid.table .thead.report th, main .main-container .body.for-report .reporting-grid.table thead.report .th, main .main-container .body.for-report .reporting-grid.table thead.report th, main .main-container .body.for-report .reporting-grid.table tfoot.report .th, main .main-container .body.for-report .reporting-grid.table tfoot.report th, main .main-container .body.for-report .reporting-grid.table .tfoot.report .th, main .main-container .body.for-report .reporting-grid.table .tfoot.report th, main .main-container .body.for-report .reporting-grid table .thead.report .th, main .main-container .body.for-report .reporting-grid table .thead.report th, main .main-container .body.for-report .reporting-grid table thead.report .th, main .main-container .body.for-report .reporting-grid table thead.report th, main .main-container .body.for-report .reporting-grid table tfoot.report .th, main .main-container .body.for-report .reporting-grid table tfoot.report th, main .main-container .body.for-report .reporting-grid table .tfoot.report .th, main .main-container .body.for-report .reporting-grid table .tfoot.report th {
            color: #666;
            font-family: "Roboto", sans-serif;
            font-size: 12px;
            font-weight: 700; }
          main .main-container .body.for-report .reporting-grid.table .tbody .tr.bold td, main .main-container .body.for-report .reporting-grid.table .tbody tr.bold td, main .main-container .body.for-report .reporting-grid.table tbody .tr.bold td, main .main-container .body.for-report .reporting-grid.table tbody tr.bold td, main .main-container .body.for-report .reporting-grid table .tbody .tr.bold td, main .main-container .body.for-report .reporting-grid table .tbody tr.bold td, main .main-container .body.for-report .reporting-grid table tbody .tr.bold td, main .main-container .body.for-report .reporting-grid table tbody tr.bold td {
            font-weight: bold !important; }
          main .main-container .body.for-report .reporting-grid.table .tbody .tr:hover, main .main-container .body.for-report .reporting-grid.table .tbody tr:hover, main .main-container .body.for-report .reporting-grid.table tbody .tr:hover, main .main-container .body.for-report .reporting-grid.table tbody tr:hover, main .main-container .body.for-report .reporting-grid table .tbody .tr:hover, main .main-container .body.for-report .reporting-grid table .tbody tr:hover, main .main-container .body.for-report .reporting-grid table tbody .tr:hover, main .main-container .body.for-report .reporting-grid table tbody tr:hover {
            background-color: rgba(242, 241, 241, 0.6); }
          main .main-container .body.for-report .reporting-grid.table .tbody .tr.selected, main .main-container .body.for-report .reporting-grid.table .tbody tr.selected, main .main-container .body.for-report .reporting-grid.table tbody .tr.selected, main .main-container .body.for-report .reporting-grid.table tbody tr.selected, main .main-container .body.for-report .reporting-grid table .tbody .tr.selected, main .main-container .body.for-report .reporting-grid table .tbody tr.selected, main .main-container .body.for-report .reporting-grid table tbody .tr.selected, main .main-container .body.for-report .reporting-grid table tbody tr.selected {
            background-color: rgba(231, 230, 230, 0.51); }
          main .main-container .body.for-report .reporting-grid.table .tbody .tr.alert-bg, main .main-container .body.for-report .reporting-grid.table .tbody tr.alert-bg, main .main-container .body.for-report .reporting-grid.table tbody .tr.alert-bg, main .main-container .body.for-report .reporting-grid.table tbody tr.alert-bg, main .main-container .body.for-report .reporting-grid table .tbody .tr.alert-bg, main .main-container .body.for-report .reporting-grid table .tbody tr.alert-bg, main .main-container .body.for-report .reporting-grid table tbody .tr.alert-bg, main .main-container .body.for-report .reporting-grid table tbody tr.alert-bg {
            background-color: rgba(240, 80, 60, 0.51); }
            main .main-container .body.for-report .reporting-grid.table .tbody .tr.alert-bg:hover, main .main-container .body.for-report .reporting-grid.table .tbody tr.alert-bg:hover, main .main-container .body.for-report .reporting-grid.table tbody .tr.alert-bg:hover, main .main-container .body.for-report .reporting-grid.table tbody tr.alert-bg:hover, main .main-container .body.for-report .reporting-grid table .tbody .tr.alert-bg:hover, main .main-container .body.for-report .reporting-grid table .tbody tr.alert-bg:hover, main .main-container .body.for-report .reporting-grid table tbody .tr.alert-bg:hover, main .main-container .body.for-report .reporting-grid table tbody tr.alert-bg:hover {
              background-color: rgba(220, 73, 73, 0.51); }
            main .main-container .body.for-report .reporting-grid.table .tbody .tr.alert-bg.selected, main .main-container .body.for-report .reporting-grid.table .tbody tr.alert-bg.selected, main .main-container .body.for-report .reporting-grid.table tbody .tr.alert-bg.selected, main .main-container .body.for-report .reporting-grid.table tbody tr.alert-bg.selected, main .main-container .body.for-report .reporting-grid table .tbody .tr.alert-bg.selected, main .main-container .body.for-report .reporting-grid table .tbody tr.alert-bg.selected, main .main-container .body.for-report .reporting-grid table tbody .tr.alert-bg.selected, main .main-container .body.for-report .reporting-grid table tbody tr.alert-bg.selected {
              background-color: rgba(220, 90, 0, 0.5); }
          main .main-container .body.for-report .reporting-grid.table .tbody .td, main .main-container .body.for-report .reporting-grid.table .tbody td, main .main-container .body.for-report .reporting-grid.table tbody .td, main .main-container .body.for-report .reporting-grid.table tbody td, main .main-container .body.for-report .reporting-grid table .tbody .td, main .main-container .body.for-report .reporting-grid table .tbody td, main .main-container .body.for-report .reporting-grid table tbody .td, main .main-container .body.for-report .reporting-grid table tbody td {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            font-family: "Roboto", sans-serif; }
          main .main-container .body.for-report .reporting-grid.table .tbody .group-name div.td, main .main-container .body.for-report .reporting-grid.table tbody .group-name div.td, main .main-container .body.for-report .reporting-grid table .tbody .group-name div.td, main .main-container .body.for-report .reporting-grid table tbody .group-name div.td {
            font-weight: 600; }
          main .main-container .body.for-report .reporting-grid.table .tbody .group-child, main .main-container .body.for-report .reporting-grid.table tbody .group-child, main .main-container .body.for-report .reporting-grid table .tbody .group-child, main .main-container .body.for-report .reporting-grid table tbody .group-child {
            border-bottom: 1px solid #f3f0f0; }
          main .main-container .body.for-report .reporting-grid.table .tbody .date, main .main-container .body.for-report .reporting-grid.table tbody .date, main .main-container .body.for-report .reporting-grid table .tbody .date, main .main-container .body.for-report .reporting-grid table tbody .date {
            color: #999; }
          main .main-container .body.for-report .reporting-grid.table .tbody .objects, main .main-container .body.for-report .reporting-grid.table tbody .objects, main .main-container .body.for-report .reporting-grid table .tbody .objects, main .main-container .body.for-report .reporting-grid table tbody .objects {
            color: #c7c7c7; }
          main .main-container .body.for-report .reporting-grid.table .tbody .name, main .main-container .body.for-report .reporting-grid.table tbody .name, main .main-container .body.for-report .reporting-grid table .tbody .name, main .main-container .body.for-report .reporting-grid table tbody .name {
            color: #555;
            width: 66%; }
          main .main-container .body.for-report .reporting-grid.table .tbody .coord-start a, main .main-container .body.for-report .reporting-grid.table tbody .coord-start a, main .main-container .body.for-report .reporting-grid table .tbody .coord-start a, main .main-container .body.for-report .reporting-grid table tbody .coord-start a {
            font-family: "Roboto", sans-serif;
            color: #444;
            font-weight: 400; }
            main .main-container .body.for-report .reporting-grid.table .tbody .coord-start a:hover, main .main-container .body.for-report .reporting-grid.table .tbody .coord-start a:focus, main .main-container .body.for-report .reporting-grid.table tbody .coord-start a:hover, main .main-container .body.for-report .reporting-grid.table tbody .coord-start a:focus, main .main-container .body.for-report .reporting-grid table .tbody .coord-start a:hover, main .main-container .body.for-report .reporting-grid table .tbody .coord-start a:focus, main .main-container .body.for-report .reporting-grid table tbody .coord-start a:hover, main .main-container .body.for-report .reporting-grid table tbody .coord-start a:focus {
              color: #00a1b3; }
          main .main-container .body.for-report .reporting-grid.table .tbody .npp, main .main-container .body.for-report .reporting-grid.table tbody .npp, main .main-container .body.for-report .reporting-grid table .tbody .npp, main .main-container .body.for-report .reporting-grid table tbody .npp {
            min-width: 14px;
            font-weight: bold;
            font-size: 14px; }
          main .main-container .body.for-report .reporting-grid.table .tbody.report .td, main .main-container .body.for-report .reporting-grid.table .tbody.report td, main .main-container .body.for-report .reporting-grid.table tbody.report .td, main .main-container .body.for-report .reporting-grid.table tbody.report td, main .main-container .body.for-report .reporting-grid table .tbody.report .td, main .main-container .body.for-report .reporting-grid table .tbody.report td, main .main-container .body.for-report .reporting-grid table tbody.report .td, main .main-container .body.for-report .reporting-grid table tbody.report td {
            color: #444;
            font-family: "Roboto", sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 33px; }
          main .main-container .body.for-report .reporting-grid.flex .tr {
            display: flex;
            padding: 3px 0;
            background-clip: content-box;
            justify-content: flex-start; }
          main .main-container .body.for-report .reporting-grid.flex .td, main .main-container .body.for-report .reporting-grid.flex .th {
            padding: 0 10px;
            vertical-align: top; }
            main .main-container .body.for-report .reporting-grid.flex .td.check-all, main .main-container .body.for-report .reporting-grid.flex .td.check, main .main-container .body.for-report .reporting-grid.flex .th.check-all, main .main-container .body.for-report .reporting-grid.flex .th.check {
              width: 5%;
              min-width: 36px; }
            main .main-container .body.for-report .reporting-grid.flex .td.date, main .main-container .body.for-report .reporting-grid.flex .th.date {
              width: 15%;
              min-width: 125px; }
            main .main-container .body.for-report .reporting-grid.flex .td.objects, main .main-container .body.for-report .reporting-grid.flex .th.objects {
              width: 15%;
              min-width: 88px; }
            main .main-container .body.for-report .reporting-grid.flex .td.name, main .main-container .body.for-report .reporting-grid.flex .th.name {
              width: 65%; }
            main .main-container .body.for-report .reporting-grid.flex .td.np, main .main-container .body.for-report .reporting-grid.flex .th.np {
              min-width: 65px;
              width: 4%; }
            main .main-container .body.for-report .reporting-grid.flex .td.event-type, main .main-container .body.for-report .reporting-grid.flex .th.event-type {
              min-width: 110px;
              width: 16%; }
            main .main-container .body.for-report .reporting-grid.flex .td.coord-start, main .main-container .body.for-report .reporting-grid.flex .th.coord-start {
              min-width: 135px;
              width: 25%; }
            main .main-container .body.for-report .reporting-grid.flex .td.date-start, main .main-container .body.for-report .reporting-grid.flex .th.date-start {
              min-width: 72px;
              width: 13%; }
            main .main-container .body.for-report .reporting-grid.flex .td.coord-end, main .main-container .body.for-report .reporting-grid.flex .th.coord-end {
              min-width: 150px;
              width: 13%; }
            main .main-container .body.for-report .reporting-grid.flex .td.date-end, main .main-container .body.for-report .reporting-grid.flex .th.date-end {
              min-width: 65px;
              width: 13%; }
            main .main-container .body.for-report .reporting-grid.flex .td.duration, main .main-container .body.for-report .reporting-grid.flex .th.duration {
              min-width: 120px;
              width: 10%; }
            main .main-container .body.for-report .reporting-grid.flex .td.mileage, main .main-container .body.for-report .reporting-grid.flex .th.mileage {
              min-width: 72px;
              width: 5%; }
          main .main-container .body.for-report .reporting-grid.flex .thead {
            display: flex;
            flex-direction: column; }
            main .main-container .body.for-report .reporting-grid.flex .thead .th {
              color: #666;
              font-family: "Roboto", sans-serif;
              font-size: 16px;
              font-weight: 700;
              vertical-align: inherit; }
              @media screen and (max-width: 1400px) {
                main .main-container .body.for-report .reporting-grid.flex .thead .th {
                  font-size: 12px; } }
              main .main-container .body.for-report .reporting-grid.flex .thead .th .switch_direction {
                color: #666;
                font-family: "Roboto", sans-serif;
                font-size: 16px;
                font-weight: 700;
                display: flex;
                align-items: center;
                float: left; }
                @media screen and (max-width: 1400px) {
                  main .main-container .body.for-report .reporting-grid.flex .thead .th .switch_direction {
                    font-size: 12px; } }
                main .main-container .body.for-report .reporting-grid.flex .thead .th .switch_direction:after {
                  margin-left: 10px;
                  content: '';
                  display: inline-block;
                  width: 20px;
                  height: 16px;
                  background: url("../img/sort.png") no-repeat center center;
                  background-size: contain; }
                main .main-container .body.for-report .reporting-grid.flex .thead .th .switch_direction.alt:after {
                  background: url("../img/sort-alt.png") no-repeat center center;
                  background-size: contain; }
            main .main-container .body.for-report .reporting-grid.flex .thead.report .th {
              color: #666;
              font-family: "Roboto", sans-serif;
              font-size: 15px;
              font-weight: 700; }
              @media screen and (max-width: 1400px) {
                main .main-container .body.for-report .reporting-grid.flex .thead.report .th {
                  font-size: 12px; } }
          main .main-container .body.for-report .reporting-grid.flex .tbody {
            flex-direction: column;
            overflow: auto;
            flex: 1; }
            main .main-container .body.for-report .reporting-grid.flex .tbody .check-box label {
              margin-top: 2px; }
            main .main-container .body.for-report .reporting-grid.flex .tbody .tr:hover {
              background-color: #f2f1f1; }
            main .main-container .body.for-report .reporting-grid.flex .tbody .tr.selected {
              background-color: #e7e6e6; }
            main .main-container .body.for-report .reporting-grid.flex .tbody .tr.alert-bg {
              background-color: #fbdada; }
              main .main-container .body.for-report .reporting-grid.flex .tbody .tr.alert-bg:hover {
                background-color: #f3d2d2; }
              main .main-container .body.for-report .reporting-grid.flex .tbody .tr.alert-bg.selected {
                background-color: #e7c6c6; }
            main .main-container .body.for-report .reporting-grid.flex .tbody .td {
              font-size: 15px;
              font-weight: 400;
              line-height: 20px;
              padding-top: 3px;
              padding-bottom: 3px;
              font-family: "Roboto", sans-serif;
              display: flex; }
              @media screen and (max-width: 1400px) {
                main .main-container .body.for-report .reporting-grid.flex .tbody .td {
                  font-size: 12px;
                  line-height: 1; } }
            main .main-container .body.for-report .reporting-grid.flex .tbody .date {
              color: #999; }
            main .main-container .body.for-report .reporting-grid.flex .tbody .objects {
              color: #c7c7c7; }
            main .main-container .body.for-report .reporting-grid.flex .tbody .name {
              color: #555; }
            main .main-container .body.for-report .reporting-grid.flex .tbody .coord-start a {
              font-family: "Roboto", sans-serif;
              color: #444;
              font-weight: 400; }
              main .main-container .body.for-report .reporting-grid.flex .tbody .coord-start a:hover, main .main-container .body.for-report .reporting-grid.flex .tbody .coord-start a:focus {
                color: #00a1b3; }
            main .main-container .body.for-report .reporting-grid.flex .tbody.report .td {
              color: #444;
              font-family: "Roboto", sans-serif;
              font-size: 14px;
              font-weight: 400;
              line-height: 33px; }
          main .main-container .body.for-report .reporting-grid.flex .accordion-group {
            padding: 10px 0;
            display: flex;
            flex-direction: column;
            cursor: pointer; }
            main .main-container .body.for-report .reporting-grid.flex .accordion-group:not(:last-of-type) {
              border-bottom: 1px solid #dfdfdf; }
            main .main-container .body.for-report .reporting-grid.flex .accordion-group .group {
              color: #999;
              font-family: "Roboto", sans-serif;
              font-size: 14px;
              font-weight: 400;
              width: 55%;
              display: flex; }
              main .main-container .body.for-report .reporting-grid.flex .accordion-group .group > div {
                padding: 0 10px;
                pointer-events: none; }
            main .main-container .body.for-report .reporting-grid.flex .accordion-group .group-body {
              display: flex;
              flex-direction: column;
              padding-left: 20px;
              overflow: hidden;
              transition-property: height, visibility;
              transition-duration: 0.35s;
              transition-timing-function: ease;
              height: 0;
              visibility: collapse; }
            main .main-container .body.for-report .reporting-grid.flex .accordion-group.active .group {
              color: #444;
              font-weight: 700; }
            main .main-container .body.for-report .reporting-grid.flex .accordion-group.active .group-body {
              height: auto;
              overflow: visible;
              visibility: visible; }
            main .main-container .body.for-report .reporting-grid.flex .accordion-group .group.active {
              color: #444;
              font-weight: 700;
              padding-bottom: 10px; }
              main .main-container .body.for-report .reporting-grid.flex .accordion-group .group.active + .group-body {
                height: auto;
                overflow: visible;
                visibility: visible; }
        main .main-container .body.for-report .report-info {
          display: flex;
          justify-content: space-between;
          padding: 10px 10px; }
          @media screen and (max-width: 1400px) {
            main .main-container .body.for-report .report-info {
              padding: 8px 10px; } }
          main .main-container .body.for-report .report-info .ri-obj {
            display: flex;
            color: #444;
            font-family: "Roboto", sans-serif;
            font-size: 16px; }
            @media screen and (max-width: 1400px) {
              main .main-container .body.for-report .report-info .ri-obj {
                font-size: 14px; } }
            main .main-container .body.for-report .report-info .ri-obj .name {
              margin-left: 5px;
              font-weight: 700; }
          main .main-container .body.for-report .report-info .ri-export {
            min-width: 40%;
            display: flex;
            justify-content: space-between; }
            main .main-container .body.for-report .report-info .ri-export .export-link {
              margin-left: 5px;
              font-family: "Roboto", sans-serif;
              font-size: 14px;
              color: #444;
              font-weight: 400; }
              main .main-container .body.for-report .report-info .ri-export .export-link i {
                margin-right: 10px; }
              main .main-container .body.for-report .report-info .ri-export .export-link:hover, main .main-container .body.for-report .report-info .ri-export .export-link:focus {
                text-decoration: underline; }
              main .main-container .body.for-report .report-info .ri-export .export-link:hover {
                color: #00a1b3; }
          @media screen and (max-width: 1400px) {
            main .main-container .body.for-report .report-info .ri-obj {
              font-size: 12px; }
            main .main-container .body.for-report .report-info .ri-export .export-link {
              font-size: 12px; } }
        main .main-container .body.for-report .report-new {
          flex: 1;
          padding: 0 10px;
          overflow: auto;
          margin-right: -15px;
          padding-right: 25px; }
          @media screen and (max-width: 1400px) {
            main .main-container .body.for-report .report-new {
              margin-right: -10px; } }
          main .main-container .body.for-report .report-new .rn-block {
            display: flex;
            padding-top: 30px; }
            main .main-container .body.for-report .report-new .rn-block .rn-head {
              width: 20%;
              min-width: 200px;
              max-width: 300px;
              padding-right: 10px; }
              main .main-container .body.for-report .report-new .rn-block .rn-head.v-center {
                display: flex;
                align-items: center; }
              main .main-container .body.for-report .report-new .rn-block .rn-head .name {
                color: #444;
                font-family: "Roboto", sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 16px; }
                @media screen and (max-width: 1400px) {
                  main .main-container .body.for-report .report-new .rn-block .rn-head .name {
                    font-size: 14px;
                    line-height: 1; } }
            main .main-container .body.for-report .report-new .rn-block .rn-body {
              width: 80%; }
          main .main-container .body.for-report .report-new .rn-objects {
            display: flex;
            flex-wrap: wrap; }
            main .main-container .body.for-report .report-new .rn-objects .rn-objects-btn {
              border-bottom: 1px solid #eeeff1; }
            main .main-container .body.for-report .report-new .rn-objects .object {
              display: flex;
              align-items: center;
              margin-bottom: 10px;
              margin-right: 10px; }
              main .main-container .body.for-report .report-new .rn-objects .object .name {
                color: #444;
                font-family: "Roboto", sans-serif;
                font-size: 14px;
                font-weight: 400;
                margin: 0 10px; }
          main .main-container .body.for-report .report-new .rn-period {
            display: flex;
            align-items: center; }
            main .main-container .body.for-report .report-new .rn-period .plank {
              color: #4c4646;
              font-family: "Roboto", sans-serif;
              font-size: 20px;
              padding: 0 5px; }
          main .main-container .body.for-report .report-new .check {
            margin-top: 2px;
            margin-right: 10px;
            display: inline-block; }
          main .main-container .body.for-report .report-new .rn-other {
            display: flex;
            flex-wrap: wrap; }
          main .main-container .body.for-report .report-new .rn-destart {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 10px; }
            main .main-container .body.for-report .report-new .rn-destart.offset {
              margin-left: 26px; }
          main .main-container .body.for-report .report-new .rn-regular {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 10px;
            align-items: center; }
            main .main-container .body.for-report .report-new .rn-regular .day, main .main-container .body.for-report .report-new .rn-regular .hour {
              width: 80px; }
            main .main-container .body.for-report .report-new .rn-regular.offset {
              margin-left: 26px; }
        main .main-container .body.for-report.track .item-title {
          float: left;
          width: 100%;
          padding: 3px 0; }
          @media screen and (max-width: 1400px) {
            main .main-container .body.for-report.track .item-title {
              padding: 2px 0; } }
          main .main-container .body.for-report.track .item-title .icon {
            float: left;
            min-width: 21px; }
            @media screen and (max-width: 1400px) {
              main .main-container .body.for-report.track .item-title .icon {
                text-align: left; } }
            main .main-container .body.for-report.track .item-title .icon > i {
              display: inline-block; }
          main .main-container .body.for-report.track .item-title .name {
            float: left;
            margin: 0 10px;
            min-width: 240px;
            max-width: 380px;
            overflow: hidden;
            color: #444;
            font-family: "Roboto", sans-serif;
            font-size: 16px; }
            @media screen and (max-width: 1400px) {
              main .main-container .body.for-report.track .item-title .name {
                font-size: 12px; } }
          main .main-container .body.for-report.track .item-title .id-area {
            margin: 0 10px;
            float: left;
            min-width: 200px;
            max-width: 300px;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            color: #677079;
            font-weight: 400;
            line-height: 33px; }
            main .main-container .body.for-report.track .item-title .id-area:before {
              content: 'id';
              font-weight: bold;
              font-size: 14px;
              margin-right: 4px;
              line-height: 1; }
            @media screen and (max-width: 1400px) {
              main .main-container .body.for-report.track .item-title .id-area {
                font-size: 10px; } }
        main .main-container .body.for-report.track .item-info {
          float: left;
          width: 100%;
          padding: 10px 0;
          color: #444;
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          font-weight: 400;
          display: flex;
          justify-content: space-between; }
          @media screen and (max-width: 1400px) {
            main .main-container .body.for-report.track .item-info {
              padding: 10px 0;
              font-size: 12px; } }
          main .main-container .body.for-report.track .item-info .left-tool {
            float: left;
            display: flex;
            align-content: space-between;
            justify-content: space-between;
            max-width: 1200px;
            align-items: center; }
          main .main-container .body.for-report.track .item-info .date {
            float: left;
            margin: 0 10px;
            overflow: hidden;
            min-width: 360px; }
            main .main-container .body.for-report.track .item-info .date:before {
              margin-right: 10px;
              display: inline-block;
              width: 21px;
              font-size: 16px;
              content: '\e901';
              font-family: 'icomoon' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              cursor: default;
              text-align: center;
              color: #a4adba; }
          main .main-container .body.for-report.track .item-info .distance {
            float: left;
            margin: 0 10px;
            overflow: hidden;
            min-width: 120px; }
            main .main-container .body.for-report.track .item-info .distance:before {
              margin-right: 10px;
              display: inline-block;
              width: 21px;
              font-size: 16px;
              content: '\e900';
              font-family: 'icomoon' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              cursor: default;
              text-align: center;
              color: #a4adba; }
          main .main-container .body.for-report.track .item-info div.color {
            -moz-user-select: none;
            -webkit-user-select: none;
            margin: 0 10px; }
            main .main-container .body.for-report.track .item-info div.color .bubble {
              width: 14px;
              height: 14px;
              margin-bottom: -2px;
              border-radius: 50%;
              background-color: darkgrey;
              margin-right: 10px;
              display: inline-block; }
          main .main-container .body.for-report.track .item-info .enum_msg {
            float: left;
            margin: 0 10px;
            overflow: hidden;
            min-width: 120px; }
            main .main-container .body.for-report.track .item-info .enum_msg:before {
              margin-right: 10px;
              display: inline-block;
              width: 21px;
              font-size: 16px;
              speak: none;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              cursor: default;
              text-align: center;
              color: #a4adba;
              content: "\f0cb";
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto; }
          main .main-container .body.for-report.track .item-info .right-tool {
            float: right;
            display: flex;
            align-items: center; }
            main .main-container .body.for-report.track .item-info .right-tool .hidder {
              display: block;
              float: left; }
            main .main-container .body.for-report.track .item-info .right-tool .target, main .main-container .body.for-report.track .item-info .right-tool .bucket {
              display: block;
              float: left;
              margin-left: 30px; }
            main .main-container .body.for-report.track .item-info .right-tool .refresh {
              margin-right: 30px; }
              main .main-container .body.for-report.track .item-info .right-tool .refresh i {
                color: #a4adba;
                cursor: pointer; }
            main .main-container .body.for-report.track .item-info .right-tool .refresh.pa i {
              animation: pa 1.2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); }

@keyframes pa {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
            main .main-container .body.for-report.track .item-info .right-tool .bucket {
              margin-left: 24px;
              margin-right: 4px; }
              main .main-container .body.for-report.track .item-info .right-tool .bucket:before {
                content: '';
                display: block;
                width: 22px;
                height: 22px;
                background: url("../img/bucket.png") no-repeat center center; }
        main .main-container .body.for-report.track .track-btn {
          display: flex;
          padding: 10px;
          align-items: center;
          align-content: center; }
          main .main-container .body.for-report.track .track-btn .name {
            color: #2d3b55;
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-weight: 700;
            margin-right: 10px; }
          main .main-container .body.for-report.track .track-btn .btn {
            text-align: center;
            color: white;
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            display: inline-block;
            padding: 5px 10px;
            border-radius: 3px;
            cursor: pointer;
            background-color: #00a1b3;
            margin-right: 10px; }
          main .main-container .body.for-report.track .track-btn .view-btn {
            background-color: #00a1b3; }
          main .main-container .body.for-report.track .track-btn .player-btn {
            background-color: #88dd4c; }
          main .main-container .body.for-report.track .track-btn .vmode-btn {
            background-color: #79869a; }
          main .main-container .body.for-report.track .track-btn .actions {
            cursor: pointer; }
        main .main-container .body.for-report.track .check-box {
          margin-right: 3px;
          float: left; }
        main .main-container .body.for-report.track .tr-thead {
          vertical-align: middle;
          background-color: #f1f5f8; }
          main .main-container .body.for-report.track .tr-thead .th {
            border: 1px solid #e4e8eb;
            border-top: 0; }

select {
  background: transparent;
  padding: 5px 35px 5px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cecece;
  border-radius: 3px;
  color: #777;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  background-color: #fff;
  background-image: url(../img/select_decore.png);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat; }
  select.max {
    width: 100%; }

/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width: 0\0) {
  select {
    background: none;
    padding: 5px; } }

button {
  cursor: pointer; }

button.button {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 8px 36px;
  border-radius: 3px;
  margin-right: 28px;
  margin-bottom: 3px;
  background-color: #f0eff2; }
  @media screen and (max-width: 1400px) {
    button.button {
      font-size: 13px; } }

button.add-btn {
  background-color: #88dd4c !important; }

button.build-btn {
  background-color: #88dd4c !important; }

button.latest-notices-btn {
  background-color: #00a1b3 !important;
  margin-right: 0;
  padding: 8px 25px; }

button.delete-btn {
  background-color: #f95656 !important; }

button.cancel {
  background-color: #f95656 !important; }

button.accept {
  background-color: #88dd4c !important; }

button[disabled] {
  background: gray !important;
  cursor: not-allowed !important; }

button.clear {
  background-color: #00a1b3 !important; }

.report-list {
  height: 100%; }
  .report-list.scroll-wrapper {
    margin-right: -14px; }
    @media screen and (max-width: 1400px) {
      .report-list.scroll-wrapper {
        margin-right: -10px; } }
  .report-list.scrollbar-dynamic {
    flex: 1; }
  .report-list .category-body {
    display: block;
    padding: 15px 0;
    margin-right: 14px; }
    @media screen and (max-width: 1400px) {
      .report-list .category-body {
        margin-right: 10px;
        padding: 8px 0; } }
    .report-list .category-body:not(:last-of-type) {
      border-bottom: 1px solid #dfdfdf; }
    .report-list .category-body .category {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      position: relative; }
      .report-list .category-body .category .name {
        color: #999;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 400;
        width: 60%;
        cursor: pointer;
        flex: 1;
        padding: 0 3px; }
      .report-list .category-body .category i.chevron {
        background-image: url(../img/report-list-spritesheet.png);
        background-repeat: no-repeat;
        display: block;
        background-position: -5px -5px;
        width: 11px;
        height: 11px; }
      .report-list .category-body .category .btn-block {
        visibility: hidden;
        width: 38%;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .report-list .category-body .category .btn-block > * {
          cursor: pointer; }
        .report-list .category-body .category .btn-block .history {
          margin-left: 5px; }
        .report-list .category-body .category .btn-block .template {
          margin-left: 5px; }
        .report-list .category-body .category .btn-block .new-report {
          margin-left: 5px;
          color: white;
          font-family: "Roboto", sans-serif;
          font-size: 12px;
          font-weight: 400;
          line-height: 1;
          background-color: #88dd4c;
          border-radius: 2px;
          padding: 1px 6px 2px; }
          .report-list .category-body .category .btn-block .new-report .plus {
            font-size: 11px;
            line-height: 1; }
      .report-list .category-body .category .num {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        color: #999;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        font-weight: 400;
        visibility: visible;
        background-color: #fff; }
    .report-list .category-body .category-date {
      display: none;
      width: 100%;
      padding-left: 20px; }
      @media screen and (max-width: 1400px) {
        .report-list .category-body .category-date {
          padding-left: 10px; } }
      .report-list .category-body .category-date .date-body {
        width: 100%;
        padding: 7px 0; }
        .report-list .category-body .category-date .date-body .date {
          display: flex;
          width: 100%;
          align-items: center;
          justify-content: space-between;
          cursor: pointer; }
          .report-list .category-body .category-date .date-body .date i.chevron {
            background-image: url(../img/report-list-spritesheet.png);
            background-repeat: no-repeat;
            display: block;
            background-position: -5px -5px;
            width: 11px;
            height: 11px; }
          .report-list .category-body .category-date .date-body .date .name {
            width: 95%;
            color: #999;
            font-family: "Roboto", sans-serif;
            font-size: 13px;
            font-weight: 400; }
        .report-list .category-body .category-date .date-body .date-items {
          position: relative;
          display: none;
          width: 100%;
          padding-left: 20px; }
          @media screen and (max-width: 1400px) {
            .report-list .category-body .category-date .date-body .date-items {
              padding-left: 10px; } }
          .report-list .category-body .category-date .date-body .date-items .item {
            position: relative;
            padding: 7px 0;
            display: flex;
            justify-content: space-between;
            align-content: center;
            color: #444;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-weight: 700; }
            .report-list .category-body .category-date .date-body .date-items .item .tloader-list {
              display: none;
              transition: opacity .5s, visability .5s;
              position: absolute;
              left: -15px;
              right: -15px;
              bottom: 0;
              top: 0;
              background-color: rgba(206, 206, 206, 0.5);
              z-index: 2; }
              .report-list .category-body .category-date .date-body .date-items .item .tloader-list div {
                width: 6px;
                height: 6px;
                position: absolute;
                left: -20px;
                top: calc(50% - 3px);
                background-color: #828282;
                border-radius: 50%; }
            .report-list .category-body .category-date .date-body .date-items .item.loading .tloader-list {
              display: block;
              overflow: hidden; }
              .report-list .category-body .category-date .date-body .date-items .item.loading .tloader-list div {
                -webkit-animation: tload 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
                animation: tload 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); }
                .report-list .category-body .category-date .date-body .date-items .item.loading .tloader-list div:nth-child(1) {
                  animation-delay: 0ms; }
                .report-list .category-body .category-date .date-body .date-items .item.loading .tloader-list div:nth-child(2) {
                  animation-delay: 150ms; }
                .report-list .category-body .category-date .date-body .date-items .item.loading .tloader-list div:nth-child(3) {
                  animation-delay: 300ms; }
                .report-list .category-body .category-date .date-body .date-items .item.loading .tloader-list div:nth-child(4) {
                  animation-delay: 450ms; }
            .report-list .category-body .category-date .date-body .date-items .item .tloader-list {
              left: -5px;
              right: -5px; }
            .report-list .category-body .category-date .date-body .date-items .item .name {
              width: 80%;
              width: calc(100% - 60px);
              max-width: 83%;
              cursor: pointer;
              overflow: hidden;
              white-space: nowrap; }
              @media screen and (max-width: 1400px) {
                .report-list .category-body .category-date .date-body .date-items .item .name {
                  font-size: 12px; } }
            .report-list .category-body .category-date .date-body .date-items .item.active {
              opacity: 1; }
            .report-list .category-body .category-date .date-body .date-items .item:last-of-type {
              margin-bottom: -15px; }
        .report-list .category-body .category-date .date-body.open .date i.chevron {
          background-position: -65px -2px; }
        .report-list .category-body .category-date .date-body.open .date-items {
          display: block; }
    .report-list .category-body.active .category .name {
      color: #444; }
    .report-list .category-body.open .category .name {
      color: #444;
      font-weight: 700; }
    .report-list .category-body.open .category i.chevron {
      background-position: -65px -2px; }
    .report-list .category-body.open .category-date {
      display: block; }
    .report-list .category-body:hover .category .btn-block {
      visibility: visible; }
    .report-list .category-body:hover .category .num {
      visibility: hidden; }

.auth {
  background-image: url(../img/login_bg.png), linear-gradient(17deg, #1fcedf 0%, #00b780 0%, #90e882 52%, #81dfa1 100%);
  background-position: center center, center center;
  background-repeat: no-repeat, repeat;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }
  .auth-body {
    margin: 7px;
    padding: 48px;
    background-color: #fff;
    width: 100%;
    max-width: 512px;
    border-radius: 4px;
    box-shadow: 0 12px 61.1px 3.9px rgba(0, 0, 0, 0.19); }
    .auth-body .title {
      font-family: "Roboto", sans-serif;
      padding-bottom: 20px;
      color: #2d3b55;
      font-size: 26px;
      font-weight: 900;
      line-height: 42px; }
    .auth-body form {
      margin: 0; }
      .auth-body form .inputs input.login, .auth-body form .inputs input.pass {
        position: relative;
        display: block;
        width: 100%;
        margin: 20px 0;
        background-color: white;
        padding: 8px 24px;
        text-align: left;
        opacity: 0.9;
        box-sizing: border-box;
        font-family: "Roboto", sans-serif;
        color: #182028;
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        border: 1px solid #d5dae0;
        border-radius: 4px; }
        .auth-body form .inputs input.login:invalid, .auth-body form .inputs input.pass:invalid {
          border-color: red;
          box-shadow: none; }
      .auth-body form .inputs input:active, .auth-body form .inputs input:focus, .auth-body form .inputs input:hover {
        opacity: 1;
        color: #737373; }
      .auth-body form .inputs label.label {
        color: #1e1e1e;
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        font-weight: 400; }
      .auth-body form .inputs #pass_container {
        position: relative; }
        .auth-body form .inputs #pass_container input.pass {
          padding-right: 50px; }
        .auth-body form .inputs #pass_container button.unlock_pass {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 50px;
          font-size: 26px;
          color: #d5dae0;
          border: 0;
          background: transparent;
          box-shadow: none; }
          .auth-body form .inputs #pass_container button.unlock_pass .icon {
            cursor: pointer; }
      .auth-body form .inputs .mid {
        padding: 12px 0; }
      .auth-body form .inputs .remember-me {
        float: left; }
        .auth-body form .inputs .remember-me .check {
          float: left;
          margin: 2px 0; }
        .auth-body form .inputs .remember-me span {
          color: #444;
          font-family: "Roboto", sans-serif;
          font-size: 18px;
          font-weight: 400;
          line-height: 1;
          padding-left: 10px;
          float: left; }
        .auth-body form .inputs .remember-me label {
          font-family: "Roboto", sans-serif;
          line-height: 1;
          padding-left: 10px;
          float: left;
          color: #182028;
          font-size: 13px;
          font-weight: 400;
          line-height: 21px; }
      .auth-body form .inputs .new {
        float: right; }
        .auth-body form .inputs .new a {
          color: #dadada;
          font-size: 18px;
          font-weight: 300;
          line-height: 24px; }
    .auth-body .btn-wrappper {
      text-align: left; }
    .auth-body .submit-btn {
      display: inline-block;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      padding: 12px 80px;
      margin-bottom: 3px;
      margin-top: 20px;
      color: #fefefe;
      font-size: 14px;
      background-color: #40d667;
      border-radius: 4px;
      box-shadow: 0 1px 10px rgba(32, 200, 100, 0.1);
      transition: box-shadow .4s; }
      .auth-body .submit-btn:active, .auth-body .submit-btn:focus, .auth-body .submit-btn:hover {
        box-shadow: 0 3px 43px rgba(64, 214, 103, 0.35); }
    .auth-body .lost-pass {
      text-align: center;
      padding: 10px 0; }
      .auth-body .lost-pass a {
        color: #444;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 14px; }

#ScaleLineContainer {
  bottom: 0;
  right: 0;
  position: absolute;
  padding-top: 4px;
  text-align: center;
  text-shadow: -0 -1px 0 #FFFFFF, 0 -1px 0 #FFFFFF, -0 1px 0 #FFFFFF, 0 1px 0 #FFFFFF, -1px -0 0 #FFFFFF, 1px -0 0 #FFFFFF, -1px 0 0 #FFFFFF, 1px 0 0 #FFFFFF, -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF; }
  #ScaleLineContainer > .olControlScaleLineTop.ol-unselectable {
    border-left: 1px solid #fff; }
  #ScaleLineContainer .olControlScaleLineTop > div {
    border: 1px solid #000;
    border-top: none;
    border-bottom: none;
    font-size: 80%; }
  #ScaleLineContainer .olControlScaleLineBottom > div {
    border: 1px solid #000;
    border-bottom: none;
    margin-top: -1px;
    font-size: 80%; }
  #ScaleLineContainer.y {
    right: 190px; }
  #ScaleLineContainer.g {
    right: 484px; }
  #ScaleLineContainer.gs {
    right: 443px; }
  #ScaleLineContainer.gh {
    right: 640px; }
  #ScaleLineContainer.ys {
    right: 425px; }
  #ScaleLineContainer.yh {
    right: 476px; }
  #ScaleLineContainer.yn {
    right: 190px; }

.olControlOverviewMapContainer {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 300px;
  height: 200px; }

.olControlOverviewMapElement {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55) !important;
  padding: 10px 10px 10px 10px !important;
  background-color: white !important;
  border-radius: 3px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  border-color: #fff;
  right: 15px;
  bottom: 15px;
  position: absolute;
  width: 300px;
  height: 200px; }

div.ol-mouse-position {
  top: 22px;
  right: 64px;
  position: absolute;
  text-shadow: -0 -1px 0 #FFFFFF, 0 -1px 0 #FFFFFF, -0 1px 0 #FFFFFF, 0 1px 0 #FFFFFF, -1px -0 0 #FFFFFF, 1px -0 0 #FFFFFF, -1px 0 0 #FFFFFF, 1px 0 0 #FFFFFF, -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF; }

.dragbar, #dragbar {
  position: absolute;
  left: 7px;
  right: 7px;
  top: 0;
  height: 7px;
  z-index: 3;
  cursor: row-resize;
  cursor: s-resize;
  pointer-events: all;
  border-radius: 3px 3px 0 0;
  transition: background-color 0.2s;
  background-color: rgba(0, 161, 179, 0); }
  .dragbar:before, #dragbar:before {
    content: '';
    display: block;
    position: absolute;
    left: 49%;
    right: 49%;
    height: 1px;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    top: 2px;
    opacity: 0;
    transition: opacity 0.2s, border-color .3s; }
  .dragbar:hover, #dragbar:hover {
    background-color: rgba(0, 161, 179, 0.5); }
    .dragbar:hover:before, #dragbar:hover:before {
      border-color: #fff; }
  .dragbar.active, #dragbar.active {
    background-color: rgba(0, 135, 153, 0.6); }
    .dragbar.active:before, #dragbar.active:before {
      border-color: #fff; }

.modal-title {
  color: #434343;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #dedede;
  padding: 8px 8px;
  margin: -8px -8px 0;
  margin-bottom: 3px; }

.modal-add-obj .pills {
  padding: 3px 0;
  display: flex; }
  .modal-add-obj .pills a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: #d5d5d5;
    color: #fff;
    white-space: nowrap; }
    .modal-add-obj .pills a:first-of-type {
      border-radius: 3px 0 0 3px; }
    .modal-add-obj .pills a:last-of-type {
      border-radius: 0 3px 3px 0; }
    .modal-add-obj .pills a:hover {
      background-color: #c9d2d5; }
    .modal-add-obj .pills a.active {
      background-color: #00a1b3; }

.modal-add-obj .add-obj-th {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  align-items: center; }
  .modal-add-obj .add-obj-th .name {
    margin-left: 5px;
    flex: 1; }
  @media screen and (max-width: 1400px) {
    .modal-add-obj .add-obj-th {
      padding: 5px 0; }
      .modal-add-obj .add-obj-th .name {
        font-size: 12px; } }

.modal-add-obj .add-obj-check .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 0; }
  .modal-add-obj .add-obj-check .item .check {
    margin-right: 3px; }

.modal-add-obj .add-obj-tb.scroll-wrapper {
  min-width: 420px;
  min-height: 200px;
  overflow: hidden !important;
  max-height: 420px;
  height: 420px; }

.modal-add-obj .add-obj-tb .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  align-items: center; }
  .modal-add-obj .add-obj-tb .item .icon {
    width: 20px;
    margin: 0 5px;
    display: flex;
    justify-content: center; }
  .modal-add-obj .add-obj-tb .item .name {
    flex: 1; }
  @media screen and (max-width: 1400px) {
    .modal-add-obj .add-obj-tb .item {
      padding: 5px 0; }
      .modal-add-obj .add-obj-tb .item .name {
        font-size: 12px; } }
  .modal-add-obj .add-obj-tb .item.group {
    flex-direction: column;
    padding: 0; }
    .modal-add-obj .add-obj-tb .item.group .item {
      flex: 1;
      width: 100%;
      border: 0; }
      .modal-add-obj .add-obj-tb .item.group .item.parent .chevron {
        cursor: pointer;
        width: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 8px; }
        .modal-add-obj .add-obj-tb .item.group .item.parent .chevron:before {
          content: '';
          background-image: url(../img/report-list-spritesheet.png);
          background-repeat: no-repeat;
          display: block;
          background-position: -5px -5px;
          width: 11px;
          height: 11px; }
      .modal-add-obj .add-obj-tb .item.group .item.parent .name {
        font-weight: 600;
        cursor: pointer; }
      .modal-add-obj .add-obj-tb .item.group .item-container {
        display: none;
        padding-left: 47px;
        width: 100%; }
        @media screen and (max-width: 1400px) {
          .modal-add-obj .add-obj-tb .item.group .item-container {
            padding-left: 29px; } }
    .modal-add-obj .add-obj-tb .item.group.open .item.parent .chevron:before {
      background-position: -65px -2px; }
    .modal-add-obj .add-obj-tb .item.group.open .item-container {
      display: flex;
      flex-direction: column; }

.modal-btn {
  padding: 10px 0 0;
  display: flex; }
  .modal-btn .btn {
    width: 50%;
    text-align: center;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer; }
    .modal-btn .btn + .btn {
      margin-left: 5px; }
  .modal-btn.center {
    justify-content: center; }
  .modal-btn.fix-size .btn {
    max-width: 160px; }
  .modal-btn .clear {
    background-color: #00a1b3; }
  .modal-btn .accept {
    background-color: #88dd4c; }
  .modal-btn .cancel {
    background-color: #f95656; }

.slick-header {
  background-color: #f1f5f8;
  text-align: left;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700; }

.slick-header-columns > .slick-header-column {
  border: 1px solid #e4e8eb;
  border-left: 1px solid transparent;
  padding: 4px 6px; }
  .slick-header-columns > .slick-header-column:first-child {
    border: 1px solid #e4e8eb; }

.slick-cell {
  color: #677079;
  padding: 4px 6px;
  border-right: 1px solid #f1f5f8;
  border-left: 1px solid transparent;
  border-bottom-color: transparent;
  line-height: 1.3; }
  .slick-cell.r0 {
    display: flex;
    align-items: center; }
  .slick-cell:first-child {
    border-left: 1px solid #f1f5f8; }

.grid-canvas .slick-row {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: "Roboto", sans-serif; }
  .grid-canvas .slick-row.even {
    background-color: #fff; }
  .grid-canvas .slick-row.odd {
    background-color: #f7f7f7; }
  .grid-canvas .slick-row.active {
    color: #00a1b3 !important; }
    .grid-canvas .slick-row.active > * {
      color: #00a1b3 !important; }
  .grid-canvas .slick-row:hover {
    background-color: #f2f1f1; }

.track-nvl {
  margin: 0 10px; }

.geo-tabs {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  border-bottom: 0 solid transparent;
  justify-content: flex-start; }
  .geo-tabs a:not(.lk-list) {
    margin-right: 30px;
    color: #677079;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400; }
    .geo-tabs a:not(.lk-list).active {
      color: #00a1b3;
      font-family: "Roboto", sans-serif;
      font-weight: 500; }

.i-geo {
  font-size: 17px; }

.icon-geoxls {
  cursor: pointer;
  color: #a9aaac;
  margin: 0 3px;
  font-size: 16px; }
  .icon-geoxls > * {
    cursor: pointer; }

.geo-add {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  overflow: hidden;
  margin-left: -5px; }
  .geo-add > * {
    width: 100%;
    margin-left: 5px; }
  .geo-add .rainbow {
    z-index: 100; }
  .geo-add .geo-add-btn {
    width: 100%;
    display: block;
    padding: 2px;
    background-color: #88dd4c;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 33px; }
    .geo-add .geo-add-btn.active {
      background-color: #dddedc; }
  .geo-add .geo-add-area {
    padding-top: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .geo-add .geo-add-area > *:nth-child(1) {
      z-index: 199; }
    .geo-add .geo-add-area > *:nth-child(2) {
      z-index: 198; }
    .geo-add .geo-add-area > *:nth-child(3) {
      z-index: 197; }
    .geo-add .geo-add-area > *:nth-child(4) {
      z-index: 196; }
    .geo-add .geo-add-area > *:nth-child(5) {
      z-index: 195; }
    .geo-add .geo-add-area > *:nth-child(6) {
      z-index: 194; }
    .geo-add .geo-add-area > *:nth-child(7) {
      z-index: 193; }
    .geo-add .geo-add-area > *:nth-child(8) {
      z-index: 192; }
    .geo-add .geo-add-area > *:nth-child(9) {
      z-index: 191; }
    .geo-add .geo-add-area > *:nth-child(10) {
      z-index: 190; }
    .geo-add .geo-add-area > *:nth-child(11) {
      z-index: 189; }
    .geo-add .geo-add-area > *:nth-child(12) {
      z-index: 188; }
    .geo-add .geo-add-area > *:nth-child(13) {
      z-index: 187; }
    .geo-add .geo-add-area > *:nth-child(14) {
      z-index: 186; }
    .geo-add .geo-add-area > *:nth-child(15) {
      z-index: 185; }
    .geo-add .geo-add-area > *:nth-child(16) {
      z-index: 184; }
    .geo-add .geo-add-area > *:nth-child(17) {
      z-index: 183; }
    .geo-add .geo-add-area > *:nth-child(18) {
      z-index: 182; }
    .geo-add .geo-add-area > *:nth-child(19) {
      z-index: 181; }
    .geo-add .geo-add-area > *:nth-child(20) {
      z-index: 180; }
  .geo-add .geo-title {
    color: #212c3f;
    font-size: 14px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    z-index: 1; }
  .geo-add .geo-in {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .geo-add .geo-in select {
      width: 100%; }
    .geo-add .geo-in .geo-title {
      min-width: 85px; }
    .geo-add .geo-in .new-geo-name {
      flex: 1;
      width: 100%;
      max-height: 82px;
      resize: vertical; }
    .geo-add .geo-in .tColPicker {
      position: relative;
      z-index: 100; }
      .geo-add .geo-in .tColPicker .tColPicker-pic {
        margin: 0;
        width: 36px;
        height: 30px;
        position: relative;
        border-radius: 4px;
        border: none !important; }
        .geo-add .geo-in .tColPicker .tColPicker-pic:before {
          content: '';
          display: block;
          position: absolute;
          top: 1px;
          bottom: 1px;
          left: 1px;
          right: 1px;
          border: 2px solid #eaeaea;
          border-radius: 3px; }
    .geo-add .geo-in.other {
      flex-wrap: wrap;
      align-items: stretch;
      opacity: .99; }
      .geo-add .geo-in.other .col {
        width: calc(50% - 8px);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0; }
        .geo-add .geo-in.other .col:empty {
          display: none; }
  .geo-add .geo-cr {
    cursor: pointer !important; }
    .geo-add .geo-cr i {
      font-size: 22px;
      margin-right: 10px;
      cursor: pointer !important; }
    .geo-add .geo-cr span {
      color: #05032d;
      font-family: "Roboto", sans-serif;
      font-size: 13px;
      font-weight: 500;
      border-bottom: 1px dotted #05032d; }
  .geo-add .geo-in-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 10px; }
    .geo-add .geo-in-btn button {
      border-radius: 3px;
      text-align: center;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      line-height: 33px;
      background-color: #dddedc;
      width: calc(33% - 10px); }
      .geo-add .geo-in-btn button.geo-save {
        background-color: #88dd4c; }
      .geo-add .geo-in-btn button.geo-clear {
        background-color: #00a1b3; }
      .geo-add .geo-in-btn button.geo-cancel {
        background-color: #FF0000; }

.icon-poi {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .icon-poi:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%; }

.lk-uched {
  min-width: 700px;
  overflow: visible; }

.report_graph {
  padding-right: 14px; }
  @media screen and (max-width: 1400px) {
    .report_graph {
      padding-right: 10px; } }

#chart_div {
  float: left;
  width: 100%;
  height: 500px;
  flex: 1; }

.reporting-grid {
  width: 100% !important;
  margin-right: 0; }
  .reporting-grid td, .reporting-grid th {
    border: 1px solid #d1d1d1 !important; }

.chart-grid {
  border-spacing: 0;
  border-collapse: collapse; }
  .chart-grid td {
    border: 1px solid #d1d1d1;
    padding: 2px; }

.icon-trash {
  cursor: pointer; }

.list-th .icon-trash {
  float: right !important; }

.simple-tbord td {
  border-bottom: 1px solid #d1d1d1; }

.report-subtb {
  width: 100%;
  overflow: auto;
  position: relative; }

.alert-bg {
  background-color: #fbdada; }

.YMaps-copyrights {
  transform: translateX(-130px); }

.invalid {
  box-shadow: 0 0 3px 1px rgba(255, 32, 0, 0.6); }

.rn-other, .rn-objects-btn {
  position: relative; }
  .rn-other input, .rn-other select, .rn-other textarea, .rn-objects-btn input, .rn-objects-btn select, .rn-objects-btn textarea {
    width: 100%;
    box-sizing: border-box;
    max-width: 316px; }
  .rn-other .alert-wrapper, .rn-objects-btn .alert-wrapper {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 320px);
    display: flex;
    align-items: center; }
    .rn-other .alert-wrapper .positiveInt, .rn-objects-btn .alert-wrapper .positiveInt {
      display: none; }
    .rn-other .alert-wrapper .alert-body, .rn-objects-btn .alert-wrapper .alert-body {
      position: relative;
      z-index: 2;
      margin-left: 18px;
      border-radius: 3px;
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      padding: 8px;
      font-size: 12px; }
      .rn-other .alert-wrapper .alert-body:before, .rn-objects-btn .alert-wrapper .alert-body:before {
        content: '';
        display: block;
        position: absolute;
        width: 16px;
        height: 100%;
        top: 0;
        left: -14px;
        bottom: 0;
        background: url("../img/pop_coret_alert.png") no-repeat center center;
        background-size: 75%; }
  .rn-other .invalid + .alert-wrapper, .rn-objects-btn .invalid + .alert-wrapper {
    visibility: visible; }
  .rn-other .invalid.positiveInt + .alert-wrapper .positiveInt, .rn-objects-btn .invalid.positiveInt + .alert-wrapper .positiveInt {
    display: inline-block; }

.gm-style > .gm-style-cc, .gm-style > .gmnoprint.gm-style-cc, .gm-style > .gmnoscreen, .gm-style > .gmnoprint {
  transform: translateX(-130px); }

i.icon-edit {
  cursor: pointer; }

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

.report-fluid-head {
  position: absolute !important;
  left: 0;
  background-color: #f4f4f4;
  top: 0;
  display: flex;
  justify-content: space-between;
  border: 1px solid #d1d1d1; }
  .report-fluid-head .th {
    color: #666;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    vertical-align: inherit;
    padding: 4px 6px;
    align-items: center;
    display: flex; }
    .report-fluid-head .th:not(:last-of-type) {
      border-right: 1px solid #d1d1d1; }
    .report-fluid-head .th:last-of-type {
      margin-right: -1px; }
    @media screen and (max-width: 1400px) {
      .report-fluid-head .th {
        font-size: 12px; } }

.chPass-wrapper {
  position: absolute;
  top: 0;
  left: calc(100% + 15px);
  display: flex;
  align-items: center;
  bottom: 0;
  width: 410px; }
  .chPass-wrapper .chPass-body {
    text-align: justify;
    color: red;
    background-color: white;
    padding: 8px;
    border-radius: 3px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    width: auto; }
    .chPass-wrapper .chPass-body:empty {
      display: none; }
    .chPass-wrapper .chPass-body:before {
      content: '';
      display: block;
      position: absolute;
      width: 16px;
      height: 100%;
      top: 0;
      left: -14px;
      bottom: 0;
      background: url("../img/pop_coret_alert.png") no-repeat center center;
      background-size: 75%; }

.chPass-label {
  display: flex;
  width: 460px; }
  .chPass-label span {
    flex: 1;
    padding-top: 3px;
    padding-right: 8px;
    text-align: right; }
  .chPass-label input {
    width: 75%; }

i.signal {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/icon/1.png") no-repeat center center;
  background-size: 150% 150%;
  margin-left: 5px; }
  i.signal.low {
    background: url("../img/icon/3.png") no-repeat center center;
    background-size: 150% 150%; }
  i.signal.middle {
    background: url("../img/icon/2.png") no-repeat center center;
    background-size: 150% 150%; }
  i.signal.unavailable {
    background: url("../img/icon/4.png") no-repeat center center;
    background-size: 150% 150%; }

i.fa.fa-battery-0 {
  color: #f95656; }

i.fa.fa-battery-1 {
  color: #f2b243; }

i.fa.fa-battery-2, i.fa.fa-battery-3, i.fa.fa-battery-4 {
  color: #88dd4c; }

i.fa.fa-battery-0, i.fa.fa-battery-1, i.fa.fa-battery-2, i.fa.fa-battery-3, i.fa.fa-battery-4 {
  transform: rotate(-90deg); }

.table i.fa-minus-circle, .table i.fa-plus-circle {
  cursor: pointer; }

.table .parentrow {
  border-top: 3px double #e1e1e1; }
  .table .parentrow .npp {
    border-bottom: 0 !important;
    background-color: #fff; }
    .table .parentrow .npp > i {
      color: #c3c3c3; }

.table .subrow:not(:last-child) .npp {
  border-top: 0 !important;
  border-bottom: 0 !important;
  background-color: #fff; }

.table .subrow:last-child .npp {
  border-top: 0 !important;
  background-color: #fff; }

.reporting-grid th.mileage {
  min-width: 86px; }

.reporting-grid th.date-start {
  min-width: 94px; }

.reporting-grid th.date-end {
  min-width: 130px; }
  @media screen and (max-width: 1400px) {
    .reporting-grid th.date-end {
      min-width: 115px; } }

.reporting-grid th.event-type {
  min-width: 90px; }

.popmap {
  position: absolute;
  pointer-events: none;
  margin-top: -18px;
  z-index: 1; }
  .popmap .popmap-caret {
    position: absolute;
    width: 16px;
    height: 38.2px;
    top: 0;
    left: 0;
    background: url("../img/pop_coret.png") no-repeat center center;
    z-index: 1; }
  .popmap .popmap-body {
    padding: 15px;
    background-color: #fff;
    border-radius: 3px;
    pointer-events: all;
    position: relative;
    z-index: 2;
    margin-left: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    overflow: auto;
    max-height: 420px; }
    .popmap .popmap-body.over {
      padding: 0; }
    .popmap .popmap-body .popmap-row {
      font-family: "Roboto", sans-serif;
      white-space: nowrap;
      overflow-x: hidden;
      text-overflow: ellipsis; }
      .popmap .popmap-body .popmap-row:not(:last-of-type) {
        margin-bottom: 10px; }
      .popmap .popmap-body .popmap-row .name {
        color: #212c40;
        font-size: 14px;
        font-weight: 500; }
        .popmap .popmap-body .popmap-row .name:hover {
          cursor: pointer;
          text-decoration: underline; }
      .popmap .popmap-body .popmap-row .value {
        margin-left: 5px;
        color: #677079;
        font-size: 13px;
        font-weight: 400; }
    .popmap .popmap-body .popover {
      visibility: hidden;
      transition: visibility .3s; }
      .popmap .popmap-body .popover-body {
        position: relative;
        min-width: 380px;
        min-height: 100px;
        z-index: 2;
        border-radius: 3px;
        box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        overflow: hidden; }
      .popmap .popmap-body .popover-title {
        display: flex;
        justify-content: flex-start;
        background-color: #f2f2f2;
        padding: 10px;
        font-size: 14px; }
        .popmap .popmap-body .popover-title i {
          margin-right: 10px;
          font-size: 16px;
          font-weight: normal !important; }
      .popmap .popmap-body .popover-connected.search {
        padding: 10px;
        background-color: #e2e2e2eb;
        border-radius: 3px;
        padding-right: 1px;
        cursor: pointer; }
      .popmap .popmap-body .popover-connected .time {
        color: #9ccc82;
        font-weight: bold; }
      .popmap .popmap-body .popover-connected .badtime {
        color: #f20e0e;
        font-weight: bold; }
      .popmap .popmap-body .popover-connected .warntime {
        color: #b0a239;
        font-weight: bold; }
      .popmap .popmap-body .popover-block {
        padding: 10px; }
        .popmap .popmap-body .popover-block:empty {
          display: none; }
        .popmap .popmap-body .popover-block.address {
          display: flex;
          align-items: flex-start; }
          .popmap .popmap-body .popover-block.address i {
            float: left;
            margin-right: 10px;
            min-width: 12px; }
        .popmap .popmap-body .popover-block.sensor {
          border-top: 1px solid #f2f2f2;
          border-bottom: 1px solid #f2f2f2;
          display: flex;
          justify-content: space-between;
          padding: 0; }
          .popmap .popmap-body .popover-block.sensor > div {
            text-align: center;
            width: 25%;
            padding: 10px 0; }
        .popmap .popmap-body .popover-block.other {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start; }
      .popmap .popmap-body .popover-speed {
        font-size: 16px;
        font-weight: bold;
        color: #00a1b3;
        border-right: 1px solid #f2f2f2; }
      .popmap .popmap-body .popover-distance, .popmap .popmap-body .popover-altitude {
        font-size: 16px;
        font-weight: bold;
        color: #00a1b3;
        border-right: 1px solid #f2f2f2; }
      .popmap .popmap-body .popover-satelit {
        font-size: 16px;
        font-weight: bold;
        color: #00a1b3;
        border-right: 1px solid #f2f2f2; }
        .popmap .popmap-body .popover-satelit i {
          display: inline-block;
          width: 15px;
          height: 15px;
          background: url("../img/icon/satallit.png") no-repeat center center;
          background-size: 150% 150%;
          margin-right: 5px; }
      .popmap .popmap-body .popover-slvl i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("../img/icon/1.png") no-repeat center center;
        background-size: 150% 150%;
        margin-left: 5px; }
        .popmap .popmap-body .popover-slvl i.low {
          background: url("../img/icon/3.png") no-repeat center center;
          background-size: 150% 150%; }
        .popmap .popmap-body .popover-slvl i.middle {
          background: url("../img/icon/2.png") no-repeat center center;
          background-size: 150% 150%; }
        .popmap .popmap-body .popover-slvl i.unavailable {
          background: url("../img/icon/4.png") no-repeat center center;
          background-size: 150% 150%; }
      .popmap .popmap-body .popover-other {
        width: 50%;
        float: left;
        display: flex;
        justify-content: space-between;
        padding: 10px; }
        .popmap .popmap-body .popover-other .value {
          font-weight: bold;
          color: #444; }
        .popmap .popmap-body .popover-other.red .value {
          color: #f95656; }
        .popmap .popmap-body .popover-other.green .value {
          color: #88dd4c; }
        .popmap .popmap-body .popover-other.yellow .value {
          color: #f2b243; }
      .popmap .popmap-body .popover:hover, .popmap .popmap-body .popover.active {
        visibility: visible;
        transition: none; }

.modal-label {
  font-size: 14px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #677079; }
  .modal-label:after {
    content: '';
    display: block;
    border-top: 1px dotted #9da6b0;
    flex: 1;
    margin-left: 5px; }

#olControlMap:hover {
  display: block !important; }

.chUnit {
  max-height: 60vh;
  overflow-y: auto; }
  .chUnit.scroll-wrapper {
    margin-right: -2px; }
    .chUnit.scroll-wrapper .scrollbar-dynamic {
      padding-right: 10px; }
  .chUnit label {
    display: flex;
    margin-bottom: 3px;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px; }
    .chUnit label:hover {
      background-color: #eeeeee; }
    .chUnit label.active {
      background-color: #05a2b4;
      color: #fff;
      font-weight: 600; }
    .chUnit label span {
      margin-left: 3px; }

.filter-modal {
  display: none;
  position: absolute;
  min-width: 260px;
  min-height: 40px;
  background-color: white;
  top: 0;
  right: -12px;
  transform: translateX(100%);
  padding: 8px;
  border-radius: 3px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  z-index: 16;
  pointer-events: all; }
  .filter-modal.active {
    display: block; }
  .filter-modal .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0; }

.switcher {
  margin: 0 15px 0 0;
  width: 36px;
  height: 17px;
  position: relative;
  display: flex;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: background-color 1.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), border 0.4s, opacity 0.7s, left 1s, right 1s;
  align-items: center;
  opacity: .8; }
  .switcher:hover {
    opacity: 1; }
  .switcher i {
    display: flex;
    width: 20px;
    height: 20px;
    background-color: #f6f6f6;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: relative;
    transition: left .7s;
    overflow: hidden;
    align-items: center;
    justify-content: center; }
    .switcher i:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 10px; }
    .switcher i.switcher_pause:before {
      content: "\e93a"; }
    .switcher i.switcher_lock:before {
      content: "\e939"; }
  .switcher.active {
    background-color: #4cd964;
    border: 2px solid #e6e6e6;
    justify-content: flex-start; }
    .switcher.active i {
      left: -2px;
      color: #89dd4c; }
  .switcher.inactive {
    background-color: #f6f6f6;
    opacity: 1; }
    .switcher.inactive i {
      left: calc(100% - 18px);
      color: #cfd4cb; }
  .switcher.locked {
    pointer-events: none; }

input[type='number'] {
  -moz-appearance: textfield; }

.tool-track {
  position: absolute;
  right: 47px;
  top: 47px;
  bottom: 15px;
  pointer-events: none; }
  .tool-track .kom-modal-content {
    pointer-events: all;
    min-width: 360px;
    max-height: calc(100% - 7px);
    display: flex;
    flex-direction: column; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .tool-track .kom-modal-content {
        display: block; } }
    .tool-track .kom-modal-content > .scroll-wrapper {
      overflow: auto;
      flex: 1; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .tool-track .kom-modal-content > .scroll-wrapper {
          /* IE10+ CSS styles go here */ } }
    .tool-track .kom-modal-content input {
      background-color: #fff; }
    .tool-track .kom-modal-content .li-item {
      display: flex;
      align-items: center; }
    .tool-track .kom-modal-content .li-num, .tool-track .kom-modal-content .li-del {
      display: flex;
      width: 30px;
      height: 30px;
      border-radius: 3px;
      justify-content: center;
      align-items: center;
      font-size: 16px; }
    .tool-track .kom-modal-content .li-num {
      background-color: #cecece;
      margin-right: 3px;
      cursor: all-scroll; }
      .tool-track .kom-modal-content .li-num:hover {
        border: 2px solid #adadad; }
    .tool-track .kom-modal-content .li-target {
      flex: 1; }
    .tool-track .kom-modal-content .li-del {
      margin-left: 3px;
      background-color: #f95656;
      cursor: pointer; }
      .tool-track .kom-modal-content .li-del:hover {
        border: 2px solid #d53c3c; }
      .tool-track .kom-modal-content .li-del:after {
        content: '';
        display: block;
        width: 16px;
        height: 4px;
        background-color: #fff;
        border-radius: 1px; }
    .tool-track .kom-modal-content .modal-btn {
      justify-content: space-between; }
      .tool-track .kom-modal-content .modal-btn .accept {
        width: 30px;
        height: 30px; }
      .tool-track .kom-modal-content .modal-btn .clear {
        width: auto;
        padding: 5px 10px; }
    .tool-track .kom-modal-content .routeSummary {
      padding-top: 10px; }
      .tool-track .kom-modal-content .routeSummary:empty {
        display: none; }

.main-admin {
  padding: 7px 1px 1px;
  display: flex;
  flex-direction: column;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .main-admin #editObject {
    width: 100%;
    border: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    min-height: 280px; }
  .main-admin #gridContainer {
    overflow-y: auto;
    flex: 1; }

.iModalFrame {
  width: 60vw;
  min-width: 1020px;
  height: 50vh;
  border: 0;
  min-height: 670px; }
  .iModalFrame.min162 {
    min-height: 162px;
    height: auto; }

.modForm {
  height: 100%; }

form[method="post"]:not(#form_auth) {
  display: flex;
  flex-direction: column;
  height: 100%; }
  form[method="post"]:not(#form_auth) .dx-fieldset {
    margin-top: 0; }
  form[method="post"]:not(#form_auth) .dx-fieldset-header {
    text-align: center;
    font-size: 24px; }
  form[method="post"]:not(#form_auth) .subContainer {
    padding-right: 1px;
    flex: 1;
    height: auto;
    overflow: auto; }
  form[method="post"]:not(#form_auth) .dx-fieldset {
    flex: 1; }

.modForm_btn {
  padding-top: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .modForm_btn > * {
    margin: 0 7px; }

#tabContents {
  padding-top: 10px; }

.form-date {
  background-color: #fff;
  padding: 5px 0; }

.noty-widget {
  opacity: .99;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 54px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 900;
  justify-content: flex-end;
  overflow: hidden;
  transition: visibility .5s, background-color .5s linear;
  visibility: hidden;
  pointer-events: none; }
  .noty-widget_body {
    width: 360px;
    background-color: #ffffff;
    height: 100%;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.08, 0.82, 0.17, 1); }
    .noty-widget_body:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1); }
  .noty-widget.open {
    visibility: visible;
    pointer-events: all;
    background-color: rgba(0, 0, 0, 0.3); }
    .noty-widget.open > [class*='_body'] {
      transform: translateX(0%); }
  .noty-widget_title {
    padding: 7px 14px 0 14px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .noty-widget_title .title {
      color: #14283f;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 33px; }
    .noty-widget_title .clear_all {
      color: #45525c;
      font-family: "Roboto", sans-serif;
      font-size: 13px;
      font-weight: 300;
      line-height: 21px; }
  .noty-widget_wrap {
    flex: 1;
    overflow-x: hidden; }
  .noty-widget_item {
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    max-height: 600px;
    opacity: 1;
    transition: opacity .2s, transform .2s, max-height .2s .2s; }
    .noty-widget_item.close {
      max-height: 0;
      opacity: 0;
      transform: translateX(100%); }
    .noty-widget_item_close {
      opacity: 0;
      display: flex;
      position: absolute;
      top: 7px;
      right: 14px; }
      .noty-widget_item_close i {
        color: #000;
        cursor: pointer; }
    .noty-widget_item:before {
      content: "";
      display: block;
      border-top: 1px solid transparent;
      padding-bottom: 20px;
      margin: 0 14px; }
    .noty-widget_item:not(:first-of-type):before {
      border-color: #dfdfdf; }
    .noty-widget_item:hover {
      background-color: rgba(0, 0, 0, 0.05); }
      .noty-widget_item:hover > [class*='_close'] {
        opacity: .2; }
        .noty-widget_item:hover > [class*='_close']:hover {
          opacity: .6; }
          .noty-widget_item:hover > [class*='_close']:hover i {
            color: red; }
      .noty-widget_item:hover:before {
        margin: 0;
        border-color: transparent; }
      .noty-widget_item:hover + *:before {
        margin: 0;
        border-color: transparent; }
    .noty-widget_item_title {
      padding: 0 26px;
      display: inline-flex; }
      .noty-widget_item_title .icon {
        float: left;
        padding-right: 15px; }
      .noty-widget_item_title .name {
        float: left;
        font-family: "Roboto", sans-serif;
        cursor: default;
        color: #14283f;
        font-size: 16px;
        font-weight: 500; }
    .noty-widget_item_body {
      padding: 10px 26px;
      font-family: "Roboto", sans-serif;
      color: #45525c;
      font-size: 13px;
      font-weight: 400;
      line-height: 21px; }
    .noty-widget_item_data {
      text-align: right;
      padding: 0 26px;
      font-family: "Roboto", sans-serif;
      color: #7b8389;
      font-size: 11px;
      font-weight: 300;
      line-height: 33px; }

.line_clear {
  padding: 10px; }

.qrKey_toolbar {
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-bottom: 20px; }

.qrKey_make-btn, .qrKey_create {
  display: flex;
  border-radius: 3px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 30px;
  background-color: #88dd4c;
  border: 0;
  cursor: pointer;
  white-space: nowrap; }
  .qrKey_make-btn.active, .qrKey_create.active {
    background-color: #dce5e7;
    pointer-events: none; }

.qrKey_tool {
  display: flex;
  align-items: center; }
  .qrKey_tool > div {
    display: flex;
    align-items: center;
    padding: 0 7px;
    white-space: nowrap; }
    .qrKey_tool > div input {
      margin-left: 5px !important; }

.qrKey_container table {
  width: 100%; }
  .qrKey_container table thead {
    margin: 10px 0; }
    .qrKey_container table thead th {
      text-align: left;
      font-weight: 500;
      padding-bottom: 15px; }
  .qrKey_container table td {
    padding-bottom: 10px;
    color: #79869a;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; }
    .qrKey_container table td a {
      color: #494f53; }
      .qrKey_container table td a:active {
        color: red; }

.qrKey_container.scroll-wrapper {
  max-height: 70vh;
  overflow: auto; }

.qrKey_code {
  float: left;
  position: relative;
  padding: 5px; }
  .qrKey_code i {
    font-size: 32px;
    color: #1d1d1d; }
  .qrKey_code_hover {
    padding: 15px;
    background-color: #fff;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
    z-index: 10;
    border: 4px solid #1d1d1d; }
    .qrKey_code:hover .qrKey_code_hover {
      visibility: visible; }
  .qrKey_code.top .qrKey_code_hover {
    top: 0;
    transform: translateY(-101%); }
  .qrKey_code.bottom .qrKey_code_hover {
    bottom: 0;
    transform: translateY(101%); }

#modal-search {
  width: 100%; }

.admin_group-object {
  padding: 7px;
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .admin_group-object_save-button {
    width: 200px; }
  .admin_group-object_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto; }
  .admin_group-object_name {
    font-weight: 500;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 3px; }
  .admin_group-object_list {
    display: flex;
    flex-wrap: wrap;
    min-height: 20px;
    border-radius: 4px;
    border: 2px solid #cdcdcd; }
    .admin_group-object_list:after {
      content: '';
      display: flex;
      flex: 100; }
  .admin_group-object_list-item {
    text-align: center;
    flex: 1;
    white-space: nowrap;
    background-color: #dedede;
    margin: 5px;
    padding: 5px 12px;
    border-radius: 3px;
    cursor: default; }
    .admin_group-object_list-item:hover {
      background-color: #cdcdcd; }
  .admin_group-object_sp {
    display: none; }

#gridContainer {
  flex: 1; }

.dx-fieldset.notflex {
  flex: 0 !important; }

.tubeColumn {
  flex: 1;
  display: flex;
  overflow: auto; }
  .tubeColumn > * {
    display: flex;
    flex-direction: column; }

.report-subtb.fluid > table {
  padding: 0;
  margin: 0;
  padding-right: 14px;
  border-collapse: collapse; }

.helpd-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%; }
  .helpd-wrapper.md .helpd-main {
    max-width: 992px; }
  .helpd-wrapper.md .helpd-main_post .helpd-main_post-wrapper {
    max-width: 992px; }
  .helpd-wrapper.sm .helpd-main {
    max-width: 768px; }
  .helpd-wrapper.sm .helpd-main_post .helpd-main_post-wrapper {
    max-width: 768px; }

.helpd-main {
  display: flex;
  flex: 1;
  height: 100%;
  flex-direction: column; }
  .helpd-main_link {
    position: absolute;
    top: 0;
    right: 0;
    color: #8fa1ad;
    opacity: .5;
    font-size: 14px;
    padding: 8px;
    transition: opacity .4s;
    border-radius: 50%; }
    .helpd-main_link i {
      cursor: pointer; }
    .helpd-main_link:hover {
      opacity: 1; }
  .helpd-main_head {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 14px; }
    .helpd-main_head_wrapper {
      position: relative;
      background-color: #c7edfc;
      border-radius: 4px;
      padding: 15px 20px; }
    .helpd-main_head_text {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      position: relative; }
    .helpd-main_head_date {
      text-align: right;
      padding-top: 10px;
      color: #a6bdcb;
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      font-weight: 400; }
  .helpd-main_chat {
    display: flex;
    flex-direction: column;
    padding-right: 14px; }
    .helpd-main_chat_sprt {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #a6bdcb;
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      font-weight: 400;
      padding: 15px 0; }
      .helpd-main_chat_sprt:before, .helpd-main_chat_sprt:after {
        content: '';
        display: block;
        flex: 1;
        height: 1px;
        opacity: 0.2;
        background-color: #1f2740; }
      .helpd-main_chat_sprt:before {
        margin-right: 50px; }
      .helpd-main_chat_sprt:after {
        margin-left: 50px; }
    .helpd-main_chat_item {
      display: flex; }
      .helpd-main_chat_item_info {
        width: 78px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .helpd-main_chat_item_info_avatar {
          width: 56px;
          height: 56px;
          background-color: #cac7cb;
          border-radius: 50%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
        .helpd-main_chat_item_info_name {
          color: #212c3f;
          font-family: "Roboto", sans-serif;
          font-size: 13px;
          font-weight: 400;
          line-height: 1.2;
          text-align: center;
          padding-top: 10px; }
      .helpd-main_chat_item_msg {
        flex: 1;
        padding: 0 10px 10px 10px;
        position: relative; }
        .helpd-main_chat_item_msg .blockquote {
          margin-bottom: 10px;
          display: flex;
          align-items: stretch; }
          .helpd-main_chat_item_msg .blockquote:before {
            content: '"';
            display: flex;
            padding-right: 5px;
            margin-right: 5px;
            border-right: 1px solid #48b0f7;
            color: #48b0f7;
            font-family: SansSerif;
            font-size: 22px;
            font-weight: 400; }
        .helpd-main_chat_item_msg_wrapper {
          border-radius: 4px;
          position: relative;
          padding: 15px 20px;
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 21px; }
        .helpd-main_chat_item_msg_wrapper:not(.alt) {
          margin-right: 78px;
          background-color: #f5f6f7;
          color: #616a78; }
        .helpd-main_chat_item_msg_wrapper.alt {
          margin-left: 78px;
          background-color: #c7edfc; }
      .helpd-main_chat_item_date {
        width: 78px;
        padding-top: 15px;
        color: #a6bdcb;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-align: right; }
  .helpd-main_post {
    margin-left: -28px;
    margin-right: -28px;
    width: calc(100% + 28px);
    background-color: rgba(243, 245, 247, 0.43);
    margin-bottom: -6px;
    border-top: 1px solid #f3f5f7;
    padding: 15px;
    display: flex;
    justify-content: center; }
    .helpd-main_post-wrapper {
      display: flex;
      flex-direction: column;
      width: 100%; }
    .helpd-main_post_title {
      color: #212c40;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 16px; }
    .helpd-main_post_msg {
      background-color: white;
      border: 1px solid #e1e4e6;
      border-radius: 3px;
      color: #25272c;
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      font-weight: 400;
      width: 100%;
      resize: none;
      height: 100px;
      margin-bottom: 15px; }
    .helpd-main_post_btn {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .helpd-main_post_btn button {
        padding: 10px;
        min-width: 190px;
        height: 40px;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-left: 15px;
        margin-top: 15px;
        color: white;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 700;
        box-shadow: none;
        border: 0; }
        .helpd-main_post_btn button.cls {
          background-color: #00a1b3; }
        .helpd-main_post_btn button.send {
          background-color: #88dd4c; }
        .helpd-main_post_btn button.add_file {
          background: transparent;
          padding: 0;
          min-width: 0;
          color: #737f85;
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          font-weight: 400; }
          .helpd-main_post_btn button.add_file i {
            margin-right: 10px; }

.helpd-add {
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .helpd-add_input_msg {
    background-color: white;
    border: 1px solid #e1e4e6;
    border-radius: 3px;
    color: #25272c;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    resize: none;
    height: 260px; }
  .helpd-add_input_name {
    background-color: white;
    border: 1px solid #e1e4e6;
    border-radius: 3px;
    color: #25272c;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    width: 100%; }
  .helpd-add_btn {
    display: flex;
    justify-content: flex-end;
    width: 100%; }
  .helpd-add_row {
    padding-top: 15px;
    display: flex; }
  .helpd-add_col-left {
    min-width: 200px;
    padding-top: 6px; }
  .helpd-add_col-right {
    flex: 1; }

.quote_wrap {
  flex: 1; }

.quote_title {
  color: #2e3237;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 21px; }

.quote_name {
  margin-right: 4px; }

.quote_text {
  color: #616a78;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400; }

.page_404 {
  position: fixed;
  background: #fcfdfe url(../img/404.png) no-repeat calc(50% - 55px) center;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.main-container > .page_404 {
  top: 54px; }
  @media screen and (max-width: 1200px) {
    .main-container > .page_404 {
      top: 36px; } }

.page_500 {
  position: fixed;
  background: #fcfdfe;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center; }
  .page_500-inner {
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.1);
    padding: 24px;
    color: #212c40;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    width: 90%;
    max-width: 992px;
    line-height: 1.6; }

.main-container > .page_500 {
  top: 54px; }
  @media screen and (max-width: 1200px) {
    .main-container > .page_500 {
      top: 36px; } }

.body.for-item .item-title .title {
  width: 100%;
  justify-content: space-between;
  padding-right: 72px; }
  .body.for-item .item-title .title > * {
    flex: 1;
    min-width: 0 !important; }
  .body.for-item .item-title .title .icon {
    max-width: 36px; }

.modal-item-hint {
  margin-top: -6px; }
  .modal-item-hint.mw {
    max-width: 420px;
    margin-top: -16px; }
  .modal-item-hint a {
    color: #696f78;
    border-color: #696f78;
    margin-right: 8px;
    display: inline-block;
    border-bottom: 1px dashed;
    padding-bottom: 3px;
    font-size: 12px; }
    .modal-item-hint a:hover {
      color: #32a932;
      border-color: #32a932; }

.track_server--tab {
  padding: 8px 14px;
  border-bottom: 2px solid transparent; }
  .track_server--tab a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #79869a; }
    .track_server--tab a:hover {
      color: #05a2b4; }
  .track_server--tab.active {
    border-color: #05a2b4; }
    .track_server--tab.active a {
      color: #05a2b4; }
  .track_server--tab-wrapper {
    display: flex; }
  .track_server--tab-close {
    display: flex;
    flex-direction: row-reverse;
    flex: 1; }

.track_server-chart {
  display: flex;
  height: 100%; }
  .track_server-chart--wrapper {
    flex: 1;
    position: relative;
    -webkit-user-select: none; }
  .track_server-chart--source {
    width: 200px;
    display: flex;
    flex-direction: column; }
    .track_server-chart--source-list {
      overflow-y: auto;
      flex: 1; }
  .track_server-chart--img {
    pointer-events: none;
    height: auto;
    max-width: 100%; }
  .track_server-chart--select-wrap {
    position: absolute;
    pointer-events: all;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden; }
  .track_server-chart--selector {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    min-width: 2px;
    left: auto;
    right: auto; }
    .track_server-chart--selector:before {
      content: '';
      display: block;
      border: 1px solid #4484b0;
      background-color: #62c1ff;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: .6; }
  .track_server-chart--phantom {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    min-width: 2px;
    background-color: #88dd4c;
    opacity: .8; }
  .track_server-chart--map {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .track_server-chart--map-control {
      position: absolute;
      top: 0;
      right: 0;
      padding: 3px; }
    .track_server-chart--map-minus, .track_server-chart--map-reset, .track_server-chart--map-plus {
      font-size: 18px;
      cursor: pointer !important;
      color: #666;
      opacity: .7;
      padding: 2px; }
      .track_server-chart--map-minus *, .track_server-chart--map-reset *, .track_server-chart--map-plus * {
        display: block;
        cursor: pointer !important; }
      .track_server-chart--map-minus:hover, .track_server-chart--map-reset:hover, .track_server-chart--map-plus:hover {
        opacity: 1; }
    .track_server-chart--map-wrap {
      overflow: hidden;
      max-width: 100%;
      height: 16px;
      background-color: aliceblue;
      position: absolute;
      left: auto;
      width: 0;
      opacity: .5;
      transition: opacity .5s; }
      .track_server-chart--map-wrap:hover {
        opacity: .9; }
    .track_server-chart--map-caret {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      min-width: 10px;
      background-color: #36dada;
      border-radius: 1px; }

#trackschart-popover.popover-wrapper {
  bottom: auto; }
  #trackschart-popover.popover-wrapper .popover {
    pointer-events: none;
    opacity: .95; }

.icon img {
  max-width: 100%;
  height: auto;
  max-height: 18px; }

.tubeColumn #functions {
  width: 300px; }
  .tubeColumn #functions .dx-datagrid-rowsview, .tubeColumn #functions .dx-datagrid-content {
    border-right: 1px solid #ececec; }

.tubeColumn #functionsChart {
  padding-left: 30px;
  width: calc(100% - 330px); }

.adapt {
  display: flex;
  height: 100%; }
  .adapt > *:not(.adapt-about) {
    flex: 1; }
  .adapt-about {
    width: 25%;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    border: 1px solid #f7f7f7; }
  .adapt-list {
    flex: 1;
    overflow-y: auto; }
  .adapt-tool {
    padding: 2px 4px;
    background-color: #f1f5f8;
    display: flex; }
    .adapt-tool_input {
      flex: 1;
      padding: 3px 6px !important; }
    .adapt-tool_btn {
      padding: 5px;
      margin-left: 4px;
      opacity: .6; }
      .adapt-tool_btn:hover {
        opacity: 1; }
  .adapt-item {
    display: flex;
    flex-direction: column;
    color: #677079;
    line-height: 1.3;
    word-break: break-all; }
    .adapt-item:nth-child(even) {
      background-color: #f7f7f7; }
    .adapt-item_label, .adapt-item_inner {
      padding: 4px 6px; }
    .adapt-item_label {
      font-size: 12px;
      font-weight: 600; }
    .adapt-item_inner {
      font-size: 14px;
      font-weight: normal; }
