/*************************/
/*** Website signature ***/
/*************************/
.b-signature {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: 40px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: background .2s ease-in !important;
	transition: background .2s ease-in !important;
	opacity: 1 !important;
	position: static !important;
}
.b-signature.b-faded {
	opacity: 0.6 !important;
}
.b-signature:hover,
.b-signature.b-faded:hover {
	opacity: 1 !important;
}
.b-signature.b-white { background-image: url('https://repo.bsensus.com/images/signature-white.svg');  }
.b-signature.b-black { background-image: url('https://repo.bsensus.com/images/signature-black.svg'); }
.b-signature:hover,
.b-signature:active,
.b-signature:focus { background-image: url('https://repo.bsensus.com/images/signature-color.svg'); }

body:after{
	display:none;
	content:url('https://repo.bsensus.com/images/signature-white.svg')
		url('https://repo.bsensus.com/images/signature-black.svg')
		url('https://repo.bsensus.com/images/signature-color.svg');
}
