/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#mapTerra {
  height: 550px;
  width: 100%;
}
#content {
  color: #000;
}
/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.fl-builder-content *, .fl-builder-content *:before, .fl-builder-content *:after {
    -webkit-box-sizing: none!important;
    -moz-box-sizing: none!important;
    box-sizing: none!important;
}
.map__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  color: #000!important;
  margin-bottom: 10px;
}
.map__map-container {
  width: 60%;
}
.map__table-container {
  width: 40%;
}
.map__table-content {
  overflow: auto;
  height: 450px;
  margin-top: 15px;
}
.map__table-content ul {
  list-style-type: none;
  margin: 0px;
  padding: 10px;
}
.map__table-content ul li {
  margin: 0px 0px 8px 0px;
  padding: 0px;
  width: 100%;
  font-size: 14px;
  border-bottom: solid 1px #ccc;
}
.map__table-content ul li p {
  margin-bottom: 3px;
}
.store__link {
  cursor: pointer;
  text-decoration: underline;
  color: #000!important;
}
.map__table-header {
  padding: 0px 0px 0px 0px;
  width: 100%;
  display: flex;
  align-items: middle;
  justify-content: left;
}
#searchInputButtonContainer {
  display: inline-block;
}
a.location__link {
  color: #000!important;
  text-decoration: none!important;
  border: none!important;
}
.map__table-header input {
  font-size: 14px;
  color: #333;
  padding: 5px;
  border: solid 1px #ccc;
}
.map__table-header select {
  font-size: 14px;
  padding: 5px;
  border: solid 1px #ccc;
}
.map__table-header select option {
  color: #333!important;
}
.search__input-field {
  width: 50%;
  margin-right: 10px;
}
.search__input-option {
  margin-right: 10px;
}
.brand__input-option {
  margin: 10px 0px 15px 0px;
  font-size: 14px;
}
.search__input-button {
  font-size: 14px;
  padding-top: 5px;
  cursor: pointer;
}
#listOfBrands {
  display: inline-block;
}
.selectBrand {
  display: inline-block;
  font-size: 14px;
  padding-top: 5px;
  margin-left: 15px;
  cursor: pointer;
}
@media only screen and (max-device-width: 1024px),
only screen and (max-device-width: 1024px),
only screen and (max-width: 1024px) {
  .map__map-container {
    width: 100%!important;
  }
  .map__table-container {
    width: 100%!important;
  }
}
