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

body{
	background-color: #edf1fa;
	padding-top: 50px;
	background-image:url(../img/bandes.png);
	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;
	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;
}

.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;
}


.menuinvisible{
	visibility: hidden;
}

.etiquettenotif{
	background: #e66454;
	padding: 3px 5px;
	position: absolute;
	right: 3px;
	top: 3px;
}


.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;
}

#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;
}

.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: #999999;
}

.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: #777;
    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-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-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-rouge{
	margin : 10px;
	border-radius: 2px;
	padding : 0px;
	border : 0px;
}

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

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

.sidebar-btn-vert span,
.sidebar-btn-vert 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.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-rouge
{
    color: #FFF;
}
.sidebar-nav .sidebar-btn-vert,
.sidebar-nav .sidebar-btn-rouge
{
    position: relative;
}

.sidebar-nav .sidebar-btn-vert .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;
}

/****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;
}

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

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

/* Pour barre de titre */
.img-circle-25{
	max-height:25px;
	max-width:25px;
	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;
}

.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:#aaa;
	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;
}

.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;
}