/* 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;
}

.topbar .top-navbar .navbar-header {
	padding-left: 0;
}

.navbar-header {
	text-align: center;
}

/* STYLE SPECIFIQUE */


/* 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);
}


.dashboard-title{
	border-left: 5px solid #0d6efd;
	padding-left: 12px;
}

.paiementDt {
	text-align: center;
}
.etatEnAttente {
	background-color: #ffa024;
	color: #fff;
}
.etatValide {
	background-color: #20c997;
	color: #fff;
}
.paiementDt {
	display: inline-block;
	min-width: 90px;
	padding: 6px 12px;
	margin: 2px;
	border-radius: 20px;
	font-size: 0.85em;
	font-weight: 600;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.card-header {
	background-color: #FFF;
}

.nav-tabs {
	border-bottom: 2px solid #e5e7eb;
}

.nav-tabs > li > a{
	color: #6b7280;
	font-weight: 500;
	padding: 10px 20px;
	border: none;
	background: #f9fafb;
}
.nav-tabs > li{
	padding: 10px 20px;
}

.nav-tabs > li.active > a {
	color: #366FEC;
	border-bottom: 3px solid #366FEC;
}

.nav-tabs > li > a:hover {
	background: #f9fafb;
	color: #111827;
}

.menu_elt.active{
	background-color: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
}

.menu_elt.active a {
	color: #2A3E52;
}


.tips {
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 15px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.tipsWithoutDot {
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 15px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.8rem;
}

.tips::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: currentColor;
	display: inline-block;
}

.tips-blue {
	background-color: #F0F5FF;
	color: #366FEC;
}

.tips-orange {
	background-color: #FFFBEB;
	color: #D97604;
}

.tips-red {
	background-color: #ffebeb;
	color: #E53935;
}

.tips-green {
	background-color: #F2FEF6;
	color: #16A34A;
}

.totalHT, .totalGeneralHT {
	font-weight: bold;
	text-align: right;
	font-size: 16px;
}

.toggle-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.toggle-label {
	color: #6c757d;
	transition: 0.2s;
}

.toggle-label.active {
	font-weight: bold;
}

/* Switch */
.toggle-switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 26px;
}

.toggle-switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	inset: 0;
	background-color: #ccc;
	border-radius: 34px;
	transition: 0.3s;
}

.slider:before {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	left: 3px;
	top: 3px;
	background-color: white;
	border-radius: 50%;
	transition: 0.3s;
}


input:checked + .slider:before {
	transform: translateX(24px);
}


.custom-selector {
	position: relative;
	width: 100%;
	font-size: 14px;
}

.select-selected {
	background: #fff;
	padding: 0 12px;
	border: 1px solid #ccc;
	cursor: pointer;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.select-items {
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
	display: none;
	z-index: 99;
	max-height: 300px;
	overflow-y: auto;
}

.select-option {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	text-decoration: none;
	color: #333;
}

.select-option:hover {
	background: #f0f5ff;
}

.base_count {
	font-weight: bold;
}

.custom-tooltip {
	position: relative;
	cursor: help;
}

.custom-tooltip .custom-tooltip-text {
	visibility: hidden;
	opacity: 0;

	position: absolute;
	z-index: 9999;

	top: 125%;
	left: 50%;
	transform: translateX(-50%);

	background: #333;
	color: #fff;

	padding: 8px 10px;
	border-radius: 6px;

	font-size: 12px;
	line-height: 1.4;

	white-space: normal;
	min-width: 200px;
	max-width: 400px;

	transition: opacity 0.2s;

	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.custom-tooltip:hover .custom-tooltip-text {
	visibility: visible;
	opacity: 1;
}

.tips {
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 15px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.tips::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: currentColor;
	display: inline-block;
}

.tips-blue {
	background-color: #F0F5FF;
	color: #366FEC;
}

.tips-orange {
	background-color: #FFFBEB;
	color: #D97604;
}

.tips-red {
	background-color: #ffebeb;
	color: #E53935;
}

.tips-green {
	background-color: #F2FEF6;
	color: #16A34A;
}

.tips-grey {
	background-color: #EEF1F7;
	color: #686F7E;
}

.action-buttons {
	justify-content: flex-start;
	display: flex;
	gap: 8px;
}

.btn-action {
	border-radius: 50px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transform: translateY(-2px);
}
.btn-pdf {
	background-color: #f8eeee;
	border: 1px solid rgba(255, 0, 0, 0.47);
	color: rgba(255, 0, 0, 0.71);
}
.btn-valid {
	background-color: rgb(241, 253, 241);
	border: 1px solid rgba(0, 128, 0, 0.47);
	color: rgba(0, 128, 0, 0.71);
}

.btn-facture {
	background-color: rgb(255, 248, 235);
	border: 1px solid rgba(255, 152, 0, 0.47);
	color: rgba(220, 120, 0, 0.85);
}

.btn-admin {
	background-color: rgb(239, 243, 250);
	border: 1px solid rgba(39, 75, 132, 0.47);
	color: rgba(39, 75, 132, 0.85);
}

.baseIS_btns .bouton, .baseIS_btns .seewebBtn {
	background: #f5f5f5;
	border: 1px solid #d7d7d7 !important;
	color: grey !important;
	margin: 5px 3px;;
	align-items: center;
	width: fit-content;
	font-weight: 600;
	font-size: 14px;
	display: inline-flex;
	border-radius: 50px;
}
.baseIS_btns .bouton, .baseIS_btns .seewebBtn {
	color: grey !important;
	font-weight: 600;
	font-size: 14px;
}
.baseIS_btns .bouton img, .baseIS_btns .seewebBtn img {
	opacity: 0.8;
	margin-right: 5px;
	height: 20px;
}

.ajout_element, .ajout_fichier, .seewebBtn {
	padding: 7px 10px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.config-card {
	border-radius: 12px;
	border: 1px solid #e5e5e5;
	transition: all .2s ease;
	cursor: pointer;
}

.config-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
}


.config-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgb(239,243,250);
	color: #274B84;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.config-site-header {
	transition: background-color .2s ease;
}

.config-site-header:hover {
	background-color: #f5f5f5 !important;
}

.config-site-header .badge {
	font-size: 11px;
}

.config-site-header .fa-chevron-down {
	transition: transform .2s ease;
}

.rotate {
	transform: rotate(180deg);
}

.baseIS_btns .button_red {
	background-color: rgba(255, 0, 0, 0.47) !important;
	border-color: rgba(255, 0, 0, 0.71) !important;
	color: #FFF !important;
	cursor: pointer;
}

.baseIS_btns .button_blue {
	background-color: rgba(0, 123, 255, 0.47) !important;
	border-color: rgba(0, 123, 255, 0.71) !important;
	color: #FFF !important;
	cursor: pointer;
}

.baseIS_btns .button_green {
	background-color: rgba(40, 167, 69, 0.47) !important;
	border-color: rgba(40, 167, 69, 0.71) !important;
	color: #FFF !important;
	cursor: pointer;
}

.baseIS_btns .button_grey {
	background-color: rgba(108, 117, 125, 0.47) !important;
	border-color: rgba(108, 117, 125, 0.71) !important;
	color: #FFF !important;
	cursor: pointer;
}

.carreCouleurRecruteur {
	width: 15px;
	height: 15px;
	display: inline-block;
	cursor: pointer;
}

.page-titles {
	display: flex;
	justify-content: space-between;
}