/* ==========================================================================
    Start Progress Bars Styles
========================================================================== */
.cs-progress-item {
    margin-bottom: 20px;
    clear: both;
}
.cs-progress-item .cs-progress-title .title {
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 5px !important;
    text-transform: uppercase;
}
.cs-progress-item .cs-progress-title span.title {
    display: block;
}
.cs-progress-item .progress {
    background-color: #e9e9e9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.cs-progress-item .progress-bar,
.progress.vertical .progress-bar{
    text-align: right;
    padding: 0 10px;
    font-size: 18px;
    font-weight: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition:all 300ms linear 0s !important;
    -moz-transition:all 300ms linear 0s !important;
    -ms-transition:all 300ms linear 0s !important;
    -o-transition:all 300ms linear 0s !important;
    transition:all 300ms linear 0s !important;
}
.cs-progress-item .cs-progress-title.vertical h3 {
    text-align: center;
}
.cs-progress-item .cs-progress-title.vertical span {
    display: block;
}
.cs-progress-item .progress.vertical {
    float: none;
}
.cs-progress-item .progress.vertical .progress-bar {
    text-align: center;
    padding: 5px 0px;
}
.rtl .cs-progress-item .progress-bar {
    text-align: left;
}
/* ==========================================================================
    End Progress Bars Styles
========================================================================== */