.fs-buttons {
    padding: 0;
    text-align: center;
	padding:0;
}

.fs-buttons > div {
    display: inline-block;
    text-align: center;
    width: 50%;
    border-right: 1px solid #eee;
}

.fs-buttons > div:last-child {
    border-right: none;
    width: calc(50% - 1px);
}

.fs-button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    padding: 6px 8px;
    text-align: center;
    border: none;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #004700;
    color: #fff;
}
.fs-button:hover{
	 background:#003200;
}

.fs-wrap {

    display: inline-block;

    cursor: pointer;

    line-height: 1;

    width: 220px;

}
.fs-wrap:focus, .fs-wrap:active{
	outline:none;
}



.fs-label-wrap {

    position: relative;

    background-color: #fff;

    border: 1px solid #bbb;

    cursor: default;

	width: 220px;

}



.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 {

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 220px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: inherit;
    -webkit-border-radius: auto;
    -moz-border-radius: auto;
    border-radius: auto;

}



.fs-arrow {

    width: 0;

    height: 0;

    border-left: 3px solid transparent;

    border-right: 3px solid transparent;

    border-top: 7px solid #424242;

    position: absolute;

    top: 0;

    right: 5px;

    bottom: 0;

    margin: auto;

}



.fs-dropdown {

    position: absolute;

    background-color: #fff;

    border: 1px solid #ddd;

    width: 220px;

    margin-top: 0px;

    z-index: 1000;

	box-shadow: 0px 3px 8px 2px #c4c4c4;

}



.fs-dropdown .fs-options {

    max-height:  125px;

	overflow: auto;

}



.fs-search input {

    border: none !important;

    box-shadow: none !important;

    outline: none;

    padding: 6px 0;

    width: 100%;

	background: transparent;

    color: #fff !important;

}



.fs-option,

.fs-search,

.fs-optgroup-label {

    padding: 6px 8px;

    border-bottom: 1px solid #eee;

    cursor: default;

}



.fs-option:last-child {

    border-bottom: none;

}



.fs-search {

    padding: 0 8px;

    background: #007500;

}



.fs-no-results {

    padding: 6px 8px;

}



.fs-option {

    cursor: pointer;

    word-break: break-all;

}



.fs-option.disabled {

    opacity: 0.4;

    cursor: default;

}



.fs-option.hl {

    background-color: #f5f5f5;

}



.fs-wrap.multiple .fs-option {

    position: relative;

    padding-left: 30px;

}



.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: #007500;

    border-color: transparent;

    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');

    background-repeat: no-repeat;

    background-position: center;

}



.fs-optgroup-label {

    font-weight: bold;

    text-align: center;

}



.hidden {

    display: none;

}