.checkbox_group__chosen {
	padding-left: 0px;
}

.chosen-container-multi .chosen-choices {
	padding-bottom: 28px;
	min-height: 32px;
	cursor: pointer !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	padding-left: 5px;
}

.chosen-container-multi .chosen-choices:after {
	position: absolute;
	right: 5px;
	bottom: 5px;
	content: url('/designs/static/project/chosen/add.png');
}

.chosen-container {
	font-family: fontawesome, arial;
}