#lblAbout {
  background-color: rgba(245, 245, 245, 0.6);
  bottom: 0;
  color: rgb(68, 68, 68);
  font-family: Roboto, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  left: 80px;
  margin-left: 1px;
  padding-right: 6px;
  padding-left: 6px;
  position: fixed;
  text-align: right;
  width: auto;
  height: 14px;
  line-height: 14px;
  z-index: 999;
}
.fs-map-controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.pac-container {
  z-index: 999999 !important;
}
#fs-map-pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0px 11px 0px 11px;
  text-overflow: ellipsis;
  width: 300px;
  right: 58px;
  left: auto !important;
  border-radius: 4px;
  margin-top: 10px;
}
#fs-map-pac-input:focus {
  border-color: #4d90fe;
}
.fs_map_labels {
  width: 50px;
  height: 18px;

  border: 1px solid #3498db;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
  font-size: 12px;
  color: #292929;
}
.hidescrollbar {
  overflow-x: hidden !important;
}
