﻿html, body {
    margin: 0;
    padding: 0;
    background: initial;
}

.page {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border: none;
}

.main {
    min-height: 200px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.siteMainContent {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.applicationMainContent {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.layerZoneTableGoogle {
    margin-left: auto;
    margin-right: auto;
}

.mapPageContainer {
    height: 100%;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.mapContainer {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    min-height: 200px;
}

#map-canvas {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#osm-map {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.footer {
    width: 100%;
}

#myMap {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.map-timestamp {
    float: right;
    margin: 20px;
    font-size: 20px;
    color: black;
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
    -webkit-font-smoothing: antialiased;
}

#timestampDisplayText {
    float: right;
}
