/* new dashboard variables*/
.steps-container h4 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.tb-steps {
  width: 750px;
  margin: 0 auto;
}
.tb-steps ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table;
}
.tb-steps ul li {
  margin: 0;
  padding: 0;
  display: table-cell;
}
.tb-steps ul li.hr-rule {
  width: 111px;
  background: url(../img/steps_bg.png) repeat-x 0 15px;
  display: block;
  height: 21px;
}
.tb-steps ul li.active-rule {
  background: url(../img/steps_bg_active.png) repeat-x 0 15px;
}
.tb-steps ul li.steps-no {
  width: 32px;
}
.tb-steps ul li.steps-no span {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #d2d5db;
  text-align: center;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  padding-top: 5px;
  display: block;
  margin: 0 auto;
}
.tb-steps ul li.active span {
  background: #1ac799;
}
.tb-steps ul li.completed span {
  background: #1ac799;
}
.tb-steps ul li.left-arrow,
.tb-steps ul li.right-arrow {
  width: 32px;
}
.tb-steps .step-label {
  width: 100%;
}
.step-label li.active {
  background: none !important;
}
.step-label li.active label {
  border-bottom: solid 3px #019d73;
  line-height: 14px;
  color: #019d73;
}
.tb-steps .step-label li {
  text-align: center;
  width: 125px;
  color: #a5a5a5;
  font-weight: normal;
}
.tb-steps .step-label li:first-child,
.tb-steps .step-label li:last-child {
  width: 75px;
}
.cursor-default {
  cursor: default !important;
}
.disable-anchor {
  pointer-events: none;
}
