.selectbox {
	position: relative;
	display: inline-block;
}

.selectbox-input {
	padding: 4px;
	margin: 3px 0 3px 0;
}
.selectbox-input:focus {
	outline: none;
}

.selectbox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* Ensure the button covers the input */
	height: 100%;
	width: 30px;
}

.selectbox-toggle .ui-button-icon-only .ui-icon {
	margin-left: -8px;
}

.selectbox-toggle.ui-button {
	margin-top: 3px;
	margin-left: -2px;
	border: 0;
	height: 25px;
}
.selectbox-toggle.ui-button:hover {
	margin-top: 3px;
	margin-left: -2px;
	border: 0;
	height: 25px;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* Prevent horizontal scrollbar */
	overflow-x: hidden;
	z-index: 1000;
	width: fit-content;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23), 0 0 5px #aaa inset;

}

.ui-tooltip {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

