@charset "ISO-8859-1";

/*tamanho da fonte dos componentes do primefaces*/
.ui-widget {
	font-size: 14px;
}

.erro {
	color: hsl(0, 60%, 50%);
}

.qtdTotal {
	color: #0099E0;
}

.odd-row {
	background: #787878;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#content {
	/*min-height: 93%;*/
	position: relative;
}

#header {
	padding: 0px;
}

#body {
	padding: 10px;
	padding-bottom: 60px;
}

#footer {
	bottom: 0;
	width: 100%;
	height: 30px;
	background: #BDBDBD;
}