html, body{
	margin: 0px;
	padding: 0px;
}
body{
	//background: url(../img/fondoLogin.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body > .row{
	margin-right: 0px !important;
	margin-left: 0px !important;
	
}
clear{
	clear:both;
	display:block;
}
.main a{
	width:100%;
}
form label{
	text-align:left !important;
}

.main{
	background-color:#00AEEF;
	padding-top:15px;
}

.report-7-mod-btn{
	width:10%;
}