/* eeprogress_bars */

.eprogress_bars .ebars_list{margin:0;padding: 0}
.eprogress_bars .ebars_list li{margin-bottom:20px;list-style:none;overflow:hidden}
.eprogress_bars .ebars_list li:last-child{margin-bottom:0}
.eprogress_bars .ebars_list li h6{margin-bottom:7px;position:relative;padding-right:40px}
.eprogress_bars .ebars_list li h6 .elabel{display:block;font-size:11px;line-height:17px;padding:0 5px;font-weight:400;position:absolute;right:0;top:1px;-webkit-border-radius:3px;border-radius:3px;background:rgba(0,0,0,.05);color:rgba(0,0,0,.35)}
.eprogress_bars .ebars_list li h6 .elabel em{font-style:normal}
.eprogress_bars .ebars_list li .ebar{position:relative;width:100%;height:20px;-webkit-border-radius:3px;border-radius:3px;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.02);-webkit-box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.04);box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.04)}
.eprogress_bars .ebars_list li .ebar .eprogress{display:block;height:100%;-webkit-box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.04);box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.04); background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(0,0,0,.07) 6px, rgba(0,0,0,.07) 14px);}
.eprogress_bars .ebars_list:not(.hover) li .ebar .eprogress{width:0!important}

.eprogress_bars .ebars_list.hover li .ebar .eprogress{-webkit-transition:all 1.3s ease-in-out;-moz-transition:all 1.3s ease-in-out;-o-transition:all 1.3s ease-in-out;transition:all 1.3s ease-in-out}
.eprogress_bars .ebars_list li .ebar .eprogress {
    background-color: #0095eb;
}