.form-error-message {
    position: absolute;
    font-size: 8pt;
    color: red;
    font-weight: bold;
}

.form-control-error {
    border: 1px solid red;
}

select.with-prompt option:first-child {
    color: #ccc;
}

.datepicker_parent {
    position: relative;
}

.the-datepicker__deselect-button {
    left: 0 !important;
}

.the-datepicker__deselect {
    font-size: 2em;
    top: 0.85em;
    right: 0.5em;
}

.flash {
    position: fixed;
    top: 1.5em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 1em 2em;
}

.flash.success {
    background-color: #9f9;
}

.flash.error {
    background-color: #f99;
}

@media (max-width: 992px) {
    .mobile-content-main {
        padding-top: 5.2em !important;
    }
    
    .font-small-sm {
        font-size: 0.8em;
    }
}

.mobile-menu-toggler {
    position: absolute;
    top: 1em;
    right: 1.5em;
    font-size: 1.2em;
    color: white;
}

.mobile-menu-toggler a, .mobile-menu-toggler a:visited, .mobile-menu-toggler a:active, .mobile-menu-toggler a:focus{
    color: white;
    border: 1px solid white;
    padding: 0.2em;
    display: block;
}

.mobile-menu-toggler a:hover {
    color: #ccc;
}

.banner {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 0.1em;
    font-size: 0.7em;
}
