
body 
	{
	}
table.dataTable tbody tr.selected 
	{
		color: #000000 !important;
		background-color: #E4FA05 !important;
	}
/* scrollx */
div.dataTables_wrapper 
	{
		width: 960px !important;
		margin: 0 auto !important;
	}
/* customform */
.row0 
{
	display: flex;
}
.column0 {
	flex: 2;
	padding: 10px;

}
#customForm 
	{
		display: flex;
		flex-flow: row wrap;
}
#customForm fieldset 
{
		flex: 2;
		border: 1px solid #aaa;
		margin: 0.1em;
}
#customForm fieldset legend 
{
		padding: 2px 10px;
		border: 1px solid #aaa;
		font-weight: bold;
		font-size: 14px;
}
#customForm fieldset.sejour 
{
	flex: 2 100%;
}
#customForm fieldset.sejour legend 
{
		background: #FEF5E7 ;
}
#customForm fieldset.patient 
{
	flex: 2 100%;
}
#customForm fieldset.patient legend 
{
		background: #ffffbf;
}
#customForm fieldset.RO 
{
	flex: 2 100%;
}
#customForm fieldset.RO legend 
{
		background: #AED6F1 ;
}
#customForm fieldset.RC 
{
	flex: 2 100%;
}
#customForm fieldset.RC legend 
{
		background: #bfffbf;
}
#customForm fieldset.notes 
{
	flex: 2 100%;
}
#customForm fieldset.notes legend 
{
		background: #D7DBDD;
}
#customForm fieldset.OA 
{
	flex: 2 100%;
}
#customForm fieldset.OA legend 
{
		background: #EDBB99;
}
#customForm fieldset.divers 
{
	flex: 2 100%;
}
#customForm fieldset.divers legend 
{
		background: #EBDEF0;
}

#customForm div.DTE_Field 
{
		padding: 2px;
}
div.DTED_Lightbox_Wrapper 
{
	width: 1000px;
	margin-left: -500px;
}