/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #fff;
	background-attachment: fixed;
	background-size: cover;
	z-index: 9999999999;
	line-height: 100vh;
	text-align: center;
}

/* Preloader */
.preloader-in, .preloader-in2 {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.5);
	z-index: 15000;
	text-align: center;
	color: #000;
}

.preloader-in .spinner {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	line-height: 100vh;
}

.preloader-in2 .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.preloader-in-scroll {
	position: absolute;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	opacity: 1 !important;
}

html, body {
	min-height: 100vh;
	color: #343a40;
}
html {font-size: 15px;}
body {
	position: relative;
	overflow-x: hidden;
	padding-top: 60px;
	padding-bottom: 70px;
}

/* ##### COMMONS ##### */
main {margin: 20px 0 40px 0; min-height: 300px; padding-left: 20px !important;}
.section-padding {padding-top: 30px; padding-bottom: 30px;}
.anchor {position:absolute; z-index:-1; top:-60px; display:block;}

strong, b {font-weight: 600;}

/* ##### HEADER ##### */
.header {
	background: #fff;
	z-index: 102;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.header .i-logo {display: inline-block;}
.header .i-logo img {vertical-align: middle; max-height: 44px;}

/* ##### MAIN-SIDEBAR ##### */
.main-sidebar {padding: 0; position: relative; z-index: 99; left: 0;}

/* #### BX-DASHBOARD #### */
.bx-dashboard {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
a.bx-dashboard:hover, a.bx-zoom-hover:hover {
	text-decoration: none;
	transform: scale(1.03);
	transition: transform 0.2s ease-in-out;
}

.bx-dashboard .i-number {font-size: 50px; font-weight: 700;}

/* #### BX01 #### */
.bx01 {
	border: 3px solid #17a2b8;
	background: #fff;
	width: 100%;
}
a.bx01 {text-decoration: none;}

/* #### BX-USER #### */
.bx-user {
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	color: #343a40;
	font-weight: 600;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	line-height: 19px;
	min-width: 100px;
}
a.bx-user:hover {color: #0056b3; text-decoration: none;}

.bx-user .i-img {
	border-radius: 50%;
	margin-right: 10px;
}

/* ##### BX-SORTER ##### */
body {counter-reset: counter-sorter;}
.bx-sorter {
	padding: 5px 10px;
	background: #f8f9fb;
	border: 1px solid #c6c9cc;
	border-radius: .25rem;
	cursor: move;
	margin-bottom: 15px;
}
.bx-sorter:hover {
	background: #eaf4ff;
	border-color: #007bff;
}

.bx-sorter .i-counter {padding-left: 40px; position: relative;}
.bx-sorter .i-counter::before {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;

	counter-increment: counter-sorter;
	content: counter(counter-sorter);
}
.bx-sorter:hover .i-counter::before {
	font-family: "Font Awesome 5 Pro";
	content: '\f7a4'
}

.bx-sorter .i-btn {
	font-size: 20px;
	color: #6c757d;
	visibility: hidden;
	width: 25px;
	height: 25px;
	padding: 0;
	line-height: 25px;
	display: inline-block;
	position: relative;
	top: -1px;
}
.bx-sorter:hover .i-btn, .is-mobile .bx-sorter .i-btn {visibility: visible;}

/* ##### BTN-RETURN-TO-YOUR-ACCOUNT ##### */
.btn-return-to-your-account {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 90;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background: #007bff;
	text-align: center;
}
.btn-return-to-your-account:hover {color: #fff; opacity: 0.9; text-decoration: none;}

/* ##### ICO-GO-TOP ##### */
.ico-go-top {
	width: 45px;
	height: 45px;
	border: 2px solid #343a40;
	border-radius: 50%;
	position:fixed;
	z-index:88;
	right:10px;
	bottom:10px;
	display:none;
	cursor: pointer;
}
.ico-go-top::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #343a40;
	border-right: 2px solid #343a40;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -8px;
}
.ico-go-top:hover {opacity:0.8;}

/* #### FOOTER #### */
.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.honeti {opacity:1;}
.honeti:hover {opacity:0.7;}

/* #### RESPONSIBLE WEB DESIGN #### */
@media all and (max-width: 1199px) {
	/* ##### COMMONS ##### */
	main {padding-left: 10px !important;}
}

@media all and (max-width: 991px) {
	html {font-size: 14px;}

	/* ##### COMMONS ##### */
	main {margin-top: 10px;}
}

@media all and (max-width: 767px) {
	html {font-size: 14px;}

	/* ##### ICO-GO-TOP ##### */
	.ico-go-top {width: 35px; height: 35px;}
	.ico-go-top::after {width: 10px; height: 10px;	margin: -3px 0 0 -5px;}

}
@media all and (max-width: 575px) {
	/* ##### HEADER ##### */
	.header .i-change-restaurant .bootstrap-select {width: 120px !important;}
}


/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

}

@media print {
	* {-webkit-print-color-adjust: exact;}
	body{-webkit-print-color-adjust:exact; color: #000; font-size: 14px; padding: 0 !important; min-height: auto !important;}

	.table th {
		background: #F8F9FA !important;
		color: #000 !important;
		font-weight: bold;
	}

	.table-success, .table-success>td, .table-success>th {
		background-color: #c3e6cb !important;
	}

	.table-danger, .table-danger>td, .table-danger>th {
		background-color: #f5c6cb !important;
	}
}