﻿.map-block .location-container {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.map-block .location-container address {
  margin-bottom: 5px;
}
.map-block .location-container h3 {
  margin-top: 5px;
}
.map-block .location-container .map {
  height: 400px;
  margin-bottom: 15px;
}
.map-block .location-container .table > thead > tr > th,
.map-block .location-container .table > tbody > tr > th,
.map-block .location-container .table > tfoot > tr > th,
.map-block .location-container .table > thead > tr > td,
.map-block .location-container .table > tbody > tr > td,
.map-block .location-container .table > tfoot > tr > td {
  padding: 5px;
}
.map-block .location-container .table > thead > tr > th {
  padding-top: 0;
}
.map-block .location-container .action-buttons {
  margin-top: 15px;
}
.map-block .location-container .action-buttons .btn {
  margin-bottom: 15px;
}
.map-block .loading-map {
  background-color: #eee;
  height: 400px;
}
.map-block .loading-map .fa {
  font-size: 60px;
  margin: 0 auto;
  padding-top: 150px;
  text-align: center;
  width: 100%;
}
.map-block .loading-map .loading-text {
  font-size: 15px;
  text-align: center;
}
.map-block img[src^='https://tablepathdev.blob.core.windows.net'],
.map-block img[src^='https://tablepath.blob.core.windows.net'] {
  background-color: #eee;
  padding: 3px !important;
}
.map-block.col-xs-12 {
  padding: 0;
}
@media (max-width: 767px) {
  .location-container .map {
    height: 200px;
  }
}