@CHARSET "UTF-8";

 .autoCompleteWidget {
    position: relative;
}

.filterTextBox {
    border-radius: 4px !important;
    /*margin-bottom: 25px !important;*/
    padding-left: 35px !important;
    background: url("./img/search.png") no-repeat 3% 50%;
    background-size: 10% 80%;
    width: 181px !important;
}

.suggestionList {
    border: 1px solid #dfd9d2;
    position: absolute;
    width: 221px !important;
    border-radius: 4px;
    top: 32px;
    background-color: white;
    border-color: rgba(83, 68, 65, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(83, 68, 65, 0.6) !important;
    outline: 0 none;
    z-index: 100;
    max-height: 200px;
    overflow-y: scroll;
}

.suggestionItem {
    padding: 5px 10px;
    display: block;
}

.suggestionItem:hover {
    background-color: rgba(83, 68, 65, 0.6) !important;
    /*background-color: #ee964a;*/
    color: #ffffff !important;
    text-decoration: none !important;
}

.suggestionInfoItem {
    padding: 5px 10px;
    background-color: white;
}

.suggestionInfoItemLoading {
    padding: 5px 10px;
    background-color: white;
	float:left;
}

.loading-image-suggestion{
	float:right;
	height:30px;
}