body {
  overflow-y: hidden;
}

.maps div {
  //filter: none !important;
  //pointer-events: auto !important;
}

.maps #message {
  background-color: var(--basic-red);
  color: white;
  font-size: 18px;
  line-height: 130%;
  padding: 15px;
  text-align: center;
}

.maps #map .cluster div {
  box-sizing: content-box;
}

.maps #target, .maps #filterButton, .maps #filterPanel {
  position: absolute;
  z-index: 99;
}

.maps #target, .maps #filterButton {  
  top: 16px; 
} 

.maps #target {
  right: 90px;
}

.maps #target img {
  cursor: pointer;
}

.maps #filterButton, .maps #filterPanel, .maps #map .card-body {
  font-family: 'Raleway', sans-serif;
} 

.maps #filterButton, .maps #map .card-body .cardTitle,
.maps #map .card-body .cardFanTitle, .maps #map .card-body .lowBattery {
  font-weight: bold;
} 

.maps #filterButton, .maps #filterPanel {
  background-color: white;
  border: 1px solid #cdcac2;
  border-radius: 2px;  
  right: 127px;
}

.maps #filterButton {  
  color: #04596d;   
  height: 29px; 
  padding-left: 2px;
  padding-top: 5px; 
  text-align: center;
  text-transform: uppercase;
  width: 80px;
}

.maps #filterPanel {
  padding: 23px 30px 30px 30px;
  top: 53px;
}

.maps #filterPanelContainer {
  max-height: calc(var(--vh) - var(--mh) - 256px);
  max-width: 692px;
}

.maps .checkPanel .selectAll, .maps .checkPanel .deselectAll {
  top: -19px;
}

.maps #map .card {
  max-width: calc(var(--vw) - 40px);
  width: max-content !important;
}

.maps #map .card-body {
  color: #555f62;
}

.maps #map .card-body a {
  color: #1c94b4;
}

.maps #map .card-body a:hover {
  text-decoration: none;  
}

.maps #map .card-body .cardFanTitle, .maps #map .card-body .cardSubtitle {
  margin-bottom: 15px; 
}

.maps #map .card-body .cardSubtitle, .maps #map .card-body .cardTeamSubtitle {
  font-size: 12px;
}

.maps #map .card-body .cardNotification, .maps #map .card-body .lowBattery {
  color: var(--basic-red);
}

.maps #map .card-body .cardEmpty {
  font-style: italic;    
}

.maps #map .card-body .time {
  font-family: monospace;    
}

/* FIREFOX */

@-moz-document url-prefix() {
  .maps #filterButton {
    padding-top: 4px;  
  }
}

/* RESPONSIVE */

@media only screen and (max-width: 1082px) {
  .maps #filterPanelContainer {    
    max-height: calc(var(--vh) - var(--mh) - 162px);
  }
}

@media only screen and (max-width: 897px) {
  .maps #filterPanel {
    margin-left: 17px;
    right: 17px;
  }
}

@media only screen and (max-width: 767px) {  
  .maps #message {
    font-size: 16px;
  }
  
  .maps #map .card-body .cardFanTitle, .maps #map .card-body .cardSubtitle {
    margin-bottom: 12px; 
  }    
}
