/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(255,255,255,0.9);
	background-attachment: fixed;
	background-size: cover;
	z-index: 9999999999;
	line-height: 100vh;
	text-align: center;
	color: #fff;
}

.preloader-in, .preloader-in2 {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.3);
	z-index: 15000;
	text-align: center;
	color: #fff;
}

.preloader-in .spinner {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	line-height: 100vh;
}

.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: #212529;
}
html {font-size: 15px;}
body {
	position: relative;
	overflow-x: hidden;
	padding-bottom: 50px;
	font-family: 'Lato', sans-serif;
}

/* ##### 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;}

/* ##### HEADER ##### */
.header {
	background: #fff;
	z-index: 102;
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
	height: 46px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.header img {vertical-align: middle;}
.header-in {
	text-align: right;
}

/* ##### MAIN-SIDEBAR ##### */
.main-sidebar {padding: 0; position: relative; z-index: 99; left: 0;}

/* #### BX-DASHBOARD #### */
.bx-dashboard {
	display: flex;
	width: 100%;
	overflow: hidden;
	padding: 20px 10px;
	color: #212529;
	position: relative;
}
a.bx-dashboard:hover {
	color: #212529;
	text-decoration: none;
}
.bx-dashboard .i-ico {
	font-size: 40px;
	min-width: 80px;
	border-right:3px solid #dee2e6;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.bx-dashboard:hover .i-ico {border-right-color: #e9edf1;}

.bx-dashboard .i-desc {
	padding-left: 20px;
	display: flex;
	align-self: center;
	flex-direction: column;
}

.bx-dashboard .i-number {
	font-size: 38px;
	line-height: 38px;
	font-weight: bold;
	display: block;
}

.bx-dashboard .i-help {
	position: absolute;
	right: 5px;
	top: 5px;
}

/* #### BX-DASHBOARD2 #### */
.bx-dashboard2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	overflow: hidden;
	padding: 10px;
	color: #212529;
	text-align: center;
	line-height: normal;
	position: relative;
}
.bx-dashboard2 .i-number {
	font-size: 38px;
	line-height: 38px;
	font-weight: bold;
	display: block;
}
.bx-dashboard2 .i-help {
	position: absolute;
	right: 5px;
	top: 5px;
}

/* ##### BX-NOTIFICATION ##### */
.bx-notification-containr {max-height: 500px;}

.bx-notification {
	padding: 10px;
	border-bottom: 1px solid #f0f0f0;
	color: #191313;
	overflow: hidden;
	font-size: 14px;
	line-height: normal;
	background: #fff;
	cursor: pointer;
}
.bx-notification:first-child {border-top: 1px solid #f0f0f0;}
.bx-notification.new {background: #fff6f6;}
.bx-notification:hover {background: #f9f9f9; color: #191313; text-decoration: none;}

.bx-notification .i-in1 {
	margin: 0 10px 0 0;
	min-width: 50px;
	text-align: center;
	font-size: 30px;
}
.bx-notification .i-in2 p {margin: 2px 0 0 0;}
.bx-notification .i-in2 p:first-child {margin-top: 0;}

/* ###### BX-EMAIL-LIST ###### */
.bx-email-list .item {cursor: pointer;}
.bx-email-list .item.active {background: #dae0e5 !important;}

/* ###### BX-GROUPED-ORDER-LIST ###### */
.bx-grouped-order-list .item {
	background-color: #f8f9fa !important;
	border: 1px solid #e4e5e6;
}

.bx-grouped-order-list .item.disabled {opacity: 0.5;}

.bx-grouped-order-list .item.active, .bx-grouped-order-list .item:hover:not(.disabled) {
	background-color: #dae0e5 !important;
	cursor: pointer;
}
/* ##### BX-LEGEND ##### */
.bx-legend .item {
	display: inline-block;
	margin: 2px 1px;
	padding: 1px 5px;
	font-size: 13px;
	line-height: normal;
	border-radius: 3px;
}

.bx-legend .item[class*='transports']::before {
    font-family: "Font Awesome 5 Pro";
	content: '\f0d1';
	margin-right: 5px;
}

.bx-legend .item[class*='order']::before {
    font-family: "Font Awesome 5 Pro";
	content: '\f291';
	margin-right: 5px;
}

/* ##### ICO-GO-TOP ##### */
.ico-go-top {
	background:url(../img/ico-go-top.png) no-repeat;
	background-size: contain;
	width:48px;
	height:48px;
	position:fixed;
	z-index:90;
	right:10px;
	bottom:60px;
	opacity:0.5;
	display:none;
	cursor: pointer;
}
.ico-go-top:hover, .ico-go-top:focus {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;}
}

@media all and (max-width: 767px) {
	html {font-size: 13px;}

	/* ##### BX-NOTIFICATION ##### */
	.bx-notification-containr {max-height: 65vh;}

	/* ##### ICO-GO-TOP ##### */
	.ico-go-top {width:30px; height:30px; bottom: 40px;}

}
@media all and (max-width: 575px) {

}


/*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;
	}
}