/* Fixes thèmes */
.scroll-sidebar {
	height: calc(100% - 30px);
}


/* flash msgs */
.flashMsgs ul {
	list-style: none;
}

/* siderbar */
.sidebar-nav > ul > li {
	height: 100%;
}

.sidebar-nav > ul > li > a.active {
	background: none;
}

/* fix pour datepicker */
.dtp {
	z-index: 99999;
}

/* clockpicker */
.popover {
	z-index: 2000;
}

/* calendar fixes */
body .fc .fc-axis {
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
	width: 80px !important;
}

.fc-basic-view .fc-week-number span {
	display: inline-block;
	min-width: 1.25em;
}

/* 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;
}


/* STYLE SPECIFIQUE NEO */

/* 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;
}

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;
}

/* STYLE SPECIFIQUE PLESCOP */

.left-sidebar {
	overflow: visible !important;
	width: 100%;
	height: 90px;
	padding: 0 25px;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sidebar-nav {
	padding: 0;
}

.logoHeader {
	max-width: 188px;
	width: 100%;
	height: auto;
	margin-right: 50px;
}

.page-wrapper {
	margin-left: 0;
}

.scroll-sidebar,
#sidebarnav {
	overflow: visible !important;
	display: flex;
	align-items: center;
}

#barreMenu {
	position: relative;
	display: flex;
	align-items: center;
}

.linkMenu {
	position: relative;
}


.sousLinkMenu {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	background-color: #fff;
}

#sidebarnav li,
#sidebarnav .active,
#sidebarnav .active a {
	position: relative;
	transform: none;
	transition: none;
}

#sidebarnav li {
	margin: 0;
}

#sidebarnav li a {
	padding: 0;
}

#sidebarnav li .collapse {
	height: auto !important;
	z-index: 99;
	position: absolute;
	top: 66px;
	left: 0;
	background-color: #fff;
}

.sidebar-nav ul li ul {
	padding: 10px 15px;
}

.waves-ripple {
	display: none !important;
}

.sidebar-nav ul li ul li {
	padding: 5px 0;
}

body .navbar-nav,
body .nav-item,
body .nav-link {
	height: 100%;
}

body .nav-link {
	display: flex;
	align-items: center;
}

body .nav-link img {
	width: 47px;
	height: 47px;
	margin-right: 15px;
	border-radius: 100px;
	object-fit: cover;
}

.dropdown-toggle::after {
	margin-left: 20px;
	border: none;
	content: '';
	width: 23px;
	height: 12px;
	background-image: url("/img/arrow-user.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

body .dropdown-menu .btn {
	width: 100%;
}

.dropdown-user {
	padding: 0;
}

.dropdown-user li {
	padding: 10px 0;
	list-style: none;
}

.sous_rubrique_btnAjout {
	margin-left: 10px;
}

/**RESPONSIVE**/
.menu_mobile {
	display: none;
}

@media (max-width: 1024px) {
	.scroll-sidebar {
		width: 100%;
	}

	/**Menu Animation**/
	.menu_mobile {
		display: block;
		transition: 0.1s transform linear;
		position: absolute;
		background: 0;
		height: 2rem;
		width: 2rem;
		outline: 0;
		padding: 0;
		border: 0;
		z-index: 1001;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
	}

	.bar, .bar::before, .bar::after {
		transition: all 0.2s linear;
		position: absolute;
		background: #000000;
		margin: auto;
		width: 100%;
		height: 0.15rem;
		content: '';
		top: 50%;
		left: 0;
		cursor: pointer;
	}

	.bar {
		margin-top: -0.2rem;
	}

	.bar::before {
		top: -0.55rem;
	}

	.bar::after {
		top: 0.55rem;
	}

	.bar::before, .bar::after {
		transform: rotate(0deg);
	}

	.active .bar {
		background: 0;
	}

	.active .bar::before {
		transform: rotate(45deg);
	}

	.active .bar::after {
		transform: rotate(-45deg);
	}

	.active .bar::before, .active .bar::after {
		top: 0;
	}

	.active .bar, .active .bar::before, .active .bar::after {
		transition: all 0.2s linear;
	}

	body .sidebar-nav {
		width: 250px;
		height: 100%;
		background: #fff !important;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		transform: translateX(-1024px);
		transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
		padding-top: 3rem;
	}

	.menu-open .sidebar-nav {
		transform: translateX(0);
	}

	#barreMenu {
		padding: 0 10px;
		flex-direction: column;
		align-items: flex-start;
	}


	.nav-link span {
		display: none;
	}

	body .nav-link img {
		margin: 0;
	}

	.dropdown-toggle::after {
		margin-left: 5px;
	}

	.logoHeader {
		margin: 0;
	}

	.sidebar-nav ul li a {
		padding: 0;
	}

	body .sousLinkMenu {
		top: initial;
		left: initial;
		position: relative;
		padding: 0 0 20px 0 !important;
	}
}

@media (max-width: 768px) {
	.navbar-nav {
		margin-right: 60px;
	}
}


/* TOGGLE DES DOSSIERS */

.toggleDossier {
	list-style-type: none;
	padding: 0;
}

.toggleDossierListe {
	margin-bottom: 10px;
}

.toggleDossierTitre {
	background: white;
	min-height: 60px;
	display: flex;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
}

.dossierPublier {
	color: #EBC748;
	border: 1px solid #EBC748;
}

.dossierNonPublier {
	color: red;
	border: 1px solid red;
}

.toggleDossierTitre_wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.toggleDossierLibelle {
	color: black;
	padding-left: 10px;
}

.toggleDossierTitre:before {
	content: url("/design/img/arrow-toggle.svg");
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 15px;
	margin-right: 15px;
}

.toggleDossierTitre.active:before {
	transform: rotate(90deg);
}

.toggleDossierContenu {
	background-color: #f3f3f3;
	color: #000000;
	border-left: 1px solid darkgrey;
	padding: 10px 10px 10px 20px;
	display: none;
}

.toggleDossierFichier {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	background: white;
	margin: 0 0 10px 0;
}

.fichierPublier {
	color: #EBC748;
	border: 1px solid #E5E5E5;
}

.fichierNonPublier {
	color: red;
	border: 1px solid red;
}

.unFichier {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.fichierOptions {
	display: flex;
	align-items: center;
}
.chkOption{
	margin-bottom: 0;
	margin-right: 10px;
}
.validChk{
	text-align: right;
}

.toggleDossierFichier-titre {
	display: flex;
	align-items: center;
	min-height: 40px;
}

.toggleDossierEmpty {
	padding: 10px;
	margin-left: 20px;
}

.recherche_element_wrapper {
	margin: 0 0 30px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.recherche_element_input {
	padding: 10px;
	margin-left: 10px;
	max-width: 550px;
	width: 100%;
	box-sizing: border-box;
}

.toggleFichier-chemin {
	font-style: italic;
	margin-bottom: 5px;
}

@media (max-width: 640px) {
	.toggleDossier-titre {
		max-width: 200px;
	}
}

.page-titles {
	margin: 20px 0 0 -15px;
}

.fil_ariane {
	margin-bottom: 20px;
	font-size: 16px;
}

.uneSousRubrique {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
	border: 1px solid #E5E5E5;
	padding: 10px;
	box-sizing: border-box;
}

.nouvelle_sousRubrique_btnNouveau_wrapper {
	margin-top: 20px;
}

.empty-search {
	margin-left: 10px;
	display: flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 63px;
}

.cleanRecherche {
	color: red;
	font-size: 2em;
}

.recherche_element_input {
	width: calc(100% - 61px);
	max-width: none;
}

.rechercher {
	width: 100%;
	position: relative;
}

.topbar {
	background-color: white;
}

.administration {
	position: relative;
}

.fondImgMonCompte {
	background-color: white;
	align-items: center;
	justify-content: center;
	height: 220px;

}

.imgMonCompte {
	max-height: 180px;
	max-width: 180px;
}

.backImg {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 180px;
	width: 180px;
	border-radius: 100%;
	border: 1px solid #e5e5e5;
}

.imgBack {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

/**** MENU ****/
.menu {
	margin: auto;
	z-index: 1000;
	overflow: visible;
	white-space: nowrap;
	text-align: center;
}

.sidebar-nav ul li a{
	font-size: 16px;
	margin: 5px;
}

nav .traitMenu {
	height: 6px;
	width: 75px;
	max-width: 100%;
	margin-left: 5px;
}

nav .traitTurquoise {
	background: #38B6AB;
}

nav .traitBleu {
	background: #302682;
}

.menu_elt {
	position: relative;
	overflow: visible;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	border-bottom: 3px solid transparent;
	margin: 0 0 0 10px;
}

.sm {
	position: absolute;
	left: 0;
	display: block;
	height: auto;
	top: 100%;
	text-align: left;
	font-weight: normal;
	z-index: 1000;
	min-width: 100%;
}


.sm {
	padding-top: 20px;
	background-color: #fff;
}

.sm_elt {
	padding: 10px;
	border-bottom: none;
	height: auto;
	display: block;
	float: none;
	transition: all 0.5s ease 0s;
}

.sm_link {
	display: block;
	padding: 10px 25px;
	font-weight: bold;
	font-size: 16px;
	border-top: none;
	background: none;
	text-transform: none;
	text-align: left;
	box-sizing: border-box;
	color: #fff;
}

.topbar .profile-pic {
	width: 50px;
}

.footerContent {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.facebook img {
	margin-left: 5px;
	width: 25px;
}
.instagram img {
	width: 25px;
}

.imgAccueil {
	width: 100%;
	height: 450px;
}

.imgAccueil img {
	width: 100%;
}

/* STYLE SPECIAL PLESCOP COULEUR */

.btn-success, .btn-success.disabled,
.btn-success:hover, .btn-success.disabled:hover,
.btn-success:focus, .btn-success.disabled:focus {
	background: #38B6AB;
	border: 1px solid #38B6AB;
}

.btn-info, .btn-info.disabled,
.btn-info:hover, .btn-info.disabled:hover,
.btn-info:focus, .btn-info.disabled:focus  {
	background: #302682;
	border: 1px solid #302682;
}

.list-group-item.active {
	background-color: #38B6AB;
	border-color: #38B6AB;
}

a {
	color: #38B6AB;
}

.text-themecolor {
	color: #302682 !important;
}

.sidebar-nav > ul > li.menuBleu.active > a,
.sidebar-nav ul li.menuBleu a:hover,
.sidebar-nav ul li.menuBleu a ul li a:hover{
	color: #FFF;
	background: #302682;
}

.sidebar-nav > ul > li.menuTurquoise.active > a,
.sidebar-nav ul li.menuTurquoise a:hover,
.sidebar-nav ul li.menuTurquoise a ul li a:hover{
	color: #FFF;
	background: #38B6AB;
}

.list-group-item-action {
	color: #38B6AB;
	font-weight: 400;
}

.list-group-item-action:hover {
	color: #FFF;
	background: #38B6AB;
}

.ps__scrollbar-x-rail {
	display: none !important;
}

.ps__scrollbar-y-rail {
	display: none !important;
}