.fs2-wrap {position: relative;display: inline-block;width: 200px;font-size: 12px;line-height: 1;}
.fs2-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;
}
.fs2-label-wrap,
.fs2-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.fs2-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;
}

.fs2-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;
}

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

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

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

.fs2-option {
    cursor: pointer;
}

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

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

.fs2-option.level-0 {
    font-weight: 700;
    text-transform: uppercase;
}

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

.fs2-wrap.multiple .fs2-option .fs2-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;
}

.fs2-wrap.multiple .fs2-option.selected .fs2-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;
}

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

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

.hidden {
    display: none;
}


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