@charset "utf-8";
/* CSS Document */

.stepwizard-step {width: 25%}
.stepwizard-step p {
    margin-top: 10px;
	font-size: 12px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle-sw {
  width: 40px;
  height: 40px;
  background: #fff;
	text-align: center;
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 20px;
}
.stepform label {    font-weight: 400 !important;
    color: #0151B2;}
.stepform .checkbox label {    color: #666;
    font-size: 12px !important;}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {pointer-events:none }
.form-group .error { color:#8e1c68; font-size:12px; font-weight:bold!important;}