
/*
 viewer stylesheets
 */
html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    color: #333;
    font-family: Helvetica, Arial, FreeSans, san-serif;
    background-color: #121621;/*#0e182e;*/
}
a {
    text-decoration: none;
}

.viewer-container{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    background-color: #EEE;
}

#map-area {
    width: 100%;
    height: 100%;
    outline: none;
}

#map-control {
    position: absolute;
    top : 0;
    right : 0;
    margin: 20px;
    padding: 10px 20px;
    background: white;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
}
@media (max-width: 450px) {
    #map-control {
        top: unset;
        right: unset;
        left: 0;
        bottom: 0;
    }
}

#map-overlay-selector {
    position: absolute;
    top : 0;
    left : 0;
    margin: 20px;
    padding: 0;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
}
#overlay-selector {
    width: 120px;
}
