﻿/******************************************************************/
/* ====================== 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;
	*/
}

.btn-popover legend {
  visibility: hidden;
}

/*======== Hide Login ============ */
li#ctl00_cph1_btnLogin {
    display: none !important;
}

/*======== Hide Home Icon ============ */
i.fa.fa-home.fa-lg {    display: none;
}

/*======== Hide Legend Icon ============ */
i.fa.fa-navicon.fa-lg {    display: none;
}

/* ===================== Adjustments for Exhibitor Hub ===================== */
button.btn.btn-primary.abtn-AdvanceSearchForm.aa-exhibitorSearch {
    display: none;
}

button.btn.btn-primary.abtn-MyExhibitors.aa-myExhibitors {
    display: none;
}

button.abtn-Login {
    display: none;
}

i.fa.fa-lg.fa-star-o {
    display: none;
}

i.fa.fa-lg.fa-star-half-full {
    display: none;
}
/*======== Hide Login ============ */
li#ctl00_cph1_btnLogin {
    display: none !important;
}

/* .exhibitorName {
  pointer-events: none;
} */