/* 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: 4;
}		


/* 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, #divSearchFilter > .col-sm-6, #divSearchFilter > .col-sm-8 {
	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;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	width: 600px;
	display: inline-block;
	border-radius: 5px;
	background: #2b7623;	
}

.Filter_MainCat_11024 {
	/* Buildtex */
	background: #4f9f45;
}

.Filter_MainCat_11025 {
	/* Elenex */
	background: #ec7823;

}		

.Filter_MainCat_11026 {
	/* Securitex */
	background: #1e689f;
}			

.Filter_SubCat {
	padding-left: 15px;
}

.btn.dropdown-toggle {
	display: inherit !important;
	padding: 6px 25px 6px 12px !important;
}

.filter-wrap p {
    font-size: 13px !important;
    margin: 0px !important;	
}

label {
	font-weight: 300 !important;
	font-size: 13px;
}
ul {
	margin-bottom: 0px !important;
	line-height: 0em !important;
}
ul li {
	height: auto !important;
}
ul.radio, ul.checkbox {
	margin-top: 0px !important;
	display: none;
}
.filter-reset {
    position: relative !important;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #333;
    padding: 5px 5px 10px 5px !important;
}
.filter-wrap label {
    padding-left: 25px;
    font-size: 13px;
}
.filter-wrap input[type=radio], .filter-wrap input[type=checkbox], .exh-function-wrap #filter8 input[type=checkbox] {
    display: none;
}
input[type=radio]:checked + label:before {
	line-height: 15px !important;
}
.filter-wrap ul.expanding label {
	line-height: 1.4em;
}
.filter-wrap label:before {
    content: "";
}
.filter-wrap h5, .filter-wrap p {
	font-weight: 300;
}

.filter-wrap input[type="reset"] {
	font-family: Arial;
	font-weight: 400;
    color: #363636 !important;
    background: transparent !important;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border: 0;
    font-size: 13px;
    border: 1px solid #363636;
}

.filter-resetAll {
	font-family: Arial;
	font-weight: 400;
    color: #363636 !important;
    background: transparent !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #363636 !important;
    padding: 5px !important;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-appearance: button;
}

.printFilterTagsHidden{
	display: none;
}


label:before {
    /* content: ""; */
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    font-family: 'FontAwesome';
}

.filter_btn {
    background-color: #f66624;
    padding: 2px 10px 2px 10px;
    border: none;
    color: #ffffff;
    border-radius: 15px;
    outline: none;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
	line-height: normal;
	font-family: Arial;
	font-size: 13.3333px;
	font-weight: 400;
	padding: 2px 10px 2px 10px !important;
	text-transform: initial !important;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    cursor: pointer;
}

.filter_btn:after {
    content: "x";
    padding-left: 10px;
}

/* DataTable */
.dataTables_length {
	float: right !important;	
	text-align: right !important;
	width: 50% !important;
	min-height: 50px;
	padding-top: 10px;
}		

.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: left !important;
	/* text-align: center !important; */
	margin-bottom: 5px;
	font-size: 12px;	
}		

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: rgb(224,38,122) !important;
}

/* DataTable List Mode */
table.dataTable.no-footer {
    border-bottom: none !important;
}

#dtSearch td {
	border-bottom: 1px dotted #cccccc;
	text-align: center;
	word-wrap: break-word;
}

.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: #f15a22; /* #00bdd6; #bdd646; #5dc78d;*/
}

.ExhList_Desc {
	font-size: 0.9em;
	line-height: 1.75em !important;
}

.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;
}		

#dtSearchBlock a .ExhListBlock_Product {
	color: #2ec3b3;
}

#dtSearchBlock a:visited, #dtSearchBlock a:hover {
	color: #2ec3b3;
}

#dtSearchBlock a.button-mini:visited, #dtSearchBlock a.button-mini:hover {
	color: #ffffff;
}

.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;
}

.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 */
.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-top: 5px		
}
.divTopbutton {
	float: right; 
	padding: 20px 10px
}
a.button{
	display:inline-block;
	transition:all .3s;
	padding:10px 30px;
	background:#44975a;
	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,a.button:focus{
	background:#0081cf;
	color:#ffffff;
	cursor:pointer
}

.button-inbasket {
	background: orangered !important;
}

a.button-mini{
	display:inline-block;
	transition:all .3s;
	padding:2px 8px;
	background:#44975a;
	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:#0081cf;
	color:#ffffff;
	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 #bdd646;
	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 #bdd646;
	color: #bdd646;
	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;
}

.feature {
    text-align: left;
    top:0;
    left: 0;
	height: 0px;
	z-index: 100;
}
.feature > span {
    color:#fff;
    position: relative;
    z-index: 1;
    font-size:11px;
    top: -20px;	
    left: -70px;
}
.feature:before {
    content: '';
    position: relative;
    top: 10px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 53px 0 0;
    border-color: #9e0b0f transparent transparent transparent;
	transform: rotateY(180deg);
	right: 0;
}


@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: -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);
		/* 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;
	  }			
}