/*
css/app/cpockets/
consolidatedresults.css

split pont 992px screen width


$(function() {
	
});

*/
.datataskbox{
	width: 360px; 
	float:left;
}

.minichartboxcontainer{
	width: 72px;
	float:left;
}

.chartbox_small{
	float:left;
}

.chartbarbox_yes{
	background-color: #28a745;
	width:5px;/*8px*/
	margin-right:1px;
}

.chartbarbox_no{
	background-color: #dc3545;
	width:5px;/*8px*/
	margin-right:1px;
}

.chartbarbox_na{
	background-color: #f2f2f2;
	width:5px;/*8px*/
	margin-right:1px;
}

.num_data_container{
	width: 720px; 
	float:left;
}

.num_data_box{
	width: 60px;
	padding-right:20px;
	float: left;
}

.scrollable_data_box{
	width: 440px; 
	overflow-x: auto;
	overflow-y: hidden;
	direction: ltr;
	white-space: nowrap;
}

.onebar{
	width: 40px;
}

.total_na{
	height: 140px;
	background-color: #f2f2f2;
}
.total_no{
	background-color: #dc3545;
}
.total_yes{
	background-color: #28a745;
}


