@CHARSET "UTF-8";

html,body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

div {
	/* padding: 0px; */
	/* margin: 0px; */
	box-sizing: border-box;
}

.ddib>div {
	display: inline-block;
}

.calend>div:first-child {
	width: 80px;
	height: 100%;
}

.cl_dim_pla_2 {
	width: calc(50% - 40px);
	height: 100%;
}
.cl_dim_pla_4 {
	width: calc(25% - 20px);
	height: 100%;
}
/* Dimension si 7 jour */
.cl_dim_pla_7 {
	width: calc(14.28% - 11.42px);
	height: 100%;
}

/* Dimension si 14 jour */
.cl_dim_pla_14 {
	width: calc(7.14% - 5.71px);
	height: 100%;
}

.tac>div {
	text-align: center;
	position: relative;
	top: 0px;
	display: inline-block;
	overflow: hidden;
}

.bjour {
	/* border: 1px solid #ababab; */
	overflow: hidden;
	height: 100%;
}
.bjour>div{
	white-space:nowrap;
}
.bjour>div:first-child {
	border-bottom: 1px solid #ababab;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.bjour>div:first-child .tac>div:first-child {
	border-right: 1px solid #ababab;
}

.bjour>div:first-child .tac>div {
	border-right: 1px solid #ababab;
}

.jour>div>div {
	border-right: 1px solid #ababab;
}
#agenda_jour{
	height: 35px;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ababab;
	border-right: 1px solid #ababab;
	border-left: 1px solid #ababab;
	overflow-y: hidden;
}
#agenda_jour:hover{
	z-index:1000;
}
#agenda_creneau{
	overflow-x: hidden;
	height: calc(100% - 144px);
	width: calc(100%);
	border: 1px solid #ababab;
	border-top: 0px;
	overflow-y: scroll;
	position: relative;
}
#agenda_creneau>div{
	width: 100%;
}
.cl_dureee_15{
	min-height: 20px;
	height: calc(100% / 10);
}
.cl_dureee_20{
	min-height: 30px;
	height: calc(100% / 10);
}
.cl_dureee_30{
	min-height: 40px;
	height: calc(100% / 5);
}
.cl_dureee_60{
	min-height: 60px;
	height: calc(100% / 4);
}
#agenda_creneau>div:hover{
	min-height: 100px;	
}
#agenda_creneau>div+div{
	border-top: 1px solid #ababab;
}
#agenda_creneau>div:hover>div:first-child{
	background-color:#E0E0E0;	
}
#agenda_creneau>div:hover>div{
	background-color: #DADDD6;
}
#agenda_creneau>div>div:hover>div{
	background-color: rgba(201, 248, 227, 0.8);
	border: 1px solid #1B0000;
	border-bottom: 0px;
}
.cl_jourPlanning{
	position: relative;	
	background-color: #FFFCFF;
}
.cl_jourPlanning>div{
	position:absolute;	
	top: 0px;
	height: 100%;
	width: 100%;
}
.cl_jour{
	position:relative;
}
.cl_jour>div{
	vertical-align:bottom;
}
.cl_jour:hover{
	background-color:#E0E0E0;	
}
.cl_semaine{
	position:absolute;
	bottom: 0px;
	left:0px;
	z-index:1;
	background-color: #D0FFDD;	
	min-width: 18px;
	text-align: right;
	border: 1px solid #A5FDB3;
	border-radius: 5px 5px 0px 0px;
	font-size: 13px;
}
/* /* Exemple pour augmenter la taille d'un créneau horaire*/
#H4{
	height:80px !important;
	
} */
.cl_jourPlanning .cl_aide{
	position:absolute;
	height: 3px;
	cursor:move;
	overflow:hidden;
	width:100%;
	z-index: 2;
	top: 0px;
	line-height:4px;
	vertical-align: top;
	background-color: #ECFCFF;
	text-align: center;
}
#id_ong_agenda{
	width:100%;
	height:100%;
}
#id_ong_agenda>div{
	position:relative;
	width:100%;
	height:calc(100% - 17px) !important;
	top: 17px;
}
#FicheAgenda{
	width: 100%;
	height: 100%;
}
#FicheAgenda>div,#FicheAgenda_corps>form{
	height: 100%;
	width: 100%;
}
.decaleDroite{
	height: 10px;
	background-color:#ababab;
	width:100px;
	z-index:10;
}
.clrdv>div{
	font-size: 14px;
	background-color: #00F2FF;
	/* float:left; */
	min-width:30px;
	text-align:right;
	display: block;
	text-align: left;
	border: 1px solid #6C60EB;
	border-radius: 9px;
	margin-top: 1px;
	padding: 2px;	
	color: #400051;
}
.clfacture>div{
	font-size:12px;
	background-color:#ababab;
	/* float:left; */
	min-width:30px;
	text-align:right;
	display: block;
	text-align: left;
	border: 1px solid #ababab;
	border-radius: 9px;
	margin-top: 1px;
	padding: 2px;
}
.openTooltipMenu{
	display:none;
	position:absolute;
	border:1px solid #ababab;
	background-color:#AEAEAE !important;
	text-align:center
}
.openTooltipMenu>div{
	display:inline-block;
	text-align:center;
	margin-left:3px;
	margin-right:3px;
	padding-left:6px;
	padding-right:6px;
	padding-top:1px;
	padding-bottom:1px;
	background-color:#DFDFDF;
	height:18px;
	border-radius:0px 0px 5px 5px;
}
.openTooltipMenu>div:hover{
	background-color:#CFCFCF;	
	border-top:0px !important;
}
.cl_jourPlanning:hover .openTooltipMenu{
	top:-20px;
	height:20px;
	display:block;
	z-index:1;
}
.clpla>div{
	font-size:12px;
	background-color: #4BC58A;
	/* float:left; */
	min-width:30px;
	text-align:right;
	display: block;
	text-align: left;
	border: 1px solid #ababab;
	border-radius: 9px;
	margin-top: 1px;
	padding: 2px;
}
.cl_info_planning:hover{
	overflow-x:hidden;	
	overflow-y:auto;	
}
.cl_lib_jour>div{
	display:inline-block;
	border:1px solid #efefef;
	background-color: #4BC58A;
	padding-left:4px;
	padding-right:4px;
	border-top:0px;
	border-radius: 0px 0px 5px 5px;
}
.cl_tranche_periode{
	background-color: #dedede;
	position:relative;
	height:100%;
}
.cl_tranche_periode>div>div{
	display:inline-block;
	border: 1px solid #ababab;
	vertical-align:center;
	margin:2px;
	margin-top:0px;
	font-size:14px;
}
.cl_tranche_periode>div{
	display:block;
	/* position:relative; */
	top:calc(100% - 12px);
}
.cl_tranche_periode>div:hover{
	background-color: #ABABAB;
}

/* .cl_agenda_btn_act{
	
} */

#agenda_param{
	width:100%;
	height:108px;
	border:1px solid #ababab;
	border-top:0px;
	border-bottom:0px;
	overflow:hidden;
	position:relative;
}
#agenda_param>div{
	height:100%;	
}
.liste_ps{
	display:inline-block;
	border:1px solid #ababab;
	border-top:0px;
	border-bottom:0px;
	border-radius: 15px 15px 0px 0px;
	height: calc(100% - 10px);
	min-width:200px;
	background-color:#cdcdcd;
	overflow-y: auto;
	overflow-x: hidden;
}
.liste_ps>div:first-child{
	text-align:center;
	height:20px;
	border-bottom:1px solid #ababab;
}
.liste_ps>div:first-child +div{
	height:calc(100% - 20px);
	overflow-y:auto;
	overflow-x: hidden;
	background-color:#E8E8E8;
}
.liste_ps>div:first-child+div>div{
	font-size:14px;	
}
#agenda_liste_ps{
	display:table;
}
#agenda_liste_ps>div{
	display:table-row;
}
#agenda_liste_ps>div>div{
	display:table-cell;
}
#agenda_liste_ps .current{
	background-color:#A0A0A0;
}
.jw0{
	background-color: #E5FFF0 !important;
}
.jw5{
	background-color: #FAF5DA !important;
}
.jw6{
	background-color: #FFE4C7 !important;
}
#id_saisie_planning{
	position:absolute;
	top:40px;left:100px;
	border: 0px;
	background-color: #B5CAEB;
	max-height:calc(100% - 145px);
	max-width:calc(100% - 200px);
	z-index:3;
	border-radius: 10px;
}
#id_saisie_planning_head{
    height: 22px;
    width: 100%;
    position: relative;
    font-weight: bold;
    border-bottom: 0px;
}
#id_saisie_planning_cnt{
    height: calc(100% - 22px);
    width: 100%;
	position:relative;
	overflow-y:auto;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #000B3A;
}
#id_saisie_planning_head .cl_supp_facture{
	height:100%;
	top:2px;
	position:relative;
}
#id_saisie_planning_head .titre{
	height: 100%;
	line-height: 150%;
	vertical-align: middle;
}
.cl_agenda_btn_act{
	border:1px solid #ababab;
	background-color:#aeaeae;
	cursor:pointer;
	background-image:-webkit-linear-gradient(top,#D7A6EE,#D87DE6);
}
.cl_motif{
	position: relative;
    vertical-align: middle;	
    border-right:1px solid #ababab;
    border-left:1px solid #ababab;
    padding-left:12px;
    padding-right:12px;
    min-width:25%;
    opacity: 0.8;
    min-height:100%;
    height:100%;
    
	background-color: #A0E1FD;
    border-radius:10px 10px 10px 10px;
}
.cl_motif:hover{
	font-weight:bold;
    background-color: transparent;
    opacity: 1;
}
.inputHelp{
	position:relative;
}
.helpContenu{
	position:absolute;
	border:1px solid #ababab;
	padding:5px;
	border-radius:5px;
	background-color:#FFF;
	display:none;
}

.inputHelp INPUT:focus~.helpContenu,.helpContenu:hover{
	display:block;
	z-index:1;
}
.helpContenu table>tbody>tr[onclick]{
	cursor:pointer;
}
.helpContenu tbody>tr:nth-of-type(odd) {
	background-color: #B1D0EA;
}

.helpContenu tbody>tr:nth-of-type(even) {
	background-color: #85ACE2;
}

.helpContenu tbody>tr:hover {
	background-color: #6896E6;
}
