

/* -----------------------*/
/*  page module planning  */
/* -----------------------*/

/* Panneau lateral */

.p-pageModule--affPlan .p-pageAvecPanneau__panneau
{
  background: white ;
  overflow: hidden;
}

.p-pageModule--affPlan .p-pageAvecPanneau__panneau .rechEntite 
{ 
  max-width: 184px;
  background-image: url("../../../images/icones_dialogues/recherche.png"); 
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
}

.p-pageAvecPanneau__panneau__blocSelContact 
{ 
  text-align: right;
}

.p-pageModule--affPlan .p-pageAvecPanneau__panneau .selecteurEntitePlan option.entiteAjoutee
{
  color: #77c7e5;
}

#SelecteurDate
{
  font-size: 11px;
}

#SelecteurDate .ui-state-active, #SelecteurDate .ui-widget-content .ui-state-active, #SelecteurDate .ui-widget-header .ui-state-active
{
    background: #73baef;
}

label.o-select-icone.o-select-icone--sel-contact-multi
{
  background-image: url('../icones/sel--contact--multi.svg');
}
label.o-select-icone.o-select-icone--sel-contact-un
{
  background-image: url('../icones/sel--contact--un.svg');
}

select.selecteurEntitePlan {
    min-height: 190px;
    width: 100%;
    border: 0 solid transparent;
    border-top: 1px solid rgba(0,0,0,.1);
}

.p-pageModule--affPlan .p-pageAvecPanneau__contenu {
    padding-left: 0.1rem;
}


/*  -----------------------------
   contenu du planning
  -----------------------------*/

.o-affplan {
    width: 100%;
    height: 100%;
}

.o-affplan * 
{
    box-sizing: content-box;
}

.o-affplan h1, .o-affplan h2, .o-affplan h3, .o-affplan h4, .o-affplan h5, .o-affplan h6
{
  white-space: nowrap;
}

/* Gestion de la grille */

.o-affPlan__grilleHoraire
{
  display: block;
  width: 100%;
  
}

.PlanContenuGrilleLigneHoraire
{
  position: absolute;
  display: block;
  margin-left: 5px;
}

.PlanContenuGrilleLigneHoraire0
{
  background: white;
}

.PlanContenuGrilleLigneHoraire1
{
  background: #EEEEEE;
}

.PlanContenuGrilleLigneHoraire0.PlanContenuGrilleLigneHoraire1214
{
/*   background: #FF0000; */
}

.PlanContenuGrilleLigneHoraire1.PlanContenuGrilleLigneHoraire1214
{
/*   background: #DDD0D0; */
  background: #E3DBDB;
}


.PlanRepereQuartDheure
{
  position: relative;
  border-top: black solid 1px;
  border-top-color: transparent; /*UGLY*/
  height: 1px;
  max-height: 1px;
  margin-left: 30px;
  opacity: 0.15;
}

.o-affPlan__grilleHoraire--aveclignes .PlanRepereQuartDheure
{ 
  border-top: #666 solid 1px;
}

.PlanContenuGrilleLigneHoraireAffHeure
{
  font-family: DejaVuSans,sans-serif;
  font-size: 1.2em;
  color: #666;
  position: relative;
  top: -0.6em;
  float: left;
  font-weight: lighter;
}

/* affichage des colonnes */

.PlanContenuColonne
{
  border-right: 1px solid #999999;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.PlanContenuColonne.horsAmplitudeDebut::before,
.PlanContenuColonne.horsAmplitudeFin::after {
  content: "";

  position: absolute;
  left: 0;
  right: 0;

  height: 8px;

  background: var(--bamakoSecondary);

  z-index: 90;
}
.PlanContenuColonne.horsAmplitudeDebut::before {
  top: 0;
}
.PlanContenuColonne.horsAmplitudeFin::after {
  bottom: 0;
}
.PlanContenuColonne.jourFerie {
  background-color: rgba(var(--conge-asRGBfigures), .2);
}

.PlanContenuColonne > h1
{
  text-align: center;
  margin: 0px;
  font-size: 1.05rem;
  font-weight: 300; 
  padding-top: 0.25em;
  padding-right: 0.5em;
  padding-bottom: 0.25em;
  padding-left: 0.5em;
  overflow: hidden;
  position: relative;
  z-index: 89;
  
  background: rgba(255, 255, 255, 0.6);
}

.PlanContenuColonne h1:hover
{
  overflow: visible;
  background: var(--bamakoSecondaryLight);
  z-index: 90;
  position: relative;
}

.PlanContenuColonne__input-sel-SelecteurDate
{
  width: 95%;
  padding: 0;
  margin: auto;
  display: block;
  margin-top: .1em;
}

.PlanContenuColonne .PlanRDV h1:hover
{
  overflow: hidden;
  border-radius: 0;
  position: relative;
}

.o-affPlan__conteneurColonnes
{
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  height: 100%;
  
  z-index: 1; /*  Permet de ne plus etre gene dans les dialogues par les resizeHandles du planning...  */
}

.PlanContenuGrilleLigneHoraire{
  width: calc(100% - .85rem);
}

.PlanContenuDroppableRdvHover {
  background: #f3e4c0;
}

.cadreChargementColonne /* Cadre de Chargement d'un colonne */
{
  background: rgba(251, 255, 0, 0.2);
  
  top: 200px;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
  width: 90%;
  margin: auto;
  border-radius: 15px;
}

.p-conteneurAppli__coucheDialogues .calColonne { font-size: 11px; }

/* affichage d'un RDV */

.PlanRdv
{
  position: absolute;
  margin: 2px;
}

.PlanRdvContenu
{
/*   background: green; */
  position: relative; /*Etait absolute auparavant mais réécrit par jquiry-ui en tant de widget*/
  border: 1px grey solid;
  border-radius: 8px;
  font-size:0.7em;
  overflow: hidden;
}

.PlanRdvContenu h1, .PlanRdvContenu h1:hover
{
  font-size:1em;
  font-weight: bold;
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color:rgba(255,255,255,0.6);
  margin: 0px;
  text-align: center;
  overflow: hidden;
  z-index: auto;
}

.PlanRdvContenu h2, .PlanRdvContenu h2:hover
{
  font-size:1em;
  font-weight: normal;
  display: block;
  background: #FFFFFF;
  background-color:rgba(255,255,255,0.35);
  margin: 0px;
  overflow: hidden;
}
.PlanRdvContenu.couleursInversesFort h2 { color:white }

.PlanRdvContenu p
{
  margin-top: 0.3em;
  margin-bottom: 0.2em;
  white-space: normal;
}

.PlanRdvContenu p.objetRdv { font-weight: bold; }

.PlanRdvContenu.couleursInverses p { color: white; }

.PlanRdvBulleResize
{
	background: yellow;
	position: absolute;
	font-size: 1.2em;
	z-index:100;
  color: black;
}

.PlanRdvPreContenu
{
	font-size: 0.8em;
	padding-top: 1px;
	min-height: 18px;
}

.PlanRdvPostContenu
{
	padding-top: 1px;
  	background: rgba(255, 255, 255, 0.50);
	font-size: 0.8em;
/* 	border-bottom: solid 1px #aaa; */
}

.PlanRdvIcones
{
	float: right;
}

.o-planRdvIcones--fontIconeBko
{
  font-size: 16px;
  margin-left: .2rem;
  margin-right: .2rem;
  line-height: 16px;
  vertical-align: bottom;
}

.o-planRdvIcones--fa
{
  font-size: 16px;
  margin-left: .2rem;
  margin-right: .2rem;
  line-height: 16px;
  vertical-align: bottom;
}

.PlanRdv .PlanRdvIcones .icone_tropIcones {display: none;}
.PlanRdv:not(.affGrand) .PlanRdvIcones.tropIcones img {display: none;}
.PlanRdv:not(.affGrand) .PlanRdvIcones.tropIcones img.icone_tropIcones {display: inline-block;}

.PlanRdv.affGrand .PlanRdvIcones { background: #fffc; padding: .15em; border-radius: 0.2em; } 

.PlanRdv:hover:not(.affGrand) .PlanRdvIcones.tropIcones {background: white; padding-left: 2px; padding-right: 2px; } /* Meilleur centrage */
.PlanRdv:hover:not(.affGrand) .PlanRdvIcones.tropIcones img {display: inline-block;}
.PlanRdv:hover:not(.affGrand) .PlanRdvIcones.tropIcones .icone_tropIcones {display: none;}

.PlanRdvIcone
{
	padding-left: 4px;
	min-height: 16px;
}

.PlanRdv.ui-selecting { background: #9ae8f6; border-color:#006cff; }
.PlanRdv.ui-selected { background: #9ac1f6; color: white; border-color:#0048a9; }
.PlanRdv.ui-selected h1 {color: #007; }

/*--------------------------------------------
 *    Menu des autres rendez-vous récurents
 * -------------------------------------------*/

.listeRdvsRecu
{
  display: block;
  max-width: 200px;
  max-height: 250px; 
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.88) none repeat scroll 0% 0%;
  border-radius: 10px;
}

.listeRdvsRecu ul li
{
  font-size: 0.7em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 0.2em;
}

.listeRdvsRecu ul li:hover
{
  background: #FFE100;
}



/*------------------------------------------------
            Menus contextuels
------------------------------------------------*/
.ui-menu-item.entreeMenu_ouvrir_rdv 
{
  background: var(--primary);
}

.ui-menu-item.entreeMenu_creer_rdv 
{
  background: #00FF00;
}



/*---------------------------------------------
 *  Zoom RDV
 * -------------------------------------------*/
.carousselRdvBouton {
  font-size: 600%;
  position: absolute;
  border-radius: 10%;
  padding: 2.5%;
  background: rgba(255, 255, 255, 0.65);
  color: #555;
  top: 35%;
  z-index: 999;
}

.carousselRdvBoutonPrec { left: 1.5%; }
.carousselRdvBoutonSuiv { right: 1.55%; }

.conteneurInfosSuppl .cadreInfoSuppl 
{
	padding: 0.6em;
	margin: 0.6em;
	border-radius: 0.6em;
	background: rgba(255, 255, 255, 0.7);
}

.conteneurInfosSuppl .cadreInfoSuppl h4
{
  margin-top: 0em;
  margin-bottom: 1em;
  text-align: center;
  font-family: DejaVuSans,sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
  
.conteneurInfosSuppl .cadreInfoSuppl img.logoRub
{
  margin: 0.5em;
  float: right;
  top: -25px;
  position: relative;
}
