﻿html, body, .container-fluid {
    height: 99%;
    width: 100%;
    overflow: hidden;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
}
.content {
    flex: 1 0 auto;
}

#container {
    height: 99%;
    width: 100%;
    overflow: hidden;
}

.container-fluid {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    body > div.container-fluid {
        position: fixed;
        top: calc(26px + 1em);
        bottom: calc(10px + 1em);
        right: 0;
        left: 0;
        vertical-align: top;
    }

#map {
    width: 100%;
    height: 100%;
}

nav {
    position: fixed;
    height: 40px;
    top: 0;
    right: 0;
    left: 0;
    background-color: #f0f1f2;
    border-bottom-color: #a5acb0;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

#header {
    background-color: #f0f1f2;
    border-bottom-color: #a5acb0;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    line-height: 30px;
}
