#buddypress #profile-edit-form input[type="text"]:read-only {
	opacity: 0.5;
}

.profile-complete__error {
	padding: 12px;
}

.profile-complete__error h3 {
	margin: 0 0 12px 0;
	font-weight: bold;
}

.profile-complete__error__list h4 {
	font-weight: bold;
	margin: 24px 0 0 0 !important;
}

.choices.is-loading .choices__inner {
	background-image: url('../images/loading.gif');
	background-position: center center;
	background-size: 50px;
	background-repeat: no-repeat;
}

.autoComplete_wrapper {
	width: 100%;
}