﻿/* Site Header*/
.headerColor {
    background-color: #1e2e47 !important;
}

.subHeaderColor {
    background-color: #1e2e47 !important;
}

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;
}

.tooltip-inner {
    max-width: 400px;
    border-radius: 8px !important;
    font-size: 18px !important;
    color: #3c3939 !important;
    background-color: #FFB300 !important
}

.bootstrap-datetimepicker-widget table td {
    height: 15px !important;
    line-height: 25px !important;
    width: 20px !important;
    background-color: white !important;
}

    .bootstrap-datetimepicker-widget table td span {
        display: inline-block;
        width: 25px !important;
        height: 15px !important;
        line-height: 15px !important;
        margin: 2px 1.5px;
        cursor: pointer;
        border-radius: 4px
    }

    .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
        color: #f76114 !important;
    }

    .bootstrap-datetimepicker-widget table td .btn {
        background-color: lightsteelblue !important;
    }

.preview {
    background : #f6b8a0 !important;    
}
