/* AVIF Custom Smart Style */
body.smart-style-avif {
	background: #fff;
}
html.smart-style-avif {
	background: #fff;
}
.smart-style-avif #header {
	background: #ff8b00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff8b00 0%, #ff6a00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8b00), color-stop(100%,#ff6a00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff8b00 0%,#ff6a00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff8b00 0%,#ff6a00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff8b00 0%,#ff6a00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff8b00 0%,#ff6a00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8b00', endColorstr='#ff6a00',GradientType=0 ); /* IE6-9 */
	border: 0px;
}
.smart-style-avif .fixed-header #header {
	border: 0px;
}
.smart-style-avif #header #logo-group {
	background: white;
}
.smart-style-avif .header-dropdown-list>li>.dropdown-toggle {
	color: white;
}
.smart-style-avif .btn-header>:first-child>a {
	background: white;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.smart-style-avif .btn-header>:first-child>a:hover {
	color: #ff6a00;
}
.smart-style-avif aside {
	background: #f3f1ed;
	border-right: 1px solid #eae6de;
}
.smart-style-avif .login-info {
	border: 0px;
	height: 41px;
}
.smart-style-avif .login-info a {
	color: #787878;
	margin: 0px;
	padding: 10px 10px 10px 11px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.smart-style-avif .login-info a:hover {
	color: #ff6a00;
}
.smart-style-avif nav ul li a {
	color: #787878;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.smart-style-avif nav ul li a:hover {
	color: #ff6a00;
}
.smart-style-avif nav ul .active>a {
	color: #ff6a00!important;
}
.smart-style-avif nav ul li.open>a, .smart-style-avif nav ul li.open>a b {
	color: #787878!important;
}
.smart-style-avif nav ul li ul li a {
	color: #ffffff!important;	
}
.smart-style-avif nav ul li ul li a:hover {
	color: #ff6a00!important;	
}
.smart-style-avif .page-footer {
	background: white;
	border-top: 1px solid #eae6de;
}
.smart-style-avif .txt-color-blueLight {
	color: #6D6C6C!important;
}
.smart-style-avif .txt-color-white {
	color: #6D6C6C!important;
}
.smart-style-avif .txt-color-white a {
	color: #6D6C6C!important;
}
.smart-style-avif .txt-color-white .fa-link {
	color: white!important;
}
.smart-style-avif .txt-color-white .caret {
	color: white!important;
}
.smart-style-avif .txt-color-white .dropdown-toggle {
	background-color: silver!important;
}
.smart-style-avif #ribbon {
	background: white;
	border-bottom: 1px solid #eae6de;
}
.smart-style-avif #ribbon .breadcrumb, .smart-style-avif #ribbon .breadcrumb a {
	color: #6D6C6C!important;
}
.smart-style-avif #ribbon .breadcrumb li:last-child, .smart-style-avif #ribbon .breadcrumb>.active {
	color: #333!important;
}
.smart-style-avif .btn-primary {
	color: #fff;
	background-color: #ff6a00;
	border-color: #dc5b00;
}
.smart-style-avif .pagination>.active>a, .smart-style-avif .pagination>.active>a:focus, .smart-style-avif .pagination>.active>a:hover, .smart-style-avif .pagination>.active>span, .smart-style-avif .pagination>.active>span:focus, .smart-style-avif .pagination>.active>span:hover {
	background-color: #ff6a00;
	border-color: #dc5b00;
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
	#logo-group {
		width: 179px!important;
	}
}