@charset "UTF-8";
.scroll-grid-container {
  display: grid;
  overflow: auto;
  width: 100%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  grid-template-rows: auto 76px;
  background-color: white;
  border-radius: 0 0 5px 5px;
}

tbody {
  color: #4d4d4d !important;
}
tbody tr td {
  border-top: 0 !important;
  border-bottom: 1px solid #ddd !important;
}

.ui.celled.table tr td, .ui.celled.table tr th {
  border-left: 1px solid #dededf !important;
}

.ui.celled.table tr td.column-facet__first, .ui.celled.table tr th.column-facet__first {
  border-left: 0 !important;
}

.grid_small {
  height: calc(100vh - 420px);
}

.grid_empty {
  height: auto !important;
  grid-template-rows: none !important;
}

.grid__pagination {
  border-radius: 0 !important;
  box-shadow: none !important;
  border-top: 0 !important;
  display: flex;
  justify-content: space-between;
}

.grid-table {
  position: relative;
  border-collapse: collapse;
  border: none !important;
}
.grid-table_report {
  width: auto !important;
}
.grid-table_report th {
  min-width: 100px;
  word-break: normal !important;
}
.grid-table_report th .actions-column_btn {
  min-width: 60px !important;
  max-width: 60px !important;
  width: 60px !important;
}
.grid-table_report td {
  max-width: 300px;
}

.active.content {
  display: table-row !important;
}

/*.ui.grid {
    margin-bottom: 1px;
}*/
.ui.table thead th.report-column, .ui.table thead th.actions-column_btn, .ui.table thead th.report-with-checkbox {
  background-color: #f9fafb !important;
}

.grid-action-btn {
  white-space: nowrap;
}

/*.ui.table {
    thead {
        th {
            border-bottom: none !important;
        }
    }
}*/
.sticky-header {
  border-top: none !important;
}
.sticky-header th {
  /*min-width: 100px;
  max-width: 100px;*/
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #ddd !important;
  font-size: 12.5px !important;
  background-attachment: local !important;
  word-break: break-word;
  background-color: #f9fafb !important;
}
.sticky-header .actions-column {
  right: 0;
  min-width: 150px;
  width: 150px;
}
.sticky-header .actions-column_btn {
  right: 0;
  min-width: 60px !important;
  width: 60px !important;
}
.sticky-header .actions-column:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 15px;
  background: linear-gradient(to right, rgba(249, 250, 251, 0) 0%, rgb(249, 250, 251) 100%);
}
.sticky-header .small-column {
  z-index: 2 !important;
}
.sticky-header th:not(.small-column) .input {
  width: 100%;
}
.sticky-header th:not(.small-column) .input input[type=text] {
  padding-left: 10px !important;
  padding-right: 5px !important;
}
.sticky-header th.report-column {
  padding-left: 0.78571429em !important;
  background-color: #f9fafb !important;
}

.sticky-header th:not(.small-column) .input input,
.sticky-header th:not(.small-column) .input .label {
  border-color: #ccc;
}

.grid-header-panel {
  margin: 0 !important;
  border: 1px solid #e6e6e6;
  background-color: white;
  width: 100%;
}
.grid-header-panel__name {
  margin-bottom: 0 !important;
  margin-left: 15px;
  padding-bottom: 0 !important;
  font-weight: bold;
  font-size: 15px;
}
.grid-header-panel__name-in-panel {
  margin-left: 0;
  margin-right: 15px;
  margin-top: auto;
  margin-bottom: auto !important;
  max-width: 170px;
}
.grid-header-panel__back {
  background: rgba(0, 0, 0, 0) !important;
  margin-right: 10px !important;
}
.grid-header-panel .create-button {
  height: 33px;
  min-width: 150px;
  white-space: nowrap;
  margin-right: 10px !important;
  font-size: unset !important;
}
.grid-header-panel .grid-right-elements {
  display: flex !important;
  justify-content: flex-end;
}
.grid-header-panel .grid-right-elements .orange {
  opacity: 0.7;
}

.representation {
  display: flex;
  align-items: center;
  flex-grow: 1;
  max-width: 400px;
}
.representation label {
  font-weight: 500;
  padding-right: 8px;
  color: #4d4d4d !important;
}
.representation .field {
  margin: 0 0.25em 0 0;
  flex-grow: 1;
}

.status-value {
  white-space: nowrap;
  width: 100%;
}

.records-counter {
  white-space: nowrap;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #4d4d4d !important;
  margin-top: auto;
  margin-bottom: auto;
}

.grid-row > td > div {
  max-height: 150px;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  width: max-content;
  min-width: inherit;
}

.grid-row td,
.grid-row th {
  /*min-width: 100px;
  max-width: 100px;
  box-sizing: content-box;
  border-top: 1px solid #ddd !important;*/
  background-color: white;
}

.link-cell {
  color: #18a8cc !important;
  width: 100%;
}
.link-cell:hover {
  text-decoration-line: underline;
  cursor: pointer;
}

.dropdown-blue {
  color: #18a8cc !important;
}

.grid-row {
  /*.address-cell {
      max-width: 100px;

      .cell-grid {
          width: inherit;
      }
  }*/
}
.grid-row-selected td {
  background-color: #e3f5f9 !important;
}
.grid-row-fm-comment td {
  background-color: #e3f5f9 !important;
}
.grid-row-backlights td {
  background-color: rgba(255, 89, 0, 0.15) !important;
}
.grid-row-marker {
  font-weight: 600 !important;
}

.column-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: inherit;
  display: block;
  position: relative;
}

.grid-row .checkbox,
.grid-row .checkbox input.hidden + label {
  cursor: default;
}

.grid-row:hover td {
  background-color: #f0f0f0 !important;
}

.grid-row th {
  min-width: 150px;
  width: 150px;
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  right: 0;
  background: #f9fafb;
  padding: 5px 15px;
  border-left: 1px solid #ddd !important;
}

.grid-row th button {
  margin: 0 0 3px 0 !important;
  width: 100%;
}

.grid-row .ui.fitted.checkbox {
  margin-top: 4.5px;
}

.grid-footer {
  position: sticky;
  bottom: 0;
}

.grid-footer-panel {
  background-color: white;
  /*white-space: nowrap;*/
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  padding: 15px 15px 0 15px !important;
  min-width: 1260px;
  width: calc(100vw - 28px);
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  flex-wrap: nowrap !important;
  height: max-content;
  z-index: 2;
  min-height: 62px;
  flex-direction: column !important;
}
.grid-footer-panel .row {
  padding-top: 0 !important;
  flex-wrap: nowrap !important;
}
.grid-footer-panel .grid-right-elements {
  text-align: right;
}
.grid-footer-panel .grid-right-elements label {
  font-size: 13px;
}
.grid-footer-panel .footer_actions {
  display: flex;
  flex-wrap: wrap;
}
.grid-footer-panel .footer_actions button {
  margin-bottom: 8px;
}
.grid-footer-panel .footer_actions_button {
  background-color: transparent !important;
  color: #4d4d4d !important;
  font-weight: 500;
  text-transform: uppercase !important;
}
.grid-footer-panel .footer_actions_button:hover {
  background-color: rgba(0, 0, 0, 0.06) !important;
}
.grid-footer-panel .summary-content-block_footer_accordion {
  margin-right: 4px;
  cursor: pointer;
}
.grid-marker {
  position: absolute;
  left: 0;
  height: 100%;
  width: 7px !important;
  top: 0;
  background-color: #18A8CC;
  z-index: 10;
}

.filter-popup > div {
  text-align: center;
  margin-bottom: 10px !important;
}

.from-popup {
  filter: none !important;
  min-width: 250px !important;
  max-width: 100% !important;
}
.from-popup .separator {
  display: flex;
  align-items: center;
}

.label-margin {
  margin: 3px !important;
}

.cell-edit {
  white-space: nowrap;
  width: 20%;
}
.cell-edit .button {
  margin-left: 8px;
}

.color-info-orange {
  background-color: #fcd8c1 !important;
}
.color-info-olive {
  background-color: #ebf1c0 !important;
}
.color-info-teal {
  background-color: #b5eae7 !important;
}

.grid-row.olive td {
  background-color: #ebf1c0;
}
.grid-row.orange td {
  background-color: #fcd8c1;
}
.grid-row.teal td {
  background-color: #b5eae7;
}
.grid-row.pink td {
  background-color: #fbeff2;
}

.react-resizable:hover .react-resizable-handle-se {
  opacity: 1 !important;
}

.react-resizable-handle-se {
  top: 0;
  right: -8px !important;
  /* width: 16px!important;*/
  cursor: col-resize !important;
  height: 100% !important;
  z-index: 100 !important;
  position: absolute !important;
  user-select: none !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  opacity: 0;
}
.react-resizable-handle-se:active:before {
  content: "";
  top: 2px;
  height: calc(100% - 4px);
  background-color: #ddd;
  /*left: 8px;*/
}
.react-resizable-handle-se:active:after {
  opacity: 0;
}
.react-resizable-handle-se:before {
  content: "";
  top: 25%;
  width: 1px;
  height: 50%;
  position: absolute;
  transition: all linear 100ms;
  background-color: #ddd;
  left: 7px;
}
.react-resizable-handle-se:after {
  content: "";
  top: 25%;
  width: 1px;
  height: 50%;
  position: absolute;
  transition: all linear 100ms;
  background-color: #ddd;
  left: 9px;
}

.react-resizable-handle {
  position: absolute;
  /* width: 10px !important;
   height: 100% !important;*/
  background-image: none !important;
  /* background-repeat: no-repeat; */
  /* background-origin: content-box; */
  /* box-sizing: border-box; */
  /* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…BMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+); */
  /* background-position: bottom right; */
  /* padding: 0 3px 3px 0; */
}

.footer-info {
  display: flex;
  white-space: nowrap;
  padding-bottom: 0.5rem;
  color: #4d4d4d !important;
}
.footer-info-value {
  font-weight: 500;
  padding-left: 8px;
}
.footer-info-close {
  position: absolute;
  top: 0;
  right: -20px;
}
.footer-info-close:hover {
  cursor: pointer;
}
.footer-info div:not(:last-child) {
  padding-right: 24px;
}

.footer-info-label {
  display: flex;
  font-weight: bold;
  color: #18a8cc;
  align-items: baseline;
  padding-bottom: 8px;
}
.footer-info-label:hover {
  cursor: pointer;
}

.ellipsis-actions-btn {
  height: 23.94px;
}
.ellipsis-actions-btn i {
  vertical-align: text-top;
}

.grid-mass-updates {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.grid-mass-updates .ui.selection.dropdown {
  white-space: nowrap;
}
.grid-mass-updates .ui.grid {
  width: 100%;
  flex-wrap: nowrap !important;
}
.grid-mass-updates .ui.grid > .row {
  flex-wrap: nowrap;
}
.grid-mass-updates label {
  padding-right: 8px;
  margin: 0 !important;
  font-weight: 500 !important;
  color: #4d4d4d !important;
}
.grid-mass-updates-fields {
  display: inline-flex !important;
  align-items: center;
}
.grid-mass-updates-fields .field {
  margin: 0 !important;
  width: 100%;
}
.grid-mass-updates-save {
  margin-left: 8px !important;
  height: 38px !important;
}

.cell-grid {
  display: flex;
  position: relative;
  width: 100% !important;
}
.cell-grid:hover .cell-grid-copy-btn {
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  opacity: 1;
}
.cell-grid-value {
  position: relative;
  width: min-content;
  min-width: 10px;
  min-height: 18px;
  display: flex;
}
.cell-grid-value:hover {
  cursor: pointer;
}
.cell-grid-value_empty {
  width: 50%;
}
.cell-grid-copy-btn {
  opacity: 0;
  padding: 0 8px;
  color: rgba(34, 36, 38, 0.15);
}
.cell-grid-copy-btn :hover {
  cursor: pointer;
  color: rgba(34, 36, 38, 0.35);
}
.cell-grid .ui.loader {
  position: relative !important;
  padding: 0 8px;
}

.value-cell {
  padding-left: 0 !important;
}

.all-filters-popup {
  min-width: 250px;
  max-width: 100%;
}

.all-filters-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 12px;
}

.cell-actions {
  display: flex;
}
.cell-actions_btn {
  position: absolute;
  right: 0;
}

.grid-print-btn {
  display: flex !important;
}
.grid-print-btn > i {
  display: none !important;
}

td.actions-btn {
  background-color: white;
  min-width: 62px;
  max-width: 62px;
  padding: 0;
  border-bottom: 1px;
  position: sticky !important;
  right: 0;
  text-overflow: inherit !important;
}

.report-with-checkbox {
  max-width: 50px !important;
  width: 50px !important;
  min-width: 50px !important;
  z-index: 5;
  border-right: 1px solid #dededf !important;
  border-left: none !important;
  position: sticky !important;
  left: 0;
  background-color: #f9fafb !important;
}
.report-with-checkbox_white {
  background-color: white !important;
}

.btn-body_cell {
  background-color: rgba(255, 255, 255, 0) !important;
  padding: 0 !important;
  min-width: 50px;
  text-align: left !important;
}
.btn-body_cell__popup {
  padding: 0 !important;
}
.btn-body_cell__dropdown {
  padding: 5px 0 5px 0;
}
.btn-body_cell__item {
  padding: 2px 10px 2px 10px;
}
.btn-body_cell__item:hover {
  background-color: #c7c7c7;
}

.ui.table thead th.report-with-checkbox {
  z-index: 9 !important;
}

.ui.celled.table tr td.small-column, .ui.celled.table tr th.small-column {
  border-left: 0 !important;
  border-right: 1px solid #dededf !important;
}

.hover-cursor-pointer:hover {
  cursor: pointer;
}

.grid-no-scroll {
  overflow: hidden;
}.facet-input {
  position: relative;
}
.facet-input_period {
  color: #18a8cc;
}
.facet-input_period:hover {
  cursor: pointer;
}
.facet-input_period__disabled {
  color: #999 !important;
}
.facet-input_period__disabled:hover {
  cursor: default;
}

.facet-sortable {
  padding-right: 20px !important;
}

.facet-sortable .sort-button {
  background: transparent !important;
}

.column-status-facet {
  /*min-width: 200px !important;
  width: 200px !important;*/
  font-weight: bold;
}

.small-column {
  width: 50px !important;
  position: sticky;
  left: 0;
  top: 1px;
  z-index: 1;
  background-color: white;
}
.small-column_20 {
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
}
.small-column {
  /*label {
      &:before {
          content: "";
          border-color: rgba(0, 0, 0, .4) !important;
      }

      &:after {
          content: "";
          color: #18a8cc !important;
      }
  }*/
}

.sort-button {
  /* height: 16px !important;
  min-height: 10px !important;
  width: 19px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  font-size: 18px;
  text-align: center;
  overflow: hidden;*/
}

.sort-button .icon {
  /*display: block;
  margin: 0 !important;
  color: #ccc !important;*/
}

.sort-button:not(.sort-button-active):hover .icon {
  /*color: rgb(155, 155, 155) !important;*/
}

.sort-button-active .icon {
  /* color: rgb(100, 100, 100) !important;*/
}

.sort-button-up {
  /* position: absolute;
  top: 2px;
  right: 1px;
  padding-top: 3px !important;
  padding-bottom: 2px !important;*/
}

.sort-button-down {
  /* display: block;
  position: absolute;
  bottom: 1px;
  right: 1px;
  padding-bottom: 4px !important;*/
}

.sort-button-down > i.icon {
  /*margin-top: -4px !important;*/
}

.label-in-popup {
  display: block;
  margin-bottom: 7px;
}

.select-facet-values {
  max-height: 20vh;
  overflow-x: hidden;
  margin-top: 10px;
  min-width: 220px;
  font-size: 12px !important;
  display: grid;
  max-width: 400px;
}
.select-facet-values .field {
  margin-bottom: 7px !important;
}
.select-facet-values label {
  font-size: 13px !important;
}

.boolean-facet-values {
  max-height: 60vh;
  overflow-x: hidden;
  margin-top: 10px;
  min-width: 220px;
  font-size: 12px !important;
}
.boolean-facet-values .active-value {
  font-weight: bold;
}
.boolean-facet-values div {
  padding: 8px 0 !important;
}
.boolean-facet-values div:hover {
  cursor: pointer;
}
.boolean-facet-values div span {
  font-size: 13px !important;
}

.facet {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 500 !important;
  color: #4d4d4d !important;
  justify-content: center;
  text-align: center;
}
.facet_report {
  width: auto !important;
}
.facet-field__nowrap {
  word-break: normal !important;
}
.facet-field__wrap {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #4d4d4d !important;
}
.facet-field__wrap:hover {
  cursor: pointer;
}
.facet-field__disabled {
  color: #999 !important;
}
.facet-field:hover {
  cursor: pointer;
}
.facet-actions {
  margin: 0 4px;
}
.facet-actions button {
  height: 16px !important;
  min-height: 10px !important;
  width: 19px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
}
.facet-actions button .icon {
  display: block;
  margin: 0 !important;
  color: #ccc;
}
.facet-actions__filter {
  opacity: 0;
}
.facet-actions__filter_active {
  opacity: 1 !important;
  color: #18a8cc !important;
}
.facet-actions__filter_active button i {
  color: #18a8cc !important;
}
.facet-actions__filter button:hover i {
  color: rgba(34, 36, 38, 0.35) !important;
}
.facet-actions__sort {
  display: flex;
  flex-direction: column;
  min-height: 15px;
  color: rgb(155, 155, 155) !important;
}
.facet:hover .facet-actions__filter {
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  opacity: 1;
}

.reset-selected {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
}
.reset-selected span {
  color: #18a8cc;
  font-weight: 500 !important;
}
.reset-selected span:hover {
  cursor: pointer;
}
.reset-selected span:after {
  content: "";
  border-bottom: 1px dashed #18a8cc;
  display: block;
  margin-bottom: 4px;
}

.state-items-container {
  max-height: 50vh;
  overflow: auto;
}.search-input {
  min-width: 200px;
  width: 30%;
  /* margin-right: 15px;
   width: 30%;
   min-width: 200px;

   input {
       height: 36px;
   }*/
}@font-face {
  font-family: 'icomoon';
  src:  url('/assets/icomoon-Do-v3ZwR.eot?d5jrns');
  src:  url('/assets/icomoon-Do-v3ZwR.eot?d5jrns#iefix') format('embedded-opentype'),
    url('/assets/icomoon-C89FTeig.ttf?d5jrns') format('truetype'),
    url('/assets/icomoon-4jPyUCYP.woff?d5jrns') format('woff'),
    url('/assets/icomoon-B2PQne9Z.svg?d5jrns#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: relative;
    top: 1px;
    display: inline-block;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-1 {
    font-size: 1.5em !important;
}

.icon-2 {
    font-size: 1.8em !important;
}

.icon-9 {
    font-size: 9px !important;
}

.icon-12 {
    font-size: 12px !important;
}

.icon-14 {
    font-size: 14px !important;
}

.icon-16 {
    font-size: 16px !important;
}

.icon-24 {
    font-size: 24px !important;
}

.icon-32 {
    font-size: 32px !important;
}

.icon-40 {
    font-size: 40px !important;
}

.icon-48 {
    font-size: 48px !important;
}

.icon-kpi:before {
  content: "\e90b";
}
.icon-info-turnover:before {
  content: "\e90c";
}
.icon-protocol:before {
  content: "\e90d";
}
.icon-contacts:before {
  content: "\e90e";
}
.icon-vehicle:before {
  content: "\e90f";
}
.icon-question:before {
  content: "\e910";
}
.icon-star:before {
  content: "\e911";
}
.icon-phone:before {
  content: "\e912";
}
.icon-up:before {
  content: "\e913";
}
.icon-exit:before {
  content: "\e914";
}
.icon-turnover:before {
  content: "\e915";
}
.icon-time-in:before {
  content: "\e916";
}
.icon-time-out:before {
  content: "\e917";
}
.icon-late:before {
  content: "\e918";
}
.icon-return-state:before {
  content: "\e919";
}
.icon-menu:before {
  content: "\e91a";
}
.icon-stat-monitor:before {
  content: "\e91b";
}
.icon-info:before {
  content: "\e91c";
}
.icon-checkbox:before {
  content: "\e900";
}
.icon-checkbox-empty:before {
  content: "\e901";
}
.icon-clear-filter:before {
  content: "\e902";
}
.icon-delete:before {
  content: "\e903";
}
.icon-file-download:before {
  content: "\e904";
}
.icon-file-upload:before {
  content: "\e905";
}
.icon-filter:before {
  content: "\e906";
}
.icon-filter-full:before {
  content: "\e907";
}
.icon-multi-checkbox:before {
  content: "\e908";
}
.icon-multi-checkbox-empty:before {
  content: "\e909";
}
.icon-multi-checkbox-some-outline:before {
  content: "\e90a";
}
.ext-header-row th {
  position: sticky;
  top: 43px;
  min-width: 150px;
}

.status-label-bottom {
  vertical-align: bottom !important;
}

.column-header {
  text-align: center !important;
  width: 100% !important;
  background-color: #f9fafb !important;
}
.column-header__status {
  border-top: 1px solid rgba(34, 36, 38, 0.1) !important;
}

.ui.table thead th.column-header__statuses {
  border-bottom: 0 !important;
}.scroll-trigger-block {
  margin-top: -300px !important;
  position: absolute !important;
  width: 100% !important;
  height: 300px;
  z-index: -1;
}.scroll-table-container {
  display: grid;
  overflow: auto;
  height: calc(100vh - 150px);
  width: 100%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  background-color: white;
}
.scroll-table-container .ui.structured.table {
  border-collapse: separate;
}

.cell-sticky {
  position: relative;
  vertical-align: top;
}
.cell-sticky-value {
  position: sticky;
  top: 85px;
}

.ui.table thead th {
  color: #4d4d4d !important;
  font-weight: 500 !important;
}

.table-header-cell {
  /* background-color: white;*/
}

.table-row-click:hover {
  cursor: pointer;
}

.wider {
  position: relative;
}

.table-header-menu {
  background-color: white;
  border: 1px solid #ddd;
  margin: 0 !important;
}
.table-header-menu_title {
  font-weight: 500;
  font-size: 16px;
  color: #4d4d4d;
  padding-right: 24px;
}

thead th {
  position: sticky;
  top: 0;
  z-index: 3;
}

.table-info {
  margin: 0 !important;
}
.table-info tr td {
  background: white !important;
}
.table-info tr:last-child {
  border-bottom: 1px solid #ddd !important;
}
.table-info td:hover {
  cursor: pointer;
  /* background-color: rgba(0,0,0,.05)!important*/
}
.table-info tr:hover td {
  background: #f2f2f2 !important;
}
.table-info:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom: 0;
  z-index: 20;
}

.no-scroll {
  position: sticky;
  left: 0;
  z-index: 17;
}
.no-scroll-value {
  z-index: 15;
}

.modal-header {
  border-radius: 5px !important;
}.client-edit {
  margin-left: 10px;
}.map-modal > .segment {
  margin: 0 !important;
  padding: 0 !important;
}
.map-modal {
  width: 95vw !important;
  height: 90vh;
}
.map-modal__content {
  display: flex;
}
.map-modal__filters {
  width: 350px;
  height: 90vh;
  border-right: 1px solid #dfdfdf;
}
.map-modal__filters .form {
  padding: 20px;
}
.map-modal__filters .form > .field {
  position: relative;
  padding-bottom: 0;
}
.map-modal__filters .form > .field label {
  padding-bottom: 5px;
}
.map-modal__filters .form > .field .ui.radio.checkbox {
  padding-left: 0;
  padding-right: 25px;
  padding-top: 5px;
}
.map-modal__filters .form > .field .ui.checkbox:not(.radio) label {
  font-weight: bold !important;
  color: #4d4d4d;
}
.map-modal__filters .form > .field .field-hint {
  position: absolute;
  left: 26px;
  top: 17px;
  font-size: 12px;
  font-style: italic;
}
.map-modal__map {
  width: calc(95vw - 350px);
  height: 90vh;
}
.map-modal__legend {
  margin-top: 20px;
}
.map-modal__legend-points {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
}
.map-modal__legend-points .b-point .circle-point {
  margin: auto 6px auto 0;
  width: 14px;
  min-width: 14px;
  height: 14px;
}
.map-modal__legend-points .b-point {
  width: 50%;
  padding: 5px 5px 5px 0;
}
.map-modal__legend-points .b-point:nth-child(2n) {
  padding: 5px 0 5px 5px;
}
.map-modal__legend .description {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.map-modal__btn {
  width: 100%;
  margin-right: 0 !important;
}
.map-modal__line {
  height: 20px;
  background-color: #f6f7fa;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.map-modal__shipping-number {
  margin-top: auto;
  margin-bottom: auto;
  white-space: nowrap;
}
.map-modal__scroll {
  overflow: auto;
}

.map__icon {
  cursor: pointer !important;
  width: 100px;
  height: 123px;
  background-color: #9a0000 !important;
}

.b-point {
  cursor: pointer;
  display: flex;
}
.b-point > div:last-child {
  margin: 2px;
}

.circle-point {
  border: 3px solid white;
  outline: 2px solid black;
  background-color: black;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 5px;
}.grid-select {
  position: fixed;
  margin-top: 20px;
  background: #ffffff;
  z-index: 10;
  border: 1px solid #dededf;
  margin-left: -3px;
  max-height: 20vh;
  overflow: auto;
}
.grid-select__item {
  font-size: 12px !important;
  padding: 2px;
}
.grid-select__item_selected {
  font-weight: 700;
}
.grid-select__item:hover {
  background: rgba(0, 0, 0, 0.05);
}.big-table__scroll {
  overflow: auto;
  position: relative;
}
.big-table__content {
  position: relative;
}
.big-table__loader {
  top: 90% !important;
}
.big-table__checkbox .custom-checkbox {
  height: 2em !important;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.big-table__header-cell {
  background: #f9fafb !important;
  padding: 0 !important;
}
.big-table__header-cell, .big-table__cell {
  display: flex;
  padding: 5px;
}
.big-table__header-cell .facet, .big-table__cell .facet {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.big-table__row_selected {
  background-color: #e3f5f9 !important;
}
.big-table__cell {
  background: #fff;
  border-right: 1px solid #dededf !important;
  border-bottom: 1px solid #dededf !important;
}
.big-table__cell:not(.big-table__checkbox) > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.big-table__cell_resizing {
  background: #e1e1e1 !important;
  z-index: 12;
}
.big-table__cell-div {
  width: 100%;
  display: flex;
  justify-content: center;
}
.big-table__cell-resize {
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  right: 0;
  cursor: col-resize;
}
.big-table__resize-fixed-component {
  border: 0 !important;
  padding: 0;
  background: #efefef;
  z-index: 10;
}
.big-table__resize-fixed-component .react-draggable {
  transform: none !important;
  position: relative !important;
}
.big-table__value {
  width: 100%;
}

.text-with-comment {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  white-space: pre-line;
}
.text-with-comment__comment {
  color: #b6b6b6;
  line-height: 12px;
  position: relative;
  height: 15px;
}
.text-with-comment__comment .icon {
  position: absolute;
  left: auto;
  right: -4px;
  top: 0;
  cursor: pointer;
}
.text-with-comment__full-comment {
  line-height: 12px;
}
.text-with-comment__mini-comment {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 15px;
  padding-right: 15px;
}
.text-with-comment__copy {
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  margin-right: 20px;
  white-space: pre-line;
}
.text-with-comment__copy > div {
  max-height: 120px;
  overflow: auto;
}
.text-with-comment__copy .icon {
  cursor: pointer;
  position: absolute;
  right: 15px;
  bottom: 10px;
}.edit-form .ui.form {
  display: flex;
  flex-wrap: wrap;
}
.edit-form .ui.form > div {
  margin-bottom: 15px;
}.security-cases__card-label {
  padding: 20px 5px 0 20px !important;
  margin-bottom: 0 !important;
}
.security-cases__fields {
  width: 100% !important;
}
.security-cases__fields .dictionary-edit {
  padding: 10px !important;
}
.security-cases__comment .ui.form.dictionary-edit > .field {
  width: 100% !important;
}

.request-from-security-modal__content {
  display: flex !important;
}
.request-from-security-modal__content > div:last-child {
  margin-left: 20px;
}

.docs-download {
  margin-bottom: 10px;
  display: flex;
}

.stopper-documents {
  margin-left: 20%;
  margin-bottom: 20px;
}.banner {
  background: #0081C7 !important;
  border-radius: 0 !important;
  border: 1px solid #164194;
}
.banner__close {
  position: absolute;
  top: 5px;
  right: 2px;
  cursor: pointer;
}
.banner__info {
  display: flex;
  align-items: center;
}
.banner__info .button {
  background-color: white !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
}
.banner__btn {
  padding-left: 20px;
}
.banner__image {
  padding: 10px;
}
.banner__logo {
  min-width: 215px;
  height: 79px;
}
.banner__data {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.banner__text {
  color: white;
  font-weight: 700;
  font-size: 20px;
}
.banner__header {
  font-size: 22px;
  padding-bottom: 20px;
}

.banner-block {
  padding-bottom: 10px;
}.centered-div {
  width: 509px;
  height: 160px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.login-form-wrapper {
  padding-top: 0 !important;
  width: 509px !important;
}

.login-form-wrapper .login-error {
  color: red;
}

.login-form-description {
  width: 277px !important;
  border-right: 1px solid #e0e1e2;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.login-form-description-company {
  font-weight: bold;
  font-size: 18px;
}
.login-form-description img {
  position: absolute;
  left: 0;
  top: -16px;
}

.login-form-input-wrapper {
  width: 232px !important;
}

.login-form-forgot-pass {
  cursor: pointer;
  font-size: 10.3pt;
  padding-top: 9px;
  padding-bottom: 9px;
  display: inline-block;
}

.language-switcher {
  margin-top: auto;
  margin-bottom: auto;
  width: 110px;
}

.login-bgn {
  background-image: url("/assets/bgn-BJtMR7Zc.jpg");
  background-size: cover;
  height: 100vh;
}

.login-wrapper {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

.login-segment {
  border-radius: 0 !important;
  width: 450px !important;
  padding-bottom: 25px !important;
}

.login-segment-transparent {
  background: rgba(0, 0, 0, 0.3) !important;
  color: black;
}

.login-logo {
  text-align: center;
  padding-top: 5px;
}

.login-logo-transparent {
  background-color: white;
  margin: 15px;
  opacity: 0.9 !important;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.login-descr {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: bold;
  color: white;
}

.login-form {
  padding: 35px 15px 5px 15px;
}

.login-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-buttons {
  padding: 15px 15px 5px 15px;
  vertical-align: baseline;
}

.login-sign-up {
  color: white !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}

.login-links {
  padding-top: 20px;
}

.login-links a {
  color: white !important;
}

.login-error {
  padding: 5px 10px 5px 10px;
  min-height: 31px;
  font-size: smaller;
  background: #db2828;
  color: white;
}

.login-header {
  display: flex !important;
  justify-content: end;
  padding: 15px 15px 0 15px !important;
}

.login_mobile .login-descr {
  color: #015da9;
}
.login_mobile .login-link-block {
  margin-top: 10px !important;
}
.login_mobile .login-link-block > div {
  margin-top: 6px;
}

.confirm-error {
  height: 100vh;
  display: flex;
}
.confirm-error__text {
  width: 100%;
  color: red;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}.params-notifications {
  overflow: hidden;
}
.params-notifications .card-content-block {
  width: 100%;
  height: calc(100vh - 250px) !important;
  overflow-x: auto;
}
.params-notifications__block {
  margin: 0 !important;
  padding: 24px !important;
}
.params-notifications__block_fixed {
  position: sticky;
  left: 0;
}
.params-notifications__block .checkbox {
  padding: 10px;
}
.params-notifications__grid {
  flex-grow: 2;
  overflow-y: auto;
  overflow-x: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.params-notifications__table {
  padding: 20px !important;
  padding-top: 0 !important;
  border: 0 !important;
}
.params-notifications__table tr, .params-notifications__table th {
  border-radius: 0 !important;
  border-left: 1px solid rgba(34, 36, 38, 0.1) !important;
  border-top: 1px solid rgba(34, 36, 38, 0.1) !important;
}
.params-notifications__table th:last-child {
  border-right: 1px solid rgba(34, 36, 38, 0.1) !important;
}
.params-notifications__table td:last-child {
  border-right: 1px solid rgba(34, 36, 38, 0.1) !important;
}
.params-notifications__table tr:last-child td {
  border-bottom: 1px solid rgba(34, 36, 38, 0.1) !important;
}
.params-notifications__table td:first-child {
  border-left: 1px solid rgba(34, 36, 38, 0.1) !important;
}
.params-notifications__table-header {
  border: none !important;
}
.params-notifications__checkboxs {
  padding-bottom: 24px;
}
.params-notifications__actions {
  display: flex;
}
.params-notifications__actions .icon {
  margin: 5px;
}
.params-notifications__col_min {
  min-width: 150px;
}
.params-notifications__col {
  min-width: 250px;
}

.selection-field__slider {
  padding-bottom: 5px;
  padding-top: 2px;
}
.selection-field__slider label {
  vertical-align: top !important;
}
.selection-field__label {
  padding-right: 13px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4) !important;
}
.selection-field__label_right {
  padding-left: 13px;
}
.selection-field__label_opacity {
  color: rgba(0, 0, 0, 0.95) !important;
}
.selection-field_no-select {
  min-width: auto !important;
}.cell-template-actions {
  min-width: 8rem;
}
.personal-cabinet {
  display: flex;
  font-family: "Ubuntu", sans-serif !important;
}
.personal-cabinet .dimmer {
  z-index: 9 !important;
}
.personal-cabinet h1 {
  font-family: "Ubuntu", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #4B5057;
  margin-bottom: 20px;
}
.personal-cabinet h2 {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  color: #4B5057;
  text-transform: uppercase;
}
.personal-cabinet h3 {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #4B5057;
}
.personal-cabinet h3 > span {
  font-weight: 400;
  text-transform: lowercase;
}
.personal-cabinet :not(.report__pagination).segment {
  padding: 0 !important;
}
.personal-cabinet__popup {
  background-color: #3A84FF !important;
  border: 0 !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  color: white !important;
  border-radius: 10px !important;
  padding: 5px 10px !important;
}
.personal-cabinet__popup:before {
  background-color: #3A84FF !important;
  box-shadow: none !important;
  margin-top: -0.34em !important;
}
.personal-cabinet__popup_info-icon {
  left: 15px !important;
  border: 1px solid #d8d8d8 !important;
}
.personal-cabinet__popup_info-icon:before {
  box-shadow: -1px -1px 0 0 #d8d8d8 !important;
}
.personal-cabinet__menu {
  background: #034EA2 !important;
  width: 100px !important;
  margin-top: 60px !important;
  height: calc(100vh - 60px);
  position: fixed;
  z-index: 10;
}
.personal-cabinet__menu .active.item, .personal-cabinet__menu .item:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}
.personal-cabinet__menu > .item:first-child {
  margin-top: 30px;
}
.personal-cabinet__menu > .item {
  margin: 20px auto;
  min-width: 36px;
  width: 36px;
  min-height: 36px;
  height: 36px;
  padding: 4px !important;
  border-radius: 8px !important;
}
.personal-cabinet__menu > .item > .icon {
  margin-top: 1px !important;
}
.personal-cabinet__menu > .item:before {
  background: rgba(0, 0, 0, 0) !important;
}
.personal-cabinet__page {
  width: calc(100% - 100px);
  height: calc(100vh - 60px);
  overflow: auto;
  margin-left: auto;
  padding-top: 10px !important;
  margin-top: 60px;
}
.personal-cabinet__page .card-content {
  padding-top: 70px !important;
}
.personal-cabinet__page .card-header-panel, .personal-cabinet__page .card-actions-panel {
  width: calc(100% - 100px);
}
.personal-cabinet__page .container {
  padding-top: 0 !important;
}
.personal-cabinet__page_home {
  display: flex;
  justify-content: center;
}
.personal-cabinet__page_home .ui.grid {
  height: 100%;
}
.personal-cabinet__page_home input {
  height: 40px;
  box-shadow: inset 0 0 0 1px #DEE5EC, 0 0 0 2px transparent !important;
}
.personal-cabinet__page_home .row > .personal-cabinet__block:first-child {
  max-width: 744px !important;
}
.personal-cabinet__page_home .row > .personal-cabinet__block:last-child {
  max-width: 596px !important;
}
@media screen and (min-width: 1500px) {
  .personal-cabinet__page_home .row > .personal-cabinet__block:last-child {
    min-width: calc(100vw - 200px - 744px) !important;
  }
}
.personal-cabinet__form {
  height: auto;
  overflow: inherit;
}
.personal-cabinet__block {
  padding: 12px 26px !important;
}
.personal-cabinet__block .ui.inverted.dimmer {
  background-color: rgba(245, 247, 250, 0.61) !important;
}
.personal-cabinet__block:first-child {
  padding-right: 18px !important;
}
.personal-cabinet__block:last-child {
  padding-left: 0 !important;
}
.personal-cabinet__table_header {
  text-align: center;
}
.personal-cabinet__tc-name {
  background-color: #f9fafb;
}
.personal-cabinet__btn-plus {
  padding-right: 15px;
  cursor: pointer;
}

.turnover__header td:not(:first-child) {
  background-color: #f9fafb;
}
.turnover tr:not(.turnover__header) td:first-child {
  background-color: #f9fafb;
}
.turnover:not(:first-child) {
  border-radius: 0 !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15) !important;
}
.turnover:not(:last-child) tr:last-child td {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15) !important;
}

.links-block.violet .links-block__icon {
  background-color: #c8bfe7 !important;
  border-color: #c8bfe7;
}
.links-block.violet .links-block__links {
  border-color: #c8bfe7;
}
.links-block.yellow .links-block__icon {
  background-color: #efe4b0 !important;
  border-color: #efe4b0;
}
.links-block.yellow .links-block__links {
  border-color: #efe4b0;
}
.links-block {
  display: flex;
}
.links-block__data {
  border: 1px solid;
  padding: 20px;
}
.links-block__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
}
.links-block__links {
  background-color: #f9f9f9 !important;
  border-left: 0;
  font-weight: bold;
  text-decoration: underline;
}
.links-block__links a {
  color: black !important;
}
.links-block__links a:not(:last-child) {
  margin-bottom: 10px;
}

.field-comments .dictionary-edit > .field {
  min-width: 50% !important;
}

.meeting-protocol__content .row:first-child .dictionary-edit {
  padding-bottom: 0;
}

.ui.table td.kpi-cell-secondary {
  text-align: center;
}

.company-statistics {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E2E8EF;
  height: 120px;
  padding: 13px 19px;
  margin-bottom: 21px;
  display: flex;
}
.company-statistics .ui.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.49) !important;
}
.company-statistics .segment {
  padding: 0 !important;
  width: 328px !important;
}
.company-statistics .ui.selection.dropdown {
  border: 1px solid #DEE5EC;
}
.company-statistics > div {
  width: 50%;
}
.company-statistics > div:first-child {
  padding-right: 10px;
}
.company-statistics__company-select {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.company-statistics__company-select > label {
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #4B5057;
}
.company-statistics__company-select .disabled {
  background: rgba(248, 248, 248, 0.54) !important;
}
.company-statistics__company-select .dropdown {
  min-height: 40px !important;
}
.company-statistics__company-select .dropdown .icon {
  padding: 13px 10px !important;
}
.company-statistics__company-select .dropdown .text {
  margin-top: 3px;
  font-size: 14px;
}
.company-statistics__statistics {
  display: flex;
  justify-content: space-between;
  padding: 0 1px 0 20px;
}
.company-statistics:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 194px;
  bottom: -30px;
  background-image: url("/assets/figure-CB9xG2Tw.svg");
  background-position: bottom;
}
.company-statistics:after {
  content: "";
  position: absolute;
  height: 37px;
  width: 194px;
  top: -37px;
  right: 0;
  background-image: url("/assets/figure-CB9xG2Tw.svg");
  background-position: top;
}

.info-icon {
  width: fit-content;
  cursor: pointer;
}
.info-icon__circle {
  display: flex;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #E2E8EF;
  border-radius: 50px;
}
.info-icon__circle > .icon {
  margin: auto;
  line-height: 24px;
}
.info-icon__info-name {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.info-icon:hover .info-icon__circle {
  background: #E2E8EF;
}
.info-icon:hover .info-icon__circle > .icon {
  color: rgb(3, 78, 162) !important;
}
.info-icon:hover .info-icon__info-name {
  color: rgb(3, 78, 162) !important;
}
.info-icon__popup {
  line-height: 18px;
}
.info-icon__popup .popup-label {
  font-weight: 700;
  font-size: 14px;
  color: #475566;
  padding: 3px 0 !important;
}
.info-icon__popup .popup-data {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475566;
  border-top: 1px solid #D3D3D3;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0 !important;
}
.info-icon__popup .popup-data .color_blue {
  font-weight: 700;
  color: #034EA2 !important;
}
.info-icon__popup .popup-data > div {
  display: flex;
  justify-content: space-between;
}
.info-icon__popup .popup-data > div > div {
  flex: 1 0;
  border-bottom: 1px dotted;
  height: 1em;
  margin: 1px;
}

.more-company-statistics {
  margin-bottom: 13px;
}
.more-company-statistics__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.more-company-statistics__header h2 {
  margin-top: auto !important;
  margin-bottom: auto;
}
.more-company-statistics__header > div:last-child {
  display: flex;
}
.more-company-statistics__header > div:last-child > label {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}
.more-company-statistics > div:not(:first-child), .more-company-statistics .segment > div {
  margin-bottom: 10px;
}

.stat-data-blocks {
  display: flex;
  justify-content: space-between;
}

.styled-block-stat {
  background: #FFFFFF;
  border: 1px solid #E2E8EF;
  border-radius: 2px;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.styled-block-stat > div {
  transform: translateZ(1px);
}
.styled-block-stat:hover {
  box-shadow: 0 3px 8px #D4DCE6;
  cursor: pointer;
}
.styled-block-stat:hover .statistic-block__icon .icon, .styled-block-stat:hover .statistic-diagram__header .icon {
  color: rgb(3, 78, 162) !important;
}
.styled-block-stat:not(:last-child) {
  margin-right: 20px;
}

.statistic-block {
  position: relative;
  height: 130px;
  padding: 11px 19px;
  width: 33%;
}
.statistic-block_mini {
  height: 120px;
  padding-bottom: 15px;
}
.statistic-block_mini:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 110px;
  height: 62px;
  transform: rotate(-180deg) translateZ(1px);
  background-image: url("/assets/figure-CB9xG2Tw.svg");
  background-position: bottom right;
  background-size: 162px 125px;
}
.statistic-block > div:first-child {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
}
.statistic-block > div:first-child h3 {
  margin-bottom: 10px;
}
.statistic-block > div:first-child h3 > .label-description {
  margin-top: 7px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: lowercase;
}
.statistic-block__change-value {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  min-height: 14px;
}
.statistic-block__change-value > span {
  font-weight: 400;
}
.statistic-block__change-icon.statistic-block_positive:before {
  content: "▲";
}
.statistic-block__change-icon.statistic-block_negative:before {
  content: "▼";
}
.statistic-block__value {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
}
.statistic-block__value_out-of {
  font-weight: 400;
  color: rgb(86, 86, 86);
}
.statistic-block__value_unit {
  font-weight: 400;
  font-size: 22px;
}
.statistic-block__value_info {
  position: relative;
}
.statistic-block__value_info > .icon {
  color: #4B5057 !important;
  position: absolute;
  top: -3px;
}
.statistic-block__value_info > .icon:hover {
  color: #034EA2 !important;
}
.statistic-block__popup {
  color: white !important;
  background: #034EA2 !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  border: 1px solid rgb(58, 132, 255) !important;
  left: -7px !important;
  top: -3px !important;
}
.statistic-block__popup:before {
  background: #034EA2 !important;
  box-shadow: 1px 1px 0 0 rgb(58, 132, 255) !important;
}
.statistic-block__icon {
  position: absolute;
  right: 16px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.statistic-block_positive {
  color: #81A700 !important;
}
.statistic-block_negative {
  color: #FF0000 !important;
}
.statistic-block_average {
  color: #F6BF3A !important;
}
.statistic-block_fix-styles .info-icon {
  margin-top: 20px !important;
}
.statistic-block_fix-styles .statistic-block__value {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-right: 80px;
}
.statistic-block_fix-styles:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 82px;
  height: 67px;
  transform: rotate(0deg) translateZ(1px);
  background-image: url("/assets/figure-CB9xG2Tw.svg");
  background-position: top right;
  background-size: 162px 125px;
}

.statistic-diagram {
  position: relative;
  height: 300px;
  width: 50%;
  padding: 16px 18px;
}
.statistic-diagram:before {
  position: absolute;
  left: 16px;
  top: 114px;
  content: "";
  width: 149px;
  height: 81px;
  transform: translateZ(1px);
  background-image: url("/assets/figure-9h-KP7Yw.png");
  background-position: bottom right;
}
.statistic-diagram__header {
  display: flex;
}
.statistic-diagram__header > div:first-child {
  margin-right: 12px;
}

.doughnut-chart {
  position: absolute;
  top: -17px;
  width: 100%;
}
.doughnut-chart__diagram {
  position: relative;
  margin-right: 1%;
  margin-left: auto;
  width: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.doughnut-chart__percent {
  position: absolute;
  font-weight: 700;
  font-size: 24px;
  color: #81A700;
  width: 100%;
  text-align: center;
}
.doughnut-chart__legend {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 12px;
  color: #4B5057;
}
.doughnut-chart__legend > div:before {
  content: "⬤";
  margin-right: 7px;
  font-size: 14px;
  line-height: 20px;
}
.doughnut-chart__legend > div:nth-child(1):before {
  color: #92E72B;
}
.doughnut-chart__legend > div:nth-child(2):before {
  color: #FF0000;
}

.chart-tooltip {
  position: relative;
  font-family: "Ubuntu", sans-serif !important;
  background-color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4B5057;
  padding: 5px 10px;
  border: 1px solid #C4D6E9;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(119, 119, 119, 0.31);
}
.chart-tooltip:before {
  position: absolute;
  content: "";
  width: 0.71428571em;
  height: 0.71428571em;
  background: #fff;
  transform: rotate(45deg);
  z-index: 2;
  left: -5px;
  top: 18px;
  border-left: 1px solid #C4D6E9;
  border-bottom: 1px solid #C4D6E9;
}
.chart-tooltip_position_left:before {
  left: auto;
  right: -5px;
  top: 18px;
  transform: rotate(225deg);
}
.chart-tooltip_0 {
  border-color: #92E72B;
}
.chart-tooltip_0:before {
  border-color: #92E72B;
}
.chart-tooltip_0 .chart-tooltip__label:before {
  color: #92E72B;
}
.chart-tooltip_1 {
  border-color: #FF0000;
}
.chart-tooltip_1:before {
  border-color: #FF0000;
}
.chart-tooltip_1 .chart-tooltip__label:before {
  color: #FF0000;
}
.chart-tooltip_graph-1 {
  border-color: #92E72B;
}
.chart-tooltip_graph-1:before {
  border-color: #92E72B;
}
.chart-tooltip_graph-0 {
  border-color: #034EA2;
}
.chart-tooltip_graph-0:before {
  border-color: #034EA2;
}
.chart-tooltip__label:before {
  content: "⬤";
  margin-right: 4px;
  font-size: 12px;
  line-height: 20px;
}

.select-years {
  padding-top: 6px;
  justify-content: end;
}
.select-years .years__menu {
  right: 0;
  left: auto !important;
}
.select-years input {
  width: 100px;
}

.years-graph {
  height: 326px;
  width: 100%;
  padding: 26px 14px 24px;
}
.years-graph > h4 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 65%;
  width: 100%;
  text-align: center;
}
.years-graph__line {
  padding-top: 10px;
  height: 240px !important;
}
.years-graph__legend {
  position: absolute;
  top: 23px;
  right: 26px;
}
.years-graph__legend > div {
  margin-left: 20px;
  position: relative;
}
.years-graph__legend > div::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #EDE9FD;
  border: 2px solid #92E72B;
}
.years-graph__legend > div:nth-child(2)::before {
  background: #BBDADD;
  border-color: #034EA2;
}

.company-stat-table {
  width: 100%;
  height: 495px;
  padding-top: 10px;
}
.company-stat-table__sort-btns {
  margin-bottom: auto;
  margin-top: 3px;
}
.company-stat-table__sort-btns > div {
  position: relative;
  height: 5px;
  width: 6px;
  margin-left: 5px;
  cursor: pointer;
}
.company-stat-table__sort-btns > div:hover:before, .company-stat-table__sort-btns > div.active:before {
  color: #034EA2;
}
.company-stat-table__sort-btns > div:before {
  position: absolute;
  font-family: "Icons", serif;
  content: "\f0d7";
  font-size: 10px;
  line-height: 0;
  height: 3px;
  width: 6px;
  top: 2px;
}
.company-stat-table__sort-btns > div:first-child {
  margin-bottom: 1px;
}
.company-stat-table__sort-btns > div:first-child:before {
  content: "\f0d8";
}
.company-stat-table__header-cell {
  cursor: pointer !important;
  display: flex;
}
.company-stat-table .table {
  margin-top: 0 !important;
  border-color: #E2E8EF !important;
}
.company-stat-table .table:hover {
  box-shadow: 0 3px 8px #D4DCE6;
  cursor: pointer;
}
.company-stat-table .table tbody tr:nth-child(2n) {
  background-color: #F8F8FA !important;
}
.company-stat-table .table tbody tr:last-child {
  border-bottom-left-radius: 3px !important;
}
.company-stat-table .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.company-stat-table .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 3px !important;
}
.company-stat-table .table tbody tr:hover {
  position: relative;
}
.company-stat-table .table tbody tr:hover:after {
  z-index: 22;
  position: absolute;
  top: -2px;
  left: -12px;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  width: calc(100% + 24px);
  height: 38px;
  outline: 1px solid rgba(58, 132, 255, 0.3);
  border: 4px solid white;
  border-left: 14px solid white;
  border-right: 14px solid white;
}
.company-stat-table .table tbody tr:hover:nth-child(2n):after {
  border-color: #F8F8FA;
}
.company-stat-table .table thead th:first-child {
  border-top-left-radius: 2px !important;
}
.company-stat-table .table thead th:last-child {
  border-top-right-radius: 2px !important;
}
.company-stat-table .table thead th:last-child > div {
  display: flex;
  justify-content: center;
}
.company-stat-table .table thead th {
  height: 42px;
  font-weight: 500 !important;
  font-size: 13px;
  line-height: 15px;
  color: #4B5057 !important;
  border-radius: 0 !important;
  border-bottom: 0 !important;
  background: #E2E8EF !important;
}
.company-stat-table .table tr td {
  height: 34px;
  padding: 2px 0.78571429em;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  border-bottom: 0 !important;
}
.company-stat-table > .menu {
  font-family: "Ubuntu", sans-serif !important;
  box-shadow: none !important;
  border: none !important;
  min-height: auto !important;
}
.company-stat-table > .menu .item {
  height: 38px;
  width: 80px;
  font-size: 14px;
  color: #475566 !important;
  border: 1px solid #E2E8EF !important;
  border-radius: 0 !important;
  display: flex;
  justify-content: center;
}
.company-stat-table > .menu .item:before {
  content: none !important;
}
.company-stat-table > .menu .active {
  background-color: #034EA2 !important;
  border-color: #034EA2 !important;
  color: white !important;
}

.lates .cell-grid {
  justify-content: center;
}

.files-view {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.files-view .ui.inverted.dimmer {
  background-color: rgba(245, 247, 250, 0.61) !important;
}

.file-view > div {
  padding: 15px;
}
.file-view .description {
  margin-top: 15px;
  margin-bottom: 15px;
}
.file-view {
  width: 325px !important;
  margin: 15px !important;
}
.file-view__icon i {
  font-size: 70px !important;
  padding-top: 24px;
  padding-left: 4px;
  color: #cccccc !important;
}
.file-view__icon {
  cursor: pointer;
}

.menu-icon-sui:before {
  position: absolute;
  top: 7px;
  left: 11px;
}.table-fields-setting {
  overflow: auto;
}
.table-fields-setting_name {
  width: 100% !important;
  white-space: nowrap;
}
.table-fields-setting .table-loader {
  margin-top: 95px !important;
  height: calc(100vh - 300px) !important;
}

.cell-field-name {
  font-weight: 500;
  color: #4d4d4d;
  display: inline;
}

.field-settings-table {
  border: 1px solid #ddd;
  height: calc(100vh - 175px) !important;
}.double-grid {
  padding: 65px 0 0 0 !important;
  font-size: 12px;
}
.double-grid .big-table__header-cell, .double-grid .big-table__cell {
  font-size: 12px;
  line-height: 14px;
}
.double-grid .sticky-header th, .double-grid td, .double-grid input, .double-grid .representation label {
  font-size: 12px !important;
}
.double-grid .ui.icon.button, .double-grid .ui.icon.buttons .button, .double-grid .grid-right-elements > .ui.button, .double-grid .ui.selection.dropdown .menu > .item {
  padding: 7px !important;
  font-size: 12px;
}
.double-grid .ui.selection.dropdown, .double-grid .ui.icon.input > input {
  min-height: 12px !important;
  padding: 7px;
}
.double-grid .ui.selection.dropdown > .delete.icon, .double-grid .ui.selection.dropdown > .dropdown.icon, .double-grid .ui.selection.dropdown > .search.icon {
  padding: 7px;
}
.double-grid .ui.dropdown .menu > .divider {
  margin: 0;
}
.double-grid .field > label {
  margin-bottom: 0 !important;
}
.double-grid .field {
  font-size: 12px;
}
.double-grid .facet-actions i.icon {
  margin-right: 0 !important;
  font-size: 11px !important;
}
.double-grid .facet-actions {
  display: flex;
  flex-direction: row;
}
.double-grid .ui.multiple.search.dropdown {
  padding: 2.6px;
  min-height: 30px !important;
}
.double-grid .ui.multiple.search.dropdown > .text, .double-grid .ui.multiple.search.dropdown > input.search {
  margin: 4px;
}
.double-grid .ui.multiple.search.dropdown a {
  padding: 3px;
  font-size: 12px !important;
}
.double-grid__line {
  width: 100%;
  height: 6px;
  background-color: #034EA2;
  z-index: 10;
  position: relative;
}
.double-grid > .segment {
  padding: 0 !important;
}
.double-grid .container {
  padding: 0 5px 0 5px;
  max-height: calc((100vh - 76px) / 2);
  display: flex;
  flex-direction: column;
}
.double-grid .container .scroll-grid-container {
  flex-grow: 1;
}
.double-grid .container th.small-column, .double-grid .container td.small-column, .double-grid .container .big-table__checkbox.small-column {
  width: 27px !important;
  min-width: auto !important;
}
.double-grid .container th, .double-grid .container td, .double-grid .container .big-table__checkbox {
  padding: 2px !important;
}
.double-grid .container th .custom-checkbox, .double-grid .container td .custom-checkbox, .double-grid .container .big-table__checkbox .custom-checkbox {
  height: 18px !important;
}
.double-grid .container th .custom-checkbox > input, .double-grid .container td .custom-checkbox > input, .double-grid .container .big-table__checkbox .custom-checkbox > input {
  height: 18px !important;
}
.double-grid .container th .custom-checkbox > i, .double-grid .container td .custom-checkbox > i, .double-grid .container .big-table__checkbox .custom-checkbox > i {
  font-size: 19px !important;
  top: 0 !important;
  height: 0 !important;
}
.double-grid .ui.grid > .row {
  padding-top: 6px;
  padding-bottom: 6px;
}
.double-grid .ui.grid > .row:first-child {
  padding-bottom: 0;
}
.double-grid .ui.grid > .row > .column {
  padding-left: 6px;
  padding-right: 6px;
}
.double-grid .grid-footer-panel {
  bottom: -1px;
  width: calc(100vw - 12px);
  padding: 7px 15px 7px 7px !important;
  min-height: 25px;
}
.double-grid .grid-footer-panel .footer_actions_button {
  margin-bottom: 2px;
  font-size: 10px !important;
}
.double-grid .scroll-grid-container {
  grid-template-rows: auto 25px;
}
.double-grid .report-with-checkbox:nth-child(2) {
  left: 27px;
}
.double-grid .card-table th, .double-grid .card-table td {
  font-size: 12px;
}
.double-grid .ui.grid > [class*="equal width"].row > .wide.column .ui.compact.menu {
  min-height: 30px;
  height: 30px;
}
.double-grid .ui.grid > [class*="equal width"].row > .wide.column .representation, .double-grid .ui.grid > [class*="equal width"].row > .wide.column .records-counter {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.rt-order .dictionary-edit > .field {
  min-height: 40px !important;
}
.rt-order__info_cargo .dictionary-edit > .field:not(.wide):not(.code-field):nth-child(6) {
  width: 40% !important;
}
.rt-order__info .dictionary-edit > .field:not(.wide):not(.code-field) {
  width: 20% !important;
}
.rt-order__info-shippings .dictionary-edit > .field:not(.wide):not(.code-field) {
  width: 33.3% !important;
}
.rt-order__uploading .dictionary-edit > .field:not(.wide):not(.code-field) {
  width: 100% !important;
}
.rt-order__unloading .dictionary-edit > .field:not(.wide):not(.code-field) {
  width: 50% !important;
}

.rt-route > div, .rt-route .column {
  padding: 0 !important;
}

.rt-tabs .ui.grid > div:last-child {
  padding: 0 !important;
}
.rt-tabs.changeable .four.wide.column {
  display: none;
}
.rt-tabs.changeable__items {
  background-color: #9a0000 !important;
  max-width: 20%;
}

.changeable {
  display: flex;
  justify-content: space-between;
}
.changeable .stretched.twelve.wide.column {
  width: 100% !important;
}
.changeable__items {
  margin-right: 5%;
}

.resizable-double-grid {
  height: calc(100vh - 70px);
}
.resizable-double-grid > div > .react-resizable-handle {
  height: 6px !important;
  width: 100%;
  right: 0 !important;
  position: absolute !important;
  bottom: -6px;
  top: auto;
  cursor: row-resize !important;
  z-index: 11 !important;
}
.resizable-double-grid > div > .react-resizable-handle:hover {
  opacity: 0 !important;
}
.resizable-double-grid > div:hover .react-resizable:not(:hover) .react-resizable-handle-se {
  opacity: 0 !important;
}
.resizable-double-grid .react-datepicker-popper {
  z-index: 12 !important;
}