/* Styles definition here */
/* pour cacher la sélection du service
.ahbfield_service    { display: none;}
*/
#fbuilder .ui-datepicker-calendar .ui-state-active {
	background: #e9d99b; 
	border: 1px solid black !important;
}

.cp_cff_clean #fbuilder .ui-datepicker-header {
	color: black !important;
	background-color:gray!important;
	font-size: var(--wp--preset--font-size--base)
}

#fbuilder .slots div.htmlUsed a {
	color: #0009;
}
#fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default{
	background:white;
	color: green !important;
	font-size: var(--wp--preset--font-size--small);
}
#fbuilder .ui-state-active{
	background: white !important;
}
/* pour dissimuler * des champs déclarés obligatoires */
.r  {
	display: none;
}

#fbuilder .slots {
	font-size: var(--wp--preset--font-size--base);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .5);
}

/* créneaux horaires */
#fbuilder .slots div a {
	background:var(--wp--preset--color--secondary);
	color:green;
	font-weight: 900;
	font-size : var(--wp--preset--font-size--small);
	text-decoration: initial;
	cursor: pointer;
}
.cp_cff_clean #fbuilder .fields:not(.section_breaks){
	background:var(--wp--preset--color--secondary) !important;
}

/* Agenda page */
/* effacement titres colonnes */
.cpappbhheadertr {
	display: none;
}

.cpappbtable {
/* styles for the whole table */
	table-layout: fixed;
  	width: 100%;
	border-collapse: collapse;
	font-size: 0.8rem;
	line-height:0.4rem !important;
     }

.cpappbtable th {
         /* styles for the table header cells */
		line-height:0.5rem !important;
     }

.cpappbtable td{
         /* styles for the table data cells */
		padding: 0.4rem !important;
     }

.cpappbheadermth,.cpappbheadermtd  {
/* styles for the table header group cells */
	border: 1px solid #999 !important;
	color: black;
	background-color: #e9d9c3 !important;
    }

