/*Подключение шрифтов*/
@font-face {
	font-family: 'Montserrat-Thin';
	src: url("../font-awesome/static/Montserrat-Thin.ttf");
}
@font-face {
	font-family: 'Montserrat-ThinItalic';
	src: url("../font-awesome/static/Montserrat-ThinItalic.ttf");
}
@font-face {
	font-family: 'Montserrat-ExtraLight';
	src: url("../font-awesome/static/Montserrat-ExtraLight.ttf");
}
@font-face {
	font-family: 'Montserrat-ExtraLightItalic';
	src: url("../font-awesome/static/Montserrat-ExtraLightItalic.ttf");
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url("../font-awesome/static/Montserrat-Light.ttf");
}
@font-face {
	font-family: 'Montserrat-LightItalic';
	src: url("../font-awesome/static/Montserrat-LightItalic.ttf");
}
@font-face {
	font-family: 'Montserrat-Regular';
	src: url("../font-awesome/static/Montserrat-Regular.ttf");
}
@font-face {
	font-family: 'Montserrat-Italic';
	src: url("../font-awesome/static/Montserrat-Italic.ttf");
}
@font-face {
	font-family: 'Montserrat-Medium';
	src: url("../font-awesome/static/Montserrat-Medium.ttf");
}
@font-face {
	font-family: 'Montserrat-MediumItalic';
	src: url("../font-awesome/static/Montserrat-MediumItalic.ttf");
}
@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url("../font-awesome/static/Montserrat-SemiBold.ttf");
}
@font-face {
	font-family: 'Montserrat-SemiBoldItalic';
	src: url("../font-awesome/static/Montserrat-SemiBoldItalic.ttf");
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url("../font-awesome/static/Montserrat-Bold.ttf");
}
@font-face {
	font-family: 'Montserrat-BoldItalic';
	src: url("../font-awesome/static/Montserrat-BoldItalic.ttf");
}
@font-face {
	font-family: 'Montserrat-ExtraBold';
	src: url("../font-awesome/static/Montserrat-ExtraBold.ttf");
}
@font-face {
	font-family: 'Montserrat-ExtraBoldItalic';
	src: url("../font-awesome/static/Montserrat-ExtraBoldItalic.ttf");
}
@font-face {
	font-family: 'Montserrat-Black';
	src: url("../font-awesome/static/Montserrat-Black.ttf");
}
@font-face {
	font-family: 'Montserrat-BlackItalic';
	src: url("../font-awesome/static/Montserrat-BlackItalic.ttf");
}

/*Общие стили*/
body {
  overflow: hidden;
}
a:hover {
 cursor:pointer;
}
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 10px 10px;
}
.card {
    border-width: 6px;
}
.card-header {
    padding: .5rem 1rem;
    white-space: normal;
}
table td {
    padding: 0.25rem;
}
/*Кнопки норма/авария (верхняя панель)*/
.button-active {
    cursor: pointer;
}
.button-active:hover {
    opacity: 0.5;
}

.footer {
    height: 15px !important;
}

/*.delete-signal::before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-weight: 500;
  color: white;
  margin: 5px;
}*/

/*модалка устройства: кнопки копировать (где долгота и широта)*/
.btn-copy::before {
  font-family: 'FontAwesome';
  content: "\f24d";
  font-weight: 500;
  margin: 5px;
}


@media (max-width: 1000px) {
    #table-modal .modal-dialog {
        min-width: 800px;
    }
}
/*модалка сообщения: блок кнопок под инфой*/
#message_modal_footer {
    width: 85%;
}
#message_modal_footer button, #alarm_journal-modal button {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    padding: 10px;
}
/*модалка журнал аварии*/
@media (max-width: 1000px) {
    #alarm_journal-modal .modal-dialog {
        min-width: 800px;
    }
}

/*мнемосхемы*/
/*.list_mnemo {
    margin-left: auto;
    font-size: 17px;
}*/
.objectText, .object-body {
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
    font-size: 12px;
}
.buttonMnemo {
    font-family: 'Montserrat-Regular';
}
.emptyCanvas {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 5%;
  display: none;
}
.zoom-panel {
    position: absolute;
    top: 65px;
    right: 20px;
    display: flex;
    font-family: 'Montserrat-Regular';
    font-size: 12px;
}
.mnemoscheme {
    overflow: hidden;
}
/*Круглые иконки сигналов и тд*/
.round {
  float:left; 
  display: block; 
  margin: 0 15px 15px 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

/*Окна списка устройств где их несколько на одном объекте*/
.border_cust {
  border: 1px solid transparent;
}


/*кнопка Назад - ее больше нет
.icn_back::before {
  content: '\f0a8';
  font-family: 'FontAwesome';
  font-weight: 500;
  height: 100px;
  margin-right: 5px;
}
*/

/*авторизация*/
.enterblock {
  width: 100%;
  max-width: 450px;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

/*.hideOrShowExtInfo, .hideOrShowTransport{
  margin-left: 2%;
  color: #007bff;
  font-weight: normal;
  font-size: 18px;
}*/''

/*надпись openStreetMap*/
#map_contribution {
  font-size: 16px; float: left; 
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
}


/*.parent-width {
    max-width: 100%;
}*/
/*Список сигалов на стр Графики*/
/*
.custom-control::before,
.custom-control::after {
    width: 50px;
    height: 50px;
}
.custom-control {
  border-radius: 5px;
  background:  rgb(235, 236, 236);
}
*/


/*Боковая панель*/
.sidebar {
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar-sticky {
    position: relative;
    top: 0;
    height: 100%;
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}
.sidebar .nav-link .feather {
  color: #999;
}
.sidebar .nav-link.active {
  color: #175fac;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}
.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}
/* Боковая панель: LOGO IN HEADER */
.logo {
    width: 100%;
}
.img-responsive {
    display: block;
    width: 100%;
}


/* CARDS WINDOW */
[role="main"] {
  padding-top: 55px; /* Space for fixed navbar */
    /*height:100vh;*/
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px;
}

/*верхняя панель время*/
.nav-time {
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 0rem;
}

/* NAVBAR */
.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
}

/*.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}
.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}*/

::placeholder {
  color: rgb(235, 236, 236) !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: dodgerblue !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: dodgerblue !important;
}

/*Карта*/
.scrollable-main
{
    /*overflow-y:scroll;*/
    height: 60vh;
    /*height: 80%;*/
    right: 0;
    width: 100%;
}
/*
.scrollable-footer {
    overflow-y:scroll;
    height: 125vh;
    width: 100%;
    right: 0;
}
.equal-width-cols {
  width: 100%;
  table-layout: fixed;
}
.equal-width-cols td {
  width: 100%;
}
*/

/*Таблица на главной и др страницах*/
#messages-head-table {
    border-spacing: 3px 3px;
    border-collapse: separate;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat-MediumItalic';
    font-size: 14px;
    color: white;
}
#messages-head-table tr {
    background-color: grey;
}
#messages-table {
    border-spacing: 3px 3px;
    border-collapse: separate;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat-Medium';
    font-size: 12px;
}
#messages-table td {
    padding-top: 10px;
    padding-bottom: 10px;
}
#messages-table tbody tr:hover {
    opacity: 0.5;
    cursor: pointer;
}
#table-screen {
    overflow-x: auto
}



/* TREE VIEW */
/*navbar со списком устройств (бокоавя панель)*/
#navbar-main {
  background-color: rgba(255, 255, 255, 0) !important;
  margin-bottom: auto;
}
#tree_panel {
  padding: 0 0 0 0;
  background: url('/img/555.png') no-repeat;
  background-size: contain;
  background-position: center;
}

/*список устройств*/
#myUL {
  margin-top: 0;
  padding: 0;
  width: 100%;
  height: 65vh;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: 'Montserrat-ExtraBold';
  text-transform: uppercase;
}
.location {
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  margin: 2vh 0 2vh 0;
  padding: 1vh 15px 1vh 15px;
  width: 100%;
  border-radius: 5px;
}
.location:hover {
    background: rgba(137, 137, 137, 0.5);
}
.location_down:hover {
    background: rgb(0, 161, 223);
}
/*color_static = 'background: rgba(255, 255, 255, 0.8)';
//    color_hover = 'rgba(137, 137, 137, 0.5)';
//    color_focus = 'rgb(0, 161, 223)';*/
.location_down {
  text-align: left;
  background: rgb(0, 161, 223);
  margin: 2vh 0 2vh 0;
  padding: 1vh 15px 1vh 15px;
  width: 100%;
  border-radius: 5px;
}
.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}
.caret-down {
  color: white;
}
.nested {
  display: none;
  background-color: transparent;
  margin-left: 5%;
  list-style-type: none;

}
.device::before {
    content: "• ";
    color: white;
}
.device {
  background: transparent;
}
.card_link {
  text-decoration: none;
  color: white;
}
.card_link:hover {
  text-decoration: none;
  color: white;
}



.navbar-link::before {
  content: "\25B6";
  color: black;
  cursor: pointer;
  margin-right: 3px;
}
.navbar-link-down::before {
  content: "\25BC";
  color: white;
  margin-right: 5px;
}

/*
.navbar-link {
  content: "\25B6";
  color: white;
}
.navbar-link-down {
  content: "\25BC";
}
*/

/*
.location_down .caret-down {
  color: white;
}

.location_down .caret {
  color: white;
}
*/

/*
.nested .caret::before {
  content: "\23F5";/*25EF,
  color: rgb(137, 137, 137);
  size: 5px;
  display: inline-block;
  margin-right: 6px;
}
.nested .plots-navbar-link:before {
  content: "\25CF";/*25EF,
  color: rgb(137, 137, 137);
  size: 5px;
  display: inline-block;
  margin-right: 6px;
}
*/

.nav_plots ::marker {
  content: none;
}

::marker {
  color: rgb(137, 137, 137);
  margin: 0;
  padding: 0;
}
/* DELETE BUTTON ON PLOTS */



.delete-signal {
    content: "\f00d";
    transition: 0.1s;
    color: white;
    font-size: 5px;
    padding: 5px;
}
.delete-signal:hover {
    opacity: 0.2;
}

/* SELECT2 SIZE FIX */
/*его больше нет*/
/*
.select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important;
    border: 1px solid #ced4da !important;
    line-height: 1.5 !important;
}

.select2-selection__rendered {
    height: calc(1.5em + .75rem + 2px) !important;
    padding-top: .375rem !important;
    padding-bottom: .375rem !important;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
    line-height: 1.5 !important;
}

.select2-selection__arrow {
    height: calc(1.5em + .75rem + 2px) !important;
    margin-right: .5rem !important;
}

.select2-selection__clear {
    color: red;
    padding-right: 1.5rem !important;
}
*/


/*Верхняя панель*/
/* NAVBAR ICONS */
.nav-archive::before {
    background: rgb(177, 177, 177);
    border: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: 'FontAwesome';
    /*content: url("/img/icn-navbar/архив сообщений.svg");
    height: 10px;
    width: 10px;*/
    font-weight: 5;
    margin-right: 5px;
}

.nav-charts::before {
    font-family: 'FontAwesome';
    /*content: "\f1fe";*/
    font-weight: 500;
    margin-right: 5px;
}

.nav-exit::before {
    font-family: 'FontAwesome';
    content: "\f08b";
    font-weight: 500;
    margin-right: 5px;
}
#ttx-navbar {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}
#ttx-navbar .nav-link {
    width: 40px;
}
.nav-viewprofile::before {
    font-family: 'FontAwesome';
    /*content: "\f06e";*/
    font-weight: 500;
    margin-right: 5px;
}
.nav-home::before {
    background: rgb(177, 177, 177);
    border: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: 'FontAwesome';
    /*content: "\f015"\;*/
    font-weight: 500;
    margin-right: 5px;
}
.nav-add::before {
    font-family: 'FontAwesome';
    /*content: "\f141";*/
    font-weight: 500;
    margin-right: 5px;
}
.nav-counters::before {
    font-family: 'FontAwesome';
    /*content: "\f017";*/
    font-weight: 500;
    margin-right: 5px;
}
.nav-tools::before {
    font-family: 'FontAwesome';
    content:"\f039";
    font-weight: 500;
    
}
.nav-tools::after {
  font-weight: 500;
}
.nav-akb::before {
  font-family: 'FontAwesome';
  content: "\f133";
  font-weight: 500;
  margin-right: 5px;

}
.nav-object-tree::before {
    font-family: 'FontAwesome';
    content: "\f0db";
    font-weight: 500;
    margin-right: 5px;
}
.nav-object-device::before {
  font-family: 'FontAwesome';
  content: "\f022";
  font-weight: 500;
  margin-right: 5px;
}
.unhide-messages::before {
    font-family: 'FontAwesome';
    content: "\f0e2";
    font-weight: 500;
    margin-right: 5px;
}
.own-archive-counters::before {
    font-family: 'FontAwesome';
    content: "\f187";
    font-weight: 500;
    margin-right: 5px;
}
.nav-admin::before {
  font-family: 'FontAwesome';
  content: "\f271";
  font-weight: 500;
  margin-right: 5px;
}
.nav-operator::before {
  font-family: 'FontAwesome';
  content: "\f274";
  font-weight: 500;
  margin-right: 5px;
}
.nav-parameters::before {
    font-family: 'FontAwesome';
    content: "\f085";
    font-weight: 500;
    margin-right: 5px;
}
.nav-cards::before {
    font-family: 'FontAwesome';
    content: "\f2d0";
    font-weight: 500;
    margin-right: 5px;
}
.nav-show-cards::before {
    font-family: 'FontAwesome';
    content: "\f2d2";
    align-content: center;
    font-weight: 500;
}
.nav-show-map::before {
    font-family: 'FontAwesome';
    /*content: "\f0ac";*/
    font-weight: 500;
}
.tool:hover {
  color: white !important;
}
 
/* icons */
.icn-excel::before {
    font-family: 'FontAwesome';
    content: "\f1c3";
    font-weight: 500;
    margin-right: 5px;
}
.excel-download::before {
    font-family: 'FontAwesome';
    content: "\f019";
    font-weight: 500;
    margin-right: 5px;
}
.icn-refresh::before {
    font-family: 'FontAwesome';
    content: "\f021";
    font-weight: 500;
    margin-right: 5px;
}
.icn-table::before {
    font-family: 'FontAwesome';
    content: "\f0ce";
    font-weight: 500;
    margin-right: 5px;
}
.icn-search::before {
    font-family: 'FontAwesome';
    content: "\f002";
    font-weight: 500;
    color: rgb(235, 236, 236) !important; 
}
.icn-btn-search::before {
  font-family: 'FontAwesome';
  content: "\f002";
  font-weight: 200;
  color: gray;
}
.icn-search {
  background-color: white  !important; 
  border: 1px solid white !important;
  /*border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;*/
} 

.search-line {
  border-radius: 5px
}
#inputForUl {
    background-color: white
}

/*
#query_text:hover {
  border: 1px solid #c2c2c2 !important;
  box-shadow: none !important;
} 
#query_text:focus {
  border: 1px solid rgb(127, 187, 211) !important;
  box-shadow: none !important;
}
*/

#search_result_body {
    height: 45vh;
}

.icn-heart::before {
    font-family: 'FontAwesome';
    content: "\f041";
    font-weight: 500;
    margin-right: 5px;
}


.icn-left::before {
    font-family: 'FontAwesome';
    content: "\f060";
    font-weight: 500;
}
.icn-arrows::before {
    font-family: 'FontAwesome';
    content: "\f256";
    font-weight: 500;
}
.icn-device::before {
    font-family: 'FontAwesome';
    content: "\f0e4";
    font-weight: 500;
    margin-right: 5px;
}
.icn-file::before {
    font-family: 'FontAwesome';
    content: "\f016";
    font-weight: 500;
    margin-right: 5px;
}
.icn-files::before {
    font-family: 'FontAwesome';
    content: "\f0c5";
    font-weight: 500;
    margin-right: 5px;
}
.icn-eye::before {
    font-family: 'FontAwesome';
    content: "\f06e";
    font-weight: 500;
}
.icn-eye-slash::before {
    font-family: 'FontAwesome';
    content: "\f070";
    font-weight: 500;
}

table.dataTable thead th, table.dataTable thead td {
    border-color: rgb(137, 137, 137) !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-color: #f1f1f1 !important;
}


/*Таблица на главной и др страницах*/
#div-table {
    background-color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: auto !important;
}
#div-table-mess {
    background-color: white;
    width: 100%;
    height: 46vh;
}
#messages-head-table {
    border-spacing: 3px 3px;
    border-collapse: separate;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat-MediumItalic';
    font-size: 14px;
    color: white;
}



#messages-head-table tr {
    background-color: grey;
}
#messages-table {
    border-spacing: 3px 3px;
    border-collapse: separate;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat-Medium';
    font-size: 12px;
}
#messages-table td {
    padding-top: 10px;
    padding-bottom: 10px;
}
#messages-table tbody tr:hover {
    opacity: 0.5;
    cursor: pointer;
}
#table-screen {
    overflow-x: auto
}

/*Модалки устройств*/
.tableFixHead_modal {
  overflow-y: auto;
  height: 50vh;
}
.tableFixHead_modal table {
    border-spacing: 3px 3px;
    border-collapse: separate;
    text-align: center;
    text-transform: uppercase;
}
.tableFixHead_modal thead {
    font-family: 'Montserrat-MediumItalic';
    font-size: 14px;
    color: white;
}
.tableFixHead_modal thead tr {
    background-color: grey;
}
.tableFixHead_modal thead th {
    padding-top: 10px;
    padding-bottom: 10px;
}
.tableFixHead_modal tbody {
    font-family: 'Montserrat-Medium';
    font-size: 12px;
}
.tableFixHead_modal tbody td {
    padding-top: 3px;
    padding-bottom: 3px;
}




.allObjects {
    min-height: 20vh;
    overflow-x: auto;
    overflow-y: auto;

}
/*
.btnInSignals {
    margin-left: 0 !important;
}
*/

.SignalDiv {
    /*margin-left: 70px !important;
    margin-bottom: 20px !important;*/
    margin-left: 35px;
}

/*.hideDiv {
    display: none;
}*/


/*Модалка устройства*/
.titleExtInfo, .contentExtInfo, .titleSignalExtInfo, .contentSignalExtInfo {
    font-size: 12px;
}
.titleExtInfo, .titleSignalExtInfo {
    font-weight: bold;
}
.titleExtInfo, .contentExtInfo {
    margin-left: 35px;
}
.titleSignalExtInfo, .contentSignalExtInfo {
    padding-left: 35px !important;
}
.for_transport_ext_info {
    font-size: 12px;
}

.noMnemoText{
    font-size: 18px;
}
#device-modal_window .modal-dialog, #device-modal_window_lcs .modal-dialog {
    min-width: 1000px;
}
@media (max-width: 1000px) {
    #device-modal_window .modal-dialog, #device-modal_window_lcs .modal-dialog {
        min-width: 800px;
    }
}
.edit_mnemo .btn, .to_mnemo, .show_coordinates, .save_coord, .set_coordinates, .delete_object {
    font-size: 14px !important;
}
.edit_mnemo .btn, .to_mnemo {
    font-family: 'Montserrat-Regular' !important;
}
.show_coordinates, .save_coord, .set_coordinates, .delete_object {
    font-family: 'Montserrat-Light' !important;
}
#messageTab_modal .btn {
    font-family: 'Montserrat-Regular' !important;
    font-size: 14px !important;
}
#messageTab_modal .btn {
    font-family: 'Montserrat-Regular' !important;
    font-size: 14px !important;
}
#messageTab_modal_lcs .btn {
    font-family: 'Montserrat-Regular' !important;
    font-size: 14px !important;
}
.btn-show-chart {
    font-family: 'Montserrat-Regular' !important;
    font-size: 14px !important;
}
.card_arxiv_messages .btn {
    font-family: 'Montserrat-Regular' !important;
    font-size: 14px !important;
}



/*Мнемосхемы на главной*/
.tableFixHead {
    /*overflow-y: auto;*/
    height: 540px;
  }
.tableFixHeadBig {
    overflow-y: auto;
    height: 140%;
}
.allObjects{
    margin-left: 1%;
}
.drawing-container{
    width: calc(100% - 7px);
    height: 100%;
    background-color: #eee;
}

.main-scada {
    position: relative;
}
.main-scada .left-scroll {
    left: 0;
}
.main-scada .top-scroll {
    top: 0;
    left: 0;
    width: 100%;
}
.main-scada .bottom-scroll {
    left: 0;
    width: 100%;
}
.main-scada .bottom-scroll:hover,
.main-scada .top-scroll:hover,
.main-scada .left-scroll:hover,
.main-scada .right-scroll:hover {
    background-color: rgba(50, 50, 50, 0.2) !important;
}
.main-scada .bottom-scroll:active,
.main-scada .top-scroll:active,
.main-scada .left-scroll:active,
.main-scada .right-scroll:active {
    background-color: rgba(50, 50, 50, 0.5) !important;
    transition: all 0.1s ease;
}
.main-scada > .zoom-panel {
    top: 20px;
}

.mnemoscheme {
    margin-top: 0;
}
#cards_area {
    overflow-y: auto;
    overflow-x: hidden;
}
.mnemoTitle p {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
}
.showOrHideObjects {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
}
.loading {
   font-family: 'Montserrat-SemiBold';
   font-size: 20px;
}




/*Кнопки про кол-во сообщений*/
.link_container{
    display: grid;
    grid-template-columns: 30% 40% 40%;
}
#norma_button, #avar_button {
    margin: 0;
}
/*
.filtersOnMap {
    margin-top: 3%;
}
*/
.activeFilter{
    font-weight: bold !important;
    color: black !important;

}
.allMessages{
    background-color: white !important;
}
/*Добавляем кнопки норма/авария*/
#avar_button, .accident {
  background-color: #EF9D94 !important;
  border: none !important;
}
#norma_button, .normal {
  background-color: #ABD4A8 !important;
  border: none !important;
}

/*.coord_buttons:hover {
  outline: 0;
  cursor: pointer;
  background: rgba(137, 137, 137, 0.5) !important;
  color: rgb(255, 255, 255) !important;
}*/
.nav-search {
    background: none;
}
.search-panel input{
    background: white;
    color: rgb(177, 177, 177);
}
.nav-item .nav-link {
    background: rgb(235, 236, 236);
    border: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 10px;
}
.nav-item .nav-link:hover {
    background-color: #c2c2c2 !important;
    color: rgb(255, 255, 255) !important;
}

.nav-item .nav-link:active {
  background-color: rgb(0, 161, 223) !important;
  color: rgb(255, 255, 255) !important;
}
.nav-item .nav-link:focus {
  background-color: rgb(0, 161, 223) !important;
  color: rgb(255, 255, 255) !important;
}

.nav-item .nav-link.active {
  background-color: rgb(0, 161, 223) !important;
  color: rgb(255, 255, 255) !important;
}

.choise {
  background-color: rgb(0, 161, 223) !important;
}

.col_object {
  text-align: right;
  background-color: white;
  font-weight: 800;
  font-style: italic;
  width: 85%;
}
.text_follow {
  color: #000;
  margin: 0;
}

/*Кнопки кол-во сообщений (главная, внизу на боковой панели)*/
#follow {
  width: 100%;
  position: absolute;
  bottom: 2vh;
  font-family: 'Montserrat-SemiBoldItalic';
}
#State {
  width: 90%;
  margin: auto;
}


/**/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px;*/ 
  border-radius: 10px;
  background-color: #e0e0e0;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #bbbbbb; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(143, 143, 143); 
}

.alarm_header01{
    width:10%;
}

.alarm_header02{
    width:10%;
}

.alarm_header03{
    width:12%;
}

.alarm_header04{
    width:10%;
}

.alarm_header05{
    width:25%;
}
#ul_objects {
    max-height: 70vh;
    overflow-y: auto;
}
#ul_objects li {
    border: none
}
/*Стили для текста*/
#name {
    font-family: 'Montserrat-ExtraBold' !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
}
.head-text {
    font-family: 'Montserrat-ExtraBold' !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
}
.middle-text {
    font-family: 'Montserrat-ExtraBold' !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}
.text {
    font-family: 'Montserrat-Regular' !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}
.small-text {
    font-family: 'Montserrat-Regular' !important;
    font-size: 14px !important;
}
/*Группа вкладок на странице графиков и на странице счетчиков*/
#tabFormPlots, #tabFormArxiv {
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
    font-size: 14px;
}
#tabContentPlots, #tabContentArxiv {
    font-family: 'Montserrat-Light';
    text-transform: uppercase;
    font-size: 13px;
}

#tabFormModal {
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
    font-size: 14px;
}
#tabFormModal a {
 color: #495057;
 }
#tabFormModal .active {
    font-family: 'Montserrat-Bold';
    color: black;
}
.disable-sound {
    font-family: 'Montserrat-Light';
    font-size: 10px;
    position: absolute; !important;
    bottom: 10px;
    display: none;
    cursor: pointer;
}
/*Toasts*/
.toast {
    font-family: 'Montserrat-Regular';
}

.toast-body {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}


.active {
    display: block;
}

/*Страница параметров*/
.scroll-container {
  width: 99%;
  height: 95%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
}
.scroll-container button {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
}
#soundHelp, #renderHelp {
    font-family: 'Montserrat-Regular';
}

/*Крестик*/
.btn-close-white {
    outline: none !important;
    border: none;
}
.my-btn-close:hover {
    color: gray;
}
.my-btn-close {
    font-size: 26px;
    font-weight: 600;
}

#alert-warning-btn {
    animation: alert-warning-animation 0.6s 0s infinite;
    max-height: 35pt;
}

@keyframes alert-warning-animation {
    0% {}
    50% {
        height: 110%;
        background-color: #ffff55a1;
    }
    100% {}
}