.show-value-area {
    position:relative;
    padding:0  4px;
}
.fe-select {
    display: inline-block;
    position:relative;
    vertical-align: middle;
}
.show-options {
    border: 1px solid #dedede;
    margin-top:0px;
    padding:0 4px;
    width: calc(100% - 10px);
    position:absolute;
    background: #fff;
    z-index:9999;
}
.checked-class {
    background: #fff;
     padding:0  4px;
    text-align: left;
}
.user-multiselect-input {
    width:100%;
    padding:0 4px;
    min-height: 30px;
    line-height:30px;
    font-size: 12px;
    border: 1px solid #dedede;
    border-radius:2px;
    text-align:left;
    outline:none;
}
.user-select-search{
    box-sizing: border-box;
    position: relative;
    border:1px solid #dedede;
    border-top:0px;
    height:30px;
    line-height:29px;
}
.user-select-search i {
    float:left;
}
.user-select-input {
    display: block;
    padding:0  4px;
    height: 30px;
    line-height:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    border:1px solid #dedede;
    border-radius: 2px;
}
.user-select-input:after {
  clear:both;
  content:'';
  display:block;
  width:0;
  height:0;
  visibility:hidden;
}
.user-search-input {
    border:0px;
     width: calc(100% - 20px)
}
.show-multiselected-value {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background:#f2f4f5;
    position: relative;
    border-radius: 2px;
    height: 24px;
    line-height: 24px;
    margin: 3px 4px 0 0;
}
 .show-multiselected-value>span:nth-child(1) {
    padding:0 4px;
    width: 78%;
    font-size: 12px;
}
.show-multiselect-selection__choice__remove {
   font-size:12px;
   cursor: pointer;
   right:0px;
   padding: 0 4px;
}
.user-select-input:hover,.user-multiselect-input:hover {
    cursor:pointer;
    border:1px solid #65C178
}

.show-options-ul {
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
}

.show-options-ul li {
    height: 25px;
    line-height:25px;
    font-size:12px;
    padding:4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 2px;
}
.checked-class:hover {
  background:#65C178;
  cursor:pointer;
  color:#fff;
}
.show-multiselected-value:hover {
  cursor:pointer;
}
.user-multiselect-input:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*margin and padding*/
.mlr10{margin:0 10px;}
.mlr15{margin:0 15px;}
.mlr20{margin:0 20px;}
.mtb10{margin:10px 0;}
.mtb15{margin:15px 0;}
.mtb20{margin:20px 0;}
