/* Fixes thèmes */
.scroll-sidebar {
	height: calc(100% - 30px);
}

/* titres */
h3{
	margin-bottom: 1rem;
}

/* flash msgs */
.flashMsgs ul {
	list-style: none;
}

/* siderbar */
.sidebar-nav > ul > li > a.active {
	background: none;
}

/* clockpicker */
.popover {
	z-index: 2000;
}

/* calendar fixes */
.fc-day {
	background-color: none;
	background: none;
}

.modal-footer {
	position: relative;
}

/* icône poubelle */
.mdi-delete-forever {
	color: #f00000;
}

.deleteColor{
	color: #f00000;
}

/* fix select2 */
.select2 {
	width: 100% !important;
}

.list-group-item.suspendu {
	color: #DD0000;
}

/* modal */
.modal-xlg {
	max-width: 1000px;
}

.animauxFiltres label, .detailAnimal label{
	font-size: 14px;
	font-weight: normal;
}

/* datatable */
.dataTable{
	font-size: 0.9rem;
}

.dataTables_length{
	margin-right: 15px;
}


.deleteBtn{
	color: #B00;
}

.hideIfEmpty:empty{
	display: none;
}

.policeNoire{
	color: #444;
}


/* corrections css formulaires */
.bootstrap-select .dropdown-menu li.active a {
	color: #FFF;
}

.bootstrap-select .dropdown-menu li.active a:hover, .bootstrap-select .dropdown-menu li.active a:focus {
	color: #398bf7;
}

.paddingLeftRadio{
	padding-left: 27px;
}

/* templates Mustache */
.template{
	display: none;
}


/* faire en sorte que les options disabled du select2 soient cachées */
.select2-container--default .select2-results__option[aria-disabled=true] {
	display: none;
}

/* mise en gris plus clair des placeholders */
input::placeholder, textarea::placeholder{
	color: #AAA !important;
}

.ajaxLoader{
	display: none;
	width: 40px;
}

/* CALENDAR */
.fc-event{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.fc-content{
	text-align: center !important;
}

.fc-title{
	position: static !important;
}

.fc .fc-widget-content{
	padding: 10px 0;
}

.fc-view{
	background: white;
	padding: 10px;
}

.adminListeElement:first-child .moveUp{
	display: none;
}

.adminListeElement:last-child .moveDown{
	display: none;
}

.adminListeElement td:first-child, .adminListeElement.ordonnable td:nth-child(2){
	text-align: center;
}


.list-group-item-firstChild {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.list-group-item-lastChild{
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}


/**
 * Tooltip/popup events planning
 */
.eventTooltip_detail{
	font-size: 85%;
	text-align: left;
	color: #ccc;
}

.modalDetailEvent_title{
	font-weight: bold;
}

.modalDetailEvent_heure_wrapper{
	font-size: 80%;
	font-style: italic;
	margin-top: 5px;
}

.formEvent_detailClicField{
	height: 200px;
}


/* Les placeholders */
::-webkit-input-placeholder {
	font-style: italic;
}
:-moz-placeholder {
	font-style: italic;
}
::-moz-placeholder {
	font-style: italic;
}
:-ms-input-placeholder {
	font-style: italic;
}


.onlyPrint{
	display: none;
}


/* Boutons */
.btn-enfonce{
	-webkit-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.5) !important;
	-moz-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.5) !important;
	box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.5) !important;
	color: #222 !important;
}


.inputCustom:not([type=checkbox]){
	width: 55px !important;
}

.inputCustom::placeholder{
	font-size: 0.88em;
}

.dtr-data .inputCustom:not([type=checkbox]){
	width: 280px !important; /* rendre plus larges les champs lorsqu'il sont affichés un par ligne */
}

.nostyle[type="checkbox"]:not(:checked), .nostyle[type="checkbox"]:checked {
	position: initial;
	left: auto;
	opacity: 1;
}

.inputCustom.modified{
	border-color: #F90;
}

.inputCustom.invalid, .inputCustom:invalid{
	border-color: #FD5C5C;
	box-shadow: none;
}

.carre-couleur{
	height: 10px;
	width: 10px;
	background-color: #FFF;
}

.tableCell-checkboxOnly{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.tableCell-checkboxOnly label{
	margin: 0;
}

.form-group-flex{
	display: flex;
	align-items: center;
}

.monthpicker{
	width: 80px;
}

.flexLigneAvecEcart{
	display: flex;
	justify-content: space-between;
}

.navbar-collapse {
	height: 70px;
	position: relative;
}

.dark-logo{
	height: 55px;
	visibility: visible !important;
}

.logoText_wrapper{
	padding-left: 10px;
}

ul.noPuce{
	margin-left: 0;
	list-style: none;
}

body .colorpicker{
	border: 1px solid #7A7A7A;
	border-radius: 0;
	width: 130px;
	min-width: 0;
}

.colorpicker_indicateur{
	margin-left: 3px;
	display: inline-block;
	border-width: 16px;
	border-style: solid;
}

.colorpicker_wrapper{
	display: flex;
}

.pagination{
	justify-content: center;
}

/* fix bouton primaire */
a.btn-primary:not([href]):not([tabindex]) {
	color: #fff;
}

.quadrupleStateCheckbox{
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url("/img/quadrupleStateCheckbox.png");
	background-size: auto 100%;
	background-position-y: center;
	cursor: pointer;
}

.mapotempoGenere .quadrupleStateCheckbox{
	cursor: initial;
}

.quadrupleStateCheckbox[data-state='0']{
	background-position-x: 0;
}

.quadrupleStateCheckbox[data-state='1']{
	background-position-x: 300%;
}

.quadrupleStateCheckbox[data-state='2']{
	background-position-x: 200%;
}

.quadrupleStateCheckbox[data-state='3']{
	background-position-x: 100%;
}




/* STYLE SPECIFIQUE NEO */


.date_peremption_msgWarningPerime, .date_peremption_msgWarningPerempProche{
	font-size: .9em;
	margin-top: 10px;
}

.date_peremption_msgWarningPerime{
	color: red;
}

.date_peremption_msgWarningPerempProche{
	color: orange;
}


.couleurPerime,
.couleurEnStock,
.couleurPerime45j,
.couleurPerime90j{
	height: 100%;
}

.tableCouleurPerime,
.couleurEnStock,
.tableCouleurPerime45j,
.tableCouleurPerime90j{
	padding: 4px;
}

.couleurEnStock{
	background-color: green;
	color: white;
}

.tableCouleurPerime{
	background-color: red;
	color: white;
}

.tableCouleurPerime45j{
	background-color: orange;
}

.tableCouleurPerime90j{
	background-color: yellow;
}


/* Pièces jointes des produits */

.produit_editFiles_liste {
	display: flex;
	flex-wrap: wrap;
}
.produit_editFiles_elt {
	padding: 8px;
	text-align: center;
	border: 1px solid #eee;
	margin: 6px;
	width: 218px;
	position: relative;
}

.btnSupprFichier{
	position: absolute;
	top: -8px;
	right: -8px;
}

.attribuerSac_form_attributionEnMasse_wrapper{
	margin-top: 15px;
}

.attribuerSac_form_attributionEnMasse_wrapper label{
	font-size: .8em;
}

.analyse_facture_ko a, .analyse_facture_ok a{
	text-align: center;
	display: block;
	padding: 4px;
}

.analyse_facture_ok{
	background-color: #31B131;
	min-height: 30px;
	display: flex;
	justify-content: space-evenly;
}

.analyse_facture-del{
	color: white;
}

.analyse_facture_ko{
	background-color: red;
	min-height: 30px;
}

.analyse_facture_ko a{
	color: white;
}

.analyse_facture_ok img{
	height: 22px;
}

/* déplacement de produits */
.cibles_liste:not(:empty){
	margin-bottom: 30px;
}

.cibles_elt{
	max-width: 400px;
	display: flex;
	margin-bottom: 5px;
	align-items: center;
}

.cibles_elt_mix{
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
	align-items: center;
	margin-left: 15px;
}

.cibles_elt_input{
	flex: 1;
	margin-right: 10px;
}

.scanDest_listeSacs_titre{
	font-weight: 500;
}


/* grille des emplacements de stock */
.grilleEmpl {
	display: flex;
}

.grilleEmpl_zone {
	flex: 1;
}

.grilleEmpl_zone-Z{
	margin-left: 50px;
}

.grilleEmpl_empl {
	text-align: center;
	border: 1px solid #aaa;
	margin: 5px;
	padding: 10px;
	position: relative;
	box-sizing: border-box;
	max-width: 115px;
	white-space: nowrap;
	font-weight: 500;
}

.grilleEmpl_empl_text{
	display: inline-block;
	padding: 0 4px;
	background-color: white;
}

.grilleAutresEmpl{
	margin-top: 25px;
	display: flex;
}

.grilleAutresEmpl .grilleEmpl_empl{
	width: 110px;
}

.grilleEmpl {
	flex-wrap: wrap;
}

.grilleEmpl_empl-destination{
	background-color: #ffff00 !important;
}

.grilleEmpl_empl.deplacementSac:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	background-color: #ED7D31;
	height: 2px;
}

.grilleEmpl_empl.deplacementEmpl {
	background-color: #FF0000 !important;
}

/* Creation des mix */
.cibles_prodMix{
	max-width: 800px;
	display: flex;
	margin-bottom: 5px;
	align-items: center;
}


.tableProduits_infosSupp {
	margin-top: -18px;
}

.tableProduits_sac.sacVide {
	color: darkgray;
}

.tableProduits_sac.sacNonVide {
	color: darkblue;
}

table.dataTable > tbody > tr.child ul.dtr-details {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/** RECHERCHE DANS LA LISTE DES PRODUITS **/

.recherche_titre {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 10px;
}

.recherche_wrapper {
	margin-left: 30px;
	float: left;
	margin-bottom: 30px;
}

.recherche_filtres_wrapper{
	display: none;
}

.recherche_filtre {
	display: flex;
	margin-bottom: 5px;
}

.recherche_filtre > *{
	margin-right: 5px;
}

.recherche_filtres_btns_wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}

.recherche_filtres_btnNouveau{
	font-size: .9em;
}

.recherche_filtre_btnSuppr{
	display: flex;
	align-items: center;
}

.recherche_filtres_btnValider_wrapper {
	padding-right: 24px;
	margin-left: 20px;
}
.recherche_filtres_btnReset_wrapper {
	padding-right: 4px;
	margin-left: 10px;
}

.wrapper_btn_filtres{
	display: flex;
	justify-content: flex-end;
}


/* CLES DE TRI */

.cleTri {
	display: flex;
	margin-bottom: 5px;
	background: #f0f0f0;
	padding: 5px;
	min-height: 48px;
}

.cleTri > *{
	margin-right: 5px;
}

.cleTri_champs_wrapper{
	display: flex;
	flex-grow: 1;
}

.cleTri_nbIndividus {
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.clesTris_btnNouveau{
	font-size: .9em;
}

.cleTri_btnSuppr_wrapper {
	text-align: center;
	width: 30px;
	display: flex;
	justify-content: center;
}

.cleTri_btnSuppr{
	display: flex;
	align-items: center;
}

.cleTri_champs {
	flex: 1;
}
.cleTri_operateur {
	width: 80px !important;
}
.cleTri_valeur {
	flex: 1;
	width: 0;
}

.cleTri_nomCleTri {
	display: flex;
	align-items: center;
	width: 65px;
	padding: 0 10px;
	white-space: nowrap;
}

.clesTris_wrapper{
	position: relative;
	z-index: 2; /* pour que les react-select ne passent pas sous le contenu */
}

.cleTri_fleche_wrapper {
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fleche{
	height: 25px;
	cursor: pointer;
}

.clesTris_wrapper.readonly .reactSelect__multi-value__remove{
	display: none;
}

/* Demande de test suivi etude */

.serieEtapeInfo{
	margin:  5px 0;
}

.listeSerie_entete{
	display: flex;
	margin-bottom: 30px;
	justify-content: space-between;
	align-items: flex-start;
}

.listeSerie_filtresForm{
	padding: 10px 15px;
	background-color: white;
}

.serieEtudeProgress{
	height: 3.2em;
	margin: 0 15px;
	margin-bottom: 20px;
}

.serieEtudeProgress-sm{
	width: 50%;
	height: 3.2em;
	margin: 0 auto;
	margin-bottom: 20px;
}

.progress {
	font-size: 0.9em;
}

.progress-bar {
	flex-direction: row;
	flex-basis: 0;
	flex-grow: 1;
}

.progress-bar-separateur {
	flex-basis: 7px;
	flex-grow: 0;
	background-color: #8a8989;
}

.progress-bar-separateur:last-child {
	display: none;
}

.serieDetailLine {
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
	padding-bottom: 10px;
	box-sizing: border-box;
}

.serieDetailLine .control-label{
	font-weight: 400;
}

.tableauProduitLigne {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.tableauProduitLigne-entete {
	font-weight: bold;
	border: 1px solid rgba(120, 130, 140, 0.13);
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f9f9f9;
}

.tableauProduitLigne-ligne {
	text-align: center;
	border: 1px solid rgba(120, 130, 140, 0.13);
	padding: 10px;
	display: flex;
	align-items: center;
}


/* Preparation boites */

.scanElement_wrapper{
	display: none;
}

.txtNombreBoite{
	font-size: 1.5em;
	font-weight: bold;
}

.preparationBoites ul{
	margin: 0;
	padding: 0;
}

.preparationBoites li{
	list-style: none;
	padding: 5px;
	border: 1px solid;
	margin: 10px;
	text-align: center;
}

.elementOrange li.active{
	background-color: #FFF !important;
	color: rgb(79,129,189) !important;
}

.preparationBoites li.textOrange{
	background-color: rgba(79,129,189,0.8);
	color: #FFF;
}

.preparationBoites li.textBleu{
	background-color: rgba(106, 137, 189, 0.8);
}

.preparationBoitesColonne {
	padding: 2px;
	color: #fff;
}

.preparationBoitesColonne-titre{
	text-align: center;
	padding: 0.3em;
	font-size: 1.2em;
}

#preparationVehicules .preparationBoitesColonne-titre {
	padding: 0;
	min-height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.preparationBoitesColonne .titreOrange {
	background-color: rgba(79,129,189,1);
}

.preparationBoitesColonne .titreBleu {
	background-color: rgba(106, 137, 189,1);
}

.preparationBoitesColonne-element{
	height: 600px;
	overflow: auto
}

.infoBoiteFamille {
	background-color: beige;
	padding: 5px 0 5px 15px;
}

.preparationBoitesColonne .elementOrange {
	background: rgba(79,129,189,0.65);
	border: 1px solid rgba(79,129,189,1);
}

.preparationBoitesColonne .elementBleu {
	background: rgba(106, 137, 189, 0.65);
	border: 1px solid rgba(106, 137, 189,1);
}
/* Preparation vehicules */

.preparationBoitesColonne.active .titreBleu{
	background-color: rgba(243, 170, 81, 1);
}

.preparationBoitesColonne.active .elementBleu{
	background-color: rgba(243, 170, 81, 0.65);
	border: 1px solid rgba(243, 170, 81, 1);
}

/* Planning stock */

.pastilleCouleurEtude{
	width: 115px;
	height: 115px;
	border-radius: 100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pastilleCouleurEtude span{
	letter-spacing: 1px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

.chk_transfert_ok label{
	margin: 0.5em 0 0 0;
}

/* Loader popup */

.popupLoader {
	position: absolute;
	display: none;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.popupLoader-fixed{
	position: fixed;
	width: 100%;
	height: 100%;
}

.popupLoader-wrapper{
	width: 400px;
	height: 175px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
}

.popupLoader-titre {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.popupLoader-progress {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	color: green;
}

.popupLoader-finish {
	text-align: center;
	margin-top: 20px;
}

/* Planning */

/* fix taille des etudes dans le calendar 1 */
.calendar-padding-top .fc-event-title {
	margin-top: 10px;
}
.calendar-cursor-none {
	cursor: not-allowed;
}
.calendarJoursFeries {
	max-width: 80%;
	margin: auto;
}

.planningJourFerie {
	background-color: #eaeaea;
}

.fc-event-time {
	display: none !important;
}


.popupEditEtudePlanning_wrapper {
	width: 1024px !important;
	height: 85vh !important;
}

.jourEtudePlanning {
	margin: 0 0 20px 0;
	border: 1px solid #c5c5c5;
	padding: 10px;
	position: relative;
}

.jourEtudePopup {
	display: flex;
}

.jourEtudePopup-detail{
	display: flex;
	width: 100%;
}

.jourEtudeTxt {
	color: #16ae17;
}
.jourHorsEtudeTxt {
	color: #f38c21;
}

.btnAjoutJour2 {
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
}


.jourEtudePlanning-detail {
	margin: 10px 20px 20px 20px;
	display: none;
}

.jourEtudePlanning-ligne{
	cursor: pointer;
}

#liste-calendar{
	width: 100%;
	height: 100%;
	flex-wrap: nowrap;

}

#calendar {
	float: left;
	height: 100%;
	width: 50%;
	max-width: 75%;
	min-width: 25%;
	border-right: 5px solid black;
}

.preparationConfig{
	display: flex;
	justify-content: space-between;
	padding-top: 0;
}

.preparationConfigForm{
	width: 75%;
}

.icon-calendar {
	padding: 10px;
	font-size: 18px;
	cursor: pointer;
}

.preparationConfig #calendar {
	float: none;
	height: 100%;
	width: 25%;
	border: none;
	margin-right: 15px;
	margin-top: 15px;
}

.preparationConfig .fc-header-toolbar {
	margin-bottom: 0 !important;
	padding: 0 0 0 10px !important;
}

#calendar2 {
	width: auto;
	height: 100%;
	min-width: 25%;
}

.planningRessource{
	position: initial !important;
	height: auto;
	max-height: 620px;
	overflow: auto;
}

.titreSemaine{
	font-weight: 600;
}

#calendar >.fc-view-harness {
	flex-grow: 0;
}

#calendar2 > .fc-view-harness {
	height: 100% !important;
}

.tablePlanningRessource {
	font-family: "Montserrat", sans-serif;
	color: #67757c;
	margin-top: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
	width: 100%;
}
.tablePlanningRessource th {
	padding: 5px 20px !important;
}

.tablePlanningRessource th, .tablePlanningRessource td {
	border: 1px solid #c5c5c5;
	text-align: center;
	text-decoration: none
}

.planningTache{
	position: relative;
	padding: 5px 20px !important;
	box-sizing: border-box;
	margin: 2px;
	text-align: center;
}

.iconComment, .iconDelete {
	position: absolute;
	top: 5px;
	right: 5px;
}

.iconDelete {
	color: red;
	cursor: pointer;
}

.planningRessourceHeader {
	display: flex;
	padding: 10px;
	flex-direction: column-reverse;
}

#calendar2 .fc-toolbar{
	margin-bottom: 0;
	padding: 0;
}

.blocTaches{
	display: flex;
	flex-wrap: wrap;
}

.popupEditTache_wrapper{
	width: 700px;

}

.blocOperateurs{
	margin-bottom: 10px;
}

.blocTaches-tache{
	padding: 5px 20px !important;
	box-sizing: border-box;
	margin: 2px;
	min-width: 88px;
	text-align: center;
	cursor: grab;
	border: 1px solid #c5c5c5;

}
/* module geolocalisation en admin */
.btnAdminMap{
	border: 1px solid #000;
	display: inline-block;
	cursor: pointer;
}

#map_jdb {
	border: 1px solid #000000;
	display: block;
	min-height: 280px;
	overflow: hidden;
	position: relative;
	width: auto;
}

#refresh_map {
	display: block;
	overflow: hidden;
	background: #fff;
	font-size: 15px;
	cursor: pointer;
	width: 60%;
	text-align: center;
	padding-left: 7px;
}

#refresh_map span {
	display: block;
	text-align: left;
	float: left;
	line-height: 24px;
}

#refresh_map img {
	display: block;
	float: right;
}

.target_map {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	border: 3px solid #000000;
	height: 30px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	width: 30px;
	z-index: 1;
}

.class_position_relative {
	position: relative;
}
/* fin module geolocalisation en admin */

.serie_produitsVersus_btnSuppr_wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}

.serie_produitsVersus_table td{
	vertical-align: middle;
}

.serie_produits_colStock{
	min-width: 100px;
}

.serie_affichageNbJours{
	font-size: 1.3em;
}

.serie_affichageNbJours_nb{
	font-weight: bold;
	color: #008;
	margin-left: 5px;
}

.serie_questionnairesJours_table th, .serie_questionnairesJours_table td{
	text-align: center;
}

.serie_questionnairesJours_table_cellJour{
	background-color: white;
}

.serie_questionnairesJours_table_cellRandom{
	background-color: #fafafa;
}

.serie_questionnairesJours_table_cellQuest{
	background-color: #f5f5f5;
}


/* Sélection du panel */
.selectionPanel_carte{
	height: 750px;
}

.selectionPanel_champsSupp{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}

.nbIndividusSelected_wrapper{
	margin-left: 20px;
}

.nbIndividusSelected{
	font-weight: bold;
}

.selectSemaine_wrapper{
	display: flex;
	align-items: center;
	margin: 0 auto 20px;
	max-width: 270px;
}

.selectSemaine_wrapper .fleche{
	color: #7A757C;
	margin: 0 20px;
	font-size: 1.4em;
	font-weight: bold;
	height: auto;
}

.serie_planningEtude_selectSemaine{
	flex: 1;
}

.serie_planningEtude_selectSemaine .reactSelect__value-container{
	justify-content: center;
}

.preparationEtude_entete, .resultat_entete {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.preparationEtude_entete_lien, .resultat_entete_lien{
	margin: 8px;
	min-width: 150px;
}

.preparationEtude_description{
	display: none;
}

.table-striped tbody tr:nth-of-type(2n + 1){
	background: #f9f9f9;
}

.table-hover tbody tr:hover {
	background: #e9edf2;
}

.btn_PreparationEtude_description{
	cursor: pointer;
}

.listeSacsZonePrepa_msgSiAucun{
	display: none;
}

.listeSacsZonePrepa:empty + .listeSacsZonePrepa_msgSiAucun{
	display: block;
}

#codeSacAUtiliser:empty:before, #codeSacHorsEtude:empty:before,
#emplacementRemiseEnStock:empty:before, #emplacementRemiseEnStock:empty:before{
	content: 'aucun';
	color: red;
}

.sacHorsEtude_infoAucun{
	color: red;
}

.sacHorsEtude_infoOk{
	color: #06D79C;
}

.serie_listeSacsHE_table{
	font-size: .75rem;
}

.horsEtude_sacs_sacsRestantsSortieStock{
	margin-top: 60px;
}

.bootstrap-select > .dropdown-toggle{
	z-index: auto; /* pour éviter que ça passe par dessus d'autres éléments intempestivement */
}

.peseeGamelleSuspecte {
	border: 1px solid #c5c5c5;
	margin: 5px 5px 5px 0;
	width: 250px;
	padding: 10px 5px;
	text-align: center;
}

.peseeGamelleLabel {
	font-size: 24px;
}

.peseeGamelleMontant {
	font-size: 26px;
	font-weight: bold;
}

.peseeGamelleRecap{
	margin: 10px;
}

.peseeOK{
	color: green;
}

.peseeSuspecte{
	color: orange;
}

.peseeManquante{
	color: red;
}

.peseeListeGamelle{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.wrapper-btnRetourPesee {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	align-items: center;
}

.labelHorsTest {
	display: flex;
	align-items: center;
	justify-content: end;
	font-size: 18px;
	color: black;
}

.commentaireRetourPesee{
	width: 100%;
	min-height: 185px;
}

.commentaireSave{
	display: none;
	margin-right: 40px;
	color: #14d706;
}

.listeSerie_detailSerie{
	display: flex;
	justify-content: space-between
}

.listeSerie_detailSerie_btn{
	margin-left: 25px;
	font-weight: bold;
	color: #0d95e8;
	cursor: pointer;
}


/* Tournées */
.iframeMapotempo{
	width: 100%;
	height: 900px;
}

.transports_totaux{
	font-size: 1.2em;
}

.transports_filtres {
	display: flex;
	justify-content: flex-start;
}

.transport_filtre{
	display: flex;
	align-items: center;
	margin-right: 20px;
	padding: 5px 10px;
	border-radius: 4px;
	background: #FDFDFD;
}

.transport_filtre_label{
	margin-right: 10px;
}

.transport_filtre-date input{
	width: 120px;
}

.serie_questionnairesJours_table_comboboxProduit:not(:first-child){
	margin-top: 5px;
}

.textarea-commentaire{
	height: 200px;
}

.bootstrap-select .dropdown-menu li {
	max-width: 1200px;
}

/* Les graphiques */
.graphique_wrapper{
	position: relative;
	height: 400px;
	padding: 20px;
	margin: 50px auto;
	max-width: 1000px;
	background: #fafafa;
	border-radius: 10px;
}

.graphique_wrapper.typeGraphique-3 {
	max-width: 500px;
}

.graphique{
	height: 100%;
}

.graphiques_ordonner_liste.ui-sortable {
	list-style: none;
	padding: 0;
}

.graphiques_ordonner_elt{
	cursor: pointer;
}

.graphiques_lienOrdonner {
	font-size: 0.7em;
	margin-left: 30px;
}

body .swal2-container {
	z-index: 99995; /* plus fort que Fancybox */
}

/* PAGE STATS */
.resultat_stat {
	margin: 10px 0;
}

/* qualité datatable*/

.couleurQualiteOk,
.couleurQualite75,
.couleurQualite60{
	padding: 4px;
	font-weight: bold;
}

.couleurQualite60{
	background-color: red;
	color: white;
}

.couleurQualite75{
	background-color: orange;
	color: white;
}

.couleurQualiteOk{
	background-color: #20ed07;
}

/* Lexique */

.labelLexique{
	margin-top: 20px;
	color: red;
}

/* Google map Tooltips */

.googleMapcontent {
	padding: 10px;
}


/* Tableau de bord */

#tableauSerie .uneLigneEtude td {
	padding: 8px;
	text-align: center;
	color: #000;
	box-sizing: border-box;
}

#tableauSerie .uneLigneEtude.active {
	background-color: #f3f1f1;
}

#tableauSerie td.valide {
	background-color: #398bf7;
}

#tableauSerie td.active {
	background-color: #cfecfe;
}

.wrapper-btnListe {
	display: flex;
	justify-content: space-evenly;
}

.wrapperBoitesFamilles {
	display: flex;
	justify-content: space-between;
}

.boitesRecapTitre{
	text-align: center;
}

.card-info {
	background: #F3F4F5;
	border-color: #F3F4F5;
	color: #0A0A0A;
}

.card-info .card-title{
	color: #0A0A0A;
}

.card-success {
	background: #06d79c;
	border-color: #06d79c;
}

.card-warning {
	background: #ffb22b;
	border-color: #ffb22b;
	position: relative;
}

.btnVisuelBoites{
	background-color: #FFF;
	padding: 10px;
	color: #000;
	text-align: center;
}

.btnDestockerBoites{
	text-align: center;
	padding: 10px;
	background-color: #398BF7;
	color: #fff;
	position: absolute;
	bottom: -20px;
	right: -20px;
}

.width30{
	width: 30% !important;
	flex: 0 0 30%;
	max-width: 30%;
}

.labelTableau {
	padding: 10px 50px;
	color: #FFF;
	display: inline-flex;
}

a.labelTableau:hover{
	color: #FFF;
	font-weight: 500;
	background-color: rgba(255, 165, 0, 0.5);
}



/* Popup iframe */

.fancybox-slide--iframe .fancybox-content{
	min-height: 80vh;
}
.popupIframe{
	padding: 20px;
	min-height: 80%;
}

.labelAnnuler, .labelArchive, .labelEnAttente {
	position: absolute;
	transform: rotate(50deg);
	top: 20%;
	font-size: 60px;
	right: 0;
}

.labelArchive {
	color: rgba(0, 56, 255, 0.7);
}

.labelEnAttente {
	color: rgba(0, 128, 0, 0.75);
}

.labelAnnuler {
	color: rgba(255, 0, 0, 0.8);
}


/* Contrat */
.contratTitre {
	padding: 15px 15px 15px 0;
	align-items: center;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
}

.contratUneLigne{
	margin-bottom: 10px;
	align-items: center;
}
.contratUneLigne:hover{
	background-color: #E2DFDF;
}

/* Style pour book */

.slick-dots li button::before {
	font-size: 40px !important;
	width: 50px !important;
	height: 50px !important;
}

.slick-prev, .slick-next {
	background-color: #0b67cd;
	width: 75px;
	height: 75px;
	top: 0;
	z-index: 9999;
}
.slick-prev:hover, .slick-next:hover,.slick-prev:focus, .slick-next:focus {
	background-color: #0b67cd;
}

.cadreBleu {
	border: 2px solid #0271C1;
	padding: 15px;
	color: #0271C1;
}
.cadreBleu h1,.cadreBleu h2{
	color: #0271C1;
	font-weight: bold;
	text-transform: uppercase;
}
.tab-nav li {
	display: inline-block ;
}
.tab {
	display: none ;
	border: 1px solid #cccccc ;
}
.tab-active {
	display: block ;
}
.tab-nav {
	margin: 0px ;
	padding: 0px ;
}
.tab-nav a {
	display: block ;
	border: 1px solid #cccccc ;
	border-width: 1px 1px 0 1px ;
	border-radius: 5px 5px 0 0 ;
	background-color: #cccccc ;
	padding: 10px 20px;
}
.tab-nav .tab-nav-active {
	background-color: #ffffff ;
}
.tab-nav {
	margin: 0px ;
	padding: 0px;
	position: relative ;
	bottom: -1px ;
}
.tab-nav a:hover {
	background-color: #ffffff ;
}

.listePhotoPointDepose {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.tab .dropify-wrapper {
	max-height: 100px;
}

.listePhotoPointDepose a {
	max-width: 25%;
	max-height: 100%;
}
.listePhotoPointDepose img {
	max-width: 100%;
	max-height: 280px;
}

.listeBoiteDepose {
	justify-content: space-between;
	padding: 10px 25px;
}

.infoPhrase {
	font-size: 14px;
	color: #C5C5C5
}

.slickElement {
	height: 80vh;
}

.listeBoiteDepose i{
	font-size: 50px;
	cursor: pointer;
}
.listeBoiteDepose .depose{
	color: green;
}
.listeBoiteDepose .reprise{
	color: #0271C1;
}
.listeBoiteDepose .valide{
	color: #CCCCCC;
	cursor: not-allowed;
}

.posologie_reference {
	width: 100px;
	max-width: 100px;
}
.posologie_type_reference {
	width: 150px;
	max-width: 150px;
}

.icon-info {
	display: inline-block;
	width: 20px; /* ajustez la largeur selon vos besoins */
	height: 20px; /* ajustez la hauteur selon vos besoins */
	cursor: pointer; /* le curseur prendra la forme d'une main au survol */
}

.icon-info:hover::after {
	content: attr(title);
	position: absolute;
	background-color: #fff; /* couleur de fond du texte */
	color: #000; /* couleur du texte */
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 5px;
	z-index: 999; /* assure que le texte est au-dessus du reste du contenu */
	width: 250px; /* ajustez la largeur du texte selon vos besoins */
	text-align: left;
}

.notification-info {
	color: #398bf7 !important;
	background-color: #d1ecf1;
	border-color: #bee5eb;;
	padding: .75rem 1.25rem;
}

.graphiqueSimpleLigne {
	text-align: center;
	font-size: 35px;
	margin: 20px 0;
	background-color: #00AEC2;
	color: #fff;
	padding: 15px;
}
.graphiqueTitre {
	text-align: center;
	margin: 20px 0;
	background-color: #00AEC2;
	color: #fff;
	padding: 15px;
}

.etat-en-attente {
	background-color: #f0f0f0;
	color: #333;
	padding: 2px 8px;
	border-radius: 5px;
	font-weight: 500;
	display: inline-block;
}

.etat-prepare {
	background-color: #007bff;
	color: white;
	padding: 2px 8px;
	border-radius: 5px;
	font-weight: 500;
	display: inline-block;
}

.etat-chargee {
	background-color: #ffc107;
	color: #212529;
	padding: 2px 8px;
	border-radius: 5px;
	font-weight: 500;
	display: inline-block;
}

.etat-livree {
	background-color: #28a745;
	color: white;
	padding: 2px 8px;
	border-radius: 5px;
	font-weight: 500;
	display: inline-block;
}

.etat-recuperee {
	background-color: #17a2b8;
	color: white;
	padding: 2px 8px;
	border-radius: 5px;
	font-weight: 500;
	display: inline-block;
}

.wrapperFamilles {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}


.indicateurs .tabs {
	display: flex;
	border-bottom: 2px solid #ddd;
	background-color: #FFF;
}

.indicateurs .tab {
	flex: 1;
	border: none;
	display: block;
	text-align: center;
	padding: 12px;
	cursor: pointer;
	font-weight: bold;
	color: #666;
	position: relative;
	transition: color 0.3s ease-in-out;
}

.indicateurs .tab:hover, .tab.active {
	color: #35347B;
}

/* Effet souligné animé */
.indicateurs .tab::after {
	content: "";
	width: 0%;
	height: 3px;
	background: #35347B;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: width 0.3s ease-in-out;
}

.indicateurs .tab.active::after {
	width: 50%;
}


/* Contenu des onglets */
.indicateurs .content {
	display: none;
}

.indicateurs .content.active {
	display: block;
	animation: fadeIn 0.3s ease-in-out;
}

/* line 6392, ../scss/admin/_style.default.scss */
.paiementDt {
	display: inline-block;
	min-width: 90px;
	padding: 6px 12px;
	margin: 2px;
	border-radius: 20px; /* pill */
	font-size: 0.85em;
	font-weight: 600;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* états */
.etatValide {
	background-color: #20c997; /* vert */
	color: #fff;
}

.etatEnAttente {
	background-color: #ffa024; /* orange */
	color: #fff;
}

.etatIncomplet {
	background-color: #e53935; /* rouge */
	color: #fff;
}

.etatTropPayee {
	background-color: #9c27b0; /* violet foncé */
	color: #fff;
}

.etatValideEnAttente {
	background-color: #3a84e5; /* bleu */
	color: #fff;
}

.action-buttons {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.popupMotif {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}
.popup-content {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	width: 350px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.btn-action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.btn-valid {
	background-color: #4caf50; /* vert */
}

.btn-add {
	background-color: #4caf50; /* vert */
}

.btn-delete {
	background-color: #e53935; /* rouge vif */
}