/* Presentation de la liste des rapports */
table.rapportListe {
	width: 100%;
}

table.rapportListe tr td.icon {
	padding-left: 5px;
	text-align: center;
	vertical-align: top;
	width: 50px;
}

table.rapportListe tr td.rapport {
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

/* Presentation d'un rapport */
span.rapportTitre {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #78BBE6;
}

div.rapportExplications {
	/*width: 100%;
overflow-y:scroll;*/
	height: max-content;
	min-height: 50px;
	max-height: 75px;
	border: 2px solid #6DA8D5;
	background-color: #B5DBFB4A;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 5px 15px 5px 15px;
	margin: 0px 5px 0px 5px;
}

div.rapport {
	width: 100%;
	border: 1px solid #888888;
	overflow-y: scroll;
	height: 290px;
}

table.rapport {
	width: 100%;
}

table.rapport tr td.coche {
	text-align: left;
	vertical-align: top;
	width: 16px;
}

table.rapport tr td.label {
	text-align: left;
	vertical-align: top;
}

/* Style page statistique V2 */

.contentPlanif {
	display: flex;
	flex-flow: row wrap;
	height: max-content;
}

.tablePlanif {
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: auto;
}

.headerPlanif {
	display: flex;
	border: 2px solid #6DA8D5;
	border-radius: 5px 5px 0 0;
	background: linear-gradient(#C6E5FF, #EAF4FD, #C6E5FF);
	font-weight: bold;
	height: 32px;
	min-width: fit-content;
}

.bodyPlanif {
	display: flex;
	flex-direction: column;
}

.rowPlanif {
	display: flex;
	min-height: 25px;
	height: max-content;
	margin-top: 5px;
	background: linear-gradient(#EAF4FD, #C6E5FF, #EAF4FD);
	border: 2px solid #6DA8D5;
	min-width: fit-content;
}

.cellPlanif {
	width: 25%;
	min-width: 100px;
	text-align: center;
	align-self: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.actionsPlanif {
	display: block ruby;
}

.btnIconPlanif {
	border: 1px solid #6DA8D5;
	border-radius: 5px;
	background-color: transparent;
	cursor: pointer;
	transition: background-color 0.3s, border-color 0.3s;
	align-items: center;
	justify-content: center;
}

.btnIconPlanif:hover {
	border-color: #4aadf8;
	background-color: #92c7f5;
}

.iconPlanif {
	width: 15px;
}

.contentRapport,
.contentRapportPlanif {
	display: flex;
	flex-flow: column;
	overflow: hidden;
	padding: 5px;
width:49%;
}


@media (max-width: 1500px) {
	.contentRapportPlanif {
		min-width: 100%;
	}

	.contentPlanif {
		padding-right: 15px;
	}

	.bodyPlanif {
		display: flex;
		flex-direction: column;
		max-height: 500px;
		overflow: auto;
	}
}

.ExpansionPanelRapport {
	width: 100%;
	height: max-content;
	border: 2px solid #6DA8D5;
	background-color: #C6E5FF;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 1px;
	overflow: hidden;
	user-select: none;
	font-weight: bold;
}

.ExpansionPanelHeadRapport {
	background: linear-gradient(#C6E5FF, #EAF4FD, #C6E5FF);
	padding: 5px 10px 5px;
}

.ExpansionPanelBodyRapport {
	display: flex;
	flex-flow: row wrap;
	align-items: start;
	align-content: start;
}

.ItemSectionRapport {
	width: 250px;
	height: 60px;
	border: 2px solid #6DA8D5;
	background-color: #EAF4FD;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 5px 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	user-select: none;
}

.ItemSectionRapport:hover {
	user-select: none;
	border-color: #4aadf8;
	background-color: #92c7f5;
}

.ItemSectionImgRapport {
	width: fit-content;
	height: fit-content;
	padding-left: 8px;
}

.ItemSectionBodyRapport {
	padding: 10px 10px 10px 0px;
}

.ItemSectionBodyRapport>.titleRapport {
	padding-left: 12px;
	font-size: 11px;
}

.ItemSectionBodyRapport>.subtitleRapport {
	padding: 2px 12px;
	margin: 0;
	font-size: 9px;
	color: #727171;
}

/* Style des bouton des rapports*/
.listParams {
	display: flex;
	flex-flow: row;
	width: 100%;
}

.contentContextuel,
.contentPlanifContextuel,
.contentConfigPlanifContextuel {
	display: flex;
	flex-flow: column wrap;
	align-items: flex-start;
	align-content: flex-start;
	height: 340px;
}

.contentContextuel {
	padding: 5px;
}

.contentConfigPlanifContextuel {
	flex-wrap: nowrap;
	height: max-content;
}

.contentPlanifContextuel {
	width: 70%;

}

.detailsContextuel,
.groupContextuel,
.planifContextuel {
	width: 50%;
	height: max-content;
	min-height: 24px;
	border: 2px solid #6DA8D5;
	background-color: #EEF7FF;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 1px;
	/*overflow: hidden;*/
	user-select: none;
	font-weight: bold;
	align-content: center;
	padding: 2px 6px;
}

.groupContextuel {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	padding: 5px;
}

.itemGroupContextuel {
	margin: 2px;
}

.detailsContextuel:hover {
	border: 2px solid #3982B9F0;
	background-color: #B5DBFBB5;
}

.detailsContextuel>summary {
	cursor: pointer;
	text-wrap: nowrap;
	list-style: none;
}
.detailsContextuel>div>select {
	width: 100%;
}

.planifContextuel {
	width: 100%;
	padding: 5px;
	border: none;
	text-align: center;
	margin-bottom: 5px;
}

.formContextuel {
	display: flex;
	flex-flow: column;
	padding: 5px;
	align-items: center;
}

/* Max lines */
.max-lines {
	max-height: calc(var(--max_lines) * 1.5em);
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.max-lines>.toggle-max-lines {
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
	white-space: nowrap;
	border-radius: 5px;
	backdrop-filter: blur(2px);
	background-color: rgba(181, 219, 251, 0.29);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 25%;
	min-height: 10px;
}

.max-lines.max-lines-visible {
	max-height: none;
	overflow: initial;
}

.max-lines.max-lines-visible>.toggle-max-lines {
	position: relative;
}