/******************************************************************/
/* ====================== Eventmap styles ======================= */
/******************************************************************/


/* ================ Base color palette information ============== */


/*
Base light blue in header
hex #4E688B;
	
Base dark blue in header
hex #3e5676;

Base blue button in header
#428bca;
	
Base white
hex #fff; (or white)
*/


/* ====================== Header styles ========================= */


a {
	/*
	color: #428bca;
	*/
}

a:hover {
	/*
	color: #3e5676;
	*/
}

body.no-nav {
	/*
	background-color: white; (optional)
	background-image: none;
	*/
}

.navbar-fixed-top {
	/*
	background-image: linear-gradient(to bottom, #4E688B 0%, #3E5676 100%) !important;
	background-color: #4E688B !important; (optional)
	*/
}

.hasIframe.modal-body {
	/*
	background-color: #000!important;
	color: #fff!important;
	*/
}

.btn-primary { /*(You can add an additional style to target only eventmap buttons)*/
	/*
	background-color: #428bca;
	border-color: #357ebd;
	*/
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	/*
	background-color: #3071a9;
	border-color: #285e8e;
	*/
}


/* ====================== Exhibitor List styles ================== */


.exhibitorListPanel {
	/*
	background-color: #6892c0!important;
	*/
}

.badge.pull-left {
	/*
	background-color: #3E5676!important;
	*/
}

.listTableHead, .list, #btnBasicSearch, #btnAdvanceSearch {
	/*
	background-color: #3E5676!important;
	border-color: #3E5676!important;
	*/
}

a.exhibitorName, a.boothLabel, .fa.fa-lg.fa-star-o.addToExpoPlan.unchecked.aa-addToExpoPlan  {
	/*
	color: #428bca!important;
	*/
}

a.hover, .fa.fa-plus, .fa.fa-minus, .fa.fa-lg.unchecked.removeFromExpoPlan.aa-removeFromExpoPlan.fa-star, .abtn-selectAll, .abtn-expandAll {
	/*
	color: #428bca!important;
	*/
}

.icon-bar {
	/*
	background-color: #fff!important;
	*/
}


/* ====================== Login window styles ===================== */


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	/*
	color: #fff;
	background-color: #428bca;
	*/
}

/* =================== Custom Floorplan Styles  ===================== */

/* hiding legend, help home, maps, and login buttons in the top bar */
a.btn-popover.legend, li a.abtn-Help, li#ctl00_cph1_btnLogin, li a.abtn-Home, li a.abtn-Maps {
    display: none;
}

/* hiding the layer controls */
.leaflet-control-layers.leaflet-control {
    display: none;
}

/* icon size on floorplan exhibitor list */ 
.video img, .product img, .pressRelease img, .showSpecial img {
	width: 20px;
	height: auto;
}

/* home button modal */
.masthead-popup img {
    margin: 15px auto;
}

/* bolding upgraded exhibitors */ 
.bold {
    font-weight: 600;
}

/* hiding product and upgraded columns from floorplan exhibitor list */
td.product, td.upgraded, th.upgraded {
    /*display: none !important;*/
}

.listTableHead {
	width: 100% !important;
}

@media (min-width: 992px) {
	.wide th.product.hidden-sm.hidden-xs {
    	display: none !important;
	}
	.exhibitorlist .exhibitorListPanel .list .table {
		width: 100% !important;
	}
}

.leaflet-clickable {
	pointer-events: none!important;
}