body, .form-control, .dropdown-menu, .btn{
	font-size: 13px;
}
#app{
	padding-top:40px;
}
#page{

}
.row.page{
	margin-top: 60px;
}
.footer .navbar{
	background-color:#353945; /* production */
	color:#eee;
	font-size: 12px;
}
.footer .navbar.navbar-dev{
	background-color:#60b0f3; /* dev */
	color:#fff;
	font-size: 12px;
}
.no-margin{
	margin:0px;
}
.no-padding{
	padding:0px;
}
.title-page{
	background-color: #ddd;
	padding: 10px 10px 1px 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
a{
	 color:#09C;
}
a:hover{
	 color:#cc6510;
	 text-decoration: none;
}
.btn{
	padding:4px 10px 4px 10px;
	font-size: 12px;
}
.btn.btn-icon{
	padding:2px 4px 2px 4px;
	font-size: 10px;
}

.btn-outline-default{
	border-color: #cc6510;
}

.btn-default{
	background-color: #cc6510;
	border-color: #cc6510;
	color: #eee;
}
.btn-default:hover{
	background-color: #d6833f;
	border-color: #d6833f;
	color: #eee;
}
.btn-icon{
	background-color: #cc6510;
	color:#eee;
}
.btn-link {
	line-height: 1;
	padding: 0px;
	color: black;
}
.btn.btn-link {
	text-align: left;
	white-space: normal;
}
.btn-link:hover {
	color: #d6833f;	
}
.btn_label_file {
   background-color: #e2e6ea;     
}
.btn_label_file:hover {
	cursor: pointer;
   background-color: #f4f4f4;;     
}
#btn_file {
   opacity: 0;
   position: absolute;
   z-index: -1;
}
@media screen and (max-width: 540px) {
	.btn.btn-resp {
		width: 100%;
		margin-right: 0px!important;
	}
}
.btn.btn-resp{
	margin-bottom: 2px;
}
.dropdown.bootstrap-select{
	height: 100%;
}
.bootstrap-select.form-control{
	border: 1px solid #ced4da;
}
.bootstrap-select.form-control button{
	line-height: 1.4;
}
.vuejs{
	display: none;
}
.vuejs.loaded{
	display: block;
	margin-bottom: 35px;
}
/*______________________________
	Nav
-------------------------------*/
.navbar.navbar-dev{background-color: #60b0f3; padding:4px 15px 4px 15px;} /* dev */
.navbar{background-color: #353945; padding:4px 15px 4px 15px;} /* production */
.navbar-light {z-index: 10; font-size: 13px;}
.navbar.navbar-dev .dropdown-menu {margin-top: -5px;background-color: #60b0f3;border-radius: 0px;border-top:none;border-color: #60b0f3;} /* dev */
.navbar-light .dropdown-menu {margin-top: -5px;background-color: #353945;border-radius: 0px;border-top:none;border-color: #353945;} /* prod */
.navbar-light .dropdown-menu a {margin-top: 7px;color: #ddd;}
.navbar-light .dropdown-menu a:hover {margin-top: 7px;background-color: #666;}
.navbar-light .navbar-nav .nav-link{
	color: #bbb;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #fff;
}

.navbar.navbar-dev{
	border-bottom:5px solid #cc6510;
	margin-bottom:  50px;

}
.navbar.navbar-dev.fixed-bottom{
	margin-bottom:  0px;
}

.navbar.navbar-dev .dropdown-menu a{
	color:  white;
}
/*
#app.app-devmode{
	padding-top:  45px;
}
*/
.fixed-bottom.navbar-dev {
	border-top:4px solid #cc6510;
}

.navbar_bottom-devmode{
	color:  #cc6510;
	margin-left:  10px;
}

.nav-devmode{
	color:  #cc6510;
	font-size:  22px;
	margin-left:  20px;
}

.navbar.navbar-dev .navbar-nav .nav-link{
	color: #fff;
}

.nav-page{
	margin-top: 40px;
	background-color: #ddd;
	z-index: 9;
	padding: 12px 10px 5px 30px;
	font-size: 15px;
	font-weight: 500;
}
.navbar.fixed-bottom{
	margin-top: 5px;
	color: white;
	display:  block;
}
/* nav tabs mobile*/
.nav.nav-tabs.mobile li{
	background-color: #eee;	
}
.nav.nav-tabs.mobile li:hover{
	cursor: pointer;
	background-color: #f9f9f9;
}
.nav.nav-tabs.mobile li a{
	padding:12px 5px;
}
.nav.nav-tabs.mobile li a.nav-link{
	font-size: 15px;
}
/*------------------------------*/
.form-group{
	margin-bottom: 0.7rem;
}

.form-control{
	height: calc(1.8rem + 2px);
	line-height: 1.4;
	padding: .275rem .5rem;
	position: relative;
	top: -8px;
}
.input-group-prepend{
	position: relative;
	top: -8px;
}
#doubleAuthCheckbox{
	position: relative;
	left: -25px;
}
#niveau_password{
    background-image: url("img/bg_password_score.jpg");
    background-repeat:repeat-y;
    background-position: 0 0;
    position:absolute;
    width: 100px;
    z-index: 0;
    border:1px solid black;
    text-align:center;
    margin-left:5px;
	width: 80px;
}
/*______________________________
	Modal popup
-------------------------------*/
.modal-content{
	border-radius: 2px;
}
.modal h3{
	font-size: 17px;
	font-weight:600;
}
.modal-header{
	background-color: #eee;
	padding: 10px 15px 5px 15px;
	position:fixed;
	width: 99.3%;
	top:1px;
	left:2px;
	border:none;
	border-radius: 1px;
}
.modal-header h3{
	font-size:15px;
}
.modal-body{
	margin-top: 60px;
}
/*______________________________
	Table
-------------------------------*/
.table{
	border: none;
}
.table th{
	font-weight:600;
	white-space: nowrap;
}
.table td, .table th{
	padding: 6px 12px;
	border: none;
}
.table.table-bordered td, .table.table-bordered th{
	border: 1px solid #dee2e6;
}
table.table-head{
	margin-bottom: 0px;
}
table.table-head th{
	background-color: #ddd;
}
table.sortable th{
	cursor: pointer;
}
.show_onhover_td{
	display: none;
}
td:hover .show_onhover_td{
	display: inline;
}

#planificationMensuelle table{
	font-size: 0.8em;
}

#planificationMensuelle table td, #planificationMensuelle table th{
	min-width: 40px;
}

#planificationMensuelle th.sunday{
	background-color: #d7c096;
}
#planificationMensuelle th.feries{
	background-color: #ffb329;
	font-weight: bold;
}
#planificationMensuelle th.total, #planificationMensuelle td.total{
	background-color: #cc6510;
	text-align: center;
	color: white;
}
#planificationMensuelle table input[type="text"].focused{
	border: 1px solid #cc6510;
	outline-style: none;
}

#planificationMensuelle table input[type="text"].focused.copyCell,#planificationMensuelle table input[type="text"].copyCell{
	border: 2px dashed blue;
}

#planificationMensuelle .btn_detail{
	position: absolute;
	z-index: 8;
	background-color: #cc6510;
	color: white;
	padding: 2px;
	cursor: pointer;
	left: -2px;
	top: -3px;
}

#planificationMensuelle .attached{
	position: absolute;
	z-index: 10;
	color: #cc6510;
	padding: 2px;
	left: 1px;
	top: -3px;
}

#planificationMensuelle .detailHeure{
	position: absolute;
	width: 350px;
	height: 310px;
	top: -225px;
	left: -350px;
	border: 1px solid black;
	background-color: #fff;
	z-index: 100;
}

#planificationMensuelle .heures_debut_fin .form-control.heure_debut.heure_error, #planificationMensuelle .heures_debut_fin .form-control.heure_fin.heure_error{
	border: 1px solid red;
	color: red;
}

#planificationMensuelle .heures_debut_fin{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color:#ffffff;
	text-align: center;
}

#planificationMensuelle .heures_debut_fin.is_extourne{


}

#planificationMensuelle .heures_debut_fin.is_extourne::before{
	position: absolute;
	left: 2px;
	top: 2px;
	content: '-';
	z-index: 1;
	font-weight: bold;
	color: grey;
}
#planificationMensuelle .heures_debut_fin.is_extourne::after{
	position: absolute;
	left: 2px;
	top: 15px;
	content: '-';
	z-index: 1;
	font-weight: bold;
	color: grey;
}

#planificationMensuelle .heures_debut_fin .form-control{
	position: absolute;
	top: 0px;
	font-size: 11px;
	background: transparent;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	border-radius: 2px;
}

#planificationMensuelle .heures_debut_fin .form-control.heure_debut:disabled, #planificationMensuelle .heures_debut_fin .heure_debut.form-control[readonly]{
	background-color: #e9ecef;
}

#planificationMensuelle .heures_debut_fin .form-control.heure_debut:focus, #planificationMensuelle .heures_debut_fin .form-control.heure_fin:focus{
	box-shadow: none;
	border: 1px solid #cc6510;
}


#planificationMensuelle .heures_debut_fin .form-control.heure_debut {
	padding-bottom: 13px;
	border: 1px solid grey;
}
#planificationMensuelle .heures_debut_fin input[type="text"].form-control.heure_fin,
#planificationMensuelle .table-striped tbody tr:nth-of-type(odd) input[type="text"].inactive.form-control.heure_fin {
	padding-top: 13px;
	border: none;
	background-color: transparent;
}

#planificationMensuelle .detailHeure.pinLeft{
	left: 0px;
}

#planificationMensuelle .detailHeure .detailHead{
	background-color: #eee;
	font-size: 1.1em;
}
#planificationMensuelle .detailHeure .detailHead, #planificationMensuelle .detailHeure .detailContent{
	padding: 10px;
}

#planificationMensuelle .detailHeure .closeDetail{
	cursor: pointer;
}

#rapportConges th.total, #rapportConges td.total{
	background-color: #cc6510;
	text-align: center;
	color: white;
}


#planificationMensuelle td input[type="text"].inactive,
#listeHeures-div-table .inactive,
#planificationMensuelle .heures_debut_fin .form-control.heure_debut.inactive,
#planificationMensuelle .table-striped tbody tr:nth-of-type(odd) input[type="text"].inactive
{
	color:  silver;
	background-color: #fff0f0;
	text-decoration: line-through;
}


#planificationMensuelle .bloc_plateaux_repas{
	width: 100%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid grey;
	font-size: 18px;
}

#planificationMensuelle .fa-utensils{
	position: absolute;
	top: 5px;
	left: 0px;
	right: 0px;
	display: none;
	color: black;
}

#planificationMensuelle .bloc_plateaux_repas:hover{
	border-color:  black;
}

#planificationMensuelle .bloc_plateaux_repas.bloc_plateaux_repas-hover:hover .fa-utensils, #planificationMensuelle .bloc_plateaux_repas.bloc_plateaux_repas-hover.active:hover .fa-utensils{
	display: inline;
	color: silver;
}

#planificationMensuelle .bloc_plateaux_repas.active{
	background-color: #eee;
}

#planificationMensuelle .bloc_plateaux_repas.active .fa-utensils{
	display: inline;
	color: black;
}

#planificationMensuelle .bloc_plateaux_repas.active.claimed .fa-utensils{
	display: inline;
	color:  red;
}

#planificationMensuelle .bloc_plateaux_repas.inactive{
	background-color: #fff0f0;
}

#planificationMensuelle .scheduler-border legend{
	font-size: 1em!important;
	font-weight: normal!important;
}

#planificationMensuelle .badge-info{
	padding: 2px;
	margin: 4px;
	margin-top: 0px;
}

#planificationMensuelle .table-striped tbody tr:nth-of-type(odd) .detailContent input[type="text"]{
	background-color: transparent;
}
#planificationMensuelle .table-striped tbody tr:nth-of-type(odd) .detailContent input[type="text"][disabled="disabled"]{
	background-color: #e9ecef;
}
#planificationMensuelle .table-striped tbody tr:nth-of-type(odd) input[type="text"]{
	border-width: 1px;
	background-color: #f2f2f2;
}

#planificationMensuelle table tr.totalRow{
    border-top: 2px solid #cc6510;
    border-bottom: 2px solid #cc6510;
    font-weight: bold;
}
#planificationMensuelle table tr.totalRow td.total{
    border-top: 2px solid white;
}



fieldset.scheduler-border {
    border: 1px solid #ccc !important;
    padding: 0 1.4em 0.2em 1.4em !important;
    margin: 0 0 0.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

.scheduler-border legend{
    font-size: 1.1em !important;
    font-weight: bold !important;
    text-align: left !important;
	width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
	margin-bottom:3px;
}

.tool-tip {
  display: inline-block;
}

.tool-tip [disabled] {
  pointer-events: none;
}

/* New Checkbox / Radio */
input[type='checkbox'], input[type='radio'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	height: 18px;
	border-radius: 2px;
	width: 18.5px;
	transition: all 0.1s ease-out 0s;
	background: #ffffff;
	border:1px solid #ccc;
	color: #fff;
	cursor: pointer;
	/*display: inline-block;*/
	outline: none;
	position: relative;
	vertical-align: top;
	/*z-index: 1000;*/
}
input[type='checkbox'], input[type='radio'] {
	height: 18px;
}
input[type='radio'] {
	height: 19px;
	width: 19px;
}
input[type='checkbox']:hover, input[type='radio']:hover {
	background: #eee;
}
input[type='checkbox']:checked{
	background: #cc6510;
	border:1px solid #cc6510;
}
input[type='checkbox']:checked::before {
	content: '';
	position: absolute;
	left: 2.5px;
	top: 7px;
	background: #fff;
	width: 2px;
	height: 2px;
	box-shadow:
			1px 0px 0px #fff,
			2px 0px 0px #fff,
			3px 0px 0px #fff,
			4px 0 0 #fff,
			5px 0 0 #fff,
			5px -1px 0 #fff,
			5px -2px 0 #fff,
			5px -3px 0 #fff,
			5px -4px 0 #fff,
			5px -5px 0 #fff,
			5px -6px 0 #fff,
			5px -7px 0 #fff,
			5px -8px 0 #fff,
			5px -9px 0 #fff;
	transform: rotate(40deg);
}
input[type="checkbox"]:disabled {
	background-color: #ddd;
	border: 1px solid #ccc;
	color: #99a1a7;
}
input[type="checkbox"]:indeterminate {
	background: #fff;
	border:1px solid #cc6510;
}
input[type="checkbox"]:indeterminate::after {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 21%;
	transform: translate(0, -50%);
	width: 60%;
	height: 11px;
	background: #cc6510;
}
input[type='radio']:checked{
	background: #cc6510;
	border:1px solid #cc6510;
}
input[type='radio']:checked::before {
	content: '';
	position: absolute;
	left: 3px;
	top: 7.5px;
	background: #fff;
	width: 2px;
	height: 2px;
	box-shadow:
			1px 0px 0px #fff,
			2px 0px 0px #fff,
			3px 0px 0px #fff,
			4px 0 0 #fff,
			5px 0 0 #fff,
			5px -1px 0 #fff,
			5px -2px 0 #fff,
			5px -3px 0 #fff,
			5px -4px 0 #fff,
			5px -5px 0 #fff,
			5px -6px 0 #fff,
			5px -7px 0 #fff,
			5px -8px 0 #fff;
	transform: rotate(40deg);
}
input[type='radio'] {
	border-radius: 50%;
}
.text-security{
	text-security: circle;
	-webkit-text-security: circle;
	-moz-text-security: circle;
}



/* Table width column */

.col-width-5 {
	width: 5%;
}
.col-width-8 {
	width: 8%;
}
.col-width-12 {
	width: 12%;
}
.col-width-16 {
	width: 16%;
}

@media (max-width: 992px){
	.col-md-width-30 {
		width: 30%;
	}
	.col-md-width-20 {
		width: 20%;
	}
	.col-md-width-10 {
		width: 10%;
	}
}

#messageBox{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	margin: auto;
	width: 700px;
	text-align: center;
}
.flashMessage{	
	bottom: 10px;
	left:0px;	
	margin-left:10%;
	margin-right:10%;	
}

a.dropdown-item:hover{
	color: white;
	background-color: #cc6510;
}

#loading{
	background-color: #000000aa;
	position: fixed;
	z-index: 2000;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 100px;
	color: white;
}

.picto_conge{
	width: 25px;
	height: 25px;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
}


ul.inline_list{
	padding-left: 0px;
}


ul.inline_list li{
	list-style-type: none;
	float: left;
	margin-right: 30px;
	position: relative;
}

.card.planif_help .card-header{
	padding-top: 4px;
	padding-bottom: 0px;
}

.card.planif_help .card-body{
	padding-top: 6px;
	padding-bottom: 8px;
}

.card.planif_help .badge{
	padding-left: 8px;
	padding-right: 8px;
}

select.input-sm{
	height: 31px!important;
}

table.contrats_employes tr.table-danger{
	text-decoration: line-through;
}
#editEmploye table.contrats_employes td{
	padding-right: 3px;
	padding-left: 3px;
} 
#editEmploye table.contrats_employes td:first-child{
	padding-top: 0px;
}
#editEmploye .contrats_employes input, #editEmploye .contrats_employes select{
	margin-top: 3px;
}

#editEmploye .contrats_employes .input-group-append{
	top: -5px;
	height: 31px;
}

.neutral_square{
	background-color: #ffffff;
}

.validated_square{
	background-color: #C6E0B4;
}

.await_validating_square{
	background-color: #F8CBAD;
}

.waiting_square{
	background-color: #FFE699;
}

.refused_square{
	background-color: #db3535;
}

.sunday {
	border-bottom: 3px solid black;
}

.notSunday {
	border-bottom: 0.5px solid black;
}

.prepasButtonAjouter {
	position: relative;
	top: 2px;
	padding: 7px 7px 7px 7px;
}

.prepasButtonAnnuler {
	position: relative;
	top: 2px;
	padding: 7px 7px 7px 7px;
}

.prepasButtonAnnuler:focus{
	background-color: white;
	color: #007bff;
}

.prepasMobileLineText {
	position: relative;
	top: 12px;
}

.prepasMobileLineMessage {
	position: relative;
	top: 13px;
	left: -16px;
}

.prepasMonthNavigation {
	font-size: 18px;
}

/*
#disponibilites .checkmark{
	display: inline-block;
	position: relative;
}
#disponibilites .checkbox_label{
	vertical-align: top;
}
#disponibilites .container_checkmark{
	margin-top: 4px;
}

.disponibilitesCasVideVide{
	border: 0px;
	background: white;
}

.disponibilitesCasVideOK{
	border: 0px;
	background: linear-gradient( to right, white 0%, white 50%, green 50%, green 100%);
}

.disponibilitesCasOKVide{
	border: 0px;
	background: linear-gradient( to right, green 0%, green 50%, white 50%, white 100%);
}

.disponibilitesCasOKOK{
	border: 0px;
	background: green;
}
*/
/*  new disponibilités  */
.disponibilites0{
	background: white;
}

.disponibilites1{
	background: linear-gradient(to right, green 0%, green 50%, white 50%, white 100%), linear-gradient(to right, white 0%, white 50%, white 50%, white 100%);
	background-size: 100% 50%;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

.disponibilites2{
	background: linear-gradient(to right, white 0%, white 50%, green 50%, green 100%), linear-gradient(to right, white 0%, white 50%, white 50%, white 100%);
	background-size: 100% 50%;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

.disponibilites3{
	background: linear-gradient(to right, white 0%, white 50%, white 50%, white 100%), linear-gradient(to right, green 0%, green 50%, white 50%, white 100%);
	background-size: 100% 50%;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

.disponibilites4{
	background: linear-gradient(to right, white 0%, white 50%, white 50%, white 100%), linear-gradient(to right, white 0%, white 50%, green 50%, green 100%);
	background-size: 100% 50%;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

.disponibilites12{
	background: linear-gradient(to right, green 0%, green 50%, green 50%, green 100%), linear-gradient(to right, white 0%, white 50%, white 50%, white 100%);
	background-size: 100% 50%;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

.disponibilites13{
	background: linear-gradient(to right, green 0%, green 50%, white 50%, white 100%), linear-gradient(to right, green 0%, green 50%, white 50%, white 100%);
	background-size: 100% 50%;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

.disponibilites14{
	background: linear-gradient(to right, green 0%, green 50%, white 50%, white 100%), linear-gradient(to right, white 0%, white 50%, green 50%, green 100%);
	background-size: 100% 50%;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

.disponibilites23{
	background: linear-gradient(to right, white 0%, white 50%, green 50%, green 100%), linear-gradient(to right, green 0%, green 50%, white 50%, white 100%);
	background-size: 100% 50%;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

.disponibilites24{
	background: linear-gradient(to right, white 0%, white 50%, green 50%, green 100%), linear-gradient(to right, white 0%, white 50%, green 50%, green 100%);
	background-size: 100% 50%;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

.disponibilites34{
	background: linear-gradient(to right, white 0%, white 50%, white 50%, white 100%), linear-gradient(to right, green 0%, green 50%, green 50%, green 100%);
	background-size: 100% 50%;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

.disponibilites123{
	background: linear-gradient(to right, green 0%, green 50%, green 50%, green 100%), linear-gradient(to right, green 0%, green 50%, white 50%, white 100%);
	background-size: 100% 50%;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

.disponibilites124{
	background: linear-gradient(to right, green 0%, green 50%, green 50%, green 100%), linear-gradient(to right, white 0%, white 50%, green 50%, green 100%);
	background-size: 100% 50%;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

.disponibilites134{
	background: linear-gradient(to right, green 0%, green 50%, white 50%, white 100%), linear-gradient(to right, green 0%, green 50%, green 50%, green 100%);
	background-size: 100% 50%;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

.disponibilites234{
	background: linear-gradient(to right, white 0%, white 50%, green 50%, green 100%), linear-gradient(to right, green 0%, green 50%, green 50%, green 100%);
	background-size: 100% 50%;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

.disponibilites1234{
	background: green;
}

.prepasFoodIcon{
	font-size: 22px;
	position: relative;
	top: 2px;
}

.prepasBottomTr{
	text-align: center;
}

.prepasButton{
	padding: 15px 14px 15px 14px;
	font-size: 20px;
}

.prepasValidationIconGreen{
	position: relative;
	top: 1px;
	color: green;
}

.prepasValidationIconRed{
	position: relative;
	top: 1px;
	color: red;
}

.rightButton {
	position: absolute;
	right: 1%;
}

.recrutementTextArea{
	height: 160px;
}

.checkDispo{
	position: absolute;
}

.nomDispo{
	margin-left:  25px;
}

.showHide{
	position: relative;
	top: -8px;
	left: 5px;
}

.newCheckbox{
	position: relative;
	left: 19px;
	top: -7px;
	min-width: 90px;
}

.newCheckboxInput{
	position: relative;
	top: -5px;
}

.topValidationSpot{
	background-color: white;
	width: 95%;
	padding-bottom: 5px;
}

.bottomValidationSpot{
	position: absolute;
	top: 147px;
	bottom: 0px;
	overflow-y: auto;
	padding-bottom: 24px;
}

.tdValidation{
	position: relative;
	top: -5px;
}

.inputValidation{
	width: 100%;
	height: 30px;
}

.validationCircleTd{
	position: relative;
	top: 19px;
	left: 6px;
}

.validationCircleGreen{
	color: green;
}

.validationCircleRed{
	color: red;
}

.validationCircleOrange{
	color: orange;
}

.rightButtonValidation{
	position: absolute;
	right: 3%;
}

.greenCircle{
	color: green;
}

.redCircle{
	color: red;
}

.orangeCircle{
	color: orange;
}

.control-label{
	position: relative;
	left: 5px;
}

.checkbox_label{
	margin-top: 4px;
}

.mobileMenuIcons{
	width: 34px;
}
.input-group-append{
	position: relative;
	top: -8px;
}
.badge.badge-light.manualPushBadge{
	font-size: inherit;
	background-color: #ccd4e0;
}
.pushDetailDiv{
	margin-bottom: 0px;
}
.pushCardHeader{
	font-size: 17px;
	padding-left: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 0px;
}
.pushCardBody{
	padding: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.pushCols{
	margin-bottom: 14px;
}
.pushCards{
	width: 100%;
	border: 0px;
}
.pushThTable{
	margin-bottom: 0px;
}
.pushDivScroll{
	overflow-x: auto;
	max-height: 220px;
}
.table.table-card{

}

.table.table-card tr td{
	padding-bottom: 0px;
}
.pushButton{
	border: 0px;
	position: relative;
	top: -1px;
}

.clientFormHeight{
	position: relative;
	top: -7px;
}
#mainMobile{
	margin-top: 15px;
	font-size: 18px;
}

#mainMobile i{
	font-size: 22px;
}
#mainMobile ul {
	list-style-type: none;
	padding-left: 15px;
}
#vMain .menu-mobile i{
	position: absolute;
	left: 10px;
}

#vMain .menu-mobile .dropdown-item{
	padding-left: 30px;
}

.page_desktop #ficheSalaire,
.page_desktop #validationsMobile,
.page_desktop #heuresAjoutees,
.page_desktop #demandeConge,
.page_desktop #recrutement,
.page_desktop #heuresAjoutees{
	max-width: 530px;
}

.customBadge{
	color: white;
	background-color: #cc6510;
	position: relative;
	top: -1px;
}

.table-primary, .table-primary>td, .table-primary>th{
	background: #dbecff;
}

.table-delete, .table-delete>td, .table-delete>th{
	background: #ffe5e5;
}

@media (min-width: 576px) {
	.position-sm-static {
	  position: static !important;
	}
	.position-sm-relative {
	  position: relative !important;
	}
	.position-sm-absolute {
	  position: absolute !important;
	}
	.position-sm-fixed {
	  position: fixed !important;
	}
	.position-sm-sticky {
	  position: sticky !important;
	}
  }

  @media (min-width: 768px) {
	.position-md-static {
	  position: static !important;
	}
	.position-md-relative {
	  position: relative !important;
	}
	.position-md-absolute {
	  position: absolute !important;
	}
	.position-md-fixed {
	  position: fixed !important;
	}
	.position-md-sticky {
	  position: sticky !important;
	}
  }

  @media (min-width: 992px) {
	.position-lg-static {
	  position: static !important;
	}
	.position-lg-relative {
	  position: relative !important;
	}
	.position-lg-absolute {
	  position: absolute !important;
	}
	.position-lg-fixed {
	  position: fixed !important;
	}
	.position-lg-sticky {
	  position: sticky !important;
	}
  }

  @media (min-width: 1200px) {
	.position-xl-static {
	  position: static !important;
	}
	.position-xl-relative {
	  position: relative !important;
	}
	.position-xl-absolute {
	  position: absolute !important;
	}
	.position-xl-fixed {
	  position: fixed !important;
	}
	.position-xl-sticky {
	  position: sticky !important;
	}
  }

/*********************************
	Timeline news
**********************************/
.content_timeline{
	margin-left: -20px;
	padding-top:3px;
	margin-top: -10px;
}
.content_timeline .date{
	margin-left: 7px;
	margin-bottom:0px;
	position: relative;	
	top:-6px;
}
ul.timeline {
    list-style-type: none;
    position: relative;
    margin-left: -10px;
}
ul.timeline:before {
    content: ' ';
    background: #ddd;
    display: inline-block;
    position: absolute;
    left: 30px;
    top:0px;    
    width: 1px;
    height: 100%;    
}
ul.timeline > li {
    margin: 0px 0px 20px 10px;
    border-radius: 4px;
    border: 1px solid #ddd; 
    background-color: #fbfbfb;
    padding:15px 20px;
    height: 100%;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;    
    background-color: #cc6510;
    left: 26px;
    top:-2px;
    width: 10px;
    height: 10px;    
}
ul.timeline > li .title{
	font-size: 15px;
	font-weight: bold;	
}
ul.timeline .date{	
	font-weight: 400;	
	font-size: 0.95em;
}
ul.timeline > li .text{
	margin-top: 10px;
}
ul.timeline > li .doc{
	margin-top: 10px;
}
ul.timeline .doc ul{
	list-style-type: none;
    position: relative;
    margin:0px;
    padding:0px;
}
ul.timeline .doc ul i{
	font-size: 16px;
}
.newsIcons{
	font-size: 16px;
	margin-right: 6px;
}
.fa-duotone.fa-trash:hover{
	cursor: pointer;
	color: red!important;
}
#vMain i.fa-duotone{
	--fa-primary-opacity: 0;
	--fa-secondary-opacity: 0.7;
}

.text_conten_html {
    white-space: pre-line;
}

/* Remove fullHeight main on mobile */
@media (max-width: 768px) { 
	#vMain .page_desktop .content_timeline,
	#vMain .page_desktop .content_document{
		height: auto!important;
		overflow: auto!important;
	}
}
