/*default*/
.btn {
    margin: 0 auto;
    display: block;
}

.lumesse-apply-ready {
    position: absolute;
}

/*Fonts*/
@font-face {
    font-family: "savKarbonRegular";
    src: url('../fonts/KarbonWeb-Regular.eot');
    src: url('../fonts/KarbonWeb-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/KarbonWeb-Regular.woff2') format('woff2');
    src: url("../fonts/KarbonWeb-Regular.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: "savKarbon";
    src: url('../fonts/KarbonWeb-RegularItalic.eot');
    src: url('../fonts/KarbonWeb-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/KarbonWeb-RegularItalic.woff2') format('woff2');
    src: url("../fonts/KarbonWeb-RegularItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "savKarbon";
    src: url('../fonts/KarbonWeb-Semibold.eot');
    src: url('../fonts/KarbonWeb-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/KarbonWeb-Semibold.woff2') format('woff2');
    src: url("../fonts/KarbonWeb-Semibold.woff") format("woff");
    font-weight: 600;
}

@font-face {
    font-family: "savKarbon500";
    src: url('../fonts/KarbonWeb-Medium.eot');
    src: url('../fonts/KarbonWeb-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/KarbonWeb-Medium.woff2') format('woff2');
    src: url("../fonts/KarbonWeb-Medium.woff") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: "savKarbon";
    src: url('../fonts/KarbonWeb-Thin.eot');
    src: url('../fonts/KarbonWeb-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/KarbonWeb-Thin.woff2') format('woff2');
    src: url("../fonts/KarbonWeb-Thin.woff") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: "savKarbon";
    src: url('../fonts/KarbonWeb-ThinItalic.eot');
    src: url('../fonts/KarbonWeb-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/KarbonWeb-ThinItalic.woff2') format('woff2');
    src: url("../fonts/KarbonWeb-ThinItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

/*Savencia custom*/
#lumesse-menu-sidebar-body {
    height: auto;
    background: transparent;
    border: none;
}

#lumesse-menu-sidebar .lumesse-apply-menu > .nav > li a {
    color: #fff;
    border: none;
    font-size: 18px;
    text-align: center;
}

#lumesse-menu-sidebar .lumesse-apply-menu > .nav > li {
    background: #004a62;
    margin-bottom: 0.2em;
}

#lumesse-menu-sidebar .lumesse-apply-menu > .nav > li a:hover,
#lumesse-menu-sidebar .lumesse-apply-menu > .nav > li a.active {
    background: #1bbae9;
}

.lumesse-apply-save-app-container > .btn {
    background: #004a62;
    color: #fff;
    border: none;
    transition: all .5s ease;
    padding: 5px 12px 12px;
    font-size: 1em;
}

.lumesse-apply-save-app-container > .btn:hover {
    background: #1bbae9;
    transition: all .5s ease;
}

.lumesse-apply-save-app-container {
    padding: 0 20px;
}

.lumesse-apply-widget-section .btn {
    font-family: savKarbon500, sans-serif;
    font-weight: 500;
}

.btn {
    border-radius: 0;
    background: #004a62;
    border: none;
    transition: all .5s ease;
    font-size: 1.25em;
}

.btn:hover {
    background-color: #1bbae9;
    transition: all .5s ease;
}

.lumesse-apply-save-app-save-button:before {
    content: "\f0c7";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2em;
    margin-right: 10px;
    position: relative;
    bottom: -5px;
}

#lumesse-menu-sidebar {
    left: 0;
    top: 51px;
}

#lumesse-menu-sidebar ~ #vanillaApplyContent .lumesse-apply-save-app-container {
    top: 51px;
}

.apply-application-title-row {
    color: #004a62;
    font-size: 3em;
    font-family: savKarbon500, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.apply-submit-wrapper .fakeDisabled {
    font-family: savKarbon500, sans-serif;
    color: #1bbae9;
    border: 1px solid #baeaf8;
    background: transparent;
    font-weight: 500;
    font-size: 1.25em;
}

.apply-submit-wrapper .fakeDisabled:hover {
    color: #1bbae9;
    background: #baeaf8;
    border-color: #baeaf8;
}

.apply-submit-wrapper .fakeEnabled {
    background: #1bbae9;
    border-color: #1bbae9;
}

#apply-details {
    color: #004a62;
}

.apply-submit-wrapper > .btn {
    padding: 25px 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

html,
body {
    padding: 0;
    margin: 0;
    font-family: savKarbonRegular, sans-serif;
}

.apply-answer-row-label {
    font-size: 1.25em;
    font-weight: normal;
}

.lum-apply-section__name h2,
.lum-apply-section__name > span[data-apply-msg-key=Label_dps] {
    font-weight: normal;
    text-transform: uppercase;
    color: #004a62;
}

.lum-apply-section__name h2 {
    margin-top: 18px;
}

.lum-apply-section__name > span[data-apply-msg-key=Label_dps] {

}

.apply-description-list::after {
    left: calc(50% - 6px);
}

.lumesse-apply-ready {
    display: none;
}

input,
select,
textarea,
.form-control {
    border-color: #b2c8cf;
    font-size: 1em;
    font-family: savKarbonRegular, sans-serif;
    font-weight: normal;
    color: #004a62;
}

.ui-widget-header {
    font-size: 2em;
    font-family: savKarbon500, sans-serif;
    color: #fff;
    background-color: #afc93f;
    text-transform: uppercase;
}

.ui-dialog-titlebar {
    padding: 7.5px 15px;
}

.ui-dialog-titlebar-close {
    top: 10px;
    position: relative;
}

button.btn.btn-link.apply-save-show-dps-btn {
    background: transparent;
}

.lum-apply-section.apply-section-validated .lum-apply-section__content:before {
    background-image: linear-gradient(to bottom, #eee 49%, #1bbae9 49%);
}

.lum-apply-section.apply-section-validated .section-legend::before,
.lum-apply-section.apply-section-validated .lum-apply-section__name::before,
.lum-apply-section.apply-section-validated .apply-submit-wrapper::before,
.application-valid:before {
    border-color: #1bbae9;
}

.apply-section-validated > fieldset > div > .section-legend > h2:before,
.apply-section-validated > fieldset > .lum-apply-section__name > span:before,
.application-valid > .lumesse-apply-valid-icon::before {
    color: #1bbae9;
}

.apply-sna-show-description-button {
    background: transparent;
}

.apply-sna-show-description-button:hover {
    background: transparent;
    color: #1bbae9;
}

#savencia-back-btn {
    margin-top: 15px;
    display: none;
}

.apply-message-aplication-received > p > strong {
    display: none;
}

.lumesse-apply-resume-application-content > .form-group > button{
    display: inline-block;
}

.lumesse-apply-resume-application-content > .form-group > .lumesse-apply-resume-start-again-button{
    color: white;
}

span.apply-message-submission-success > h1{
    display: none;
}

@media screen and (min-width: 768px) {
    .apply-submit-wrapper > .btn {
        top: -15px;
    }
    .sub-select-container {
        padding-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    #vanillaApplyContent {
        margin-top: 120px;
    }
}

