﻿.tsgMultiSelectNothingSelected {
    color: darkgrey;
}

.tsgMultiSelectDropDown {
    position: absolute;
    box-shadow: 2px 2px 5px #888888;
    border: solid 1px #688caf;
    background-color: white;
    z-index: 11000;
    overflow: auto;
}

    .tsgMultiSelectDropDown .tsgMultiSelectFilter {
        width: 100%;
        border: none;
        border-bottom: 1px solid #688caf;
        border-radius: 0;
        height: 26px;
        box-sizing: border-box;
        margin-bottom: 2px;
    }

    .tsgMultiSelectDropDown .tsgMultiSelectOptions {
    }

    .tsgMultiSelectDropDown .tsgMultiSelectFilterOffset {
    }

    .tsgMultiSelectDropDown label {
        width: 100%;
        cursor: default;
        display: block;
        margin-bottom: 1px;
        white-space: nowrap;
    }

        .tsgMultiSelectDropDown label:hover {
            background-color: #dddddd;
        }

        .tsgMultiSelectDropDown label > input {
            margin-left: 2px;
            margin-right: 3px;
            margin-top: -3px;
        }

        .tsgMultiSelectDropDown label > span {
            display: inline-block;
            white-space: normal;
            vertical-align: top;
        }
