/*comment*/
body {
    font-family: "Lucida Sans Unicode", sans-serif;
}
#lumesse-menu-sidebar {
    display: none;
}

.apply-drag-drop-area {
    border-style: dotted;
}

em.text-required {
    margin-left: 5px;
}

.apply-answer-row-label {
    font-weight: normal;
}

.apply-remove-button {
    background-color: #34495e;
    border-color: #34495e;
}

html[lang] .apply-save-show-dps-btn {
    display: block;
    border: 1px solid currentColor !important;;
}

html[lang] .apply-save-show-dps-btn:hover, html[lang] .apply-save-show-dps-btn:focus {
    background-color: #fff !important;
    color: #1f4baf !important;
    border: 1px solid currentColor !important;;
}

.not-gen-app .apply-dps-type-talent_pool {
    display: none;
}

.apply-dps-type-application .form-control-container select.form-control {
    width: auto;
}
html[lang] .well {
    padding: 20px;
}

html .apply-fast-slim-buttons-3d-party .apply-fast-button button {
    height: auto;
}

@media (min-width: 48em) {
    html[lang] .apply-radio-checkbox-container .checkbox-inline, html[lang] .apply-radio-checkbox-container .radio-inline {
        display: block;
    }
}