﻿.steps-container {
  font-size: 15px;
  height: 29px;
}
.steps-container .step {
  text-align: center;
  border-bottom-right-radius: 5px;
}
.steps-container .step a,
.steps-container .step span {
  color: black;
  text-decoration: none;
}
.steps-container .step.disabled {
  opacity: 0.5;
}
.steps-container .step.active {
  border-bottom-color: red;
}
.steps-container .step.active a {
  color: red;
}
.steps-container .step.enabled:hover {
  background: #e8edf0;
}
.steps-container .step.disabled a:hover {
  cursor: default;
}
.steps-container .arrow {
  margin-right: 10px;
  margin-left: 10px;
}
.steps-container .arrow img {
  width: 5px;
  height: 11px;
}
.fix-bar-class {
  position: fixed;
  background: white;
  padding: 0px;
  width: 961px;
  margin-top: -22px;
  z-index: 4;
  padding-top: 7px;
}