/*! CSS Used from: https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.css */
@media print{
*,*:before,*:after{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.progress{
    height:20px;
    margin-bottom:0px;
    overflow:hidden;
    background-color:#f5f5f5;
    border-radius:1px;
    -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar{
    float:left;
    width:100%;
    height:100%;
    font-size:10px;
    line-height:20px;
    white-space:nowrap;
    color:#000;
    text-align:center;
    background-color: #84bbf3; /*#337ab7*/
    -webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition:width 0.6s ease;
    -o-transition:width 0.6s ease;
    transition:width 0.6s ease;
}
.progress-bar-striped{
    background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size:40px 40px;background-size:40px 40px;
}
.progress-bar.active{
    -webkit-animation:progress-bar-stripes 2s linear infinite;
    -o-animation:progress-bar-stripes 2s linear infinite;
    animation:progress-bar-stripes 2s linear infinite;
}
/*! CSS Used keyframes */
@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}
@-o-keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}
@keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}

