
/* Infowindow Roboto font override */
.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {
  font-family: Arial, Helvetica, sans-serif;
}
.bh-sl-error {
  clear: both;
  width: 100%;
  padding: 10px 0;
  color: #ae2118;
  font-weight: bold;
}
.bh-sl-container {

  font: normal 14px/20px Arial, Helvetica, sans-serif;
  color: #333333;
}
.bh-sl-container .bh-sl-form-container {
  clear: left;
  margin-top: 15px;
  width: 100%;
}
.bh-sl-container .form-input {
  margin-top: 3px;
}
.bh-sl-container .form-input label {
  font-weight: bold;
}
.bh-sl-container .form-input input,
.bh-sl-container .form-input select {
  margin: 0px;
  padding: 6px 12px;
  border: 1px solid #cccccc;
  font: normal 14px/18px Arial, Helvetica, sans-serif;

  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-transform: capitalize;
}

.bh-sl-container .form-input select {
  margin: 0px;
  padding: 6px 12px;
  border: 1px solid #cccccc;
  font: normal 14px/18px Arial, Helvetica, sans-serif;
  line-height:26px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-transform: capitalize;
}



.bh-sl-container .form-input button {
  margin-top: 20px;
  display: inline-block;
}

.bh-sl-container .form-input a#bh-sl-clear {
  margin-top: 20px;
  margin-left: 5px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.33;
  font-weight: bold;
  letter-spacing: 0.5px;
  border-radius: 22px;
  padding: 10px 16px;
  background: #c3c3c3;
}

.bh-sl-container .bh-sl-loading {
  float: left;
  margin: 4px 0 0 10px;
  width: 16px;
  height: 16px;
  background: url(images/AjaxLoader.gif) no-repeat;
}
.bh-sl-container .bh-sl-filters-container {
  clear: both;
  width: 100%;
  overflow: visible;
  margin:  0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
  display: block;
  margin:  0;
}

.bh-sl-container .bh-sl-map-container {
  clear: left;
  margin-top: 27px;

}
.bh-sl-container .bh-sl-map-container a {
  color: #e76737;
  text-decoration: none;
}
.bh-sl-container .bh-sl-map-container a:hover,
.bh-sl-container .bh-sl-map-container a:active {
  text-decoration: underline;
}
.bh-sl-container .bh-sl-loc-list {
 
  display: block;
  height: 330px;
  overflow-y: scroll;
  overflow-x:auto;
  border:1px solid #ddd;
}
.bh-sl-loc-list ul {
  width: 100%;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;

}
.bh-sl-loc-list ul li {
  display: block;
  clear: both;
  overflow: hidden;
  margin: ;
  cursor: pointer;
  width: 100%;
  /* Adding this to prevent moving li elements when adding the list-focus class*/
}
.bh-sl-loc-list .list-label {
  margin: 10px 0 0 6px;
  padding: 2px 3px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  max-width: 30px;
  text-align: center;
  background: #00b4ff;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50%;
}
.bh-sl-loc-list .list-details {
  margin-left: 6px;
}
.bh-sl-loc-list .list-details .list-content {
  padding: 10px;
}
.list-details .loc-dist {
  font-weight: bold;
  font-style: italic;
  color: #8e8e8e;
}
.bh-sl-loc-list .list-focus {
  background: #eee !important;
  clear: both;
  display: block;
  overflow: hidden;
}
.bh-sl-loc-list .bh-sl-close-directions-container {
  width: 100%;
  height: 20px;
  position: relative;
}
.bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
  top: 0;
  right: 6px;
}
.bh-sl-loc-list .bh-sl-noresults-title {
  font-weight: bold;
  color: #ae2118;
}
.bh-sl-container .loc-name {
  /* Picked up by both list and infowindows */
  color: #222;
  font-weight: bold;
}
.bh-sl-container .bh-sl-map {
  height: 430px;
}
.bh-sl-container .bh-sl-pagination-container {
  clear: both;
}
.bh-sl-container .bh-sl-pagination-container ol {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.bh-sl-container .bh-sl-pagination-container ol li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #ae2118;
  text-decoration: underline;
}
.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
  color: #333333;
  cursor: auto;
  text-decoration: none;
}
