
.ltdjcommfourn_dir{
	font-size:16px;
	font-weight:bold;
	color:rgb(255,255,255);
	background-color:rgb(200,200,200);
	padding-left:15px;
	width:90px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

.ltdjcommfourn_dir_inside{
	background-color:rgb(220,220,220);
	width:80%;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top-right-radius:8px;
	padding-left:45px;
	padding-right:45px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	display:grid;
	grid-template-columns: 20% 20% 20% 20%;
	grid-gap: 0px 5%;
}

.ltdjcommfourn_file{
	padding-bottom:7px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	padding:5px 15px;
	border-radius:8px;
	background-color:rgb(220,220,220);
}

.ltdjcommfourn_file:before {
	content: '';
	display: inline-block;
	height: 16px;
	width: 13px;
 	background-size: 13px;
	background-image: url("../../../theme/common/fontawesome-5/svgs/solid/file-pdf.svg");
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-bottom:-2px;
}


.ltdjcommfourn_file:hover{
	background-color:rgb(240,240,240);
	color:rgb(0,10,140);
}

.ltdjcommfourn_formtitre{
	font-size:14px;
	font-weight:bold;
}

.ltdjcommfourn_bloc{
	margin-top:20px;
}

.ltdjcommfourn_dossier_paiements{
	background-color:#FFEB8E;
}

.ltdjcommfourn_dossier_reassorts{
	background-color:#A8FFC9;
}

.ltdjcommfourn_dossier_resume{
	background-color:#FF8882;
}

.ltdjcommfourn_dossier_ventes{
	background-color:#7675FF;
}

.ltdjcommfourn_dossier_findumois{
	background-color:#121234;
}


