ul.sceneconfigurator-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0 10px;
    overflow: auto;
    height: calc(100% - 0px);
    width: calc(100% - 25px);
    color: #dbdbdb;
}

ul.sceneconfigurator-list .item-result {
    width:100%;
    box-sizing: border-box;
    padding: 3px;
    cursor: pointer;
    border-bottom: 1px solid #2D2B2C;
}
ul.sceneconfigurator-list .item-result
.item-result-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    width: calc(100% - 8px);
    display:block;
    direction: ltr;
    float:left;
}

ul.sceneconfigurator-list .item-result:first-child {
    border-top: 1px solid #2D2B2C;
}

ul.sceneconfigurator-list .item-result.selected {
    color: #05A7DF;
}

ul.sceneconfigurator-list .item-result.more-items {
    font-weight: 600;
    text-decoration: underline;
}

ul.sceneconfigurator-list .item-result:hover {
    background-color: rgba(145, 172, 207, 0.18);
}
