﻿label.error {
    font-size: small !important;
    color: red !important;
    font-weight: 800 !important;
}

div.error {
    font-size: small !important;
    color: red !important;
    font-weight: 800 !important;
}


span.error {
    background-color: #fbe3e4 !important;
}

.errorLabel {
    font-weight: 800 !important;
    color: red !important;
}

textarea.error {
    background-color: #fbe3e4 !important;
}

select.error {
    background-color: #fbe3e4 !important;
}

input.error {
    background-color: #fbe3e4 !important;
}

body {
    font-size: 13px !important;
}


body .blockquote {
        font-size: 13px !important;
}

.menuText {
    font-size: 12px !important;
}

.col-form-label {
    line-height: 5px !important;
}

#footerNav {
    margin-bottom: 0px !important;
    overflow-y: visible !important;
}

div.footerNav ul {
    margin-right: 25px !important;
}

div.footerNav ul > li {
    list-style: none !important;
}
li.page-item {
    list-style: none !important;
}

.floatingButton {
    position: fixed;
    top: 90px;
    right: 25px;
    z-index: 2147483647 !important;
}

.cookieModalDialog {
    position: absolute;
    bottom: 0px !important;
    right: 0px !important;
}