.line {
    width: 100%;
    float: left;
    height: auto;
    margin: auto auto auto auto;
    border-bottom: 2px #CCC solid;

}
.time-point
{

    float: left;
    padding: 2%;
    border-radius: 50%;
    border: 1px #CCC solid; 


}

.pull-center
{

    margin-left: 40% !important;

}
.offset-line
{
    margin-right:  25%;
}

.text-line{
    width: 20px;
    height: 20px;
    text-align: center;
    float: left;
    font-size: 18px;
    padding-top: 7px;    
}

.arrow-div
{
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #CCC;


}
.cont-line-time > .col-lg-3 > span
{
    margin: 50px auto auto 25px;
}
.active-current
{
    background: #0f70c4;
    color: #FFF
}

@media screen and (max-width: 991px){
    .offset-line
    {
        margin-right:  20%;
    }
}
.ativo{
    background: #009933;
    color: #009933;
}

.reprovado{
    background: #cc0033;
    color: #cc0033;
}

.em-ajuste
{
    background: #ffcccc;
    color: #ffcccc;
}

.cancelado{
    background: #000;
    color: #000;
}

.inativo{
    background: #553029;
    color: #553029;
}

.aguardando-aprovacao{
    background: #66ccff;
    color: #66ccff;
}

.em-andamento{
    background: #ff9966;
    color: #ff9966;
}
.sit{
    margin-top: 3px;
}
.width_space{
    width: 8.33333%;
}
