/*
 # ########*###########################
 Autor: José Luis Rodriguez
 Mail: jrodriguez@bincodex.com
 Web: https://bincodex.com
 Fecha: 2026-07-02 11:23:53
 Archivo: tablas.css
 Codificación: UTF-8
 Editado en: Kate 25.04.3
 ####################################
 */




/*------------------- TABLAS ------------------ */
.content-table-view {
	border: 1px solid red;
	padding: 20px;
	background: #fff;
}

.tableDta thead tr th {
	background: #00007f;
	color: #fff;
}


.dataTables_length{
	margin-bottom: 20px;
}


.dataTables_filter{
	margin-bottom: 20px;
}







/* -------------------------------------
   TABLAS DE DATOS PURO
------------------------------------- */
.tabla-contenedor {
    overflow-x: auto;
    margin-top: 12px;
}

.tabla-datos {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.85rem;
}

.tabla-datos th {
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e8f0;
}

.tabla-datos td {
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    font-weight: 500;
}
