.ui-autocomplete {
	z-index: 50;
	margin-top: -20px;
	background-color: #fff;
	min-width: 280px;
	max-width: 240px;
	list-style: none;
	padding: 10px;
	font-size: 15px;
	border-radius: 5.6px;
	max-height: 150px;
	overflow: scroll;
}

.help-block{
	font-weight: bold;
}

/*This is for chosen css*/
.chosen-container-single {
	width:317px !important;
}

.chosen-single {
	height: 31px !important;
}
/*This is for chosen end css*/

/* For Firefox */
input[type='number'] {
	-moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}