html {
	height: 100%;
}

body {
	margin: 0;
    font-family: helvetica;
    height: 100%;
	display: flex;
    flex-direction: column;
}

.header {
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 10px;
}

.content {
	flex: 1;
}

.content_page {
	height: 100%;
	display:flex;
}

.left_menu {
	padding: 15px;
}

.left_menu_item {
	display: block;
    font-size: 20px;
    height: 30px;
}

#right_content {
	display: flex;
    flex-direction: column;
	padding: 10px;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: darkgrey;
    width: 100%;
}

.category_line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 5px;
}

select {
	font-size: 20px;
	color: #3d5251;
	border-radius: 3px;
	appearance: none;
	cursor: pointer;
	height: 30px;
	text-align: center;
	/* width: 100%; */
	text-align-last: center;
	margin: 5px;
}

option {
	padding:5px;
}



a{
 text-decoration:none;
 color: #3d5251;
}

a:hover {
    color:#01b8aa;
}

.form_ref, .menu_ref {
 font-size:20px;
 vertical-align:middle;
 fill: #3d5251;
}

.form_ref:hover, .menu_ref:hover {
cursor: pointer;
}

a.selected, .svg_ref.selected{
    color:#01b8aa; 
    fill: #01b8aa;
}

button.selected {
    background-color:#fe625e; 
}

.divdisabled {
    pointer-events: none;
    opacity: 0.4;
}

input {
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: darkgrey;
}

@font-face {
	font-family: bold; /* Гарнитура шрифта */
	src: url(../fonts/bold.otf); /* Путь к файлу со шрифтом */
   }

.form_div {
    margin: 0 auto;
    box-shadow: 0 0 black;
    width: min-content;
    height: min-content;
    padding: 20px;
    box-shadow: 6px 6px 16px 0px black;
    border-radius: 10px;
}

#tbSearchInput {
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

#row_menu {
	position:absolute;
}

.menu_col {
	width:30px;
	min-width:30px;
	padding:0px;
	background-color:white;
}

#popup_block {	
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #00000047;
}

#popup_table {	
    margin: 20px auto;
    background: white;
    height: 95%;
	width:fit-content;
}

.tab_menu {
    height:25px;
}

.tab_menu.left_group {
    float:left;    
}

.tab_menu.right_group {
    float:right;    
}

/* List Button */
.lstBtn {
    background-color: #01b8aa;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
}

.command_bar {
	height: 40px;
	float: left;
	padding: 5px;
}

.command {
	height: 40px;
	float: left;
	padding-left: 4px;
}

.lstBtn.disabled {
    background-color: #e7eaea;
    color:#aea7a7;
	pointer-events:none;
}

/* List button on hover & focus */
.lstBtn.enabled:hover, .lstBtn.enabled:focus {
    background-color: #0fa498;
}

.lstSearch {
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
    position:sticky;
    top:0;
}


/* The search field when it gets focus/clicked on */
.lstSearch:focus {outline: 3px solid #ddd;}

/* The container <div> - needed to position the dropdown content */
.lst {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.lstcontent {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1010;
    max-height: 340px;
    overflow: auto;
}

/* Links inside the dropdown */
.lstcontent a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.lstcontent a:hover {background-color: #f1f1f1}

.filterItem.selected {
	font-weight: bold;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
.hide {display:none;}

.menu_block {
    width:298px;
    text-align:right;
}

.menu_input_header {
    margin-bottom: -25px;
}

.menu_btn {
	display: block;
    text-align: center;
    background-color: #01b8aa;
    font-size: 20px;
    border-style: none;
    cursor: pointer;
    color: white;
    margin: 5px;
    border-radius: 5px;
    padding: 8px;
	flex:1;
}

.save_btn {
    width: 45px;
    fill: white;
    flex: 0;
}

.menu_btn:hover {
    background-color: #076f67;
}

.popup_msg {
    border-radius: 3px;
    border: #8080807d;
    border-style: solid;
    border-width: 1px;
    padding-left: 5px;
    background: #f5f5f5fa;
    z-index: 8000;
}

.popup_msg .popup_btn{
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
}

.svg_ref:hover {
    fill:#01b8aa;
    cursor:pointer;
}

[aria-label] {
position: relative;
cursor: help;
}

[aria-label]:after {
content: attr(aria-label);
    display: none;
    position: absolute;
    left: 10px;
    z-index: 2;
    padding: 14px;
    line-height: 15px;
    white-space: nowrap;
    color: #fff;
    background-color: #fe625ea8;
    border-radius: 5px;
}

[aria-label]:before {
  content: " ";
  display: none;
  position: absolute;
  z-index: 3;
  top: 66%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

[aria-label]:hover:after, [aria-label]:hover:before {
display: block;
}

.popup_menu {
	position: absolute;
	box-shadow: 1px 1px 3px 0px #948d8d9e;
	border-radius: 3px;
	margin: 10px;margin-top: 0px;
	font-size: 17px;padding: 10px;
	padding: 10px;
	background: white;
    z-index: 1010;
}

.popup_item {
	display: block;
    padding: 5px;
	cursor: pointer;
}

#fade {
	display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1001;
    opacity: .40;
}

#msgdiv {
	position: absolute;
	bottom: 0px;
	box-shadow: 0px -7px 9px 0px #00000052;
	width: 100%;
	padding: unset;
	padding: 11px;
	height: 25px;
	display:none;
	background-color: #ffe6e5;
}

.disabled_btn {
background-color: darkgray;
}
.disabled_btn:hover {
background-color: darkgray;
}

.disabled_ref {
	fill: darkgrey;
}

.disabled_ref:hover {
	fill: darkgrey;
}

.sort_symbol {
	color: darkgray;
    font-size: smaller;
}

#load_ico img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#infoblocks {
    display: flex;
    flex-direction: column-reverse;
    right: 0px;
    bottom: 0px;
    position: absolute;
}

.infoblock {
    border-radius: 3px;
    border: #8080807d;
    border-style: solid;
    border-width: 2px;
    padding: 15px;
    background: #f5f5f5fa;
    z-index: 8000;
    flex-direction: column;
    flex-wrap: nowrap;
    transition: right 1s, bottom 1s;
}