html {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  text-decoration: none;
}

body {
  height: 99%;
  width: 99%;
  margin: 1 1 1 1;
  padding: 0px;
  font-size: 14px;
  /* box-sizing: border-box; */
  background-color: #ffffff;
  font-family: "Times New Roman", Georgia, Serif;
  /* font-family: "Times New Roman", Times, Serif; */
}

.testcolor {
  background-color: red;
  color: #ffffff;
  padding-right: 2px;
  /* box-shadow: 5px 5px 5px #a4acbe; */
  /* box-shadow: 0px 5px 20px rgba(1, 11, 68, 0.082); */
  /* box-shadow: 0px 5px 0px rgba(248, 4, 4, 0.979); */
  cursor: pointer;
}
.hidden {
  display: none;
}

header {
  display: inline-flex;
  /* border: 2px solid #ccc; */
  /* border-radius: 20px; */
  box-shadow: 5px 5px 10px #2b1015;
  box-shadow: 2px 2px 5px #2b1015;
  box-shadow: 5px 5px 15px #a4acbe;
  width: 100%;
  height: 60px;
  align-items: stretch;
  vertical-align: middle;
  /*перенос не разрешается*/
  flex-wrap: nowrap;
  /* margin-top: 5px; */
  color: #ffffff;
}

.kcenter {
  width: 40px;
  height: 50px;
}
.flex-item {
  font-size: 1em;
  padding: 0px 0px 0px 5px;
  text-shadow: 4px 4px 4px #b1c7db;
}

/* .flex-item:hover {
  transform: scale(1.2);
} */
.color1 {
  text-align: left;
  flex-grow: 0;
  filter: drop-shadow(5px 3px 0px rgb(2, 21, 105));
}
.color2 {
  flex-grow: 0;
}
.color3 {
  flex-grow: 3;
  text-align: left;
  text-shadow: 4px 4px 4px #b1c7db;
}
.color4 {
  flex-grow: 2;
}
.colortext {
  font-size: 12px;
  font-family: "Times New Roman", Georgia, Serif;
  /* font-weight: 800; */
  text-shadow: 4px 4px 4px #b1c7db;
}

.ltext {
  display: inline-block;
  text-align: left;
  font-size: 15px;
  font-weight: 800;
}

/* меню */
.maimenu {
  display: none;
  padding: 0px;
  height: 650px;
  background-color: #dfe4e9;
  position: absolute;
  /* box-shadow: inset 0px 0px 50px 0px #6e6e6e; */
  z-index: 1100;
  /*хорошая штука*/
  max-inline-size: max-content;
  margin-inline: auto;
  top: 15%; /*отступ сверху*/
  overflow-y: auto;
}
.maimenu li {
  list-style-type: none;
  text-decoration: none;
}




#slide_nav_button {
  width: 80px;
  cursor: pointer;
}

#slide_menu {
  box-shadow: 5px 5px 10px #2b1015;
}

#slide_menu li:hover {
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: #ffffff;
}

#slide_menu li a {
  /* height: 50px; */
  /* line-height: 50px; */
  display: block;
  color: rgb(10, 59, 59);
  text-decoration: none;
  font-size: 18px;
  font-family: helvetica;
  padding-left: 10px;
}
#slide_menu li:hover a {
  /* padding-left: 25px; */
  padding-left: 20px;
  /* color: white; */
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* боковая с лева */
.vtext {
  text-align: center;
  display: inline-block;
  writing-mode: vertical-lr;
  text-orientation: upright;
  font-size: 31px;
  /* color: rgb(5, 9, 77); */
  background-color: #adceec;
  /* height: 900px; */
  height: 100%;
  width: 80%;
  word-break: break-all;
}

/* для скриншота */
.butscreen {
  width: 3%;
  /* height: 1%; */
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  z-index: 6;
}
.leftmenu {
  text-align: center;
  /* text-align:left; */
  font-weight: bold;
  font-size: 11px;
  /* color: #00008B; */
  color: #000000;
  /* color: #ffffff; */
  font-family: Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.temamenu {
  text-align: center;
  font: size 16px;
  color: #00008b;
  font-weight: bold;
}

/* центральный блок после заголовка параметры,графики,карты*/
.atlaswrapper {
  margin: 0 auto;
  padding: 0.1px;
  height: 97%;
  font-family: Arial, Times, sans-serif;
  /* z-index: 10; */
}

/* параметры */
.parametr {
  display: flex;
  /* width: 100%; */
  margin: 0 auto;
  padding: 0.1px 0px 3px 0px;
  align-content: space-between;
  font-size: 0.8em;
  align-items: stretch;
  vertical-align: middle;
  flex-wrap: nowrap;
  /* background: #7697b3; */
  /* background: #f5dfdf;  */
  /* background: #be7557; */
  /* background: #d88f86;  */
  /* background:red;  */
  /* background: #ffffff; */
  background: #fadfdf;
  /* background: #f5baba; */
  /* background: #f3caca; */
  /* background: #f5dfdf; */
}

.fieldelement {
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 3px 20px rgba(1, 12, 26, 0.342);
  /* color: #ffffff; */
  color: rgb(0, 0, 0);
  /* background: red; */
  background: rgb(253, 166, 166);
  /* flex: 1; */
}
.mvibor {
  color: #ffffff;
  background-color: #3374a3;
}
.fieldelegend {
  font-size: 12px;
  color: blue;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/* textarea, select, input {
  field-sizing: content;
} */
/* //подсказки */
.tooltip {
  /* background-color: inherit; */
  background: #668fb1;
  margin-left: 20px;
}
.tooltip-toggle {
  border: none;
  /* background: #417baa; */
  padding: 0;
  margin: 0;
  /* display: block; */
}

.tooltip-toggle:hover + .tooltip-text,
.tooltip-toggle:focus + .tooltip-text {
  display: block;
}

.tooltip-text {
  /* font-family: "PT Sans", sans-serif; */
  font-family: "Times New Roman", Times, serif;
  /* background: #423838; */
  background-color: #1f5b8b;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  padding: 20px 10px 10px 22px;
  /* margin-bottom: -200px; */
  border-radius: 10px;
  display: block;
  width: 350px;
  position: absolute;
  /* bottom: 100%; */
  /* left: 70%; */
  z-index: 1001;
  transform: translateX(-50%);
  display: none;
}

/* Отключаем стандартный стиль чекбокса таблица заголовки столбов*/
.checkbox-input {
  /* Очищаем стандартный стиль */
  appearance: none;
  width: 0.65rem;
  height: 0.65rem;
  /* border: 1px solid #0d6efd; */
  border-radius: 0.25rem;
  background-color: #aaa796;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative; /* Позиционирование относительно самого себя */
}
/* Кастомная галочка для активного состояния */
.checkbox-input:checked::before {
  /* content: "\2713"; */
  content: "+";
  top: -2px;
  transform: scale(1.2);
  position: absolute;
}

.tabbed {
  white-space: pre;
}
/* текст на карте*/
.mylabel {
  /* border: 2px; */
  border: 1px solid #6791af;
  /* background:#FB481F; */
  /* font: 14px/16px Arial, Helvetica, sans-serif; */
  font: 11px Arial, Helvetica, sans-serif;
  /* color:white; */
  /* color:#FB481F; */
  color: red;
  width: 250px;
}

/* информация справа вверху */
.tinfo {
  padding: 20px 12px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.tinfo h4 {
  margin: 0 0 5px;
  color: "black";
}
.my-control {
  padding: 20px 12px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

li.disabled {
  pointer-events: none;
  color: #a9a9a9;
  /* color:#b31212; */
}

option {
  width: fit-content;
}
.my-control h4 {
  margin: 0 0 5px;
  color: "black";
}

/*выполнить*/
.btin {
  font-size: 10px;
  color: #318758;
}

#btin1 {
  color: rgb(248, 244, 244);
  background-color: #14a307e0;
  cursor: pointer;
  font-size: 10px;
}

#btin2,
#btin3 {
  color: rgb(248, 244, 244);
  background-color: #07a30fe0;
  /* background-color: #14a307e0; */
  cursor: pointer;
  font-size: 10px;
}

input[type="number"] {
  width: 35px;
}
/*параметры значков */
.fa-play:hover {
  color: #0b76f0fd !important;
  transform: translateX(-30%);
  -webkit-transform: translateX(-30%);
}
.fa-retweet:hover,
.fa-bar-chart:hover,
.fa-picture-o:hover,
.fa-gear:hover,
.fa-database:hover {
  color: #f0400bfd !important;
  transform: translateX(-30%);
  -webkit-transform: translateX(-30%);
  cursor: pointer;
}

#ngrafik {
  color: #318758;
  font-family: "Arial Narrow Bold", sans-serif;
}
/*параметры таблицы*/
#dt-table {
  font-size: 13px;
  font-family: "Times New Roman", Times, serif;
  /* background-color: #ffffff; */
  /* color: #000; */
}
.dt-button.blue {
  /* background-color: rgb(25, 155, 8); */
  color: #ffffff;
  background: #3374a3;
  border-radius: 5px;
}

.dt-button.red {
  /* background-color: rgb(25, 155, 8); */
  color: #ffffff;
  background: #f70404;
  border-radius: 5px;
}
.dt-button.green {
  /* background-color: rgb(25, 155, 8); */
  background-color: #14a307e0;
  border-radius: 5px;
}
.dt-button.tool {
  background: #668fb1;
  border-radius: 5px;
}
.dt-button.vibor {
  background: #abc2d4;
  border-radius: 5px;
}
.dt-button.metka {
  /* background: #d18e11; */
  border-radius: 5px;
  color: rgb(197, 20, 20);
  background: #d6a03c;
}
/* прижимает таблицу влево */
table.dataTable {
  float: left;
  text-align: left;
}
/* заголовок таблицы */
.tdcaption {
  caption-side: top-right;
  text-align: justify;
  font: bold italic 9pt sans-serif;

  background-color: #cfe4f3;
  color: #000;
  /* background-color:#14c40e; */
}

/* Фиксация всего контейнера заголовка */
/* table.dataTable .tdcaption {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1002;
  background: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} */

/* Убедитесь, что заголовок растягивается на всю ширину */
/* .dataTables_scrollHeadInner {
  width: 100% !important;
} */

/* .dataTables_scrollHeadInner table {
  width: 100% !important;
} */

/* .tdcaption {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1002 !important;
  background: white !important;
} */

/* заголовки столбов */
table.dataTable thead tr {
  font-size: 12px;
  color: rgb(245, 244, 240);
  font-family: "Times New Roman", Times, serif;
}
/* Столбы 1,2,3 = Д*,П/№,Наименование*/
table.dataTable thead th:nth-child(-n + 3) {
  background-color: #496994;
  color: rgb(238, 183, 32);
}
/*основные с 4 */
table.dataTable thead th:nth-child(n + 4) {
  background-color: #0f90a7;
}

/* table.dataTable thead th:nth-last-child(6),
table.dataTable thead th:nth-last-child(5),
table.dataTable thead th:nth-last-child(4) {
  background-color: #075f07;
} */
/*два последних*/
/* table.dataTable thead th:nth-last-child(2),
table.dataTable thead th:nth-last-child(1) {
  background-color: #1054e7;
} */


/* цвет выделенных строк */
.selected td {
  background-color: #e7ecef;
}

footer.footer {
  /* display: flex; */
  /* align-items: stretch; */
  /* align-content: space-between; */
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  height: 30px;
  width: 99%;
  color: red;
  text-align: center;
  background-color: #ece2e2;
  /* background: linear-gradient(90deg,  rgb(236, 218, 220) 0%,rgb(214, 112, 112) 100%); */
}

footer.footer p {
  margin: 5px auto;
}

footer.footer a {
  /* color: rgb(95, 95, 97); */
  color: rgb(0, 0, 0);
}

.btn-primary {
  /* font-size:90px; */
  background-color: #315787;
}
.dataTables_wrapper .dt-buttons {
  /* float:none;   */
  font-size: 10px;
  /* text-align:left; */
}
.dataTables_filter input {
  /* width: 500px;  */
  font-size: 11px;
}
.dataTables_filter label {
  font-size: 12px;
}
/* убирает черную полосу внизу */
table.dataTable.no-footer {
  border-bottom: 0 !important;
}

/* графики */
.vizualschart {
  position: relative;
  text-align: left;
  /* overflow-y: scroll; */
}
.gparametri {
  font-size: 1em;
  background: #ffffff;
  height: 710px;
  overflow-y: scroll;
}
.fitem01 {
  /* position:static; */
  position: relative;
  /* width: 99, 5%; */
  width: 99%;
  /* height: 330px; */
  height: 46.5%;
  border: 1px solid #b17b59;
  border-radius: 20px;
  /* padding:  5px; */
  margin-top: 2px;
  /* background: #a1cff5; */
}
.lebalcher {
  background-color: #f0ffff;
  font: bold italic 9pt sans-serif;
}

/* карта */
.vizualmap {
  position: relative;
  height: 100%;
  /* width: 100%; */
  /* text-align: left; */
}

/* выпадающее меню показателей*/
.pastmenu {
  display: none;
  padding: 0px 10px 0px 5px;
  /* margin: auto 0; */
  margin-top: 2%;
  /* width: 500px; */
  /* height: 180px; */
  color: #07085a;
  background: #dbe2e9;
  /* position:absolute; */
  position: fixed;
  /* left: 85%; */
  box-shadow: inset 0px 0px 50px 0px #6e6e6e;
  z-index: 2001;
  /*хорошая штука*/
  max-inline-size: max-content;
  margin-inline: auto;
  /* overflow: auto; */
}
#slide_nast,
#slide_nast2 {
  box-shadow: 5px 5px 10px #2b1015;
}
#slide_nast li,
#slide_nast2 li {
  border-bottom: 1px solid #424242;
  list-style-type: none;
}
#slide_nast li:hover,
#slide_nast2 li:hover {
  /* width:70px; */
  background: #2e2e2e;
  box-shadow: inset 0px 0px 50px 0px #848484;
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
/* li{
  text-decoration: none;
} */
#slide_nast li a,
#slide_nast2 li a {
  height: 50px;
  line-height: 50px;
  display: block;
  color: azure;
  font-size: 18px;
  font-family: helvetica;
  padding-left: 10px;
}
#slide_nast li:hover a,
#slide_nast2 li:hover a {
  padding-left: 25px;
  color: white;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* для карты выбор цветов */
ul.ordering {
  list-style: none;
  padding: 0px 10px 0px 5px;
  /* min-width: 50px; */
}
ul.ordering li {
  /* display:block;  */
  /* clear:left;  */
  /* vertical-align:middle;   */
  /* font-size: 20px; */
  /* line-height: 20px;  */
  padding-left: 0px;
}
ul.ordering li span {
  width: 30px;
  height: 15px;
  background: #d60403;
  display: inline-block;
  margin-right: 0px;
}
ul.ordering li:nth-child(2) span {
  background: #ff9f40 !important;
}
ul.ordering li:nth-child(3) span {
  background: #fecc01 !important;
}
ul.ordering li:nth-child(4) span {
  background: #7cd715 !important;
}
ul.ordering li:nth-child(5) span {
  background: #0fdf15 !important;
}
ul.ordering li:nth-child(6) span {
  background: #15d38a !important;
}
ul.ordering li:nth-child(7) span {
  background: #2d6a4fff !important;
}
ul.ordering li:nth-child(8) span {
  background: #15c2ff !important;
}
ul.ordering li:nth-child(9) span {
  background: #03045eff !important;
}
ul.ordering li:nth-child(10) span {
  background: #1547ff !important;
}
ul.ordering li:nth-child(11) span {
  background: #1515ae !important;
}
ul.ordering li:nth-child(12) span {
  background: #8a158e !important;
}
ul.ordering li:nth-child(13) span {
  background: #5a189aff !important;
}
ul.ordering li:nth-child(14) span {
  background: #c215ff !important;
}
ul.ordering li:nth-child(15) span {
  background: #c1158a !important;
}
ul.ordering li:nth-child(16) span {
  background: #590d22ff !important;
}
ul.ordering li:nth-child(17) span {
  background: #9f9f9f !important;
}
ul.ordering li:nth-child(18) span {
  background: #495057ff !important;
}
ul.ordering li:nth-child(19) span {
  background: #12869b !important;
}
ul.ordering li:nth-child(20) span {
  background: #ffffff !important;
}

#loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #fff;
  z-index: 992000;
}

/* Обычный */
@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: normal;
  src: local("Crimson Text"),
    /* url('/fonts/CrimsonText-Regular.woff2') format('woff2'), */
      /* url('/fonts/CrimsonText-Regular.woff') format('woff'), */
      url("fonts/a_01.ttf") format("ttf");
  /* url('/fonts/CrimsonText-Regular.eot') format('eot'); */
}

.info {
  padding: 6px 8px;
  font: 10px/12px Arial, Helvetica, sans-serif;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.info h4 {
  margin: 0 0 5px;
  color: #777;
}
/* карта */
/*  легенда справа в низу */
.legenda {
  text-align: left;
  line-height: 18px;

  /*color: black;*/
  color: #555;
  /*padding: 3px 6px;*/
}
/* квадратики */
.legenda i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  /* opacity: 0.7; */
  /* opacity: 0; */
}

input {
  margin: 0.4rem;
  margin: 0 auto;
}

.button-image {
  height: 100%;
  width: 150%;
  margin-left: -4px;
}
.text-labels {
  font-family: "Crimson Text";
  font-size: 1em;
  /* font-weight: bold; */
  /* color: white; */
  /* color: black; */
  color: rgb(4, 41, 90);
  /* text-shadow: -5px -4px 3px #fdfcfc; */
  /* text-shadow: 2px 4px 3px rgba(0,0,0,0.3); */
  /* text-shadow: 2px 4px 3px rgba(255, 255, 255, 0.3); */
  /* text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1); */
  white-space: nowrap;
  /* color: rgb(158, 25, 25); */
  /* Use color, background, set margins for offset, etc */
}
.maptitl {
  font-family: "Crimson Text";
  font-style: oblique;
  font-size: 1em;
  /* font-weight: 700; */
  /* color: white; */
  color: #00008b;
  /* color: #006400; */
  text-align: center;
  background-color: white;
  border-radius: 5px;
  /* border-color: rgb(21, 24, 212); */
  border: 1px solid #00008b;
  /* border: 1px solid #006400; */
  /* border: 1px solid #BEDAB4; */
  padding: 1px 2px;
  white-space: nowrap;
  /* word-wrap:break-word;  */
}

.leaflet-horizontalcenter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* padding-top: 5px; */
}

/* .leaflet-horizontalcenter .leaflet-control { */
.leaflet-horizontalcenter {
  margin-top: 0px;
}
/* это контрол значков внизу справа */
.obozinfo {
  position: relative;
  text-align: left;
  /* text-align:right; */
  max-height: 350px;
  /* height: auto; */
  overflow-y: scroll;
  /* padding: 6px 8px; */
  font: 10px/12px Arial, Helvetica, sans-serif;
  /* background: white; */
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.listimg {
  /* margin: 1px; */
  width: 10%;
  height: 10%;
  /* margin-right: 10px; */
}
.clicker {
  width: 100px;
  height: 100px;
  background-color: blue;
  outline: none;
  cursor: pointer;
}
.clicker:focus + .hiddendiv {
  display: block;
}

/* выбор цыветов на карте */
.viborcolor {
  position: relative;
  border: 1px solid #b17b59;
  background-color: #aed0ea;
  box-shadow: 5px 5px 10px #b0a6a8;
  border-radius: 20px;
}
.ordering {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 2px;
  column-gap: 5px;
}

#buttonrezet {
  /* margin: 0 auto; */
  box-shadow: 5px 5px 10px #b0a6a8;
  /* background-color: #5e86eb; */
  width: 300px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.close {
  color: #000000;
  font-size: 16px;
  /* position: absolute; */
  position: relative;
  /* bottom: 15px; */
  /* right: 10px; */
  border-radius: 50px;
  border: none;
  box-shadow: 5px 5px 10px #b0a6a8;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.mclose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.mclose:hover {
  color: black;
}

/*класс для заголовков столбов*/
.mheadertb{
  background-color: #1054e7;
}
