/* .sidebar {
	width: 260px;
}
.uk-grid-divider:not(:empty) {
	margin: 0;
} */
body {
	min-width: 1200px;
}
@media (max-width: 1220px) {
	body {
		min-width: unset;
	}
}
.sidebar-container {
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}

.uk-grid-divider:not(:empty) {
	margin: 0;
}
@media (min-width: 1220px) {
	.uk-grid-divider:not(:empty) {
		margin: 0;
	}
}

#catalog-products-block {
	width: 940px;
	padding: 0 35px;
	padding-top: 25px;
	position: relative;
}
#catalog-products-block:after {
	content: "";
	display: block;
	width: 9999px;
	height: 100%;
	background: #f6f6f6;
	position: absolute;
	top: 0;
	left: 100%;
}

.uk-container {
	width: 100%;
	max-width: 1728px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 64px;
	padding-left: 64px;
	position: relative;
}
.uk-container:not(.wrapper .uk-container){
	margin-top: 148px;
}
@media (max-width: 991px){
	.uk-container:not(.wrapper .uk-container) {
		margin-top: 122px;
	}
}
@media (max-width: 767px){
	.uk-container{
		padding: 0 16px;
	}
	.uk-container:not(.wrapper .uk-container) {
		margin-top: 60px;
	}
	.lk-content{
		padding: 0;
	}
}

.table-new-style.table-bordered > thead > tr > th, .table-new-style.table-bordered > tbody > tr > th, .table-new-style.table-bordered > tfoot > tr > th, .table-new-style.table-bordered > thead > tr > td, .table-new-style.table-bordered > tbody > tr > td, .table-new-style.table-bordered > tfoot > tr > td {
	border: none;
	max-width: 200px;
	white-space: normal;
}
.table-new-style > tbody > tr {
	background: #fff;
}
.table-new-style > tbody > tr:nth-child(2n) {
	background: #F3F4F5;
}
.table-new-style > tbody > tr.first-block {
	border-top: 1px solid #d3dbe8;
}
.table-new-style > tbody > tr.last-block {
	border-bottom: 1px solid #d3dbe8;
}

.get-tree {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	outline: none;
	font-size: 0 !important;
	border: none;
	border-radius: 4px;
	background: #e5e9eb;
	padding: 6px 15px;
	cursor: pointer;
	position: relative;
}
.get-tree:before, .get-tree:after {
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	border-radius: 4px;
	background-color: #325b75;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.get-tree:after {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.get-tree.opened:after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.btn.logout {
	align-items: center;
	justify-content: center;
}
.btn.logout:hover span {
	text-decoration: underline;
}
.btn.logout:focus {
	outline: none;
}
.nikita {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: -2px -5px;
}
.nikita a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #325b75;
	text-decoration: none;
	margin: 2px 5px;
}
.nikita a:hover span {
	text-decoration: underline;
}

.table-new-style span.strong {
	font-weight: 600;
	color: #325b75;
}


.dataTables_filter input {
	margin: 0;
}
.dataTables_filter input:focus {
	box-shadow: none;
}
.dataTables_filter.has-success .form-control:focus {
	box-shadow: none;
}
.dataTables_filter .help-block {
	margin: 0;
}
.dataTables_length {
	font-size: 12px;
}
.dataTables_length {
	align-items: center;
	justify-content: center;
}
.dataTables_length .help-block {
	margin: 0;
}
.dataTables_length .form-control {
	box-shadow: none;
}
.dataTables_length .form-control:focus {
	box-shadow: none;
}

.table_nomenclature {
	white-space: pre;
	margin: 0;
}
.table_serial_number {
	display: flex;
	align-items: center;
	justify-content: center;
}
.table_serial_number p {
	width: auto;
}
.table_serial_number-first {
	max-width: 110px;
	margin: 0;
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
}
.table_serial_number-first:last-child {
	margin-bottom: 0;
}
.table_serial_number-more {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	margin-left: 5px;
}
.table_serial_number-more-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	white-space: pre;
	border: none;
	background: transparent;
	color: #325b75;
	font-size: 0;
	border-radius: 4px;
	padding: 0;
	outline: none;
	position: relative;
}
.table_serial_number-more-btn:before, .table_serial_number-more-btn:after {
	content: "";
	background-color: #325b75;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.table_serial_number-more-btn:before {
	opacity: 1;
	width: 17px;
	height: 12px;
	mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.8973 5.54375C15.2968 2.23719 12.1281 0 8.5 0C4.87185 0 1.70235 2.23875 0.102692 5.54406C0.0351768 5.68547 0 5.8417 0 6.00016C0 6.15861 0.0351768 6.31484 0.102692 6.45625C1.70323 9.76281 4.87185 12 8.5 12C12.1281 12 15.2977 9.76125 16.8973 6.45594C16.9648 6.31453 17 6.1583 17 5.99984C17 5.84139 16.9648 5.68516 16.8973 5.54375ZM8.5 10.5C7.65943 10.5 6.83773 10.2361 6.13882 9.74161C5.43991 9.24715 4.89518 8.54434 4.5735 7.72208C4.25183 6.89981 4.16767 5.99501 4.33165 5.12209C4.49564 4.24918 4.90042 3.44736 5.49479 2.81802C6.08916 2.18868 6.84644 1.7601 7.67086 1.58647C8.49529 1.41283 9.34982 1.50195 10.1264 1.84254C10.903 2.18314 11.5668 2.75991 12.0338 3.49993C12.5007 4.23995 12.75 5.10998 12.75 6C12.7503 6.59103 12.6405 7.17632 12.427 7.72242C12.2136 8.26851 11.9005 8.7647 11.5058 9.18262C11.1111 9.60054 10.6425 9.932 10.1267 10.158C9.61097 10.3841 9.0582 10.5003 8.5 10.5ZM8.5 3C8.2471 3.00374 7.99584 3.04358 7.753 3.11844C7.95317 3.40646 8.04923 3.7609 8.02375 4.11748C7.99828 4.47406 7.85295 4.80917 7.61414 5.06203C7.37533 5.31489 7.05883 5.46876 6.72206 5.49574C6.38529 5.52271 6.05054 5.42101 5.77852 5.20906C5.62362 5.81331 5.65158 6.45377 5.85847 7.04031C6.06535 7.62685 6.44075 8.12993 6.93181 8.47874C7.42287 8.82754 8.00488 9.00452 8.59591 8.98475C9.18694 8.96498 9.75724 8.74946 10.2265 8.36853C10.6958 7.9876 11.0405 7.46044 11.212 6.86125C11.3835 6.26205 11.3732 5.62099 11.1826 5.0283C10.992 4.43561 10.6307 3.92114 10.1494 3.55728C9.6682 3.19343 9.09133 2.99853 8.5 3Z' fill='black'/%3e%3c/svg%3e ");
	-webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.8973 5.54375C15.2968 2.23719 12.1281 0 8.5 0C4.87185 0 1.70235 2.23875 0.102692 5.54406C0.0351768 5.68547 0 5.8417 0 6.00016C0 6.15861 0.0351768 6.31484 0.102692 6.45625C1.70323 9.76281 4.87185 12 8.5 12C12.1281 12 15.2977 9.76125 16.8973 6.45594C16.9648 6.31453 17 6.1583 17 5.99984C17 5.84139 16.9648 5.68516 16.8973 5.54375ZM8.5 10.5C7.65943 10.5 6.83773 10.2361 6.13882 9.74161C5.43991 9.24715 4.89518 8.54434 4.5735 7.72208C4.25183 6.89981 4.16767 5.99501 4.33165 5.12209C4.49564 4.24918 4.90042 3.44736 5.49479 2.81802C6.08916 2.18868 6.84644 1.7601 7.67086 1.58647C8.49529 1.41283 9.34982 1.50195 10.1264 1.84254C10.903 2.18314 11.5668 2.75991 12.0338 3.49993C12.5007 4.23995 12.75 5.10998 12.75 6C12.7503 6.59103 12.6405 7.17632 12.427 7.72242C12.2136 8.26851 11.9005 8.7647 11.5058 9.18262C11.1111 9.60054 10.6425 9.932 10.1267 10.158C9.61097 10.3841 9.0582 10.5003 8.5 10.5ZM8.5 3C8.2471 3.00374 7.99584 3.04358 7.753 3.11844C7.95317 3.40646 8.04923 3.7609 8.02375 4.11748C7.99828 4.47406 7.85295 4.80917 7.61414 5.06203C7.37533 5.31489 7.05883 5.46876 6.72206 5.49574C6.38529 5.52271 6.05054 5.42101 5.77852 5.20906C5.62362 5.81331 5.65158 6.45377 5.85847 7.04031C6.06535 7.62685 6.44075 8.12993 6.93181 8.47874C7.42287 8.82754 8.00488 9.00452 8.59591 8.98475C9.18694 8.96498 9.75724 8.74946 10.2265 8.36853C10.6958 7.9876 11.0405 7.46044 11.212 6.86125C11.3835 6.26205 11.3732 5.62099 11.1826 5.0283C10.992 4.43561 10.6307 3.92114 10.1494 3.55728C9.6682 3.19343 9.09133 2.99853 8.5 3Z' fill='black'/%3e%3c/svg%3e ");
}
.table_serial_number-more.open .table_serial_number-more-btn:before {
	opacity: 0;
}
.table_serial_number-more-btn:after {
	opacity: 0;
	width: 12px;
	height: 12px;
	mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.27298 6.00019L11.1191 2.15407L11.9122 1.36092C12.0293 1.24391 12.0293 1.05378 11.9122 0.93678L11.0636 0.0881278C10.9466 -0.0288758 10.7565 -0.0288758 10.6395 0.0881278L6.00019 4.7274L1.36092 0.0877527C1.24391 -0.0292509 1.05378 -0.0292509 0.936779 0.0877527L0.0877527 0.936404C-0.0292509 1.05341 -0.0292509 1.24354 0.0877527 1.36054L4.7274 6.00019L0.0877527 10.6395C-0.0292509 10.7565 -0.0292509 10.9466 0.0877527 11.0636L0.936404 11.9122C1.05341 12.0293 1.24354 12.0293 1.36054 11.9122L6.00019 7.27298L9.84631 11.1191L10.6395 11.9122C10.7565 12.0293 10.9466 12.0293 11.0636 11.9122L11.9122 11.0636C12.0293 10.9466 12.0293 10.7565 11.9122 10.6395L7.27298 6.00019Z' fill='black'/%3e%3c/svg%3e ");
	-webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.27298 6.00019L11.1191 2.15407L11.9122 1.36092C12.0293 1.24391 12.0293 1.05378 11.9122 0.93678L11.0636 0.0881278C10.9466 -0.0288758 10.7565 -0.0288758 10.6395 0.0881278L6.00019 4.7274L1.36092 0.0877527C1.24391 -0.0292509 1.05378 -0.0292509 0.936779 0.0877527L0.0877527 0.936404C-0.0292509 1.05341 -0.0292509 1.24354 0.0877527 1.36054L4.7274 6.00019L0.0877527 10.6395C-0.0292509 10.7565 -0.0292509 10.9466 0.0877527 11.0636L0.936404 11.9122C1.05341 12.0293 1.24354 12.0293 1.36054 11.9122L6.00019 7.27298L9.84631 11.1191L10.6395 11.9122C10.7565 12.0293 10.9466 12.0293 11.0636 11.9122L11.9122 11.0636C12.0293 10.9466 12.0293 10.7565 11.9122 10.6395L7.27298 6.00019Z' fill='black'/%3e%3c/svg%3e ");
}
.table_serial_number-more.open .table_serial_number-more-btn:after {
	opacity: 1;
}
.table_serial_number-more-btn:focus {
	outline: none;
}
.table_serial_number-more p {
	width: auto;
}
.table_serial_number-more-full {
	display: none;
	border-radius: 4px;
	color: #000;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0, .2);
	padding: 6px 10px;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(0, -50%);
	margin: 0;
	margin-left: 8px;
}
.table_serial_number-more-full p {
	white-space: pre;
	text-align: left;
	margin: 0;
}
.table_serial_number-more.open .table_serial_number-more-full {
	display: block;
}
.table_serial_number-more-full:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translate(0, -50%);
}

.uk-modal-dialog {
	z-index: 1;
}
.uk-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.search-highlight {
	color: black;
	background: yellow;
}

.modalButton {
	align-items: center;
	justify-content: center;
	outline: none;
	font-size: 13px;
	color: #325b75;
	border: none;
	border-radius: 4px;
	background: #e5e9eb;
	padding: 6px 15px;
}
.modalButton.highlight {
	color: #fff;
	background: #0077dd;
}

#myTable_filter {
	background: transparent;
	border: none;
}
#myTable_filter .form-control {
	background: #fff;
	border: 1px solid #e5e9eb;
	margin: 0;
}
#myTable_filter .help-block {
	line-height: 2;
}

#myTable_filter input[type="search"]::placeholder {
	color: #444;
}
