﻿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;
}

.bgcolor {
    background-color: #5b5388;
}

.topNavbgcolor {
    background-color: #FBF3E7;
}

.addressBoxbgcolor {
    background-color: #286152;
    opacity: 0.7;
}

.dropdown-item {
    background-color: white !important;
}

.left-margin-signsubmit {
    margin-left: 805px !important;
}
.tooltip-inner {
    max-width: 400px;
    border-radius: 8px !important;
    font-size: 18px !important;
    color: #3c3939 !important;
    background-color: #FFB300 !important
}

@media only screen and (max-width: 768px) {
    div.footerNav ul {
        margin-bottom: 100px !important;
        overflow-y: visible !important;
    }

    .ipadScreen {
        margin-bottom: 100px !important;
        overflow-y: visible !important;
    }
}

@media only screen and (max-width: 820px) {
    div.footerNav ul {
        margin-bottom: 270px !important;
        overflow-y: visible !important;
    }

    .ipadScreen {
        margin-bottom: 270px !important;
        overflow-y: visible !important;
    }
}

@media only screen and (max-width: 1024px) {
    div.footerNav ul {
        margin-bottom: 500px !important;
        overflow-y: visible !important;
    }

    .ipadScreen {
        margin-bottom: 500px !important;
        overflow-y: visible !important;
    }
}