.fs-wrap {
    #display: inline-block;
    min-width: 200px;
    line-height: 1;
}

.fs-label-wrap {
    position: relative;
    cursor: default;
    width: 200px;
}

.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;
    display: block;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    width: 200px;
}

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

.fs-dropdown {
    position: absolute;
    /*background-color: #DBE6EC;
    border: 1px solid #F6F6F6;*/
    /*width: 300px;*/
    /* margin-top: 5px; */
    z-index: 1000;
    /*border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);*/
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    /*box-shadow: 0 6px 12px rgba(119, 179, 212, 0.7);*/
    border: 2px solid #d9d9d9;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

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

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding: 4px 5px;
    width: 100%;
    /*background-color: #77B3D4;
    color: white;*/
    color: #737373;
    background-color: #cdcdcd;
    border-color: #cdcdcd;
}
/*.fs-search input::-webkit-input-placeholder {color: #a23d3d;}*/
.fs-search input::-webkit-input-placeholder {color: #737373;}
.fs-search input::-moz-placeholder          {color:#737373;}/* Firefox 19+ */
.fs-search input:-moz-placeholder           {color:#737373;}/* Firefox 18- */
.fs-search input:-ms-input-placeholder      {color:#737373;}
.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: 0px;
}

.fs-option {
    cursor: pointer;
}

.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: rgb(17, 169, 17);
    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;
    text-align: center;
}

.hidden {
    display: none;
}

.fs-label-wrap{
    width: 200px;
}

.fs-optgroup{

}

.fs-optgroup{
    margin-left: 30px;
}

.fs-optgroup .fs-optgroup-label{
    margin-left: -30px;
}


.field-works-categorys .fs-label-wrap, .field-works-categorys .fs-label{
    width: 100%!important;
}
.field-works-departments .fs-label-wrap, .field-works-departments .fs-label{
    width: 100%!important;
}
.field-works-objectsmain .fs-label-wrap, .field-works-objectsmain .fs-label{
    width: 100%!important;
}

.field-works-categorys .fs-dropdown{
    width: 90%!important;
}
.field-works-departments .fs-dropdown{
    width: 90%!important;
}
.field-works-objectsmain .fs-dropdown{
    width: 90%!important;
}