/* TGD */
div.TGD { width:100%; height:100%; overflow:hidden; }
div.TGD div.liste { width:30%; height:100%; overflow:auto; float:left; }
div.TGD div.fiche { width:calc(100% - 200px); height:100%; overflow:auto;  }
.TV_TGD .treeCell { width:30px; }
.TV_TGD tr.selection td, .TV_TGD tr.level_2.selection td  { background-image: linear-gradient(to bottom, #E69731 0%, #FFD399 100%); }

.TGD div.graphes { float: left; width: 70%; height: 100%; overflow:auto; }

.TGD .ct-series-a .ct-line , .TGD td.ct-series-a, .TGD div.progress div.allure 			{ stroke: aquamarine; background-color: aquamarine	;}
.TGD .ct-series-b .ct-line , .TGD td.ct-series-b, .TGD div.progress div.position 	 		{ stroke: gold		; background-color: gold		;}
.TGD .ct-series-c .ct-line , .TGD td.ct-series-c, .TGD div.progress div.communication	{ stroke: plum		; background-color: plum		;}
.TGD .ct-series-d .ct-line , .TGD td.ct-series-d, .TGD div.progress div.controle			{ stroke: skyblue	; background-color: skyblue		;}
.TGD #chart-tgd { position:relative; cursor:pointer; }
.TGD #chart-tgd .tooltip {
		position: absolute;
		border: solid 1px #888888;
		width: 60px; height: 42px;
		margin-top: -10px;
		margin-left: -20px;
		padding: 1px;
		background-color: #eeeeee;
		border-radius: 5px;
		font-size: 10px;
		text-align: center;			
	}
.TGD table.legende-etg, .TGD table.legende-etg { border-collapse:collapse; width:100%; text-align:center; }
