/************************************************************************/
/*	Sviluppatore: 	Ilario Genuardi
/*  Email:			igenuardi@unimaticaspa.it						
/************************************************************************/

/******************************** FOOTER ********************************/

@media screen and (max-width: 1365px){
	footer{
		width: 1000px;
	}
}

@media screen and (min-width: 1366px){
	footer {
		width: 1300px;
	}
}

footer{
	color: #888;
	font-size: 0.9em;
	position: fixed;
	bottom: 0px;
	background-color: white;
	z-index: 1000;
	height: 2.4em;
	line-height: 2.4em;
	overflow: hidden; 
	margin-bottom: 0.4em;
		
}

footer div{
	display: inline-block;
	color: #555555;
}

footer div#info{
	float: left;
	font-style:italic;
	font-size: 1.2em;
	margin-left: 2%;
}

footer div#info.success {
	color: #01482e;
	font-weight: bold;
}

footer div#info.error {
	color: #cc0000;
	font-weight: bold;
}

footer div#versione,
footer div#unimatica{
	margin-left: 1em;
	float: right;
}

footer div#unimatica a{
	text-decoration: none;
	color: #555;
}

/************************************************************************/