﻿/*
Compile-Minify: true
Compile-Area: product
Compile-OutputGroup: headtag
Compile-Exports: sb-productselector-select
Compile-Dependencies: bootstrap, site
*/
.sb-productselector-select select {
    /*background-color: #dbdddc;*/
    border:1px solid #ddd;
    border-radius:4px;
    padding:3px;
    margin-left:5px;
    margin-bottom:10px;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    background-image: none;
}

#sb-productselector-select-modal .modal-dialog {
    width: 75%;
    margin: 0 auto;
}

#sb-productselector-select-modal .modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-y: scroll;
}

#sb-productselector-select-modal .modal-dialog .row {
    line-height: 48px;
    background-color: #f6f6f6;
    padding-left: 5px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    border-top:1px solid #d7d7d7;
}

#sb-productselector-select-modal .modal-dialog .row.selected {
    background-color: #ddd;
    border-left: 2px solid cyan;
}