﻿/* Site Header*/
.headerColor {
    background-color: #0a0671 !important;
}

.subHeaderColor {
    background-color: #22225a !important;
}

label.error {
    font-size: small !important;
    color: blue !important;
    font-weight: 800 !important;
}

div.error {
    font-size: small !important;
    color: blue !important;
    font-weight: 800 !important;
}


span.error {
    background-color: #c6cffb !important;
}

.errorLabel {
    font-weight: 800 !important;
    color: blue !important;
}

textarea.error {
    background-color: #c6cffb !important;
}

select.error {
    background-color: #c6cffb !important;
}

input.error {
    background-color: #c6cffb !important;
}

.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: #c6cffb !important;
    color: blue !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: 125px;
    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;
}

.banner-color {
    background-color: #e98640 !important;
}

.banner-gold {
    background-color: #FFC60A !important;
}

.w_icon.pink::after {
    height: 49px;
    width: 49px;
    top: -4px;
    left: -5px;
}

.w_icon.pink {
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.btnShadow {
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 1px 1px 2px #b2b9f6, 1px 1px 2px 3px #b2b9f6 !important;
}

/*
    CSS for header action buttons
*/
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    font-size: 1em;
    border-radius: .35rem;
    padding: 12px 40px;
    height: 40px!important;
    line-height: 26px !important;
}

.SubmitApplication:hover {
    background-color: #0056b3;
}
.SubmitApplication::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, 50%);
    transition: width 1s ease, height 1s ease, opacity 1s ease;
    opacity: 0;
}

.SubmitApplication:hover::before {
    width: 0;
    height: 0;
    opacity: 1;
    transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
}
.input-hidden {
    visibility: hidden;
}
.submit-incomplete {
    background: #f88a8a87 !important;
    color: #0d0a0a !important;
}