@charset "UTF-8";

.ui-dialog {
	border-radius: 0 !important;
	overflow: scroll !important;
	max-height: 90% !important;
}

.ui-dialog .ui-dialog-footer {
	text-align: right !important;
}



@media ( max-width : 1200px) {
	.ui-dialog:not(.dialog-scheda) {
		width: auto !important;
		max-width: 95vw;
	}
}