.ui-datatable thead th,
.ui-datatable thead th .ui-column-title {
    text-align: left !important;
    text-transform: none;
    letter-spacing: normal;
}
@media (max-width: 991.98px) {
    .tabla-origen .ui-datatable-tablewrapper > table > thead {
        display: none !important;
    }

    .tabla-origen .ui-datatable-data > tr > td {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        background-color: inherit !important;
    }
}
@media (min-width: 992px) {
    .tabla-origen .ui-datatable-tablewrapper > table > thead {
        display: table-header-group !important;
    }
    .tabla-origen .ui-datatable-data > tr > td > b.d-lg-none {
        display: none !important;
    }
}
@media (max-width: 991.98px){
    .tabla-origen b.d-lg-none{ display:inline !important; }
}
@media (min-width: 992px){
    .tabla-origen b.d-lg-none{ display:none !important; }
}

@media only screen and (max-width: 995px) {
    .bolsa-trabajo-portlet .ui-selectonemenu-label {
        font-size: 16px !important;
    }
}
