/* */

.fs-wrap {position: relative;display: inline-block;width: 200px;font-size: 12px;line-height: 1;}
.fs-label-wrap {
	font-family: "Roboto Condensed",sans-serif;
	font-size: 15px;
	font-weight: 500;
	border: 1px solid #ccc;
	position: relative;
	cursor: default;
	background-color: #FFF;
	line-height: 25px;
	height: 35px;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-label-wrap .fs-label {
    padding: 6px 22px 6px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border-top: 0px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
    width: 99%;
    z-index: 1000;
	margin-top: 0px;
}

.fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto;
}

.fs-search input {
    width: 100%;
    padding: 2px 4px;
    border: 0;
	height: 30px;
	margin-bottom: 0px;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

.fs-option {
    cursor: pointer;
}

.fs-option.hl {
    background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
	font-family: "Roboto Condensed",sans-serif;
	font-size: 14px;
	line-height:normal;
    position: relative;
    padding-left: 30px;
}

.fs-option  {
    font-weight: 700;
    text-transform: uppercase;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: #FF7800;
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}

.fs-wrap .fs-option:hover {
    background-color: #f5f5f5;
}

.fs-optgroup-label {
    font-weight: bold;
}

.hidden {
    display: none;
}


.fs-wrap.multiple .fs-option.level-1 { margin-left: 20px;}

.facetwp-type-fselect .fs-wrap  { width: 100%;}
.facetwp-type-fselect .fs-dropdown { width: 99%;}

.facetwp-facet { margin-bottom: 0px; margin-top: 0px;}

.fs-option.level-1 { font-weight: normal;}


@media only screen and (max-width: 1023px) {
	
	
.fs-wrap{ position: inherit;}  

.ul-dropdown,
.fs-dropdown{  background: rgba(0,0,0,0.8); width:100%; display: none;  position: fixed; left:0px; top:0px; height:100%;}  
.ul-dropdown ul,
.ul-dropdown .fs-heading,
.fs-dropdown > div{ background: #fff; max-width:300px; box-sizing:border-box; margin: 0 auto; left:0px;}  
.fs-dropdown .fs-options { max-height: 280px;}

.ul-dropdown ul{ padding: 10px 0;}
.fs-heading{ background: #ff7800 !important; padding:10px; margin-top:25% !important; display: block;}
.fs-heading h5{ color: #fff; font-size:18px; font-weight:600; float: left;}	
.fs-heading:after{ content:""; display: block; clear: both;}
.fs-heading a{ background: url(../images/close.png) no-repeat center center / auto 100%; float: right; width:22px; height:12px; text-indent:-999px; overflow: hidden; margin-top:3px; display: block;}
.fs-label-wrap{ position: relative;}
.milti_dropDown{ position: absolute; left:0px; top:0px; display: block; width:100%; height:35px; z-index:999; text-indent:-9999px; overflow: hidden;}

[role="tech_doc"] .fs-dropdown{width: 99%;}
 	
}