.PlanRdvPreContenu .iconePropOui {
    background-image: url("../icones/iconePropOui.png");
    width: 16px;
    height: 16px;
    margin: 1px 1px 1px 2px;
    background-repeat: no-repeat;
    background-position: left top;
/*     background-color: rgba(255, 255, 255, 0.5); */
    float: left;
}

.PlanRdvPreContenu .iconePropNon {
    background-image: url("../icones/iconePropNon.png");
    width: 16px;
    height: 16px;
    margin: 1px 1px 1px 2px;
    background-repeat: no-repeat;
    background-position: left top;
/*     background-color: rgba(255, 255, 255, 0.5); */
    float: left;
}

.PlanRdvPreContenu .iconePropSiBesoin {
    background-image: url("../icones/iconePropSiBesoin.png");
    width: 16px;
    height: 16px;
    margin: 1px 1px 1px 2px;
    background-repeat: no-repeat;
    background-position: left top;
/*     background-color: rgba(255, 255, 255, 0.5); */
    float: left;
}

.PlanRdvPreContenu .nbPropsDistantes {
  width: 14px;
  height: 14px;
  margin: 1px 1px 1px 2px;
  background-repeat: no-repeat;
  background-position: left 1px;
  float: right;
  text-align: center;
  font-weight: bold;
  font-family: DejaVuSans,sans-serif;
  font-size: 14px;
  color: white;
  line-height: 14px;
  border-radius: 9px;
  border-width: 1px;
  border-style: solid;
}
.PlanRdvPreContenu .nbPropsDistantes.propsDist0 { background-color: #14c92399; border-color: #009e02; }
.PlanRdvPreContenu .nbPropsDistantes.propsDist12 { background-color: #14afc999; border-color: #008d9e; }
.PlanRdvPreContenu .nbPropsDistantes.propsDist3plus { background-color: #c514c999; border-color: #8b2ac6; }


.PlanRdvPreContenu .infoNbProps
{
  background: #A25DA7;
  color: #FFF;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  float: right;
  font-family: DejaVuSans,sans-serif;
  font-size: 15px;
}


.PlanRdvPreContenu .infoNbProps._0_props
{
  background: #ffab00;
}

.PlanRdvPreContenu .infoNbProps._1_props,
.PlanRdvPreContenu .infoNbProps._2_props
{
  background: #72D56C;
}

#InfoClient ul li.proposition
{
  background: #9FF99F;
}

#InfoClient ul li.proposition:hover
{
  background: #7AE37A;
}

#InfoClient ul li.indispo
{
  background: #F88080;
}

#InfoClient ul li.indispo:hover
{
  background: #FF0303;
}

label.AAfecter { 
  color: grey;
  font-style: italic;
}

label.AfectNonProp { 
  color: #E710D5; /*BCED1E*/
  font-style: italic;
}

.PosAff_retourToken
{
  color: rgb(77, 77, 77);
  font-size: 1.5em;
  text-align: center;
  font-style: italic;
  padding-left: 5%;
  padding-right: 5%;
}

.PosAff_retourToken .titre
{
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: 2em;
  color: white;
  padding: 3%;
  border-radius: 1em;
  font-family: DejaVuSans,sans-serif;
}

.PosAff_retourToken .titre.oui { background: rgb(72, 200, 72) none repeat scroll 0% 0%; }
.PosAff_retourToken .titre.non { background: #F6BC31 none repeat scroll 0% 0%; }


/*                       */
/* Type de notifications */
/*                       */

.o-notification--appelProp .o-notification__contenu { background-image: url('../icones/notif_appelProp.png'); }
.o-notification--propDispo .o-notification__contenu { background-image: url('../icones/notif_propDispo.png'); }
.o-notification--propSiBesoin .o-notification__contenu { background-image: url('../icones/notif_propSiBesoin.png'); }
.o-notification--propIndispo .o-notification__contenu { background-image: url('../icones/notif_propIndispo.png'); }


/*
 * affichage dispos dans assistant saisie
 */

.o-assitant-listechoix--indispos .o-assitant-choix {
/*     text-decoration: line-through; */
    text-decoration: line-through #df6a6a;
}

.o-assitant-listechoix--dispos .o-assitant-choix {
    text-decoration: underline #68bd68;
}
.o-assitant-listechoix--siBesoin .o-assitant-choix {
    text-decoration: underline #f6c12e;
}
