.multi_select{
    position:relative;
    clear:both;
    height:65px;
}
.ms-parent{
    display:inline-block;
    position:relative;
    vertical-align:middle;
    width:100% !important;
    margin-top:2px;
    height:100%;
}
.ms-choice{
    display:flex;
    width:100%;
    height:100%;
    padding:0;
    overflow:hidden;
    cursor:pointer;
    border:1px solid #dddddd;
    border-radius:.25rem;
    text-align:left;
    white-space:nowrap;
    line-height:28px;
    color:#444;
    text-decoration:none;
    background-color:#fff;
    align-content:center;
    align-items:center;
}
.ms-choice.disabled{
    background-color:#f4f4f4;
    background-image:none;
    border:1px solid #ddd;
    cursor:default;
}
.ms-choice > span{
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display:block;
    height:26px;
    margin-bottom:0px;
    font-weight:normal;
    padding:0 20px;
    font-size:15px;
}
.ms-choice > span.placeholder{
    color:#788088;
    font-weight:normal;
}
.ms-choice > div{
    position:absolute;
    right:10px;
    width:20px;
    height:20px;
    text-align:center;
    line-height:18px;
    transform:rotate(90deg) scale(1) skew(0deg) translate(0px);
    -webkit-transform:rotate(90deg) scale(1) skew(0deg) translate(0px);
    -moz-transform:rotate(90deg) scale(1) skew(0deg) translate(0px);
    -o-transform:rotate(90deg) scale(1) skew(0deg) translate(0px);
    -ms-transform:rotate(90deg) scale(1) skew(0deg) translate(0px);
}
.ms-choice > div:after, .ms-choice > div.open:after{
    content:"\276F";
    width:20px;
    height:20px;
    color:#495057;
    font-size:10px;
}
.ms-choice > div.open:after{content:"\276F";}
.ms-drop{
    width:calc(100% - 2px);
    overflow:hidden;
    display:none;
    margin-top:0px;
    padding:0;
    position:absolute;
    z-index:1000;
    background:#fff;
    color:#000;
    border:1px solid #dddddd;
    border-top:none;
}
.ms-drop.bottom{
    top:100%;
    -webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.10);
    box-shadow:0 1px 5px rgba(0, 0, 0, 0.10);
}
.ms-drop.top{
    bottom:100%;
    -webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.10);
    box-shadow:0 1px 5px rgba(0, 0, 0, 0.10);
}
.ms-search{
    display:inline-block;
    margin:0;
    min-height:26px;
    padding:4px;
    position:relative;
    white-space:nowrap;
    width:100%;
    z-index:10000;
}
.ms-search:after{
    position:absolute;
    font-family:'Font Awesome 5 Free';
    content:"\f002";
    margin-left:-18px;
    margin-top:2px;
    z-index:5;
    color:#4E4E4E;
    font-weight:900;
    font-size:12px;
}
.ms-search input{
    width:100%;
    height:auto !important;
    min-height:24px;
    padding:0 20px 0 5px;
    margin:0;
    outline:0;
    font-family:sans-serif;
    font-size:12px;
    border:1px solid #dddddd;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    background:#fff no-repeat 100% -22px;
    background:no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background:no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background:no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background:no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background:no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background:no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.ms-search, .ms-search input{
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.ms-drop ul{
    overflow:auto;
    margin:0;
    padding:5px 8px;
}
.ms-drop ul > li{
    list-style:none;
    display:list-item;
    background-image:none;
    position:static;
    font-size:13px;
}
.ms-drop ul > li .disabled{
    opacity:.35;
    filter:Alpha(Opacity=35);
}
.ms-drop ul > li.multiple{
    display:block;
    float:left;
    width:100% !important;
}
.ms-drop ul > li.group{
    clear:both;
}
.ms-drop ul > li.multiple label{
    width:100%;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.ms-drop ul > li label{
    font-weight:normal;
    display:block;
    width:100%;
    font-size:13px;
    line-height:16px;
    margin-bottom:10px;
    position:relative;
    padding-left:20px;
    cursor:pointer;
}
.ms-drop ul > li label.optgroup{
    font-weight:bold;
}
.ms-drop input[type="checkbox"]{
    vertical-align:middle;
    margin-right:3px;
}
.ms-drop .ms-no-results{
    display:none;
}
.ms-drop ul li label input[type="checkbox"]{
    opacity:0;
    visibility:hidden;
    width:0;
    height:0;
}
.ms-drop ul li label:before{
    content:"";
    width:16px;
    height:16px;
    border:1px solid #ddd;
    display:block;
    float:left;
    margin-right:5px;
    position:absolute;
    left:0;
    top:0;
}
.ms-drop ul li label:after{
    content:"\2713";
    position:absolute;
    left:3px;
    top:1px;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 300ms ease 0s;
    -moz-transition:all 300ms ease 0s;
    -ms-transition:all 300ms ease 0s;
    -o-transition:all 300ms ease 0s;
    transition:all 300ms ease 0s;
}
.ms-drop ul li.selected label:after{
    opacity:1;
    visibility:visible;
}