
input.iga-common-webform-date{
	position:relative;
}
.iga-common-webform-date:after{
	font-family: FontAwesome;
	font-size: 1em;
	font-style: normal;
	margin-right: 0.4em;
	display:inline-block;
	transition: color 200ms;
	content: "\f073"; /* fa-calendar */
	position:absolute;
	top: 0.2em;
	right: 0em;
}

.iga-common-webform-date:hover:after,
.iga-common-webform-date:focus:after{
	content:"";
}