.acgProgressBar
{
	jfont-size:0.9em;
	jborder-bottom:1px solid #c4e0ee;	
	position:relative;
	background-color:rgb(248,249,250);
	display:table;
	height:4px;
	width:100%;
}

.acgProgressBarBackgroundLabel
{
	jwidth:30%;
	jpadding:0.5em 0;
	jcolor:#000000;
	position:relative;
	display:table-cell;
	vertical-align:middle;
	padding:0 0.5em;
	font-weight:bold;
}

.acgProgressBarBackgroundLabelHighlight
{
	font-weight:bold;
	color:#0071c5;	
}
.acgProgressBarBackgroundBar
{
	position:absolute;
	jheight:30px;
	jline-height:30px;
	width:0;
	jtext-align:right;
	top:0;
	background-color:rgb(4,159,217);
	height:100%;
    janimation-name: example;
    janimation-duration: 3s;
	janimation-timing-function: ease-out;
}

@keyframes example
{
    0%   {width:0;};
/*    100% {width:100%;}; */
}


.acgProgressBarBackgroundDataLabel
{
	color:rgb(192,24,24);
	jfont-weight:bold;
	padding-right:0.5em;
	jposition:absolute;
	jtop:0;
	jright:0;
	text-align:right;
	font-family:'open_sans_extrabold';
	font-size:1.1em;
	display:table-cell;
	vertical-align:middle;
}

