#eems_model_dropdown_search_box {
	position: relative;
	left: 0px;
	width: 180px;
}
.searchable_dropdown {
	position: fixed;
	z-index: 9999;
	width: 750px !important;
	top: 170px;
	left: 158px;
	white-space: nowrap;
	max-height: calc(100vh - 200px);
    cursor: pointer;
}

#eems_model_dropdown option:hover{
	cursor:pointer;
	background-color: #d3e6ff;
}

#eems_model_dropdown optgroup:hover{
    cursor:default;
}

#eems_model_dropdown_div{
    position: relative;
	float:right;
}

#eems_model_dropdown_search_form{
	display: none;
    float:left;
}

/* Start clear search button */
form input {
    box-sizing: border-box;
}

form input:placeholder-shown + button{
  opacity: 0;
  pointer-events: none;
}

form button {
	position: absolute;
	border: none;
	display: block;
	width: 14px;
	height: 14px;
	line-height: 15px;
	font-size: 0.85em;
	border-radius: 50%;
	top: 1px;
	bottom: 0;
	right: 5px;
	margin: auto;
	background: #ddd;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .1s;
	padding-bottom: 2px;
	font-family: times;
}
/* End clear search button */
