﻿/* ===================== 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, #ee3341), color-stop(1, #ee3341) );
  background-image: -o-linear-gradient(bottom, #E2178F 0%, #ee3341 100% !important);
  background-image: -moz-linear-gradient(bottom, #E2178F 0%, #ee3341 100%) !important;
  background-image: -webkit-linear-gradient(bottom, #ee3341 0%, #ee3341 100%) !important;
  background-image: -ms-linear-gradient(bottom, #ee3341 0%, #ee3341 100%) !important;
  background-image: linear-gradient(to bottom, #ee3341 0%, #ee3341 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ee3341', endColorstr='#ee3341');
  border-bottom: 2px #ee3341;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}