/*Mise en forme générale*/

body{
	background-color: #edf1fa;
	padding-top: 50px;
	background-image:url(../img/vague.jpeg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-attachment:fixed;
}

@font-face {
  font-family: 'Amerika';
  src: url('../font/AMERSN__.eot?') format('eot'), url('../font/AMERSN__.woff') format('woff'), url('../font/AMERSN__.ttf') format('truetype');
}

.table tbody tr > td.default {
	background-color: #aaaaaa !important;
}


.table-hover tbody tr:hover > td.default {
	background-color: #cacaca !important;
}
  

.facture-div{
	text-indent: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	color: #e9e9e9;
	background-color: darkred;
	border-width: 0px;
	border-style: solid;
	border-radius: 3px;
}

.facture-div.ok{
    background-color: #285e8e!important;
}

.facture-div .huge{
	text-align: right;
	color: white;
}

.facture-div-titre{
	/* text-decoration:underline; */
	padding-bottom: 5px;
	padding-top: 5px;
}

.facture-div-contenu{
	line-height:20px;
}

.facture-div-contenu .btn{
	color:white;
	margin-bottom:5px;
}

.cursor-pointer{
	cursor: pointer!important;
	cursor: hand;
}

.label-as-badge {
    border-radius: 1em;
}

.label-btn {
	border-width :0px!important;
	line-height: inherit!important;
}

.tiliofont{
	font-family: "Amerika";
}

.separation{
	border-color:black;
}

.table-v-align > tbody > tr > td {
     vertical-align: middle;
}

.example-block{
	background-color:#f7f7f9;
	border-color: #e1e1e8;
	border-style: solid;
	border-width: 1px;
	border-radius : 3px;
	padding: 10px;
}

/* Style pour mettre une icone dans un champ de formulaire de texte */
/* activation du positionnement absolu */
.inner-icon { 
    position: relative; 
    display: inline;
}

/* style de l'icone */
.inner-icon .fa {
	position: absolute;
	padding: 10px;
}

.inner-icon.white-icon .fa {
	color:white;
}

/* alignement icone */
.left-icon .fa  { left:  0px;}
.right-icon .fa { right: 0px;}

/* ajout padding  */
.left-icon input  { padding-left:  30px; }
.right-icon input { padding-right: 30px; }

.datepicker-input{
	background-color: #fff!important;
  	border-radius: 4px;
	border: 1px solid #ccc;
  	height: 34px;
  	padding-top: 5px;
  	padding-bottom: 7px;
  	padding-left: 12px;
  	padding-right: 12px;
	width:150px;
	cursor:pointer!important;
}

.datepicker-input:hover{
	background-color: #e6e6e6!important;
	border-color:#adadad!important;
}

.textButton-rouge{
	background-color: #f28e00!important;
  	border-radius: 4px;
	color:white;
	border: 0;
  	height: 34px;
  	line-height: 1.42857143;
  	padding: 6px 12px;
	width:150px;
	cursor:pointer!important;
}

.textButton-rouge:hover{
	background-color: #f2a73d;
	/* -moz-, -o-, -webkit- prefixes omitted for brevity */
	transition: background-color 0.3s ease-in-out;
}

.btn-group-right {
    position: absolute;
    top: 0; right: 0;
}

.btn-form{
	display: inline;
}

.btn-ligne{
	color : white;
	background-color : #428bca;
	border-radius:3px;
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.btn-ligne:hover{
	background-color : #3071a9;
}

.btn-ligne-right{
	padding-right:20px;
}



IMG.centre{
	margin-left: auto;
	margin-right: auto;
}

.fondtransparent{
	/*background-color: rgba(235, 240, 244, 0.5);*/
	background-color: rgba(225, 230, 234, 0.7);
	border-radius: 10px;
	margin: 5px;
	padding: 5px;
}

.textInput-transparent,
.textInput-transparent:disabled{
	background-color: transparent;
	border: 0;
}

/*Pastilles*/

.pastilleNouveau{
	background-color: #ff8c00;
	color: white;
	padding: 2px;
}

.pastillePerso{
	background-color: #4554c7;
	color: white;
	padding: 2px;
}

.pastilleReseau{
	background-color: #5caf52;
	color: white;
	padding: 2px;
}

.pastillePaccepte{
	background-color: #5caf52;
	color: white;
	padding: 2px;
}

.pastillePenvoye{
	background-color: #4554c7;
	color: white;
	padding: 2px;
}

.pastillePrefuse{
	background-color: #d9534f;
	color: white;
	padding: 2px;
}
/*Barre de navigation top*/



.tilionav{
	border-radius: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a.til-menu{
	color:#ccc;
}
.navbar-inverse .navbar-nav > li > a.til-menu:hover{
	color:#fff;
}

.navbar-inverse .navbar-nav > li.active > a.til-menu{
	color:#fff;
}

/* Navbar menu sur les items : border gauche */
@media (max-width: 959px) {
	.navbar-inverse .navbar-nav > li > .menu-border-bottom{
		position: absolute; 
		bottom: 0; 
		z-index:10;
		transition : 0.1s ease-in-out;	
		width:0%;
		height:100%;
	}
	.navbar-inverse .navbar-nav > li:hover > .menu-border-bottom{
		width:5px;
	} 
	.navbar-inverse .navbar-nav > li.active > .menu-border-bottom{
		width:5px;
	} 
}
/* Navbar menu sur les items : border bas */
@media (min-width: 960px) {
	.navbar-inverse .navbar-nav > li > .menu-border-bottom{
		position: absolute; 
		bottom: 0; 
		z-index:10;
		transition : 0.1s ease-in-out;
		width:100%;
		height:0;
	}	
	.navbar-inverse .navbar-nav > li:hover > .menu-border-bottom{
		height:5px;
	} 
	.navbar-inverse .navbar-nav > li.active > .menu-border-bottom{
		height:5px;
	} 
}


.navbar-inverse .navbar-nav > li > .vert1{background-color: #61c550;}
.navbar-inverse .navbar-nav > li > .vert3{background-color: #c8e59a;}
.navbar-inverse .navbar-nav > li > .rouge3{background-color: #f2b661;}
.navbar-inverse .navbar-nav > li > .beige{background-color: #f8e498;}

.navbar-decallage{
	padding-left: 203px;
}


@media(max-width: 1162px){
	.navbar-decallage{
		padding-left: 0px;
	}
}

@media (max-width: 959px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
}

.deconnexion-btn{
	margin-right: 15px;
	margin-left: 15px;
}


.menuinvisible{
	visibility: hidden;
}

.hidden-input{
	visibility: hidden;
	display: none!important;
}

/* Badge du nombre de notifications : directement sur l'icone pour les grands écrans */
.etiquettenotif{
	background: #e66454;
	padding: 3px 5px;
	position: absolute;
	right: 3px;
	top: 3px;
}

/* Badge du nombre de notifications : à côté de l'icone pour le menu mobile + affichage du tete "notifications" */
@media (max-width: 768px) {
	.etiquettenotif{
		position:relative;
		left:auto;
		top:auto;
	}
}

/* Intitulés de menus qui ne doivent apparaitre que sur mobile */
.xs-navbar-menu{
	display: none;
	margin-left:10px;
	margin-right:10px;
}
@media (max-width: 767px) {
	.xs-navbar-menu{
		display: inline-block!important;
	}
}


.huge {
    font-size: 30px;
}

.hugeS {
    font-size: 20px;
}

/*Panel Perso*/

.panel-tilio{
	border-left: solid;
	border-left-width: 5px;
}

.panel-vert{
	background-color: #c8e59a;
	border-left-color: #61c550;
}

.panel-beige{
	background-color: #f8e498;
	border-left-color: #ffb511;
}

.panel-bleu{
	background-color: #b1def4;
	border-left-color: #009fdf;
}

.panel-rouge3{
	background-color: #f2b661;
	border-left-color: #c60c30;
}

/*Panel demandes*/

.panel-heading-demandes{
	padding-bottom: 0px;
}

.nav-demandes{
	border-bottom: 0px;
}

.onglet-demandes{
	background-color: #f5f5f5;
}

/* Sidebar Styles */

#wrapper{
	padding-left: 250px;
	transition: all 0.3s;
}

#form-wrapper {
	padding-left: 0px;
}

#wrapper.left {
	padding-left: 0px;
	transition: all 0.3s;
}

#overlay {
	display: none;
	position: fixed;
	/* Plein éccran */
	width: 100%;
	height: 100%;
	/* noir transparent */
	background: rgba(0, 0, 0, 0.7);
	z-index: 998;
	opacity: 0;
	/* transition animée */
	transition: all 0.5s ease-in-out;
}

#dismiss {
	width: 35px;
	height: 35px;
	position: absolute;
	/* en haut à droite de la sidebar */
	top: 10px;
	right: 10px;
	color: #999;
	background: transparent;
}

#dismiss:hover {
	color: #FFF;
	cursor: pointer;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 250px;
    height: calc(100% - 50px);
    margin-left: -250px;
    overflow-y: auto;
	background: #222;
	transition: all 0.3s;
	scrollbar-width: thin;
}

#sidebar-wrapper.left {
	margin-left: -500px;
	transition: all 0.3s;
}

#sidebarCollapse {
	margin: 8px 0 8px 0px;
	padding : 9px 10px;
	color: white;
	background: transparent;
	border: 1px solid rgb(65, 64, 64);
}

@media (max-width: 768px) {
	#sidebarCollapse {
		margin: 8px 0 8px 15px;
	}
}

#sidebarCollapse.missing {
	display: none;
}

#sidebarCollapse:hover {
	background-color: rgb(65, 64, 64);
}

@media (max-width: 768px) {
	#wrapper{
		padding-left: 0px;
	}

	#sidebar-wrapper{
		margin-left: -500px;
	}

	#sidebar-wrapper.open {
		margin-left: -250px;
	}

	#overlay.active {
		display: block;
		opacity: 1;
	}
}

.glyphicon-form {
	display: none;
	margin-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 2.5em;
}

.glyphicon-ok.glyphicon-form {
	color: #258608;
}

.glyphicon-ok.glyphicon-form:hover {
	color: #6c995d;
}

.glyphicon-remove.glyphicon-form {
	color: #d90d34;
}

.glyphicon-remove.glyphicon-form:hover {
	color: #c06475;
}

@media (max-width: 991px)  {
	.btn-xs.btn-default.pull-right {
		display: block;
		margin-left: 4px;
		margin-right: 4px;
	}
	.glyphicon-form {
		display: block;
		margin-top: 2px;
		margin-bottom: 4px;
		padding-right: 5px;
		padding-left: 5px;
		font-size: 2.5em;
	}

	.custom-text-center {
		width: 100%;
	}

	.useless-rsp {
		display: none;
	}

	/* Transforme les élèments du tableau pour les dissocier */
	table.rsp, table.rsp thead, table.rsp tbody, table.rsp th, table.rsp td, table.rsp tr { 
		display: block; 
	}
	
	/* cache l'entête du tableau mais la laisse accessible */
	table.rsp thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.rsp tr { border: 1px solid #ccc; }
	
	table.rsp td { 
		/* transforme en ligne */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		text-align: right; 
	}
	
	table.rsp td:before { 
		/* Comme le header */
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.alignerleft {
		text-align: left !important;
	}
}

.alignerleft {
	text-align: left !important;
}

.divtable.rsp {
	text-align: center;
}

table.divtable.rsp th {
	text-align: center;
}

table.divtable.rsp tr {
	text-align: center;
}

table.divtable.rsp td {
	text-align: center;
}

.underline{
	border-bottom : 1px solid #ddd;
	padding-bottom : 5px;
}

.btn-desktop {
	width: 100px;
	height: 22px;
	align-content: center;
}

.btn-desktop i {
	padding-left: 3px;
}

.btn-desktop span {
	padding: 3px;
}

.btn-demande {
	display: table;
	height: 18px;
	cursor: pointer;
	text-decoration: none;
}

.btn-demande:active{
	text-decoration: none;
}

.btn-demande span {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}

.btn-demande i {
	padding-left: 6px;
	display: table-cell;
	vertical-align: middle;
}

.btn-demande span {
	padding: 6px;
	display: table-cell;
	vertical-align: middle;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Quand .sidebar-nav a une barre de défilement, change width à 240px */
.sidebar-nav.scroll {
	width: 240px;
}
.sidebar-nav.scroll .sidebar-btn-vert {
	width: 220px!important;
}

.no-margin-dropdown {
	margin-top: -10px;
	margin-bottom: -10px;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav .sidebar-nav-spacer {
    border: 1px solid transparent;
    display: block; margin: 0; padding: 0;
    height: 6px;
}

.sidebar-nav span,
.sidebar-nav i,
li.pagination-tilio{
    text-indent: 0px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #ccc;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    /*background: rgba(255,255,255,0.2);*/
}

.sidebar-nav li a.active,
.sidebar-nav li a:focus {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

/* Liste des enfants dans la sidebar */

.sidebar-nav li a.sidebar-enfant:hover,
.sidebar-nav li a.sidebar-enfant.active{
	border-left: 5px solid #0088cb;
}

.sidebar-nav li a.sidebar-enfant{
	/* -moz-, -o-, -webkit- prefixes omitted for brevity */
	transition: border-width 0.4s ease-in-out, color 0.2s ease-in-out;
}

.sidebar-titre{
    color: #ccc;
    font-size:0.85em;
    margin-top: 20px;
}

.sidebar-text{
	color: #ddd;
	padding-right:10px;
	padding-left:10px;
	line-height: 20px;
	text-indent: 0px;
	margin-bottom: 0px;
}

.sidebar-input{
	padding-left: 10px;
	margin:10px;
	width:230px;
}

.sidebar-text.alert{
	color: red;
}

.sidebar-icon{
	line-height: 40px;
	padding-right: 10px;
	font-size: 0.8em;
}

.pagination-tilio ul.pagination li span,
.pagination-tilio ul.pagination li span:hover,
.pagination-tilio ul.pagination li a{
	background-color: transparent;
	border : 0px;
}

.pagination-tilio ul.pagination{
	margin:0;
}

/*Priorités sidebar*/

.sidebar-nav li.sidebar-priorite{
    color: #999999;
}

.sidebar-btn-fleches{
	padding-right: 10px;
	margin-top: 8px;
}

.sidebar-btn-fleches a span{
	color : white;
}

.sidebar-btn-fleches a.disabled span{
	color: #999;
	cursor: not-allowed;
}

/*Boutons sidebar*/

.sidebar-btn-bleu{
	background-color: #337ab7;
}

.sidebar-btn-vert{
	background-color: #5caf52;
}

.sidebar-btn-vert.actif{
	background-color: #91d67b;
	border-left:#156a9e;
	border-left-width: 5px;
	border-style: solid;
}

.sidebar-btn-rouge{
	background-color: #f28e00;
	text-decoration: none;
}

.sidebar-btn-vert,
.sidebar-btn-bleu,
.sidebar-btn-rouge{
	margin : 10px;
	border-radius: 3px;
	padding : 0px;
	border : 0px;
}

.sidebar-btn-bleu:hover{
	background-color: #286090;
	/* -moz-, -o-, -webkit- prefixes omitted for brevity */
	transition: background-color 0.1s ease-in-out;
}

.sidebar-btn-vert:hover{
	background-color: #91d67b;
	/* -moz-, -o-, -webkit- prefixes omitted for brevity */
	transition: background-color 0.1s ease-in-out;
}

.sidebar-btn-rouge:hover{
	background-color: #f2a73d;
	/* -moz-, -o-, -webkit- prefixes omitted for brevity */
	transition: background-color 0.1s ease-in-out;
	text-decoration: none;
}

.sidebar-btn-vert span,
.sidebar-btn-vert i,
.sidebar-btn-bleu span,
.sidebar-btn-bleu i,
.sidebar-btn-rouge span,
.sidebar-btn-rouge i{
	color : white;
}

.sidebar-nav button[type="submit"] {
    width:230px;
    text-align: left;
    text-indent: 20px;
    display: block;
}

.sidebar-nav .btn-group.dropdown-single,
.sidebar-nav .dropdown.dropdown-multi {
    width: 230px;
    margin-left: -10px;
}

.sidebar-nav .btn-group.dropdown-single > .btn:first-child,
.sidebar-nav .dropdown.dropdown-multi > .btn:first-child {
    width: 230px;
    height: 40px;
    text-align: left;
    padding-left: 20px;
}

.sidebar-nav .dropdown.dropdown-multi ul.dropdown-menu {
    left: 20px;
}

.sidebar-nav .dropdown-menu > li > a {
	color: #333;
}

.sidebar-nav .dropdown.dropdown-multi > .btn:first-child .caret {
    position: absolute; right: 8px; top: 20px;
}

.sidebar-nav .dropdown.dropdown-multi > .btn:first-child.sidebar-btn-vert {
    margin-left: 0px;
}

.sidebar-nav .btn-group.dropdown-single > .btn:first-child span.caret {
    position: absolute; top: 18px; right: 14px;
}

.sidebar-nav .btn.sidebar-btn-vert,
.sidebar-nav .btn.sidebar-btn-bleu,
.sidebar-nav .btn.sidebar-btn-rouge
{
    color: #FFF;
}
.sidebar-nav .sidebar-btn-vert,
.sidebar-nav .sidebar-btn-bleu,
.sidebar-nav .sidebar-btn-rouge
{
    position: relative;
}

.sidebar-nav .sidebar-btn-vert .badge,
.sidebar-nav .sidebar-btn-bleu .badge,
.sidebar-nav .sidebar-btn-rouge .badge
{
    position: absolute;
    right: 8px; top:12px;
}

.sidebar-nav .sidebar-btn-vert .badge {
    background-color: #FFF;
    color: #5caf52;
}

.sidebar-nav .sidebar-btn-vert:hover .badge {
	color: #91d67b;
}

.sidebar-nav .sidebar-btn-bleu .badge {
    background-color: #FFF;
    color: #337ab7;
}

.sidebar-nav .sidebar-btn-bleu:hover .badge {
	color: #286090;
}

/****Couleurs icones****/

.rouge{
	color: #e66454;
}

.vert{
	color: #5ebd5e;
}

.violet{
	color: #644a8e;
}

.bleu{
	color: #77b7c5;
}

.orange{
	color: #f4b04f;
}

.blanc{
	color:white;
}

/* Pour un infobulle dans une liste déroulante, permet de décaler le point d'interrogation vers la gauche pour cliquer sur la flèche*/
.form-horizontal .has-feedback .form-control-feedback.dropBulle{
	right: 30px;
}

/* Pour éviter que le champ de formulaire en readonly avec un datepicker ait l'air désactivé*/
.datepicker.form-control[readonly]{
	background-color: white;
	cursor:auto;
}

/****Div titres (rectangles de couleur) ****/


.containervert,
.containervert1,
.containervert2,
.containervert3,
.containervert4,
.containervert5,
.containerbeige,
.containerbeige1,
.containerbeige2,
.containerbeige3,
.containerrouge,
.containerrouge1,
.containerrouge2,
.containerrouge3,
.containerbleu,
.containerbleu1,
.containerbleu2,
.containerbleu3,
.containerbleu4,
.containergris,
.containerviolet1,
.containerviolet2,
.containerviolet3{
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left: solid;
	border-left-width: 5px;
	margin-bottom: 20px;
}

.containervert    h2 small,
.containervert1   h2 small,
.containervert2   h2 small,
.containervert3   h2 small,
.containervert4   h2 small,
.containervert5   h2 small,
.containerbeige   h2 small,
.containerbeige1  h2 small,
.containerbeige2  h2 small,
.containerbeige3  h2 small,
.containerrouge   h2 small,
.containerrouge1  h2 small,
.containerrouge2  h2 small,
.containerrouge3  h2 small,
.containerbleu    h2 small,
.containerbleu1   h2 small,
.containerbleu2   h2 small,
.containerbleu3   h2 small,
.containerbleu4   h2 small,
.containergris    h2 small,
.containerviolet1 h2 small,
.containerviolet2 h2 small,
.containerviolet3 h2 small  {
    font-size: 50%;
    font-weight: normal;
}

/******Vert******/

.containervert{
	background-color: #c8e59a;
	border-left-color: #61c550;
}

.containervert1{
	background-color: #5caf52;
	border-left-color: #007934;
}
.containervert2{
	background-color: #c0d8ca;
	border-left-color: #007337;
}

.containervert3{
	background-color: #c8e59a;
	border-left-color: #61c550;
}
.containervert4{
	background-color: #e0f0c6;
	border-left-color: #88d37b;
}
.containervert5{
	background-color: #eaf4e8;
	border-left-color: #b5d8af;
}

/******Beige******/

.containerbeige{
	background-color: #F8E498;
	border-left-color: #D39100;
}
.containerbeige1{
	background-color: #ffd371;
	border-left-color: #d39100;
}
.containerbeige2{
	background-color: #f8e498;
	border-left-color: #ffb511;
}
.containerbeige3{
	background-color: #faf4b7;
	border-left-color: #f0de2a;
}

/******Rouge******/

.containerrouge3{
	background-color: #f2b661;
	border-left-color: #c60c30;
}

.panel-rouge{
	background-color: #f9adbd;
	border-left-color: #C60C30;
}
.panel-rouge1{
	background-color: #d90d34;
	border-left-color: #7b0018;
}
.panel-rouge2{
	background-color: #f789a1;
	border-left-color: #b51b35;
}

/******Violet******/

.containerviolet1{
	background-color: #4554c7;
	border-left-color: #00149e;
}
.containerviolet2{
	background-color: #9ba3e1;
	border-left-color: #4554c7;
}
.containerviolet3{
	background-color: #c5b9e3;
	border-left-color: #818bd9;
}

/******Bleu******/

.containerbleu{
	background-color: #9ba3e1;
	border-left-color: #00149E;
}
.containerbleu1{
	background-color: #009fdf;
	border-left-color: #156a9e;
}
.containerbleu2{
	background-color: #beddf0;
	border-left-color: #0088cb;
}
.containerbleu3{
	background-color: #b1def4;
	border-left-color: #009fdf;
}
.containerbleu4{
	background-color: #dff1fa;
	border-left-color: #8dd0ef;
}

/******Gris******/

.containergris{
	background-color: #e3e6ec;
	border-left-color: #adb7c5;
}

/** Waiting **/
#wait-screen {
    display:table-cell;
    background-color: #000;
    color: #FFF;
    cursor: wait;
    position: fixed;
    z-index: 9999;
    opacity: 0.15;

    top : 0px;
    left : 0px;
    height : 100%;
    width : 100%;
    cursor : wait;
    text-align:center;
}

#wait-screen-spinner {
    z-index: 9999;
    cursor : wait;
    width: 100%;
    position: fixed;
    left: 0; top: 50%;
    color: #FFF;
    text-align:center;
}

/** Forms **/

/** Input tries to render as text **/
input.input-as-text,
input.form-control.input-as-text {
    background-color:rgba(0,0,0,0);
    border:none;
    box-shadow: none;
    display: inline;
    padding: 0;
}

input[data-field=time].input-as-text,
input[data-field=time].form-control.input-as-text {
    width: 56px;
}

html body .fa-6x {
    font-size: 6em;
}

html body .fa-7x {
    font-size: 7em;
}

html body .fa-8x {
    font-size: 8em;
}

/** Gives pointable **/
.pointable {
    cursor: pointer !important;
}

/** Timetable **/
.timetable-item .meta  { opacity: 0.8; display: block; }
.timetable-item .meta.c1,
.timetable-item .meta.c2      { background: #E4F2E2; }
.timetable-item .meta.c3,
.timetable-item .meta.c4      { background: #C9E4C5; }
.timetable-item .meta.c5,
.timetable-item .meta.c6      { background: #AED7A9; }
.timetable-item .meta.c7,
.timetable-item .meta.c8      { background: #92CA8C; }
.timetable-item .meta.c9      { background: #77BC6F; }
.timetable-item .meta.c10,
.viewing .timetable-item .meta.warning { background: #5CAF52; }
.timetable-item .meta.warning { background: #F0AD4E; }
.timetable-item .meta.danger  { background: #D9534F; }

.timetable-item .count {
    background: #fff;
    border: 1px solid #CCC;
    border-bottom-left-radius: 6px;
    border-top: 0;
    color: #A0A0A0; font-weight: bold; font-size: 12px;
    display: block;
    padding: 0 4px; position: absolute; top: 0; right: 0;
}

/** Popover **/
.popover.having-singlelist .popover-content ul,
.popover.having-singlelist .popover-content ol {
    padding-left: 16px;
    margin-bottom: 2px;
}

.sidebar-nav li .tooltip .tooltip-inner {
    text-indent: 0;
}

#sidebar-wrapper li.list-group,
#sidebar-wrapper li.list-group .list-group-item {
    background: transparent;
}

#sidebar-wrapper li.list-group * {
    color: #777;
}

#sidebar-wrapper li.list-group {
    border-top: 1px dashed #777;
}

#sidebar-wrapper li.list-group,
#sidebar-wrapper li.list-group .list-group-item ul.radio-choices li {
    text-indent: 0px;
    line-height: normal;
}

#sidebar-wrapper li.list-group {
    margin: 0 10px;

    margin-bottom: 8px;
}

#sidebar-wrapper li.list-group.overflow-h200 {
    border-right: 1px solid #777;
	border:  1px solid #777;
	margin-top : 5px;
}

#sidebar-wrapper li.list-group .list-group-item {
    border: none;
    border-bottom: 1px dashed #777;
}

#sidebar-wrapper li.list-group .list-group-item-heading .fa,
#sidebar-wrapper li.list-group .list-group-item-heading a {
    color: #999;
}

#sidebar-wrapper li.list-group .list-group-item-heading a:hover,
#sidebar-wrapper li.list-group .list-group-item-heading a:active,
#sidebar-wrapper li.list-group .list-group-item-heading a:hover .fa,
#sidebar-wrapper li.list-group .list-group-item-heading a:active .fa
  {
    color: #FFF;
}

#sidebar-wrapper li.list-group .list-group-item:last-child { border: none; }

.overflow-h200 {
    max-height: 200px;
    overflow: auto;
}

.no-overflow-y {
    overflow-y: hidden;
}

.no-overflow-x {
    overflow-x: hidden;
}

.input-group .form-control.right-rounded,
.form-group .form-control.right-rounded {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

#sidebar-wrapper ul.list-of-names,
#sidebar-wrapper ul.list-of-names li {
    list-style: none;
    color: #777;
    margin: 0; padding: 0;
}

#sidebar-wrapper ul.list-of-names {
    border: 1px dashed #777;
    margin: 0 10px;
}

.sidebar-nav li a.btn.btn-danger,
.sidebar-nav li a.btn.btn-success {
    color: #FFF;
}

.sidebar-nav li a.btn.btn-default {
    color: #333;
}

#sidebar-wrapper .btn-group-actions .btn {
    float: left;
}

#sidebar-wrapper a.btn.btn-xs.btn-iconic {
    width: 22px; height: 22px;
    display: block;
    position: relative;
}

#sidebar-wrapper a.btn.btn-xs.btn-iconic .fa {
    position: absolute;
    top: 2px; left: 3px;
    border: 1px solid transparent;
    background: transparent;
}

/**
 * glow **************************************************************/
body .glow177-vTimetable .timetable-container,
body .glow177-Timetable .timetable-container {
    overflow: auto;
}

.explication{
  padding-top:8px;
  font-size: 10px   ;
}
#navgestion{
  text-align: center;
  margin: 0;
  
}

#navgestion a{
  color: black;
}

#navgestion a{
  background-color: #61c550;
  font-size: 18px;
}

#navgestion .active a{
  background-color: #c8e59a;
}
#navgestion a:active{
  background-color: #61c550;
}

.formcloture{
  position: absolute;
  top: 0px;
  right: 10px;
}

.ui-state-default{

	color:#333!important;
	background: #fff!important;
}

.cookie-bar{
	position: fixed;
	bottom:0px;
	width:100%;
	padding:10px;
	z-index:1000;
	background-color : #212934;
	color:#dbdbdb;
}

/**************** tableau ***************/
.table > thead > tr > td.inactive,
.table > tbody > tr > td.inactive,
.table > tfoot > tr > td.inactive,
.table > thead > tr > th.inactive,
.table > tbody > tr > th.inactive,
.table > tfoot > tr > th.inactive,
.table > thead > tr.inactive > td,
.table > tbody > tr.inactive > td,
.table > tfoot > tr.inactive > td,
.table > thead > tr.inactive > th,
.table > tbody > tr.inactive > th,
.table > tfoot > tr.inactive > th {
  background-color: #ccc;
  color:#777;
}

select[multiple].large-select {
	height:250px;
}


.datepicker-container { 
	z-index: 100 !important;
	position: relative; 
}

.presence-alert{
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.hoverable-panel:hover{
	background-color: #e4e4e4 !important;
}

.icon-padding{
	padding-right: 15px;
}

.entete-separation{
	margin-bottom: 20px;
}

.strong{
	font-weight: bold;
}

.highlight{
	background-color: #f7fa52;
}

/* Evite aux labels qui reviennent à la ligne d'avoir un bout qui reste sur la ligne précédente */
.multi-label-wrapper{
	margin-left:2px; 
	display:inline-block;
}

.oneline{
	white-space: nowrap;
}

.no-margin-bottom{
	margin-bottom:0px;
}

.chk-1{
	margin-left:20px;
}

/* Pour barre de titre */
.img-circle-25{
	max-height:25px;
	max-width:25px;
	border-radius:50%;
}

.img-circle-60{
	max-height:60px;
	max-width:60px;
	border-radius:50%;
}

.img-circle-75{
	max-height:75px;
	max-width:75px;
	border-radius:50%;
}

.img-circle-50{
	max-height:50px;
	max-width:50px;
	border-radius:50%;
}

/*  */
.img-circle-150{
	max-height:150px;
	max-width:150px;
	border-radius:50%;
}

.img-square-150{
	/* max-height:150px; */
	max-width:150px;
}
.bordered{
	border-radius: 5px;
}

.placeholder-150{
	width:150px;
	text-align:center;
}


.portrait-sidebar{
	display: block;
	margin-left: auto; 
	margin-right:auto;

	margin-top:20px;
	margin-bottom:10px;
}

.info-sidebar{
	display: block;
	margin-left: auto;
	margin-right: auto;

	text-align:center;
	color:#ccc;
	line-height:20px!important;
	text-indent:0!important;	
}

.titre-sidebar{
	font-size:1.2em;
	margin-bottom:10px;
}

.placeholder-sidebar{
	color:#aaa;
	display:block!important;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}

.trombi-container{
	display:flex;
	background-color: #EEE;
	padding:5px;
	box-shadow: 4px 4px 0px #aaa;
	border-radius: 5px;
}

.trombi-container.clickable:hover{
	cursor: pointer;
	cursor: hand;
	background-color: #cccccc;
	box-shadow: 4px 4px 0px #888;
}

.trombi-container .form-group{
	margin-bottom: 5px;
}

.trombi-content{
	flex-grow:2;
	display:flex;
	flex-direction:column;
	padding-left:5px;
}

.trombi-presentation{
	display:flex;
	flex-direction:column;
}

.trombi-separation{
	border-bottom:1px solid;
}

.trombi-titre{
	font-size:1.3em;
	vertical-align:middle;
}

.trombi-label{
	vertical-align:baseline;
}

.trombi-contact{
	display:flex;
	flex-direction:column;
	flex-grow:2;
	justify-content:flex-end;
}

/* Preview pour crop image profil */
.preview {
	overflow: hidden;
	width: 150px; 
	height: 150px;
	margin: 10px;
	border: 1px solid red;
}

.crop-modal{
	max-width: 1000px !important;
}

.crop-img {
	display: block;
	max-width: 100%;
}

.panel-gris{
	background-color : #f5f5f5;
	border-radius: 5px;
	padding-left: 10px;
}

.saisie-horaire-corps{
	background-color:#DDD;
	margin-bottom:10px;
}

.saisie-horaire-title{
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color:black;
	background-color:#CCC;
	margin-bottom:10px;
}

.fermeture-corps{
	background-color:#d9edf7;
	margin-bottom:10px;
	color:#31708f;
}

.fermeture-title{
	border-width: 1px 0 1px 0;border-style: solid; border-color:#31708f;background-color:#d9edf7;margin-bottom:10px;
}

.clickable-row{
	cursor: pointer;
	cursor: hand;
}

.clickable-row:hover{
	text-decoration: underline;
	color:#0088cb;
}

.context-menu{
	display: none;
	position: absolute;
	border: 0px solid black;
	width: 200px;
	background: #EEE;
	padding: 5px 5px 5px 5px;
	z-index:100000000; /* Pour être devant modal BS */
}

.context-menu a{
	color : #333;
}
.context-menu a:hover{
	color : #888;
	text-decoration: none;
}

.facture-gris{
	background-color : #ddd;
	border-radius: 3px;
	border-width: 1px;
	border-color: #aaa;
	border-style: solid;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.facture-title.odd,
.facture-entete.odd,
.facture-ligne.odd{
	background-color : #cfcfcf;
}

.facture-ligne.pow{
	background-color : lightsteelblue;
}

.facture-ligne{
	border-top-style: solid;
	border-color: #aaa;
	border-top-width: 1px;
	padding-top:5px;
}

.facture-plus{
	position: absolute;
	left:-15px;
	top:-2px;
	font-size:1.9em;
	font-weight:bold;
} 

.facture-input{
	text-align:right;
}

.facture-entete{
	font-weight: bold;
	padding-top: 20px;
	font-size: 1.1em;
}

.facture-ligne .facture-texte{
	padding-top:7px;
}

.facture-ligne.disabled-ligne{
	color: rgba(0, 0, 0, 0.5);
}

.til_checklist{
	list-style: none;
}

.inline-title,
.til_checklist .checkbox,
.til_checklist .checkbox-btn{
	display:inline-block;
}

/* nested permet d'inclure un form inline à l'intérieur d'un form-horizontal (utilisé pour la checklist projet, à tester pour le reste)*/
.form-inline.nested{
	margin-right:0px;
	margin-left:0px;
}

.labeled-checkbox{
	border-style:solid;
	border-color: #357ebd;;
	background-color:#EEE;
	border-width: 1px;
	border-radius: 10px;
	padding:5px;
	margin-bottom:10px!important;
	margin-top:10px!important;
	cursor: pointer;
	font-weight: normal;
}

.labeled-checkbox.active,
.labeled-checkbox:hover{
	background-color:#428bca;
	color:#fff;
}

.labeled-checkbox.active:hover{
	background-color:#3071a9;
	border-color:#285e8e;
}

.labeled-checkbox + .labeled-checkbox{
	margin-left: 5px;
}
.bartable{
	width:100%;
	margin-bottom:20px;
}

.bartable .td_link:hover{
	background-color:#ddd;
}
.bartable .td_link.active{
	border-width:0px 0px 1px 0px;
	border-color:#ddd;
}

.bartable .td_link.active a{
	border-style:solid;
	border-width:1px 1px 0px 1px;
	border-radius: 5px 5px 0 0;
	border-color:#ccc;
	color:#555;
	background-color:#ddd;
}

.bartable .empty_period{
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#ccc;
}

.bartable .td_link{
	cursor:pointer;
	text-align: center;
	height:40px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#ccc;
}

.bartable .td_content{
	/* background-color:#ddd; */
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#ccc;
}

.bartable .td_link a
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
}

.bartable .left_dashed{
	border-left-width: 1px;
	border-left-style: dashed;
}

.bartable .right_dashed{
	border-right-width: 1px;
	border-right-style: dashed;
}

.bartable .contrat_5{
	background-color:#59c759;
}
.bartable .contrat_4{
	background-color:#75cf6a;
}
.bartable .contrat_3{
	background-color:#90d67a;
}
.bartable .contrat_2{
	background-color:#acde8a;
}
.bartable .contrat_1{
	background-color:#c8e599;
}
.bartable .contrat_0{
	background-color:#e4f2cc;
}
.bartable .no_contrat{
	background-color:#888888;
}
.bartable .contrat_5,.contrat_4,.contrat_3,.contrat_2,.contrat_1,.contrat_0{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}

.bardate.pull-right{
	padding-right:5px;
}
.bardate.pull-left{
	padding-left:5px;
}

.bartable .fonced{
	background-color:#ddd;
}

hr.thin{
	margin-top:5px;
	margin-bottom:10px;
}
hr.dark{
	border-color:#bbb;
}

.la-table{
	margin-bottom:3px;
	font-size:0;
	width:120px;
}
.la-table-item{
	padding-left:2px;
	padding-right:2px;
	font-size:14px;
	width:24px;
	display:inline-block;
	text-align:center;
}

.left-sided-col{
	border-left:1px solid black;
}
.right-sided-col{
	border-right:1px solid black;
}

.panel-titre{
	margin-top:10px;
	margin-bottom:5px;
}

label.thin{
	font-weight:400;
}

.label-sm {
	font-size: 12px;
}

.label-md {
font-size: 16px;
}

.label-lg {
font-size: 20px;
}

.fa-circled{
	border-radius: 60px;
	box-shadow: 0 0 2px #888;
	padding: 0.5em 0.5em;
}
.fa-hoverable:hover,
.fa-hoverable.active{
	background-color: #333;
	color: #eee;
}

.deletable-circle{
	position:relative;
}

.fa-deletable{
	position:absolute;
	top:50%;
	left:50%;
	color:red;
	visibility:hidden;
}

.deletable-circle:hover > .fa-deletable{
	visibility:visible;
}

.sortable-handle{
	width:40px;
	display:inline-block;
}

.participant-item.attente{
	background-color: #bbb;
}

/* Réseau social */
/* Swiper */
.post-swiper {
	/* width: 600px;
	height: 300px; */
	background-color: white; 
	position: relative;
	max-width:600px;
	width: 100%;  
}

.thumb-swiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.thumb-swiper.h-0{
	height: 0%; 
}

.main-swiper{
	height: 80%; 
}
.main-swiper.h-100{
	height: 100%; 
}

.thumb-swiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.post-swiper img{
	width: 100%; 
	height: 100%; 
}

.thumb-swiper img {
  display: block;
  object-fit: cover;
}

.main-swiper img{
	object-fit: contain;
}

#slider-overlay{
	display: none; 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background-color: rgba(0,0,0,0.5); 
	justify-content: center; 
	align-items: center; 
	z-index: 10000;
}

.close_slider{
	z-index:1000;
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 1.5em;
	cursor: pointer;
}

/* Posts */
.img-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#5caf52;
	opacity: 0;
	transition: .3s ease;
	display:flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.panel-post{
	background-color:#F5F5F5;
	position:relative;
}

.post-img{
	position:relative;
	width:100%;
	height:100%;
}

.post-img img{
	width: 100%; 
	height: 100%; 
	object-fit: cover; 
	padding:4px;
}

.post-img:hover .img-overlay{
	opacity: 0.4;
}

.post-img-list{
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.post-img-container{
	flex: 1 0 34%; 
	height: 150px; 
	overflow: hidden;
} 
.post-img-container.one-media{
	height: 250px; 
} 

.post-more-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.3);
	display:flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.post-more-overlay span{
	color:white;
	font-size:4em;
}

.post-header{
	display:flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	margin-bottom:20px;
}

.post-portrait{
	margin-right:15px;
	display:flex;
	flex-flow: column nowrap;
	justify-content:center;
}

.new_post_placeholder{
	background-color:white;
	height:100%;
	padding:8px;
	border-radius:5px;
}

.panel-post:hover .new_post_placeholder{
	border:1px solid #ddd;
}

.post-date{
	color:#777;
	font-size:12px;
}

.post-menu{
	position:absolute;
	right:15px;
	top:10px;
	display:flex;
	flex-direction: column;
	align-items: flex-end;
}

.post-menu-icon{
	/* position:absolute;
	right:15px;
	top:10px; */
	height:30px;
	width:30px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:50%;
	cursor:pointer;
} 

.post-menu-icon:hover,
.post-menu-icon.active{
	background-color:#bbb;
}

.post-menu-dropdown{
	display:flex;
	flex-direction: column;
	align-items: stretch;
	z-index: 1000;
	background-color:white;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border-radius:4px;
}

.post-menu-dropdown a{
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 10px;
	padding-right: 10px;
	color:#333;
}

.post-menu-dropdown a:hover{
	background-color:#bbb;
}

.load-posts{
	display:flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.load-posts-date{
	display:flex;
	width:100%;
	margin-bottom:8px;
}

.load-posts-date hr{
	border-color:#333;
	width:100%;
}

.load-posts-date div{
	padding-left:8px;
	padding-right:8px;
	color:#333;
}

.mgt-20{
	margin-top:20px;
}

.mgb-20{
	margin-bottom:20px;
}

.mt-20{
	margin-top:20px;
}

.margin-b-10,
.mgb-10{
	margin-bottom:10px;
}

.mgb-5{
	margin-bottom:5px;
}

.num_dossier_div {
	background-color: #f5f5f5;
	padding: 10px;
	margin:10px;
	text-align: center;
	color: #333;
	border-radius: 50px;
}

.dashed-div{
	/* Custom dash */
	/* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='8' stroke-dasharray='15%2c 20' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e"); */
	border: 3px dashed #555;
	padding: 10px;
	margin-bottom: 10px;
}

.drop-photo-container{
	border: 3px dashed #555; 
	background-color: #d9d9d9; 
	display: flex; 
	justify-content: center; 
	padding: 50px 10px;
	margin-bottom: 20px;
}


.drop-default,
.drop-dropping{
	display: flex;
	align-items: center; 
	justify-content: center; 
}
.drop-default i,
.drop-dropping i{
	margin-right: 10px;
}
.drop-photo-container .drop-content{
	max-width: 200px;
}

.drop-photo-container.dragover{
	border:6px dashed rgb(0, 115, 255);
	color:rgb(0, 115, 255);
}

.drop-photo-container .files-list{
	display: flex;
	flex-direction:column;
	gap:5px;
}

.drop-photo-container .file-item{
	display:flex;
	height:40px;
	justify-content:space-between;
	align-items: center;
}

.drop-photo-container .file-item img{
	margin-left:20px;
	height:100%;
}

.drop-photo-container .file-name{
	display:flex;
	align-items:center;
	gap:5px;
}

.drop-loading{
	display:flex;
	flex-direction:column;
	align-items:center;
}

.cke_top{
	background-image:none!important;
	background-color:#c8e59a!important;
}

#btn-top-screen-container{
	float:right;
	padding-right:55px;
}

#btn-top-screen{
	position:fixed;
	bottom:25px;
	z-index:1000;
	background-color:#61C550;
	color: white;
	width:50px;
	height:50px;
	border-radius:50%;
	display:flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#btn-top-screen:hover{
	background-color:#5CAF52;
}

#btn-top-screen i{
	padding-bottom:5px;
}

.breadcrumbs{
	line-height:20px;
}
.bc-2{
	padding-left:10px;
}
.bc-3{
	padding-left:20px;
}

.sidebar-nav li .breadcrumbs.active {
    color: #fff;
}

.notif-menu {
	width: 300px;
	padding: 0;
	border: 1px solid #ddd;
	background-color: white;
	max-height: calc(100vh - 100px); /* S'adapte à la hauteur de l'écran - marge pour le header */
	overflow-y: auto;               /* Scroll vertical si besoin */
	overflow-x: hidden;
	scrollbar-width: thin;        
	scrollbar-color: #bbb #f0f0f0;
	cursor: pointer;

	display:flex;
	flex-direction: column;
	align-items: stretch;
	z-index: 1000;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border-radius:4px;

}

@media (max-width: 767px) {
	.notif-menu{
		width:100%;
	}
}

.notif-menu::-webkit-scrollbar {
	width: 6px;
}

.notif-menu::-webkit-scrollbar-thumb {
	background-color: #bbb;
	border-radius: 3px;
}

.notif-menu::-webkit-scrollbar-track {
	background-color: #f0f0f0;
}

.notif-menu a {
	display: flex;
	width: 100%;
	padding: 8px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #eee;
	border-color: #ddd!important;
	background-color: #eee;
}

.notif-menu a:last-child {
	border-bottom: none;
}

.notif-menu a:hover {
	background-color: #bbb;
}

.notif-menu a.unread {
	background-color: #d9edf7;
}

.notif-menu a.unread:hover {
	background-color: #bce8f1;
}

.notif-icon {
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.notif-text {
	flex: 1;
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.notif-title {
	font-weight: bold;
	font-size: 13px;
}

.notif-corps {
	font-size: 12px;
}

.notif-detail {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}

#notif-dropdown {
	position: relative;
}

.planning-present {
	width:100%;
	height: 20px;
	background-color: rgb(0, 158, 0);
}

.planning-present.arrivee{
	border-radius: 5px 0 0 5px;
}
.planning-present.depart{
	border-radius: 0 5px 5px 0;
}

.planning-table {
	width: 100%;
	table-layout: fixed;
	border-collapse:separate;
}
.planning-table tr {
	height: 28px;
}

.planning-table .entier {
	border-left: 1px dashed rgba(0, 0, 0, 0.5);
}

.planning-table .fermeture {
	border-right: 1px dashed rgba(0, 0, 0, 0.5);
}

.planning-horaire-arrivee {
	padding-left: 3px;
	color: #fff;
}
.planning-horaire-depart {
	padding-right: 3px;
	color: #fff;
}

.planning-enfant-col{
	width: 200px;
}
.planning-enfant-col > div {
	white-space: nowrap;
	overflow-x: auto;
	scrollbar-width: thin;
	/* Pour les navigateurs basés sur WebKit (Chrome, Safari) */
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
	text-overflow: ellipsis;
}

.planning-horaire-col {
	width: 1%;
}

.planning-enfant-row:hover {
	background-color: #d4d4d4;
}
.planning-enfant-row:hover .planning-present {
	background-color: rgb(0, 170, 0);
}

.planning-nb-enfants {
	text-align: center;
}

.planning-nb-enfants:hover {
	background-color: #d4d4d4;
}

.planning-week-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 5px;
}
.planning-week-table tr:last-child td:first-child {border-bottom-left-radius: 5px;}
.planning-week-table tr:last-child td:last-child {border-bottom-right-radius: 5px;}
.planning-week-table th:first-child {border-top-left-radius: 5px;}
.planning-week-table th:last-child {border-top-right-radius: 5px;}
.planning-week-table th, .planning-week-table td {
	border: 1px solid #ddd;
	border-top-width: 0px;
	border-left-width: 0px;
	padding: 8px;
	text-align: center;
}
.planning-week-table th{
	border-top-width: 1px;
}
.planning-week-table td:first-child,
.planning-week-table th:first-child {
	border-left-width: 1px;
}

.planning-week-fill{
	background-color: rgba(0, 158, 0, 0);
	text-align: center;
	cursor: pointer;
}

.planning-week-fill:hover, 
.planning-week-fill.active, 
.planning-horaire-col.planning-hovered, 
.planning-week-fill.planning-hovered, 
.planning-month-time.planning-hovered, 
.planning-week-time.planning-hovered {
	background-color: #7eaccccc!important;
}

.planning-week-time {
	padding-top: 0!important;
	vertical-align: top;
}

.planning-fill-impair {
	background-color: #eaeaea;
}

/* Icone de feedback destinée à un formulaire de texte qui dispose d'un bouton intégré à droite */
.feedback-icon {
	position: absolute;
	right: 45px;
	top: 10px;
	z-index: 1000;
}

.scintillant {
	box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
	animation: scintillement 1.5s infinite;
	transition: background-color 0.3s;
}

@keyframes scintillement {
	0%, 100% {
	box-shadow: 0 0 10px rgba(0, 123, 255, 0.6);
	}
	50% {
	box-shadow: 0 0 20px rgba(0, 123, 255, 1);
	}
}

.scintillant:hover {
	background-color: #0056b3;
}

/* Fond opaque de chargement qui évite de cliquer sur les champs */
.div-loading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.2);
	z-index: 1000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* Permet d'avoir des espaces verticaux entre les bouton lorsqu'ils se mettent sur 2 lignes */
.mobile-toolbar>a, 
.mobile-toolbar>button, 
.mobile-toolbar>div {
	margin-top: 2px;
	margin-bottom: 2px;
}

.table-overflow {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.w-200 {
	width: 200px;
}

.min-w-900 {
	min-width: 900px;
}

.flex-banniere{
	display: flex;
	align-items: center;
	gap: 10px;
}

.alert-no-mb{
	margin-bottom: 0px!important;
}

.alert-default{
	background-color: #e6e6e6;
	border-color: #adadad;
}

.nowrap{
	white-space: nowrap;
}

.table-responsive-xl {
	overflow-x: auto;
	scrollbar-width: thin;
	/* Pour les navigateurs basés sur WebKit (Chrome, Safari) */
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
	text-overflow: ellipsis;
}

.td-btn-right{
	display:flex;
	justify-content:space-between;
	gap:10px;
} 

.btns-right{
	display:flex;
	flex-wrap:nowrap;
	gap:5px;
}