/* flash msgs */
.flashMsgs ul {
	list-style: none;
}

/* siderbar */
.sidebar-nav > ul > li > a.active {
	background: none;
}

/* 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;
}

/* 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: black;
}


/* formulaire ajout soin */
.pourquoiSoin_textarea{
	max-height: 150px;
}


/* popup */
.popupContent{
	padding: 20px;
	line-height: 1;
}

.popupContent .form-group{
	margin-bottom: 15px;
}

.detailAnimal-rubrique{
	margin-bottom: 10px;
	margin-top: 10px;
}


/* 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;
}


/* suivi des soins */
.champLibreInitiales{
	width: 50px;
}

.ligneSuiviSoin-realise, .ligneSuiviSoin-realise td{
	background-color: rgba(6, 215, 156, 0.07) !important;
}

/*
.ligneSuiviSoin-realise.odd, .ligneSuiviSoin-realise.odd td{
	background-color: rgba(6, 215, 156, 0.1) !important;
}
*/


/* faire en sorte que les options disabled du select2 soient cachées */
.select2-container--default .select2-results__option[aria-disabled=true] {
	display: none;
}

/* erreur de mail non renseigner*/
.mail_erreur_1 {
	background-color: red;
	color: white;
	padding: 10px;
}

.erreur_0{
	background-color: red;
	color: white;
	padding: 10px;
	text-align: center;
}
/*.Mailerreur_1{*/
/*	background-color: #ff8000;*/
/*	color: white;*/
/*	padding: 10px;*/
/*	text-align: center;*/
/*}*/
.button_renvoie_mail{
	width: 100%;
	height: 33px;
	background-color: #2D89EF;
}

.formEnvoiMail > ul{
	list-style-type: none;

}
.formEnvoiMail > ul > li{
	margin:  10px;
}
.formEnvoiMail div {
	padding: 10px;
}

.textareaRedactionMail{
	height: 400px;
}

.clients_popup_commentaire_titre{
	text-decoration: underline;
	margin-bottom: 15px;
}

.clients_popup_commentaire{
	line-height: 1.6;
}

.flexAlignCenter{
	display: flex;
	align-items: center;
}



.action-buttons {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.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-action:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* couleurs par type */
.btn-admin {
	background-color: #6c63ff; /* violet */
}

.btn-edit {
	background-color: #2196f3; /* bleu */
}

.btn-valid {
	background-color: #4caf50; /* vert */
}

.btn-pdf {
	background-color: #e53935; /* rouge vif */
}

.btn-error {
	background-color: #e53935; /* rouge vif */
}

.btn-upload {
	background-color: #43a047; /* vert */
}

.btn-import {
	background-color: #2196f3; /* bleu */
}
.btn-multi {
	background-color: #6c63ff; /* violet dossiers */
}

.btn-facture {
	background-color: #ff9800; /* orange factures */
}


/* STYLE MENU HORIZONTALE */
.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;
}

#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;
}

#barreMenu {
	position: relative;
	display: flex;
	align-items: center;
}

.linkMenu {
	position: relative;
}

.sousLinkMenu {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	background-color: #fff;
}


/* Suppression des scrollbar dans le menu */
.ps__scrollbar-x-rail {
	display: none !important;
}

.ps__scrollbar-y-rail {
	display: none !important;
}


.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;
	margin: 0 0 0 0px;
}

.sm {
	position: absolute;
	left: 0;
	display: block;
	height: auto;
	top: 100%;
	text-align: left;
	font-weight: normal;
	z-index: 1000;
	min-width: 100%;
}

/**** MENU ****/
.menu {
	margin: auto;
	z-index: 1000;
	overflow: visible;
	white-space: nowrap;
	text-align: center;
	padding-left: 0;
}

.sidebar-nav ul li a{
	font-size: 16px;
	margin: 5px;
}
.sidebar-nav > ul > li {
	margin-bottom: 0px;
}
.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;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
	color: #000;
}
.sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
	color: #000;
}
.topbar .profile-pic {
	width: 50px;
}

.container-fluid {
	margin: 25px 0;
}

.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active > a i {
	color: #000;
}



/* NEW NAVBAR */
.topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	z-index: 1000;
}

.topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 30px;
	gap: 40px;
}

.main-nav .menu {
	display: flex;
	gap: 25px;
}

.menu_elt {
	position: relative;
}

.menu_elt a {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 6px;
}

.menu_elt .mdi {
	font-size: 1.5rem;
}

.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	display: none;
	min-width: 200px;
	padding: 12px 15px;
	border-radius: 4px;
}

.submenu li {
	list-style-type: none;
	padding: 5px;
}

.submenu a {
	color: #67757c;
}

.menu_elt:hover .submenu {
	display: block;
}

.topbar-right {
	display: flex;
	align-items: center;
	gap: 20px;
}
.topbar-right .mdi {
	font-size: 1.5rem;
	color: #fff;
}
.burger {
	display: none;
	background: none;
	border: 0;
	cursor: pointer;
}

.burger span {
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	margin: 5px 0;
}

/*** USER ***/
.user-menu {
	position: relative;
}
.user-toggle {
	background: none;
	border: 0;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}
.user-toggle img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.user-dropdown {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	background: #fff;
	min-width: 220px;
	border-radius: 4px;
	display: none;
	z-index: 2000;
}
.user-menu.open .user-dropdown {
	display: block;
}
.user-box {
	padding: 15px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	text-align: center;
}
.user-box img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-bottom: 8px;
}
.user-dropdown ul,
.user-dropdown ul li {
	list-style-type: none;
	padding-left: 0;
}
.user-dropdown ul li a {
	display: block;
	padding: 12px 15px;
	color: #67757c;
}
.user-dropdown ul li a:hover {
	background: rgba(255,255,255,.05);
}