/* @import "sass-sandal/function"; */
.im-dropdown-wrap-arrow-icon {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
}

.im-dropdown {
  background: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.im-dropdown-wrap {
  border: 1px solid #dedede;
  display: block;
  box-sizing: content-box;
  height: 28px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 9px;
  position: relative;
  white-space: nowrap;
}

.im-dropdown-wrap:hover {
  border-color: #999;
}

.im-dropdown-wrap-text {
  width: 100%;
  min-width: 20px;
  border: 0;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
  padding: 0;
}

.im-dropdown-wrap-text-placeholder {
  color: #999;
}

.im-dropdown-wrap-input {
  vertical-align: top;
  line-height: inherit;
  height: inherit;
}

.im-dropdown-wrap-loading {
  border: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: center;
}

.im-dropdown-wrap-loading-icon {
  margin: auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../../style/image/loading.gif");
  background-size: 100%;
}

.im-dropdown-wrap-arrow-icon {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 0;
  border-top: 6px solid #999;
  border-left: 6px dashed transparent;
  border-right: 6px dashed transparent;
}

.im-dropdown-wrap .clean-icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  right: 20px;
  color: #999;
  font-size: 14px;
  margin: 3px;
}

.im-dropdown-wrap .clean-icon:hover {
  color: #333;
}

.im-dropdown-wrap.disabled {
  border-color: #dedede !important;
  color: #999;
  cursor: default;
}

.im-dropdown-wrap.disabled .im-icon {
  color: #999;
}

.im-dropdown-dropdown {
  background: #fff;
  border: 1px solid #dedede;
  border-top: 0;
  box-sizing: border-box;
  display: none;
  left: 0;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 4000;
}

.im-dropdown-dropdown-list {
  max-height: 300px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}

.im-dropdown-dropdown-group-title {
  color: #999;
  cursor: default;
  padding-left: 10px;
  font-size: 12px;
  min-height: 30px;
  line-height: 30px;
  border-top: 1px solid #dedede;
}

.im-dropdown-dropdown-group .im-dropdown-dropdown-option {
  padding-left: 20px;
}

.im-dropdown-dropdown-option {
  background: #fff;
  border-top: 1px solid #dedede;
  cursor: pointer;
  min-height: 30px;
  line-height: 30px;
  padding: 0 9px;
  position: relative;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}

.im-dropdown-dropdown-option:hover {
  background: #f5f5f5;
}

.im-dropdown-dropdown-option.selected, .im-dropdown-dropdown-option.disabled {
  color: #999;
  cursor: default;
  background-color: #fff;
}

.im-dropdown-dropdown-option .selected-icon {
  position: absolute;
  right: 5px;
  top: 5px;
}

.im-dropdown-infinite-option-item_empty, .im-dropdown-infinite-option-item_loading {
  text-align: center;
}
