body {
    background-color: #1790cf;
    padding: 10px;
}
.vacante {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12), 0 1px 6px 0 rgba(0,29,124,0.05);
    padding: 7px 32px;
    position: relative;
    margin-bottom: 8px;
    background: #ffffff;
    transition: 0.3s box-shadow, 0.3s transform;
    border-radius: 6px;
}
#btn-registro-vacante {
    background: #ee661f;
    padding: 12px 30px;
    border: none;
}
.btn-aplicar-vacante {
    padding: 12px 30px;
}
.btn-primary-aq{
    background: #ee661f;
    border: none !important;
}
.btn-primary-aq:hover, .btn.btn-primary-aq:focus{
    background: #d96e37;
}
.btn-default-aq{
    background: #1790cf;
    padding: 10px 25px;
    border: none;
}
.btn-default-aq:hover, .btn-default-aq:focus{
    background: #136f9f;
}
#btn-inicio-sesion-vacante {
    margin-right: 1rem;
    cursor: pointer;
}
#btn-container{
    color: white;
    font-size: 1rem;
    display: flex;
    justify-content: end;
    align-items: center;
}
.btn-modal-close{
    margin-right: 1rem !important;
    padding: 10px 25px;
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    color: #3b3b3b;
}
.btn-modal-close:hover{
    background: #e9e8e8;
    color: #3b3b3b;
    border: 1px solid #e9e9e9;
}
.catalog-modal .modal-footer{
    display: flex ;
    align-items: center;
    justify-content: end !important;
}
.input-group-addon{
    background: #1790cf;
    color: white;
}
.catalog-modal input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a49c9c !important;
}
.catalog-modal input::-moz-placeholder { /* Firefox 19+ */
    color: #a49c9c !important;
}
.catalog-modal input:-ms-input-placeholder { /* IE 10+ */
    color: #a49c9c !important;
}
.catalog-modal input:-moz-placeholder { /* Firefox 18- */
    color: #a49c9c !important;
}
.parsley-errors-list{
    list-style: none;
    padding-left: 3px;
    font-size: 0.8rem;
    color: #d85050;
    margin-bottom: 0.5rem;
}
#btn-container .dropdown-menu{
    font-size: 15px;
}
.error-container{
    background: #fee6e6;
    padding: 0.5rem;
    font-size: 13px;
    color: #b43e3e;
    border-radius: 5px;
}
.w-48{
    width: 48%;
}
.catalog-modal label{
    margin-bottom: 0px;
    color: #4d4d4d;
    font-size: 0.8rem;
}
.catalog-modal fieldset{
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 15px;
}
.catalog-modal fieldset legend{
    width: 270px;
    font-size: 0.8rem;
    color: #4d4d4d;
    margin-bottom: 0px;
}
.catalog-modal fieldset legend span{
    font-weight: bold;
    margin-left: 0.5rem;
    color: #1790cf;
    font-size: 1rem;
}
.modal-body{
    overflow: auto;
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
@media (max-height: 1080px) {
    .modal-body{
       max-height: 580px !important;
    }
}
@media (max-height: 768px) {
    .modal-body{
        max-height: 410px !important;
    }
}
.item-eliminar-container{
    position: absolute;
    top: 10px;
    right: 10px;
}
.item-eliminar{
    font-size: 1.5rem; 
    color: #e62b2b;
    cursor: pointer;
}
.item{
    background-color: #ebf2fa;
    padding: 7px;
    border-radius: 5px;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    position: relative;
}
.item-text{
    color: #434242;
    margin-left: 0.2rem;
}
.bootstrap-datetimepicker-widget.dropdown-menu.open{
    top: inherit !important;
    width: 19rem;
}
div.jfilestyle.jfilestyle-theme-asphalt label {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: #888888;
    background: #888888;
}
#modal-vacante-registro .modal-dialog{
    padding-top: 0px !important;
    margin: 20px auto !important;
}
#modal-vacante-detalle .modal-dialog{
    padding-top: 0px !important;
    margin: 20px auto !important;
}
.sub-text{
    color: #868686;
    font-size: 0.7rem; 
}
.btn-vacante-aplicada{
    background: white !important;
    border: 1px solid #d9d1d1 !important;
    cursor: default !important;
    pointer-events: none !important;
}
.btn-vacante-aplicada i{
    color: #4ed04e;
    font-size: 1.2rem;
}
.fecha-publicacion{
    color: gray;
    font-size: 0.8rem;
    margin-top: -7px;
}
.detalle-resp{
    color: #3176b3;
}
.d-item{
    padding: 3px;
}
.d-item:nth-child(odd){
    background-color: #e0f4ff;
}
#btn-modal-recuperar{
    width: 20%;
    padding: 10px;
    max-width: 65px;
}
#btn-modal-cambiar-pass{
    width: 20%;
    padding: 10px;
    max-width: 65px;
}
.vacante-estatus-badge{
    background: #d0d0d0;
    font-size: 0.7rem;
    padding: 3px 9px;
    border-radius: 15px;
}