/* 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 !important;
}

/* 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;
}

.topbar .top-navbar .navbar-header {
	padding-left: 0;
}

.navbar-header {
	text-align: center;
}

.popover {
	z-index: 100000;
}

.select2-container {
	z-index: 99995; /* Passer au-dessus des Fancybox */
}

.dtp {
	z-index: 99999;
}

.swal2-container {
	z-index: 100001 !important;
}



/* STYLE SPECIFIQUE */

.hide-archive {
	display: none;
}

.hide-checkbox {
	display: none;
}

.checkbox-archive {
	content: none;

}

[type=checkbox].checkbox-archive + label:before,
[type=checkbox].checkbox-archive:not(.filled-in) + label:after {
	content: none;
}

input[type=checkbox].checkbox-archive:checked + .label-checkbox-archive {
	color: #f00;
}

input[type=checkbox] + label.label-checkbox-archive {
	padding-left: 0;
}

.list-group-item.specifique {
	color: #00bd8f;
}

.list-group-item.specifique.active {
	color: white;
	background-color: #00D89F;
	border-color: #00D89F;
}

.list-group-item.suspendu.active {

	color: white !important;
	background-color: #DD0000;
	border-color: red;
}

.font-size-12 {
	font-size: 14px;
}

.form-control.readonly {
	opacity: 0.7;
	background-color: #e9ecef;
}

.disabled-link {
	white-space: inherit;
	padding: 8px 22px;
}

.listeQuestions .disabled-link {
	background: #e0e0e0;
}

.listeQuestionnaire {
	overflow-y: auto;
	max-height: 400px;
}

.listeDesQuestions {
	overflow-y: auto;
	max-height: 300px;
}



/* Système Notification */

.box-notification {
	width: 400px;
}

.notification-card {
	display: flex;
}

.notification-list {
	overflow-y: auto;
	max-height: 400px;
}

.notifications h2 {
	font-size: 14px;
	padding: 10px;
	border-bottom: 1px solid #eee;
	color: #999;
}

.notifications h2 span {
	color: #f00;
}

.notification-a {
	display: flex;
	flex-direction: row;
}

.notifications-item {
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 6px 9px;
	margin-bottom: 0;
	cursor: pointer;
}

.notifications-item:hover {
	background-color: #eee;
}

.notifications-item i {
	width: 25px;
	height: 35px;
	margin: auto 5px auto 5px;
	font-size: 30px;
	color: rgba(255, 0, 0, 0.6);
}

.notifications-item .text h4 {
	color: #777;
	font-size: 16px;
	margin-top: 3px;
}

.notifications-item .text p {
	color: #aaa;
	font-size: 12px
}

.badge-custom {
	padding: 0.2rem 0.2rem 0.2rem 0.2rem;
	line-height: 0.4;

	position: absolute;
	right: 11px;
	top: 38px;
}

.notification-info {
	padding: 0 10px;
}

.notification-action {
	padding: 0 0 0 0;
	margin: auto 0 auto;
}

.notification-bg-warning {
	background: #ffb22b54;
}

.hidden {
	display: none;
}


/* Notification accueil */
.notificationAccueil {
	height: 100%;
	max-height: 330px;
	overflow-x: hidden;
	overflow-y: auto;
}

.fc .fc-toolbar.fc-header-toolbar {
 margin-bottom: 0;
}

.fc-toolbar {
	margin: 0;
	padding: 15px 0;
}

/* Commentaire accueil */
.commentaireAccueil {
	height: 100%;
	max-height: 330px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* Page Calendrier */
.bloc-rendezVous {
	margin-top: 2.25em;
}

.fade:not(.show) {
	display: none;
}

.swal2-popup.swal2-toast .swal2-title {
	line-height: 1em;
}

/* Liste de réponse */

.reponseUtilisateur {
	display: flex;
	/*justify-content: space-around;*/
}

.listeReponse2Col {
	column-fill: balance;
	column-count: 2;
}

.listeReponse3Col {
	column-fill: balance;
	column-count: 3;
}

.valideReponse:disabled {
	background-color: #797979;
	border-color: #797979;
}

.valideReponse.disabled:hover {
	background-color: #797979;
	border-color: #797979;
}

.questionPoseStyle {
	border-left: 5px solid #398bf7;
	border-right: none;
	border-top: none;
	border-bottom: none;
	font-size: inherit;
}

.groupeReponse {
	box-sizing: border-box;
	display: flex;
}

.groupeActionReponse {
	margin: 0 15px 5px 15px;
	width: 270px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.inputReponse {
	width: calc(100% - 250px);
}

/** Radio button style btn */
.btn-check[type="radio"] + label {
	height: auto;
	margin-bottom: 5px;
}

.btn-check[type="radio"]:disabled + label .btn-outline-success,
.btn-check[type="radio"]:disabled + label .btn-outline-warning,
.btn-check[type="radio"]:disabled + label .btn-outline-danger {
	background: none;
	box-shadow: none;
	color: inherit;
}

.btn-check[type="radio"]:checked + label .btn-outline-success {
	background: #06d79c;
	border-color: #06d79c;
	color: #ffffff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
	box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}

.btn-check[type="radio"]:checked + label .btn-outline-warning {
	background: #ffb22b;
	border-color: #ffb22b;
	color: #ffffff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
	box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}

.btn-check[type="radio"]:checked + label .btn-outline-danger {
	background: #ef5350;
	border-color: #ef5350;
	color: #ffffff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
	box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}


.btn-check[type="radio"] + label:before,
.btn-check[type="radio"] + label:after {
	content: none;
}


/* Page récapitulatif de RDV */
.champNotesConsultant{
	height: 300px;
}

.fichiers_lignes{
	list-style: none;
	padding-left: 0;
}

.fichiers_lignes .fichier{
	margin-bottom: 10px;
}

.fichiers_lignes .fichier > *{
	margin-right: 10px;
}

.fichier_btnSuppr{
	color: red;
}

.listeItemsQuestionnaires_wrapper{
	padding: 0 25px;
}

.listeItemsQuestionnaires{
	list-style: none;
}

.questionnaireItem{
	cursor: pointer;
}

/* Cacher les alertes vides */
.alert:empty{
	display: none;
}


/* Page de gestion des thèmes/sous-thèmes/questions */
.dd-fullwidth{
	max-width: none;
}

.adminTheme_sousTheme_libelle {
	font-size: 1.4em;
}

.adminTheme_sousTheme > button{
	height: 28px;
	font-size: 18px;
}

.nestableBtn{
	color: inherit;
	display: inline-block;
	margin-left: 10px;
}

.popupEditionQuestion, .popupEditionSousTheme{
	width: 700px;
}

.TreeQuestionsReponses_infoVide{
	border: 1px solid #dee2e6;
	color: #495057;
	padding: 1.25rem;
	border-radius: 6px;
}

.p-treenode-label{
	flex: 1;
	margin-right: 10px;
}

.treeSelectQuestion_lienRepondre, .treeSelectQuestion_lienRepondre:hover {
	font-size: .9em;
	text-decoration: underline;
	margin-left: 10px;
}

.p-treenode-label, .p-treenode-icon{
	cursor: default;
}

.topbar .navbar-collapse {
	justify-content: space-between;
}

.selecteurClient + .dropdown-toggle{
	min-width: 300px;
}

.selecteurClient + .dropdown-toggle .filter-option{
	text-align: center;
}

.selecteurClient_wrapper {
	display: flex;
}

.selecteurClient_btnNotes {
	padding: 0 10px;
	border-radius: 5px;
}

/* Popup de saisie de notes client */
.popup.popup-saisieNotesClients {
	width: 1200px;
}

.popup-saisieNotesClients_notes {
	width: 100%;
	height: 600px;
	max-height: calc(100vh - 200px);
}

.p-inputtext.modified{
	border-color: #ea9f17;
}

body .p-inputtext.modified:focus{
	border-color: #ea9f17;
	box-shadow: 0 0 0 0.2rem #ea9f1755; /* orange avec transparence */
}

.variables_elt_champ{
	position: relative;
}

.input-varTransversale::before {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	left: 0;
	top: 0;
	background: red;
	content: '';
}

.variables_liste{
	list-style: none;
}

.listeThemes .p-panel .p-panel-header .p-panel-title{
	display: block;
	width: 100%;
}

.listeThemes_elt_progress{
	margin-top: 15px;
}

.listeThemes_elt_titre{
	cursor: pointer;
}

.listeThemes_elt_titre:hover{
	text-decoration: underline;
}

.listeThemes_questionsNonRepondues_titre{
	font-weight: bold;
}

.variables_fichier {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.variables_fichier_uploader {
	display: flex;
	align-items: center;
	gap: 20px;
}

.variables_fichier_lienSuppr{
	font-size: .8em;
}

/* Formulaires React de liste d'éléments */
.elements_form{
	display: inline-block;
}

.elements_liste, .collaborateursRapport {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.elements_elt_inner, .collaborateursRapport_elt {
	display: flex;
	align-items: stretch;
	gap: 20px;
}

.elements_elt .form-group, .collaborateursRapport_elt .form-group{
	display: flex;
	white-space: nowrap;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.elements_elt label, .collaborateursRapport_elt label{
	font-weight: bold;
	margin: 0;
}

.elements_elt .p-button {
	padding: 5px 10px;
}

.elements_btnAjouter_wrapper{
	margin-top: 10px;
}

.elements_btnAjouter_wrapper, .collaborateurs_btnAjouter_wrapper {
	text-align: center;
}

.elements_btnValider_wrapper {
	text-align: center;
	margin-top: 25px;
}

.elements_elt .erreur{
	color: red;
}

.elements_elt.deleted{
	display: none;
}

.collaborateursRapport_wrapper{
	display: inline-block;
}

.collaborateursRapport_wrapper2{
	margin-top: 40px;
}

.listeThemes_elt_header_top {
	display: flex;
	gap: 20px;
}

.listeThemes_elt_docATransmettreBtn{
	font-weight: normal;
	color: #343a40;
}

.listeThemes_elt_docATransmettreBtn_icon{
	margin-right: 5px;
	cursor: pointer;
}

.listeThemes_elt_docATransmettreBtn_text{
	font-size: .8em;
}

.popupReact_header{
	padding-right: 30px;
}

.popupDocsATransmettre_liste_wrapper{
	display: flex;
	justify-content: center;
}

.popupDocsATransmettre_liste {
	display: inline-grid;
	grid-template-columns: 1fr 0.5fr;
	gap: 0 20px;
	margin: 0 auto;
}

.unTheme_btnsDeploiement_wrapper{
	display: flex;
	align-items: center;
	gap: 10px;
}

.unTheme_btnsDeploiement_wrapper .listeThemes_elt_docATransmettreBtn{
	margin-left: 30px;
}

.popupEditionQuestion_form_warning {
	color: #5661F6;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: .9em;
}

.popupChiffresCles_liste{
	font-size: 1.3em;
	line-height: 2;
	margin-top: 30px;
}

.formElements_select{
	min-width: 300px;
}

.elements_elt_cocheVerte {
	display: flex;
	align-items: center;
	width: 34px;
}

.lienRapportTheme{
	color: inherit;
	font-size: .9em;
}

.popupReact{
	width: 800px;
	max-width: 100%;
}

.popupRdv_btns {
	display: flex;
	gap: 20px;
}
