#panel_administrativo{
	background-color: #fff;
	width: 100%;
}


#panel_administrativo td{
	padding-bottom: 20px;
	padding-left: 10px;
	height: 100px;
	width: 100px;
	background: #f8f8f8;
	margin: 0;
	border: 1px solid #aaa8a8;
	border-radius: 5px;
}

#panel_administrativo td:hover{
	background-color: #DDD;

}


#panel_administrativo td > a{
	color: #000;
	text-decoration: none;
	font-size: 14px;

}

#panel_administrativo td > a:hover{
	color: #000;
	text-decoration: none;
}

.aviso{
	text-align: center;
	background: #65c9e4;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #8a8787;
	color: #222;
}

.aviso-esic{
	text-align: center;
	background: #ffd520;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #8a8787;
	color: #222;
	margin-bottom: 15px;
}

.aviso-esic .cliqueAqui{
	
	font-weight: bold;
}

.atrasado{
	background: #ffd520;
}
.text-panel{
	text-transform: uppercase;
position: relative;
top: 15px;
font-weight: 500;
}

#titulo_pagina a{
	text-transform: uppercase;
}

.sairpainel{
	width: 200px;
	float: right;
	text-align: center;
}

.img-sair{
	display: inline-block;
}

.img-sair img{
	width: 24px;
}

.text-sair{
	display: inline-block;
	top: -6px;
	position: relative;
	left: 10px;
	color: #222;
}