@CHARSET "UTF-8";

.ui-widget {
	font-size: 100% !important;
	
}

.ui-datatable .ui-column-filter {
	display: none !important;
}

.textArea {
	width: 100%;
	resize: none;
}

.ui-widget-overlay {
	background: #000;
	opacity: 0.8;
}

.ui-selectonemenu-label {
	width: 100% !important;
}

.home-nome-sistema {
	font-size: 30px;
}

.buttons-header {
	margin-bottom: 5px;
}

.buttons-form {
	float: right;
	margin: 10px;
}

.div-usuario-logado{
	margin-left: 10%;
	position: absolute;
	color: #ffffff;
}
.tabelaMes{
	border: 0px;
	background-color: #fce43a;
	font-weight: bold;
	border-radius: 25px;
	width: 230px;
}
.tabelaMes tr td{
	padding: 10px; 
	border: 0px solid;
	color: #231f20;
	text-align: center;
	font-family: Arial, 'sans-serif';
	font-size: 16px;
	padding: 5px 0;
}