﻿/* ===================== 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;
} */

.navbar-fixed-top {
  background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #001588), color-stop(1, #001588) ) !important;
  background-image: -o-linear-gradient(bottom, #001588 0%, #001588 100%) !important;
  background-image: -moz-linear-gradient(bottom, #001588 0%, #001588 100%) !important;
  background-image: -webkit-linear-gradient(bottom, #001588 0%, #001588 100%) !important;
  background-image: -ms-linear-gradient(bottom, #001588 0%, #001588 100%) !important;
  background-image: linear-gradient(to bottom, #001588 0%, #001588 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#001588', endColorstr='#001588') !important;
  border-bottom: 2px #001588 !important;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}

.btn-primary, .btn-primary:hover,.btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #E02419;
  border-color: #E02419;
}

.btn-success,.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #E02419;
  border-color: #E02419;
}

.exhibitorListPanel .list {
  background-color: #001588 !important;
}

.exhibitorListPanel {
  background-color: #001588 !important;
}