.next-progress-line-show-info .next-progress-line-container {
  padding-right: 60px;
  margin-right: -60px;
}

.next-progress-line-show-info .next-progress-line-text {
  width: 50px;
  text-align: left;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  color: #333333;
}

.next-progress-circle {
  position: relative;
  display: inline-block;
}

.next-progress-circle-underlay {
  stroke: #EBECF0;
  stroke-width: 8px;
}

.next-progress-circle-overlay {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  stroke-linecap: round;
  stroke-width: 8px;
}

.next-progress-circle-overlay-normal {
  stroke: #2192D9;
}

.next-progress-circle-overlay-success {
  stroke: #1DC11D;
}

.next-progress-circle-overlay-error {
  stroke: #FF3333;
}

.next-progress-circle-overlay-started {
  stroke: #FF3333;
}

.next-progress-circle-overlay-middle {
  stroke: #FFA033;
}

.next-progress-circle-overlay-almostfinished {
  stroke: #1DC11D;
}

.next-progress-circle-small {
  width: 100px;
  height: 100px;
  font-size: 20px;
}

.next-progress-circle-medium {
  width: 116px;
  height: 116px;
  font-size: 24px;
}

.next-progress-circle-large {
  width: 132px;
  height: 132px;
  font-size: 36px;
}

.next-progress-circle-text {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.next-range {
  box-sizing: border-box;
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
  position: relative;
  display: block;
  width: 100%;
  font-family: inherit;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
  cursor: pointer;
}

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

.next-range .next-range-track {
  position: absolute;
  width: 100%;
  top: 50%;
  border-radius: 0px;
}

.next-range .next-range-selected {
  position: absolute;
  width: 0;
  top: 50%;
  left: 0;
  border-radius: 0px;
}

.next-range .next-range-scale {
  position: relative;
  width: 100%;
  height: 12px;
}

.next-range .next-range-scale .next-range-scale-item {
  position: absolute;
  left: 0;
  width: 2px;
  border: 1px solid;
  border-radius: 0px;
}

.next-range .next-range-slider {
  position: absolute;
  top: 50%;
  left: 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
}

.next-range .next-range-mark {
  position: relative;
  top: -40px;
  cursor: auto;
}

.next-range .next-range-mark .next-range-mark-text {
  position: absolute;
  left: 0;
  width: 30%;
  margin-left: -15%;
  padding-left: 2px;
  text-align: center;
}

.next-range.disabled {
  cursor: not-allowed;
}

.next-range.disabled .next-range-mark {
  cursor: auto;
}

.next-range .next-range-track {
  background-color: #C4C6CF;
}

.next-range .next-range-track:hover {
  background-color: #C4C6CF;
}

.next-range .next-range-selected {
  background-color: #15AD9D;
}

.next-range .next-range-selected:hover {
  background-color: #15AD9D;
}

.next-range .next-range-scale .next-range-scale-item {
  border-color: #C4C6CF;
}

.next-range .next-range-scale .next-range-scale-item:hover {
  border-color: #C4C6CF;
}

.next-range .next-range-scale .next-range-scale-item.activated {
  border-color: #15AD9D;
}

.next-range .next-range-scale .next-range-scale-item.activated:hover {
  border-color: #15AD9D;
}

.next-range .next-range-slider {
  background-color: #FFFFFF;
  border-color: transparent;
}

.next-range .next-range-slider:hover {
  background-color: #FFFFFF;
  border-color: transparent;
}

.next-range .next-range-mark .next-range-mark-text {
  color: #999999;
}

.next-range .next-range-mark .next-range-mark-text:hover {
  color: #999999;
}

.next-range .next-range-mark .next-range-mark-text.activated {
  color: #333333;
}

.next-range .next-range-mark .next-range-mark-text.activated:hover {
  color: #333333;
}

.next-range.disabled .next-range-track {
  background-color: #C4C6CF;
}

.next-range.disabled .next-range-selected {
  background-color: #A0A2AD;
}

.next-range.disabled .next-range-scale .next-range-scale-item {
  border-color: #C4C6CF;
}

.next-range.disabled .next-range-scale .next-range-scale-item.activated {
  border-color: #A0A2AD;
}

.next-range.disabled .next-range-slider {
  background-color: #E6E7EB;
  border-color: #E6E7EB;
}

.next-range.disabled .next-range-mark .next-range-mark-text {
  color: #CCCCCC;
}

.next-range.disabled .next-range-mark .next-range-mark-text.activated {
  color: #999999;
}

.next-range .next-range-track {
  height: 4px;
  margin-top: -2px;
}