/* latin */
@font-face {
    font-family: 'Questrial';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Questrial.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-size: 14px;
    color: #3e3d40;
    padding-top: 70px !important;
}

.lumesse-page-header {
    position: fixed;
    height: 71px;
    width: 100%;
    top: 0;
    background-color: white;
    z-index: 10;
}

.lumesse-apply-menu {
    top: 71px;
}

.lumesse-has-menu .lumesse-apply-save-app-container {
    top: 110px;
}

.lumesse-header-logo {
    height: 71px;
}

h1, .apply-application-title-header, .apply-application-title-content {
    font-size: 24px !important;
    color: #00406e;
}

.section-legend {
    font-size: 18px !important;
    color: #007eC0 !important;
}

a {
    text-decoration: underline;
}

a:hover {
    color: #007eC0 !important;
}

div.apply-attached-document-component .form-control-container .apply-file-upload-place .apply-modern-browser .apply-file-container button {
    background: linear-gradient(to bottom, #007eC0 0, #00406e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007eC0', endColorstr='#00406e', GradientType=0);
}

.apply-submit-wrapper input[type=submit].applicationValid {
    background: linear-gradient(to bottom, #007eC0 0, #00406e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007eC0', endColorstr='#00406e', GradientType=0);
    border: 1px solid gray;
}

.confirm-dialog-container .confirm-dialog-position-of .modal-footer button, .confirm-dialog-container .confirm-dialog-position-of .modal-footer button:hover, .confirm-dialog-container .confirm-dialog-position-of .modal-footer button:active, .confirm-dialog-container .confirm-dialog-position-of .modal-footer button:focus {
    background: linear-gradient(to bottom, #007eC0 0, #00406e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007eC0', endColorstr='#00406e', GradientType=0);
    border: 1px solid gray;
}

.apply-submit-wrapper.application-valid::after {
    color: #00406e;
}

.lum-apply-section__content:before {
    background-image: url('../images/silk_line_blue.png');
}

.apply-submit-wrapper.application-valid::before {
    background-image: url('../images/silk_circle_blue_submit.png');
}

.lum-apply-section.apply-section-validated .lum-apply-section__name {
    background-image: url('../images/silk_circle_blue.png');
}

.confirm-dialog-container .confirm-dialog-position-of .modal-footer button {
    width: auto;
}

.confirm-dialog-container .modal-body p,
.confirm-dialog-container .modal-body li {
    font-size: 11px;
}

span.apply-answer-row-label {
    margin-right: 10px;
}

.text-required {
    margin-left: 0;
}

#lum-apply-dps-container .text-required {
    margin-left: 5px;
}

@media (min-width: 768px) {
    body {
        padding-top: 50px !important;
    }

    .lumesse-has-menu .lumesse-apply-save-app-container {
        top: 122px;
    }
}

@media (min-width: 1200px) {
    .lumesse-page-header {
        z-index: 0;
        background: transparent;
    }

    .lumesse-header-logo {
        margin-left: 26px;
    }
}
