.ui-multiselect-hasfilter ul {

}
.ui-multiselect-filter {
	margin-bottom: 7px;
	position: relative;
}
.ui-multiselect-filter:after {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 21px;
	top: 50%;
	margin-top: -10px;
	right: 4px;
	background: url('lupa2.png') no-repeat;
}
.ui-multiselect-filter input {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #b9e1f4;
	height: 28px;
	margin: 0;
	padding: 0 7px;
	font: 14px Tahoma;
	color: #62656f;
	position: relative;
}