.progressBar2 {

    position: relative;
    background: #ededed;
    height: 30px;
    border-radius: 8px;
    /*overflow: hidden;*/
}

.progressBar2 .left {
    display: inline-block;
    width: 60%;
    float: right;
    height: 100% ;
}
.progressBar2 .right {
    height: 100% ;
    display: inline-block;
    width: 40%;

}
.progressBar2  .active{
    background: #ffffff;
}
.progressBar2 .left.active {

    position: relative;

}
.progressBar2 .value {

    background: white;
    border-radius: 8px;
    width: 35px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    margin: 4px;
    position: absolute;
    top: -4px;
    left: -20px;
    color: #fff;
}
.progressBar2 > div {
    border-radius: 8px;
}
.progressBar2 .left .value{
     float: left;
}
.progressBar2 .title {

    font-size: 12px !important;
    margin-top: 10px;
    color: #777;

}
.progressBar2 .active .title {

    color: #fff !important;

}
.progressBar2 .right .value{
     float: right;
}



.ProgressBar2Box .title:first-child {
    position: absolute;
    left: 8px;
    font-size: 12px;
    top: 25px;
    color: #444444 ;
}
.ProgressBar2Box .title:last-child {
    position: absolute;
    right: 8px;
    font-size: 12px;
    top: 25px;
    color: #444444 ;
}
.sectionContent .ProgressBar2Box {

    background: #e3e3e3;
    padding: 20px 50px !important;
    border-radius: 5px;
    max-height: 70px;
    min-height: 70px;
    position: relative;
    width: 450px;

}
.details.ProgressBar2Box {

    background: white !important;
    border: 1px solid #d7d7d7;

}
