/*---------------------------------------------------- Dialog boxes */

.ui-widget-overlay {
	background-color: #666666;
	background-image: none;
	opacity: 0.65;
	cursor: no-drop;
}

.mp-dialog.ui-dialog {
	background-color: #fffff8;
	border: 0 none;
}

.mp-dialog.ui-dialog .ui-dialog-titlebar {
	background-color: #FFB82D;
	padding: 0;
}

.mp-dialog.ui-dialog span.ui-dialog-title {
	text-align: center;
	width: 100%;
	left: 0;
	margin: 0;
	height: 40px;
	padding: 0;
	color: #ffffff;
	font-size: 14pt;
	line-height: 37px;
}

.mp-dialog.ui-dialog .ui-dialog-content {
	padding: 20px;
}

.mp-dialog.ui-dialog .ui-dialog-content .mp-componente {
	text-align: center;
	padding: 0;
}

.mp-dialog.ui-dialog .ui-dialog-content .mp-componente.mp-dialog-text {
	font-size: 10pt;
	line-height: 25px;
    display: table;
    height: 90px;
    overflow: hidden;	
    height: calc(100% - 50px); /* retira a área dos botões */
	width: 100%;
    
}

.mp-dialog.ui-dialog .ui-dialog-content .mp-dialog-innertext {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
	height: 100%;
	width: 100%;
}

.mp-dialog .ui-dialog-content .mp-componente.mp-dialog-buttons {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
