﻿.progressbar-step {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #EBF0F4;
    background-color: #EBF0F4;
}

.progressbar-step-content {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-width: 0px;
    border-style: none;
    line-height: 40px;
    position: relative;
    text-decoration: none;
    color: #9AA2A8;
    font-size: 20px;
    margin-top: -2px;
    margin-left: -2px;
    animation: none;
}

.progressbar-step-separator {
    width: 30px;
    max-width: 30px;
    height: 4px;
    display: inline-block;
    background-color: #EBF0F4;
    vertical-align: top;
    margin-top: 18px;
}

.progressbar-step-complete {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #EBF0F4;
    background-color: #EBF0F4;
}

.progressbar-step-content-complete {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-width: 0px;
    border-style: none;
    line-height: 40px;
    position: relative;
    text-decoration: none;
    color: #9AA2A8;
    font-size: 20px;
    margin-top: -2px;
    margin-left: -2px;
    animation: none;
}

.progressbar-step-separator-complete {
    width: 30px;
    max-width: 30px;
    height: 4px;
    display: inline-block;
    background-color: #EBF0F4;
    vertical-align: top;
    margin-top: 18px;
}
