/* PORTAL ADMIN -> ADMINISTRADOR LOGADO */
body.portal-admin-body, body.portal-admin-body-servidor{
	padding-left: 180px;
	padding-top: 0;
	background: #f0f0f0;
}
.portal-admin-bar *{
	color: #000;
	font-size: 12px;
}
.portal-admin-bar{
	position: fixed;
	width: 250px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	padding: 7px 0;
	background: #fff;
}
.portal-admin-bar nav ul li a{
	color: #fff;
	font-size: 12px;
	margin: 0 10px;
}


.portal-admin-bar .nav-user-logged{
	border-bottom: 1px solid #ccc;
	padding: 10px 0 12px;
}
.portal-admin-bar .title {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.portal-admin-bar .info-user{
	padding: 15px 12px;
	border-bottom: 1px solid #ccc;
}
.portal-admin-bar .info-user span{
	font-size: 14px;
	font-weight: 600;
}
.portal-admin-bar .title h4{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

.portal-admin-bar .menu-lateral{
	overflow-y: scroll;
	height: 77%;
    padding: 10px 25px 30px;
}
.portal-admin-bar .menu-lateral h4{
	font-size: 16px;
	padding: 10px 0 0;
	margin-left: -10px;
}
.portal-admin-bar .menu-lateral ul li a{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}
.portal-admin-bar .menu-lateral ul{
	border-bottom: 1px solid #ccc;
}
.portal-admin-bar .menu-lateral ul li:last-child a{
	border-bottom: none;
}




/* Menu Principal */
.menu ul li a{
	font-size: 14px;
	margin: 0 7px;
}
.menu ul li:last-child a{
	margin-right: 0;
}


.btn-open-modal-login, .icon-login {
    font-size: 24px;
    position: absolute;
    right: -20px;
    top: -10px;
    z-index: 1;
}
.btn-open-modal-login:hover, .icon-login:hover{
    color: #459fff;
	cursor: pointer;
}
.icon-login{
	color: #000;
}


.menu-header-graficos > li{
	float: left;
	border: 1px solid #5f5f5f;
	width: 25%;
	height: 165px;
}
.menu-header-graficos > li strong{
	font-size: 11px;
	text-transform: uppercase;
	display: table;
	padding: 7px 7px 0;
}
.menu-header-graficos > li strong:after{
    content: " ";
    width: 100%;
    height: 2px;
    display: table;
    background: var(--color-blue2);
}
.menu-header-graficos > li strong span{
	/*font-size: 10px;
    color: #636262;
    position: absolute;
    top: 10.5px;
    z-index: 2;
    padding-left: 7px;*/
}
.menu-header-graficos > li ul {
	margin: -23px 0 5px;
}
.menu-header-graficos > li ul li{
	font-size: 10px;
	padding: 0 0 0 5px;
}

.grafico-header-2 li b span, .grafico-header-3 li b span{
	display: block;
}