.next-date-picker-time-panel .next-time-picker-select {
  width: 64px;
  font-size: 12px;
}

.next-month-picker {
  position: relative;
  display: inline-block;
}

.next-month-picker .next-icon {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 0;
  color: #CCCCCC;
}

.next-month-picker .next-icon:hover {
  color: #999999;
}

.next-month-picker-small .next-input {
  width: 160px;
  display: inline-block;
}

.next-month-picker-small .next-input input {
  height: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0 8px;
  font-size: 12px;
}

.next-month-picker-small .next-input input:placeholder {
  font-size: 12px;
}

.next-month-picker-small .next-icon {
  height: 20px;
  line-height: 20px;
}

.next-month-picker-small .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-month-picker-medium .next-input {
  width: 160px;
  display: inline-block;
}

.next-month-picker-medium .next-input input {
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0 8px;
  font-size: 14px;
}

.next-month-picker-medium .next-input input:placeholder {
  font-size: 14px;
}

.next-month-picker-medium .next-icon {
  height: 28px;
  line-height: 28px;
}

.next-month-picker-medium .next-icon:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-month-picker-large .next-input {
  width: 160px;
  display: inline-block;
}

.next-month-picker-large .next-input input {
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0 8px;
  font-size: 16px;
}

.next-month-picker-large .next-input input:placeholder {
  font-size: 16px;
}

.next-month-picker-large .next-icon {
  height: 40px;
  line-height: 40px;
}

.next-month-picker-large .next-icon:before {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}

.next-month-picker-panel {
  width: 270px;
  border: 1px solid #C4C6CF;
  background: #FFFFFF;
  position: relative;
}

.next-month-picker-panel .next-month-picker-input {
  display: block;
  padding: 3px;
  border-bottom: 1px solid #E6E7EB;
}

.next-month-picker-panel .next-input {
  border: 0;
  color: #666;
}

.next-range-picker {
  position: relative;
  display: inline-block;
}

.next-range-picker-trigger {
  position: relative;
  -webkit-transition: border 0.3s ease 0.1s;
  transition: border 0.3s ease 0.1s;
  color: #666666;
  border: 1px solid #C4C6CF;
  background-color: #FFFFFF;
}

.next-range-picker-disabled {
  color: #CCCCCC;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
  cursor: not-allowed;
}

.next-range-picker-separator {
  color: #999999;
}

.next-range-picker .next-input {
  background-color: transparent;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100px;
  text-align: center;
}

.next-range-picker .next-icon {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 12px;
  color: #CCCCCC;
}

.next-range-picker .next-icon:hover {
  color: #999999;
}

.next-range-picker-small .next-range-picker-trigger {
  margin: 0;
  padding-right: 20px;
}

.next-range-picker-small .next-input {
  display: inline-block;
}

.next-range-picker-small .next-input input {
  height: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0 8px;
  font-size: 12px;
}

.next-range-picker-small .next-input input:placeholder {
  font-size: 12px;
}

.next-range-picker-small .next-icon {
  height: 20px;
  line-height: 20px;
}

.next-range-picker-small .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-range-picker-medium .next-range-picker-trigger {
  margin: 0;
  padding-right: 28px;
}

.next-range-picker-medium .next-input {
  display: inline-block;
}

.next-range-picker-medium .next-input input {
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0 8px;
  font-size: 14px;
}

.next-range-picker-medium .next-input input:placeholder {
  font-size: 14px;
}

.next-range-picker-medium .next-icon {
  height: 28px;
  line-height: 28px;
}

.next-range-picker-medium .next-icon:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-range-picker-large .next-range-picker-trigger {
  margin: 0;
  padding-right: 40px;
}

.next-range-picker-large .next-input {
  display: inline-block;
}

.next-range-picker-large .next-input input {
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0 8px;
  font-size: 16px;
}

.next-range-picker-large .next-input input:placeholder {
  font-size: 16px;
}

.next-range-picker-large .next-icon {
  height: 40px;
  line-height: 40px;
}

.next-range-picker-large .next-icon:before {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}

.next-range-picker-panel {
  width: 540px;
  border: 1px solid #C4C6CF;
  background: #FFFFFF;
  position: relative;
}

.next-range-picker-panel .next-range-picker-input {
  display: block;
  padding: 3px;
  border-bottom: 1px solid #E6E7EB;
}

.next-range-picker-panel .next-input {
  width: 120px;
  border: 0;
  color: #666666;
  text-align: center;
}