.angular-google-map-container {
  height: calc(40vh - 38px);
}
@media (min-width: 768px) {
  .angular-google-map-container {
    height: calc(100vh - 40px - 75px);
  }
}
.angular-google-map-container .order-btn-container {
  text-align: right;
}
.ordering-unavailable {
  font-style: italic;
  margin-top: 20px;
}
.order-btn {
  margin-top: 20px;
  display: block;
}
.location-order-type {
  font-weight: bold;
}
.location-order-type-list {
  margin-top: 20px;
  padding-left: 0px;
  list-style: none;
}
.ot-order-btn {
  margin-bottom: 25px;
}
.order-type-hours {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: small;
}
.order-type-hours .day {
  padding-right: 5px;
  text-transform: uppercase;
  color: gray;
}
@media (min-width: 768px) {
  #location-list {
    max-height: calc(100vh - 40px - 60px - 75px);
    overflow-y: auto;
  }
}
#location-list .list-group-item {
  background-color: rgba(255, 255, 255, 0.7);
}
#location-list .location-phone {
  margin-top: 20px;
}
#locations-loading {
  background-color: rgba(255, 255, 255, 0.7);
  padding-bottom: 1px;
  padding-top: 10px;
}
.merchant-logo {
  max-height: 60px;
  max-width: 80px;
}
.labelClass {
  padding-top: 8px;
  padding-left: 8px;
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 45px;
  width: 26px;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  background-image: url("https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi-dotless.png");
  background-size: 24px auto;
  background-position: top left;
  background-repeat: no-repeat;
}
.location-name {
  font-weight: bold;
}
#location-list .location-name {
  display: none;
}
.location-name {
  margin-bottom: 15px;
}
#location-search {
  height: 60px;
  max-height: 60px;
  padding: 10px;
  background-color: #333;
}
#location-search .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
