/*
Software Grupo V, S.L.
*/
/* 
    Created on : 08-oct-2024, 10:26:59
    Author     : jagimeno
*/

.centrado{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.rounded{
    border-radius: 4px;
}

.w-full{
    width: 100%;
}

.w-auto{
    width: auto;
}

.margen20D{
    margin-right: 20px;
}

.underline{
    text-decoration: underline;
}

.bold{
    font-weight: bold;
}

.dateDisabled{
    background-color: #cccccc !important;
    color: white;
}

.selectDisabled{
/*    background-color: #cccccc !important;*/
    --tw-bg-opacity: 1;
      background-color: rgb(230 230 230 / var(--tw-bg-opacity)) !important;
    color: white;
}

.marginTop8{
    margin-top: 8px;
}

.ui-picklist-caption{
  --tw-bg-opacity: 1;
  background-color: rgb(214 234 240 / var(--tw-bg-opacity));
  font-weight: 600;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 96 122 / var(--tw-border-opacity));
}

.hidePickListButtons .ui-picklist-button-move-top,.hidePickListButtons .ui-picklist-button-move-bottom{
    display: none !important;
}

.trucoCaptcha{
    /*position: absolute;
    top: 0px;
    right: -2000px;*/
    display: none !important;
}

.filtro-titulo-amarillo {
    background-color: #FFEB3B; /* Amarillo */
    color: black; /* Puedes cambiar el color del texto si lo deseas */
    font-weight: bold;
    padding: 10px; /* Ajusta el padding si es necesario */
}
