
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: OpenSansRegular, sans-serif;
}
@font-face {
  font-family: OpenSansRegular;
  src: url(/fonts/OpenSans-Regular.a1ea4e6e.ttf);
}
@font-face {
  font-family: OpenSansSemiBold;
  src: url(/fonts/OpenSans-SemiBold.3e3373ee.ttf);
}
@font-face {
  font-family: OpenSansBold;
  src: url(/fonts/OpenSans-Bold.e7f81a20.ttf);
}
@font-face {
  font-family: Acrom;
  src: url(/fonts/Acrom-ExtraBold.7c20993d.ttf);
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 100px;
}
::-webkit-scrollbar-thumb {
  background-color: #005291;
  border-radius: 100px;
}
.pointers-inactive {
  pointer-events: none;
}


.vue3-easy-data-table {
  height: 100%;
}
.vue3-easy-data-table__main {
  max-height: 100%;
  height: 100%;
}
.vue3-easy-data-table__main .header-text {
  font-family: OpenSansBold, sans-serif;
}
.vue3-easy-data-table__header tr th {
  border-top: 1px solid rgba(218, 218, 218, 0.5) !important;
  border-bottom: 1px solid rgba(218, 218, 218, 0.5) !important;
}
.vue3-easy-data-table__message {
  font-size: 14px !important;
  color: #4D5460 !important;
}
.vue3-easy-data-table__footer {
  width: unset !important;
  margin: 0 20px 0 20px !important;
  border-radius: 10px;
}
.pagination__rows-per-page {
  flex-shrink: 0;
  font-size: 0;
}
.pagination__rows-per-page .select-items.show {
  top: unset !important;
  bottom: 32px !important;
}
.pagination__rows-per-page .select-items {
  border-radius: 10px;
}
.pagination__rows-per-page .select-items li:first-child {
  border-radius: 10px 10px 0 0;
}
.pagination__rows-per-page .select-items li:hover {
  background-color: #005291 !important;
  color: #FFFFFF !important;
}
.pagination__rows-per-page .select-items li:last-child {
  border-radius: 0 0 10px 10px;
}
.pagination__items-index {
  width: 100%;
  margin: 0 20px 0 1px !important;
}
.easy-data-table__rows-selector {
  font-size: 14px;
  position: relative;
  margin-left: 100px !important;
}
.easy-data-table__rows-selector:before {
  content: 'Кол-во строк:';
  font-size: 14px;
  position: absolute;
  top: 4px;
  width: 100px;
  right: 70px;
  pointer-events: none;
}
.easy-data-table__rows-selector .triangle {
  transform: rotate(180deg);
}
.previous-page__click-button, .next-page__click-button {
  font-size: 0;
  position: relative;
}
.previous-page__click-button::before {
  content: 'Страница:';
  font-size: 14px;
  display: flex;
  position: absolute;
  top: -5px;
  right: 25px;
  pointer-events: none;
}
.previous-page__click-button .arrow, .next-page__click-button .arrow {
  width: 12px !important;
  height: 12px !important;
  border-top: 2px solid #4D5460 !important;
  border-left: 2px solid #4D5460 !important;
}
.previous-page__click-button.first-page .arrow, .next-page__click-button.last-page .arrow {
  width: 12px !important;
  height: 12px !important;
  border-top: 2px solid #e0e0e0 !important;
  border-left: 2px solid #e0e0e0 !important;
}
.buttons-pagination .item {
  margin: 0 2px;
  border-radius: 6px !important;
  border: 1px solid #005291 !important;
}
.buttons-pagination .item.omission {
  border: 1px solid transparent !important;
}
.easy-data-table__rows-selector .rows-input__wrapper {
  height: 30px !important;
  border-bottom: 0 !important;
  border-radius: 10px !important;
  padding: 0 8px !important;
  background: white;
}
.vue3-easy-data-table__body tr {
  position: relative !important;
}
.vue3-easy-data-table__body tr td {
  z-index: 5;
}
.vue3-easy-data-table__body tr td:nth-child(2) {
  position: static !important;
}
.objects-table .vue3-easy-data-table__body tr td:nth-child(2) {
  position: relative !important;
}
.objects-table .vue3-easy-data-table__body tr td:nth-child(3) {
  position: static !important;
}
.admin-table.objects-table .vue3-easy-data-table__body tr td:nth-child(2),
.admin-table.objects-table .vue3-easy-data-table__body tr td:nth-child(3) {
  position: relative !important;
}
.admin-table.objects-table .vue3-easy-data-table__body tr td:nth-child(4) {
  position: static !important;
}
.vue3-easy-data-table__header {
  z-index: 7;
}
.notifications-table .vue3-easy-data-table__footer {
  display: none !important;
}
.customize-table {
  --easy-table-border: none;
  --easy-table-row-border: 1px solid transparent;

  --easy-table-header-font-size: 14px;
  --easy-table-header-height: 50px;
  --easy-table-header-font-color: #4D5460;
  --easy-table-header-background-color: #FFF;

  --easy-table-header-item-padding: 10px 15px;

  --easy-table-body-even-row-font-color: #fff;
  --easy-table-body-even-row-background-color: #FFF;

  --easy-table-body-row-font-color: #4D5460;
  --easy-table-body-row-background-color: transparent;
  --easy-table-body-row-height: 40px;
  --easy-table-body-row-font-size: 14px;

  --easy-table-body-row-hover-font-color: #4D5460;
  --easy-table-body-row-hover-background-color: #DDE5ED;

  --easy-table-body-item-padding: 10px 15px;

  --easy-table-footer-background-color: #DDE5ED;
  --easy-table-footer-font-color: #4D5460;
  --easy-table-footer-font-size: 14px;
  --easy-table-footer-padding: 0px 10px;
  --easy-table-footer-height: 43px;

  --easy-table-rows-per-page-selector-width: 70px;
  --easy-table-rows-per-page-selector-option-padding: 10px;
  --easy-table-rows-per-page-selector-z-index: 8;


  --easy-table-scrollbar-track-color: transparent;
  --easy-table-scrollbar-color: transparent;
  --easy-table-scrollbar-thumb-color: #005291;
  --easy-table-scrollbar-corner-color: transparent;

  /*--easy-table-loading-mask-background-color: #2d3a4f;*/
}

/* < 1200 */
@media screen and (max-width: 1199px) {
.customize-table {
    --easy-table-body-row-hover-background-color: transparent;
}
}

/* < 768 */
@media screen and (max-width: 767px) {
.vue3-easy-data-table__footer {
    margin: 0 15px 0 15px !important;
}
.previous-page__click-button::before {
    display: none;
}
.vue3-easy-data-table__header th {
    padding: 5px 10px !important;
}
.vue3-easy-data-table__body td {
    padding: 5px 10px !important;
}
}

/* < 620 */
@media screen and (max-width: 619px) {
.vue3-easy-data-table__footer {
    margin: 0 !important;
    border-radius: 0;
}
.easy-data-table__rows-selector {
    margin-left: 0 !important;
}
.easy-data-table__rows-selector:before {
    display: none;
}
}

/* < 520 */
@media screen and (max-width: 519px) {
.pagination__items-index {
    display: none;
}
.pagination__rows-per-page {
    margin-right: auto !important;
}
}


.component-block .multiselect {
  background: transparent;
  border-radius: 10px !important;
  border: 1px solid #005291;
}
.component-block .multiselect-wrapper {
  padding-top: 6px;
}
.component-block .multiselect.is-active {
  box-shadow: none;
  border: 1px solid #005291;
  border-radius: 10px;
}
.component-block .multiselect-tags-search {
  background: transparent;
  color: #4D5460;
  font-family: OpenSansSemiBold, sans-serif;
  font-size: 14px;
}
.component-block .multiselect-placeholder {
  color: #4D5460;
  font-family: OpenSansSemiBold, sans-serif;
  font-size: 14px;
}
.component-block .multiselect-tag {
  background: #005291;
  border-radius: 10px;
  color: #fff;
  padding: 5px 0 5px 8px;
}
.component-block .multiselect-tag .multiselect-tag-wrapper {
  font-family: OpenSansSemiBold, sans-serif;
  font-size: 14px;
}
.component-block .multiselect-tag-remove-icon {
  width: 17px;
  height: 17px;
}
.component-block .pointers-inactive .multiselect-tag-remove-icon {
  opacity: 0;
}
.component-block .multiselect-clear {
  padding: 0;
  margin-right: 10px;
}
.component-block .multiselect-clear-icon {
  width: 17px;
  height: 17px;
  background: #4D5460;
}
.component-block .multiselect-clear:hover .multiselect-clear-icon {
  background: #4D5460;
}
.component-block .multiselect-caret {
  width: 12px;
  height: 12px;
  border-top: 2px solid #4D5460 !important;
  border-left: 2px solid #4D5460 !important;
  border-right: 0;
  transform: rotate(-135deg);
  transition: all .2s;
  -webkit-mask-image: none;
  mask-image: none;
  background: transparent;
  top: -3px;
}
.component-block .multiselect-caret.is-open {
  transform: rotate(45deg);
  top: 2px;
}
.component-block .pointers-inactive .multiselect-caret {
  display: none;
}
.component-block .pointers-inactive .multiselect-clear {
  display: none;
}
.component-block .multiselect-dropdown {
  border-radius: 10px;
  background: #DDE5ED;
  border: 1px solid #005291;
  transform: translateY(102%);
  overflow: auto;
}
.component-block .modal .multiselect-dropdown {
  background: #ffffff;
}
.component-block .multiselect-option, .component-block .multiselect-option.is-pointed {
  color: #4D5460;
  background: transparent;
}
.component-block .multiselect-option span, .component-block .multiselect-option.is-pointed span {
  font-family: OpenSansSemiBold, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.component-block .multiselect-option:hover,
.component-block .multiselect-option.is-selected,
.component-block .multiselect-option.is-selected.is-pointed {
  color: #ffffff;
  background: #005291;
}
.component-block .multiselect-label-wrapper {
  position: relative;
  margin-bottom: 17px;
}
.component-block .singleselect-label-wrapper {
  position: relative;
  margin-bottom: 17px;
}
.component-block .singleselect-label-wrapper .multiselect-clear {
  display: none;
}
.component-block .filter-menu .multiselect-clear {
  display: none;
}
.component-block .multiselect-single-label span {
  font-family: OpenSansSemiBold, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #4D5460;
}
.component-block .edit-multiselect-label {
  position: absolute;
  top: -11px;
  left: 7px;
  font-size: 12px;
  padding: 0 3px;
  color: #005291;
  background: #DDE5ED;
  z-index: 1;
}
.component-block .modal .edit-multiselect-label {
  background: #ffffff;
}
.component-block .multiselect-search {
  border-radius: 10px;
  background: transparent;
  padding-left: 10px;
}
.component-block .multiselect-single-label {
  padding-left: 10px;
}
@media screen and (max-width: 1439px) {
}


.component-block .edit-input {
  width: 100%;
  margin-bottom: 17px;
  position: relative;
}
.component-block .edit-input-label {
  position: absolute;
  top: -11px;
  left: 7px;
  font-size: 12px;
  padding: 0 3px;
  color: #005291;
  background: #DDE5ED;
  transition: all .4s;
}
.component-block .modal .edit-input-label {
  background: #ffffff;
}
.component-block .edit-input input {
  width: 100%;
  height: 38px;
  padding: 10px;
  border: 1px solid #005291;
  border-radius: 10px;
  outline: none;
  background: transparent;
  font-family: OpenSansSemiBold, sans-serif;
  font-size: 14px;
  color: #4D5460;
  transition: all .4s;
}
.component-block .edit-input input::-moz-placeholder {
  font-size: 14px;
}
.component-block .edit-input input::placeholder {
  font-size: 14px;
}
.component-block .edit-input.error-input input {
  border: 1px solid red;
}
.component-block .edit-input.error-input .edit-input-label {
  color: red;
}
.component-block .edit-error {
  margin-left: 10px;
  font-size: 11px;
  color: red;
}
.component-block .edit-dropdown {
  width: 100%;
  margin-bottom: 17px;
  position: relative;
}
.component-block .edit-dropdown button {
  width: 100%;
  height: 38px;
  padding: 10px;
  border: 1px solid #005291;
  border-radius: 10px;
  position: relative;
  text-align: left;
  background: transparent;
  font-family: OpenSansSemiBold, sans-serif;
  font-size: 14px;
  color: #4D5460;
  display: flex;
  align-items: center;
}
.component-block .edit-dropdown button:active {
  border: 1px solid #005291;
  color: #4D5460;
}
.component-block .edit-dropdown button:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 12px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #4D5460 !important;
  border-left: 2px solid #4D5460 !important;
  border-right: 0;
  transform: rotate(-135deg);
  transition: all .2s;
}
.component-block .edit-dropdown button.show:after {
  transform: rotate(45deg);
  top: 17px;
}
.component-block .edit-dropdown .dropdown-menu {
  width: 100%;
  background: #DDE5ED;
  border: 1px solid #005291;
  border-radius: 10px;
  font-size: 14px;
}
.component-block .modal .edit-dropdown .dropdown-menu {
  background: #ffffff;
}
.component-block .edit-dropdown .dropdown-menu .dropdown-item {
  padding: 6px 10px;
  color: #4D5460;
  font-family: OpenSansSemiBold, sans-serif;
}
.component-block .edit-dropdown .dropdown-menu .dropdown-item:hover, .edit-dropdown .dropdown-menu .dropdown-item:active {
  background: #005291;
  color: #ffffff;
}
.component-block .edit-dropdown-label {
  position: absolute;
  top: -11px;
  left: 7px;
  font-size: 12px;
  padding: 0 3px;
  color: #005291;
  background: #DDE5ED;
  z-index: 1;
}
.component-block .modal .edit-dropdown-label {
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
}


.component-block .dp__input_icon_pad, .component-block .dp__input_icon_pad:hover {
  padding-inline-start: 12px;
  padding: 6px 12px;
  background: transparent;
  outline: none;
  border: 1px solid #005291;
  font-family: OpenSansSemiBold, sans-serif;
  font-size: 14px;
  color: #4D5460;
  border-radius: 10px;
  max-width: 140px;
}
@media screen and (max-width: 474px) {
.component-block .dp__input_icon_pad, .component-block .dp__input_icon_pad:hover {
    max-width: 100%;
}
}
.component-block .dp__input_icon {
  display: none;
}
.component-block .dp__clear_icon {
  color: #4D5460;
  padding: 6px 8px;
}
body .dp__theme_light {
  --dp-background-color: #fff;
  --dp-text-color: #212121;
  --dp-hover-color: #f3f3f3;
  --dp-hover-text-color: #212121;
  --dp-hover-icon-color: #959595;
  --dp-primary-color: #005291;
  --dp-primary-disabled-color: #6bacea;
  --dp-primary-text-color: #f8f5f5;
  --dp-secondary-color: #c0c4cc;
  --dp-border-color: #ddd;
  --dp-menu-border-color: #ddd;
  --dp-border-color-hover: #aaaeb7;
  --dp-disabled-color: #f6f6f6;
  --dp-scroll-bar-background: #f3f3f3;
  --dp-scroll-bar-color: #959595;
  --dp-success-color: #76d275;
  --dp-success-color-disabled: #a3d9b1;
  --dp-icon-color: #959595;
  --dp-danger-color: #ff6f60;
  --dp-marker-color: #ff6f60;
  --dp-tooltip-color: #fafafa;
  --dp-disabled-color-text: #8e8e8e;
  --dp-highlight-color: rgb(25 118 210 / 10%);
  --dp-range-between-dates-background-color: var(--dp-hover-color, #f3f3f3);
  --dp-range-between-dates-text-color: var(--dp-hover-text-color, #212121);
  --dp-range-between-border-color: var(--dp-hover-color, #f3f3f3);
}


div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm,
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel,
div:where(.swal2-container) div:where(.swal2-popup) {
  border-radius: 10px !important;
}


.popup-popper {
  border-radius: 8px;
  padding: 5px 10px;
  box-shadow: 0 6px 30px -6px rgba(0, 0, 0, 0.25);
  color: #4D5460;
  background: white;
  font-size: 12px;
}
.popup-popper.monitoring {
  color: white;
  background: transparent;
}


.block-container[data-v-0ba26775] {
  width: 100%;
  background: #005291;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 30px 0 20px;
}
.flex[data-v-0ba26775] {
  display: flex;
  align-items: center;
}
.logo[data-v-0ba26775] {
  max-width: 80px;
}
.navigation ul[data-v-0ba26775] {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-item a[data-v-0ba26775] {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 18px 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.4399999976158142px;
  color: #9EC8E4;
  position: relative;
  transition: all .4s;
}
.navigation-item a[data-v-0ba26775]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #9BCBEB;
  height: 3px;
  border-radius: 10px 10px 0 0;
  transition: all .4s;
}
.navigation-item.active a[data-v-0ba26775], .navigation-item:hover a[data-v-0ba26775] {
  color: #FFFFFF;
}
.navigation-item.active a[data-v-0ba26775]::after, .navigation-item:hover a[data-v-0ba26775]::after {
  background: #FFFFFF;
}
.navigation-item[data-v-0ba26775] {
  margin: 0 16px;
}
.navigation-item svg[data-v-0ba26775] {
  fill: #9EC8E4;
  margin-right: 6px;
  transition: all .4s;
  flex-shrink: 0;
}
.navigation-item.active svg[data-v-0ba26775], .navigation-item:hover svg[data-v-0ba26775] {
  fill: #FFFFFF;
}
.mobile-navigation ul[data-v-0ba26775] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-navigation .navigation-item[data-v-0ba26775] {
  margin: 0;
  padding: 0;
}
.mobile-navigation .navigation-item a[data-v-0ba26775] {
  padding: 14px 0;
}
.mobile-navigation .navigation-item a[data-v-0ba26775]::after {
  content: none;
}
.user-info-admin[data-v-0ba26775] {
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.4399999976158142px;
}
.user-info-name[data-v-0ba26775] {
  font-size: 13px;
  color: #FFFFFF;
  font-family: OpenSansSemiBold, sans-serif;
  letter-spacing: 0.4399999976158142px;
}
.icon-btn[data-v-0ba26775] {
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: all .4s;
  flex-shrink: 0;
}
.icon-btn svg[data-v-0ba26775] {
  max-width: 100%;
}
.settings-btn[data-v-0ba26775] {
  margin: 0 20px;
}
.icon-btn[data-v-0ba26775]:active {
  transform: scale(0.95);
}
.burger[data-v-0ba26775] {
  display: none;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: all .4s;
  flex-shrink: 0;
  margin-right: 10px;
}
.burger[data-v-0ba26775]:active {
  transform: scale(0.95);
}
.burger-close[data-v-0ba26775] {
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: all .4s;
  flex-shrink: 0;
  margin-right: 10px;
}
.burger-close[data-v-0ba26775]:active {
  transform: scale(0.95);
}
.mobile-nav[data-v-0ba26775] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 84, 96, 0.7);
  /*background: rgba(44, 86, 151, 0.4);*/
  /*backdrop-filter: blur(2px);*/
  z-index: 998;
  overflow: auto;
}
.mobile-nav-container[data-v-0ba26775] {
  width: 100%;
  background: #005291;
  padding: 0 30px 20px 20px;
  border-radius: 0 0 16px 16px;
}
.icon-container[data-v-0ba26775] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  margin-right: 7px;
}
.icon-container svg[data-v-0ba26775] {
  margin-right: 0;
}
.mobile-top[data-v-0ba26775] {
  height: 60px;
  justify-content: space-between;
}
.mobile-user-info[data-v-0ba26775] {
  display: none;
}
.fade-enter-active[data-v-0ba26775] {
  animation: fade-in-0ba26775 .3s;
}
.fade-leave-active[data-v-0ba26775] {
  animation: fade-in-0ba26775 .3s reverse;
}
@keyframes fade-in-0ba26775 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

/* < 1440 */
@media screen and (max-width: 1439px) {
.navigation-item[data-v-0ba26775] {
    margin: 0 12px;
}
}

/* < 1240 */
@media screen and (max-width: 1239px) {
.navigation-item[data-v-0ba26775] {
    margin: 0 8px;
}
}

/* < 1200 */
@media screen and (max-width: 1199px) {
.navigation[data-v-0ba26775] {
    display: none;
}
.burger[data-v-0ba26775] {
    display: block;
}
.navigation-item[data-v-0ba26775] {
    margin: 0 12px;
}
}

/* < 768 */
@media screen and (max-width: 767px) {
.block-container[data-v-0ba26775] {
    padding: 0 15px 0 15px;
}
.mobile-nav-container[data-v-0ba26775] {
    padding: 0 15px 15px 15px;
}
.user-info[data-v-0ba26775] {
    display: none;
}
.mobile-user-info[data-v-0ba26775] {
    display: block;
}
}



.spin-block[data-v-7b5eb54c] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.lds-ring[data-v-7b5eb54c] {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div[data-v-7b5eb54c] {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #2C5697;
  border-radius: 50%;
  animation: lds-ring-7b5eb54c 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #2C5697 transparent transparent transparent;
}
.lds-ring div[data-v-7b5eb54c]:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div[data-v-7b5eb54c]:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div[data-v-7b5eb54c]:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring-7b5eb54c {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}


/* Стили Leaflet */
.leaflet-container .leaflet-marker-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
  background-size: cover;
  border-radius: 50%;
}
.leaflet-container .leaflet-marker-shadow {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAQAAAACach9AAACMUlEQVR4Ae3ShY7jQBAE0Aoz/f9/HTMzhg1zrdKUrJbdx+Kd2nD8VNudfsL/Th///dyQN2TH6f3y/BGpC379rV+S+qqetBOxImNQXL8JCAr2V4iMQXHGNJxeCfZXhSRBcQMfvkOWUdtfzlLgAENmZDcmo2TVmt8OSM2eXxBp3DjHSMFutqS7SbmemzBiR+xpKCNUIRkdkkYxhAkyGoBvyQFEJEefwSmmvBfJuJ6aKqKWnAkvGZOaZXTUgFqYULWNSHUckZuR1HIIimUExutRxwzOLROIG4vKmCKQt364mIlhSyzAf1m9lHZHJZrlAOMMztRRiKimp/rpdJDc9Awry5xTZCte7FHtuS8wJgeYGrex28xNTd086Dik7vUMscQOa8y4DoGtCCSkAKlNwpgNtphjrC6MIHUkR6YWxxs6Sc5xqn222mmCRFzIt8lEdKx+ikCtg91qS2WpwVfBelJCiQJwvzixfI9cxZQWgiSJelKnwBElKYtDOb2MFbhmUigbReQBV0Cg4+qMXSxXSyGUn4UbF8l+7qdSGnTC0XLCmahIgUHLhLOhpVCtw4CzYXvLQWQbJNmxoCsOKAxSgBJno75avolkRw8iIAFcsdc02e9iyCd8tHwmeSSoKTowIgvscSGZUOA7PuCN5b2BX9mQM7S0wYhMNU74zgsPBj3HU7wguAfnxxjFQGBE6pwN+GjME9zHY7zGp8wVxMShYX9NXvEWD3HbwJf4giO4CFIQxXScH1/TM+04kkBiAAAAAElFTkSuQmCC);
  background-size: cover;
}
.leaflet-control-attribution.leaflet-control {
  display: none;
}
.map-div {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
}
#mapMonitorNew {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.object-list_section {
  width: 400px;
  position: absolute;
  top: 20px;
  left: 55px;
  z-index: 995;
  background: #fff;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 0 5px 10px 0 rgba(221, 229, 237, 1);
}
.object-list_search {
  display: flex;
  align-items: center;
  box-shadow: 0 5px 10px 0 rgba(221, 229, 237, 1);
}
.object-list_search-block {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.object-list_search-close {
  position: absolute;
  background: transparent;
  border: 0;
  outline: none;
  top: 10px;
  right: 9px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.object-list_search-close svg {
  fill: #4D5460;
}
.object-list_search-input {
  background-image: url(/img/fi-rs-search.deaa5e76.svg);
  background-position: 13px center;
  background-repeat: no-repeat;
  padding: 0 45px;
  width: 100%;
  border: 0;
  outline: none;
  height: 43px;
  border-radius: 16px 16px 0 0;
}
.sliding-btn {
  display: none;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.sliding-btn svg {
  fill: #4D5460;
}
.nav-pills {
  margin-left: 10px;
}
.nav-pills > li {
  color: #4D5460;
  border: 1px solid #DDE5ED;
  border-radius: 6px;
  margin: 16px 10px 0 0;
  padding: 0 7px 0 7px;
  cursor: pointer;
}
.nav-pills > li.active {
  color: #fff;
  border: 1px solid #005291;
  background-color: #005291;
}
.object-list_list {
  margin-top: 16px;
  /*max-height: 70vh;*/
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  overflow-x: hidden;
}
.object-list_list.dispatcher {
  max-height: calc(100vh - 210px);
}
.object-list_item {
  position: relative;
  max-width: 100%;
  border: 1px solid #DDE5ED;
  box-shadow: 0 4px 4px 0 rgba(221, 229, 237, 1);
  margin: 0 9px 14px 9px;
  padding: 10px 20px 10px 13px;
  border-radius: 13px;
  overflow: hidden;
  transition: all .4s;
}
.object-list_item:hover, .object-list_item.active {
  border: 1px solid #418FDE;
  background: rgba(65, 143, 222, 0.05);
  cursor: pointer;
}
.object-list_item-title {
  max-width: 90%;
}
.object-list_item-title h4 {
  font-family: OpenSansBold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #005291;
}
.object-list_item-text {
  font-family: OpenSansRegular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
  max-width: 85%;
}
.object-list_item-text span {
  color: #8E8E8E
}
.object-list_item-group-text {
  max-width: 100%;
}
.object-list_item-child-group-text {
  display: flex;
}
.object-list_item-child-group-text > div:not(:first-child) {
  margin-left: 20px;
}
.object-list_item-speed {
  position: absolute;
  top: 10px;
  right: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #005291;
}
.object-list_item-speed-num {
  font-family: OpenSansBold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  background-color: #DDE5ED;
  padding: 0 6px 0 6px;
  border-radius: 8px;
}
.object-list_item-speed-unit {
  font-family: OpenSansRegular, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}
.object-list_item-last-message-time {
  position: absolute;
  top: 5px;
  right: 0;
  transform: rotate(270deg);
  transform-origin: bottom right;
  font-family: OpenSansRegular, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-align: right;
  color: #C1C6C8;
}
.object-list_item-online-status {
  position: absolute;
  top: -5px;
  right: -5px;
  height: 16px;
  width: 16px;
  background-color: #C1C6C8;
  border-radius: 100%;
}
.object-list_item-online-status-online {
  background-color: #418FDE;
}
.object-list_count-text {
  font-family: OpenSansRegular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: #4D5460;
  margin-top: 1rem;
}
.object-list_count-num {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  color: #005291;
}
.custom-marker {
  white-space: nowrap;
  width: 100%;
}
.marker-label {
  font-family: OpenSansBold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #005291;
  position: relative;
  padding-left: 20px;
  padding-right: 5px;
  background-color: #fff;
  border-radius: 5px;
}
.marker-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #005291;
  position: absolute;
  top: 2px;
  left: -5px;
}
.marker-label::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 0;
}

/* for popper */
.object-list_item .inline-block {
  position: absolute;
  top: 2px;
  right: 0;
}

/* < 1200 */
@media screen and (max-width: 1199px) {
#mapMonitorNew {
    height: unset;
    min-height: 40%;
    transition: all .4s;
}
.object-list_section {
    max-width: 100%;
    width: 100%;
    height: calc(60% + 15px);
    position: relative;
    left: 0;
    top: -15px;
    border-radius: 16px 16px 0 0;
    display: flex;
    flex-direction: column;
    transition: all .4s;
}
.object-list_list {
    max-height: 100%;
}
.object-list_list.dispatcher {
    max-height: 100%;
}
.sliding-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all .4s;
    transform: rotate(90deg);
}
.map-div.open #mapMonitorNew {
    min-height: 0%;
}
.map-div.open .object-list_section {
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 0;
}
.map-div.open .object-list_search-input {
    border-radius: 0;
}
.map-div.open .sliding-btn {
    transform: rotate(-90deg);
}
}



.dialog[data-v-3f380384] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 84, 96, 0.7);
  display: block;
  z-index: 999;
}
.modal-header[data-v-3f380384] {
  justify-content: space-between;
}
.modal-header .modal-title[data-v-3f380384] {
  font-family: OpenSansBold, sans-serif;
  font-size: 24px !important;
  color: #005291;
}
.button-close[data-v-3f380384] {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.fade-enter-active[data-v-3f380384] {
  animation: fade-in-3f380384 .3s;
}
.fade-leave-active[data-v-3f380384] {
  animation: fade-in-3f380384 .3s reverse;
}
@keyframes fade-in-3f380384 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

/* < 475 */
@media screen and (max-width: 474px) {
.modal-header .modal-title[data-v-3f380384] {
    font-size: 18px !important;
}
}



.spin[data-v-7b1b5c76] {
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-container[data-v-7b1b5c76] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: OpenSansRegular, sans-serif;
  overflow: hidden;
}
.login-container[data-v-7b1b5c76] {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-height: 100vh;
  overflow: auto;
  padding: 50px 0;
}
[data-v-7b1b5c76]::-webkit-scrollbar {
  width: 10px;
}
[data-v-7b1b5c76]::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 100px;
}
[data-v-7b1b5c76]::-webkit-scrollbar-thumb {
  background-color: rgba(216, 222, 227, 0.7);
  border-radius: 100px;
}
[data-v-7b1b5c76]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(216, 222, 227, 1);
  border-radius: 100px;
}
.logo[data-v-7b1b5c76] {
  max-width: 159px;
}
h1[data-v-7b1b5c76] {
  font-size: 16px;
  color: #525252;
  margin-bottom: 12px;
  font-weight: normal;
}
.to-register[data-v-7b1b5c76] {
  font-size: 12px;
  color: #525252;
  margin-bottom: 12px;
  font-weight: normal;
  max-width: 364px;
  text-align: center;
}
.login-input-label[data-v-7b1b5c76] {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
.login-input-label svg[data-v-7b1b5c76] {
  position: absolute;
  top: 14px;
  left: 18px;
}
.login-input-label .password-visibility[data-v-7b1b5c76] {
  position: absolute;
  top: 14px;
  right: 18px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
.login-input-label .password-visibility svg[data-v-7b1b5c76] {
  position: static;
}
.login-input[data-v-7b1b5c76] {
  font-family: OpenSansRegular, sans-serif;
  font-size: 12px;
  color: #3C3C3C;
  padding: 18px 14px 18px 48px;
  width: 364px;
  outline: none;
  border-radius: 16px;
  border: 0;
  background: rgba(221, 229, 237, 0.8);
  border: 1.5px solid transparent;
  transition: all .4s;
}
.login-input.error-input[data-v-7b1b5c76] {
  border: 1.5px solid red;
  margin-bottom: 10px;
}
.login-input[data-v-7b1b5c76]:focus {
  border: 1.5px solid transparent;
}
.login-input[data-v-7b1b5c76]::-moz-placeholder {
  font-family: OpenSansRegular, sans-serif;
  font-size: 12px;
  color: #3C3C3C;
}
.login-input[data-v-7b1b5c76]::placeholder {
  font-family: OpenSansRegular, sans-serif;
  font-size: 12px;
  color: #3C3C3C;
}
.remember-me[data-v-7b1b5c76] {
  font-family: OpenSansRegular, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  width: 364px;
  display: flex;
  align-items: center;
}
.remember-me .form-check-input[data-v-7b1b5c76] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.remember-me .form-check-input[data-v-7b1b5c76]:checked {
  background-color: #2C5697;
  border-color: #2C5697;
}
.remember-me label[data-v-7b1b5c76] {
  width: 100%;
  text-align: left;
}
.error[data-v-7b1b5c76] {
  position: absolute;
  bottom: -12px;
  left: 21px;
  font-size: 11px;
  color: red;
}
.login-btn[data-v-7b1b5c76] {
  font-family: OpenSansBold, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  padding: 19px;
  width: 364px;
  margin-bottom: 20px;
  outline: none;
  border-radius: 16px;
  border: 0;
  cursor: pointer;
  background: #2C5697;
  transition: all .4s;
}
.login-btn[data-v-7b1b5c76]:active {
  transform: scale(0.95);
}
.in-touch[data-v-7b1b5c76] {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  margin-top: 40px;
}
.in-touch-elem[data-v-7b1b5c76] {
  width: 82px;
  height: 1px;
  background: #3842DB;
  opacity: 0.1;
}
.in-touch-text[data-v-7b1b5c76] {
  font-size: 16px;
  color: #3C3C3C;
  margin: 0 18px;
}
.login-link[data-v-7b1b5c76] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: OpenSansRegular, sans-serif;
  font-size: 12px;
  color: #3C3C3C;
  padding: 12px;
  width: 364px;
  margin-bottom: 13px;
  outline: none;
  border-radius: 16px;
  border: 1px solid #F0EDFF;
  background: transparent;
  text-decoration: none;
  transition: all .4s;
}
.login-link[data-v-7b1b5c76]:active {
  transform: scale(0.95);
}
.login-link svg[data-v-7b1b5c76] {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.image-container[data-v-7b1b5c76] {
  width: 50%;
  background-image: url(/img/loginnew.bcebd87d.jpg);
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.image-text[data-v-7b1b5c76] {
  font-family: Acrom, sans-serif;
  font-size: 75px;
  line-height: 95%;
  color: rgba(255, 255, 255, 0.29);
  position: absolute;
  bottom: -9px;
  left: 19px;
  max-width: 800px;
}
.reset-password-link[data-v-7b1b5c76] {
  font-size: 12px;
  cursor: pointer;
  flex-shrink: 0;
  color: #005291;
  text-decoration: none;
  margin-left: 20px;
}
.button-reset[data-v-7b1b5c76] {
  width: 100%;
  height: 38px;
  background: #005291;
  color: #ffffff;
  border: 0;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  transition: all .4s;
}
.button-reset[data-v-7b1b5c76]:active {
  transform: scale(0.95);
}

/* < 1200 */
@media screen and (max-width: 1199px) {
.image-text[data-v-7b1b5c76] {
    font-size: 48px;
    bottom: -6px
}
}

/* < 1024 */
@media screen and (max-width: 1023px) {
.block-container[data-v-7b1b5c76] {
    overflow: initial;
    min-height: 100vh;
}
.login-container[data-v-7b1b5c76] {
    width: unset;
    text-align: center;
    display: block;
    max-height: unset;
    overflow: auto;
    padding: 50px 15px;
    max-width: 400px;
}
.login-input[data-v-7b1b5c76] {
    width: 100%;
}
.login-link[data-v-7b1b5c76] {
    width: 100%;
}
.in-touch[data-v-7b1b5c76] {
    margin-top: 20px;
}
.image-container[data-v-7b1b5c76] {
    display: none;
}
.remember-me[data-v-7b1b5c76] {
    width: 100%;
}
.login-btn[data-v-7b1b5c76] {
    width: 100%;
}
}

/* < 425 */
@media screen and (max-width: 424px) {
.in-touch-elem[data-v-7b1b5c76] {
    width: 70px;
}
.in-touch-text[data-v-7b1b5c76] {
    font-size: 15px;
    margin: 0 15px;
}
}



.spin[data-v-5b951a40] {
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-container[data-v-5b951a40] {
  /*background-image: url("../assets/images/backfon.jpg");*/
  /*background-size: cover;*/
  /*background-position: center;*/
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  /*padding: 30px;*/
  overflow: hidden;
}
.tableview-block[data-v-5b951a40] {
  background: #FFFFFF;
  /*border-radius: 10px;*/
  height: 100%;
  position: relative;
  box-shadow: 0 5px 10px #aaacbd;
}
.tableview-top[data-v-5b951a40] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
.tableview-top-left[data-v-5b951a40] {
  display: flex;
  align-items: center;
}
.tableview-top-count[data-v-5b951a40] {
  font-size: 18px;
  font-family: OpenSansSemiBold, sans-serif;
  color: #005291;
  margin-right: 20px;
}
.tableview-top-search.mobile[data-v-5b951a40] {
  display: none;
}
.tableview-top-search label[data-v-5b951a40] {
  position: relative;
  display: flex;
}
.tableview-top-search label input[data-v-5b951a40] {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #dde5ed;
  border: 0;
  outline: none;
  border-radius: 10px;
  width: 350px;
  height: 38px;
  padding: 10px 42px 10px 48px;
  font-size: 14px;
  font-family: OpenSansRegular, sans-serif;
  color: #4D5460;
}
.tableview-top-search label input[data-v-5b951a40]::-moz-placeholder {
  color: #4D5460;
}
.tableview-top-search label input[data-v-5b951a40]::placeholder {
  color: #4D5460;
}
.tableview-top-search-icon[data-v-5b951a40] {
  position: absolute;
  top: 11px;
  left: 13px;
  pointer-events: none;
}
.tableview-top-search-close[data-v-5b951a40] {
  position: absolute;
  background: transparent;
  border: 0;
  outline: none;
  top: 8px;
  right: 9px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tableview-top-search-close svg[data-v-5b951a40] {
  fill: #4D5460;
}
.clear-filters[data-v-5b951a40] {
  border-radius: 10px;
  color: #FF7C7C;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  outline: none;
  padding: 0 12px;
  border: 1px solid #FF7C7C;
  cursor: pointer;
  transition: all .4s;
}
.clear-filters.mobile[data-v-5b951a40], .button-add-transparent.mobile[data-v-5b951a40] {
  display: none;
}
.button-add-transparent[data-v-5b951a40] {
  border-radius: 10px;
  color: #4D5460;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  outline: none;
  padding: 0 12px;
  margin-right: 10px;
  border: 1px solid #DDE5ED;
  cursor: pointer;
  transition: all .4s;
}
.clear-filters[data-v-5b951a40]:active, .download-btn[data-v-5b951a40]:active, .delete-selected-btn[data-v-5b951a40]:active, .button-add-transparent[data-v-5b951a40]:active {
  transform: scale(0.95);
}
.download-btn[data-v-5b951a40] {
  border-radius: 10px;
  color: #4D5460;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0 12px;
  border: 1px solid #DDE5ED;
  cursor: pointer;
  transition: all .4s;
  margin-right: 10px;
}
.download-btn .mobile[data-v-5b951a40] {
  display: none;
}
.download-btn svg[data-v-5b951a40] {
  margin-right: 8px;
}
.delete-selected-btn[data-v-5b951a40] {
  border-radius: 10px;
  color: #FF7C7C;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0 12px;
  border: 1px solid #FF7C7C;
  cursor: pointer;
  transition: all .4s;
}
.delete-selected-btn svg[data-v-5b951a40] {
  margin-right: 8px;
}
.tableview-main[data-v-5b951a40] {
  display: flex;
  height: calc(100% - 68px);
}
.tableview-main-left[data-v-5b951a40] {
  width: 100%;
  height: calc(100% - 122px);
}
.tableview-main-left.not-selected[data-v-5b951a40] {
  height: calc(100% - 64px);
}
.tableview-main-selected[data-v-5b951a40] {
  display: flex;
  align-items: center;
  margin-top: 43px;
  justify-content: space-between;
  padding: 20px 20px 20px 30px;
}
.tableview-main-selected-left[data-v-5b951a40] {
  font-size: 14px;
  color: #4D5460;
}
.tableview-main-selected-actions[data-v-5b951a40] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tableview-main-selected-actions-text[data-v-5b951a40] {
  font-size: 14px;
  color: #4D5460;
  margin-right: 12px;
}
.status-point-container[data-v-5b951a40] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
}
.status-point[data-v-5b951a40] {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  background: #418FDE;
}
.status-point.inactive[data-v-5b951a40] {
  background: #C1C6C8;
}
.selected-field.selected[data-v-5b951a40] {
  background: #DDE5ED;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.tableview-main-right[data-v-5b951a40] {
  background: #DDE5ED;
  padding: 17px 20px 20px 20px;
  max-width: 420px;
  /*border-radius: 0 0 10px 0;*/
  overflow: auto;
}
.tableview-main-right-top[data-v-5b951a40] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.tableview-main-right-name[data-v-5b951a40] {
  font-family: OpenSansBold, sans-serif;
  font-size: 20px;
  color: #005291;
  margin-right: 15px;
}
.tableview-main-right-status[data-v-5b951a40] {
  width: 18px;
  height: 18px;
  margin-left: auto;
  flex-shrink: 0;
  border-radius: 50%;
  background: #418FDE;
}
.tableview-main-right-status.inactive[data-v-5b951a40] {
  background: #C1C6C8;
}
.button-update[data-v-5b951a40] {
  border-radius: 10px;
  color: #FFFFFF;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: #005291;
  width: 100%;
  height: 38px;
  outline: none;
  border: 0;
  padding: 0 12px;
  cursor: pointer;
  transition: all .4s;
}
.button-update[data-v-5b951a40]:active {
  transform: scale(0.95);
}
.button-add[data-v-5b951a40] {
  width: 100%;
  height: 38px;
  background: #005291;
  color: #ffffff;
  border: 0;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  transition: all .4s;
}
.button-add[data-v-5b951a40]:active {
  transform: scale(0.95);
}
.edit-modal[data-v-5b951a40] {
  display: none;
}

/* < 1200 */
@media screen and (max-width: 1199px) {
.tableview-main-right[data-v-5b951a40] {
    display: none;
}
.edit-modal[data-v-5b951a40] {
    display: initial;
}
.tableview-top-search label input[data-v-5b951a40] {
    width: 300px;
}
}

/* < 960 */
@media screen and (max-width: 959px) {

  /*верхняя строка*/
.tableview-top-search.pc[data-v-5b951a40] {
    display: none;
}
.tableview-top-search.mobile[data-v-5b951a40] {
    display: block;
    padding: 0 20px 15px 20px;
}
.tableview-top-search label input[data-v-5b951a40] {
    width: 100%;
}

  /*таблица*/
.tableview-main[data-v-5b951a40] {
    display: flex;
    height: calc(100% - 121px);
}
}

/* < 768 */
@media screen and (max-width: 767px) {
.tableview-top[data-v-5b951a40] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.tableview-top-search.mobile[data-v-5b951a40] {
    display: block;
    padding: 0 15px 15px 15px;
}
.tableview-main-selected-actions-text[data-v-5b951a40] {
    display: none;
}
.tableview-main-selected[data-v-5b951a40] {
    padding: 20px 15px 20px 15px;
}
}

/* < 620 */
@media screen and (max-width: 619px) {
.tableview-top-count[data-v-5b951a40] {
    font-size: 16px;
    margin-right: 0;
}
.button-add-transparent.mobile[data-v-5b951a40], .clear-filters.mobile[data-v-5b951a40] {
    display: initial;
    padding: 0;
    width: 38px;
    height: 38px;
}
.button-add-transparent.mobile[data-v-5b951a40] {
    border: 1px solid rgb(40, 189, 74);
}
.button-add-transparent.mobile svg[data-v-5b951a40] {
    width: 20px;
    height: 20px;
}
.button-add-transparent.mobile svg[data-v-5b951a40] {
    fill: rgb(40, 189, 74);
}
.clear-filters.mobile svg[data-v-5b951a40] {
    width: 24px;
    height: 24px;
}
.clear-filters.mobile svg[data-v-5b951a40], .clear-filters.mobile svg path[data-v-5b951a40] {
    fill: #FF7C7C;
}
.clear-filters.pc[data-v-5b951a40], .button-add-transparent.pc[data-v-5b951a40] {
    display: none;
}
.delete-selected-btn[data-v-5b951a40] {
    height: 38px;
    width: 38px;
    padding: 1px;
}
.delete-selected-btn span[data-v-5b951a40] {
    display: none;
}
.delete-selected-btn svg[data-v-5b951a40] {
    margin-right: 0;
}
.download-btn .pc[data-v-5b951a40] {
    display: none;
}
.download-btn .mobile[data-v-5b951a40] {
    display: initial;
}
.tableview-main-selected[data-v-5b951a40] {
    padding: 15px;
}
.tableview-main-left[data-v-5b951a40] {
    height: calc(100% - 110px);
}
.tableview-main-left.not-selected[data-v-5b951a40] {
    height: calc(100% - 44px);
}
}


.spin[data-v-fe33cd96] {
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-container[data-v-fe33cd96] {
  /*background-image: url("../assets/images/backfon.jpg");*/
  /*background-size: cover;*/
  /*background-position: center;*/
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  /*padding: 30px;*/
  overflow: hidden;
}
.tableview-block[data-v-fe33cd96] {
  background: #FFFFFF;
  /*border-radius: 10px;*/
  height: 100%;
  position: relative;
  box-shadow: 0 5px 10px #aaacbd;
}
.tableview-top[data-v-fe33cd96] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
.tableview-top-left[data-v-fe33cd96] {
  display: flex;
  align-items: center;
}
.tableview-top-count[data-v-fe33cd96] {
  font-size: 18px;
  font-family: OpenSansSemiBold, sans-serif;
  color: #005291;
  margin-right: 20px;
}
.tableview-top-search.mobile[data-v-fe33cd96] {
  display: none;
}
.tableview-top-search label[data-v-fe33cd96] {
  position: relative;
  display: flex;
}
.tableview-top-search label input[data-v-fe33cd96] {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #dde5ed;
  border: 0;
  outline: none;
  border-radius: 10px;
  width: 350px;
  height: 38px;
  padding: 10px 42px 10px 48px;
  font-size: 14px;
  font-family: OpenSansRegular, sans-serif;
  color: #4D5460;
}
.tableview-top-search label input[data-v-fe33cd96]::-moz-placeholder {
  color: #4D5460;
}
.tableview-top-search label input[data-v-fe33cd96]::placeholder {
  color: #4D5460;
}
.tableview-top-search-icon[data-v-fe33cd96] {
  position: absolute;
  top: 11px;
  left: 13px;
  pointer-events: none;
}
.tableview-top-search-close[data-v-fe33cd96] {
  position: absolute;
  background: transparent;
  border: 0;
  outline: none;
  top: 8px;
  right: 9px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tableview-top-search-close svg[data-v-fe33cd96] {
  fill: #4D5460;
}
.clear-filters[data-v-fe33cd96] {
  border-radius: 10px;
  color: #FF7C7C;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  outline: none;
  padding: 0 12px;
  border: 1px solid #FF7C7C;
  cursor: pointer;
  transition: all .4s;
}
.clear-filters.mobile[data-v-fe33cd96], .button-add-transparent.mobile[data-v-fe33cd96] {
  display: none;
}
.button-add-transparent[data-v-fe33cd96] {
  border-radius: 10px;
  color: #4D5460;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  outline: none;
  padding: 0 12px;
  margin-right: 10px;
  border: 1px solid #DDE5ED;
  cursor: pointer;
  transition: all .4s;
}
.clear-filters[data-v-fe33cd96]:active, .download-btn[data-v-fe33cd96]:active, .delete-selected-btn[data-v-fe33cd96]:active, .button-add-transparent[data-v-fe33cd96]:active {
  transform: scale(0.95);
}
.download-btn[data-v-fe33cd96] {
  border-radius: 10px;
  color: #4D5460;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0 12px;
  border: 1px solid #DDE5ED;
  cursor: pointer;
  transition: all .4s;
  margin-right: 10px;
}
.download-btn .mobile[data-v-fe33cd96] {
  display: none;
}
.download-btn svg[data-v-fe33cd96] {
  margin-right: 8px;
}
.delete-selected-btn[data-v-fe33cd96] {
  border-radius: 10px;
  color: #FF7C7C;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0 12px;
  border: 1px solid #FF7C7C;
  cursor: pointer;
  transition: all .4s;
}
.delete-selected-btn svg[data-v-fe33cd96] {
  margin-right: 8px;
}
.tableview-main[data-v-fe33cd96] {
  display: flex;
  height: calc(100% - 68px);
}
.tableview-main-left[data-v-fe33cd96] {
  width: 100%;
  height: calc(100% - 122px);
}
.tableview-main-left.not-selected[data-v-fe33cd96] {
  height: calc(100% - 64px);
}
.tableview-main-selected[data-v-fe33cd96] {
  display: flex;
  align-items: center;
  margin-top: 43px;
  justify-content: space-between;
  padding: 20px 20px 20px 30px;
}
.tableview-main-selected-left[data-v-fe33cd96] {
  font-size: 14px;
  color: #4D5460;
}
.tableview-main-selected-actions[data-v-fe33cd96] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tableview-main-selected-actions-text[data-v-fe33cd96] {
  font-size: 14px;
  color: #4D5460;
  margin-right: 12px;
}
.model-container[data-v-fe33cd96] {
  position: relative;
  z-index: 4;
}
.status-point-container[data-v-fe33cd96] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
}
.status-point[data-v-fe33cd96] {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  background: #418FDE;
}
.status-point.inactive[data-v-fe33cd96] {
  background: #C1C6C8;
}
.selected-field.selected[data-v-fe33cd96] {
  background: #DDE5ED;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.tableview-main-right[data-v-fe33cd96] {
  background: #DDE5ED;
  padding: 17px 20px 20px 20px;
  max-width: 420px;
  /*border-radius: 0 0 10px 0;*/
  overflow: auto;
}
.tableview-main-right-top[data-v-fe33cd96] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.tableview-main-right-name[data-v-fe33cd96] {
  font-family: OpenSansBold, sans-serif;
  font-size: 20px;
  color: #005291;
  margin-right: 15px;
}
.tableview-main-right-status[data-v-fe33cd96] {
  width: 18px;
  height: 18px;
  margin-left: auto;
  flex-shrink: 0;
  border-radius: 50%;
  background: #418FDE;
}
.tableview-main-right-status.inactive[data-v-fe33cd96] {
  background: #C1C6C8;
}
.tableview-main-right-info[data-v-fe33cd96] {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.tableview-main-right-model[data-v-fe33cd96] {
  font-size: 14px;
  color: #4D5460;
  margin-right: 10px;
}
.tableview-main-right-speed[data-v-fe33cd96] {
  background: #363636;
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  padding: 1px 10px;
}
.tableview-main-right-additional[data-v-fe33cd96] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.tableview-main-right-additional-icon[data-v-fe33cd96] {
  margin-right: 10px;
}
.tableview-main-right-additional-label[data-v-fe33cd96] {
  margin-bottom: 3px;
  font-size: 12px;
  color: #9A9A9A;
}
.tableview-main-right-additional-value[data-v-fe33cd96] {
  font-size: 14px;
  font-family: OpenSansSemiBold, sans-serif;
  color: #4D5460;
}
.tableview-main-right-divider[data-v-fe33cd96] {
  height: 1px;
  background: #C1C6C8;
  margin-top: 15px;
  margin-bottom: 20px;
}
.button-update[data-v-fe33cd96] {
  border-radius: 10px;
  color: #FFFFFF;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: #005291;
  width: 100%;
  height: 38px;
  outline: none;
  border: 0;
  padding: 0 12px;
  cursor: pointer;
  transition: all .4s;
}
.button-update[data-v-fe33cd96]:active {
  transform: scale(0.95);
}
.button-add[data-v-fe33cd96] {
  width: 100%;
  height: 38px;
  background: #005291;
  color: #ffffff;
  border: 0;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  transition: all .4s;
}
.button-add[data-v-fe33cd96]:active {
  transform: scale(0.95);
}
.filter-column[data-v-fe33cd96] {
  display: flex;
  align-items: center;
  position: relative;
  font-family: OpenSansBold, sans-serif;
}
.filter-column svg[data-v-fe33cd96] {
  fill: #4D5460;
}
.filter-column.selected svg[data-v-fe33cd96] {
  fill: #005291;
}
.filter-icon[data-v-fe33cd96] {
  background: transparent;
  border: 0;
  outline: none;
  margin-right: 5px;
  cursor: pointer;
}
.filter-menu[data-v-fe33cd96] {
  position: absolute;
  width: 250px;
  top: 40px;
  left: 0;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 0px 10px #dde5ed;
}
.ip-button[data-v-fe33cd96] {
  border-radius: 50%;
  background: transparent;
  border: 1px solid grey;
  color: grey;
  outline: none;
  flex-shrink: 0;
  margin-left: 5px;
  font-size: 13px;
  width: 30px;
  height: 30px;
  transition: all .4s;
}
.ip-button.active[data-v-fe33cd96] {
  border: 1px solid #005291;
  color: #005291;
}
.permanent-check[data-v-fe33cd96] {
  margin-top: 3px;
  font-size: 14px;
  color: #005291;
}
.permanent-check .form-check-input[data-v-fe33cd96] {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-top: 2px;
}
.permanent-check .form-check-input[data-v-fe33cd96]:checked {
  background-color: #2C5697;
  border-color: #2C5697;
}
.edit-modal[data-v-fe33cd96] {
  display: none;
}

/* < 1200 */
@media screen and (max-width: 1199px) {
.tableview-main-right[data-v-fe33cd96] {
    display: none;
}
.edit-modal[data-v-fe33cd96] {
    display: initial;
}
.tableview-top-search label input[data-v-fe33cd96] {
    width: 300px;
}
}

/* < 960 */
@media screen and (max-width: 959px) {

  /*верхняя строка*/
.tableview-top-search.pc[data-v-fe33cd96] {
    display: none;
}
.tableview-top-search.mobile[data-v-fe33cd96] {
    display: block;
    padding: 0 20px 15px 20px;
}
.tableview-top-search label input[data-v-fe33cd96] {
    width: 100%;
}

  /*таблица*/
.tableview-main[data-v-fe33cd96] {
    display: flex;
    height: calc(100% - 121px);
}
}

/* < 768 */
@media screen and (max-width: 767px) {
.tableview-top[data-v-fe33cd96] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.tableview-top-search.mobile[data-v-fe33cd96] {
    display: block;
    padding: 0 15px 15px 15px;
}
.tableview-main-selected-actions-text[data-v-fe33cd96] {
    display: none;
}
.tableview-main-selected[data-v-fe33cd96] {
    padding: 20px 15px 20px 15px;
}
}

/* < 620 */
@media screen and (max-width: 619px) {
.tableview-top-count[data-v-fe33cd96] {
    font-size: 16px;
    margin-right: 0;
}
.button-add-transparent.mobile[data-v-fe33cd96], .clear-filters.mobile[data-v-fe33cd96] {
    display: initial;
    padding: 0;
    width: 38px;
    height: 38px;
}
.button-add-transparent.mobile[data-v-fe33cd96] {
    border: 1px solid rgb(40, 189, 74);
}
.button-add-transparent.mobile svg[data-v-fe33cd96] {
    width: 20px;
    height: 20px;
}
.button-add-transparent.mobile svg[data-v-fe33cd96] {
    fill: rgb(40, 189, 74);
}
.clear-filters.mobile svg[data-v-fe33cd96] {
    width: 24px;
    height: 24px;
}
.clear-filters.mobile svg[data-v-fe33cd96], .clear-filters.mobile svg path[data-v-fe33cd96] {
    fill: #FF7C7C;
}
.clear-filters.pc[data-v-fe33cd96], .button-add-transparent.pc[data-v-fe33cd96] {
    display: none;
}
.delete-selected-btn[data-v-fe33cd96] {
    height: 38px;
    width: 38px;
    padding: 1px;
}
.delete-selected-btn span[data-v-fe33cd96] {
    display: none;
}
.delete-selected-btn svg[data-v-fe33cd96] {
    margin-right: 0;
}
.download-btn .pc[data-v-fe33cd96] {
    display: none;
}
.download-btn .mobile[data-v-fe33cd96] {
    display: initial;
}
.tableview-main-selected[data-v-fe33cd96] {
    padding: 15px;
}
.tableview-main-left[data-v-fe33cd96] {
    height: calc(100% - 110px);
}
.tableview-main-left.not-selected[data-v-fe33cd96] {
    height: calc(100% - 44px);
}
}


.spin[data-v-2d2ff848] {
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-container[data-v-2d2ff848] {
  /*background-image: url("../assets/images/backfon.jpg");*/
  /*background-size: cover;*/
  /*background-position: center;*/
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  /*padding: 30px;*/
  overflow: hidden;
}
.tableview-block[data-v-2d2ff848] {
  background: #FFFFFF;
  /*border-radius: 10px;*/
  height: 100%;
  position: relative;
  box-shadow: 0 5px 10px #aaacbd;
}
.tableview-top[data-v-2d2ff848] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
.tableview-top-left[data-v-2d2ff848] {
  display: flex;
  align-items: center;
}
.tableview-top-count[data-v-2d2ff848] {
  font-size: 18px;
  font-family: OpenSansSemiBold, sans-serif;
  color: #005291;
  margin-right: 20px;
}
.tableview-top-search.mobile[data-v-2d2ff848] {
  display: none;
}
.tableview-top-search label[data-v-2d2ff848] {
  position: relative;
  display: flex;
}
.tableview-top-search label input[data-v-2d2ff848] {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #dde5ed;
  border: 0;
  outline: none;
  border-radius: 10px;
  width: 350px;
  height: 38px;
  padding: 10px 42px 10px 48px;
  font-size: 14px;
  font-family: OpenSansRegular, sans-serif;
  color: #4D5460;
}
.tableview-top-search label input[data-v-2d2ff848]::-moz-placeholder {
  color: #4D5460;
}
.tableview-top-search label input[data-v-2d2ff848]::placeholder {
  color: #4D5460;
}
.tableview-top-search-icon[data-v-2d2ff848] {
  position: absolute;
  top: 11px;
  left: 13px;
  pointer-events: none;
}
.tableview-top-search-close[data-v-2d2ff848] {
  position: absolute;
  background: transparent;
  border: 0;
  outline: none;
  top: 8px;
  right: 9px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tableview-top-search-close svg[data-v-2d2ff848] {
  fill: #4D5460;
}
.clear-filters[data-v-2d2ff848] {
  border-radius: 10px;
  color: #FF7C7C;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  outline: none;
  padding: 0 12px;
  border: 1px solid #FF7C7C;
  cursor: pointer;
  transition: all .4s;
}
.clear-filters.mobile[data-v-2d2ff848], .button-add-transparent.mobile[data-v-2d2ff848] {
  display: none;
}
.button-add-transparent[data-v-2d2ff848] {
  border-radius: 10px;
  color: #4D5460;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  outline: none;
  padding: 0 12px;
  margin-right: 10px;
  border: 1px solid #DDE5ED;
  cursor: pointer;
  transition: all .4s;
}
.clear-filters[data-v-2d2ff848]:active, .download-btn[data-v-2d2ff848]:active, .delete-selected-btn[data-v-2d2ff848]:active, .button-add-transparent[data-v-2d2ff848]:active {
  transform: scale(0.95);
}
.download-btn[data-v-2d2ff848] {
  border-radius: 10px;
  color: #4D5460;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0 12px;
  border: 1px solid #DDE5ED;
  cursor: pointer;
  transition: all .4s;
  margin-right: 10px;
}
.download-btn .mobile[data-v-2d2ff848] {
  display: none;
}
.download-btn svg[data-v-2d2ff848] {
  margin-right: 8px;
}
.delete-selected-btn[data-v-2d2ff848] {
  border-radius: 10px;
  color: #FF7C7C;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0 12px;
  border: 1px solid #FF7C7C;
  cursor: pointer;
  transition: all .4s;
}
.delete-selected-btn svg[data-v-2d2ff848] {
  margin-right: 8px;
}
.tableview-main[data-v-2d2ff848] {
  display: flex;
  height: calc(100% - 68px);
}
.tableview-main-left[data-v-2d2ff848] {
  width: 100%;
  height: calc(100% - 122px);
}
.tableview-main-left.not-selected[data-v-2d2ff848] {
  height: calc(100% - 64px);
}
.tableview-main-selected[data-v-2d2ff848] {
  display: flex;
  align-items: center;
  margin-top: 43px;
  justify-content: space-between;
  padding: 20px 20px 20px 30px;
}
.tableview-main-selected-left[data-v-2d2ff848] {
  font-size: 14px;
  color: #4D5460;
}
.tableview-main-selected-actions[data-v-2d2ff848] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tableview-main-selected-actions-text[data-v-2d2ff848] {
  font-size: 14px;
  color: #4D5460;
  margin-right: 12px;
}
.status-point-container[data-v-2d2ff848] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
}
.status-point[data-v-2d2ff848] {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  background: #418FDE;
}
.status-point.inactive[data-v-2d2ff848] {
  background: #C1C6C8;
}
.selected-field.selected[data-v-2d2ff848] {
  background: #DDE5ED;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.tableview-main-right[data-v-2d2ff848] {
  background: #DDE5ED;
  padding: 17px 20px 20px 20px;
  max-width: 420px;
  /*border-radius: 0 0 10px 0;*/
  overflow: auto;
}
.tableview-main-right-top[data-v-2d2ff848] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.tableview-main-right-name[data-v-2d2ff848] {
  font-family: OpenSansBold, sans-serif;
  font-size: 20px;
  color: #005291;
  margin-right: 15px;
}
.tableview-main-right-status[data-v-2d2ff848] {
  width: 18px;
  height: 18px;
  margin-left: auto;
  flex-shrink: 0;
  border-radius: 50%;
  background: #418FDE;
}
.tableview-main-right-status.inactive[data-v-2d2ff848] {
  background: #C1C6C8;
}
.tableview-main-right-info[data-v-2d2ff848] {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.tableview-main-right-gos[data-v-2d2ff848] {
  font-size: 14px;
  color: #4D5460;
  margin-right: 10px;
}
.tableview-main-right-speed[data-v-2d2ff848] {
  background: #363636;
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  padding: 1px 10px;
}
.tableview-main-right-additional[data-v-2d2ff848] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.tableview-main-right-additional-icon[data-v-2d2ff848] {
  margin-right: 10px;
}
.tableview-main-right-additional-label[data-v-2d2ff848] {
  margin-bottom: 3px;
  font-size: 12px;
  color: #9A9A9A;
}
.tableview-main-right-additional-value[data-v-2d2ff848] {
  font-size: 14px;
  font-family: OpenSansSemiBold, sans-serif;
  color: #4D5460;
}
.tableview-main-right-divider[data-v-2d2ff848] {
  height: 1px;
  background: #C1C6C8;
  margin-top: 15px;
  margin-bottom: 20px;
}
.button-update[data-v-2d2ff848] {
  border-radius: 10px;
  color: #FFFFFF;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: #005291;
  width: 100%;
  height: 38px;
  outline: none;
  border: 0;
  padding: 0 12px;
  cursor: pointer;
  transition: all .4s;
}
.button-update[data-v-2d2ff848]:active {
  transform: scale(0.95);
}
.button-add[data-v-2d2ff848] {
  width: 100%;
  height: 38px;
  background: #005291;
  color: #ffffff;
  border: 0;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  transition: all .4s;
}
.button-add[data-v-2d2ff848]:active {
  transform: scale(0.95);
}
.filter-column[data-v-2d2ff848] {
  display: flex;
  align-items: center;
  position: relative;
  font-family: OpenSansBold, sans-serif;
}
.filter-column svg[data-v-2d2ff848] {
  fill: #4D5460;
}
.filter-column.selected svg[data-v-2d2ff848] {
  fill: #005291;
}
.filter-icon[data-v-2d2ff848] {
  background: transparent;
  border: 0;
  outline: none;
  margin-right: 5px;
  cursor: pointer;
}
.filter-menu[data-v-2d2ff848] {
  position: absolute;
  width: 250px;
  top: 40px;
  left: 0;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 0px 10px #dde5ed;
}
.user-permission-title[data-v-2d2ff848] {
  display: flex;
  align-items: center;
  font-family: OpenSansBold, sans-serif;
  font-size: 16px;
  color: #374957;
  margin-bottom: 15px;
}
.user-permission-title svg[data-v-2d2ff848] {
  margin-right: 10px;
}
.form-switch[data-v-2d2ff848] {
  margin-bottom: 10px;
  padding-left: 33px;
}
.form-switch label[data-v-2d2ff848] {
  display: flex;
  align-items: center;
  color: #4D5460;
  font-size: 14px;
  cursor: pointer;
}
.form-switch .form-check-input[data-v-2d2ff848] {
  width: 40px;
  height: 20px;
  margin-right: 12px;
  --bs-form-check-bg: #C1C6C8;
  cursor: pointer;
}
.form-switch .form-check-input[data-v-2d2ff848]:checked {
  background-color: #005291;
  border-color: #005291;
}
.edit-modal[data-v-2d2ff848] {
  display: none;
}

/* < 1200 */
@media screen and (max-width: 1199px) {
.tableview-main-right[data-v-2d2ff848] {
    display: none;
}
.edit-modal[data-v-2d2ff848] {
    display: initial;
}
.tableview-top-search label input[data-v-2d2ff848] {
    width: 300px;
}
}

/* < 960 */
@media screen and (max-width: 959px) {

  /*верхняя строка*/
.tableview-top-search.pc[data-v-2d2ff848] {
    display: none;
}
.tableview-top-search.mobile[data-v-2d2ff848] {
    display: block;
    padding: 0 20px 15px 20px;
}
.tableview-top-search label input[data-v-2d2ff848] {
    width: 100%;
}

  /*таблица*/
.tableview-main[data-v-2d2ff848] {
    display: flex;
    height: calc(100% - 121px);
}
}

/* < 768 */
@media screen and (max-width: 767px) {
.tableview-top[data-v-2d2ff848] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.tableview-top-search.mobile[data-v-2d2ff848] {
    display: block;
    padding: 0 15px 15px 15px;
}
.tableview-main-selected-actions-text[data-v-2d2ff848] {
    display: none;
}
.tableview-main-selected[data-v-2d2ff848] {
    padding: 20px 15px 20px 15px;
}
}

/* < 620 */
@media screen and (max-width: 619px) {
.tableview-top-count[data-v-2d2ff848] {
    font-size: 16px;
    margin-right: 0;
}
.button-add-transparent.mobile[data-v-2d2ff848], .clear-filters.mobile[data-v-2d2ff848] {
    display: initial;
    padding: 0;
    width: 38px;
    height: 38px;
}
.button-add-transparent.mobile[data-v-2d2ff848] {
    border: 1px solid rgb(40, 189, 74);
}
.button-add-transparent.mobile svg[data-v-2d2ff848] {
    width: 20px;
    height: 20px;
}
.button-add-transparent.mobile svg[data-v-2d2ff848] {
    fill: rgb(40, 189, 74);
}
.clear-filters.mobile svg[data-v-2d2ff848] {
    width: 24px;
    height: 24px;
}
.clear-filters.mobile svg[data-v-2d2ff848], .clear-filters.mobile svg path[data-v-2d2ff848] {
    fill: #FF7C7C;
}
.clear-filters.pc[data-v-2d2ff848], .button-add-transparent.pc[data-v-2d2ff848] {
    display: none;
}
.delete-selected-btn[data-v-2d2ff848] {
    height: 38px;
    width: 38px;
    padding: 1px;
}
.delete-selected-btn span[data-v-2d2ff848] {
    display: none;
}
.delete-selected-btn svg[data-v-2d2ff848] {
    margin-right: 0;
}
.download-btn .pc[data-v-2d2ff848] {
    display: none;
}
.download-btn .mobile[data-v-2d2ff848] {
    display: initial;
}
.tableview-main-selected[data-v-2d2ff848] {
    padding: 15px;
}
.tableview-main-left[data-v-2d2ff848] {
    height: calc(100% - 110px);
}
.tableview-main-left.not-selected[data-v-2d2ff848] {
    height: calc(100% - 44px);
}
}


.spin[data-v-1b99a9bc] {
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-container[data-v-1b99a9bc] {
  /*background-image: url("../assets/images/backfon.jpg");*/
  /*background-size: cover;*/
  /*background-position: center;*/
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  /*padding: 30px;*/
  overflow: hidden;
}
.reports-block[data-v-1b99a9bc] {
  background: #FFFFFF;
  /*border-radius: 10px;*/
  height: 100%;
  position: relative;
  box-shadow: 0px 5px 10px #aaacbd;
}
.reports-top[data-v-1b99a9bc] {
  padding: 20px;
  font-size: 18px;
  font-family: OpenSansSemiBold, sans-serif;
  color: #005291;
  border-bottom: 1px solid #DDE5ED;
}
.reports-main[data-v-1b99a9bc] {
  height: calc(100% - 67px);
}
.reports-flex[data-v-1b99a9bc] {
  display: flex;
  height: 100%;
}
.reports-main-left[data-v-1b99a9bc] {
  background: #DDE5ED;
  flex-shrink: 0;
  border-radius: 0 0 0 10px;
  overflow: auto;
  padding: 20px;
  width: 100%;
}
.reports-parameters[data-v-1b99a9bc] {
  display: flex;
  align-items: center;
  font-family: OpenSansBold, sans-serif;
  font-size: 16px;
  color: #374957;
  margin-bottom: 20px;
}
.reports-parameters svg[data-v-1b99a9bc] {
  margin-right: 10px;
}
.button-create[data-v-1b99a9bc] {
  border-radius: 10px;
  color: #FFFFFF;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: #005291;
  width: 100%;
  height: 38px;
  outline: none;
  border: 0;
  padding: 0 12px;
  cursor: pointer;
  transition: all .4s;
}
.button-create[data-v-1b99a9bc]:active {
  transform: scale(0.95);
}
.datetime-pickers-flex[data-v-1b99a9bc] {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.dp__input_icon[data-v-1b99a9bc] {
  display: none;
}

/*.datetime-picker-wrapper {*/
/*  width: 100%;*/
/*}*/
.datetime-picker-wrapper.start-time[data-v-1b99a9bc] {
  margin-right: 10px;
}
.reports-main-right[data-v-1b99a9bc] {
  width: 100%;
  position: relative;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.report-wrapper[data-v-1b99a9bc] {
  height: 100%;
  border: 4px dashed #DDE5ED;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.report-wrapper-init[data-v-1b99a9bc] {
  font-size: 14px;
  color: #C1C6C8;
  max-width: 490px;
  text-align: center;
}




.spin[data-v-2098e510] {
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.config-component-block[data-v-2098e510] {
  padding: 15px 53px;
  border-top: 1px solid #DDE5ED;
}
.stats-top[data-v-2098e510] {
  font-size: 18px;
  color: #4D5460;
  margin-bottom: 30px;
}
.stats-top span[data-v-2098e510] {
  color: #005291;
  font-family: OpenSansSemiBold, sans-serif;
}
.stats-flex[data-v-2098e510] {
  display: flex;
}
.stats-widget[data-v-2098e510] {
  margin: 0 20px;
  text-align: center;
  width: 185px;
  font-size: 14px;
  color: #4D5460;
}

/*donuts*/
.donut[data-v-2098e510] {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 12px auto;
}
.donut-text[data-v-2098e510] {
  top: 25px;
  left: 25px;
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: OpenSansSemiBold, sans-serif;
  font-size: 27px;
  color: #075392;
  z-index: 3;
}



.spin[data-v-74ff7bce] {
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.config-component-block[data-v-74ff7bce] {
  padding: 15px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #DDE5ED;
}
.logs-tabs[data-v-74ff7bce] {
  display: flex;
  align-items: center;
  margin-left: 26px;
}
.logs-tab[data-v-74ff7bce] {
  font-size: 14px;
  color: #8E8E8E;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding: 4px 12px;
  margin: 0 4px;
  transition: all .4s;
}
.logs-tab.active[data-v-74ff7bce], .logs-tab[data-v-74ff7bce]:hover {
  color: #005291;
}
.logs-tab[data-v-74ff7bce]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #8E8E8E;
  height: 3px;
  border-radius: 10px 10px 0 0;
  transition: all .4s;
}
.logs-tab.active[data-v-74ff7bce]::after, .logs-tab[data-v-74ff7bce]:hover::after {
  background: #005291;
}
.logs[data-v-74ff7bce] {
  overflow: auto;
  height: 100%;
  border: 2px solid #DDE5ED;
  border-radius: 10px;
  padding: 15px;
  font-size: 13px;
  margin: 0 15px;
}
.logs-actions[data-v-74ff7bce] {
  margin: 15px 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clear-btn[data-v-74ff7bce] {
  width: 300px;
  height: 38px;
  background: transparent;
  color: #005291;
  border: 1px solid #005291;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  transition: all .4s;
}
.download-btn[data-v-74ff7bce] {
  border-radius: 10px;
  color: #4D5460;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0 12px;
  border: 1px solid #DDE5ED;
  cursor: pointer;
  transition: all .4s;
  margin-right: 10px;
}
.download-btn svg[data-v-74ff7bce] {
  margin-right: 8px;
}
.clear-btn[data-v-74ff7bce]:active, .download-btn[data-v-74ff7bce]:active {
  transform: scale(0.95);
}



.spin[data-v-5f7452d9] {
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.config-component-block[data-v-5f7452d9] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.customize-table.notifications-table[data-v-5f7452d9] {
  --easy-table-row-border: 1px solid rgba(218, 218, 218, 0.5);
  --easy-table-body-row-hover-font-color: #4D5460;
  --easy-table-body-row-hover-background-color: transparent;
}
.switch-wrapper[data-v-5f7452d9] {
  display: flex;
  justify-content: center;
}
.form-switch .form-check-input[data-v-5f7452d9] {
  width: 40px;
  height: 20px;
  margin-right: 12px;
  --bs-form-check-bg: #C1C6C8;
  cursor: pointer;
}
.form-switch .form-check-input[data-v-5f7452d9]:checked {
  background-color: #005291;
  border-color: #005291;
}
.notifications-filters[data-v-5f7452d9] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  position: absolute;
  top: -67px;
  right: 0;
}
.filter-btn[data-v-5f7452d9] {
  border-radius: 10px;
  color: #4D5460;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0 12px;
  border: 1px solid #DDE5ED;
  cursor: pointer;
  transition: all .4s;
}
.filter-btn.admins[data-v-5f7452d9] {
  margin-right: 10px;
}
.filter-btn.active[data-v-5f7452d9], .filter-btn[data-v-5f7452d9]:hover {
  border: 1px solid #005291;
  background: #005291;
  color: #ffffff;
}



.block-container[data-v-59cb756a] {
  /*background-image: url("../assets/images/backfon.jpg");*/
  /*background-size: cover;*/
  /*background-position: center;*/
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  /*padding: 30px;*/
  overflow: hidden;
}
.config-block[data-v-59cb756a] {
  background: #FFFFFF;
  /*border-radius: 10px;*/
  height: 100%;
  position: relative;
  box-shadow: 0px 5px 10px #aaacbd;
}
.config-top[data-v-59cb756a] {
  padding: 20px;
  font-size: 18px;
  font-family: OpenSansSemiBold, sans-serif;
  color: #005291;
}
.config-main[data-v-59cb756a] {
  height: calc(100% - 67px);
}
.config-flex[data-v-59cb756a] {
  display: flex;
  height: 100%;
}
.config-main-left[data-v-59cb756a] {
  background: #DDE5ED;
  padding: 12px 0;
  flex-shrink: 0;
  border-radius: 0 0 0 10px;
  overflow: auto;
}
.config-menu-link[data-v-59cb756a] {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 20px;
  background: transparent;
  cursor: pointer;
  color: #374957;
  transition: all .4s;
  font-size: 14px;
  text-decoration: none;
}
.config-menu-link svg[data-v-59cb756a] {
  fill: #374957;
  margin-right: 13px;
  transition: all .4s;
}
.config-menu-link[data-v-59cb756a]:hover, .config-menu-link.active[data-v-59cb756a] {
  background: #005291;
  color: #FFFFFF;
}
.config-menu-link:hover svg[data-v-59cb756a], .config-menu-link.active svg[data-v-59cb756a] {
  fill: #FFFFFF;
}
.config-main-right[data-v-59cb756a] {
  width: 100%;
  position: relative;
}



.customize-table[data-v-3704eea5] {
  --easy-table-row-border: 1px solid rgba(218, 218, 218, 0.5);
}
.spin[data-v-3704eea5] {
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-container[data-v-3704eea5] {
  /*background-image: url("../assets/images/backfon.jpg");*/
  /*background-size: cover;*/
  /*background-position: center;*/
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  /*padding: 30px;*/
  overflow: hidden;
}
.tableview-block[data-v-3704eea5] {
  background: #FFFFFF;
  /*border-radius: 10px;*/
  height: 100%;
  position: relative;
  box-shadow: 0 5px 10px #aaacbd;
}
.tableview-top[data-v-3704eea5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
.tableview-top-left[data-v-3704eea5] {
  display: flex;
  align-items: center;
}
.tableview-top-count[data-v-3704eea5] {
  font-size: 18px;
  font-family: OpenSansSemiBold, sans-serif;
  color: #005291;
  margin-right: 20px;
}
.tableview-top-search.mobile[data-v-3704eea5] {
  display: none;
}
.tableview-top-search label[data-v-3704eea5] {
  position: relative;
  display: flex;
}
.tableview-top-search label input[data-v-3704eea5] {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #dde5ed;
  border: 0;
  outline: none;
  border-radius: 10px;
  width: 350px;
  height: 38px;
  padding: 10px 42px 10px 48px;
  font-size: 14px;
  font-family: OpenSansRegular, sans-serif;
  color: #4D5460;
}
.tableview-top-search label input[data-v-3704eea5]::-moz-placeholder {
  color: #4D5460;
}
.tableview-top-search label input[data-v-3704eea5]::placeholder {
  color: #4D5460;
}
.tableview-top-search-icon[data-v-3704eea5] {
  position: absolute;
  top: 11px;
  left: 13px;
  pointer-events: none;
}
.tableview-top-search-close[data-v-3704eea5] {
  position: absolute;
  background: transparent;
  border: 0;
  outline: none;
  top: 8px;
  right: 9px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tableview-top-search-close svg[data-v-3704eea5] {
  fill: #4D5460;
}
.clear-filters[data-v-3704eea5] {
  border-radius: 10px;
  color: #FF7C7C;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  outline: none;
  padding: 0 12px;
  border: 1px solid #FF7C7C;
  cursor: pointer;
  transition: all .4s;
}
.clear-filters.mobile[data-v-3704eea5], .button-add-transparent.mobile[data-v-3704eea5] {
  display: none;
}
.button-add-transparent[data-v-3704eea5] {
  border-radius: 10px;
  color: #4D5460;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  outline: none;
  padding: 0 12px;
  margin-right: 10px;
  border: 1px solid #DDE5ED;
  cursor: pointer;
  transition: all .4s;
}
.clear-filters[data-v-3704eea5]:active, .download-btn[data-v-3704eea5]:active, .delete-selected-btn[data-v-3704eea5]:active, .button-add-transparent[data-v-3704eea5]:active {
  transform: scale(0.95);
}
.download-btn[data-v-3704eea5] {
  border-radius: 10px;
  color: #4D5460;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0 12px;
  border: 1px solid #DDE5ED;
  cursor: pointer;
  transition: all .4s;
  margin-right: 10px;
}
.download-btn .mobile[data-v-3704eea5] {
  display: none;
}
.download-btn svg[data-v-3704eea5] {
  margin-right: 8px;
}
.delete-selected-btn[data-v-3704eea5] {
  border-radius: 10px;
  color: #FF7C7C;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: transparent;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0 12px;
  border: 1px solid #FF7C7C;
  cursor: pointer;
  transition: all .4s;
}
.delete-selected-btn svg[data-v-3704eea5] {
  margin-right: 8px;
}
.tableview-main[data-v-3704eea5] {
  display: flex;
  height: calc(100% - 68px);
}
.tableview-main-left[data-v-3704eea5] {
  width: 100%;
  height: calc(100% - 122px);
}
.tableview-main-left.not-selected[data-v-3704eea5] {
  height: calc(100% - 64px);
}
.tableview-main-selected[data-v-3704eea5] {
  display: flex;
  align-items: center;
  margin-top: 43px;
  justify-content: space-between;
  padding: 20px 20px 20px 30px;
}
.tableview-main-selected-left[data-v-3704eea5] {
  font-size: 14px;
  color: #4D5460;
}
.tableview-main-selected-actions[data-v-3704eea5] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tableview-main-selected-actions-text[data-v-3704eea5] {
  font-size: 14px;
  color: #4D5460;
  margin-right: 12px;
}
.model-container[data-v-3704eea5] {
  position: relative;
  z-index: 4;
}
.status-point-container[data-v-3704eea5] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
}
.status-point[data-v-3704eea5] {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  background: #418FDE;
}
.status-point.inactive[data-v-3704eea5] {
  background: #C1C6C8;
}
.selected-field.selected[data-v-3704eea5] {
  background: #DDE5ED;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.tableview-main-right[data-v-3704eea5] {
  background: #DDE5ED;
  padding: 17px 20px 20px 20px;
  max-width: 420px;
  /*border-radius: 0 0 10px 0;*/
  overflow: auto;
}
.tableview-main-right-top[data-v-3704eea5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.tableview-main-right-name[data-v-3704eea5] {
  font-family: OpenSansBold, sans-serif;
  font-size: 20px;
  color: #005291;
  margin-right: 15px;
}
.tableview-main-right-status[data-v-3704eea5] {
  width: 18px;
  height: 18px;
  margin-left: auto;
  flex-shrink: 0;
  border-radius: 50%;
  background: #418FDE;
}
.tableview-main-right-status.inactive[data-v-3704eea5] {
  background: #C1C6C8;
}
.tableview-main-right-info[data-v-3704eea5] {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.tableview-main-right-model[data-v-3704eea5] {
  font-size: 14px;
  color: #4D5460;
  margin-right: 10px;
}
.tableview-main-right-speed[data-v-3704eea5] {
  background: #363636;
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  padding: 1px 10px;
}
.tableview-main-right-additional[data-v-3704eea5] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.tableview-main-right-additional-icon[data-v-3704eea5] {
  margin-right: 10px;
}
.tableview-main-right-additional-label[data-v-3704eea5] {
  margin-bottom: 3px;
  font-size: 12px;
  color: #9A9A9A;
}
.tableview-main-right-additional-value[data-v-3704eea5] {
  font-size: 14px;
  font-family: OpenSansSemiBold, sans-serif;
  color: #4D5460;
}
.tableview-main-right-divider[data-v-3704eea5] {
  height: 1px;
  background: #C1C6C8;
  margin-top: 15px;
  margin-bottom: 20px;
}
.button-update[data-v-3704eea5] {
  border-radius: 10px;
  color: #FFFFFF;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  background: #005291;
  width: 100%;
  height: 38px;
  outline: none;
  border: 0;
  padding: 0 12px;
  cursor: pointer;
  transition: all .4s;
}
.button-update[data-v-3704eea5]:active {
  transform: scale(0.95);
}
.button-add[data-v-3704eea5] {
  width: 100%;
  height: 38px;
  background: #005291;
  color: #ffffff;
  border: 0;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  font-family: OpenSansRegular, sans-serif;
  font-size: 13px;
  transition: all .4s;
}
.button-add[data-v-3704eea5]:active {
  transform: scale(0.95);
}
.filter-column[data-v-3704eea5] {
  display: flex;
  align-items: center;
  position: relative;
  font-family: OpenSansBold, sans-serif;
}
.filter-column svg[data-v-3704eea5] {
  fill: #4D5460;
}
.filter-column.selected svg[data-v-3704eea5] {
  fill: #005291;
}
.filter-icon[data-v-3704eea5] {
  background: transparent;
  border: 0;
  outline: none;
  margin-right: 5px;
  cursor: pointer;
}
.filter-menu[data-v-3704eea5] {
  position: absolute;
  width: 250px;
  top: 40px;
  left: 0;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 0px 10px #dde5ed;
}
.ip-button[data-v-3704eea5] {
  border-radius: 50%;
  background: transparent;
  border: 1px solid grey;
  color: grey;
  outline: none;
  flex-shrink: 0;
  margin-left: 5px;
  font-size: 13px;
  width: 30px;
  height: 30px;
  transition: all .4s;
}
.ip-button.active[data-v-3704eea5] {
  border: 1px solid #005291;
  color: #005291;
}
.permanent-check[data-v-3704eea5] {
  margin-top: 3px;
  font-size: 14px;
  color: #005291;
}
.permanent-check .form-check-input[data-v-3704eea5] {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-top: 2px;
}
.permanent-check .form-check-input[data-v-3704eea5]:checked {
  background-color: #2C5697;
  border-color: #2C5697;
}
.edit-modal[data-v-3704eea5] {
  display: none;
}

/* < 1200 */
@media screen and (max-width: 1199px) {
.tableview-main-right[data-v-3704eea5] {
    display: none;
}
.edit-modal[data-v-3704eea5] {
    display: initial;
}
.tableview-top-search label input[data-v-3704eea5] {
    width: 300px;
}
}

/* < 960 */
@media screen and (max-width: 959px) {

  /*верхняя строка*/
.tableview-top-search.pc[data-v-3704eea5] {
    display: none;
}
.tableview-top-search.mobile[data-v-3704eea5] {
    display: block;
    padding: 0 20px 15px 20px;
}
.tableview-top-search label input[data-v-3704eea5] {
    width: 100%;
}

  /*таблица*/
.tableview-main[data-v-3704eea5] {
    display: flex;
    height: calc(100% - 121px);
}
}

/* < 768 */
@media screen and (max-width: 767px) {
.tableview-top[data-v-3704eea5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.tableview-top-search.mobile[data-v-3704eea5] {
    display: block;
    padding: 0 15px 15px 15px;
}
.tableview-main-selected-actions-text[data-v-3704eea5] {
    display: none;
}
.tableview-main-selected[data-v-3704eea5] {
    padding: 20px 15px 20px 15px;
}
}

/* < 620 */
@media screen and (max-width: 619px) {
.tableview-top-count[data-v-3704eea5] {
    font-size: 16px;
    margin-right: 0;
}
.button-add-transparent.mobile[data-v-3704eea5], .clear-filters.mobile[data-v-3704eea5] {
    display: initial;
    padding: 0;
    width: 38px;
    height: 38px;
}
.button-add-transparent.mobile[data-v-3704eea5] {
    border: 1px solid rgb(40, 189, 74);
}
.button-add-transparent.mobile svg[data-v-3704eea5] {
    width: 20px;
    height: 20px;
}
.button-add-transparent.mobile svg[data-v-3704eea5] {
    fill: rgb(40, 189, 74);
}
.clear-filters.mobile svg[data-v-3704eea5] {
    width: 24px;
    height: 24px;
}
.clear-filters.mobile svg[data-v-3704eea5], .clear-filters.mobile svg path[data-v-3704eea5] {
    fill: #FF7C7C;
}
.clear-filters.pc[data-v-3704eea5], .button-add-transparent.pc[data-v-3704eea5] {
    display: none;
}
.delete-selected-btn[data-v-3704eea5] {
    height: 38px;
    width: 38px;
    padding: 1px;
}
.delete-selected-btn span[data-v-3704eea5] {
    display: none;
}
.delete-selected-btn svg[data-v-3704eea5] {
    margin-right: 0;
}
.download-btn .pc[data-v-3704eea5] {
    display: none;
}
.download-btn .mobile[data-v-3704eea5] {
    display: initial;
}
.tableview-main-selected[data-v-3704eea5] {
    padding: 15px;
}
.tableview-main-left[data-v-3704eea5] {
    height: calc(100% - 110px);
}
.tableview-main-left.not-selected[data-v-3704eea5] {
    height: calc(100% - 44px);
}
}

