.fstdiv {
    position: relative;
    min-height: 26px;
    width: 100%;
    width: -moz-available;         
    width: -webkit-fill-available;  
    width: fill-available;
}
.fstdiv.open {
    z-index: 2147483647
}
.fstdropdown {
    min-height: 24px;
    border: 1px solid #808080;
    border-radius: 4px;
    background: #e9e9ed;
    overflow: hidden;
    width: inherit;
}
.fstdiv.open > .fstdropdown {
    position: absolute;
}

    .fstdropdown > .fstselected {
	line-height: 1.5;
	padding: 2px 2px 0px 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
/* 	font-size: 13px; */
	outline: 0;
/* 	position: relative; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-user-select: none;
    }

	.fstdropdown > .fstselected::after {
	    position: absolute;
	    content: "";
	    top: 10px;
	    right: 10px;
	    width: 0;
	    height: 0;
	    border: 6px solid transparent;
	    border-color: #000 transparent transparent transparent;

	  
	  
	  
/* 	    position: absolute; */
/* 	    top: 50%; */
/* 	    display: none; */
/* 	    text-align: right; */
	    
/* 	    height: 10; */
/* 	    margin-right: 10px; */
/* 	    content: " v"; */
/* 	    right: 11px; */
/* 	    border-color: #999 transparent transparent; */
/* 	    border-style: solid; */
/* 	    border-width: 4px 4px 0; */
	}

	.fstdropdown.open > .fstselected {
            display: none;
	    border-bottom-right-radius: 0;
	    border-bottom-left-radius: 0;
	    border-bottom-color: transparent;
	}

        .fstdropdown.open > .fstselected::after {
            margin-top: -3px;
            border-color: transparent transparent #999;
            border-width: 0 4px 4px;
        }

    .fstdropdown > .fstlist {
        display: none;
        max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden
    }

    .fstdropdown.open > .fstlist {
        display: block
    }

.fstlist > div {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
    border-bottom: 1px solid #f5f5f5;
    min-height: 13px;
}

.fstdropdown.open:hover {
/*    border-color: #66afe9;
    overflow-x: hidden;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    -o-transition: border-color ease-in-out .1s,box-shadow ease-in-out .1s;
    -webkit-transition: border-color ease-in-out .1s,-webkit-box-shadow ease-in-out .1s;
    transition: border-color ease-in-out .1s,-webkit-box-shadow ease-in-out .1s;
    transition: border-color ease-in-out .1s,box-shadow ease-in-out .1s;
    transition: border-color ease-in-out .1s,box-shadow ease-in-out .1s,-webkit-box-shadow ease-in-out .1s;*/
}

.fstlist > div:hover {
    background-color: darkgray;
    color: #fff;
}

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

.fstsearchinput {
    padding: 2px;
    width: 100%;
    box-sizing: border-box;
/*    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    background-color: #fff;
    border: 1px solid #ccc;
/*    color: #555;*/
/*     font-size: 13px; */
    display: none;
}

.fstdropdown.open > .fstsearch {
    display: block;
    padding: 4px;
}

.fstdropdown.open .fstsearchinput {
    display: block;
}

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

.fstAll {
    width: 100%;
    position: relative;
    background-color: #0090ff;
    color: #fff;
    border: 0;
/*     font-size: 14px; */
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    height: 30px;
    display: none;
}

    .fstAll:hover {
        background-color: #337ab7
    }

.open .fstAll {
    display: block;
}
