.ui-autocomplete {
    background: #ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 500 !important;
}

.ui-autocomplete .ui-menu-item.ui-state-focus {
    background: rgba(0, 156, 255, 0.16);
}

.ui-autocomplete-loading {
    background: #f1f1f1;
}


/* === Elasticsearch Search Results with Facet sidebar ===
--------------------------------------------------------- */
#elasticsearch-results {
    padding-left: 8px;
}

#elasticsearch-results.grid-view {
}

.item-preview.grid-view {
    margin-top: 0;
}

#search-facets {
    border-radius: 5px;
    border: 1px solid #a4a4a4;
    margin-bottom: 0;
}

#search-facet-sections > ul {
    padding-left: 0;
    font-size:14px;
    margin-top: 0;
    margin-bottom: 6px;
    list-style-type:none;
}

#search-facet-button
{
    cursor: pointer;
}

#search-facet-button,
#search-facet-title{
    color: #636363;
    font-size:16px;
    font-weight: bold;
    padding: 6px 6px 6px 8px;
}

.search-facet-closed::after,
.search-facet-open::after {
    font-family: "FontAwesome";
    padding-left: 6px;
    float: right;
    font-weight: bold;
    font-size:18px;
}

.search-facet-closed::after {
    content: "\f105";
}

.search-facet-open::after {
    content: "\f107";
}

.facet-section,
.facet-section-applied {
    color: #555555;
    font-size:14px;
    font-weight: bold;
    padding: 6px 6px 6px 8px;
    background-color: #f6f6f6;
    margin-bottom: 4px;
}

.facet-section-applied {
    color: #1a77bd;
    background-color: rgba(26, 119, 189, 0.2)
;
}

.facet-entry-applied {
    color: #1a77bd !important;
}

.facet-entry-1-root,
.facet-entry-1-leaf,
.facet-entry-2,
.facet-entry-3,
.facet-entry-4,
.facet-entry-5,
.facet-entry-6 {
    font-size: 13px;
    padding-top: 2px;
    color: #777777;
}

.facet-entry-1-root {
    font-weight: normal;
}

.facet-entry-1-root,
.facet-entry-1-leaf {
    padding-left: 9px;
}

.facet-entry-2 {
    padding-left: 20px;
}

.facet-entry-3 {
    padding-left: 31px;
}

.facet-entry-4 {
    padding-left: 42px;
}

.facet-entry-5 {
    padding-left: 53px;
}

.facet-entry-6 {
    padding-left: 64px;
}

#facet-contributor > li {
    margin-bottom: 8px;
    font-size: 12px;
}

.hit-highlight {
    color: #1a77bd;
    font-style: normal;
    font-weight: bold;
}
