.Inputfields .Inputfield.passed > .InputfieldHeader {
	background-color: rgba(98, 145, 41, 0.3) !important;
}
.Inputfields .Inputfield.passed > .InputfieldContent {
	background-color: rgba(98, 145, 41, 0.3) !important;
}
.Inputfields .Inputfield.passed  input {
	background: url(img/lock.svg) no-repeat right center !important;
	background-size: 15px !important;
}
.Inputfields .InputfieldStateRequired.passed > .InputfieldHeader:first-child::after {
	font-family: 'FontAwesome';
	content: '\f00c';
	color: green;
}
.Inputfields .Inputfield.ui-state-error > .InputfieldHeader {
	
	background-color: rgba(188, 40, 61, .3);
}
.Inputfields .Inputfield.ui-state-error > .InputfieldContent {
	
	background-color: rgba(188, 40, 61, .3);
}
.Inputfields .Inputfield.ui-state-error p.description {
	color: red !important;	
}
.Inputfields .Inputfield.ui-state-error  input {
	
	background: url(img/exclamation-circle.svg) no-repeat right center !important;
	background-size: 15px !important;
}
#saveMember.hidden {
	display: none !important;
}
span.ui-state-error-text {
	font-size: 1.25em;
}
.pw-content .AdminDataList tbody td a.ui-state-default,
.pw-content .AdminDataList tbody td a.ui-state-hover {
	color: #fff;
}
