body {
	min-height: 100vh;
	position: relative;
	min-width: 1500px;
	padding-bottom: 60px;
}

.startkitchen {
	min-height: calc(100vh - 215px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: column;
}

.title_more{
	background: #0d6efd;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -27px;
    padding: 2px 10px;
    border-radius: 6px 6px 0 0;
    color: #fff;
}

.massage_not_put{
	margin: 0;
    margin-top: 5px;
    margin-bottom: -12px;
    display: none;
    text-align: center;
}

.startkitchen .block_in{
	pointer-events: none;
	opacity: 0.65;
}
.startkitchen .modal_kitcken {
	padding: 25px;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: column;
	width: 500px;
}

.status .get_reserv{
	position: absolute;
    top: 162px;
    right: -134px;
    width: 362px;
}

.message_order{
	display: none;
	margin: 15px 0 0 0;
    font-weight: 600;
    color: #03b615;
}

#send_orders{
	position: relative;
	background: #e79600;
    border-color: #e79600;
}

#send_orders:hover{
	background: #d78c00;
	border-color: #d78c00;
}

.startkitchen h1 {
	margin-left: -50px;
	margin-bottom: 20px;
}

.startkitchen .btn {
	width: 300px;
	position: relative;
}
header .items-menu .menu{
	margin-left: 50px;
}
header .change div{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
header div:first-child:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 187px;
	height: 100%;
	background: url("/assets/img/bg.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

header img{
	z-index: 2;
}

.startkitchen .modal_kitcken .check-in {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 15px 0;
}

.startkitchen .props{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 20px;
}

.startkitchen .props > div{
	display: flex;
	flex-direction: column;
	margin: 0 5px;
}

.startkitchen .props input{
	width: 130px;
}

.startkitchen .modal_kitcken .check-in input {
	margin-top: 1px;
	margin-right: 8px;
}

.startkitchen .modal_kitcken .check-in label {
	line-height: 1.2;
	font-size: 14px;
}

.startkitchen .modal_kitcken img {
	margin-bottom: 14px;
	width: 80px;
}

.startkitchen p {
	text-align: center;
}

.auth {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: 100vh;
	position: relative;
}
.auth form {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 300px;
	height: 300px;
}
.auth div {
	width: 100%;
	position: relative;
}
.auth div input {
	margin: 10px 0;
}
.auth .btn {
	margin-top: 20px;
	padding: 10px 30px;
	width: 100%;
}
.auth .message {
	padding: 15px;
	border-radius: 6px;
	font-size: 14px;
	background: rgba(22, 155, 213, 0.1);
	line-height: 1.1;
	width: 100%;
	margin-bottom: 10px;
	display: none;
}

.logo-eland {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 80px;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	width: 100%;
	padding: 20px 50px;
	/* background: #00163770; */
	background: url(../img/back_fon.jpg);
    background-size: 100%;
}
header div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

header img {
	width: 68px;
}

body .status .table_sort .active {
	border: 1px solid;
	background: #cf0000;
	color: #fff;
}

body .status .table_sort .succes_stat {
	background: #03b615;
}

.change {
	position: relative;
	align-items: center;
}
.change h2,
.change a {
	font-size: 24px;
	margin: 0 10px;
}
.change h2{
	color: #fff;
}
.change a {
	color: #fff;
	transition: all ease 0.3s;
	padding: 0px 15px 5px 15px;
	cursor: pointer;
}

.info_shift{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777;
}

.info_shift p{
	width: fit-content !important;
}
.active_shift{
	color: #ffff;
    border-radius: 6px;
    background: #0d6efdb3;
	pointer-events: none;
}

.down_no_put{
	width: 100%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.change .messange {
	display: none;
	background: #ccd1d7;
	position: absolute;
	bottom: -75px;
	padding: 10px;
	border-radius: 4px;
	font-size: 14px;
	right: -50px;
}

.message_xlsx, .message_xlsx_box{
	display: none;
	color: #000 !important;
}

.time {
	font-size: 24px;
	font-weight: 500;
	margin: 0 15px;
	width: 222px;
	font-family: 'Consolas';
	width: 130px;
	line-height: 1;
	color: #fff;
}

.menu a {
	font-size: 20px;
	margin: 0 15px;
	text-decoration: none;
	color: #fff;
	transition: all ease 0.3s;
}
.menu a:hover,
.change a:hover {
	color: #eaf3ff;
}
.menu .exit {
	border: 1px solid #0d6efd;
	padding: 10px 40px;
	border-radius: 5px;
	transition: all ease 0.3s;
}
.menu .exit:hover {
	background: #0d6efd;
	color: #fff;
}

.wrapper_boxes {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	margin-bottom: 50px;
}

.stock hr {
	border: none;
	margin: 18px 0 10px 0;
	height: 2px;
	color: #000;
}

.main_blocks {
	width: 380px;
	height: 550px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.12);
	padding: 10px;
	border-radius: 10px;
	margin: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main_blocks .print_et {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main_blocks h4 {
	color: #0d6efd;
	text-align: center;
	font-size: 20px;
}
.main_blocks p {
	text-align: center;
	line-height: 1.2;
}
.main_blocks img {
	width: 68px;
}
.main_blocks .btn {
	width: 230px;
	margin-top: 5px;
}
.main_blocks form {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main_blocks form .wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	border: 1px solid #0d6efd;
	padding: 0 20px 7px 20px;
	border-radius: 10px;
}
.main_blocks .row {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.main_blocks .row input,
.main_blocks .row label {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 5px;
}
.main_blocks .row > label,
.main_blocks .row > input {
	margin-bottom: -17px;
}
.main_blocks .row div {
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	align-items: flex-start;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.main_blocks .row div label {
	padding: 0;
	font-size: 12px;
}
.main_blocks .row div input {
	width: 50px;
	padding: 2px;
}

.main_title {
	width: 1082px;
	margin: 0 auto;
	margin-top: 50px;
}

.arr_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	width: 702px;
}
.arr_box .box {
	width: 335px;
	height: 266px;
	color: #fff;
	padding: 10px;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.12);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 8px;
	border-radius: 10px;
}
.arr_box .box h4 {
	color: #0d6efd;
	text-align: center;
	font-size: 20px;
}
.arr_box .box img {
	width: 62px;
}
.arr_box .box p {
	text-align: center;
	width: 260px;
	color: rgba(51, 51, 51, 0.7);
	line-height: 1.2;
	margin-bottom: 10px;
}
.arr_box .box .btn {
	width: 230px;
}

.bar_title{
	margin-top: 8px;
	margin-bottom: 9px;
}

body .status .table_sort .pagination .active{
	background: #0d6efd;
	cursor: default;
}

body .status .table_sort .pagination span{
	padding: 1px 5px;
    border-radius: 5px;
    background: #e9e9e9;
    font-size: 15px;
    margin: 0 3px;
	cursor: pointer;
}

body .status .table_sort .pagination{
	position: absolute;
    bottom: -38px;
    margin: 0 auto;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 45px;
}

.process_bar{
	background: #eee;
    height: 11px;
    width: 100%;
    border-radius: 10px;
	position: relative;
}

.front_bar{
    height: 100%;
    border-radius: 10px;
    background: #07a899;
}

.scaners p{
	font-weight: 700;
    margin-top: -5px;
    font-size: 15px;
	margin-bottom: 9px;
}

.scaners p span{
    color: #0d6efd;
}

.settings,
.status,
.arhive,
.arhive_child {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin: 50px 0;
}
.settings {
	min-height: calc(100vh - 295px);
}
#get_etic {
	position: relative;
}
.but_spin {
	/* position: absolute;
	right: 50px;
	bottom: 50px; */
	width: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#get_etic span {
	display: none;
	width: 25px;
	height: 25px;
	background: url(/assets/img/load.png);
	background-size: 100%;
	position: absolute;
	top: 6px;
	right: 10px;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}
.status {
	height: 1400px;
}
.settings h1,
.status h1,
.arhive h1,
.arhive_child h1 {
	font-size: 30px;
	width: 620px;
	margin: 12px 0;
}
.settings table,
.status table,
.arhive table,
.arhive_child table {
	margin: 0 auto;
}
.settings table,
.settings td,
.status table,
.status td,
.arhive table,
.arhive td,
.arhive_child table,
.arhive_child td {
	border: 1px solid #333;
}
.settings thead,
.settings tfoot,
.status thead,
.status tfoot,
.arhive thead,
.arhive tfoot,
.arhive_child thead,
.arhive_child tfoot {
	background-color: #0d6efd;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.settings tr td:last-child,
.status tr td:last-child,
.arhive tr td:last-child,
.arhive_child tr td:last-child {
	text-align: center;
}
.settings td,
.status td,
.arhive td,
.arhive_child td {
	height: 50px;
	padding: 10px;
}
.settings th,
.status th,
.arhive th,
.arhive_child th {
	padding: 2px;
	border: 1px solid #333;
}

.status h1 {
	font-size: 30px;
	width: 832px;
	margin: 12px 0;
}
.status table tr td {
	text-align: center;
}
.status table tr td:nth-child(2) {
	text-align: left;
	width: 500px;
}
.status .scaners table tr td:nth-child(2){
	width: 270px;
}
.status .scaners table tr td {
	width: 90px;
	height: 35px;
    padding: 5px;
}
.status .scaners{
	position: absolute;
	font-size: 13px;
	left: -135px;
	top: -144px;
}

.status table tr td:nth-child(4) {
	width: 150px;
}
.status .await {
	color: rgba(51, 51, 51, 0.66);
}
.status .succes {
	color: #03b615;
}
.arhive {
	height: 100%;
	margin: 50px 0;
}
#get_csv {
	position: relative;
	width: 150px;
	/* margin-left: auto; */
	/* margin-top: 50px;
	margin-right: 50px;
	position: absolute;
	right: 0;
    bottom: 0; */
}

.table_stock th,
.table_stock td {
	border: 1px solid #000;
	padding: 3px;
}

.table_stock tr td:first-child {
	text-align: center;
}

.table_stock {
	margin-left: 30px;
	display: flex;
	flex-wrap: wrap;
}

#get_csv span,
#get_xlsx_order span,
#send_orders span{
	display: none;
	width: 25px;
	height: 25px;
	background: url(/assets/img/load.png);
	background-size: 100%;
	position: absolute;
	top: 6px;
	right: 10px;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.arhive td {
	width: 200px;
	text-align: center;
	height: 30px;
}
.arhive tr:nth-child(3),
.arhive tr:nth-child(4),
.arhive tr:nth-child(7),
.arhive tr:nth-child(8),
.arhive tr:nth-child(11),
.arhive tr:nth-child(12) {
	background-color: rgba(13, 110, 253, 0.5);
	color: #000;
}
.arhive tr:nth-child(3) a,
.arhive tr:nth-child(4) a,
.arhive tr:nth-child(7) a,
.arhive tr:nth-child(8) a,
.arhive tr:nth-child(11) a,
.arhive tr:nth-child(12) a {
	color: #000;
}
.arhive .pagin {
	width: 400px;
	font-size: 18px;
	margin-top: 20px;
}
.arhive .pagin span {
	padding: 2px 8px;
	cursor: pointer;
	border-radius: 3px;
}
.arhive .pagin .active {
	background-color: #0d6efd;
	color: #fff;
}

.arhive_child h1 {
	width: 686px;
}
.arhive_child td:first-child {
	text-align: center;
}
.arhive_child td:nth-child(2) {
	width: 500px;
}

.button_stock {
	display: flex;
	justify-content: space-between;
	width: 370px;
	/* height: 50px; */
	position: relative;
	padding: 20px;
	height: 100%;
}

.stock {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: calc(100vh - 295px);
	margin: 95px 0;
	position: relative;
}
.stock h1 {
	/* margin-top: 460px; */
	font-size: 30px;
	position: absolute;
	top: -45px;
	margin-left: -35px;
}
.right_content_m {
	padding-left: 0;
}
.stock .box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 576px;
    height: 208px;
	padding: 35px;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	background: #fff;
	/* margin-bottom: 200px; */
}
.stock h4 {
	font-size: 20px;
}
.stock .sort {
	font-size: 20px;
	margin: 0;
	font-weight: 600;
}
.stock .sort span {
	color: #0d6efd;
}
.stock p:last-child {
	margin-top: 10px;
}

.training {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	min-height: calc(100vh - 205px);
	width: 100%;
}
.training .form_bar {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 500px;
	max-height: 500px;
	width: 100%;
	height: 100%;
	margin-top: 10px;
}
.training .form-control {
	width: 250px;
	text-align: center;
	margin: 15px;
}
.training .btn {
	width: 250px;
}

.result {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding: 30px 60px;
}
.result img {
	width: 80px;
}
.result h1 {
	font-weight: 700;
	font-size: 50px;
}
.result h2 {
	max-width: 330px;
	text-align: center;
}
.result p {
	max-width: 315px;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 0;
	font-size: 18px;
}

.reset_scan{
	position: absolute;
    left: -30px;
	cursor: pointer;
}

.table_sort {
	position: absolute;
	top: 300px;
	width: 1220px;
	scale: 0.95;
	height: 926px;
}
.table_sort .down{
	position: absolute;
	top: 941px;
    left: 270px;
}

.status .table_sort .four_l{
	left: -270px;
	display: none;
}

.status .table_sort .four_r{
	right: -270px;
	display: none;
}

.table_sort .left,
.table_sort .right,
.table_sort .up,
.table_sort .left_out,
.table_sort .right_out,
.table_sort .up_out,
.table_sort .left_trial,
.table_sort .right_trial,
.table_sort .up_trial {
	top: 234px;
	position: absolute;
}
.table_sort .left div,
.table_sort .right div,
.table_sort .up div,
.table_sort .left_out div,
.table_sort .right_out div,
.table_sort .up_out div,
.table_sort .left_trial div,
.table_sort .right_trial div,
.table_sort .up_trial div,
.table_sort .down div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
	border: 1px solid #000;
}
.table_sort .left span,
.table_sort .right span,
.table_sort .up span,
.table_sort .left_out span,
.table_sort .right_out span,
.table_sort .up_out span,
.table_sort .left_trial span,
.table_sort .right_trial span,
.table_sort .up_trial span,
.table_sort .down span {
	padding: 3px;
	width: 114px;
	color: #dfdfdf;
	border: 1px solid #fff;
}
.table_sort .up_trial div span,
.table_sort .up_out div span,
.table_sort .up div span,
.table_sort .down div span{
	width: 204.5px;
}

body .table_sort .sort_active {
	color: #000;
	border: 1px solid #000;
}

.table_sort .up {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	top: 117px;
	left: 270px;
}
.table_sort .left {
	left: 135px;
}
.table_sort .right {
	right: 135px;
}
.table_sort .left_trial {
	left: -135px;
}
.table_sort .right_trial {
	right: -135px;
}
.table_sort .up_trial {
	top: -117px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	left: 270px;
}

.wrapper_boxes > .arr_box:first-child,
.wrapper_boxes > .arr_box:first-child .box{
	width: 380px;
}

.table_sort .up_out {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	left: 270px;
	top: 0;
}
.table_sort .left_out {
	left: 0;
}
.table_sort .right_out {
	right: 0;
}
.table_sort .more {
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.12);
	z-index: 2;
	padding: 10px;
	border-radius: 5px;
	width: 616px;
	left: 301px;
	top: 269px;
	align-items: flex-start !important;
	background: #fff;
	border: none !important;
}
.table_sort .more p {
	margin: 3px 0;
	font-size: 12px;
	color: #cf0000;
	font-weight: 700;
	max-width: 50%;
    text-align: center;
}

.info_reset{
	transition: all ease 0.5s;
	position: absolute;
    left: -80px;
    margin-top: -39px;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.12);
	display: none;
}

.table_sort .more p.succes_stat {
	background: none;
	color: #03b615;
}
.table_sort .more div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 550px;
}

.desk {
	position: absolute;
	top: 469px;
	height: 120px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.right_up {
	right: -165px;
}

.left_up {
	left: -165px;
}

.right_down {
	right: 275px;
}

.left_down {
	left: 275px;
}

.top_down,
.top_up {
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	right: calc(50% - 50px);
	height: fit-content;
}

.top_up {
	top: -150px;
	right: calc(50% - 58px);
}

.top_down {
	top: 240px;
}

.exit_table {
	position: absolute;
	top: 940px;
	border: 1px solid #000;
	padding: 10px;
	right: 312px;
}

.status_el {
	cursor: pointer;
	font-weight: 500;
}

footer {
	width: 100%;
	/* background: #303030; */
	background: url(../img/back_fon.jpg);
    background-size: 100%;
	background-position: bottom;
	color: #fff;
	padding: 10px;
	position: absolute;
	bottom: 0;
}

@media (max-width: 1450px) {
	.right_content_m {
		padding-left: 0;
	}
}

@media (max-width: 680px) {
	.change h2,
	.change a {
		font-size: 20px;
		margin: 0 10px;
	}
	.settings,
	.status,
	.arhive,
	.arhive_child {
		height: 100%;
	}
	.status {
		height: 1375px;
	}
	/* .table_sort .left {
    left: 120px;
  }
  .table_sort .up_out,
  .table_sort .up{
    left: 240px;
  }
  .table_sort .right {
    right: 120px;
  }
  .table_sort{
    width: 1082px;
  }
  .top_up{
    right: calc(50% - 60px);
  }
  .right_down{
    right: 245px;
  }
  .left_down{
    left: 245px;
  } */
	.desk {
		height: 130px;
	}
	/* .table_sort .more {
		left: 272px;
	} */
	.wrapper_boxes {
		margin-bottom: 50px;
	}
	.settings h1 {
		margin-top: 80px;
	}
	.arhive,
	.arhive_child {
		margin: 50px 0;
	}
}

@media (max-height: 450px) and (min-width: 500px) {
	.settings,
	.status,
	.arhive,
	.arhive_child {
		margin: 50px 0;
		height: 100%;
	}
	/* .settings{
		height: 400px;
	} */
	.status {
		height: 1370px;
	}
	.wrapper_boxes {
		margin-bottom: 50px;
	}
	.desk {
		height: 130px;
	}
}
