/* Exhibitor list */


.exhibitor-card {
    display: block;
    border:1px solid #E2E2E2;
    color: inherit;
}

a.exhibitor-card:hover {
	text-decoration:none;
    color:#83858A;
}

.ex-badge {
    padding:5px 20px;
    font-size:0.7em;
    line-height: 1em;
    letter-spacing:0.05em;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
}

.ex-table {
    width:100%;
}

.ex-logo, .ex-booth {
    vertical-align: middle;
    text-align: center;
    padding:10px 0px;
}

.ex-logo { width:70%; border-right:1px solid #E2E2E2;}
.ex-logo img { height:78px; }
.ex-booth { width:30%;}

.ex-booth span.label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1em;
}

.ex-booth span.booth-num {
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
}


.ex-company {
    display: block;
    border-bottom: 1px solid #E2E2E2;
    width: 100%;
    padding:7px 20px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.ex-country {
    float: right;
    font-weight: 300;
    color: #bdbdbd;
    font-size: 0.8em;
    line-height: 1.6em;

}

.ex-summary {
    padding:20px 30px 20px 30px;
    border-left: 1px solid #E2E2E2;
    display: hidden;
}

.ex-premium {background-color: #d8005f; color:#fff;}
.ex-gold {background-color: #f1c40f;}
.ex-silver {background-color: #bdc3c7;}
.ex-bronze {background-color: #795548; color:#CABFBB;}
.ex-yellow {
    background-color: #FFC700;
    color:#111;
}


.ex-firsttime { color:#F00;}



/* LIST VIEW */

.list-view {
    width:100%;
    display: block!important;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
}

.list-view .exhibitor-card:hover {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.list-view .ex-company {
    border-top:0px;
    border-bottom: 1px solid #E2E2E2;
    padding:10px 20px;
    font-size:1.2em;
}

.list-view .ex-country {
    float:none;
    padding-left:5px;
}

.list-view a.ex-url {
    float:right;
    font-size: 0.8em;
    margin-bottom:15px;
}

.list-view .ex-badge {
    text-align: left!important;
    padding-left: 20px;
}

.list-view .ex-topic {
    float:right;
    padding-right: 20px;
    margin-top:-4px;
    font-size: 0.8em;
}

.list-view .ex-topic img{
    padding:0px 5px;
}

.container .exhibitor-card-container .btn-cp-sm { border:0; padding:2px 5px; position:absolute; top:26px; right:20px; }
#modal-company-container .btn-cp {margin-top:10px; }
#modal-company-container .btn-cp-sm { display:none; }

.list-view .ex-summary { display:table-cell;width:70%;padding-right: 40px;}
.list-view .ex-logo { width:20%; border-right:1px solid #E2E2E2;}
.list-view .ex-booth { width:10%;}


.exhibits-at-logo img {
	display:inline-block;
	margin-top:-8px;
}

/****************** filter **********************/

#filtertoggle {
	cursor:pointer;
	float:right;
}

#filtertoggle .show-all-text {
	display:none;
}

#filtertoggle.showing-filter .show-all-text {
	display:inline;
}

#filtertoggle.showing-filter .filter-agenda-text {
	display:none;
}

#filtertoggle {
	font-size:1.2em;
	padding:8px 24px;
}

#filtertoggle:hover {
	background-color:#eee;
	color:#000;
}

#filters {
	display:none;
}

#filters .filter {
	cursor:pointer;
	padding:8px 24px;
	font-size:1.2em;
	display:inline-block;
}

#filters .filter:hover {
	background-color:#eee;
	color:#000;
}

#filters .filter:before {
	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;
	margin-right:6px;
	content: "\f10c";/*circle-o*/
}

#filters .filter:hover:before {
	content: "\f05d";/*check-circle-o*/
}

#filters .filter.selected:before {
	content: "\f058";/*check-circle*/
}

#filters .filter-menu {
	display:inline-block;
	padding:6px 12px;
	margin:-6px -12px -6px 0;
}

#filters .filter-menu:before {
	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;
	margin-right:6px;
	content: "\f107";/*angle-down*/
}

#filters .filter-menu:hover:before {
	content:"\f103";/*angle-double-down*/
}

#filters .filter-menu .filter-menu-item {
	position:absolute;
	display:none;
	margin-top:4px;
	background-color:#ddd;
	padding:6px 12px;
	text-align:center;
	cursor:pointer;
}

.filtered-out {
	visibility:hidden!important;
}

.filtered-out-col {
	display:none!important;
	/*opacity:0.5;
	width:10px;
	overflow-x:hidden;*/
}

