.flexer,
.progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.no-flexer,
.progress-indicator.stacked {
    display: block;
}
.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
}
.flexer-element,
.progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}
.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    /* font-size: 80%; */
    text-transform: uppercase;
    width: 40em;
}
.progress-indicator > li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #EBEBF2;
    display: block;
}
.progress-indicator > li:hover {
    color: #6f6f6f;
}
.progress-indicator > li.completed,
.progress-indicator > li.completed .bubble {
    color: #65d074;
}
.progress-indicator > li .bubble {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: solid 3px #cdcdcd;
    display: block;
    margin: 0 auto 0.5em;
    background-color: transparent;
}
.progress-indicator > li .bubble:after,
.progress-indicator > li .bubble:before {
    display: block;
    position: absolute;
    top: 10px;
    width: 39%;
    height: 5px;
    content: "";
    border-top: 5px dotted #EBEBF2;
    /* background-color: #EBEBF2; */
}
.progress-indicator > li.completed .bubble,
.progress-indicator > li.completed .bubble:after,
.progress-indicator > li.completed .bubble:before {
    background-color: #65d074;
    border-color: #247830;
}
.progress-indicator > li .bubble:before {
    left: -1px;
}
.progress-indicator > li .bubble:after {
    right: 1px;
}
.progress-indicator > li:first-child .bubble:after,
.progress-indicator > li:first-child .bubble:before {
    width: 45%;
    margin-left: 55%;
}
.progress-indicator > li:last-child .bubble:after{
    width: 40%;
    margin-right: 63%;
}
.progress-indicator > li:last-child .bubble:before {
    width: 0%;
    margin-right: 40%;
}
.progress-indicator > li.active,
.progress-indicator > li.active .bubble {
    color: #337ab7;
}
.progress-indicator > li.active .bubble,
.progress-indicator > li.active .bubble:after,
.progress-indicator > li.active .bubble:before {
    background-color: #337ab7;
    border-color: #122a3f;
}
.progress-indicator > li.bingkas,
.progress-indicator > li.bingkas .bubble {
    color: #4A4D63;
}
.progress-indicator > li.bingkas .bubble,
.progress-indicator > li.bingkas .bubble:after,
.progress-indicator > li.bingkas .bubble:before {
    background-color: #C61F2D ;
    border-color: #C61F2D;
}


.progress-indicator > li a:hover .bubble,
.progress-indicator > li a:hover .bubble:after,
.progress-indicator > li a:hover .bubble:before {
    background-color: #5671d0;
    border-color: #1f306e;
}
.progress-indicator > li a:hover .bubble {
    color: #5671d0;
}
.progress-indicator > li.danger,
.progress-indicator > li.danger .bubble {
    color: #d3140f;
}
.progress-indicator > li.danger .bubble,
.progress-indicator > li.danger .bubble:after,
.progress-indicator > li.danger .bubble:before {
    background-color: #d3140f;
    border-color: #440605;
}
.progress-indicator > li.warning .bubble,
.progress-indicator > li.warning .bubble:after,
.progress-indicator > li.warning .bubble:before {
    background-color: #edb10a;
    border-color: #5a4304;
}
.progress-indicator > li.warning .bubble {
    color: #edb10a;
}
.progress-indicator > li.info .bubble,
.progress-indicator > li.info .bubble:after,
.progress-indicator > li.info .bubble:before {
    background-color: #5b32d6;
    border-color: #25135d;
}
.progress-indicator > li.info .bubble {
    color: #5b32d6;
}
.progress-indicator.stacked > li {
    text-indent: -10px;
    text-align: center;
    display: block;
}
.progress-indicator.stacked > li .bubble:after,
.progress-indicator.stacked > li .bubble:before {
    left: 50%;
    margin-left: -1.5px;
    width: 3px;
    height: 100%;
}
.progress-indicator.stacked .stacked-text {
    position: relative;
    z-index: 10;
    top: 0;
    margin-left: 60% !important;
    width: 45% !important;
    display: inline-block;
    text-align: left;
    line-height: 1.2em;
}
.progress-indicator.stacked > li a {
    border: none;
}
.progress-indicator.stacked.nocenter > li .bubble {
    margin-left: 0;
    margin-right: 0;
}
.progress-indicator.stacked.nocenter > li .bubble:after,
.progress-indicator.stacked.nocenter > li .bubble:before {
    left: 10px;
}
.progress-indicator.stacked.nocenter .stacked-text {
    width: auto !important;
    display: block;
    margin-left: 40px !important;
}
@media handheld, screen and (max-width: 400px) {
    .progress-indicator {
        font-size: 0%;
        width: 100%;
    }

    .progress-indicator > li .bubble {
      
        width: 20px;
        height: 20px;
      
    }

    .progress-indicator > li .bubble:before,
    .progress-indicator > li .bubble:after {
      
        height: 0px;
        top: 8px;
    }
}

#sub-header-title{
    white-space: nowrap;
    text-transform: capitalize;

}