/* Latest compiled and minified CSS included as External Resource*/

/* Optional theme */

/*@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');*/

.stepwizard-step p {
  margin-top: 0px;
  color:#666;
}
.stepwizard-row {
  display: table-row;
  margin-left: -15px;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  padding-top: 20px;
}
.stepwizard-step button[disabled] {
  /*opacity: 1 !important;
  filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
  opacity:1 !important;
  color:#bbb;
}
.stepwizard-row:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content:" ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
  margin-left: -8px;
  left: 2px;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.btn-circle {
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 12px 0;
  font-size: 24px;
  line-height: 1.428571429;
  border-radius: 30px;
}

.btn-success {
  color: #fff !important;
  background-color: #1D4989 !important;
  border-color: #1D4989 !important;
}

.stepwizard .form-group-lg {
  margin-bottom: 16px;
  margin-left: -15px;
}