/* ============================================
   stb.css - Estilos del módulo de reclasificaciones de stock
   ============================================ */

.stb-shell {
    border-top: 3px solid #17a2b8;
}

.stb-shell .form-control[readonly] {
    background-color: #f8fafc;
    border-color: #d8e2eb;
}

.stb-shell .card-footer {
    background: linear-gradient(180deg, rgba(23, 162, 184, 0.05), rgba(23, 162, 184, 0.01));
}

#tblStbHistory td {
    vertical-align: middle;
}

#tblStbHistory .badge {
    font-size: 0.72rem;
    padding: 0.35rem 0.55rem;
}

#tblStbHistory .badge-warning {
    background-color: #f0ad4e;
    color: #1f2937;
}

#tblStbHistory .badge-success {
    background-color: #28a745;
    color: #fff;
}
