body {
    font-family: 'Exo', sans-serif;
    font-size: 1rem;
    background: #fff;
    color: #212529;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#menu {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #fff;
    padding: 10px;
    font-size: 0.75rem !important;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}
#menu input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}

.mapbox-improve-map,
a.mapboxgl-ctrl-logo {
    display: none;
}

.popup {}

.popup ul {
    padding-left: 0;
    list-style: none;
}

.small {
    font-size: 0.687rem;
    font-weight: 400;
}

.map-legend {
    position: fixed;
    bottom: 30px;
    left: 30px;
    margin-right: 30px;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    overflow: auto;
    border-radius: 3px;
    padding: 10px;
}

.map-legend h6 {
    font-size: .75rem !important;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: .5rem !important;
}

.map-legend ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.map-legend ul.bar {
    margin: 0;
}

.map-legend ul li {
    margin: 0;
    padding: 0;
    font-size: 0.687rem !important;
    color: #6c757d !important;
    margin-bottom: .25rem !important;
}

/*.map-legend .bar.multi li {
    float: left;
    width:20px;
}*/

.map-legend .bar li.min {
    float: left;
}

.map-legend .bar li.max {
    float: right;
}

.map-legend .bar li.graph {
    clear: both;
    width: 100%;
    height: 14px;
    border: 1px solid #efefef;
    display: table;
    overflow: hidden;
    border-radius: 3px;
}

.map-legend .bar li.graph .colors {
    display: table-row;
}

.map-legend .bar li.graph div {
    height: 14px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: .5rem;
}
.dot.outline {
    width: 8px;
    height: 8px;
}


.icon {
    display: inline-block;
    margin-right: .5rem;
}

.mapboxgl-popup-close-button {
    font-size: 20px;
}

.mapboxgl-popup {
    z-index: 1000;
}

.flex {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}