/** Created for the disposal guide search, but mayb be useful globally. **/
.bef-exposed-form .form--inline .form-item {
	flex: 1 auto;
}
.tagify__input {
	/*width: 100%;*/
	margin: 0;
}

/** Force override of .form-control style. **/
.form-control.tagify {
	display: inline-flex;
}