.steps-header .nav-pills > .step > a {
  padding: 0px 0px 10px 0px;
  overflow: hidden;
  -webkit-transition: all linear .05s;
  -o-transition: all linear .05s;
  transition: all linear .05s; }

.steps-header .nav-pills > .step.active > a {
  background-color: transparent; }

.steps-header .nav-pills > .step > a:focus,
.steps-header .nav-pills > .step > a:hover {
  background-color: transparent; }

.steps-header .step .step-index {
  float: left;
  width: 26px;
  height: 26px;
  margin-top: 10px;
  margin-left: 5px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #C6C6C6;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all linear .05s;
  -o-transition: all linear .05s;
  transition: all linear .05s; }

.steps-header .nav-pills > .step.active .step-index {
  background-color: #fff;
  border-color: #006098;
  color: #006098; }

.steps-header .nav-pills > .step.current .step-index {
  background-color: #006098;
  border-color: #006098;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 34px;
  margin-top: 4px;
  margin-left: 0px; }

.steps-header .nav-pills > .step > a:hover .step-index {
  background-color: #14243C;
  border-color: #14243C;
  color: #fff; }

.steps-header .step .step-title {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  margin-left: 45px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #C6C6C6;
  -webkit-transition: all linear .05s;
  -o-transition: all linear .05s;
  transition: all linear .05s; }

.steps-header .nav-pills > .step.active .step-title {
  color: #14243C; }

.steps-header .nav-pills > .step > a:hover .step-title {
  color: #14243C; }

.steps-header .step .step-progress {
  margin-top: 15px; }

.steps-header .step .step-progress .progress {
  height: 6px;
  background-color: #F6F7F9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.steps-header .step.first .step-progress .progress {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.steps-header .step.last .step-progress .progress {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.steps-header .step .step-progress .progress .progress-bar {
  margin-top: 2px;
  height: 2px;
  background-color: #006098;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.steps-content {
  min-height: 400px; }

.steps-footer {
  padding: 15px 0;
  /*text-align: right;*/
  border-top: 1px solid #F6F7F9; }

.steps-footer .back {
  float: left; }

.steps-footer .back.cancel {
  margin-right: 10px; }

.steps-footer .back i {
  font-size: 15px; }

.steps-footer .next {
  float: right; }

.steps-footer .next i {
  font-size: 15px;
  padding-left: 10px;
  padding-right: 0px; }
