/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../font/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2)format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

a.text:hover {
    text-decoration: underline;
    color: #003476;
}

footer.page-footer {
    margin-top: unset !important;
}

#pageFooter {
    background-color: #dfdfdf !important;
}

.error {
    color: red;
    font-weight: bold;
}

.success {
    color: green;
    font-weight: bold;
}

.footerImg {
    max-width: 50% !important;
}

#logo {
    margin-bottom: 15px;
}

#logo::after {
    content: "" !important;
}

.notification {
    line-height: normal;
    color: #9e9e9e;
    font-size: smaller;
}

.message {
    text-align: left;
    line-height: normal;
}

button.btn:not(.orange), a.btn {
    background-color: #046ec5 !important;
}

button.btn:not(.orange):hover, a.btn:hover {
    background-color: #003476 !important;
}

.text {
    color: #046ec5;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: #dfdfdf;
}

main {
    flex: 1 0 auto;
}

.input-field input[type=date]:focus + label, .input-field input[type=text]:focus + label, .input-field input[type=email]:focus + label, .input-field input[type=password]:focus + label {
    color: #046ec5 !important;
}

.input-field input[type=date]:focus, .input-field input[type=text]:focus, .input-field input[type=email]:focus, .input-field input[type=password]:focus {
    border-bottom: 2px solid #046ec5 !important;
    box-shadow: none !important;
}

.subLevelOption {
    display: none;
    margin-left: 40px;
}

span.single::before, span.single::after {
    visibility: hidden;
}

span.single {
    cursor: unset !important;
}
[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::before, [type="radio"].with-gap:checked + span::after {
    border: 2px solid #003476 !important;
}

em {
    color: red;
    font-style: normal;
}

small, .small {
    line-height: 17px;
}

.input-field > label {
    color: black !important;
    font-weight: bold;
}

#logo > .responsive-img {
    width: 45%;
}

#progress {
    color: black;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.flexbox {
    display: flex;
    flew-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.z-depth-1 {
    width: 50%;
}

.bottom-logo {
    float: right;
}

#loginDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media all and (max-width:1430px) {
    .z-depth-1 {
        width: 70%;
    }
}

@media all and (max-width:1180px) {
    .z-depth-1 {
        width: 80%;
    }
}

@media all and (max-width:1040px) {
    .z-depth-1 {
        width: 90%;
    }
}

@media all and (max-width:920px) {
    #logo {
        display: grid;
        justify-items: center;
    }
    #logo > .responsive-img {
        width: 60%;
    }
}

@media all and (max-width:601px) {
    #loginDiv {
        display: block !important;
    }
    .bottom-logo {
        float: unset !important;
    }
}
