﻿.searchable-select[data-searchable="set"] {
    display: none;
}

.searchforitem {
    /*height: 38px;*/
    padding: 8px;
}
.searchforitem:hover {
    background-color: lightgrey;
}
.searchforitem-selected {
    background-color: LIGHTSKYBLUE;
}
#searchforitems {
    position: absolute;
    z-index: 100;
    max-height: 300px;
    overflow-y: scroll;
    padding-top: 10px;
    border: solid 1px lightgray;
    border-radius: 4px;
}
#searchforitems.searchable-select-up{
    bottom: 48px;
}

