
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin: 20px 0;
}

.stepwizard .col-sm-2 {
    width: 20%;
    padding: 0;
}

.stepwizard .wizard-stepnum {
    font-size: 0.9em;
    padding-bottom: 20px;
}

.stepwizard .disabled .wizard-stepnum {
    color: #777;
}

.stepwizard .progress {
    background-color: #E6E6E6;
    border-radius: 0;
    box-shadow: none;
    height: 6px;
    margin-bottom: 20px;
    overflow: hidden;
}

.stepwizard .step1 .progress {
    border-radius: 15px 0 0 15px;
}

.stepwizard .step5 .progress {
    border-radius: 0 15px 15px 0;
}

.stepwizard .state2 .progress .progress-bar {
    width: 100%;
}

.stepwizard .progress .progress-bar {
    width: 50%;
    box-shadow: none;
}

.stepwizard .disabled .progress .progress-bar {
    width: 0;
}

.stepwizard .wizard-dot {
    background: #67B53B;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    height: 24px;
    left: 50%;
    line-height: 22px;
    margin-left: -12px;
    position: absolute;
    text-align: center;
    top: 29px;
    width: 24px;
}

.stepwizard .disabled .wizard-dot {
    background: #E6E6E6;
    color: #ccc;
}
