.acgBarBackground
{
	position:relative;
	jbackground-color:#939598;
	display:table;
	jheight:3em;
	width:100%;
}

.acgBarBackgroundLabel
{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	padding:0 0.5em;
	font-weight:bold;
	text-align:left;
}

.acgBarBackgroundLabelHighlight
{
	font-weight:bold;
	color:#0071c5;	
}
.acgBarBackgroundBar
{
	position:absolute;
	jheight:30px;
	jline-height:30px;
	width:0;
	jtext-align:right;
	top:0;
	background-color:rgb(192,24,24);
	height:100%;
    janimation-name: example;
    janimation-duration: 3s;
	janimation-timing-function: ease-out;
}

@keyframes example
{
    0%   {width:0;};
/*    100% {width:100%;}; */
}


.acgBarBackgroundDataLabel
{
	color:rgb(192,24,24);
	padding-right:0.5em;
	text-align:right;
	font-size:1.1em;
	display:table-cell;
	vertical-align:middle;
}

