/*@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Black.eot');
	src: url('../fonts/Gotham-Black.woff2') format('woff2'), url('../fonts/Gotham-Black.woff') format('woff'), url('../fonts/Gotham-Black.ttf') format('truetype'), url('../fonts/Gotham-Black.svg') format('svg'), url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Book.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}*/

@font-face {
  font-family: 'Zurich';
  src: url('../fonts/zurich/Zurich Bold BT.eot');
  src: url('../fonts/zurich/Zurich Bold BT.eot?#iefix') format('embedded-opentype'),
       url('../fonts/zurich/Zurich Bold BT.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Zurich';
  src: url('../fonts/zurich/ZurichBoldBT.svg#ZurichBoldBT') format('svg'),
       url('../fonts/zurich/ZurichBoldBT.ttf') format('truetype'),
       url('../fonts/zurich/ZurichBoldBT.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Zurich';
  src: url('../fonts/zurich/Zurich Light BT.eot');
  src: url('../fonts/zurich/Zurich Light BT.eot?#iefix') format('embedded-opentype'),
       url('../fonts/zurich/Zurich Light BT.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Zurich';
  src: url('../fonts/zurich/ZurichLightBT.svg#ZurichLightBT') format('svg'),
       url('../fonts/zurich/ZurichLightBT.ttf') format('truetype'),
       url('../fonts/zurich/ZurichLightBT.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Zurich';
  src: url('../fonts/zurich/ZURCHN.eot');
  src: url('../fonts/zurich/ZURCHN.eot?#iefix') format('embedded-opentype'),
       url('../fonts/zurich/ZURCHN.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Zurich';
  src: url('../fonts/zurich/ZurichBT-Roman.svg#ZurichBT-Roman') format('svg'),
       url('../fonts/zurich/ZurichBT-Roman.ttf') format('truetype'),
       url('../fonts/zurich/ZurichBT-Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}



/*@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800');*/

html,
body {
	height: auto;
	margin: 0;
	font-family: 'Zurich', sans-serif;
}
html, body {
  margin: 0;
}
.wrapper {
/*	min-height: 100%;
	margin-bottom: -135px;*/
	min-height: 100vh;
	padding-bottom: 180px;
}
.push {
	display: none;
}
.wrapper{
	 position: relative;
  min-height: 100vh;
  padding-bottom: 160px;
}
.site-footer{
	 width: 100%;
  position: absolute;
  bottom: 0px;
}
body {
	font-family: 'Zurich', sans-serif;
	font-weight: 400;
	background: #fff;
	color: #161616;
	position: relative;
	font-size: 14px;
}
a {
	/*color: #13487c;*/
	font-weight: 500;
}
a:hover,
a:focus {
	/*color: #27c712;*/
	text-decoration: none;
	outline: none;
}
b,
strong {
	font-weight: 600;
}
/*.fa {
	font-weight: 400 !important;
}*/
.far {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn {
	border: 1px solid;
	font-size: 14px;
	font-weight: 500;
	border-radius: 3px;
}
.btn-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26c611+0,26c611+100 */
	background: #26c611;
	/* Old browsers */
	background: -moz-linear-gradient(top, #26c611 0%, #26c611 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #26c611 0%, #26c611 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #26c611 0%, #26c611 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#26c611', endColorstr='#26c611', GradientType=0);
	/* IE6-9 */
	color: #fff;
	border: none;
}
.btn:hover,
.btn:focus,
.btn:active {
	color: #fff;
	opacity: 0.9;
	box-shadow: none !important; 
}
.btn-transparent:focus, .btn-transparent:active, .btn-transparent:hover{
	color: #13487c;
}
.btn-lg {
	padding: 20px 35px;
	border-radius: 5px;
	font-size: 20px;
}
.btn-md {
	padding: 20px 35px;
	border-radius: 5px;
	font-size: 20px;
}
.form-control {
	border-color: #d7d7d7;
	height: 46px;
	font-size: 14px;
	padding: 0.7rem 0.75rem;
}
.pagination_container .form-control{
	padding: 0.375rem 0.75rem;
}
.formError + .form-control,  .formError + .form-control  + .select2-container--default .select2-selection--single{
	border-radius: 3px 3px 0 0;
	border-color: #ff3221;
}
.c-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/arrow-down.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	background-size: 12px;
	height: 46px !important;
}
.site-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#161a49+0,13487c+50,161a49+100 */
	background: rgb(241,241,241); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(206, 206, 206) 0%, rgba(241,241,241) 50%, rgba(206, 206, 206) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(206, 206, 206) 0%,rgba(241,241,241) 50%,rgba(206, 206, 206) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(206, 206, 206) 0%,rgba(241,241,241) 50%,rgba(206, 206, 206) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161a49', endColorstr='#161a49',GradientType=1 ); /* IE6-9 */;
}
#logo img {
	width: 300px;
}
#logo a {
	padding: 28px 0;
	display: block;
}
.site-header a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.site-header .navbar {
	padding-top: 0;
	padding-bottom: 0;
}
.site-footer {
	background: #f7f7f7;
	padding: 30px 0;
	height: 135px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.site-footer p {
	margin-bottom: 5px;
}
.site-footer a {
	color: #13487c;
}
.copyright {
	margin-top: 15px;
}
.bj-access .form-horizontal {
	width: 500px;
	margin: 0 auto;
}
.form-control-md {
	padding: 17px 12px;
	height: auto;
	height: 58px;
}
.form-group-ico .form-control {
	padding-right: 60px;
}
.form-group-ico .form-control {
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 20px;
}
.bj-username {
	background-image: url(../images/user.png);
}

.bj-password {
	background-image: url(../images/lock.png);
}
.bj-login {
	padding: 80px 0;
	text-align: center;
}
.bj-access h2 {
	margin-bottom: 30px;
	font-weight: 600;
}
.btn-theme {
	background: #f7911d;
	color: #fff;
	font-weight: 600;
	border-color: #f7911d;
	padding: 12px 20px;
	min-width: 120px;
	font-size: 14px;
}
.forgot-link {
	font-size: 12px;
	font-weight: 400;
	margin-top: 7px;
}
.custom-control-label {
	line-height: 23px;
}
label {
	font-weight: 600;
}
.ps_admin_tab_content label{
	color: #727171
}

.c-form input[type='checkbox'].c-checkbox + label {
	display: inline-block;
	cursor: pointer;
}
input[type='checkbox'].c-checkbox {
	display: none;
}
input[type='checkbox'].c-checkbox + label::before {
	content: "\f00c";
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	display: inline-block;
	width: 22px;
	height: 22px;
	padding: 0;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	margin-right: 5px;
	vertical-align: bottom;
	color: transparent;
	transition: .2s;
	font-family: 'FontAwesome', FontAwesome;
}
input[type=checkbox].c-checkbox + label:active:before {
	transform: scale(0.5);
}
input[type=checkbox].c-checkbox:checked + label:before {
	background-color: #09c609;
	border-color: #09c609;
	color: #fff;
}
input[type=checkbox].c-checkbox:disabled + label:before {
	transform: scale(1);
	border-color: #aaa;
}
input[type=checkbox].c-checkbox:checked:disabled + label:before {
	transform: scale(1);
	background-color: #bfb;
	border-color: #bfb;
}
.form-group .c-checkbox + label {
	margin-top: 10px;
}
.form-group#bulletin_site_brand_id_fr .c-checkbox + label, .form-group#adv_site_brand_id_fr .c-checkbox + label{
	margin-top: 10px !important
}
.bj-login .btn-theme {
	margin-top: 30px;
}
#bottom-header {
	background: #4b4b50;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 20px;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-dark .navbar-nav.navbar-left .nav-link{
	border-right: 1px solid #fff;
}
.navbar-dark .navbar-nav .active > .nav-link {
	color: #f7911d
}
.navbar-expand-lg .navbar-right li:last-child a {
	padding-right: 0;
}
.navbar-expand-lg .navbar-left li:first-child a {
	padding-left: 0;
}
.switch-link {
	margin-top: 70px;
}
.switch-link a {
	color: #f7911d;
}
.card .card-title {
	color: #13487c;
	font-size: 24px;
	font-weight: 600;
}
.card-shadow {
	border: none;
	margin-top: 40px;
	margin-bottom: 10px;
}
.card-shadow .card-body {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	overflow: hidden;
	border: none;
	/* height: 400px; */
}
.card-shadow .card-header {
	background: transparent;
	padding: 0;
	border: none;
}
.card-advers .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 175px;
	object-fit: cover;
}
.card-bulletin .card-body {
	background-image: url(../images/bulletin-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	height: 215px;
	overflow-x: hidden;
	overflow-y: auto;
}
.bulletin-date {
	height: 70px;
	width: 70px;
	background: #f4f4f4;
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.bulletin-date span {
	display: block;
	line-height: 100%;
}
.bulletin-date .bl-year {
	background: #f7911d;
	color: #fff;
	font-weight: 600;
	padding: 2px 0;
}
.bulletin-date .bl-day {
	font-size: 34px;
	font-weight: 600;
	color: #797979;
}
.bulletin-date .bl-month {
	text-transform: uppercase;
	color: #797979;
	font-size: 16px;
}
.bulletin-row {
	position: relative;
	padding-left: 85px;
}
.bulletin-copy h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 100%;
	color: #fff;
	text-transform: capitalize;
}
.bulletin-copy p {
	margin: 5px 0;
	line-height: 100%;
	min-height: 25px;
}
.bulletin-copy a {
	color: #f7911d;
}
.bulletin-row:not(:last-child) {
	margin-bottom: 20px;
}
.bulletin-row::before {
	position: absolute;
	content: '';
	top: -13px;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(255,255,255,0.5);
	opacity: 0.5;
}
.bulletin-row:first-child:before {
	content: none;
}
.owl-nav {
	float: right;
}
.advers-carousel.owl-carousel .owl-nav button.owl-prev,
.advers-carousel.owl-carousel .owl-nav button.owl-next {
	height: 28px;
	width: 28px;
	background: #f4f4f4;
	margin: 8px;
	font-size: 19px;
	color: #797979;
}
.advers-carousel.owl-carousel .owl-nav button span {
	line-height: 16px;
	font-size: 30px;
}
.card-shadow .table th {
	border-top: none;
}
.section-title {
	color: #13487c;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.admin-tasks {
	padding-top: 40px;
}
.admin-tasks .tasks-list {
	margin-bottom: 20px;
}
.tasks-list li a {
	font-size: 16px;
	color: #f7911d;
}
.bjcard {
	background: #f8f8f8;
	border: 1px solid #e1e1e1;
	padding: 20px 15px;
	border-radius: 3px;
	height: 100%;
}
.bjcard p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
}
.bjcard-header {
	position: relative;
	margin-bottom: 10px;
}
.bjcard-edit {
	position: absolute;
	right: 0;
	top: -3px;
}
.bjcard-edit a {
	font-size: 16px;
	color: #13487c;
}
.bjcard-edit a i {
	font-weight: 400;
}
.bjcard .bjcard-name {
	font-size: 16px;
	padding-right: 100px;
}
.bjcard .bjcard-name strong {
	margin-bottom: 5px;
	display: block;
}
.bjcard-footer {
	padding-top: 20px;
}
.bjcard-email a {
	font-weight: 400;
	color: #161616;
}
.bjcard-phone,
.bjcard-email {
	padding-left: 30px;
	position: relative;
	padding-bottom: 5px;
	word-break: break-all;
}
.bjcard-phone:before,
.bjcard-email:before {
	font-family: "FontAwesome";
	left: 0;
	top: 0;
	position: absolute;
	color: #7d7d7d;
	font-size: 16px;
	font-weight: 600;
}
.bjcard-phone:before {
	content: '\f095';
}
.bjcard-email:before {
	content: '\f0e0';
}
.page-header {
	background: #f8f8f8;
	margin-bottom: 20px;
}
.page-header .header-wrap {
	min-height: 80px;
	height: auto;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.page-title {
	font-size: 24px;
	font-weight: 600;
	color: #13487c;
	margin: 0;
}
.page-links a {
	color: #161616;
	font-size: 16px;
}
.search_filter_inner_box input[type="checkbox"].c-checkbox + label {
	margin-bottom: 10px;
}
.search_filter_inner_box {
	margin-bottom: 15px;
}
.search_filter_inner_box .search_btn {
	margin-top: 28px;
}
.search_filter_box {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding: 0px
}
.p_listing_top .busi_title,
.panel-title {
	font-weight: 600;
	font-size: 20px;
	margin: 0;
}
.p_listing_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.p_listing_top .top_action_buttons a {
	font-size: 16px;
	color: #1dac05;
}
.pf-padding {
	padding: 0.5rem;
}
.pagination_inner {
	flex-direction: row-reverse;
	display: flex;
	align-items: center;
}
.pagination_inner .alist_pnum_cont {
	margin-right: auto;
	color: #a6a6a6;
}
.alist_pagination {
	padding: 0;
	list-style: none;
	margin-left: 15px;
	margin-bottom: 0;
	align-items: center;
}
.alist_pagination li {
	display: inline-block;
	vertical-align: top;
	float: left;
}
.alist_pagination li span,
.pagination_inner .alist_psize_cont .alist_psize_wrap {
	height: 38px;
	width: 36px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 33px;
	border-right: 0;
	display: inline-block;
	overflow: hidden;
}
.pagination_inner .alist_psize_cont .alist_psize_wrap {
	width: 70px;
	border-right: 1px solid #dddddd;
}
.alist_pagination li span.alist_p_select_cont {
	width: 70px;
	overflow: hidden;
}
.alist_pagination li:last-child span {
	border-right: 1px solid #dddddd;
}
.alist_psize_cont .alist_psize_text,
.alist_psize_cont .alist_psize_wrap {
	display: inline-block;
}
.alist_psize_cont .alist_psize_text{
	vertical-align: top;
	margin-top: 8px;
}
.pagination_container {
	margin-top: 30px;
	margin-bottom: 10px;
}
.pagination_inner .alist_psize_cont select::-ms-expand, .alist_pagination li span select::-ms-expand {
    display: none;
}
.alist_pagination li span select,
.pagination_inner .alist_psize_cont select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
         -o-appearance: none;
	background-image: url(../images/arrow-down.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 15px;
	height: auto !important;
	border: none;
	padding-left: 5px !important;
}

.alist_pagination li span i {
	color: #dddddd;
}
.c-table thead th a {
	color: #161616;
	position: relative;
	font-weight: 600;
	padding-right: 20px;
	display: block;
	line-height: 100%;
}
.c-table th.sorting i {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
}
.table-bordered.c-table thead th {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
	border: none;
	vertical-align: middle;
	min-height: 50px;
}
.table-bordered.c-table tbody td {
	border: none;
	border-top: 1px solid #dee2e6;
}
.c-table .actions_td a {
	color: #161616;
	font-size: 16px;
	font-weight: 400;
}
.c-table .actions_td a .fa-trash-alt {
	color: #f91d1d;
}
.c-table .actions_td .load_ajax + a {
	margin-left: 10px;
}
.hding_top {
	margin-bottom: 20px;
}
.c-form .select2-container--default .select2-selection--single {
	height: 46px;
	border-color: #d7d7d7;
}
.c-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 46px;
	line-height: 30px;
	padding: .375rem .75rem;
}
.c-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}
.c-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
} 
.form-layout-row {
	padding: 0 6%;
}
.form-layout-row .hding_top { 
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.current_image img {
	max-width: 250px;
}
.form-layout-row .control-label {
	margin-top: 10px;
}
.far.fa-edit,
.far.fa-trash-alt {
	font-weight: 400 !important;
}
.w-40 {
	width: 40%;
}
.w-5 {
	width: 5%;
}
.date-to {
	line-height: 40px;
	text-align: center;
	font-weight: 600;
}
.ads-date-range .w-40, .ads-date-range .w-5{
	float: left;
	position: relative;
}
.ads-date-range .w-col{
	float: left;
	width: 47%;
	position: relative;
}
.ads-date-range .w-col-auto{
	width: 6%;
	text-align: center;
	float: left;
}
.custom-file-label {
	border: none;
	padding-left: 211px;
	padding-top: 16px;
	height: 54px;
	margin-bottom: 0;
	z-index: 1;
	
}
.custom-file .custom-file-label{
	right: auto;
	cursor: pointer;
}
.custom-file,
.custom-file-input {
	height: 54px;
	margin-bottom: 20px;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse...";
	background: #a1a1a1;
	border: none;
	height: 54px;
	color: #fff;
	width: 200px;
	left: 0;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 20px;
	cursor: pointer;
}
.custom-file-input:focus ~ .custom-file-label {
	box-shadow: none !important;
	outline: none !important;
}
.custom-file-input {
	max-width: 200px;
}
.navbar-dark .navbar-toggler {
	border: none;
	padding: 10px 0;
}
.field-group.btn-group {
	margin-top: 28px;
}

/*validation engine tooltip customize*/

.form-control:focus{
	box-shadow: none !important;
}
.formError{ 
    margin-top: 0 !important;
    top: 74px !important;
    width: auto !important;
    left: 15px !important;
    right: 15px !important;
    bottom: auto!important; 
    z-index: 2 !important;
}
.frInputContainer .formError, .py_left .formError{
	top: 46px !important
} 
#customer_fr .frInputContainer .formError{
	top: 47px !important;
}
.bj-access .form-group .formError, .form-group-ico.form-group .formError{
	top: 58px !important;
}
#reset_pass .form-group{
	position: relative;
}
#reset_pass .form-group .formError{
	left: 0 !important;
	right: 0 !important;
}
.ads-date-range .formError{
	left: 0 !important;
	right: 0 !important
}
.textarea-field textarea{
	height: 255px;
}
.textarea-field .formError{
	top: 253px !important;
}
.custom-checkbox .formError{
	top: 25px !important;
	left: 0 !important;
	right: 0 !important;
}
.custom-file .formError, .custom-file-input .formError{
	top: 54px !important;
}
.py_left{
	margin-bottom: 15px;
}
.w-auto{
	width: auto;
}
.ads-date-range .w-auto{
	float: left;
	margin: 0 10px;
}
.formError .formErrorArrow{
	display: none;
}
.custom-file .text-muted{
	margin-top: 20px;
}
.custom-file .formError{
	left: 0 !important;
	width: 200px !important
}
div.formError .formErrorContent{
	border-radius: 0;
	border: none;
	background: #ff3221;
	height: 18px;
	font-size: 10px;
	padding: 2px 10px;
	overflow: hidden;
}
.form-group {
	margin-bottom: 1.2rem;
}
#orders_tab{
	background: #fff;
	box-shadow: 0px 5px 40px rgba(0,0,0,0.1);
	display: flex;
	justify-content: space-around;
	margin-bottom: 25px;
}
#orders_tab.nav-pills .nav-link.active, #orders_tab.nav-pills .show > .nav-link{
	background: transparent;
	border-color: #f7911d;
	color: #f7911d;
}
#orders_tab.nav-pills .nav-link{
	color: #161616;
	padding: 20px 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	font-size: 16px;
}
#orders_tab.nav-pills .nav-item{
	padding: 0 30px;
}
.category_name{
	text-align: center;
	padding: 20px 15px;
	cursor: pointer;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	text-transform: uppercase;
	opacity: 0.7;
}
.category_name.active {
	opacity: 1;
}
/* #i0 .category_name{
	background: #4c5454;
}
#i1 .category_name{
	background: #ff715b;
}
#i2 .category_name{
	background: #1ea896;
}
#i3 .category_name{
	background: #523f38;
}
#i4 .category_name{
	background: #d1345b;
}
#i5 .category_name{
	background: #456990;
}
#i6 .category_name{
	background: #291528;
}
#i7 .category_name{
	background: #1a659e;
}
#i8 .category_name{
	background: #ff9f1c;
}
#i9 .category_name{
	background: #564592;
} */
#i0 .category_name_title{
	color: #4c5454;
}
#i1 .category_name_title{
	color: #ff715b;
}
#i2 .category_name_title{
	color: #1ea896;
}
#i3 .category_name_title{
	color: #523f38;
}
#i4 .category_name_title{
	color: #d1345b;
}
#i5 .category_name_title{
	color: #456990;
}
#i6 .category_name_title{
	color: #291528;
}
#i7 .category_name_title{
	color: #1a659e;
}
#i8 .category_name_title{
	color: #ff9f1c;
}
#i9 .category_name_title{
	color: #564592;
}

.shop_product_list li a{
	font-size: 14px;
	color: #161616;
	padding-left: 20px;
	position: relative;
	font-weight: 400;
}
.shop_product_list li a:before{
	position: absolute;
	left: 0;
	top: 0px;
	font-family: 'FontAwesome', FontAwesome;
	content: '\f105';
	line-height: 17px;
}
#orders_category_tab{
	padding-right: 35%; 
	position: relative;
}


#orders_category_tab .col{
	flex-basis: initial;
	width: 33.33%;
	position: initial;
	flex-grow: initial;
}
#orders_category_tab .shop_product_list {
	position: absolute;
	right: 15px; 
	top: 0;
	width: 30%;
	background: #f5f5f5;
	padding: 15px;
}
.modal-backdrop.show{
	opacity: 1;
	background: rgba(0,0,0,0.8);
}
.alert ul{
	margin: 0;
	padding: 0;
}
.table-scroll thead, .table-scroll tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.table-scroll tbody {
    display:block;
    max-height:400px;
    overflow-y:auto;
}
button:focus{
	outline: none !important;
}
.formError .formErrorContent{
	min-width: auto
}
#toFrom .input-group .formError{
	left: 0!important;
	right: 0 !important;
}
.container .container{
	padding: 0 !important;
}


/*Internet Exploere fixes*/

/*input::-ms-clear {
     display: none;
     color: red;
      width : 0; 
      height: 0;
}
input::-ms-reveal {
	color: red;
     display: none;
       width : 0; 
      height: 0;
}*/
.pagination-sm .pagination_inner{
	display: inline-block;
	width: 100%;
}
.pagination-sm .alist_pagination{
	width: 50%;
	margin-left: 0;
	margin-bottom: 10px;
}
.pagination-sm .alist_psize_cont{
	width: 50%;
	justify-content: flex-end;
	align-items: center;
}
.l_pag span.alist_psize_text{
	line-height: 100%;
}
.detail_e .py_seperator span{
	padding: 10px;
	margin-right: 90px;
	line-height: 100%;
}
.reply_enquiry{
	position: absolute;
	right: 0;
	top: 0;
}
.pg-contactdetails p span{
	display: block;
}
.portalMenu p{
	margin-bottom: 0;
}
.ui-datepicker{
	z-index: 9 !important;
}
#temp_col_fr .select2-container .select2-selection--multiple{
	height: 46px;
}
.form-control:focus{
	border-color: #aaa
}
.select2-container--default .select2-search--inline .select2-search__field{
	padding-left: 5px;
}
.uk-notification li{
	list-style-position: inside;
}
.customer_re_details .position-relative .formError{
	top: 35px !important;
	left: 0 !important;
	right: 0 !important;
}
.customer_re_details .position-relative .formError .formErrorContent{
	height: auto !important; 
}
.c-table .far.fa-sort, .c-table .far.fa-sort-up, .c-table .far.fa-sort-down{
	position: absolute;
	top: 1px;
	right: 0;
}
.table td, .table th{
	vertical-align: middle;
}
#view_qr_code_details .modal-body img{
	width: 150px;
}
.customer_re_details .restock_amt{
	min-width: 90px;
}
#reportrange{
	padding: 12px;
}
/*Explorer fixes*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#orders_category_tab {
         display: table;
    }
    #orders_category_tab .col{
    	float: left;
    	position: static;
    }
    .bj-access .form-group .formError, .form-group-ico.form-group .formError{
    	top: 55px !important;
    }
    .page-header .header-wrap{
    	height: 80px;
    }
    .select2-container--default .select2-search--inline .select2-search__field{
    	padding-left: 10px!important;
    }
    .c-form select.form-control{
    	background: #fff;
    }
   
}
@media (max-width: 1199px) {
	.blank-label-md{
		display: none;
	}
/*	.page-header .header-wrap{
		height: 80px;
	}*/
	.card-advers .owl-carousel .owl-item img{
		height: auto;
	}
	.card .card-title{
		font-size: 20px;
	}
	.icons_class .eco-title{
		padding-left: 35px;
	}
}

@media (max-width: 991px) {
	.search_filter_inner_box .search_btn {
		margin-top: 0;
	}
	#logo img {
		width: 230px;
	}
	#logo a {
		padding: 15px 0;
	}
	/*.page-header .header-wrap {
		height: 70px;
	}*/
	/*	.p_listing_top{

		margin-bottom: 0;

	}*/
	.pagination_container {
		margin-top: 10px;
	}
	.navbar-dark .navbar-toggler-icon {
		background-image: url(../images/menu.svg)
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 15px 0px;
	}
	.c-table .actions_td a + a {
		margin-left: 5px;
	}
	.navbar-collapse{
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: auto;
		right: 0px;
		background: rgb(255, 255, 255) none repeat scroll 0% 0%;
		padding: 20px;
		z-index: 9999;
		width: 250px;
		transform: translate(250px, 0px);
		-ms-transform: translate(250px, 0px);
		-webkit-transform: translate(250px, 0px);
	}
	.navbar-collapse.show{
		box-shadow: rgba(0, 0, 0, 0.1) -30px -1px 30px;
		transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
	}
	.navbar-dark .navbar-nav .nav-link{
		color: #000;
	}
	.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
		color: #f7911d
	}
	.product_info_div{
		height: auto;
		min-height: auto;
	}
	#orders_tab.nav-pills .nav-item{
		padding-left: 10px;
		padding-right: 10px;
	}
	#orders_tab.nav-pills .nav-link{
		font-size: 14px;
	}
	.navbar-toggler-icon{
		background-size: 90%;
	}
	.category_name{
		text-transform: capitalize;
	}
	
	#orders_category_tab .col{
		width: 50%;
	}
	.portal-image a{
		width: 268px;
		display: block;
        overflow: hidden;
	}
	.portal-image img{
		max-width: 490px;
	}
	.pagination-sm .alist_pagination{
		width: 55%;
	}
	.pagination-sm .alist_psize_cont{
		width: 45%;
	}
	.card-bulletin .card-body{
		height: initial;
	}
	.card-shadow{
		margin-top: 20px;
	}
	.site-footer{
		padding: 10px 0;
	}
	.form-layout-row{
		padding-left: 0;
		padding-right: 0;
	}
	.icons_class.checkbox{
		flex-wrap: wrap;
		align-items: top;
	}
	a[data-toggle='tooltip'] + .tooltip{
		display: none !important;
	}
}
@media (max-width: 767px) {
	.portal-logo-m img {
		width: 175px;
	}
	.blank-label-sm{
		display: none;
	}
	.w-40{
		width: 100%;
	}
	.push{
		height: 0;
	}
	.site-footer{
		padding: 15px 0;
	}
	.site-footer p{
		margin-bottom: 0;
	}
	.page-header .header-wrap{
		min-height: 60px;
	}
	
	#orders_category_tab{
		padding-right: 0;
	}
	.shop_product_list li a{
		padding-left: 10px;
	}
	#orders_category_tab .shop_product_list{
		position: relative;
		width: 100%;
		left: 0;
		right: 0;
		margin-bottom: 20px;
	}
	.form-layout-row{
		padding: 0;
	}
	#orders_category_tab .col{
		width: 100%;
	}
	.category_name{
		margin-bottom: 0;
		margin-top: 5px;
	}
	.set_product_hei{
		max-height: initial;
	}	
	.site-footer{
		height: auto;
		position: relative;
	}
	.wrapper{
		min-height: auto;
		padding-bottom: 30px;
	}
	.portalMenu p{
		margin-bottom: 10px;
	}
	.portalMenu label{
		margin-bottom: 0
	}
	.ads-date-range .w-col{
		width: 100%
	}
	.icons_class .eco-title{
		width: 120px;
	}
	.py_seperator span{
		float: none;
	}
}
@media (max-width: 576px) {
	.blank-label{  
		display: none;
	}
	.pagination_inner {
		display: block;
		width: 100%;
	}
	.alist_pagination {
		margin-left: 0;
		float: left;
		width: auto;
	}
	.alist_psize_cont{
		float: right !important;
		width: auto;
	}
	.alist_pnum_cont{
		float: left;
		width: 100%;
		line-height: 100%;
	}
	.ad_bottom_buttons.panel-footer .cancel_btn_action {
		min-width: initial;
	}
	.form-layout-row {
		padding: 0;
	}
	.page-title {
		font-size: 20px;
		margin-top: 0;
	}
	.page-header .header-wrap {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: flex-start;
	}
	.page-header .header-wrap {
		height: auto;
		padding: 15px 0;
	}
	.form-group .c-checkbox + label{
		margin-top: 0;
		margin-bottom: 0
	}
	.form-layout-row .control-label{
		margin-top: 0;
	}
	.custom-file-input:lang(en) ~ .custom-file-label::after{
		width: 110px;
	}
	.custom-file-label{
		padding-left: 120px
	}
	a.download_file{
		height: auto;
		width: auto;
	}
	.p_listing_top .top_action_buttons a{
		font-size: 14px;
	}
	.p_listing_top{
		flex-direction: column;
		align-items: flex-start;
	}
	.top_action_buttons{
		margin-top: 5px;
	}
	.py_left{
		margin-bottom: 10px;
	}
	.order_status{
		white-space: initial;
		line-height: 17px;
	}
	.image_icon img{
		height: auto
	}
	.bj-access .form-horizontal{
		width: 100%;
		padding: 0 15px;
	}
	.card-shadow .card-body{
		box-shadow: none;
	}
	.card-advers .card-body{
		padding: 0;
	}
	.table td, .table th{
		padding: 5px;
	}
	#orders_tab.nav-pills .nav-link{
		padding: 10px 0;
	}
}

@media (min-width: 576px){
	.pr-sm-0 .formError{
		right: 0 !important
	}
	.pl-sm-0 .formError{
		left: 0 !important
	}
	
}
@media (min-width: 576px) and (max-width: 768px){
	.modal-dialog {
	    max-width: 90%;
	    margin: 1.75rem auto;
	}
}
@media (max-width: 575px){
	.icons_class .eco-title{
		width: auto;
	}
}
@media (min-width: 768px){
	.pl-md-0 .formError{
		left: 0 !important
	}
	.pr-md-0 .formError{
		right: 0 !important
	}
	.pr-md-3 .formError{
		right: 1rem!important;
	}
	
}

@media (max-width: 380px) {
	.alist_pagination, .alist_psize_cont, .pagination_inner .alist_pnum_cont{
		width: 100%;
		text-align: center;
	}
	.alist_pagination{
		display: flex;
		justify-content: center;
	}
}
.modal-open .modal{
	backface-visibility: hidden;
}
.modal-backdrop{
	height: 100%;
}