.mundo-map {
  position: relative;
}
.mundo-map .map-search {
  position: absolute;
  right: .5em;
  bottom: .5em;
  opacity: 0.5;
  transition: ease-in-out all 0.5s;
}
.mundo-map .map-search:focus {
  opacity: 0.9;
}
.layer-switcher {
  top: .5em;
}
.dispatch-filters {
  display: none;
  background: white;
  height: 100%;
  padding: 0;
}
.dispatch-filters .filter-group md-toolbar {
  cursor: pointer;
  outline: none;
}
.dispatch-filters.visible {
  display: block;
}
.dispatch-filters .filter-group-filters {
  padding: 0 15px;
}
.dispatch-filters .filter-group-filters h4.group-popups-title {
  margin-top: 0;
}
.autocomplete-custom-template li {
  border-bottom: 1px solid #ccc;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
}
.autocomplete-custom-template li:last-child {
  border-bottom-width: 0;
}
.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
.autocomplete-custom-template .item-title md-icon {
  height: 18px;
  width: 18px;
}
.filter-toggle .md-toggle-icon {
  display: block;
  margin-left: auto;
  speak: none;
  vertical-align: middle;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  transition: transform 0.1s ease-in-out;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  pointer-events: none;
}
.filter-toggle .md-toggle-icon.toggled {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.dispatch-filters md-checkbox {
  display: block;
  clear: both;
}
md-toolbar {
  min-height: 40px;
}
#dispatch-map {
  position: absolute;
  width: 100%;
  height: 100%;
}
.police-logo {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.lpa-map-header md-select.md-default-theme .md-select-value.md-select-placeholder,
.lpa-map-header md-select .md-select-value.md-select-placeholder {
  color: white;
}
.lpa-map-header md-select.md-default-theme .md-select-value,
.lpa-map-header md-select .md-select-value {
  color: white;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.lpa-map-header .md-select-value *:first-child {
  color: white;
}
.lpa-map-header .md-select-icon {
  color: white;
}
.menu-item-admin a {
  padding: 0 16px;
  margin: 0;
}
.menu-item-admin md-icon.mr-10 {
  margin-top: 10px !important;
}
.ol-popup {
  max-width: 400px;
  min-width: 250px;
  width: auto;
  opacity: 0.9;
  padding: 25px 0 15px;
}
.ol-popup-content {
  height: 250px;
  padding: 0 15px;
}
.ol-popup-content dt {
  font-weight: bold;
}
.ol-popup-content dd {
  margin-left: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
}
.ol-popup-closer {
  font-size: 100%;
}
.no-margin {
  margin: 0!important;
}
