body {
    margin: 0;
    padding: 0;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background:#666666;
    min-height: 650px;
    height: 100%;
}

#map-container {
  position: relative;
  /*max-width: 100%;*/
}

#map {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mapboxgl-popup-content{
    width:250px;
    font-size: .75rem;
    line-height: 1rem;
    background: rgba(255,255,255,0.75);
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{
    border-background: rgba(255,255,255,0.75);
}

/******************************************
    BOTTOM TIMELINE ELEMENTS
******************************************/

.map-overlay-bottom {
    position: absolute;
    bottom: 25%;
    left: 0;
    padding: 20px;
    color:#ffffff;
    text-align: center;
}

.map-overlay-bottom .inline-el{
    position:relative;
    display: inline-block;
    margin:0 1rem;
}

.map-overlay-bottom #datehour{
  font-weight: 800;
}

.map-overlay-bottom #datehour #date,
.map-overlay-bottom #datehour #homes-title{
    font-size: 1em;
}

.map-overlay-bottom #datehour #hour{
    font-size: 2.5em;
}

.map-overlay-bottom #play-btn{
    height:75px;
    width:75px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background:#ffffff;
    border:#D9D9D9 3px solid;
    color:#04A019;
    color:#04A019;
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 4em;
    cursor:pointer;
}

.map-overlay-bottom #slidershell{
    width:225px;
    max-width:100%;
    margin-top:5px;
}

.map-overlay-bottom #slidershell input{
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    background: linear-gradient(to right, #FFFFCC, #FD8D3C 50%, #800026);
    position:relative;
    width:100%;
    height: 17px; /* Specified height */
    outline: none; /* Remove outline */
}

#slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 17px; /* Set a specific slider handle width */
    height: 43px; /* Slider handle height */
    border-radius:5px;
    border:#ffffff 3px solid;
    background: #BFBFBF; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

#slider::-moz-range-thumb {
    width: 17px; /* Set a specific slider handle width */
    height: 43px; /* Slider handle height */
    border-radius:5px;
    border:#ffffff 3px solid;
    background: #BFBFBF; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

/******************************************
    SIDE EVACZONE ELEMENTS
******************************************/

.map-overlay-side{
    position: absolute;
    bottom: 0;
    left: 0;
    width:95%;
    height:20%;
    background:rgba(255,255,255,0.6);
    padding:1rem;
    overflow-y: scroll;
}

.map-overlay-side::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.map-overlay-side::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.map-overlay-side::-webkit-scrollbar-thumb {
    background: rgb(31, 188, 210);
}

/* Handle on hover */
.map-overlay-side::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.map-overlay-side .evac-title{
    font-size: 1.25rem;
    font-weight: 800;
}


.map-overlay-side p{
    padding:.5rem;
    margin:0;
    border-bottom:rgba(0,0,0,0.3) 1px solid;
    line-height: 1rem;
}


.map-overlay-side p:hover,
.map-overlay-side p.active{
    box-shadow: 0 0 6px rgba(217, 38, 38, 1);
}


@media (min-width: 46.875em) { /* 750ish px and up */
    .map-overlay-side{
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        width:25%;
        height:100%;
    }

    .map-overlay-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        color:#ffffff;
        text-align: center;
    }

    .map-overlay-bottom #slidershell{
        margin-top:75px;
    }
}

@media (min-width: 60em) { /* 960px and up */

}

@media (min-width: 75em) { /* 1200px and up */

}
