.progress
{
    position: relative;
    height: 25px;
}

.progress>.progress-type
{
    position: absolute;
    left: 0;
    font-weight: 700;
    padding: 3px 30px 2px 10px;
    color: #FFF;
    background-color: #696763;
}

.progress-bar
{
    background-color: #CCC;
}
.progress>.progress-completed
{
    position: absolute;
    right: 0;
    font-weight: 800;
    padding: 3px 10px 2px;
}

.region-step
{
    display: inline-block;
    width: 100%;
}

.step
{
    text-align: center;
}

.step .col
{
    background-color: #fff;
    border: 1px solid #C0C0C0;
    border-right: 0;
    display:block;
    color: #000;
}

.step .col:last-child
{
    border: 1px solid #C0C0C0;
}

.step .col:first-child
{
    border-radius: 4px 0 0 4px;
}

.step .col:last-child
{
    border-radius: 0 5px 5px 0;
}

.step .col:hover
{
    color: #A40000;
    cursor: pointer;
}

.step .activestep
{
    color: #A40000;
}

.step .fa
{
    padding-top: 15px;
    font-size: 40px;
}