.ui-autocomplete { max-height: 200px; overflow:auto}

.ui-state-hover{
    background: #EBEDEE!important;

}
hr {
  margin-bottom: 10px;
  margin-top:5px;
  height: 2px;
  border: 0px;
  /*border: 0.01em solid rgba(189, 195, 199,0.7);*/
  background-color: rgba(189, 195, 199,0.7);
}
.main_div {
   height: 90%;
   width: 96%;
   background-color: white;
}
.pg-title {
  font-family: montserrat;
  font-size: 24px;
  color: rgba(0,0,0,0.7);
  font-weight: bold;
  vertical-align: -webkit-baseline-middle;
}
.opti-tog {
  /*-webkit-border-radius: 5;*/
  /*-moz-border-radius: 5;*/
  /*border-radius: 5px;*/
  font-family: Montserrat;
  color: #ffffff;
  font-size: 14px;
  background: #3498db;
  padding: 0px 10px 10px 10px;
  text-decoration: none;
  height: 27px;
  cursor: pointer;
    line-height: 1;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);

}
.tog-txt {
   font-family: montserrat;
   font-size: 12px;
  text-transform: uppercase;
   
   /*padding-top: -10px;*/
}
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E0851A;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hr-sec {
  height: 1px;
  background-color: rgba(0,0,0,0.1);
  margin-top: 0px;
  margin-bottom: 10px;
}
.prof-ico {
  opacity: 0.4;
}
.prof-h2 {
  font-family: montserrat;
  font-size: 20px;
  font-weight: normal;
  color: rgba(0,0,0,0.7);
  line-height: 35px;
  height: 30px
}

.link-custom {
  font-family: Open Sans!important; 
  font-size: 16px!important;
  font-weight: bold;
  color: #3498DB;
}

.lgnd-custom {
  font-family: Montserrat;
  font-size: 22px;
}
.btn-txt{
  font-family: montserrat;
}
.btn-txt:hover {
  text-decoration: underline;
  cursor: pointer;
}
.gtbl-hdr{
  background-color: rgb(35%, 35%, 35%);
  font-family: Open Sans;
  color: white;
  padding: 3px !important;
}
.gtbl {
  font-family: Open Sans;
}
.gtbl:hover{
  background-color: rgba(236, 240, 241,0.4);
}
#usrmodal {
  display: none;
}
.usrmodal {
  text-decoration: none;
}
.nav-capt {
  margin-left: 10px;
  font-family: montserrat;
  opacity: 0.7;
}
.md-btn-peter-river {
  background-color: #3498db;
  -webkit-box-shadow: 0px 2px 2px #2980b9;
  -moz-box-shadow: 0px 2px 2px #2980b9;
  box-shadow: 0px 2px 2px #2980b9;
  padding: 5px;
}
.md-btn-peter-river:hover {
  cursor: pointer;
  background-color: #03A9F4;
}
.md-btn-wet-asphalt {
  background-color: #34495e;
  -webkit-box-shadow: 0px 2px 2px #2c3e50;
  -moz-box-shadow: 0px 2px 2px #2c3e50;
  box-shadow: 0px 2px 2px #2c3e50;
  padding: 5px;
}
.md-btn-wet-asphalt:hover {
  cursor: pointer;
  background-color: rgba(52, 73, 94,0.9);
}
.md-btn-icon {
  font-size: 20px;
  color: #ffffff;
  float: left;
}
.md-btn-txt {
  font-size: 14px;
  color: white;
  font-family: montserrat;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}