label {
	display: inline;
	font-weight: bold;
}

.menuusuario:visited, .menuusuario:active, .menuusuario:link  {
	text-decoration:none;
	font-weight:bold;
	color:white;
}

.menuusuario:active  {
	color:white;
}

.menu-usuario-conteudo-foto *{
	float:left;
	border:1px solid #ccc;
	border-radius: 7px;
}

.menu-usuario-conteudo-nome {
    float: left;
	margin-left: 5px;
	font-weight: bold;
}


.menu-usuario-conteudo-barrabotoes {
    clear:both;
    padding: 5px;
    margin-top:20px;
    text-align:right;
}

.caixausuario *{
   float:right; 
   padding-right:10px; 
   padding-top:13px; 
   cursor: pointer;
}

.caixausuario:hover *{
   color:white;
}

.container {
	width:95% !important;
	
}

.carregando {
	 background-color:white;
	 height:10000px; 
	 width:100%; 
	 z-index:9999;
	 position:absolute; 
	 opacity:0.6;"
}
.carregando_interno{
	background-image: url('../images/carregandoAjax.gif'); 
	height:50px ;
	width:150px; 
	left:45%;
	top:300px;
	position:absolute; 
	margin: auto 0 ;
	z-index:9999999;
}



 .iconesistema {
    border-radius:10px;
    border: 1px solid #ccc;
    padding: 3px;
 }
 
 .notificacao_titulo {
	font-weight:bold;
	color:#444;
	
}

.labelnovo {
	background-color:orange;
	color:white;
	padding:2px;
	border-radius:4px;
	font-size:8pt !important;
	font-weight:bold;
}