.OutputLabelCampo {
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	padding-top: 4px;
	width: 100px;
}

.layoutUnitBorder {
	border: 0;
}

.cabecalhoImagem {
	text-align: center;
}

.titulo {
	font-weight: bold;
	color: blue;
	font-size: x-large !important;
	text-align: center !important;
}

.blocoLinha {
	layout: block;
	clear: both;
	float: left;
	margin: 3px 0;
	width: 100%;
}

.blocoCentral{
	margin: 0 auto;  
    height: auto;  
    position: relative;  
	text-align: center;
}

.buttonPosition {
	text-align: center;
	width: 100%;
}

.blocoBotao {
	text-align: center;
	width: 100%;
	layout: block;
	clear: both;
}

.clear {
	clear: both;
	float: none;
}

.itemMenuNoticia {
	background: url("/resources/imgs/new-Icon-small.png") no-repeat !important;
	width: 20px;
	height: 20px;
}

.vermelho {
	background: #FF7878 !important;
}

.azul {
	background: #72bcd4 !important;
}

.cinza {
	background: #DCDCDC !important;
}
/*
 * https://www.canva.com/learn/100-color-combinations/
 *
 * Seleção de Cores: 05. Cool Blues
 *	1) Deep Aqua
 *	2) Ocean
 *	3) Wave
 *	4) Seafoam 
 */
.corDeepAqua{
	background: #003B46 !important;
}
.corOcean{
	background: #07575B !important;
}
.corWave{
	background: #66A5AD !important;
}
.corSeafoam{
	background: #C4DFE6 !important;
}
/*
 * https://www.canva.com/learn/100-color-combinations/
 *
 * Seleção de Cores: 10. Playful Greens & Blues
 *	1) Blue Pine
 *	2) New Grass
 *	3) Reflection
 *	4) Mist
 */
.corBluePine{
	background: #324851 !important;
}
.corNewGrass{
	background: #86AC41 !important;
}
.corReflection{
	background: #34675C !important;
}
.corMist{
	background: #7DA3A1 !important;
}

.semBorda {
	border: none !important;
	border-style: none !important;
	width:100%; 
	height:100%;
}

.semBorda .ui-panelgrid-cell {
	border: none !important;
	border-style: none !important;
}

.semBorda .ui-widget-content {
	border: none !important;
	border-style: none !important;
}

.desativado {
    background: #ff9994  !important;
}

.pago {
    background: #00B2EE  !important;
}

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

.link {
	background: #72bcd4 !important;
	font-style: italic !important;
}

.fonte13 {
	font-size:13px !important;
}

.fonte13N {
	font-size:13px !important;
	font-weight: bold !important;
}

.fonte14 {
	font-size:14px !important;
}

.fonte14N {
	font-size:14px !important;
	font-weight: bold !important;
}

.fonte15 {
	font-size:15px !important;
}

.fonte15N {
	font-size:15px !important;
	font-weight: bold !important;
}

.fonte16 {
	font-size:16px !important;
}

.fonte16N {
	font-size:16px !important;
	font-weight: bold !important;
}