.fs-wrap {
position: relative;
    display: block;
    cursor: pointer !important;
    line-height: 1;
    box-sizing: border-box;
    margin-left: 0 !important;
    top: 2px;
}

.fs-label-wrap {
    margin-top: 4px;
    position: relative;
    background-color: #000;
    border-bottom: 3px solid #ddd;
    cursor: default;
    line-height: 18px !important;
    z-index: 160;
    text-align: left;
    cursor: pointer !important;
    border-bottom: 3px solid rgba(0,0,0,0.38);
    border-top: 1px solid rgba(0,0,0,0);
    border-left: 1px solid rgba(0,0,0,0);
    border-right: 1px solid rgba(0,0,0,0);
    color: #000;
    background: rgba(255,255,255,0.85);
    font-size: 11.1pt;
    font-weight: 300;
    transition: all 0.24s ease-out;
    box-sizing: border-box;
    padding: 0px 0px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.35);
    max-width: 900px !important;
    min-width: 206px;
}

.fs-label-wrap:focus {
  background: rgba(255,255,255,0.75);
  transition: all 0.02s ease-in;
  font-size: 15.7pt;
  border-top: 1px solid rgba(109, 176, 125, 1);
  border-left: 1px solid rgba(109, 176, 125, 1);
  border-right: 1px solid rgba(109, 176, 125, 1);
  border-bottom: 3px solid rgba(109, 176, 125, 1);
}

.fs-label-wrap:focus:hover {
  background: rgba(255,255,255,0.9);
  transition: all 0.1s ease-in;
  border-top: 1px solid rgba(109, 176, 125, 1);
  border-left: 1px solid rgba(109, 176, 125, 1);
  border-right: 1px solid rgba(109, 176, 125, 1);
  border-bottom: 3px solid rgba(109, 176, 125, 1);
}

.fs-label-wrap:hover {
  background: rgba(255,255,255,0.85);
  transition: all 0.1s ease-in;
  border-top: 1px solid rgba(109, 176, 125, 1);
  border-left: 1px solid rgba(109, 176, 125, 1);
  border-right: 1px solid rgba(109, 176, 125, 1);
  border-bottom: 3px solid rgba(109, 176, 125, 1);
}

.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: 4px 22px 4px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.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;
    transition: ease-in 0.15s;
}

.fs-open .fs-arrow {
    transform: rotate(-180deg);
}

.fs-dropdown {
    position: absolute;
    background-color:rgba(225,225,225, 1);
    margin-top: 2px;
    z-index: 10000000000000000000;
    max-width: 800px;
    width: calc(140%);
    border: 2px solid rgb(17, 169, 17);
    box-shadow: 6px 6px 8px rgba(0,0,0,0.58);
    box-sizing: border-box;
}

.fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto;
    box-sizing: border-box;
}

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    box-sizing: border-box;
    padding: 4px 18px;
    width: 100%;
    font-size: 10.6pt;
    background: rgba(235,235,235, 1);
    color: rgba(0,0,0,0.58);
}

.fs-search input:hover {
    filter: brightness(1.15);
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 8px 4px !important;
    border-bottom: 1px solid rgba(0,0,0,0.48);
    cursor: default;
    text-align: left;
    transition: all 0.14s ease-in-out;
    text-shadow: none;
    color:rgba(40, 78, 114, 0.98);
    font-weight: 500;
    font-size: 10.1pt;
}

.fs-optgroup-label {
    border-bottom: 2px solid rgba(40, 78, 114, 0.68);
    background-color: rgba(40, 78, 114, 0.28);
}

.fs-option:hover,.fs-option:focus {
  background: rgba(26,48,68,0.16) !important;
}

.fs-option {
    padding: 8px 12px !important;
    box-sizing: border-box;
    position: relative;
    z-index: 10000000000000000000;
}

.fs-search {
    padding: 18px 0px 4px !important;
    background: rgb(235, 235, 235) !important;
    border-bottom: 2px solid rgba(40, 78, 114, 0.68) !important;
    box-shadow: 0 0 4px rgba(40, 78, 114, 0.68);
}

.fs-search:after {
    position: absolute;
    top: 4px;
    left: 4px;
    color:rgba(40, 78, 114, 0.68);
    content:"Vyhledávání:";
    font-weight: 600;
    text-decoration: underline;
}

.fs-option:last-child {
    border-bottom: none;
}

.fs-search {
    padding: 0 8px;
}

.fs-no-results {
    padding: 6px 8px 12px !important;
    color: rgba(0,0,0,0.78);
    font-weight: 300;
    font-size: 10.6pt;
    text-shadow: none;
}

.fs-option {
    cursor: pointer;
    word-break: break-all;
    background: rgba(245,245,245,1) !important;
    color: rgba(0,0,0,0.78);
    font-weight: 300;
    text-shadow: none;
}

.fs-option.disabled {
    opacity: 0.4;
    cursor: default;
}

.fs-option.hl {
    background-color:  rgba(255,255,255,1);
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    right: 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-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-optgroup-label {
    font-weight: bold;
    text-align: center;
}

.hidden {
    display: none;
}
.ui-autocomplete-custom {
    background: #87ceeb;
    z-index: 2;
}