/* module-key = 'net.veniture.confluence.vSearchHighlighter:veneSearchHighlighter.autocomplete-search-resource', location = '/css/veneSearchHighlighter-autocomplete.css' */
#vsh-content-space-filter-checkbox-list img {
    border-radius: 2px;
    margin-right: 10px;
    flex-basis: 24px;
    height: 24px;
}

#vsh-content-space-filter-checkbox-list label, #vsh-category-filter-checkbox-list label {
    padding: 7px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
#vsh-content-space-filter-checkbox-list label:hover, #vsh-category-filter-checkbox-list label:hover {
    background: #f4f5f7;
}
#vsh-content-space-filter-checkbox-list input[type='checkbox'], #vsh-category-filter-checkbox-list input[type='checkbox'] {
    margin-right: 10px;
    flex-shrink: 0;
}
#content-space-filter-dropdown.clear-button-hidden #content-space-filter-clear-button{
    display: none;
}
#vsh-content-space-filter-checkbox-list .checkbox-list-item-text, #vsh-category-filter-checkbox-list .checkbox-list-item-text {
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
}

#vsh-content-space-filter-checkbox-list {
    padding: 10px 0;
    margin: 0 -10px;
    overflow: auto;
}
#vsh-content-space-filter-clear-button {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #0052CC;
    cursor: pointer;
}
#vsh-content-space-filter-checkbox-list + #content-space-filter-checkbox-list {
    padding-top: 0;
    margin-top: -10px;
}
#vsh-content-space-filter-checkbox-list .aui-lozenge-current{
    background-color: #deebff;
    color: #0747a6;
}
#we-cant-find {
    padding: 0px 10px;
    flex-grow: 1;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
