#map-views {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#map-views .panel {
  border-radius: 4px;
  overflow: hidden;
}

#map-views .panel .panel-heading {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  align-items: center;
  position: static;
}

#map-views .panel .panel-heading .panel-title {
  line-height: 1.1;
}

#map-views .panel-title {
  margin-top: 0;
}

#map-views .form-group .form-control,
#map-views .input-group .form-control {
  -webkit-appearance: none;
}

#map-views .btn {
  border-radius: 4px;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: normal;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#map-views .input-group .form-control:last-child, 
#map-views .input-group-addon:last-child, 
#map-views .input-group-btn:last-child > .btn, 
#map-views.input-group-btn:last-child > .dropdown-toggle, 
#map-views .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: none;
}

#map-views .input-group-btn .btn {
  background-color: #eeeeee;
}

#map {
  width: 100%;
  padding-top: 56.25%;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  #map-views .panel-body {
    padding: 15px;
  }
}

#map-views .dropdown-menu:empty {
  display: none;
}