/* 
* Customizacao Template Ultima
* 
*/

.landing-wrapper #header .header-top {
	display: inline;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	background: none;
	background-size: 235px 35px !important;
 }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.landing-wrapper .header .header-top  {
		background: none;
		background-size: 235px 35px !important; 
	} 
}



.layout-wrapper .topbar .topbar-right {
    padding: 15px;
    position: static;
}
.layout-wrapper .topbar .logo {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 35px;
	background: none;
	background-size: 200px 35px !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.layout-wrapper .topbar .logo {
	    background: none;
	    background-size: 200px 35px !important; 
    } 
}

.ui-g-11 {
	padding: 0;
}


/* Menu */
.perfil-foto{
	width: 60px;
    height: 60px;
    margin: 0 auto 5px auto;
    background: url("/javax.faces.resource/imagens/ic-account-circle.png.xhtml") top left no-repeat;
    background-size: 60px 60px;
}

.card-no-padding{
	padding: 0;
}

.lista_navegacao ul {
	padding: 20px 0 20px 0 !important;
}


  .texto-titulo{
	font-size: 20px;
	font-weight: bold;
}

.texto_subtitulo{
	font-size: 18px;		
}

/* 
*
* Customização do BlockUI para todas as telas da aplicação
*
 */
.blockui-background {
	background: black !important; 
	opacity: 0.8 !important;
	position: fixed  !important;
}
.ui-blockui-content {
	border: none !important;
	moz-box-shadow: none !important;
    -webkit-box-shadow: none !important; 
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    position: fixed  !important;
}


