@charset "UTF-8";

/* Colocar aquí SOLO estilos que puedan ser reutilizados en diferentes pantallas. 
   Si son estilos que solo se usarán en un xhtml en particular es mejor colocarlos en el propio xhtml o un un .css particular */
.ui-panelgrid-sin-pading .ui-panelgrid-cell {
	padding: 0px 0 !important;
}

.ui-panelgrid-sin-fondo {
	background: none !important;
}

body .ui-panelgrid .ui-panelgrid-cell {
	background: transparent;
}

.ui-state-loading .ui-icon-loading {
	display: none !important;
}

.ui-state-loading .ui-icon:not(.ui-icon-loading) {
	display: inherit !important;
}

.ui-state-loading.ui-button-text-only .ui-icon-loading+.ui-button-text {
	opacity: inherit !important;
}

body .ui-messages .ui-messages-error .ui-messages-error-icon, body .ui-messages .ui-messages-error .ui-messages-fatal,
	body .ui-messages .ui-messages-fatal .ui-messages-error-icon, body .ui-messages .ui-messages-fatal .ui-messages-fatal
	{
	top: -6px !important;
}

body .ui-messages .ui-messages-error .ui-messages-close, body .ui-messages .ui-messages-fatal .ui-messages-close
	{
	right: -1.5rem !important;
	top: -1.5rem !important;
}
body .ui-messages .ui-messages-close:hover,body .ui-messages .ui-messages-close:focus{
	box-shadow: none !important
}

/*Estilo para hacer mayúsculas*/
.adip-uppercase{
	text-transform: uppercase !important;
}

/*Estilo para campos requeridos*/
.ui-outputlabel .ui-outputlabel-rfi {
    margin-left: 0.1em !important;
}

/*Fuente a utilizar para iconos*/
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
    font-weight: var(--fa-style, 900);
}
.pi {
    font-family: 'primeicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
