.search-control-container {
    position: absolute;
    top : 27px;
    padding : 3px;
    background: white;
    z-index: 2000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    font-size: 11px;
}
.search-control-container.hide{
    display: none !important;
}
.search-control-container.show{
    display: block !important;
}

.search-control-container .search-control-container-suggestion {
    cursor: pointer;
    border-bottom: 0.1em solid #D4D4D4;
}

.search-control-container .search-control-container-suggestion:hover {

    background: #e6e6e6;
}