@CHARSET "UTF-8";

.conteudoDashboard{
	
	left: 0px;
	right: 0px;
	margin-bottom: 0px;
}

.divBoard{
	left: 30px;
	right: 30px;
	top: 45px;
	bottom: 10px;
	position: absolute;
	display: inline-block;
}

.divDashboard{
	position: absolute;
	height: 600px;
	width: 860px;
}

/*links*/
.linkDashboard[href="#"]{
	visibility: hidden;	
}

.linkDashboard{
	position: absolute;
	top: 50%;
	margin-top: -16px;
}


.dashBoard{
	/* position: absolute;
	top: 62px;
	left: 2px; */
	right: 2px;
	bottom: 26px;
	overflow: hidden;
	position: relative; height: 372px; width: 545px; top: 8px; left: 10px
}

.dashBoard .ui-dashboard-column {
	padding-bottom: 0px;	
}

.dashBoard .ui-state-hover{
	background: none !important;
	border-width: 1px;
	border-style: dashed;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	
}

/* OUTROS */


#divPaginadorRodapeDashboard{
	width: 100%;	
	text-align: center;
	bottom: 10px;
	position: absolute;
}
#divPaginadorRodapeDashboard a,
#divPaginadorRodapeDashboard a:visited,
#divPaginadorRodapeDashboard a:active{
	text-decoration: none;
	margin: 5px;
}
#divPaginadorRodapeDashboard a img{
	height: 12px;
	width: 12px;
}

.currentLinkPaginadorRodapeDashboard{
	background-color: #9BD6DC;
}


/*widgets*/
.widget{
	/* float: left; */
	margin: 10px;	
	border: none;	
}

.widget.ui-panel .ui-widget-header{
	border: none;
	background: none;
	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	cursor: pointer;
}

.widget.ui-panel .ui-panel-content{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;	
}

.titleWidget{
	font-size: 12pt;
}

.textoWidget{
	font-size: 9pt;
}




/*widget Modulos*/
.titleWidgetModulo{
	font-size: 18pt;
	color: white;
}

.modulos{
	background-color: #9BD6DC;
	height: 500px;
	width: 240px;
	line-height: 40px;
	opacity: 0.88;
}



.modulos ul li{
	list-style:none;
	white-space: nowrap;
	height: 40px;
	margin-bottom: 8px; 
}

.modulos ul {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px; 
}

.modulos ul li img{
	margin-right: 15px;
}

.modulos ul li a{
	color: white;
	font-size: 15pt;
	display: inline-block;	
	/*font-weight: bold;*/
}

.modulos ul li a p{
	
	vertical-align: top;
	display: inline-block;
	
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
}


/*widget usuario-logado*/
.usuarioLogado{
	background-color: #9BD6DC;
	height: 140px;
	width: 500px;
}

.usuarioLogado .titleWidget{
	color: white;
	vertical-align: top;
	display: inline-block;
}

.usuarioLogado .textoWidget{
	color: white;
	margin-top: 15px;
	display: inline-block;	
}

.usuarioLogado .imagemUsuarioLogado{
	height: 60px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.widget-default{
	width: 237px;
	height: 335px;
	background-color: #9BD6DC;
}

.divConteudo{
	background-color: transparent;
	top: 60px;
}

.gridster ul {
	list-style-type: none;
}