﻿html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: arial, sans-serif;
    font-size: 11pt;
}

img {
    max-width: 100%;
    max-height: 100%
}

h2 {
    margin: 10px 5px;
    font-size: 1.5em;
}

.k-rpanel-left, .k-rpanel-right {
    min-width: 0px !important;
}

.body-content {
    height: 100%;
}

.clearer {
    clear: both;
}

.spacerBottom {
    margin-bottom: 10px;
}

.panel {
    position: absolute;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #004a8d;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
}

.legendSquare {
    width: 20px;
    height: 20px;
    margin: 5px 0;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.3);
}

#map-container {
    height: 100%;
    width: 100%;
}

#right-panel-expand-button {
    top: 10px;
    right: 10px;
    position: fixed;
}

    #right-panel-expand-button > .right-pane-toggle {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 8px;
        border-radius: 7px;
        border: 1px solid #004a8d;
        box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
    }

@media only screen and (min-width: 1000px) {
    #right-panel-expand-button {
        display: none;
    }
}

#right-panel {
    top: 35px;
    position: fixed;
    width: 247px;
}

#right-panel-container {
    margin: 15px
}

#right-panel-logo {
    margin: 10px 5px;
    width: calc(100% - 10px);
    height: auto;
}

#right-bot-panel {
    right: 10px;
    bottom: 30px;
    width: 125px;
    height: 50px;
    font-size: 8pt;
    font-weight: bold;
    color: black;
}

#status-groups-legend {
    margin-top: 15px;
    font-size: 10pt;
}

#status-group-last-updated {
    font-size: 10pt;
    text-align: center;
}
