.next-select.medium .next-select-arrow:before, .next-select.medium .next-select-clear:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-select.medium .next-comobobox-arrow-wrapper {
  width: 33px;
  border-radius: 0 0px 0px 0;
}

.next-select.medium .next-select-inner-item {
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
}

.next-select.medium .next-select-inner-item .next-icon-close {
  margin-left: 2px;
}

.next-select.medium.multiple {
  padding-left: 4px;
  height: auto;
  min-height: 28px;
}

.next-select.medium.next-comobobox .next-select-clear {
  position: absolute;
  right: 37px;
}

.next-select.small {
  height: 20px;
  line-height: 18px;
  padding-left: 8px;
  padding-right: 25px;
  font-size: 12px;
  border-width: 1px;
}

.next-select.small.no-arrow {
  padding-right: 8px;
}

.next-select.small .next-select-arrow, .next-select.small .next-select-clear {
  right: 6px;
  top: 0px;
}

.next-select.small .next-select-arrow:before, .next-select.small .next-select-clear:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-select.small .next-comobobox-arrow-wrapper {
  width: 25px;
  border-radius: 0 0px 0px 0;
}

.next-select.small .next-select-inner-item {
  height: 14px;
  line-height: 14px;
  margin-top: 2px;
}

.next-select.small .next-select-inner-item .next-icon-close {
  margin-left: 2px;
}

.next-select.small.multiple {
  padding-left: 4px;
  height: auto;
  min-height: 20px;
}

.next-select.small.next-comobobox .next-select-clear {
  position: absolute;
  right: 29px;
}

.next-select.no-border {
  border-width: 0;
}

.next-select.no-border:hover {
  color: #15AD9D;
}

.next-select.no-border:hover .next-select-arrow {
  border-color: #15AD9D;
}

.next-select.no-border.disabled {
  background: #FFFFFF;
}

.next-select.no-border.disabled:hover {
  color: #CCCCCC;
}

.next-select.no-border.disabled:hover .next-select-arrow {
  border-color: #E6E7EB;
}

.next-comobobox input {
  border: 0;
  outline: 0;
  min-width: 100%;
  background: transparent;
}

.next-comobobox.multiple input {
  min-width: auto;
  width: 10px;
}

.next-comobobox.disabled .next-comobobox-arrow-wrapper {
  border-left-color: #E6E7EB;
}

.next-comobobox.has-clear:hover .next-select-arrow {
  display: inline-block;
}

.next-calendar {
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
}

.next-calendar *, .next-calendar *:before, .next-calendar *:after {
  box-sizing: border-box;
}

.next-calendar, .next-calendar:before, .next-calendar:after {
  box-sizing: border-box;
}

.next-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}

.next-calendar td, .next-calendar th {
  padding: 0;
}

.next-calendar-header .next-calendar-picker {
  padding: 8px;
  text-align: right;
}

.next-calendar-header .next-calendar-complex-picker, .next-calendar-header .next-calendar-range-picker, .next-calendar-header .next-calendar-month-picker {
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  padding: 0;
  text-align: center;
  position: relative;
}

.next-calendar-header .next-calendar-complex-picker a, .next-calendar-header .next-calendar-range-picker a, .next-calendar-header .next-calendar-month-picker a {
  cursor: pointer;
  color: #999999;
}

.next-calendar-header .next-calendar-complex-picker a:hover, .next-calendar-header .next-calendar-range-picker a:hover, .next-calendar-header .next-calendar-month-picker a:hover {
  color: #15AD9D;
}

.next-calendar-header .next-calendar-complex-picker .next-icon:before, .next-calendar-header .next-calendar-range-picker .next-icon:before, .next-calendar-header .next-calendar-month-picker .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}