@page { 
	margin: 0;
}
body {
	background: #F6F6F1;
	min-width: 300px;
	display: flex;
	height: 100vh;
	flex-direction: column;
}

.content {
	flex-grow: 1;
	position: relative;
	padding: 0 5px;
	overflow: none;
	padding-left: 200px;
	padding-top: 30px;
}

.breadcrumb {
	display: flex;
	padding: 15px 0;
	font-size: 17px;
}
.breadcrumb {
	
}
.breadcrumb_divider {
	padding: 2px 10px;
}
.breadcrumb_divider:before {
    content: '\f101';
	font-family: "fontello";
}

h1 {
	margin: 30px 0;
}

a {
	text-decoration: none;
	color: #33383d;
}
a:hover {
	color: #FF4E26;
}

a.button {
	
}

.header-panel {
	height: 30px;
	background: #E2E2D2;
	width: 100%;
	position: relative;
	z-index: 9;
}
.auth-form-block {
	width: 326px;
	height: 106px;
	background: #d7d777;
	z-index: 999999;
}

.left-menu-btn {
	display: block;
	padding: 5px;
	color: #525a63;
}

.smooth div {
	transition: all 0.2s;
}
.smooth  div:hover {
	transition: all 0.2s;
}

.auth-block,
.lng-swch,
.personal-block {
	float: right;
	height: 30px;
	background: #525a63;
	padding: 4px 10px;
	position: relative;
}
.lng-swch,
.personal-block {
	background: #d7d777; //#dbdbcd;
}
.auth-block *,
.lng-swch *,
.personal-block *{
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.lng-swch *,
.personal-block * {
	color: #525a63;
}
.lng-swch a {
	padding: 0 5px;
}
.personal-block * {
	text-transform: inherit;
	font-size: 15px;
	font-weight: normal;
}
.separator {
	border-left: 1px dashed #fff;
	margin: 0 5px;
	padding-right: 2px;
	
}
.top-phone {
	float: right;
	height: 30px;
	vertical-align: middle;
	margin-right: 15px;
}
.top-phone .number{
	top: -1px;
	position: relative;
}
.top-phone span,
.top-phone b {
	top: 1px;
	position: relative;
	color: #525A63;
	line-height: 30px;
}
.top-phone b {
	font-size: 20px;
}
.personal-block  .auth-ico:before{
	margin-top: 2px;
}
.personal-block  .small{
	padding: 0 5px;
}

.header-place  {
	min-height: 77px;
	width: 100%;
}
.header {
	position: relative;
	background: #ffffff;
	width: 100%;
	z-index:9;
}

.header:before {
	clear: both;
}
.fixed {
    position:fixed;
    top:0; left:0;
    width:100%;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	z-index: 999;
}
.show {display:block!important}
.hide{display:none!important}
.toCenter {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


#scroll-top-btn::before {
	font-size: 40px;
}
#scroll-top-btn:hover {
	background: #D7D777;
}
#scroll-top-btn {
	position: fixed;
	right: 20px;
	bottom: 20%;
	padding: 5px 0px 10px 0px;
	border-radius: 30px;
	color: #F6F6F1;
	background: #E3E39D;
	cursor: pointer;
	z-index: 2;
	display: none;
}

button:hover {
	color: red;
}

#footer {
	width: 100%;
	padding: 20px;
	clear: both;
	text-align: center;
}

.left-menu-panel {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
}

#menu_show_btn {
	cursor: pointer;
	padding: 5px;
	display: block;
}

#left-menu {
	background: #fff;
	overflow-y:auto;
	height: 100vh;
	padding-bottom: 50px;
}

#left-menu b {
	font-size: 15px;
	padding: 6px 15px;
	width: 100%;
	background: #E2E2D2;
	display: block;
}
#left-menu a,
#left-menu u {
	padding: 3px 15px;
	display: block;
}

#left-menu .active {
	background: #d7d777;
	text-decoration: none;
}
.table-buttons-panel .active button{
	background: #d7d777;
}
.table-buttons-panel .active button span{
	color: #222;
}
.console-buttons-panel .button {
	float: left;
	background: #525a63;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	width: 115px;
	display: block;
	padding: 5px;
}
.console-buttons-panel {
	display: flex;
	justify-content: flex-start;
    flex-direction: row;
}
.order_master td:nth-child(n+3):not(:last-child){
}
.order_master td{
	color: #ac5c5c;
	background: #ffffe8;
}
.order_slave td{
	color: #777;
	background: #fffef8;
}
