.dataview-panel .line_panel
{
	position : relative;
	width: 100%;
	height: 40px;
	color:red;
}
.dataview-panel .line_panel .line_edit
{
	top :-20px;
	left: 260px;
}
.dataview-panel .line_panel .libelle
{
	width: 100px;
	color : green;
	padding-top: 10px;
	padding-left: 10px;
}
.date_panel
{
	position : absolute;
	width:auto;
	top : 70px;
}
.date_panel .date_edit
{
	position: absolute;
	display: flex;
	width: 150px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	left: 260px;

}
.date_panel .date
{
	width: 50px;
	color : red;
}

