/*Wizard */

.act-steps {
    padding: 1rem 0 .7rem 0
}

.act-steps .container {
    text-align: center;
    position: relative;
}

.act-steps .container::after {
    content: " ";
    position: absolute;
    z-index: 2;
    top: 17px;
    left: 12%;
    right: 12%;
    border-top: 1px dotted #9999B5;
}

.act-steps span.num,
.act-steps small {
    display: block;
    color: #9999B5;
}

.act-steps span.num {
    position: relative;
    z-index: 4;
    padding: .2rem 0 0 0;
    width: 32px;
    height: 32px;
    margin: 0 auto .5rem auto;
    background: #FFF;
    border: 1px solid #9999B5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.act-steps .done span.num {
    background: #27AE60;
    border-color: #27AE60;
    color: #FFF
}

.act-steps .done small {
    color: #27AE60
}

.act-steps .current span.num {
    background: #FF573D;
    border-color: #FF573D;
    color: #FFF
}

.act-steps .current small {
    color: #FF573D
}