@CHARSET "UTF-8";

.CUI_customSelectAJAXDropdown_input {
    height:100%;
	position:relative;
    cursor: pointer;
    white-space: nowrap;
    user-select:none;
}
.CUI_customSelectAJAXDropdown_input #dropDown {
	display:none;
	position:absolute;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    left:0px;
    z-index:1;
    width:100%;
    margin:-1px;
    top:0;
    overflow:hidden;
    min-height:41px;
}
.CUI_customSelectAJAXDropdown_input #loading {
	text-align: center;
}
.CUI_customSelectAJAXDropdown_input.expanded {
	transition:background-color 0.2s;
}
.CUI_customSelectAJAXDropdown_input #title {
	overflow:hidden;
	text-overflow:ellipsis;
	flex-grow:1;
	order:0;
}
.CUI_customSelectAJAXDropdown_input #buttons {
	flex-shrink:0;
	float:right;
	order:1;
	margin-left:10px;
}
.CUI_customSelectAJAXDropdown_input #buttons button {
	cursor:pointer;
	vertical-align:bottom;
}