.ms2side__div {
    clear: left;
    padding: 1px;
    float: left;
    background : url('') repeat-x; /* HACK FOR CHROME */
}

.ms2side__select {
    width: calc(50% - 72px);
    float: left;
}

.ms2side__header {
    width: 100%;
    height: 60px;
    font-weight:bold;
    clear:both;
}

.modal .ms2side__options, .modal .ms2side__updown {
    margin-top:60px !important;
}

.ms2side__options, .ms2side__updown {
    margin-top:0px !important;
    float: left;
    font-size: 10pt;
    margin: 0;
    padding: 0 8px;
    width: 55px;
    color: black;
    text-align: center;
    overflow: hidden;
}

.ms2side__options span.btn {
    width:15px;
    margin-bottom:0.5em;
}
.ms2side__updown span.btn {
    width:15px;
    margin-bottom:0.5em;
}


.ms2side__div select {
    width: 100%;
    float: left;
    height:280px;
}


/* INPUT FOR SEARCH */
.ms2side__header input {
    width: auto;
    height: 34px;
    clear: both;
}

.ms2side__header input.wait {
    width: 80px;
    height: 12px;
    background: #FFFFFF url(../img/jquery.multiselect2side/loading.gif) no-repeat center right;
}

.ms2side__header input.small {
    width: 50px;
    height: 12px;
}


/* INPUT FOR SELECT SEARCH */
.ms2side__header select {
    width: 100px;
    font-size: 11px;
    height: 18px;
    float: none;
}

.ms2side__header select.small {
    width: 70px;
}

.ms2side__options a, .ms2side__updown a {
    margin-bottom: 4px;
}

.ms2side__header {
    background: white;
}

.ms2side__options a.ms2side__hide, .ms2side__updown a.ms2side__hide,
.ms2side__options a:hover.ms2side__hide, .ms2side__updown a:hover.ms2side__hide {
    cursor: default;
    color: gray;
    border: 1px solid gray;
    background-color: white;
}



