

/* scrollx */
div.dataTables_wrapper 
	{
		width: 960px !important;
		margin: 0 auto !important;

	}

/*tr*/
tr
{
	font-size: 80%!important;
	font-family: sans-serif!important;
	height: min-content!important;
}

/* customform */
#customForm
{
	display: flex;
	flex-flow: row wrap;
	margin: 0;
}
#customForm fieldset 
{
		flex: 1;
		border: 1px solid #aaa;
		margin: 0;
}
#customForm fieldset legend 
{
		padding: 1px 1px;
		border: 1px solid #aaa;
		font-weight: bold;
		font-size: 10px;
		margin: 0;
}

.row0 
{
	display: flex;
	padding: 0px;
	margin: 0;
	height: min-content;
}
.column0 
{
/*	flex: 1;*/
grid-gap: 0px;
	padding: 0 px;
	margin: 0;
}


#customForm fieldset.sejour 
{
	flex: 1 100%;
}
#customForm fieldset.sejour legend 
{
		background: #FEF5E7 ;
}
#customForm fieldset.patient 
{
	flex: 1 100%;
}
#customForm fieldset.patient legend 
{
		background: #ffffbf;
}
#customForm fieldset.RO 
{
	flex: 1 100%;
}
#customForm fieldset.RO legend 
{
		background: #AED6F1 ;
}
#customForm fieldset.RC 
{
	flex: 1 100%;
}
#customForm fieldset.RC legend 
{
		background: #bfffbf;
}
#customForm fieldset.notes 
{
	flex: 1 100%;
}
#customForm fieldset.notes legend 
{
		background: #D7DBDD;
}
#customForm fieldset.OA 
{
	flex: 1 100%;
}
#customForm fieldset.OA legend 
{
		background: #EDBB99;
}
#customForm fieldset.divers 
{
	flex: 1 100%;
}
#customForm fieldset.divers legend 
{
		background: #EBDEF0;
}

#customForm div.DTE_Field 
{
		padding: 0 px;
		margin: 0;
}
/*Disposition des grandes fenêtres*/
div.DTED_Lightbox_Wrapper 
{
	left: 1em;
	right: 1em;
	margin: 0;
	width: auto;
	font-size: 80%;
	font-family: sans-serif;
	height: min-content;
}



