/* Info: "Showing X to Y" */
.dataTables_wrapper .dataTables_info {
    padding-top: 0;
    margin-top: 10px;
    margin-left: 5px;
}

/* Paginación */
.dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
    margin-top: 5px;
    margin-right: 5px;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

/* Inputs */
.dataTables_wrapper input,
.dataTables_wrapper select {
    border-radius: 5px;
    padding: 4px 8px;
}

.dataTables_wrapper table.app_datatable {
    border-bottom: 1px solid #dee2e6;
}

.dataTables_wrapper table.app_datatable tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6 !important;
}
