.bwa_container
{
	width:calc(100% + 20px);
}

.bwa_element
{
	margin:10px;
	background:rgba(57,57,57,0.05);
	padding:15px;
	border-radius:11px;
}

.bwa_element .label
{
	height:20px;
	line-height:20px;
	font-size:13px;
	font-weight:700;
}

.bwa_element .value
{
	height:40px;
	line-height:40px;
	font-size:25px;
	font-weight:300;
}

.bwa_element .bar_holder
{
	width:calc(100% + 6px);
}

.bwa_element .bar_holder .line
{
	position:absolute;
	left:3px;
	top:0;
	height:33.33%;
	width:calc(100% - 6px);
	border-top:1px solid rgba(0,0,0,0.05);
}

.bwa_element .bar_holder .line.second
{
	top:33.33%;
}

.bwa_element .bar_holder .line.third
{
	top:66.66%;
	border-bottom:1px solid rgba(0,0,0,0.05);
}

.bwa_element .bar_holder .line.fourth
{
	display:none;
	top:75%;
	border-bottom:1px solid rgba(0,0,0,0.05);
}

.bwa_element .bar_element
{
	width:calc(8.3333% - 10px);
	margin:0 5px 0 5px;
	height:180px;
}

.bwa_element .bar_element_small
{
	width:calc(4.166% - 10px);
	margin:0 5px 0 5px;
	height:180px;
}

.bwa_element .bar
{
	position:absolute;
	width:calc(100% - 10px);
	left:0;
	bottom:0;
	margin:0 5px 0 5px;
	border-radius:5px 5px 0 0;
	background:#cfc8b8;
}

.bwa_element .bar_value
{
	position:absolute;
	width:auto;
	left:50%;
	top:-20px;
	text-align:left;
	font-size:9px;
	line-height:11px;
	font-weight:500;
	transform:rotate(-60deg);
	transform-origin:left center;
	display:inline-block;
 	white-space:nowrap;
}

.bwa_element .bar_growth
{
	position:absolute;
	width:auto;
	height:9px;
	left:50%;
	top:50%;
	text-align:left;
	font-size:9px;
	line-height:9px;
	font-weight:800;
	transform:translate(-50%,-50%);
	display:inline-block;
 	white-space:nowrap;
}

.bwa_element .bar_date
{
	position:absolute;
	width:auto;
	height:9px;
	left:50%;
	top:calc(100% + 15px);
	text-align:left;
	font-size:9px;
	line-height:9px;
	font-weight:400;
	transform:translate(-50%,-50%);
	display:inline-block;
 	white-space:nowrap;
 	opacity:0.4;
}

.bwa_element_100 { width:calc(100% - 20px); }
.bwa_element_75 { width:calc(75% - 20px); }
.bwa_element_66 { width:calc(66.66% - 20px); }
.bwa_element_50 { width:calc(50% - 20px); }
.bwa_element_33 { width:calc(33.33% - 20px); }
.bwa_element_25 { width:calc(25% - 20px); }
.bwa_element_20 { width:calc(20% - 20px); }

.bwa_element_100_mobile {}
@media screen and (max-width: 800px) { .bwa_element_100_mobile { width:calc(100% - 20px) !important; } }


.bwa_item
{
	width:calc(100% - 20px);
	margin:5px 10px;
	background:rgba(57,57,57,0.2);
	padding:10px 15px;
	border-radius:11px;
}

.bwa_item .date
{
	width:15%;
	height:20px;
	line-height:20px;
	font-size:13px;
	font-weight:700;
	text-overflow: ellipsis;
 	overflow: hidden; 
 	white-space:nowrap;
}

.bwa_item .label
{
	width:60%;
	height:20px;
	line-height:20px;
	font-size:13px;
	font-weight:700;
	text-overflow: ellipsis;
 	overflow: hidden; 
 	white-space:nowrap;
}

.bwa_item .value
{
	width:25%;
	height:20px;
	line-height:20px;
	font-size:13px;
	font-weight:400;
	text-align:right;
}