html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    /*margin-bottom: 60px;*/
    height: 100vh;
    margin: 0 !important;
    min-width:400px;
}

.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

#map {
    padding: 0 !important;
    height: 100vh !important;
}

.mainContainer {
    height: 100vh;
    margin: 0 !important;
}


footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 10px 10px 20px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}



.hid {
    display: none !important;
}

.vis {
    display: inline;
}


.haeaderIcon {
    width: 30px;
    height: 30px;
    position: relative;
    left: 20px;
}

.headerTitle {
    font-size: 20px;
    font-weight: bold;
}

.navImage {
    width: 30px;
    height: 30px;
    position: relative;
}
