.displayBlock{
	display:inline-block;
	vertical-align:top;

}
.desc{

	background:#ffffff;
	height:45px;
	width:120px;
	border:#a7a7a7 0.5px solid;
	color:#080706;
	cursor:pointer;

}


.label{
	width:80px;
	padding-left:3px;
	line-height:20px;
	color:#222222;
	font-size:11px;
	/*font-family:Roboto Medium;*/
}

.totvalue{
	width:10px;
	line-height:20px;
	font-size:10.5px;
	text-align: center;
	padding-left:2px;
	/*font-family:Roboto Medium;*/
	color:##F64012;
	font-weight:bold;
	
}

.confirmedvalue{
	width:10px;
	line-height:20px;
	font-size:11px;
	text-align: center;
	padding-left:2px;
	/*font-family:Roboto Medium;*/
	color:#83EC27;
	font-weight:bold;
	
}


.underplanningvalue{
	width:10px;
	line-height:20px;
	font-size:11px;
	text-align: center;
	padding-left:2px;
	/*font-family:Roboto Medium;*/
	color:#F6EE12;
	font-weight:bold;
	
}


.plannedvalue{
	width:10px;
	line-height:20px;
	font-size:11px;
	text-align: center;
	padding-left:2px;
	/*font-family:Roboto Medium;*/
	color:#F68412;
	font-weight:bold;
	
}


.executionvalue{
	width:10px;
	line-height:20px;
	font-size:11px;
	text-align: center;
	padding-left:2px;
	/*font-family:Roboto Medium;*/
	color:#F64012;
	font-weight:bold;
}


.deliveredvalue{
	width:10px;
	line-height:20px;
	font-size:11px;
	text-align: center;
	padding-left:2px;
/*	font-family:Roboto Medium;*/
	color:#F612A2;
	font-weight:bold;
	
}


.billgeneratedvalue{
	width:10px;
	line-height:20px;
	font-size:11px;
	text-align: center;
	padding-left:2px;
	/*font-family:Roboto Medium;*/
	color:#7512F6;
	font-weight:bold;
	
}


.shortclosedvalue{
	width:10px;
	line-height:20px;
	font-size:11px;
	text-align: center;
	padding-left:2px;
	/*font-family:Roboto Medium;*/
	color:#222222;
	font-weight:bold;
	
}


.incompletevalue{
	width:10px;
	line-height:20px;
	font-size:11px;
	text-align: center;
	padding-left:2px;
	/*font-family:Roboto Medium;*/
	color:#AA12F6;
	font-weight:bold;
	
}


.cancelledvalue{
	width:10px;
	line-height:20px;
	font-size:11px;
	text-align: center;
	padding-left:2px;
	/*font-family:Roboto Medium;*/
	color:#F61212;
	font-weight:bold;
	
}


.revenueleakagevalue{
	width:10px;
	line-height:20px;
	font-size:11px;
	text-align: center;
	padding-left:2px;
	/*font-family:Roboto Medium;*/
	color:#12AAF6;
	font-weight:bold;
	
}
	/*On item selected*/
.desc.x-item-selected{
	border:#ff7f00 1px solid;
}


	/*On item selected
.confirmedvalue.x-item-selected{
	background:#ff7f00;
}


.totvalue.x-item-selected{
	background:#ff7f00;
}
	
.full.x-item-selected{
background:#ff7f00;
}
		
.partial.x-item-selected{
	background:#ff7f00;
}

.empty.x-item-selected{
	background:#ff7f00;
}
*/
.redBg{
	background:#ed3939;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-align: center;
	color: #ffffff;

}

.GreenBg{
	background:#05994e;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-align: center;
	color: black;
}


.OrangeBg{
	background:#ff7f00;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-align: center;
	color: #ffffff;
}
