html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.login-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

#mapDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.hide-column {
    display: none;
}

.esri-popup__footer--has-pagination {
    display: none !important;
}

.esri-popup__header-title {
    font-size: 12px !important;
}
