﻿.fstdiv {
    position: relative;
    min-height: 30px;
    min-width: 183px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.fstdiv.open {
    z-index: 2147483647;
    min-width: 183px;
}
.fstdropdown {
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 0;
    cursor: pointer;
    background: white;
    overflow: hidden;
    min-width: 183px;
    min-height: 30px;
    font-size: 12px;
}
    .fstdiv.open > .fstdropdown{
        position: absolute;
        min-width: 183px;
        font-size: 12px;
    }

    .fstdropdown > .fstselected {
        line-height: 1.5;
        padding: 3px 6px 3px 6px;

        color: #000;
        font-size: 12px;
        outline: 0;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-user-select: none;

    }
/*
        .fstdropdown > .fstselected::after {
            position: absolute;
            top: 50%;
            display: block;
            height: 0;

            content: ' ';
            right: 11px;
            border-color: #999 transparent transparent;
            border-style: solid;
            border-width: 4px 4px 0;
        }
*/
    .fstdropdown.open > .fstselected {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-color: transparent;
        width: auto;
    }
/*
        .fstdropdown.open > .fstselected::after {

            border-color: transparent transparent #999;
            border-width: 0 4px 4px;
            width: auto;
        }
*/
    .fstdropdown > .fstlist {
        display: none;
        max-height: 221px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 2147483649;
    }

    .fstdropdown.open > .fstlist {
        display: block;
        z-index: 2147483649;
    }

.fstlist > div {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
    border-bottom: 1px solid #f5f5f5;
    z-index: 2147483649;
}

.fstdropdown.open:hover {
    border-color: #000;
    overflow-x: hidden;

}

.fstlist > div:hover {
    background-color: #000;
    color: #fff;
    z-index: 2147483649;
}

.fstlist > div.selected {
    background-color: #cdcdcd;
    color: #262626;
    z-index: 2147483649;
}

.fstsearchinput {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    display: none;
    z-index: 2147483649;
}

.fstdropdown.open > .fstsearch {
    display: block;
    padding: 4px;
    z-index: 2147483649;
}

.fstdropdown.open .fstsearchinput {
    display: block;
    z-index: 2147483649;
}

.fstdropdown .hideFst, .fstdropdown-select.fstcreated {
    display: none;
}

.fstAll {
     width: auto;
    position: relative;
    background-color: #000;
    color: #fff;
    border: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    height: 30px;
    display: none;
}

    .fstAll:hover {
        background-color: #000
    }

.open .fstAll {
    display: block;
}
