HTML {
	height: auto;
}

BODY {
	background-color: #ffffff;
	color: black;
	height: auto;
}

BODY, FORM, .noBorder {
	border-width: 0 0 0 0;
	margin: 0px;
	padding: 0px;
}

H1, H2, H3 {
	background-color: transparent;
	color: #000099;
	text-align: left;
}

H1 {
	font-size: 1.3em;
}

H2 {
	font-size: 1.2em;
}

H3 {
	font-size: 1.1em;
}

A:link, A:visited, A:hover {
	background-color: transparent;
	color: blue;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

/* --- Tag HTML Input ------------------------------------------------------- */
INPUT, SELECT, TEXTAREA {
	border: 1px solid #2F4F4F;
	padding: 4px;
	font-size: 1em;
}

.scrollZone {
	background-color: transparent;
	border: 1px solid silver;
	color: black;
}

/* --- Tag HTML radio ----------------------------------------------------- */
.radio {
	border-width: 0 0 0 0;
	margin: 0px;
	padding: 0px;
	margin-top: -4px;
	vertical-align: middle;
}

.radioLabel {
	white-space: nowrap;
}

.tabForm .radioLabel {
	text-align: left;
	margin-left: 3px;
	margin-right: 5px;
}

/* --- Tag HTML Tableau ----------------------------------------------------- */
.tabForm, .tabListe, .tabVide {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 99.9%;
	clear: both;
}

.tabListe {
	border-spacing: 1px;
}

.tabListe COLGROUP {
	width: 24px;
}

.tabListe .tabSousLigneVisible, .tabListe .tabSousLigneVisiblePaire, .tabListe .tabSousLigneVisibleImpaire
	{
	display: table-row;
	visibility: visible;
}

.tabListe .tabSousLigneInvisible {
	display: none;
	visibility: collapse;
}

.tabListe TD, .tabSousLigneVisible TD, .tabSousLigneVisiblePaire TD, .tabSousLigneVisibleImpaire TD,
	.tabSousLigneInvisible TD {
	padding: 2px 4px 2px 4px;
}

.tabListe TD {
	vertical-align: middle !important;
}

.tabListe TH, .tabSousLigneVisible TH, .tabSousLigneVisiblePaire TH, .tabSousLigneVisibleImpaire TH,
	.tabSousLigneInvisible TH, .totalListe {
	padding: 2px 4px 2px 4px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.totalListe {
	font-weight: normal;
}

.tabListe .tabNbInter {
	white-space: nowrap;
}

.tabListe .tabLegend {
	white-space: nowrap;
}

.lienTab A:link, .lienTab A:visited, .lienTab A:hover {
	background-color: transparent;
	color: black;
	text-decoration: none;
}

.chaine {
	text-align: center;
	width: 24px;
}

.tabListe .ligneSpeciale {
	background-color: #ec3839;
}

.tabSousLigneVisible .sousLigne, .tabSousLigneVisiblePaire .sousLigne, .tabSousLigneVisibleImpaire .sousLigne
	{
	border-bottom: white;
	background-color: #F1F4FB;
}

.tabForm {
	/* Pour un fonctionnement multi-browser, à la place du width: 50%;
		 générer un tableau avec un  <colgroup span="7" />  pour un tableau de 8 colonnes 
		 Ajouter un <td/> à la fin de chaque <tr>
	*/
	border-spacing: 1px;
	empty-cells: show;
}

.tabForm COLGROUP {
	width: 1%;
}

.tabForm TD, .tabForm TH {
	padding: 2px;
	/*border: 1px solid red;    FIXME a virer c pour test uniquement */
}

.tabDonnees {
	vertical-align: top;
	padding-top: 20px !important;
	text-align: center;
	white-space: nowrap;
	width: 50%;
}

.tabListeSummary {
	display: inline-table;
	width: 60%;
}

.tabListeSummary TH {
	padding: 2px 4px 2px 4px;
}

.tabListeSummary TD {
	padding: 2px 4px 2px 4px;
}

.tabGraphique {
	vertical-align: top;
	padding-top: 20px !important;
	text-align: center;
	width: 50%;
}

.tabForm .libelle, .tabForm .valeur {
	white-space: nowrap;
}

.tabForm .libelle {
	text-align: right;
	margin-left: 20px;
	margin-right: 5px;
	float: right;
}

.tabForm .valeur {
	text-align: left;
}

.tabForm .ligneHauteur {
	height: 6px;
}

.infoDate {
	font-weight: normal;
}

.tabVide {
	padding-bottom: 5px;
}

/* --- Boutons -------------------------------------------------------------- */
.actionBouton, .actionBoutonDisabled {
	border-radius: 3px;
	color: white;
	border: 1px solid #2F4F4F;
	font-size: 1em;
	margin-right: 15px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	white-space: nowrap;
	width: auto;
}

.actionBouton {
	cursor: pointer;
}

.actionBoutonDisabled {
	cursor: default;
}

.actionImage, .actionImageDisabled, .actionIcone, .actionIconeDisabled {
	border: 0;
	width: 16px;
	height: 16px;
}

.actionIcone, .actionIconeDisabled {
	
}

.actionImage, .actionIcone {
	cursor: pointer;
}

.actionImageDisabled {
	cursor: default;
}

.actionIconeDisabled {
	opacity: 0.4;
}

.tabListe .boutons {
	white-space: nowrap;
}

.boutons {
	margin: 7px 0 7px 0;
	text-align: center;
	white-space: nowrap;
}

/* --- SlimSelect -------------------------------------------------------------- */
.odeSlimSelectMain {
	color: black;
}

.odeSlimSelectMain .ss-main {
	min-width: 100px;
	background-color: #eeeeef !important;
}

.odeSlimSelect .ss-content {
	min-width: 100px;
}

.odeSlimSelect .ss-multi-selected, .odeSlimSelect .ss-single-selected {
	border-radius: 0px !important;
	border-color: black !important;
}

.odeSlimSelect .ss-single-selected {
	padding: 5px !important;
}

.odeSlimSelect .ss-multi-selected .ss-values .ss-value {
	border-radius: 0px !important;
	animation: none !important;
	margin: 2px 5px 2px 0px;
}

.odeSlimSelect .ss-multi-selected.ss-disabled .ss-values .ss-value {
	background-color: #eeeeef !important;
	color: black;
}

.odeSlimSelect .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
	display: none !important;
}

.odeSlimSelect .ss-multi-selected.ss-disabled .ss-add {
	display: none !important;
}

.odeSlimSelect .ss-main .ss-single-selected .placeholder .ss-disabled {
	color: inherit;
}

.odeSlimSelectConsult .ss-multi-selected {
	border: none;
	cursor: inherit;
	padding: unset;
	transition: unset;
}

.odeSlimSelectConsult .ss-content {
	display: none;
}

.odeSlimSelectConsult .ss-multi-selected .ss-add {
	display: none;
}

.odeSlimSelectConsult .ss-multi-selected .ss-values .ss-value {
	background-color: transparent !important;
	color: black;
	font-weight: bold;
}

.odeSlimSelectConsult .ss-multi-selected .ss-values .ss-value {
	margin: unset;
	padding: unset;
	animation: unset;
}

.odeSlimSelectConsult .ss-multi-selected .ss-values .ss-value-delete {
	display: none;
}

.ss-main .ss-multi-selected .ss-values .ss-value {
	font-size: 1em;
}

/* --- Boutons affichés sur la barre de titre ------------------------------- */
.listButton {
	text-align: right;
	float: right;
	width: auto;
}

/* --- Sous titres de la page ----------------------------------------------- */
.titre {
	font-weight: bold;
	font-size: large;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	width: auto;
}

/* --- Bouton d'aide général à la page -------------------------------------- */
.boutonAide {
	width: 32px;
	height: 32px;
	float: right;
	border-width: 0 0 0 0;
	margin: 10px 20px 0 0;
	cursor: pointer;
}

.boutonAide IMG {
	width: 32px;
	height: 32px;
}

/* --- Style de la page d'aide ---------------------------------------------- */
.pageAide {
	/* 	font-size: 14px; */
	color: black;
	background-color: #ffffff;
	border: 0;
	margin: 0;
	padding: 20px;
	text-align: justify;
}

.pageAide H1 {
	font-size: x-large;
}

/* --- Style de l'info-bulle étendue ---------------------------------------- */
.tooltipOn {
	font-size: small;
	text-align: left;
	white-space: nowrap;
	border: 1px solid black;
	padding: 2px;
	position: absolute;
}

/* A cause de IE */
DIV[class=tooltipOn] {
	position: relative;
}

.tooltipOff {
	display: none;
}

.tooltip {
	text-align: left;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../../../img/commun/tooltip.gif);
	width: 16px;
	height: 16px;
}

/* --- Nom de l'écran ------------------------------------------------------- */
#nomEcran {
	font-size: x-large;
	font-weight: bold;
	text-align: left;
	color: #666666;
	background-color: transparent;
	border-width: 0 0 0 0;
	padding: 10px 0 10px 10px;
}

/* --- Messages ------------------------------------------------------------- */
#listeMessage {
	font-weight: bold;
	color: red;
	padding: 5px 0 5px 0;
	text-align: center;
	width: auto;
}

#erreur {
	color: #ff6f6f;
}

#message {
	color: blue;
}

/* --- Etats ------------------------------------------------------------- */
#attenteValidation, #refuse, #demande, #enAttente, #enCours, #termine, #programme, #abandonne {
	text-align: center;
}

.attenteValidation, #attenteValidation {
	background-color: #ff8000;
}

#refuse {
	background-color: #800000;
}

#demande {
	background-color: #ec3839;
}

#enAttente {
	background-color: #FFCC33;
}

#enCours {
	background-color: #60a137;
}

#termine {
	background-color: rgb(65, 149, 196);
}

#programme {
	background-color: #6514a9
}

#abandonne {
	background-color: #b6b6b6;
}

/* ----------------------------------------------------------------------- */
/* --- Bouton select ----------------------------------------------------- */
/* ----------------------------------------------------------------------- */
.actionSelectDropdown {
	display: inline-block;
}

.actionSelectDropdown .btn, .actionSelectDropdown .btnDisabled {
	border-radius: 3px;
	border: 1px solid;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 1em;
	margin-right: 16px;
}

.actionSelectDropdown .btn {
	color: white;
	border-color: #2F4F4F;
	cursor: pointer;
}

.actionSelectDropdown .btnDisabled {
	cursor: default;
	background-color: #eeeeef;
	color: #919191;
	border-color: #919191;
	pointer-events: none;
}

.actionSelectDropdown .dropdown-content {
	display: none;
	position: absolute;
	min-width: 40px;
	z-index: 1;
	border: 1px solid #2F4F4F;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.actionSelectDropdown .dropdown-content a {
	display: block;
	color: white;
	padding: 4px 8px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.filtreLibelle {
	width: 15%;
}

.filtreValeur {
	width: 25%;
}

.filtreChoixDate {
	white-space: nowrap;
	padding: 0px;
}

.graphiqueLibelle {
	width: 14%;
}

.graphiqueValeur {
	width: 36%;
}

.graphiqueChoixValeur {
	width: 74%;
	display: inline-block;
}

.uppy-FileInput-container {
	margin-bottom: 0px !important;
}

.creationInterLibelle {
	width: 35%;
}

.creationInterValeur {
	width: 65%;
}

.creationInterIntervenants {
	font-weight: bold;
	white-space: normal;
}

.creationInterNonTraitants {
	white-space: normal;
	font-style: italic;
	font-size: smaller;
}

.tabFiltre TD {
	height: 30px;
}

.tabInterCreation {
	max-width: 870px;
}

.tabListeTps {
	text-align: center;
}

.tabListeDate {
	white-space: nowrap;
}

.bandeauLogoSep {
	width: 75px;
}

.logos {
	align-items: center;
	display: inline-flex;
}

.picto {
	width: 52px;
	cursor: pointer;
}

.uppy-FileInput-btn {
	border-radius: 3px;
	color: white;
	border: 1px solid #2F4F4F;
	font-size: 1em;
	margin-right: 15px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	white-space: nowrap;
	width: auto;
}

.uppy-FileInput-btn:hover {
	border-radius: 3px;
	color: white;
	border: 1px solid #2F4F4F;
	font-size: 1em;
	margin-right: 15px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	white-space: nowrap;
	width: auto;
}

.uppy-StatusBar-progress {
	color: white;
}

.iconOR {
	width: 18px;
	vertical-align: middle;
}

.iconesListeIci {
	
}

.iconesListeIciEtat {
	color: black;
}

.attenteValidation_info_haut  {
	text-align: center;
	font-size: large;
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}

.attenteValidation_info_bas  {
	text-align: center;
	font-size: x-large;
	padding-top: 20px !important;
	padding-bottom: 10px !important;
}