/*** Configurações do tootip para fundo azul e letras brancas ***/

.ui-datatable table, .ui-datatable-resizable table {
	table-layout: auto !important;
	text-align: center;
}

.ui-datatable-scrollable table {
	table-layout: fixed !important;
}

.iconeVisualizarDAE {
	max-width: 38px;
	min-width: 38px;
}

.ui-tooltip {
	width: 530px;
	background-color: blue;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
}

.tooltip-inner {
    white-space: pre-wrap;
}

.iconeVisualizarDAE {
	max-width: 38px;
	min-width: 38px;
}

.textoCentro {
	text-align: center !important;
}

.textoEsquerda {
	text-align: left !important;
	padding-right: 1em;
}

.textoDireita {
	text-align: right !important;
	text-indent: 1em !important;
}

.fonteNegrito {
	font-weight: bold !important;
}

.colTamanho7 {
	width: 7% !important;
}

/**** Header do modal ****/
.ui-datatable table, .ui-datatable-resizable table {
	table-layout: auto !important;
	text-align: center;
}

.ui-dialog-title {
	font-size: 18px;
	margin: 0;
	line-height: 1.42857143;
	padding: 15px;
}

.ui-dialog.ui-widget-content .ui-dialog-title {
	font-size: 18px;
}

.ui-widget-header {
	border: 1px solid #eeeeee;
	background: #f5f5f5;
	color: #333333;
	font-weight: normal;
}

.ui-wizard .ui-wizard-step-titles .ui-state-highlight {
	background: #ddd !important;
}

.ui-wizard .ui-wizard-step-titles .ui-wizard-step-title {
	background: #f9f9f9;
	opacity: .35;
	color: black !important;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 12px;
	border-radius: 4px 4px 0 0;
	top: 1px;
	border-color: #DDDDDD #DDDDDD transparent #DDDDDD;
}

.ui-wizard .ui-wizard-step-titles {
	border-width: 1px;
	border-color: #DDDDDD;
	border-style: solid;
}

.ui-wizard {
	padding: 2.4px;
}

.ui-wizard .ui-wizard-content {
	border-width: 1px;
	border-color: #DDDDDD;
	border-style: solid;
	margin: 0px;
}

th#esq {
	text-align: left;
}

th#dir {
	text-align: right;
}

div#cen {
	text-align: center;
}