.steps {
  margin-bottom: 1px;
}
.steps.row {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.step {
  position: relative;
  padding: 12px 20px;
  margin: 0;
  font-size: inherit;
  color: #a3afb7;
  vertical-align: top;
  background-color: #f3f7f9;
  border-radius: 0;
}
.step-icon {
  float: left;
  margin-right: .5em;
  font-size: 20px;
}
.step-number {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #e4eaec;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.step-number ~ .step-desc {
  min-height: 40px;
  margin-left: 50px;
}
.step-title {
  margin-bottom: 0;
  font-size: 20px;
  color: #526069;
}
.step-desc {
  text-align: left;
}
.step-desc p {
  margin-bottom: 0;
}
.steps-vertical .step {
  display: block;
  padding: 18px 20px;
}
.steps-vertical .step[class*="col-"] {
  float: none;
  width: 100%;
}
.step.current {
  color: #fff;
  background-color: #62a8ea;
}
.step.current .step-title {
  color: #fff;
}
.step.current .step-number {
  color: #62a8ea;
  background-color: #fff;
}
.step.disabled {
  color: #ccd5db;
  pointer-events: none;
  cursor: auto;
}
.step.disabled .step-title {
  color: #ccd5db;
}
.step.disabled .step-number {
  background-color: #ccd5db;
}
.step.error {
  color: #fff;
  background-color: #f96868;
}
.step.error .step-title {
  color: #fff;
}
.step.error .step-number {
  color: #f96868;
  background-color: #fff;
}
.step.done {
  color: #fff;
  background-color: #46be8a;
}
.step.done .step-title {
  color: #fff;
}
.step.done .step-number {
  color: #46be8a;
  background-color: #fff;
}
.steps-lg .step {
  padding: 20px 20px;
  font-size: 16px;
}
.steps-lg .step-icon {
  font-size: 22px;
}
.steps-lg .step-title {
  font-size: 22px;
}
.steps-lg .step-number {
  width: 46px;
  height: 46px;
  font-size: 28px;
  line-height: 46px;
}
.steps-lg .step-number ~ .step-desc {
  min-height: 46px;
  margin-left: 56px;
}
.steps-sm .step {
  font-size: 12px;
}
.steps-sm .step-icon {
  font-size: 18px;
}
.steps-sm .step-title {
  font-size: 18px;
}
.steps-sm .step-number {
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
}
.steps-sm .step-number ~ .step-desc {
  min-height: 30px;
  margin-left: 40px;
}
.steps-xs .step {
  font-size: 10px;
}
.steps-xs .step-icon {
  font-size: 16px;
}
.steps-xs .step-title {
  font-size: 16px;
}
.steps-xs .step-number {
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
}
.steps-xs .step-number ~ .step-desc {
  min-height: 24px;
  margin-left: 34px;
}
