/******************************************************************/
/* ====================== 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 help and login buttons in the top bar */
li a.abtn-Help, li#ctl00_cph1_btnLogin, li a.abtn-Home {
    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 exhibitor list product, show specials and press release columns */
.wide td.product, .wide th.product, .wide th.pressRelease, .wide td.pressRelease, .wide th.showSpecial, .wide tr.showSpecial, .wide th.video, .wide tr.video {
    display: none !important;
}

@media (min-width: 992px) {
	.wide td.product.hidden-sm, .wide th.product.hidden-sm, 
	.wide th.pressRelease.hidden-sm, .wide td.pressRelease.hidden-sm, 
	.wide th.showSpecial.hidden-sm, .wide tr.showSpecial.hidden-sm, 
	.wide th.video.hidden-sm, .wide tr.video.hidden-sm {
    	display: none !important;
	}
}

nav#ctl00_cph1_dvBannerAds .pull-right a.a3343:before {
    content: "";
    display: block;
    visibility: visible;
    width: 140px;
    height: 38px;
    background: url(https://s23.a2zinc.net/clients/Diversified/expouavforum2026/CUSTOM/images/uavexpoforum26_logo_horiz.png);
    background-repeat: no-repeat;
    margin-top: 10px;
}
nav#ctl00_cph1_dvBannerAds .pull-right {
	visibility: hidden;
}

/* Hiding buttons on floorplan */
button.btn.btn-primary.abtn-ExhibitorList.aa-exhibitorList, button.btn.btn-primary.abtn-MyExhibitors.aa-myExhibitors, button.btn.btn-primary.abtn-AdvanceSearchForm.aa-exhibitorSearch {
    display: none;
}