/* Tags */
#footer {
	position: fixed; 
	bottom: 0;	 
	background: #2A425C; 
	color: #fff; 
	width: 100%;  
	line-height: 30px; 
}

/* Classes */
.container {
    padding-left: 0;
    padding-right: 0;
}

.link_dinfo:hover{
	color: #fff;
	text-decoration: none;
}

.logo_app{
	float: right;
	margin-top: 17px;
}

.logo_app img {
	height: 39px;
}

.title {
	float: right;
}

.title_app {
	float: left;
	margin-right: 10px;		
}

.title_app h1{
	font-size: 18px;
	line-height: 50px;
	color: #ddd;
	letter-spacing: 1px;
	font-weight:bold;
}

.uerj{
    margin-top: 15px;
    margin-left: 25px;

}

.uerj_logo {
	float:left;
    width: 40px;
}

.uerj_logo img {
	margin-top: 2px;
	height: 70px;
}

.uerj h2{
	font-size: 20px;
	line-height: 25px;
	padding-left: 8px;
	color: #fff;
	letter-spacing: 1px;
	font-weight:bold;
}

/* Ids */
#topo {
    background: #2a425c;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.8);
	height: 75px;
}

legend{
	width: auto !important;
	margin-bottom: 0px !important;
	font-size: 9pt !important;
	line-height: normal !important;
}

*{
    box-sizing: content-box;
    font-size: 9pt;
}

label{
	display: inline;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: center;
}