/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22-feb-2024, 11:19:11
    Author     : jorge
*/
body .ui-panelgrid .ui-panelgrid-cell {
    padding: 2px 5px ;
}

.hijo .ui-panelgrid-cell:nth-child(even) {
    font-weight: bold !important;
}

.hijo .ui-panelgrid-cell:nth-child(odd) {    
    text-align: left !important;    
}

.text-left .ui-button-text {
    text-align: left !important;
}

.sinborde .ui-panel-content {
    border: black solid 0px !important;
    padding: 0;
}


.fix-panel-header .ui-panel .ui-panel-content {
  border: 1px solid var(--surface-border);
  background: var(--surface-card);
  color: var(--highlight-text-color);
  padding: 1rem;
  border-radius: 3px;
}

