/*
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));
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

div:has(ul.errorCampo)>input {
	box-shadow: 0px 0px 5px 1px #d22333;
}

ul.errorCampo li {
	list-style: none;
	color: #a40014 !important;
}