#listheader {
   padding: 20px;
}

.flex-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
}
.flex-map {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.flex-settings {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

#mapid {
  width: 100vw;
  height: 100vh;
}


//layer selection
.leaflet-control-layers-expanded {
  max-width: 60vw;
}
.leaflet-control-layers-expanded .ui-button{
  text-align: left;
  padding: .3em 1em;
  margin: .2em 0;
  white-space: normal;
  font-weight: 400;
}

summary {cursor: pointer; font: bold 1em Arial, Helvetica, sans-serif; padding: 20px 0; position: relative; width: 100%;}

#filtersettings{
  width: 92%;
}

#settingsid {
  width: 100vw;
  height: auto;
  background: Gainsboro;
  padding: 0px 3% 0px 3%;
  border-bottom: 2px dotted gray;
}
//  position: absolute;


summary::-webkit-details-marker {
  display: none
}

summary:after {
  background: #87de87;
  border-radius: 5px; 
  content: "+"; 
  color: #fff; 
  float: left; 
  font-size: 1.5em; 
  font-weight: bold;
  margin: -5px 10px 0 0; 
  padding: 0px 10px; 
  text-align: center; 
  width: 20px;
}

details[open] summary:after {
  content: "-";
}

.iconClass:hover {
  border: 5px solid rgba(255,255,255, 1);;
  padding: calc(10px - 5px);
  border-radius: 50%;
  background-color: rgba(100,100,100, 0.4);
}
.iconClass {
  padding: 10px;
}
