/* ======================================================
   DELLANNO ERP
   SIDEBAR
   api/static/css/components/tables.css
====================================================== */


/* ======================================================
   TABLES ERP GLOBAL - CORRIGIDO E ZEBRADO PREMIUM
====================================================== */

.table tbody tr:nth-child(odd),
.table-dark tbody tr:nth-child(odd),
.tabela-erp tbody tr:nth-child(odd),
.erp-table tbody tr:nth-child(odd){
    background:#161b22 !important;
}

.table tbody tr:nth-child(even),
.table-dark tbody tr:nth-child(even),
.tabela-erp tbody tr:nth-child(even),
.erp-table tbody tr:nth-child(even){
    background:#1c2430 !important;
}

/* ======================================================
   CABEÇALHO DA TABELA
====================================================== */

.table thead,
.table-dark thead,
.tabela-erp thead,
.erp-table thead{
    background:#1f2631 !important; /* Destaca o cabeçalho do restante do corpo */
}

.table th,
.table-dark th,
.tabela-erp th,
.erp-table th{
    padding:16px 18px;
    color:#9aa4b2 !important;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1.5px;
    text-align:left;
    border:none !important;
    border-bottom:2px solid #2c3644 !important;
    white-space:nowrap;
}

/* ======================================================
   LINHAS E CÉLULAS (ZEBRADO PROFISSIONAL)
====================================================== */

.table td,
.table-dark td,
.tabela-erp td,
.erp-table td{
    padding:14px 18px;
    color:#d7dee8 !important;
    font-size:13px;
    font-weight:500;
    border:none !important;
    border-bottom:1px solid rgba(44, 54, 68, 0.5) !important;
    white-space:nowrap;
    transition:background .15s ease;
}
