



/*
    Clases param gestionar los formatos defs los divs
    - htgrid
*/

#htGrid{
    border-radius: 5px;
    border:none;
}

    #htGrid thead tr:first-of-type th {
        background-color: #009a50;
    }
    #htGrid .rz-column-title {
        color: white;
    }
    #htGrid .rz-data-row {
        height: 30px;

        cursor: alias;
    }

/* Estilos para modo edición en paneles */
#htPanel.modo-edicion .rz-panel-titlebar {
    background: #ff9800 !important; /* Naranja para modo edición */
}

#htPanel.modo-edicion .rz-panel {
    border-color: #ff9800 !important;
    border-width: 2px !important;
}