html, body { height: 100%; color: #eee; }
body {
    margin: 0;
    font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 14px;
    overflow: hidden;
    background-color: #222;
}
#map { min-height: 100%; }

.container, .content {
    height: 100%;
}

.appcontrols {
    position: fixed; top: 10px; left: 10px;
    z-index: 10;
    background: rgba(34, 34, 34, 0.66);
    padding: 2px 8px 2px;
    border-radius: 6px;
    display: none;
}

#hamburger-button {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none;
    float: left;
}

.hamburger-close-button { display: none; font-size: 12px; color: #ccc; padding-top: 3px;}
.hamburger-is-active .hamburger-close-button { display: block; }

.hamburger-open-button { display: block; padding: 3px 0;}
.hamburger-is-active .hamburger-open-button { display: none; }

#hamburger-contents { display: none; }
.hamburger-is-active #hamburger-contents { display: block; }


h1 {
    margin: 6px 0 8px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.content {
    overflow:hidden;
    position: relative;
}

.apple-auth-button {
    width: 184px !important;
    height: 30px !important;
    margin-bottom: 6px;
}

#loading-overlay {
    background: rgba(34, 34, 34, 0.66);
}

#install-app-overlay {
    width: 400px;
    background: rgba(255, 255, 255, 1);
    color: #000;
    font-size: 150%;
    padding: 8px 16px
}

.overlay {
    width: 300px;
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    padding: 4px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.33);
    display: none;
}

.overlay h2 {
    text-align: center;
}

.appcontrols h1 {
    margin-top: 0;
}

.appcontrols a {
    text-decoration: none;
    color: #fff;
}

.appcontrols ul {
}
.appcontrols li {
    list-style: none;
    margin-top: 0.25em;
    margin-left: -1em;
}


.mapboxgl-popup {
  color: #000;
}

/* noUISlider config for date slider */

#date-slider {
    position: fixed; z-index: 10; width: 60%; left: 20%; bottom: 50px;
}

.noUi-target {
    background: #efefee;
}

.noUi-horizontal {
    height: 16px;
}

.noUi-horizontal .noUi-handle {
    width: 22px;
    height: 21px;
    left: -17px;
    top: -4px;
}

.noUi-handle::after, .noUi-handle::before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #E8E7E6;
    left: 8px;
    top: 5px;
}

.noUi-handle::after {
    left: 11px;
}

.noUi-connect {
    background: #FAFAFA;
}
