/* évaluation */
div.popup.eval { top: -35px; left: 5px; height: calc(100% - 50px); width: calc(100% - 20px); overflow:hidden; }
/* div.popup.eval div.titre { height:50px; } */
table.TV_eval tr td.treeCell { width:40px; }
table.TV_eval tr table { width:100%; }
table.TV_eval td.points	{ width: 60px; }
table.TV_eval td.nom		{ width: 50%; }
table.TV_eval td.check		{ width: 30px; vertical-align: middle; }
table.TV_eval td.obs div { 
	width: 100%;   height: 100%; overflow: auto;
	background-color: blanchedalmond; color:green; font-style: italic; border-radius:2px;
}
table.TV_eval tr.level_3 td { background-color: #cccccc;  }
table.TV_eval tr.level_4 td { background-color: #eeeeee;  }
div#divAppliPedago table.TV_eval tr.level_4 td.treeCell   { padding-left:28px; }
table.TV_eval tr.level_4 td.treeCell a { display:block; }
table.TV_eval tr.critere td.treeCell a { display:none; }
div#divAppliPedago table.TV_eval tr td.nom { text-align:left; }
div#divAppliPedago table.TV_eval tr.critere td.nom { text-align:right; }
table.TV_eval tr .contexte { color: #103f7e; font-style: italic; }
legend { background-color:white; }
div.popup.eval span.EvalIsTGD { display:none; }
div.popup.eval.EvalInitCerca span.EvalIsTGD, div.popup.eval.EvalInitBEA span.EvalIsTGD { display:inline; }