/*App min*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size  : 16px;
    line-height: 28px;
    color      : #7e8890;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 1px;
    margin        : 16px 0;
    line-height   : 1.4;
}

.page-header {
    margin: 0;
}

.page-header .header-detail h1 {
    font-size    : 40px;
    margin-top   : 0;
    margin-bottom: 8px;
    color        : #7e8890;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group .form-control {
    position     : relative;
    z-index      : 2;
    float        : left;
    width        : 100%;
    margin-bottom: 0;
}

input[readonly] {
    background-color: white !important;
    cursor          : text !important;
}

.input-lg,
.custom-file,
.custom-file-input,
.custom-file-label {
    height   : 52px !important;
    font-size: 16px;
}

.input-group-btn,
.input-group-btn>.btn {
    position: relative;
}

.input-group-btn {
    font-size  : 0;
    white-space: nowrap;
}

.input-group-addon,
.input-group-btn {
    width         : 1%;
    white-space   : nowrap;
    vertical-align: middle;
}

.custom-file-label {
    position        : absolute;
    top             : 0;
    right           : 0;
    left            : 0;
    z-index         : 1;
    /* height       : calc(2.25rem + 2px); */
    padding         : 0.375rem 0.75rem 0.375rem 16rem;
    line-height     : 42px;
    color           : #495057;
    background-color: #fff;
    border          : 1px solid #ced4da;
    border-radius   : 0.25rem;
    margin-bottom   : 0;
}

.custom-file-label::after {
    display: none;
}

.custom-file {
    position: relative;
}

.label-icon {
    position        : absolute;
    top             : 0;
    left            : 0;
    bottom          : 0;
    z-index         : 444;
    display         : block;
    width           : 150px;
    height          : 52px;
    padding         : 0.375rem 0.75rem;
    line-height     : 42px !important;
    color           : #495057;
    background-color: #e9ecef;
    border-radius   : 0.25rem 0 0 0.25rem;
    font-weight     : 600;
    font-size       : 14px;
    /* letter-spacing  : 1px; */
    text-align      : center;
    text-transform  : uppercase;
    border          : 1px solid #ced4da;
    /* border-radius: .25rem; */
}

/****/
.red,
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label,
.help-block-error {
    color: #ED6B75 !important;
}

.has-error .form-control {
    border-color: #ED6B75;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

select.input-lg {
    height     : 52px;
    line-height: 52px;
}

.container-shadow {
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.207) !important;
}

.container-shadow-bottom {
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.207) !important;
}

.container-no-shadow {
    box-shadow: none !important;
}

.fw-600 {
    font-weight: 600;
}

.col-submit {
    text-align: right;
}

.help-block {
    color: #9A9A9A;
}

.btn {
    font-size: 12px;
}

.btn-cancel {
    font-weight: 600;
    color      : #3B3F51;
    width      : 160px;
}

.btn-cancel:hover {
    border          : 1px solid #3B3F51;
    color           : #3B3F51;
    background-color: #ECEDF0;
}

.btn-submit {
    font-weight     : 600;
    color           : #FFFFFF;
    background-color: #F79708 !important;
    width           : 256px;
}

.btn-submit:hover,
.btn-submit:visited,
.btn-submit:active,
.btn-submit:focus {
    border          : 1px solid #F79708 !important;
    color           : #F79708 !important;
    background-color: #FFF6E9 !important;
}

.btn-file {
    position        : relative;
    overflow        : hidden;
    background-color: white !important;
    color           : #4A4A4A;
    text-align      : center;
    font-weight     : 600;
    text-transform  : uppercase;
    letter-spacing  : 1px;
    border-radius   : 3px;
    border-color    : #ccc;
    display         : inline-block;
    padding         : 0 30px;
    height          : 52px;
    line-height     : 52px;

}

.btn-file:hover {
    color : #4a4a4aef;
    border: 1px solid#4a4a4aef;
}

.btn-file input[type=file] {
    position  : absolute;
    top       : 0;
    right     : 0;
    min-width : 100%;
    min-height: 100%;
    font-size : 999px;
    text-align: right;
    filter    : alpha(opacity=0);
    opacity   : 0;
    background: red;
    cursor    : inherit;
    display   : block;
}

input[readonly] {
    background-color: white !important;
    cursor          : text !important;
}

.section-title {
    border-bottom: 1px solid #eee;
    padding      : 0 0 10px;
    margin       : 0 15px 20px;
}

#scroll-up {
    touch-action: manipulation;
}

#form_postulacion .help-block {
    display: inline-table !important;
    margin : 0 !important;
}

.swal2-html-container {
    font-size: 24px !important;
}

.swal-title {
    font-size     : 18px;
    font-weight   : 600;
    letter-spacing: normal;
    color         : #24BB72;
    font-family   : Open Sans, sans-serif;
}

.swal-title-error {
    color: #3B3F51;
}

.swal-text {
    letter-spacing: normal;
    font-family   : Open Sans, sans-serif;
    font-size     : 14px;
    font-weight   : 500;
    line-height   : 18px;
    color         : #3B3F51;
    text-align    : center;
}

.swal-btn-primary,
.swal-btn-primary:focus {
    background    : #3B3F51;
    /* border-radius : 8px; */
    font-style    : normal;
    font-weight   : 600;
    font-size     : 14px;
    line-height   : 40px;
    align-items   : center;
    text-align    : center;
    text-transform: unset;
    color         : #FFFFFF;
    height        : 40px;
    letter-spacing: 1px;
    padding       : 0 30px;
    border        : none;
    transition    : .2s linear;
}

.swal-btn-primary:hover {
    background: #52576E;
    transition: .2s linear;
}

.swal-icon-success {
    background-image   : url("/assets/jobs/img/success.png");
    background-repeat  : no-repeat;
    background-position: center center;
    height             : 142px;
    margin-top         : 20px;
    margin-bottom      : 20px;
}

.swal-icon-error {
    background-image   : url("/assets/jobs/img/error.png");
    background-repeat  : no-repeat;
    background-position: center center;
    height             : 142px;
    margin-top         : 20px;
    margin-bottom      : 20px;
}

.swal-button {
    text-align: center;
    margin    : 25px 0 15px;
}

.swal2-modal { 
    border-radius: 0 !important;
}

.vacancy-list-item { 
    font-weight: 300;
    font-size: 14px;
}

.table.dataTable.no-footer {
    border-bottom: 1px solid #dee5eb;
}