/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.ms-parent.form-control.col-sm-3 {
  z-index: inherit; }

.ms-choice {
  background-color: #fff;
  border: 0px;
  /* height: 26px; */
  border-radius: 4px;
  color: #444;
  cursor: pointer;
  display: block;
  line-height: 26px;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  width: 100%; }

.ms-choice:hover,
.ms-choice span:hover {
  border: 0px; }

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

.ms-choice > span {
  /*position: absolute;*/
  display: block;
  left: 0;
  overflow: hidden;
  padding-left: 8px;
  right: 20px;
  /*text-overflow: ellipsis;*/
  top: 0;
  white-space: normal; }

.ms-choice > span.placeholder {
  color: #999; }

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

.ms-choice > div.open {
    background: url('multiple-select.png') right top no-repeat;
}
*/
.ms-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #000;
  display: none;
  margin-top: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1000; }

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

.ms-drop.top {
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 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 {
  background: #fff url("multiple-select.png") no-repeat 100% -22px;
  background: url("/kernel/globalAddons/jQuery/plugins/multiple-select/multiple-select.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  font-family: sans-serif;
  font-size: 1em;
  height: auto !important;
  margin: 0;
  min-height: 24px;
  outline: 0;
  padding: 0 20px 0 5px;
  width: 98%; }

.ms-search, .ms-search input {
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.ms-drop ul {
  margin: 0;
  overflow: auto;
  padding: 5px 8px; }

.ms-drop ul > li {
  background-image: none;
  display: list-item;
  list-style: none;
  position: static; }

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

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

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

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

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

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

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

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

.ms-drop .ms-no-results {
  display: none; }

/*# sourceMappingURL=multiple-select.css.map */
