.progress {
    background-color: #ebebeb;
    box-shadow: none; 
}

.progress-bar {
    box-shadow: none; 
}

.progress-sm {
    height: 6px; 
}

.progress-md {
    height: 10px; 
}

.progress-xs {
    height: 3px; 
}

.progress-bar-success {
    background-color: #76bbad; 
}

.progress-bar-info {
    background-color: #5b90bf; 
}

.progress-bar-warning {
    background-color: #ffaa3a; 
}

.progress-bar-danger {
    background-color: #d66061; 
}

ul.progress-stats {
    padding: 10px;
    margin: 0;
    text-align: left; 
}

ul.progress-stats li {
    padding: 10px;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
    border: 1px solid #ebebeb !important;
    background-color: white;
    margin-bottom: 3px; 
}

ul.progress-stats li:last-child {
    margin-bottom: 0px; 
}

ul.progress-stats li:hover {
    background: white;
    cursor: pointer; 
}

ul.progress-stats li .details {
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 11px; 
}

ul.progress-stats li .details strong {
    font-weight: 600;
    margin-right: 3px;
    font-size: 13px; 
}

ul.progress-stats li .details span {
    font-weight: 400; 
}

ul.progress-stats li.plain {
    padding: 5px 0px;
    border: 0 !important;
    font-weight: 600;
    display: block;
    font-size: 14px;
    background: transparent;
    display: block; 
}

ul.progress-stats li.plain .btn {
    float: right; 
}

ul.progress-stats li.plain .btn i {
    color: white !important;
    font-size: 16px; 
}

