body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	/*background-color: #ecf3ff;*/
}

p {
	padding: 10px;
}

#header {
	width: 100%;
	float: left;
	margin: 0 auto;
	background: #FFF color: #142141;
	position: relative;
	height: 50px;
}

.headerbackground {
	background: url('../resources/images/header/FUNDO_02.jpg') no-repeat
		scroll right top transparent;
}

.headermask {
	width: 100%;
	display: inline-block;
	background: url(../resources/images/header/header-mask3.png) repeat-x
		top right;
	height: 50px;
}

.headerfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

#userinfo {
	/* background: url(../images2/icon-search.gif) no-repeat center left; */
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 5px;
	text-align: center;
}

#content {
	float: left;
	background: #FFFFFF;
	margin: 50px auto;
	overflow: hidden;
	width: 100%;
}

.ui-table-header-align-left>div>table>tr>th {
	text-align: left;
}

#footer {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	bottom: 0;
	left: 0;
	height: 40px;
	margin: 5px auto;
	color: #2A3F42;
	text-align: center;
	font-style: normal;
	font-size: 92%;
}

.ui-messages-error-summary a {
	color: floralwhite
}

.no-border tr, .no-border tr {
	border: none;
}

.titulo-aplicacao {
	font-size: 18px !important;
	font-weight: bold;
	color: #2e3195;
	position: absolute;
	/*MUDAR ISSO, Sem paciencia com CSS*/
	top: 15px;
	left: 80px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.titulo-tarefa {
	font-size: 16px !important;
	font-weight: bold;
	color: #2e3195;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

#editor {
	/** Setting height is also important, otherwise editor wont showup**/
	height: 400px;
	font-size: 8pt;
}

.btnCancel {
	font-size: 18px !important;
}

.btnSalvar {
	font-weight: bold;
	font-size: 18px !important; 
}

.saidaConsole {
	width: 100%;
	height: 400px;
	overflow: scroll;
	white-space: pre;
	word-wrap: normal;
	font-family: 'Lucida Console', 'Lucida Sans Typewriter', monaco,
		'Bitstream Vera Sans Mono', monospace !important;
}

/********************** Sobrescrever PRIMEFACES *********************/
.ui-widget, .ui-widget .ui-widget .ui-dialog .ui-dialog.ui-widget-content
	{
	font-size: 12px;
}



.ui-button-icon-only .ui-icon.Fs23 {
	font-size: 23px !important;
	margin-left: -10px;
}

.ui-button-icon-only .ui-icon.fa.Fs23 {
	margin-top: -12px !important;
}

.ui-menu .ui-menu-parent .ui-menu-child {
	width: unset !important;
}

.ui-dialog-title {
	font-size: 16px;
}

.ui-fileupload-content {
	visibility: hidden;
}

.ui-fileupload {
	width: 109px;
	height: 32px;
	display: inline-block;
}

.ui-widget-header {
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}