@charset "utf-8";
/* CSS Document */

/****************** footer styles **********************************/
#footer {
	padding: 2px 0 0 4px;
	background: #e3e3e3;
	text-align: left;
	font-size: 0.9em;
	clear: both;
	height: 100%;
	color: black;
	border-top: 1px solid darkgray;
}

#footer .versionId { font-weight: bolder; padding-right: 10px; }

#footer .customFooter { }

#footer p {
	margin: 0;
	padding: 0 10px 0 0;
	display: inline-block;
}

#footer #footerLogo {
	width: 260px;
	height: 40px;
	background: url(../images/themes/default/footer_equivant_logo.gif);
	position: absolute;
	left: 5px;
	margin: 0;
	display: inline-block;
}

#footerContent {
	width: 500px;
	display: inline-block;
}

#footerCompliance {
	right: 4px;
	bottom: 4px;
	position: absolute;
	display: inline-block;
}

.buttonCentered {
	margin-left: 125px;
}

#footer .envInfo { color: blue; }
#footer .envInfo::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f05a";
	font-size: larger;
	padding-right: 4px;
}