/* Top Menu */
.qtranxs_widget ul { margin: 0; }
.qtranxs_widget ul li
{
	display: inline; /* horizontal list, use "list-item" or other appropriate value for vertical list */
	list-style-type: none; /* use "initial" or other to enable bullets */
	margin: 0 5px 0 0; /* adjust spacing between items */
	opacity: 0.5;
	-o-transition: 1s ease opacity;
	-moz-transition: 1s ease opacity;
	-webkit-transition: 1s ease opacity;
	transition: 1s ease opacity;
}
/* .qtranxs_widget ul li span { margin: 0 5px 0 0; } */ /* other way to control spacing */
.qtranxs_widget ul li.active { opacity: 0.8; }
.qtranxs_widget ul li:hover { opacity: 1; }
.qtranxs_widget img { box-shadow: none; vertical-align: middle; display: initial; }
.qtranxs_flag { height:12px; width:18px; display:block; }
.qtranxs_flag_and_text { padding-left:20px; }
.qtranxs_flag span { display:none; }

/* Mobile Menu */
#btnMobileMenu {
	display: none;
}
#btnMobileMenu ~ #divSearchFilter{
	top: -200px;
	z-index: 2;			
}

#btnMobileMenu:checked ~ #divSearchFilter{
	top: 59px;
	z-index: 50;
}		


/* Search Filter */
#divSearchFilter {
	margin-bottom: 10px;
	background: #cccccc;
	padding: 3px;
	border-radius: 5px;		
}

#divSearchFilter > .col-sm-2, #divSearchFilter > .col-sm-3, #divSearchFilter > .col-sm-4 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#search .iCheckBg {
	background: #ffffff;
	padding: 6px 5px 5px 5px; 
	border-radius: 5px; 
	border: 1px solid #cccccc; 
	font-weight: 400;		
}
#search .iCheckBg label {
	margin-left: 5px !important;
	margin-bottom: 0px !important;
	font-weight: 400 !important;		
}


.Filter_MainCat {
	font-weight: 600;
	background: #f8a41a;	
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	width: 480px;
	display: inline-block;
	border-radius: 5px;
}

.Filter_MainCat_11024 {
	/* Buildtex */
	background: #4f9f45;
}

.Filter_SubCat {
	padding-left: 15px;
}

.btn.dropdown-toggle {
	display: inherit !important;
	padding: 6px 25px 6px 12px !important;
}


/* DataTable */
.dataTables_length {
	width: 50% !important;
	min-height: 50px;
}		

.dataTables_filter {
	width: 50% !important;
	min-height: 50px;
}

.dataTables_filter label {
	width: 100% !important;
}		

.dataTables_filter input {
	display: inline-block !important;
	width: 50% !important;
}

.dataTables_paginate {
	float: none !important;
	text-align: center !important;
	margin-bottom: 5px;
}		

/* DataTable List Mode */
#dtSearch td {
	border-bottom: 1px dotted #cccccc;
}

.exhibitor-list {
font-size: 0;
margin: 20px 0;
}
.exhibitor-list > li {
font-size: 1rem;
text-align: center;
padding: 10px;
display: inline-block;
width: 17.5%;
margin-right: 2.5%;
margin-bottom: 20px;
color: #363636;
line-height: 2em;
vertical-align: top;
position: relative;
max-height: 550px;
border: 1px solid #ccc;
}
.exhibitor-list .logoContainer {
overflow: hidden;
position: relative;
height: 122px;
background-color: #FFF;
text-align: center;
}
.exhibitor-list .logoContainer > img {
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.exhibitor-list .brand-logo {
background-color: #FFF;
max-height: 119px;
max-width: 98%;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
background-color: inherit !important;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
background-color: inherit !important;
}

.ExhList_CompanyName {
	font-weight: 600;
	font-size: 1.2em;
}
.ExhList_CompanyName a, .ExhList_CompanyName a:hover, .ExhList_CompanyName a:visited {
	color: #848484; /* #00bdd6; #bdd646; #5dc78d;*/
}

.ExhList_Desc {
	font-size: 0.9em;
	line-height: 1.75em !important;
	margin-top: 5px;
}

.ExhList_Brand {
	font-size: 0.9em;
	line-height: 1.75em !important;
	padding-top: 10px;
	padding-bottom: 10px;
}


.ExhList_CompanyLogo {
	min-width: 80px;
	max-width: 80px;
	/* max-height: 100px; */
	width: auto;
	height: auto;
}

.ExhList_NewIcon {
	min-width: 40px;
	max-width: 40px;
	width: auto;
	height: auto;
}		

.ExhList_BoothNo, .ExhList_BoothNo ul {
	margin-left: 10px;
	margin-bottom: 0px;
}

.ExhList_BoothNo li {
	list-style-type: none;
	white-space: nowrap;
}


/* DataTable Block Mode */
#dtSearchBlock thead {
	display: none;
}		

#dtSearchBlock tr {
	float: left;
	width: 18%;
	border-top:1px  solid #dddddd !important;
	border: 1px solid #dddddd !important;
	margin: 0px 1% 20px 1%;
	min-height: 380px;
	padding: 10px;
}

#dtSearchBlock td {
	display: block;
}		

#dtSearchBlock tr.odd {
	background: #ffffff !important;
}

#dtSearchBlock tr.even {
	background: #ffffff !important;
}

#dtSearchBlock td {
	text-align: center;
	vertical-align: top;
}		

#dtSearchBlock td.sorting_1 {
	border-top: 0px !important;
}		

.ExhListBlock_ImgContainer {
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
	text-align: center;
	height: 122px;
}

.ExhListBlock_ImgContainer > img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.ExhListBlock_Img {
	background-color: #ffffff;
	max-height: 119px;
	max-width: 98%;
}

.ExhListBlock_Product {
	font-weight: 600;
	margin-top: 5px;
}

#dtSearchBlock a .ExhListBlock_Product {
	color: #848484;
}

#dtSearchBlock a:visited, #dtSearchBlock a:hover {
	color: #848484;
}


.ExhListBlock_Exhibitor {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: 600;
	margin-top: 5px;			
}

.ExhListBlock_Booth {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 5px;			
}

/* Page */
body {
	font-family: 'Lato';
}
h1, h2 {
	font-family: 'Playfair Display';
}

.container {
	width: inherit;
}

#footer {
	margin-top: 40px;
}

.view_my_list_bg {
	background-image: url(assets/images/view_list_bg.png);
	width: 188px;
	height: 39px;
	color: #FFFFFF;
	padding: 0;
}		
.divTopTitle {
	float: left;
	padding: 20px 10px;
}
.divTopbutton {
	float: right; 
	padding: 20px 10px;
}
a.button,a.button:visited{
	display:inline-block;
	transition:all .3s;
	padding:10px 30px;
	background:#CAAC2F;
	color:#ffffff;
	min-width:165px;
	text-align:center;
	-webkit-border-radius:24px;
	-moz-border-radius:24px;
	border-radius:24px
}
a.button:hover,a.button:active{
	background:#f1f1f1;
	color:#5d5222;
	cursor:pointer
}

.button-inbasket, a.button-inbasket:visited {
	background: orangered !important;
}

a.button-inbasket, a.button-inbasket:active {
	color: white !important;
}

a.button-mini{
	display:inline-block;
	transition:all .3s;
	/*padding:1px 3px;*/
	padding: 1px 10px 1px 3px;
	background:#848484;
	color:#ffffff;
	min-width:20px;
	text-align:center;
	-webkit-border-radius:24px;
	-moz-border-radius:24px;
	border-radius:24px;
	white-space: nowrap;
	font-size: 0.8em;
}
a.button-mini:hover,a.button-mini:active,a.button-mini:focus{
	background:#fffaf3;
	color:#848484;
	cursor:pointer
}		

hr.dashed {
	border: 0;
	border-bottom: 1px dashed #ccc;		
	margin: 6.7px 6.7px 6.7px 0px !important;
}

.ExhibitorHR {
	border: 0px;
	border-bottom: 1px solid #f8a41a;
	margin: 6.7px 6.7px 6.7px 0px !important;
}

.ExhibitorPageContent td {
	padding: 5px;
}

button, input[type="button"], input[type="submit"], input[type="reset"] {
	background-color: #FFFFFF;
	border: 1px solid #848484;
	color: #848484;
	cursor: pointer;
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	-webkit-transition: background .3s;
	transition: background .3s;
}		

.mandatory {
	color: red;
}

.ProductIcon {
	font-size: 0.8em;
	font-weight: 600;
}

.ProductIcon img {
	margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
	.exhibitor-list > li {
		width: 24%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	
	#dtSearchBlock tr {
		width: 23%;
		min-height: 360px;
	}			
}

@media only screen and (max-width: 767px) {
	#btnMobileMenu {
		text-decoration: none;
		color: #fff;
		background: #8aa8bd;
		text-align: center;
		padding: 10px 15px;
		cursor: pointer;
		text-transform: uppercase;
		width: 0px;
		height: 0px;
	}
	.dataTables_length {
		display: none;
	}		
	
	.dataTables_filter {
		width: 100% !important;
		font-size: 10px;				
	}			

	#divSearchFilter {		
		position: fixed;
		top: -200px;
		left: 0px;
		width: 100%;
		z-index: 2;
		background: #ffffff;/* -webkit-linear-gradient(315deg,#bdd646,#00bdd6); */
		border-bottom: 1px solid #E5E5E5;
		border-radius: 0px 0px 5px 5px;
		padding: 1px 10px 10px 10px;

		transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
		box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.5);
		/* overflow: hidden;					 */
	}
	/*
	#divSearchFilter:after {
		content:"";
		position:absolute;
		width:100%;
		bottom:1px;
		z-index:-1;
		transform:scale(0.95);
		box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.5);
	}
	*/
	
	.exhibitor-list > li {
		width: 47%;
	}
	
	.container {
		padding: 0px !important;
	}
	.wrap {
		padding: 0px 5px !important;
	}

	.divTopTitle {
		float: none;
		text-align: center;
	}

	.divTopbutton {
		float: none; 
		padding: 5px 10px;
		text-align: center;
	}	
	.button {
		margin: 5px;
	}
	td {
		font-size: 0.9em;
	}
	
	.mobile-center {
		text-align: center !important;
	}

	.ExhList_CompanyName {
		font-weight: 600;
		font-size: 1em;
	}
	
	.ExhList_CompanyLogo {
		min-width: 50px;
		max-width: 50px;
	}			
	
	a.button {
		min-width: 100px;
		font-size: 12px;
		padding: 10px 20px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	#dtSearchBlock tr {
		width: 31%;
		min-height: 320px;
	}			
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
	#dtSearchBlock tr {
		width: 48%;
		min-height: 320px;
	}			
}		

@media only screen and (max-width: 359px) {
	#dtSearchBlock tr {
		width: 98%;
		min-height: 200px;
	}			
}

@media print {
	.button, .button-mini {
		display: none !important;
	}
	  a[href]:after {
		content: none !important;
	  }			
}