/* Base */
.tc-login-wrapper, .tc-main-container { margin-top:40px; margin-bottom:40px; }
.card, .table, .form-control, .btn, .modal-content { border-radius:8px; }
.table thead th { background:#FE0001 !important; color:#FFFFFF !important; }
.table tbody td { background:#FFFFFF; color:#000; }
.table-striped tbody tr:nth-of-type(odd){ background:#BCBBBB22 !important; }
.btn:focus, .form-control:focus {
    box-shadow:0 0 0 0.15rem rgba(254,0,1,0.35) !important;
    border-color:#FE0001;
}
.dataTables_wrapper .dt-buttons .dt-button {
    background:#FE0001 !important; border:none !important; color:#fff !important;
    border-radius:6px !important; padding:6px 14px !important; font-size:0.85rem;
}
.status-badge {
    display:inline-block; padding:2px 8px; font-size:0.7rem; border-radius:12px;
    font-weight:600; color:#fff; background:#000;
}
.status-activo { background:#198754; }
.status-suspendido { background:#6c757d; }
.status-vacaciones { background:#0d6efd; }
.status-permiso_medico { background:#fd7e14; }
.status-permiso_no_remunerado { background:#495057; }
.status-jubilado { background:#6610f2; }
.status-terminacion_laboral { background:#dc3545; }
.badge-inactivo {
    background:#dc3545; padding:2px 6px; font-size:0.65rem; border-radius:4px; color:#fff;
}
#tc-users-table th { font-size:0.8rem; }
#tc-users-table td { font-size:0.82rem; }