@charset "UTF-8";
/*--- Only 4px grid ---*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext");
/* Font -------------------------------------------------------------------- */
/* Checkbox styles -------------------------------------------------------- */
.checkbox-container {
  display: block;
  height: 16px;
  float: left;
  position: relative;
  padding-left: 21px;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #082A38;
  user-select: none; }
  .checkbox-container:hover input ~ .checkmark {
    border: 1px solid #79AFFF; }
  .checkbox-container input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0; }
    .checkbox-container input[type='checkbox']:checked ~ .checkmark {
      background: #79AFFF url("../img/base-sprite.png") no-repeat -1px -1px;
      border: 1px solid #79AFFF;
      border-radius: 2px; }
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #60a0ff;
    border-radius: 2px;
    transition: border .25s;
    background: #ffffff; }
  .checkbox-container span {
    white-space: nowrap;
    height: 100%;
    display: flex;
    align-items: center; }

.switching-report .checkbox-container {
  display: block;
  height: 22px;
  width: 42px;
  padding: 3px;
  border-radius: 11px;
  background: rgba(199, 212, 255, 0.4);
  margin: 0 10px;
  transition: all .25s ease-in-out; }
  .switching-report .checkbox-container:hover {
    background: rgba(199, 212, 255, 0.5); }
  .switching-report .checkbox-container .checkmark {
    position: relative;
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 9px;
    background: #4285F4;
    border: none;
    transition: all .25s ease-in-out; }
  .switching-report .checkbox-container input[type='checkbox']:checked ~ .checkmark {
    margin-left: 20px; }

/* Icon styles -------------------------------------------------------- */
.icon {
  width: 24px;
  height: 24px;
  display: block; }

/* Popover styles -------------------------------------------------------- */
.webui-popover {
  border-radius: 4px;
  border: 1px solid rgba(0, 99, 204, 0.1);
  box-shadow: 0 5px 20px 0 rgba(5, 61, 105, 0.2);
  min-height: 10px; }
  .webui-popover .webui-popover-title {
    font-size: 15px;
    line-height: 20px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #082A38;
    border-bottom: none;
    padding: 0; }
    .webui-popover .webui-popover-title h4 {
      display: block;
      max-width: 460px;
      padding: 31px 40px 4px; }
  .webui-popover .webui-popover-content {
    font-size: 15px;
    line-height: 20px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #082A38;
    padding: 0; }
    .webui-popover .webui-popover-content span {
      display: block;
      max-width: 460px;
      padding: 0 40px 31px; }
    .webui-popover .webui-popover-content h6 {
      padding: 8px 12px;
      margin: 0;
      font-size: 13px;
      line-height: 13px;
      font-family: "Open Sans", Arial, sans-serif;
      font-weight: 600;
      font-style: normal;
      color: #082A38; }
  .webui-popover.top > .webui-arrow, .webui-popover.top-right > .webui-arrow, .webui-popover.top-left > .webui-arrow {
    border-top-color: rgba(0, 99, 204, 0.1); }
  .webui-popover.right > .webui-arrow, .webui-popover.right-top > .webui-arrow, .webui-popover.right-bottom > .webui-arrow {
    border-right-color: rgba(0, 99, 204, 0.1); }
  .webui-popover.bottom > .webui-arrow, .webui-popover.bottom-right > .webui-arrow, .webui-popover.bottom-left > .webui-arrow {
    border-bottom-color: rgba(0, 99, 204, 0.1); }
  .webui-popover.left > .webui-arrow, .webui-popover.left-top > .webui-arrow, .webui-popover.left-bottom > .webui-arrow {
    border-left-color: rgba(0, 99, 204, 0.1); }

/* Select styles -------------------------------------------------------- */
.SumoSelect {
  width: 100%; }
  .SumoSelect:hover, .SumoSelect:focus {
    outline: none; }
    .SumoSelect:hover p.CaptionCont, .SumoSelect:focus p.CaptionCont {
      border: 1px solid #4285F4; }
  .SumoSelect.open .search {
    border: 1px solid #4285F4;
    box-shadow: 0 0 2px 1px #4285F4; }
    .SumoSelect.open .search input[type="text"] {
      height: 22px;
      border: none;
      border-radius: 2px;
      box-shadow: none; }
  .SumoSelect p.CaptionCont {
    min-width: 50px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #aec0ff;
    padding: 0 17px 0 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: none; }
    .SumoSelect p.CaptionCont span {
      width: 100%;
      padding: 0;
      font-size: 13px;
      line-height: 20px;
      font-family: "Open Sans", Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #082A38; }
    .SumoSelect p.CaptionCont label {
      width: 18px;
      min-width: 18px;
      height: calc(100% + 2px);
      top: -1px;
      right: -1px;
      border-radius: 0 2px 2px 0;
      background: #4285F4 url("../img/base-sprite.png") 0 -96px no-repeat; }
      .SumoSelect p.CaptionCont label i {
        display: none; }
  .SumoSelect .optWrapper {
    top: 30px; }
    .SumoSelect .optWrapper ul li.opt {
      height: 32px;
      padding: 0 14px 0 6px;
      align-items: center;
      transition: all 0.25s ease-in-out; }
      .SumoSelect .optWrapper ul li.opt label {
        font-size: 13px;
        line-height: 18px;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #082A38;
        transition: all 0.25s ease-in-out; }
      .SumoSelect .optWrapper ul li.opt.sel {
        background: rgba(66, 133, 244, 0.25); }
      .SumoSelect .optWrapper ul li.opt.selected {
        background: #4285F4; }
        .SumoSelect .optWrapper ul li.opt.selected label {
          color: #ffffff; }
        .SumoSelect .optWrapper ul li.opt.selected:hover {
          background: #4285F4; }
          .SumoSelect .optWrapper ul li.opt.selected:hover label {
            color: #ffffff; }
      .SumoSelect .optWrapper ul li.opt:hover {
        background: rgba(66, 133, 244, 0.25); }
        .SumoSelect .optWrapper ul li.opt:hover label {
          color: #082A38; }
      .SumoSelect .optWrapper ul li.opt:last-child {
        border-bottom: 0; }
    .SumoSelect .optWrapper p.no-match {
      font-size: 12px; }
    .SumoSelect .optWrapper.up {
      top: auto; }

/* Select styles -------------------------------------------------------- */
.select-box {
  padding: 0 30px 0 20px; }
  .select-box .SumoSelect {
    width: 170px; }
    .select-box .SumoSelect p.CaptionCont {
      width: 100%;
      border: none;
      box-shadow: none;
      border-radius: 4px;
      padding: 4px 6px 4px 10px;
      margin: 0;
      display: flex;
      align-items: center;
      background: none;
      transition: all .15s ease-in-out;
      cursor: pointer;
      max-width: 260px; }
      .select-box .SumoSelect p.CaptionCont:hover {
        background: rgba(66, 133, 244, 0.1); }
      .select-box .SumoSelect p.CaptionCont span {
        padding-right: 0;
        font-size: 21px;
        line-height: 22px;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #082A38;
        cursor: pointer; }
      .select-box .SumoSelect p.CaptionCont label {
        margin-left: -3px;
        position: relative;
        display: block;
        width: 24px;
        height: 24px;
        background: url("../img/base-sprite.png") no-repeat 0px -24px;
        cursor: pointer; }
        .select-box .SumoSelect p.CaptionCont label i {
          display: none; }
      .select-box .SumoSelect p.CaptionCont input {
        height: 100%;
        border-radius: 4px;
        background: rgba(66, 133, 244, 0.1);
        font-size: 16px;
        line-height: 22px;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #082A38;
        padding: 0 10px; }
    .select-box .SumoSelect .optWrapper {
      top: 38px; }
      .select-box .SumoSelect .optWrapper ul li.opt {
        height: 32px;
        padding: 0 14px 0 6px;
        transition: all 0.25s ease-in-out; }
        .select-box .SumoSelect .optWrapper ul li.opt label {
          font-size: 13px;
          line-height: 32px;
          font-family: "Open Sans", Arial, sans-serif;
          font-weight: 400;
          font-style: normal;
          color: #082A38;
          transition: all 0.25s ease-in-out; }
        .select-box .SumoSelect .optWrapper ul li.opt.sel {
          background: rgba(66, 133, 244, 0.25); }
        .select-box .SumoSelect .optWrapper ul li.opt.selected {
          background: #4285F4; }
          .select-box .SumoSelect .optWrapper ul li.opt.selected label {
            color: #ffffff; }
          .select-box .SumoSelect .optWrapper ul li.opt.selected:hover {
            background: #4285F4; }
            .select-box .SumoSelect .optWrapper ul li.opt.selected:hover label {
              color: #ffffff; }
        .select-box .SumoSelect .optWrapper ul li.opt:hover {
          background: rgba(66, 133, 244, 0.25); }
          .select-box .SumoSelect .optWrapper ul li.opt:hover label {
            color: #082A38; }
        .select-box .SumoSelect .optWrapper ul li.opt:last-child {
          border-bottom: 0; }

/* Сustomization date range picker -------------------------------------------------------- */
.daterangepicker {
  display: none;
  border-radius: 4px;
  border: 1px solid rgba(5, 61, 105, 0.1);
  box-shadow: 0 5px 20px 0 rgba(5, 61, 105, 0.2); }
  .daterangepicker .calendar .daterangepicker_input input {
    height: 24px;
    width: calc(100% - 20px);
    margin-left: 4px;
    max-width: none;
    border-radius: 2px;
    border: 1px solid #aec0ff;
    padding: 0 5px 0 12px;
    font-size: 13px;
    line-height: 22px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #082A38;
    outline: none;
    box-shadow: 0 0 50px 2px rgba(66, 133, 244, 0);
    transition: all .2s; }
    .daterangepicker .calendar .daterangepicker_input input:focus, .daterangepicker .calendar .daterangepicker_input input:active {
      border: 1px solid #4285F4;
      box-shadow: 0 0 2px 1px #4285F4; }
    .daterangepicker .calendar .daterangepicker_input input:hover {
      border: 1px solid #4285F4; }
  .daterangepicker .calendar .daterangepicker_input i {
    display: none; }
  .daterangepicker .calendar .daterangepicker_input .calendar-time {
    padding: 0;
    margin: 0;
    line-height: 22px;
    height: 24px; }
    .daterangepicker .calendar .daterangepicker_input .calendar-time > div {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 0;
      margin: 0; }
      .daterangepicker .calendar .daterangepicker_input .calendar-time > div > div, .daterangepicker .calendar .daterangepicker_input .calendar-time > div > select {
        width: calc(50% - 6px); }
  .daterangepicker .calendar .calendar-table .table-condensed {
    font-size: 13px;
    line-height: 22px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #082A38; }
    .daterangepicker .calendar .calendar-table .table-condensed thead tr {
      height: 24px; }
      .daterangepicker .calendar .calendar-table .table-condensed thead tr th {
        height: 24px;
        border: none; }
        .daterangepicker .calendar .calendar-table .table-condensed thead tr th i {
          display: none; }
        .daterangepicker .calendar .calendar-table .table-condensed thead tr th.prev, .daterangepicker .calendar .calendar-table .table-condensed thead tr th.next {
          background: rgba(66, 133, 244, 0);
          opacity: .5;
          position: relative;
          border-radius: 4px;
          transition: all .15s ease-in-out; }
          .daterangepicker .calendar .calendar-table .table-condensed thead tr th.prev:hover, .daterangepicker .calendar .calendar-table .table-condensed thead tr th.next:hover {
            background: rgba(66, 133, 244, 0.25);
            opacity: 1; }
          .daterangepicker .calendar .calendar-table .table-condensed thead tr th.prev:before, .daterangepicker .calendar .calendar-table .table-condensed thead tr th.next:before {
            display: block;
            content: '';
            height: 24px;
            width: 24px;
            position: absolute;
            top: calc((100% - 24px)/2);
            left: calc((100% - 24px)/2);
            background-image: url("../img/base-sprite.png");
            background-repeat: no-repeat; }
        .daterangepicker .calendar .calendar-table .table-condensed thead tr th.prev:before {
          background-position: -48px -72px; }
        .daterangepicker .calendar .calendar-table .table-condensed thead tr th.next:before {
          background-position: -96px -72px; }
    .daterangepicker .calendar .calendar-table .table-condensed tbody tr {
      height: 32px; }
      .daterangepicker .calendar .calendar-table .table-condensed tbody tr td {
        height: 32px;
        vertical-align: middle;
        transition: all .15s ease-in-out; }
        .daterangepicker .calendar .calendar-table .table-condensed tbody tr td.today {
          background: rgba(66, 133, 244, 0.25); }
        .daterangepicker .calendar .calendar-table .table-condensed tbody tr td.in-range {
          background: rgba(5, 61, 105, 0.05); }
          .daterangepicker .calendar .calendar-table .table-condensed tbody tr td.in-range.off {
            background: none; }
        .daterangepicker .calendar .calendar-table .table-condensed tbody tr td:hover {
          background: rgba(66, 133, 244, 0.25); }
        .daterangepicker .calendar .calendar-table .table-condensed tbody tr td.active {
          background: #4285F4; }
          .daterangepicker .calendar .calendar-table .table-condensed tbody tr td.active.off {
            background: none; }
  .daterangepicker .ranges {
    width: 180px; }
    .daterangepicker .ranges ul {
      width: 100%; }
      .daterangepicker .ranges ul li {
        height: 26px;
        margin-bottom: 8px;
        border-radius: 2px;
        line-height: 24px;
        padding-top: 1px;
        padding-bottom: 1px;
        color: #053D69;
        border: none;
        background: rgba(5, 61, 105, 0.05);
        transition: all .15s ease-in-out; }
        .daterangepicker .ranges ul li.active {
          background: #4285F4;
          color: #ffffff; }
        .daterangepicker .ranges ul li:hover {
          background: #4285F4;
          color: #ffffff; }
        .daterangepicker .ranges ul li:last-child {
          margin-bottom: 20px; }
    .daterangepicker .ranges .range_inputs {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .daterangepicker .ranges .range_inputs .btn {
        transition: all .15s ease-in-out;
        height: 24px;
        border-radius: 2px;
        font-size: 12px;
        line-height: 12px;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #ffffff;
        border: none;
        text-shadow: 1px 1px 2px rgba(5, 61, 105, 0.15);
        outline: none; }
        .daterangepicker .ranges .range_inputs .btn.applyBtn {
          background: #00c818;
          width: calc(60% - 2px); }
          .daterangepicker .ranges .range_inputs .btn.applyBtn:hover, .daterangepicker .ranges .range_inputs .btn.applyBtn:active {
            background: #00af15; }
        .daterangepicker .ranges .range_inputs .btn.cancelBtn {
          background: #9fb1ce;
          width: calc(40% - 2px); }
          .daterangepicker .ranges .range_inputs .btn.cancelBtn:hover, .daterangepicker .ranges .range_inputs .btn.cancelBtn:active {
            background: #8ea3c5; }

.pg-grid-table {
  border: 0;
  width: 100%;
  border-radius: 0; }
  .pg-grid-table.ui-widget.ui-widget-content {
    border: none; }
  .pg-grid-table .pq-grid-center .pq-header-outer {
    border-bottom: 1px solid #c7d4ff; }
    .pg-grid-table .pq-grid-center .pq-header-outer:first-child {
      background: #ffffff;
      z-index: 1; }
    .pg-grid-table .pq-grid-center .pq-header-outer span.pq-grid-header table.pq-grid-header-table tr.pq-grid-title-row {
      background: #ffffff;
      height: 40px; }
      .pg-grid-table .pq-grid-center .pq-header-outer span.pq-grid-header table.pq-grid-header-table tr.pq-grid-title-row:last-child td .pq-td-div span.title-col {
        font-size: 10px;
        line-height: 20px;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: rgba(8, 42, 56, 0.8); }
      .pg-grid-table .pq-grid-center .pq-header-outer span.pq-grid-header table.pq-grid-header-table tr.pq-grid-title-row td {
        padding: 0 0 0 5px;
        vertical-align: middle;
        border-right: 1px solid #e1e8ff;
        border-top: 1px solid #e1e8ff; }
        .pg-grid-table .pq-grid-center .pq-header-outer span.pq-grid-header table.pq-grid-header-table tr.pq-grid-title-row td.pq-last-frozen-col {
          border-right: 1px solid rgba(199, 212, 255, 0); }
        .pg-grid-table .pq-grid-center .pq-header-outer span.pq-grid-header table.pq-grid-header-table tr.pq-grid-title-row td.right-border-dark {
          border-right: 1px solid rgba(66, 133, 244, 0.6) !important; }
        .pg-grid-table .pq-grid-center .pq-header-outer span.pq-grid-header table.pq-grid-header-table tr.pq-grid-title-row td .pq-td-div {
          display: flex;
          align-items: center;
          justify-content: space-between;
          max-width: 100%;
          padding: 5px 3px 5px 1px; }
          .pg-grid-table .pq-grid-center .pq-header-outer span.pq-grid-header table.pq-grid-header-table tr.pq-grid-title-row td .pq-td-div span.title-col {
            font-size: 13px;
            line-height: 20px;
            font-family: "Open Sans", Arial, sans-serif;
            font-weight: 600;
            font-style: normal;
            color: rgba(8, 42, 56, 0.8);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
        .pg-grid-table .pq-grid-center .pq-header-outer span.pq-grid-header table.pq-grid-header-table tr.pq-grid-title-row td.ui-state-active {
          background: rgba(66, 133, 244, 0.05); }
          .pg-grid-table .pq-grid-center .pq-header-outer span.pq-grid-header table.pq-grid-header-table tr.pq-grid-title-row td.ui-state-active .pq-td-div span.title-col {
            color: #082A38; }
          .pg-grid-table .pq-grid-center .pq-header-outer span.pq-grid-header table.pq-grid-header-table tr.pq-grid-title-row td.ui-state-active .pq-td-div span.pq-col-sort-icon {
            margin-top: 0; }
        .pg-grid-table .pq-grid-center .pq-header-outer span.pq-grid-header table.pq-grid-header-table tr.pq-grid-title-row td.pq-align-right .pq-td-div {
          justify-content: flex-end; }
        .pg-grid-table .pq-grid-center .pq-header-outer span.pq-grid-header table.pq-grid-header-table tr.pq-grid-title-row td.pq-align-center .pq-td-div {
          justify-content: center; }
        .pg-grid-table .pq-grid-center .pq-header-outer span.pq-grid-header table.pq-grid-header-table tr.pq-grid-title-row td.pq-drop-hover {
          background: rgba(66, 133, 244, 0.3); }
    .pg-grid-table .pq-grid-center .pq-header-outer span.pq-grid-header .pq-grid-col-resize-handle {
      cursor: col-resize; }
  .pg-grid-table .pq-grid-center .pq-grid-cont-outer:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    left: 0;
    top: -8px;
    z-index: 200;
    box-shadow: 0 5px 8px 0 rgba(5, 61, 105, 0.1); }
  .pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-cont .pq-grid-cont-inner:first-child {
    background: #ffffff;
    z-index: 1; }
  .pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-cont .pq-grid-cont-inner table.pq-grid-table tr.pq-grid-row {
    transition: all 0s ease-in-out;
    border-top: none;
    border-bottom: none; }
    .pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-cont .pq-grid-cont-inner table.pq-grid-table tr.pq-grid-row.pq-grid-oddRow {
      border: none; }
      .pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-cont .pq-grid-cont-inner table.pq-grid-table tr.pq-grid-row.pq-grid-oddRow td {
        background: #fafbff; }
    .pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-cont .pq-grid-cont-inner table.pq-grid-table tr.pq-grid-row.pq-grid-row-hover {
      border: none; }
      .pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-cont .pq-grid-cont-inner table.pq-grid-table tr.pq-grid-row.pq-grid-row-hover td {
        background: #e1e8ff; }
    .pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-cont .pq-grid-cont-inner table.pq-grid-table tr.pq-grid-row:last-child td {
      border-bottom: 1px solid rgba(199, 212, 255, 0.5); }
    .pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-cont .pq-grid-cont-inner table.pq-grid-table tr.pq-grid-row td {
      height: 36px;
      font-size: 13px;
      border-right: 1px solid #e1e8ff;
      border-bottom: none;
      padding: 4px 6px;
      color: #082A38;
      font-family: "Open Sans", Arial, sans-serif;
      white-space: nowrap;
      text-overflow: ellipsis;
      transition: all .05s ease-in-out; }
      .pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-cont .pq-grid-cont-inner table.pq-grid-table tr.pq-grid-row td:last-child {
        border-right: 1px solid #c7d4ff; }
      .pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-cont .pq-grid-cont-inner table.pq-grid-table tr.pq-grid-row td.pq-last-frozen-col {
        border-right: 1px solid rgba(199, 212, 255, 0); }
      .pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-cont .pq-grid-cont-inner table.pq-grid-table tr.pq-grid-row td.right-border-dark {
        border-right: 1px solid rgba(66, 133, 244, 0.6) !important; }
      .pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-cont .pq-grid-cont-inner table.pq-grid-table tr.pq-grid-row td .choice-rights {
        display: flex;
        flex-direction: row; }
        .pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-cont .pq-grid-cont-inner table.pq-grid-table tr.pq-grid-row td .choice-rights label {
          margin-right: 14px;
          padding-left: 19px; }
          .pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-cont .pq-grid-cont-inner table.pq-grid-table tr.pq-grid-row td .choice-rights label:last-child {
            margin-right: 8px; }
  .pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-vert-frozen-line {
    border-right: 1px solid #c7d4ff;
    margin-left: 1px;
    top: -140px !important;
    height: calc(100% + 200px) !important;
    z-index: 2;
    position: absolute; }
  .pg-grid-table .pq-grid-center .pq-hscroll {
    height: 11px;
    right: 10px;
    background: #f0f3ff;
    border-top: 1px solid rgba(199, 212, 255, 0.75);
    z-index: 3; }
    .pg-grid-table .pq-grid-center .pq-hscroll .pq-sb-btn {
      display: none; }
    .pg-grid-table .pq-grid-center .pq-hscroll .pq-sb-slider {
      height: 10px;
      top: -1px !important; }
      .pg-grid-table .pq-grid-center .pq-hscroll .pq-sb-slider span {
        height: 8px;
        margin-bottom: 1px;
        background: rgba(6, 41, 100, 0.25);
        transition: background .25s; }
        .pg-grid-table .pq-grid-center .pq-hscroll .pq-sb-slider span.horiz-slider-left {
          width: 15px;
          left: -15px;
          top: 2px;
          position: absolute;
          border-radius: 5px 0 0 5px; }
        .pg-grid-table .pq-grid-center .pq-hscroll .pq-sb-slider span.horiz-slider-right {
          width: 23px;
          right: -17px;
          top: 2px;
          position: absolute;
          border-radius: 0 5px 5px 0; }
      .pg-grid-table .pq-grid-center .pq-hscroll .pq-sb-slider.ui-draggable-dragging span {
        background: rgba(6, 41, 100, 0.5); }
    .pg-grid-table .pq-grid-center .pq-hscroll:hover .pq-sb-slider span {
      background: rgba(6, 41, 100, 0.5); }
  .pg-grid-table .pq-grid-center .pq-vscroll {
    width: 11px;
    background: #f0f3ff;
    border-left: 1px solid rgba(199, 212, 255, 0.75);
    z-index: 3; }
    .pg-grid-table .pq-grid-center .pq-vscroll .pq-sb-btn {
      display: none; }
    .pg-grid-table .pq-grid-center .pq-vscroll .pq-sb-slider {
      width: 10px; }
      .pg-grid-table .pq-grid-center .pq-vscroll .pq-sb-slider div {
        width: 8px;
        margin-left: 1px;
        background: rgba(6, 41, 100, 0.25);
        transition: background .25s; }
        .pg-grid-table .pq-grid-center .pq-vscroll .pq-sb-slider div.vert-slider-top {
          height: 17px;
          top: -17px;
          position: absolute;
          border-radius: 5px 5px 0 0; }
        .pg-grid-table .pq-grid-center .pq-vscroll .pq-sb-slider div.vert-slider-bottom {
          height: 22px;
          position: absolute;
          border-radius: 0 0 5px 5px; }
      .pg-grid-table .pq-grid-center .pq-vscroll .pq-sb-slider.ui-draggable-dragging div {
        background: rgba(6, 41, 100, 0.5); }
    .pg-grid-table .pq-grid-center .pq-vscroll:hover .pq-sb-slider div {
      background: rgba(6, 41, 100, 0.5); }
  .pg-grid-table .pq-grid-center .pq-hvscroll-square {
    height: 10px;
    width: 10px; }
  .pg-grid-table .pq-grid-center .pq-grid-drag-bar {
    background: #4285F4; }
  .pg-grid-table .pq-grid-bottom {
    border-top: 1px solid #c7d4ff !important;
    background: #ffffff !important; }
    .pg-grid-table .pq-grid-bottom .pq-grid-summary .pq-grid-table tr.pq-grid-row td {
      height: 36px;
      background: #ffffff;
      border-right: 1px solid #e1e8ff;
      border-bottom: none;
      font-size: 13px;
      line-height: 20px;
      font-family: "Open Sans", Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      color: rgba(8, 42, 56, 0.8); }
      .pg-grid-table .pq-grid-bottom .pq-grid-summary .pq-grid-table tr.pq-grid-row td.pq-align-right {
        text-align: right; }
      .pg-grid-table .pq-grid-bottom .pq-grid-summary .pq-grid-table tr.pq-grid-row td.pq-align-center {
        text-align: center; }
      .pg-grid-table .pq-grid-bottom .pq-grid-summary .pq-grid-table tr.pq-grid-row td.pq-last-frozen-col {
        border-right: 1px solid #c7d4ff; }
      .pg-grid-table .pq-grid-bottom .pq-grid-summary .pq-grid-table tr.pq-grid-row td.right-border-dark {
        border-right: 1px solid rgba(66, 133, 244, 0.6) !important; }
    .pg-grid-table .pq-grid-bottom .pq-grid-footer {
      border-top: 1px solid #c7d4ff !important;
      height: 56px;
      display: flex;
      align-items: center;
      overflow: visible; }
      .pg-grid-table .pq-grid-bottom .pq-grid-footer * {
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 13px; }
      .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 14px; }
        .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box span.pq-separator {
          display: none; }
        .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box input[type=text] {
          height: 22px;
          border: 1px solid #c7d4ff;
          border-radius: 2px;
          outline: none;
          box-shadow: 0 0 50px 2px rgba(66, 133, 244, 0);
          transition: all .2s; }
          .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box input[type=text]:focus, .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box input[type=text]:active {
            border: 1px solid #4285F4;
            box-shadow: 0 0 2px 1px #4285F4; }
          .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box input[type=text]:hover {
            border: 1px solid #4285F4; }
        .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button {
          background: rgba(66, 133, 244, 0);
          border: 1px solid #c7d4ff;
          width: 24px;
          height: 24px;
          outline: none;
          position: relative;
          overflow: hidden;
          padding: 0;
          border-radius: 2px;
          transition: all .25s ease-in-out;
          cursor: pointer; }
          .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button:hover {
            background: #4285F4;
            border: 1px solid #4285f4; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button:hover span.ui-button-icon:before {
              opacity: 1; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button:hover span.ui-button-icon:after {
              opacity: 0; }
          .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button span.ui-button-icon {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            margin: 0;
            background: none; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button span.ui-button-icon:before, .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button span.ui-button-icon:after {
              display: block;
              content: '';
              height: 24px;
              width: 24px;
              position: absolute;
              top: calc((100% - 24px)/2);
              left: calc((100% - 24px)/2);
              background-image: url("../img/base-sprite.png");
              background-repeat: no-repeat;
              transition: all .25s ease-in-out; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button span.ui-button-icon:before {
              opacity: 0; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button span.ui-button-icon:after {
              opacity: 1; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button span.ui-button-icon.ui-icon-seek-first:before {
              background-position: -24px -72px; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button span.ui-button-icon.ui-icon-seek-first:after {
              background-position: 0px -72px; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button span.ui-button-icon.ui-icon-seek-prev:before {
              background-position: -72px -72px; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button span.ui-button-icon.ui-icon-seek-prev:after {
              background-position: -48px -72px; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button span.ui-button-icon.ui-icon-seek-next:before {
              background-position: -120px -72px; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button span.ui-button-icon.ui-icon-seek-next:after {
              background-position: -96px -72px; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button span.ui-button-icon.ui-icon-seek-end:before {
              background-position: -168px -72px; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button span.ui-button-icon.ui-icon-seek-end:after {
              background-position: -144px -72px; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button span.ui-button-icon.ui-icon-refresh:before {
              background-position: -216px -72px; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button span.ui-button-icon.ui-icon-refresh:after {
              background-position: -192px -72px; }
          .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button.ui-button-disabled:hover {
            background: rgba(66, 133, 244, 0);
            border: 1px solid #c7d4ff; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button.ui-button-disabled:hover span.ui-button-icon:before {
              opacity: 0; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box button.ui-button-disabled:hover span.ui-button-icon:after {
              opacity: 1; }
        .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box .pagination-box {
          width: 240px;
          text-align: center;
          position: absolute;
          left: calc((100% - 240px)/2); }
        .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box .right-box {
          display: flex !important;
          align-items: center; }
          .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box .right-box input[type=text] {
            margin-right: 10px;
            width: 50px; }
          .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box .right-box button {
            width: max-content;
            padding: 0 25px;
            margin-right: 10px;
            border: none;
            background: #9fb1ce;
            color: #ffffff;
            text-shadow: 1px 1px 2px rgba(5, 61, 105, 0.25); }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box .right-box button:last-child {
              margin-right: 0; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box .right-box button:hover {
              background: #4285F4; }
            .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box .right-box button.red:hover {
              background: #ea3017; }
        .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box .left-box .SumoSelect {
          width: 56px;
          margin-right: 10px; }
  .pg-grid-table .ui-icon-circle-arrow-n {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #4285F4;
    background: no-repeat;
    margin-left: 1px;
    margin-top: -2px; }
  .pg-grid-table .ui-icon-circle-arrow-s {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #4285F4;
    background: no-repeat;
    margin-left: 1px;
    margin-top: 4px; }

/*@keyframes fadeShow {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}*/
@keyframes fadeHide {
  0% {
    opacity: 1; }
  99% {
    height: auto;
    width: auto;
    opacity: 0;
    padding: 0 30px; }
  100% {
    height: 0;
    width: 0;
    padding: 0;
    overflow: hidden; } }
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden; }

body {
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", Arial, sans-serif; }
  body header {
    width: 100%;
    height: 70px;
    min-height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 99, 204, 0.2); }
    body header .left-section {
      height: 100%;
      align-items: center;
      display: flex;
      flex-direction: row;
      position: relative; }
      body header .left-section #logo-box {
        padding: 0 30px;
        user-select: none;
        cursor: pointer; }
        body header .left-section #logo-box img {
          max-width: 220px;
          max-height: 50px; }
      body header .left-section .switching-report {
        padding: 0 30px;
        align-items: center;
        display: flex;
        flex-direction: row;
        position: relative; }
        body header .left-section .switching-report span.name-table {
          font-size: 21px;
          line-height: 22px;
          font-family: "Open Sans", Arial, sans-serif;
          font-weight: 300;
          font-style: normal;
          color: #082A38;
          user-select: none;
          opacity: .6;
          transition: all .25s ease-in-out;
          cursor: pointer; }
          body header .left-section .switching-report span.name-table.active {
            opacity: 1; }
      body header .left-section #map-name {
        position: absolute;
        visibility: hidden;
        font-size: 21px;
        line-height: 22px;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #082A38;
        padding: 0 30px;
        margin-left: 500px;
        z-index: -10; }
      body header .left-section .select-box .SumoSelect .CaptionCont {
        height: 32px; }
      body header .left-section .select-box .SumoSelect input[type="text"] {
        height: 32px; }
      body header .left-section .select-box .SumoSelect > label {
        height: 24px; }
    body header .right-section {
      height: 100%;
      align-items: center;
      display: flex;
      flex-direction: row;
      position: relative; }
      body header .right-section ul.tab-box {
        align-items: center;
        display: flex;
        flex-direction: row;
        height: 100%;
        margin-right: 10px; }
        body header .right-section ul.tab-box li {
          display: flex;
          align-items: center;
          height: 100%;
          position: relative;
          font-size: 18px;
          line-height: 22px;
          font-family: "Open Sans", Arial, sans-serif;
          font-weight: 300;
          font-style: normal;
          color: #082A38;
          white-space: nowrap;
          padding: 0 20px;
          cursor: pointer;
          opacity: .6;
          user-select: none;
          transition: all .25s ease-in-out; }
          body header .right-section ul.tab-box li:after {
            content: '';
            display: block;
            width: calc(100% - 40px);
            height: 2px;
            background: rgba(66, 133, 244, 0);
            position: absolute;
            bottom: 0;
            transition: all .25s ease-in-out; }
          body header .right-section ul.tab-box li.active, body header .right-section ul.tab-box li:hover {
            opacity: 1; }
            body header .right-section ul.tab-box li.active:after, body header .right-section ul.tab-box li:hover:after {
              background: #4285F4; }
          body header .right-section ul.tab-box li input {
            border: none;
            width: 165px;
            height: 100%;
            padding: 0;
            font-size: 18px;
            line-height: 22px;
            font-family: "Open Sans", Arial, sans-serif;
            font-weight: 300;
            font-style: normal;
            color: #082A38;
            outline: none;
            cursor: pointer; }
      body header .right-section .icon-box {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        opacity: .6;
        transition: all .25s ease-in-out; }
        body header .right-section .icon-box:hover {
          opacity: 1; }
        body header .right-section .icon-box .icon#ic-map {
          background: url("../img/base-sprite.png") no-repeat -24px -24px; }
        body header .right-section .icon-box .icon#ic-settings {
          background: url("../img/base-sprite.png") no-repeat -72px -24px; }
        body header .right-section .icon-box.show-map.close-map .icon#ic-map {
          background: url("../img/base-sprite.png") no-repeat -48px -24px; }
    body header .separator-line {
      width: 1px;
      height: calc(100% - 40px);
      background: #C7D4FF; }
    body header.header-map .map-hidden-box {
      display: none !important; }
    body header.header-map #map-name {
      position: relative;
      visibility: visible;
      margin-left: 0;
      z-index: 1;
      transition: margin-left 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
  body main {
    height: calc(100% - 80px);
    width: calc(100vw - 20px);
    box-sizing: border-box;
    display: flex;
    padding: 0;
    margin: 10px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 15px 0 rgba(0, 99, 204, 0.2);
    border: 1px solid #c7d4ff; }
    body main .content-box {
      width: 100%;
      height: 100%; }
      body main .content-box.table-box {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        display: none; }
        body main .content-box.table-box.table-box-active {
          display: block; }
        body main .content-box.table-box.inactive-map {
          left: -15%; }
      body main .content-box#map-box {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 120%;
        display: flex;
        flex-direction: row;
        background: #ffffff;
        transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
        body main .content-box#map-box.active-map {
          left: 0; }
        body main .content-box#map-box .object-list {
          min-width: 400px;
          max-width: 400px;
          border-right: 1px solid #c7d4ff;
          overflow-y: auto; }
          body main .content-box#map-box .object-list ul li {
            padding: 12px 20px 11px;
            border-bottom: 1px solid rgba(199, 212, 255, 0.5);
            cursor: pointer;
            transition: all .1s ease-in-out; }
            body main .content-box#map-box .object-list ul li:hover, body main .content-box#map-box .object-list ul li.li-active {
              background: rgba(66, 133, 244, 0.1); }
            body main .content-box#map-box .object-list ul li h1 {
              font-size: 17px;
              line-height: 20px;
              font-family: "Open Sans", Arial, sans-serif;
              font-weight: 400;
              font-style: normal;
              color: #082A38;
              display: block;
              width: 100%;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
            body main .content-box#map-box .object-list ul li span {
              font-size: 13px;
              line-height: 20px;
              font-family: "Open Sans", Arial, sans-serif;
              font-weight: 400;
              font-style: normal;
              color: #082A38;
              display: block;
              width: 100%;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              margin-top: -2px;
              opacity: .8; }
        body main .content-box#map-box .map-section {
          width: 100%; }
  body .modal-box {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    body .modal-box #black-bg {
      position: absolute;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.25); }
    body .modal-box#settings-box, body .modal-box#email-box, body .modal-box#send-box, body .modal-box#pass-box, body .modal-box#change-pass-box {
      display: none; }
      body .modal-box#settings-box.active, body .modal-box#email-box.active, body .modal-box#send-box.active, body .modal-box#pass-box.active, body .modal-box#change-pass-box.active {
        display: flex; }
    body .modal-box #settings-wrap {
      width: 600px;
      height: 70%;
      background: white;
      z-index: 10;
      overflow: hidden;
      border-radius: 4px;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-direction: column; }
      body .modal-box #settings-wrap .settings-wrap-title {
        height: 48px;
        background: #4285F4;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 16px 0 20px; }
        body .modal-box #settings-wrap .settings-wrap-title h4 {
          font-size: 18px;
          line-height: 20px;
          font-family: "Open Sans", Arial, sans-serif;
          font-weight: 400;
          font-style: normal;
          color: #ffffff; }
        body .modal-box #settings-wrap .settings-wrap-title .close {
          width: 24px;
          height: 24px;
          background: url("../img/base-sprite.png") no-repeat 0 -120px;
          cursor: pointer;
          opacity: .8; }
          body .modal-box #settings-wrap .settings-wrap-title .close:hover {
            opacity: 1; }
      body .modal-box #settings-wrap .settings-wrap-body {
        padding: 20px;
        padding-top: 0;
        height: calc(100% - 48px - 48px);
        overflow: auto; }
        body .modal-box #settings-wrap .settings-wrap-body table tr.error,
        body .modal-box #settings-wrap .settings-wrap-body table tr.error-of-change-pass {
          display: none; }
          body .modal-box #settings-wrap .settings-wrap-body table tr.error td,
          body .modal-box #settings-wrap .settings-wrap-body table tr.error-of-change-pass td {
            color: red;
          }
          body .modal-box #settings-wrap .settings-wrap-body table tr td {
            padding-bottom: 16px;
            font-size: 15px;
            line-height: 20px;
            font-family: "Open Sans", Arial, sans-serif;
            font-weight: 400;
            font-style: normal;
            color: #082A38; }
            body .modal-box #settings-wrap .settings-wrap-body table tr td.name-section {
              padding-bottom: 20px; }
              body .modal-box #settings-wrap .settings-wrap-body table tr td.name-section h3 {
                width: 100%;
                font-size: 14px;
                line-height: 20px;
                font-family: "Open Sans", Arial, sans-serif;
                font-weight: 700;
                font-style: normal;
                color: #082A38;
                padding-bottom: 4px;
                padding-top: 32px;
                display: block;
                position: relative; }
                body .modal-box #settings-wrap .settings-wrap-body table tr td.name-section h3:before {
                  position: absolute;
                  content: '';
                  display: block;
                  width: 560px;
                  height: 1px;
                  background: rgba(8, 42, 56, 0.2);
                  bottom: 0; }
            body .modal-box #settings-wrap .settings-wrap-body table tr td.name-parameter {
              text-align: right;
              padding-right: 8px; }
            body .modal-box #settings-wrap .settings-wrap-body table tr td.units-measure {
              padding-left: 8px; }
            body .modal-box #settings-wrap .settings-wrap-body table tr td input {
              height: 20px;
              padding: 0 5px;
              font-size: 15px;
              line-height: 20px;
              font-family: "Open Sans", Arial, sans-serif;
              font-weight: 400;
              font-style: normal;
              color: #082A38; }
            body .modal-box #settings-wrap .settings-wrap-body table tr td .radio-box {
              width: 100%; }
      body .modal-box #settings-wrap .settings-wrap-bottom {
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 20px;
        border-top: 1px solid #C7D4FF; }
        body .modal-box #settings-wrap .settings-wrap-bottom button {
          height: 24px;
          width: max-content;
          padding: 0 25px;
          margin-right: 10px;
          border: none;
          background: #9fb1ce;
          color: #ffffff;
          text-shadow: 1px 1px 2px rgba(5, 61, 105, 0.25);
          cursor: pointer;
          border-radius: 2px;
          font-size: 13px;
          line-height: 20px;
          font-family: "Open Sans", Arial, sans-serif;
          font-weight: 400;
          font-style: normal;
          color: #ffffff; }
          body .modal-box #settings-wrap .settings-wrap-bottom button:last-child {
            margin-right: 0; }
          body .modal-box #settings-wrap .settings-wrap-bottom button:hover {
            background: #7d96bd; }
          body .modal-box #settings-wrap .settings-wrap-bottom button.blue {
            background: #4285F4; }
            body .modal-box #settings-wrap .settings-wrap-bottom button.blue:hover {
              background: #1266f1; }

.main-settings-box {
  padding: 8px 0;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #082A38; }
  .main-settings-box ul {
    list-style: none; }
    .main-settings-box ul li {
      user-select: none;
      padding: 0 20px 0 18px;
      height: 32px;
      display: flex;
      align-items: center;
      min-width: 220px;
      transition: all .25s ease-in-out; }
      .main-settings-box ul li.item-li {
        display: flex;
        align-items: center; }
        .main-settings-box ul li.item-li span {
          height: 100%;
          padding: 0;
          margin: 0;
          display: flex;
          align-items: center; }
        .main-settings-box ul li.item-li .icon {
          background: url("../img/base-sprite.png") no-repeat;
          margin-right: 6px; }
          .main-settings-box ul li.item-li .icon#ic-set {
            background-position: 0 -48px; }
          .main-settings-box ul li.item-li .icon#ic-logout {
            background-position: -24px -48px; }
          .main-settings-box ul li.item-li .icon#ic-change-pass {
            background-position: -191px -72px; }
        .main-settings-box ul li.item-li:hover {
          cursor: pointer;
          background: rgba(199, 212, 255, 0.4); }

body.login-box {
  display: flex;
  flex-direction: row;
  padding: 0; }
  body.login-box section.login-form {
    width: 500px;
    min-width: 500px;
    background: #ffffff;
    box-shadow: 0 0 50px #053d69;
    padding: 20px 40px;
    z-index: 2;
    display: flex;
    align-items: center; }
    body.login-box section.login-form form {
      width: 100%;
      padding: 0;
      text-align: center;
      margin-top: -70px; }
      body.login-box section.login-form form img {
        max-width: 340px;
        max-height: 100px;
        margin-bottom: 25px;
        user-select: none;
        cursor: pointer; }
      body.login-box section.login-form form input {
        width: 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #c7d4ff;
        background: #ffffff;
        padding: 0 20px;
        font-size: 18px;
        line-height: 22px;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #082A38;
        -webkit-box-shadow: 0 0 0 40px white inset;
        outline: none;
        user-select: none; }
        body.login-box section.login-form form input:focus, body.login-box section.login-form form input:hover {
          transition: all .25s ease-in-out;
          border: 1px solid #4285f4; }
      body.login-box section.login-form form button {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        height: 50px;
        border-radius: 25px;
        background: #4285F4;
        border: none;
        cursor: pointer;
        font-size: 18px;
        line-height: 22px;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #ffffff;
        outline: none;
        transition: background .25s ease-in-out;
        user-select: none; }
        body.login-box section.login-form form button:focus, body.login-box section.login-form form button:hover {
          background: #2a75f3; }
  body.login-box section.login-bg {
    width: 100vw;
    height: 100vh;
    background-image: url("../img/login-bg.png");
    background-size: cover;
    background-position: center; }

.pg-grid-table .pq-grid-center .pq-header-outer span.pq-grid-header table.pq-grid-header-table tr.pq-grid-title-row td .pq-td-div span.title-col,
.pg-grid-table .pq-grid-center .pq-grid-cont-outer .pq-grid-cont .pq-grid-cont-inner table.pq-grid-table tr.pq-grid-row td {
    white-space: initial;
}

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

body header .left-section .switching-report {
  padding: 0 5px;
  margin-right: 5px;
}

body header .left-section #logo-box {
  padding: 0 20px;
}

body header .right-section ul.tab-box li {
  padding: 0 15px;
}

body header .left-section .select-box.hidden {
  display: none;
}

body header .right-section ul.tab-box li:after {
  width: calc(100% - 29px);
}

body header .right-section ul.tab-box li.hidden {
  display: none;
}

body .modal-box #settings-wrap .settings-wrap-body table tr td p {
  margin: 10px 10px 10px 0;
  display:none;
}

#change-pass-box #settings-wrap .settings-wrap-body {
  padding-top: 20px;
}
