:root {
  --level1-color: #14183d;
  --level2-color: #000;
  --level3-color: #343646; }

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0 !important;
  width: 100% !important; }
  .ms-parent.form-control {
    padding-left: 0;
    padding-right: 0; }
  .ms-parent.brand, .ms-parent.class, .ms-parent.model, .ms-parent.body {
    width: 100% !important; }

.ms-choice {
  background: none;
  border: 1px solid #d6d6d6;
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 40px;
  line-height: 26px;
  overflow: hidden;
  padding: 0;
  font-size: 1.8rem;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  transition: .3s; }

.ms-choice.disabled {
  background-image: none;
  cursor: default;
  opacity: .5; }

.ms-choice > span {
  display: block;
  line-height: 1.2;
  overflow: hidden;
  padding-left: 16px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ms-choice > span.placeholder {
  color: #fff;
  letter-spacing: 1.7px;
  font-size: 17px;
  position: absolute;
  left: -16px;
  top: -28px; }

.ms-choice > div {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 31px;
  height: 31px;
  /*background: url("multiple-select.png") left top no-repeat;*/ }
  .ms-choice > div:before {
    background-image: url(../images/sprite.png);
    background-position: -14px -61px;
    width: 17px;
    height: 9px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -5px;
    margin-top: -4px;
    position: absolute;
    top: 50%; }

.ms-choice > div.open {
  background-position: right top; }

.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 20px 0 5px;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000; }

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

.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: 40px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
  box-sizing: border-box; }

.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 40px;
  padding: 0 16px 0 45px;
  margin: 0;
  outline: 0;
  border: 1px solid #d6d6d6;
  background: #fff url("../images/search-icon.png") no-repeat left 13px center;
  background-color: #fffefe; }

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

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

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

.ms-drop ul > li.multiple {
  display: block; }
  .ms-drop ul > li.multiple input[type="checkbox"] {
    display: none; }

.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;
  position: relative;
  z-index: 2;
  padding-top: 5px;
  padding-bottom: 5px; }

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

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

.ms-drop ul > li.selected span {
  font-family: "Inter Bold"; }

.ms-drop ul > li.hide-radio, .ms-drop ul > li.multiple {
  position: relative; }
  .ms-drop ul > li.hide-radio label, .ms-drop ul > li.multiple label {
    font-size: 1.5rem; }

.ms-drop ul > li.hide-radio:before, .ms-drop ul > li.hide-radio:after {
  border-radius: 50%;
  pointer-events: none; }

.ms-drop ul > li.hide-radio:after {
  background-color: #fff;
  height: 6px;
  left: 27px;
  top: 12px;
  width: 6px; }

.ms-drop ul > li.hide-radio:hover:after {
  background-color: #2065d8; }

.ms-drop ul > li.multiple {
  transition: .3s; }
  .ms-drop ul > li.multiple:before {
    border-radius: 5px;
    pointer-events: none; }
  .ms-drop ul > li.multiple:after {
    content: "";
    display: block;
    left: 23px;
    position: absolute;
    top: 10px; }
  .ms-drop ul > li.multiple:hover {
    background-color: #f7f7f7;
    color: #fff; }
    .ms-drop ul > li.multiple:hover:before {
      background-color: #e5e6e7; }
  .ms-drop ul > li.multiple.selected:after {
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 11px; }

.ms-drop ul > li.hide-radio:focus,
.ms-drop ul > li.hide-radio:hover {
  color: #2065d8; }

.ms-drop ul > li.hide-radio label {
  margin-bottom: 0;
  padding: 3px 0; }

.ms-drop ul > li.hide-radio input {
  display: none; }

.ms-drop input[type=radio], .ms-drop input[type=checkbox] {
  margin: 5px; }

.ms-drop .ms-no-results {
  display: none;
  padding-left: 20px;
  font-size: 18px; }

/*# sourceMappingURL=multiple-select.css.map */
.listwrapper {
  max-height: 250px;
  position: relative;
  padding: 0 20px;
  z-index: 10;
  overflow: hidden; }
  .listwrapper ul {
    height: auto !important;
    max-height: none !important; }

.checkbox-tab .ms-drop ul > li {
  margin: .4rem 0; }

.checkbox-tab .ms-drop li label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }

.checkbox-tab .ms-drop span {
  font-size: 1.5rem;
  position: relative;
  padding: 0 0 0 32px;
  cursor: pointer; }

.checkbox-tab .ms-drop span:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #7f8184; }

.checkbox-tab .ms-drop li label input:checked + span:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAYAAACgu+4kAAAAjUlEQVQokWP8//8/AxlAjoGB4SkDA8NfJjI0T2ZgYHgIxfwMIBeQgOf8RwW6lGieA/Y+mZrn////nxnZAJv///8H4tA8H5dmmAE2aJJEa4YZ4IdFEVGakb2Arvg2MZrRAxHdEIKascXCBlI0YzOA/////2+hmmcS0gzC2PICGwMDgwQDA8MjgomagYEBAD19HxkTqPmyAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #2065d8;
  border-color: #2065d8; }

.radio-tab .ms-drop li label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }

.radio-tab .ms-drop span {
  display: block;
  position: relative;
  padding: 0 0 0 32px;
  cursor: pointer;
  font-size: 1.5rem; }

.radio-tab .ms-drop span:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #7f8184;
  border-radius: 50%;
  transition: .3s; }

.radio-tab .ms-drop span:after {
  background: #fff;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 9px;
  top: 7px; }

.radio-tab .ms-drop label {
  letter-spacing: normal !important; }

.radio-tab .ms-drop li label input:checked + span:before {
  background-color: #2065d8;
  border-color: #2065d8; }

.radio-tab .ms-drop li:hover span:before {
  border-color: #2065d8 !important; }
