/* Font, forms and buttons */
@font-face {
    font-family: 'Verlag';
    src: url('../fonts/Verlag-Light.otf');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Verlag';
    src: url('../fonts/Verlag-Bold.otf');
    font-weight: 700;
    font-style: normal
}

body {
    background-color: #fbfbfb;
    background-image: url("../images/bg_img.png");
    background-size: 100%;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #585858;
}

h1, .h1 {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
}

.apply-application-title-content {
    font-weight: 700;
    float: none;
    display: block;
    font-size: 48px;
    margin-top: 0.2em;
}

h2, .h2,
.lum-apply-section__name h2,
.lum-apply-section__name [data-apply-msg-key=Label_dps] {
    color: #000;
    font-weight: 700;
}

.form-control {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    height: 48px;
    font-weight: bold;
}

.select-input.form-control {
    font-style: italic;
    font-weight: bold;
    color: #4a4a4a;
}

.select-input.form-control,
#lum-apply-dps-container .form-control,
.phone-inline .form-control,
#apply-save-dpsConfirmation {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/dropdown.PNG');
    background-size: 15px 10px;
    background-position: 98% center;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none;
}

label {
    color: #585858;
}

.apply-required {
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
}

.btn-primary {
    border-radius: 0;
    background: #00adef;
    border: 1px solid #00adef;
}

.btn-primary:hover {
    background: #008fd2;
    border-color: #008fd2;
}

.Error_field_required,
.Error_country_code_not_selected,
.Error_phone_number_required,
.Error_attachment_is_required,
.fa-times {
    color: #e94426;
    margin-right: 5px;
    font-size: 13px;
}

.lumesse-apply-ready {
    color: #000;
}

.lumesse-apply-save-app-save-button {
    border-color: #00AEEF;
}

.heart-img {
    width: 80px;
    filter: grayscale(100%);
}

/* Menu */
#lumesse-menu-sidebar .lumesse-apply-menu .nav li a:hover,
#lumesse-menu-sidebar .lumesse-apply-menu .nav li a.active {
    background: #000;
    border-bottom-color: white;
}

#lumesse-menu-sidebar .lumesse-apply-menu .nav li a {
    border-bottom: 1px solid white;
    font-weight: 700;
    font-size: 14px;
    padding: 1.2em 1.2em;
    color: #585858;
}

.lumesse-menu-sidebar-checkbox-label {
    background: #000;
}

/* Attachments section */
.apply-attached-document-component .help-block {
    left: 110%;
    font-weight: normal;
    top: inherit;
    bottom: 50%;
}

.apply-drag-drop-area {
    padding: 40px 40px 0 40px;
    border: 1px solid #ccc;
    border-style: solid;
    background: white;
    margin-top: 0.5em;
}

.add-file-label {
    font-weight: bold;
}

.apply-drag-drop-area .btn-primary {
    width: 180px;
    text-transform: uppercase;
    font-size: 15px;
    height: 50px;
}

.apply-drag-drop-area .apply-description-container {
    width: 63%;
    position: absolute;
    right: 0;
    top: -54px;
}

.apply-attached-document-component .form-control-container {
    width: 30%;
    margin-left: 0;
}

.apply-drag-drop-area .apply-fileitem-container {
    background: #fff;
    border: 0;
}

.apply-filename {
    margin-left: 0;
    font-size: 14px;
    overflow: visible;
    color: black;
}

.apply-filename-image-ext {
    font-size: 13px;
    color: #e0e0e0;
    margin-right: 10px;
}

.apply-drag-drop-area .apply-remove-button,
.apply-drag-drop-area .apply-remove-button:active,
.apply-drag-drop-area .apply-remove-button:focus {
    background: none;
    border: 0;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

.apply-drag-drop-area .fa-trash {
    font-size: 25px;
    color: #bfbebe;
}

.apply-remove-button-container .apply-remove-text {
    display: block;
    margin-top: 2px;
    float: left;
    margin-right: 10px;
}

.apply-attached-document-component .apply-answer-row-label-block {
    display: none;
}

.apply-description-list {
    color: #e94426;
    font-size: 13px;
    font-weight: normal;
    width: 318px;
    background: rgba(255, 0, 0, 0);
}

.apply-drag-drop-area .apply-description-row {
    float: none;
    position: relative;
}

.apply-drag-drop-area .apply-description-list {
    color: inherit;
    font-size: 13px;
    font-weight: normal;
    width: auto;
    background: white;
}


.apply-drag-drop-area:hover,
.apply-drag-drop-area-hover {
    background: white;
}

.apply-description-list::after {
    display: none;
}

.apply-attached-document-component .grid .apply-answer-row .col-xs-12 .apply-description-row .apply-description-column .apply-description-list {
    margin: 0;
    padding: 0;
    top: 0;
}

#vanillaApplyBody .apply-file-upload-container {
    width: 100%;
}

.apply-drag-drop-area .btn-primary .fa-plus-circle:before {
    content: '\f067';
}

/* Flipbase */
.flipbase-recorder-recorder-FAEWeAclN .flipbase-bg {
    background-color: red !important;
}

.flipbase-recorder .flipbase-16x9-interface .flipbase-recorder-body.flipbase-large .flipbase-text-small {
    font-size: 18px;
    text-align: left;
    font-family: 'Verlag';
    padding: 1em 0;
    color: #585858;
}

.flipbase-recorder .flipbase-16x9-interface .flipbase-recorder-body.flipbase-large .flipbase-content {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    background: #fbfbfb;
}

.flipbase-recorder .flipbase-16x9-interface .flipbase-recorder-body {
    background-color: #fbfbfb;
}

.flipbase-recorder .flipbase-16x9-interface .flipbase-recorder-body.flipbase-large .flipbase-navigation-bar {
    top: 76%;
    background: #fbfbfb;
    border-top: 0;
}

#vanillaApplyBody .flipbase-content .flipbase-btn-large,
#vanillaApplyBody .flipbase-recorder .flipbase-btn-single {
    background-color: #00adef;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.flipbase-recorder .flipbase-16x9-interface .flipbase-recorder-body.flipbase-large .flipbase-icon-inbutton {
    padding: 0;
    font-size: inherit;
}

.flipbase-recorder .flipbase-16x9-interface .flipbase-recorder-body .flipbase-btn-large {
    height: 60%;
}

.flipbase-recorder-icon-webcam2:before {
    content: url(../images/Webcam[2].png);
}

.flipbase-recorder-icon-phone-and-tablet:before {
    content: url(../images/Mobile-Device[14].png);
}

.flipbase-recorder-icon-cloud-upload:before {
    content: url(../images/Video-Upload[2].png);
}

.form-group.phone-inline .col-md-3 {
    width: 40%;
    padding-right: 0;
}

.form-group.phone-inline .col-md-9 {
    width: 60%;
}

/* Status bar */
.lum-apply-section__content:before {
    left: -92px;
}

.section-legend::before,
.lum-apply-section__name::before {
    left: -105px;
}

.apply-submit-wrapper::before {
    left: -112px;
}

.apply-section-validated fieldset div .section-legend h2:before,
.apply-section-validated fieldset .lum-apply-section__name span:before{
    left: -88px;
}

.application-valid .lumesse-apply-valid-icon::before {
    left: -90px;
    color: #00AEEF;
}

.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: #000;
}

.lum-apply-section.apply-section-validated .lum-apply-section__content:before {
    background-image: linear-gradient(to bottom, #eee 49%, #000 49%);
}

.apply-section-validated fieldset div .section-legend h2:before,
.apply-section-validated fieldset .lum-apply-section__name span:before {
    color: #00AEEF;
}

.has-success .form-control-container:after {
    border-color: #000 #000 transparent transparent;
    background-image: -webkit-linear-gradient(45deg,transparent 50%,#000 55%);
    background-image: -o-linear-gradient(45deg,transparent 50%,#000 55%);
    background-image: linear-gradient(45deg,transparent 50%,#000 55%);
}

.has-error .form-control-container:after {
    border-color: #e84426 #e84426 transparent transparent;
    background-image: -webkit-linear-gradient(45deg,transparent 50%,#e84426 55%);
    background-image: -o-linear-gradient(45deg,transparent 50%,#e84426 55%);
    background-image: linear-gradient(45deg,transparent 50%,#e84426 55%);
}

.help-block-container .alert-danger {
    background: none;
    border: none;
    top: 0;
    position: relative;
    left: 0;
    margin-top: 0;
    float: left;
    color: #e94426;
    padding-left: 0;
    font-size: 13px;
}

.help-block-container .fa-times {
    float: left;
}

.special-link {
    margin-top: 2em;
}

.special-link a {
    color: #000;
    cursor: pointer;
}

.special-link a:hover,
.special-link a:focus {
    text-decoration: none;
}

/* AWLI layout fix */
.apply-sna-buttons {
    text-align: center;
}

.awli-buttons-wrapper .apply-sna-button-container-linkedin_v2.awli-button {
    display: block;
}

@media screen and (min-width: 1200px) {
    /* HTML structure */
    #lumesse-menu-sidebar-body {
        width: 300px;
        border-right: none;
    }

    #lumesse-menu-sidebar .lumesse-apply-menu {
        width: 300px;
    }

    #lumesse-menu-sidebar {
        height: auto;
        position: relative;
        z-index: 2100;
        top: 40px;
        left: 0;
    }

    .new-sidebar {
        margin-right: 80px;
    }

    .application-content {
        margin-top: 40px;
    }

    /* Error notification */
    .alert-danger {
        background: #e94426;
    }

    .alert-danger ul li a {
        color: white;
        font-size: 14px;
    }

    .fa-warning:before, .fa-exclamation-triangle:before {
        content: "\f00d";
        font-size: 18px;
    }

    #custom_question_414_1,
    .has-success .form-control-container > #custom_question_414_1  {
        width: 220px;
    }

    .well {
        background-color: #eeeeee;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .help-block {
        margin-bottom: 5px;
        position: absolute;
        right: -35px;
        left: 100%;
        width: 65%;
        max-width: 290px;
        top: 10px;
        font-size: 14px;
    }

    #help-block_otherattachment_18 .help-block, #help-block-dps .help-block {
        left: inherit;
        font-weight: normal;
        top: inherit;
        bottom: inherit;
        position: inherit;
    }

    .help-block .fa-times {
        font-size: 18px;
        margin-right: 3px;
    }

    #help-block_otherattachment_18 .help-block,
    #help-block-dps .help-block {
        margin-left: 10px;
        max-width: 250px;
    }

    .help-block-container .alert-danger {
        left: 55%;
        top: -48px;
    }

    .apply-date-select .apply-description-row {
        float: left;
        position: absolute;
    }

    .apply-date-select {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1620px) {
    #help-block_otherattachment_18 .help-block,
    #help-block-dps .help-block {
        left: 105%;
        font-weight: normal;
        top: inherit;
        bottom: 50%;
        position: absolute;
    }

    #help-block-dps .help-block {
        left: 100%;
        bottom: 0;
        height: 50%;
    }
}

@media screen and (max-width: 1199px) {
    #lumesse-menu-sidebar-body {
        border-right: none;
    }

    .apply-application-title-header,
    .apply-application-title-content {
        margin-left: 10px;
    }

    .flipbase-recorder .flipbase-16x9-interface .flipbase-recorder-body .flipbase-btn-large {
        height: 85%;
    }

    .flipbase-recorder-icon-webcam2:before,
    .flipbase-recorder-icon-phone-and-tablet:before,
    .flipbase-recorder-icon-cloud-upload:before {
        margin-left: -15px;
        padding: 0;
    }

    .flipbase-recorder .flipbase-16x9-interface .flipbase-recorder-body.flipbase-medium .flipbase-icon-inbutton {
        padding: 0;
    }

    #vanillaApplyBody .flipbase-recorder .flipbase-16x9-interface .flipbase-recorder-body .flipbase-navigation-bar {
        background: #fbfbfb;
        border-top: 0;
    }

    .apply-drag-drop-area .apply-description-container {
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        margin-top: 10px;
    }

    .apply-drag-drop-area {
        padding: 20px;
    }

    .apply-section-validated, .application-valid {
        border-left-color: #000;
    }

    .help-block-container .fa-times {
        margin-top: 5px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #lumesse-menu-sidebar-body {
        width: 23vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
    .flipbase-recorder-icon-webcam2:before,
    .flipbase-recorder-icon-phone-and-tablet:before,
    .flipbase-recorder-icon-cloud-upload:before {
        content: '';
    }

    .flipbase-recorder-icon-webcam2,
    .flipbase-recorder-icon-phone-and-tablet,
    .flipbase-recorder-icon-cloud-upload {
        background-image: url(../images/Webcam[2].png);
        background-size: 88px 62px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .flipbase-recorder-icon-phone-and-tablet {
        background-image: url(../images/Mobile-Device[14].png);
    }

    .flipbase-recorder-icon-cloud-upload {
        background-image: url(../images/Video-Upload[2].png);
    }

    #vanillaApplyBody .flipbase-content .flipbase-btn-large, #vanillaApplyBody .flipbase-recorder .flipbase-btn-single {
        font-size: 12px;
        padding: 4px;
        text-transform: none;
    }
}

@media screen and (min-width: 610px) and (max-width: 767px) {
    .flipbase-recorder .flipbase-16x9-interface .flipbase-recorder-body .flipbase-btn-large {
        height: 69%;
    }

    .flipbase-recorder .flipbase-16x9-interface .flipbase-recorder-body.flipbase-large .flipbase-icon-inbutton {
        padding: 0 0 0 15px;
    }

    .flipbase-recorder .flipbase-16x9-interface .flipbase-recorder-body.flipbase-medium .flipbase-icon-inbutton {
        font-size: 5px;
    }
}

@media screen and (max-width: 570px) {
    .flipbase-recorder-icon-webcam2:before,
    .flipbase-recorder-icon-phone-and-tablet:before,
    .flipbase-recorder-icon-cloud-upload:before {
        content: '';
    }

    .flipbase-recorder-icon-webcam2,
    .flipbase-recorder-icon-phone-and-tablet,
    .flipbase-recorder-icon-cloud-upload {
        background-image: url(../images/Webcam[2].png);
        background-size: 88px 62px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .flipbase-recorder-icon-phone-and-tablet {
        background-image: url(../images/Mobile-Device[14].png);
    }

    .flipbase-recorder-icon-cloud-upload {
        background-image: url(../images/Video-Upload[2].png);
    }

    #vanillaApplyBody .flipbase-content .flipbase-btn-large, #vanillaApplyBody .flipbase-recorder .flipbase-btn-single {
        font-size: 12px;
        padding: 4px;
        text-transform: none;
    }
}

.cta, .a-cta, .btn-primary {
    color: #fff !important;
    background-color: #000 !important;
    border: 1px solid #000;
}