/******************************************************************/
/* ====================== 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  ===================== */


/* icon size on floorplan exhibitor list */
.video img, .product img, .pressRelease img, .showSpecial img {
	width: 20px;
	height: auto;
}

/*nav#ctl00_cph1_dvBannerAds .pull-right img {
    max-height: 58px;
}*/

.exhibitorListPanel table th.product, .exhibitorListPanel table td.product {
    display: none!important;
}

/* hiding top bar nav buttons */
.nav li a.abtn-Home, .nav li a.abtn-Help, .nav li a.abtn-Login, .nav li a.abtn-Maps {
    display: none!important;
}

/* hiding layers */
.leaflet-control-layers.leaflet-control {
    display: none;
}

/* hiding print options */
#ctl00_cph1_Print_trPrintExhibitorList, #ctl00_cph1_Print_trPrintShowGuide {
    display: none;
}

/* hiding exhibitor count on exhibitor list */
.resultCount {
    display: none;
}

/* hiding ledend */
a.btn-popover.legend {
    display: none;
}

.navbar-fixed-top {
    background-image: none!important;
    background-color: #B5121B!important;
}

/*nav#ctl00_cph1_dvBannerAds .pull-left {
    display: none;
}*/

.btn-primary {
    border: 0!important;
    background-color: #444;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited {
    border: 0!important;
    background-color: #313131;
}

.exhibitorListPanel a {
    color: #B5121B!important;
}

.exhibitorListPanel th.upgraded {
    display: none!important;

}

.exhibitorListPanel, .exhibitorListPanel .list {
    background-color: #fff!important;
}

.exhibitorListPanel .listTableHead th, .exhibitorListPanel .listTableHead th .fa {
    color: #000!important;
}
