.ui-widget, .ui-widget .ui-widget {
	font-size: 94% !important;
}

.ui-tabs-panel {
	height: 100%;
}

.ui-button {
	width: auto;
	font-weight: normal;
	border-radius: 10px !important;
	border: 1px solid #6f6f6f!important;
}

.ui-button:hover {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
	filter: brightness(110%) !important;
	transform: scale(1.05) !important;
	transition: all 0.3s ease !important;
}

.ui-selectonemenu-filter {
	max-width: 700px !important;
	border-radius: 5px !important;
	border: 1px solid #110006 !important;
}

.ui-selectonemenu-panel {
	max-width: 700px !important;
}

.ui-selectonemenu-label {
	max-width: 700px !important;
}



.red {
	background-color: rgb(255, 106, 106);
	background-image: none;
}

.white {
	background-color: white;
	background-image: none;
}

.lavender {
	background-color: lavender;
	background-image: none;
}

.tomato {
	background-color: tomato;
	background-image: none;
}

.normal {
	background-color: blue;
	background-image: none;
}

.salmon {
	background-color: salmon;
	background-image: none;
}

.mistyrose {
	background-color: mistyrose;
	background-image: none;
}

.ghostWhite {
	background-color: ghostWhite;
	background-image: none;
}

.purple {
	background-color: purple;
	background-image: none;
}

.grey {
	background-color: grey;
	background-image: none;
}

.ui-layout-north .ui-layout-unit-content {
	overflow: visible !important;
}

.ui-panelgrid tr, .ui-panelgrid td {
	border: none !important;
}

.ui-datatable .ui-datatable-data tr, .ui-datatable .ui-datatable-data-empty tr,
	.ui-datatable .ui-datatable-data td, .ui-datatable .ui-datatable-data-empty td
	{
	border: none !important;
}

.ui-datatable * {
	border: none !important;
}

.dialogWarn-fix {
	z-index: 9999 !important;
}




.dialog-transparente .ui-dialog-content {
    background: transparent !important; /* torna o fundo do conteúdo transparente */
}

.dialog-transparente.ui-dialog {
    background: transparent !important; /* tira o fundo do painel */
    box-shadow: none !important;        /* remove sombra, opcional */
    border: none !important;            /* remove borda, opcional */
}

