.dataTables_filter input,.dataTables_length select {
    border:none !important;
}
.dataTables_filter > label {
    font-size: 15px !important;
    color: black !important;
    font-weight: bold !important;
}
/* PANTALLA DE CARGA */
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    opacity: .8;
    display: none;
    z-index: 999999;
}
#loader img {
    position: absolute;
    top: 35%;
    left: 45%;
}
#loader span {
    position: absolute;
    top: 50%;
    left: 45%;
    font-size: 24px;
    font-weight: 500;
}
/* ************************ */