.noticiaImagem {
	max-width: 5%;
	max-height: 5%;
	padding: 1% 1% 1% 1%;
}

body {
	font-size: 12px;
}

.sidebar-menu .treeview-menu>li>a {
	font-size: 12px;
}

body .ui-datatable  .ui-datatable-footer {
	padding: 4px 0px;
}

body .ui-inputfield {
	height: 25px;
	padding: 0 0 0 6px;
}

body .ui-datepicker {
	width: auto;
}

.ui-fieldset-legend {
	font-size: 16px;
}

.ui-widget .ui-widget {
	font-size: 12px;
}

.userNameInput {
	height: 30px !important;
	padding: 0 0 0 6px;
}

.passwordInput {
	height: 30px !important;
	padding: 0 0 0 6px;
}

body div .ui-selectonemenu {
	height: 25px;
}

.flagChangedActive {
	background-color: #FFFACD;
}

.flagNewActive {
	background-color: #E6FFCC;
}

.flagEliminadoActive {
	background-color: #FA8072;
}

.flagInfoText {
	color: blue !important;
}

.flagRemovedText {
	color: red !important;
}

th {
	padding: 5px !important;
}

input::-ms-clear {
	display: none;
}

div.ui-panel .ui-panel-title {
	font-size: 14px;
}

.ui-widget-header {
	background: #ebedf0;
}

body .ui-datatable th[role='columnheader'].ui-state-hover, body .ui-treetable th[role='columnheader'].ui-state-hover
	{
	background: #d3d5d8 !important;
	border-color: #d9d9d9 !important;
}

body .ui-datatable th[role='columnheader'].ui-state-active, body .ui-treetable th[role='columnheader'].ui-state-active
	{
	background: #186ba0 !important;
	color: #fff;
}

body .ui-datatable th[role='columnheader'].ui-state-default, body .ui-treetable th[role='columnheader'].ui-state-default
	{
	background: #ebedf0;
	border-color: #d9d9d9;
	border-width: 1px;
	border-style: solid;
	position: static;
}

body .ui-datatable .ui-column-filter {
	display: block;
	width: 100px;
	margin: 5px auto auto auto;
	height: 23px;
}

.center {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* Cor do logo */
header a.logo {
	background-color: #3c8dbc !important;
}

.news-text a {
	color: #3c8dbc !important;
}

.news-text {
	text-align: justify !important;
	text-justify: inter-word !important;
}

.background-escuro {
	background-color: #222d32;
}

.background-claro {
	background-color: #3c8dbc;
}

.container {
	background-color: white;
}

.ui-custom-noborder {
	border: none;
}

.user {
	display: inline-block;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ui-state-disabled {
	opacity: 0.90 !important;
}

.noHeader.ui-datatable table thead tr {
    display: none;
}

.ui-progressbar { 
    height: 20px !important; 
    text-align: left; 
    position: relative;
    background-color: #EBEDF0; 
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    width: 0%;
    position: absolute;
    display: none;
}

.ui-progressbar .ui-progressbar-label {
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    font-weight: bold;
    color: #555555;
}
								
