﻿body {
    margin: 0;
    font-size: 16px;
    font-family: Arial;
}

.wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
}

nav {
    padding: 15px;
    z-index: 999;
    position: relative;
    width: 320px;
    height: 100vh;
    overflow: auto;
    background: #dfdbdb;
    box-shadow: 0 0 10px #878181;
}

div#map {
    flex: 1;
    height: 100vh;
}


.actions {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

#customFields {
    display: none;
}

.form-group {
    margin-bottom: 25px;
}

img.logo {
    display: block;
    margin: 0 auto;
    width: 180px;
}

#ShapeTitle {
    margin-bottom: 25px;
    text-align: center;
}

.powered-by {
    text-align: center;
    margin-top: 100px;
}

.version {
    margin-top: 15px;
}

.form-check {
    margin-bottom: 10px;
}