@import '../../../themes';
.jz-select {
  position: relative;
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  color: #333;
  font-size: 13px;
  font-family: 微软雅黑;
}

.jz-select-single .jz-select-selection {
  position: relative;
  height: 32px;
}

.jz-select-selection {
  position: relative;
  display: block;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #e3e2e8;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}

.jz-select-disabled .jz-select-selection {
  border-color: #e3e2e8;
  background-color: #f2f2f2;
  cursor: not-allowed;
  color: #ccc;
}

.jz-select-loading,
.jz-select-not-found {
  color: #ccc;
  text-align: center;
  font-size: 13px;
}

.jz-select-dropdown-list {
  font-size: 13px;
}

.jz-select::-webkit-input-placeholder {
  color: #999;
  font-size: 13px;
}

.jz-select::-moz-placeholder {
  color: #999;
  font-size: 13px;
}

.jz-select:-ms-input-placeholder {
  color: #999 !important;
  font-size: 13px;
}

.jz-select-single .jz-select-selection .jz-select-placeholder {
  color: #999;
  font-size: 13px;
}

.jz-select-single .jz-select-selection .jz-select-placeholder,
.jz-select-single .jz-select-selection .jz-select-selected-value {
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 20px;
}

.jz-select .jz-select-arrow {
  position: absolute;
  top: 0;
  right: 3px;
  display: block;
  width: 25px;
  height: 32px;
  background: url('/image/cus/component.png?v=201811211600') no-repeat;
  background-position: -136px 14px;
  transition: transform 0.3s;
}

.jz-select-disabled .jz-select-arrow {
  background: url('/image/cus/component.png?v=201811211600') no-repeat;
  background-position: -869px 14px;
}

.jz-select .jz-select-trigger-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: ratate(180deg);
}

.jz-select-dropdown {
  position: absolute;
  width: inherit;
  margin: 8px 0;
  padding: 5px 0;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.14);
  z-index: 2;
}

.jz-select-dropdown.isTag-not-found {
  margin: 0;
  padding: 0;
  display: none !important;
}

.jz-select-dropdown ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.jz-select-dropdown[x-placement='right-start'] {
  margin-left: 10px;
}

.jz-select-item {
  position: relative;
  margin: 2px 5px !important;
  line-height: normal;
  padding: 6px 0 !important;
  clear: both;
  color: #333;
  white-space: nowrap;
  list-style: none;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  float: none;
  width: auto;
  text-indent: 0;
}

.jz-select-item .second-select-icon {
  position: absolute;
  border: solid transparent 4px;
  border-left-color: #333;
  right: 3px;
  margin-top: 5px;
}

.jz-select-item-selected,
.jz-select-item:hover {
  color: #fff;
  background: #5874d8;
}

.jz-select-item:hover .second-select-icon {
  border-left-color: #fff;
  background: #5874d8;
}

.jz-select-item-disabled,
.jz-select-item-disabled:hover {
  color: #ccc;
  cursor: not-allowed;
}

.jz-select-item-disabled:hover {
  background-color: #fff;
}

.jz-select-dropdown .mCSB_inside > .mCSB_container {
  margin-right: 4px;
}

.jz-select-dropdown .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.jz-select-dropdown .mCS-select-theme.mCSB_scrollTools_vertical {
  width: 4px;
  right: 2px;
}

.jz-select-dropdown .mCS-select-theme.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
  background-color: #f0f0f0;
  border-radius: 0;
}

.jz-select-dropdown .mCS-select-theme.mCSB_scrollTools_vertical .mCSB_dragger {
  width: 4px;
  left: 0;
  height: 50px !important;
}

.jz-select-dropdown .mCS-select-theme.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 50px;
  background-color: #d2d2d2;
}

.jz-select-dropdown
.mCS-select-theme.mCSB_scrollTools_vertical
.mCSB_dragger:hover
.mCSB_dragger_bar {
  width: 4px;
  height: 50px;
  background-color: #c5c5c5;
}

.jz-select-dropdown
.mCS-select-theme.mCSB_scrollTools_vertical
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.jz-select-dropdown
.mCS-select-theme.mCSB_scrollTools_vertical
.mCSB_dragger:active
.mCSB_dragger_bar {
  width: 4px;
  height: 50px;
  background-color: #c5c5c5;
}

.jz-select-single .jz-select-input {
  width: calc(100% - 25px);
}

.jz-select-input {
  position: relative;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-indent: 10px;
  font-size: 13px;
  outline: 0;
  border: none;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
}
.jz_select_filterable_input {
  display: block;
  margin: 5px;
}

.jz_select_filterable_input .jz-input {
  display: block;
  width: 100%;
  height: 30px;
}

.jz_select_filterable_input .jz-input + .jz-input-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  background: 0 0;
}

.jz_select_filterable_input .jz-input + .jz-input-icon:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: url('/image/cus/component.png?v=1') no-repeat -386px 0;
}

.jz_select_filterable_input .jz-input:focus + .jz-input-icon:after {
  background-position: -411px 1px;
}
