﻿.locations-block {
  clear: both;
}
.locations-block .btn {
  outline: none;
}
.locations-block .location-container {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.locations-block .location-container address {
  margin-bottom: 5px;
}
.locations-block .location-container h3 {
  margin-top: 5px;
}
.locations-block .location-container .map {
  height: 400px;
  margin-bottom: 15px;
}
.locations-block .location-container .table > thead > tr > th,
.locations-block .location-container .table > tbody > tr > th,
.locations-block .location-container .table > tfoot > tr > th,
.locations-block .location-container .table > thead > tr > td,
.locations-block .location-container .table > tbody > tr > td,
.locations-block .location-container .table > tfoot > tr > td {
  padding: 5px;
}
.locations-block .location-container .table > thead > tr > th {
  padding-top: 0;
}
.locations-block .location-container .action-buttons {
  margin-top: 15px;
}
.locations-block .location-container .action-buttons .btn {
  margin-bottom: 15px;
}
.locations-block .directions-container .back-btn {
  margin-bottom: 15px;
}
.locations-block .directions-container #directions-map {
  height: 400px;
}
.locations-block .directions-container #directions img.adp-marker {
  margin: 3px 5px;
}
.locations-block .directions-container .from-to-inputs {
  margin-top: 10px;
  overflow: hidden;
}
.locations-block .directions-container .from-to-inputs .input-group {
  margin-bottom: 7px;
}
.locations-block .directions-container .highlight-error {
  background-color: #fff;
  color: #E74C3C;
  margin-right: 10px;
  padding: 7px;
}
.locations-block .loading-map {
  background-color: #eee;
  height: 400px;
}
.locations-block .loading-map .fa {
  font-size: 60px;
  margin: 0 auto;
  padding-top: 150px;
  text-align: center;
  width: 100%;
}
.locations-block .loading-map .loading-text {
  font-size: 15px;
  text-align: center;
}
.locations-block .table-responsive {
  border: none;
}
@media (max-width: 767px) {
  .locations-block .location-container .map {
    height: 200px;
  }
  .locations-block .directions-container #directions-map {
    height: 200px;
  }
}