/* Créé par NH le 17/04/2020*/

#div_suivi_commandes{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}


#div_suivi_commandes_contenu{
	float:left;
	width: 100%;
}

#div_suivi_commandes_titre{
	display: table;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
}

#div_suivi_commandes_texte {
	display: table;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}

#lienSuiviCmdes{
	float: left;
	margin-left: 25px;
	width: 110px;
	height: 23px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background-image: url('../../images/Shared/BGBtnOlisc.gif');
	background-repeat: no-repeat;
}

#lienSuiviCmdes:hover {
	background-image: url('../../images/Shared/BGBtnOliscHover.gif');
}

#div_DC_RemisePanier {
	text-align: center;
	margin-bottom: 10px;
}

#div_DC_detailCmde {
	margin-top: 10px;
	margin-bottom: 10px;
	width:98%;
}

#div_DC_coord {
	float: left;
	width: 49%;
}

#div_DC_coord table {
	font-family: verdana;
	font-size:10px;
}

#div_DC_coord input {
	font-family: verdana;
	font-size:10px;
}

#div_DC_etatsCmde-gestionDoc_admin{
	float: left;
	width: 49%;
}

#div_DC_etatsCmde_admin {
	margin-left:25%;
}

#div_DC_gestion_docs {

}

#div_DC_etatsCmde {
	float: left;
	width: 49%;
	text-align: center;
	display: table;
}


.div_DC_ligne {
	display: table;
	width: 100%;
}

#div_Filtre_Liste_Commandes {
	display: table;
}

.div_Filtre {
	margin-left: 10px;
	float: left;
	position: relative;
	height: 60px;
}
/*NH 20/07/2023*/
.div_Compta {
	margin-left: 150px;
	float: left;
	position: relative;
	height: 60px;
}

.div_pitcoFiltre {
	float: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.div_btnFiltre {
	float: left;
	margin-left: 30px;
}

#div_Liste_Commandes_admin {
	margin-top: 20px;
}

.picto_suivi_cmde {
	/*
	padding-left:5px;
	padding-right:5px;
	*/
	width: 32px;
}

.trait_vert {
	display: inline-block;
	width: 40px;
	height: 7px;
	background-color: #26b71c;
	margin-bottom: 13px;
}

.trait_gris {
	display: inline-block;
	width: 40px;
	height: 7px;
	background-color: #828b93;
	margin-bottom: 12px;
}

.espace_vide {
	display: inline-block;
	width: 40px;
	height: 7px;
	margin-bottom: 13px;
}

.textePicto {
	font-size:10px;
}

.textePictoGris {
	font-size:10px;
	color: #828b93;
}

.fieldsetCollapsed {
    transition: max-height 0.5s ease-out;
    overflow: hidden;
}

.fieldsetCollapsedHidden {
    max-height: 0;
    opacity: 0;
    padding: 0;
}

.fieldsetCollapsedVisible {
    max-height: 200px; /* ajustez selon le contenu */
    opacity: 1;
}