@charset "UTF-8";
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: auto !important;
  top: auto !important;
}

.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
	height: 32px;
	line-height: 32px;
	margin:  0px;
	float: left;
	
}

.ms-choice {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 32px;
    font-weight: 300;
    text-decoration: none;
    padding: 0px;
    padding-left: 5px;
    margin:  0px;
    margin-right: 5px;
    border: var(--StyleBorderColorSoft25) 1px solid;
    float: left;
	cursor: pointer;
	background: var(--StyleCerceveBgColor);
    width: 100%;
    height: 32px;
    color: var(--StyleTextColor);
	text-align: left;
}
.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 32px;
    font-weight: 300;
    text-decoration: none;
    padding: 0px;
    padding-left: 5px;
    margin:4px 0px;
    margin-right: 5px;
    float: left;
	cursor: pointer;
    width: 100%;
    height: 32px;
    color: var(--StyleTextColor);
	text-align: left;
}
.ms-choice > span.ms-placeholder {
  color: var(--StyleTextColor);
}
.ms-choice > div.icon-close {
  position: absolute;
  top: 0px;
  right: 16px;
  height: 100%;
  width: 16px;
}
.ms-choice > div.icon-close:before {
  content: "×";
  color: var(--StyleTextColor);
  font-weight: bold;
}
.ms-choice > div.icon-close:hover:before {
  color: var(--StyleTextColor)333;
}

.ms-drop {
  width: auto;
  min-width: 100%;
  overflow: hidden;
  display: none;
  margin-top: 0px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: var(--StyleCerceveBgColor);
  color: var(--StyleTextColor);
  border: var(--StyleBorderColorSoft25) 1px solid;
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
	
}
.ms-drop.bottom {
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.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: 2px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
  box-sizing: border-box;
}
.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
 background: var(--StyleCerceveBgColor);
  color: var(--StyleTextColor);
  border: var(--StyleBorderColorSoft25) 1px solid;
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  box-shadow: none;
}

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  padding: 2px 0px;
}
.ms-drop ul > li .disabled {
  font-weight: normal !important;
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  cursor: default;
}
.ms-drop ul > li.multiple {
  display: block;
  float: left;
}
.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 {
  position: relative;
  padding-left: 5px;
  margin-bottom: 0;
  font-weight: normal;
  display: block;
  white-space: nowrap;
  cursor: pointer;
	line-height: 24px;
}
.ms-drop ul > li label.optgroup {
  font-weight: bold;
}
.ms-drop ul > li.hide-radio {
  padding: 0;
}
.ms-drop ul > li.hide-radio:focus, .ms-drop ul > li.hide-radio:hover {
  background-color: #f8f9fa;
}
.ms-drop ul > li.hide-radio.selected {
  color: #fff;
  background-color: #007bff;
}
.ms-drop ul > li.hide-radio label {
  margin-bottom: 0;
  padding: 5px 8px;
}
.ms-drop ul > li.hide-radio input {
  display: none;
}
.ms-drop ul > li.option-level-1 label {
  padding-left: 15px;
}
.ms-drop ul > li.group ~ li.option-level-1:not(.hide-radio) > label {
  padding-left: 15px;
}
.ms-drop ul > li.option-divider {
  padding: 0;
  border-top: 1px solid #e9ecef;
}
.ms-drop input[type=radio], .ms-drop input[type=checkbox] {
  position: relative;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.ms-drop .ms-no-results {
  display: none;
}

/*# sourceMappingURL=multiple-select.css.map */
