
/* completionProgress Tracker v2 */
ol.completionProgress[data-steps="2"] li {
    width: 49%;
}

ol.completionProgress[data-steps="3"] li {
    width: 33%;
}

ol.completionProgress[data-steps="4"] li {
    width: 24%;
}

ol.completionProgress[data-steps="5"] li {
    width: 19%;
}

ol.completionProgress[data-steps="6"] li {
    width: 16%;
}

ol.completionProgress[data-steps="7"] li {
    width: 14%;
}

ol.completionProgress[data-steps="8"] li {
    width: 12%;
}

ol.completionProgress[data-steps="9"] li {
    width: 11%;
}

.completionProgress {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin-top: 5px;
    padding: 0;
}

    .completionProgress li {
        float: left;
        text-align: center;
        position: relative;
    }

    .completionProgress .name {
        display: block;
        vertical-align: bottom;
        text-align: center;
        margin-bottom: 0px;
        opacity: 0.5;
    }

    .completionProgress .step {
        color: #000000c2;
        border: 3px solid silver;
        background-color: silver;
        border-radius: 50%;
        line-height: 1.9em;
        width: 2.2em;
        height: 2.2em;
        display: inline-block;
        z-index: 0;
    }

        .completionProgress .step span {
            opacity: 0.3;
            position: relative;
            z-index: 2;
        }

    .completionProgress .active .name,
    .completionProgress .active .step span {
        opacity: 1;
        font-weight: bold;
    }

    .completionProgress .step:before {
        content: "";
        display: block;
        background-color: silver;
        height: 0.4em;
        width: 50%;
        position: absolute;
        bottom: 0.9em;
        left: 0;
        z-index: 1;
    }

    .completionProgress .step:after {
        content: "";
        display: block;
        background-color: silver;
        height: 0.4em;
        width: 50%;
        position: absolute;
        bottom: 0.9em;
        right: -15px;
        z-index: 1;
    }

    .completionProgress li:first-of-type .step:before {
        display: none;
    }

    .completionProgress li:last-of-type .step:after {
        display: none;
    }

    .completionProgress .done .step,
    .completionProgress .done .step:before,
    .completionProgress .done .step:after,
    .completionProgress .active .step,
    .completionProgress .active .step:before {
        background-color: #87c014;
    }

    .completionProgress .done .step,
    .completionProgress .active .step {
        border: 3px solid #87c014;
    }

#releaseCompletionProgress > .tooltip2 {
    color: rgb(118, 118, 118);
    border-bottom:none;
}

#releaseCompletionProgress > .tooltip2 .tooltiptext {
    top: -15px;
    margin-left: 10px;
    left:unset;
    
}
#releaseCompletionProgress {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}