/* body {
  background-color: #d9e7f3;
} */
html,
body {
  height: 100%;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #d9e7f3;
  /* background-color: linear-gradient(rgb(165, 203, 238),#367EB4); */
}
/* центральный блок после заголовка */
.atlaswrapper {
  /* position: absolute; */
  /* margin: 1px 65px; */
  /* width: 96%; */
  margin: 0 auto;
  padding: 0.1px;
  height: 80%;
  /* border: 3px solid rgb(235, 4, 4); */
  font-family: "Times New Roman", Times, serif;
  z-index: 10;
}

/* .red {
  background-color: rgb(37, 148, 22);
} */

/* @import 'https://code.highcharts.com/css/highcharts.css'; */
/*:root {
  --highcharts-color-0: green;
  --highcharts-color-1: orange;
  --highcharts-color-2: red;
  --highcharts-color-3: blue;
  --highcharts-color-4: brown;
}*/

/* параметры */
.parametr {
  display: flex;
  /* width: 100%; */
  margin: 0 auto;
  padding: 0.1px 0px 3px 0px;
  align-content: space-between;
  font-size: 0.7em;
  align-items: stretch;
  vertical-align: middle;
  flex-wrap: nowrap;
  background: #7697b3;
}

.element {
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 3px 20px rgba(1, 12, 26, 0.342);
  color: #ffffff;
  /* flex: 1; */
}

/* блок выбора параметров */

.panelContainer {
  display: flex;
  width: 100%;
  /* height: 50%; */
  margin: 0 auto;
  padding: 0.1x;
  justify-content: space-between;
  /* justify-content: space-around; */
  font-size: 0.8em;
  /* border-top: 20px solid #c04f09; */
}

/*блок  таблица,график,карта */

/* //подсказки */
.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;
}

/* текст на карте*/
.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;
}

option {
  width: fit-content;
}
.my-control h4 {
  margin: 0 0 5px;
  color: "black";
}

/*выполнить*/
.btin {
  font-size: 10px;
  color: rgb(248, 244, 244);
  background-color: #07a30fe0;
}

#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-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;
}

/* таблица */
.wordoknotab {
  /* float: left; */
  font-size: 1.1em;
  padding: 0.3em;
  max-width: 64%;
  /* height: 99%; */
  height: 100%;
  /* border: 1px solid #090b88; */
  border: 1px solid #ee0b0b;
  border-radius: 20px;
  /* background: #020f20; */
}
/*блок визуализации*/
.wordoknogra {
  /* float: left; */
  font-size: 1.1em;
  padding: 0.3em;
  width: 35%;
  /* height: 99%; */
  height: 740px;
  /* border: 1px solid #090b88; */
  border: 1px solid #ee0b0b;
  border-radius: 20px;
  text-align: left;
  overflow: auto;
  /* background: #020f20; */
}
/* графики */
.vizualschart {
  position: relative;
  text-align: left;
  height: 100%;
  overflow-y: scroll;
  /*эксперемент*/
  /* content-visibility: auto;
  contain-intrinsic-size: 1px 5000px; */
  /* text-align: center; */
}
.gparametri {
  font-size: 1em;
  background: #c5dff5;
  height: 95%;
  overflow-y: scroll;
}


/* карта */
.vizualmap {
  position: relative;
  height: 100%;
  text-align: left;
  /* overflow-y: scroll; */
  /* text-align: center; */
  /* position: absolute; */
  /* height: inherit; */
  /* width: inherit; */
  /* flex-grow: 1; */
  /* padding: 0em 0em 0em 0em ; */
}

.fitem01s {
  position: relative;
  /* height: 300px; */
  width: 99%;
  /* height: 303px; */
  height: 47%;
  border: 1px solid #b17b59;
  border-radius: 20px;
  /* padding:  5px; */
  margin-top: 2px;
  /* background: #a1cff5; */
}

/* прижимает таблицу влево */
table.dataTable {
  float: 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 thead tr {
  font-size: 11px;
  color: rgb(245, 244, 240);
}
table.dataTable thead th:nth-child(-n + 3) {
  background-color: #496994;
  color: rgb(238, 183, 32);
}
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(3),
table.dataTable thead th:nth-last-child(2),
table.dataTable thead th:nth-last-child(1) {
  background-color: #1054e7;
}

/* цвет выделенных строк */

.even.selected td {
  background-color: #e7ecef;
}
.odd.selected td {
  background-color: #e7ecef;
}

/* td { 
  /* float: right; */
/* font-size: 12px; */
/* } */

#dt-table {
  font-size: 13px;
  /* color: #000; */
}
/* table.dataTable thead button{
  font-size:9px;
  background-color: #315787;
} */
.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;
}

/* выпадающее меню показателей*/
.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;
}

.hidden {
  display: none;
  /* height:200px; */
  /* background-color:green; */
}

/* выбор цыветов на карте */
.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;
}
