<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @author zhixin wen &lt;wenzhixin2010@gmail.com&gt;
 */

/****
 .ms-choice{width:auto !important;max-width:12em;padding:0 2.7em 0 0.8em;margin:0;height:2.35em;line-height:2.35em;text-transform:uppercase;border-color:#ccc;color:#666;border-radius:2px}
 body .ms-choice:hover, body .ms-choice:focus, body .ms-choice:active, body .ms-choice.open{outline:none;border-color:#1c75bc}
 body .ms-choice:hover &gt; span, body .ms-choice:focus &gt; span, body .ms-choice:active &gt; span, body .ms-choice.open&gt;span{color:#1c75bc}
 body .ms-choice:hover &gt; div, body .ms-choice:focus &gt; div, body .ms-choice:active &gt; div, body .ms-choice.open&gt;div{border-top-color:#1c75bc}
 body .ms-choice&gt;span{position:static;display:block;overflow:hidden;width:auto !important;padding:0;text-overflow:ellipsis;white-space:nowrap}
 
 body .ms-choice&gt;div:before{position:absolute;top: -7px;right: -6px;content:'';display:inline-block;width:0;height:0;border:solid transparent;border:solid rgba(255, 255, 255, 0);border-width:6px 6px 0;border-top-color:#fff}
 body .search-autocomplete{position:absolute;top:100%;z-index:350;margin-top: -1px}
 body .ms-drop, body .search-autocomplete{left:0;right:0;width:auto !important;border:1px solid #1c75bc;border-radius:0}****/
.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.ms-choice {
    display: block;
    width: 100%;
    font-size: 12px;
    height: 30px;
    margin: auto;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 30px;
    
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
}
body .ms-choice:hover &gt; span, body .ms-choice:focus &gt; span, body .ms-choice:active &gt; span, body .ms-choice.open&gt;span{color:#1c75bc}
body .ms-choice:hover &gt; div, body .ms-choice:focus &gt; div, body .ms-choice:active &gt; div, body .ms-choice.open&gt;div{border-top-color:#1c75bc}
body .ms-choice:hover &gt; div, body .ms-choice:focus &gt; div, body .ms-choice:active &gt; div, body .ms-choice.open&gt;div{border-top-color:#1c75bc}

/**
 *body .ms-choice&gt;div:before{position:absolute;top: -7px;right: -6px;content:'';display:inline-block;width:0;height:0;border:solid transparent;border:solid rgba(255, 255, 255, 0);border-width:6px 6px 0;border-top-color:#fff}
body .ms-choice&gt;div{position:absolute;top:1.05em;right:0.9em;display:inline-block;width:0;height:0;border:solid transparent;border:solid rgba(102, 102, 102, 0);border-width:6px 6px 0;border-top-color:#666;}
**/

.ms-choice:active{
}
.ms-choice:active &gt; span.placeholder {
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice &gt; span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
    color: #d0a962;
    font-size: 12px;
}

.ms-choice &gt; span.placeholder {
    color: #9c9c9c;
}

.ms-choice &gt; div {
    width:140px;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    background: url('multiple-select.png') left top no-repeat;
}

.ms-choice &gt; div.open {
    background: url('multiple-select.png') right top no-repeat;
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    font-size: 13px;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.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: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url('multiple-select.png') no-repeat 100% -22px;
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('multiple-select.png') 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 &gt; li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul &gt; li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul &gt; li.multiple {
    display: block;
    float: left;
}

.ms-drop ul &gt; li.group {
    clear: both;
}

.ms-drop ul &gt; li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul &gt; li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
}

.ms-drop ul &gt; li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}
</pre></body></html>