 #ui-datepicker-div{font-family:'rob', sans-serif !important; font-size:15px;  } 
 #ui-datepicker-div *{font-family:'rob', sans-serif !important;  } 
 
 
 .ui-datepicker-calendar tr td.ui-datepicker-today a{ background-color:#F6F6F6 !important; border:1px solid #C5C5C5 !important; color:#454545 !important;}
 .ui-datepicker-calendar tr td.ui-datepicker-today a:hover{ background-color:#EDEDED !important; }
 
 .ui-datepicker-calendar tr td.highlightClosed,
 .ui-datepicker-calendar tr td.highlightNoProd{ opacity:1; }
 
 .ui-datepicker-calendar tr td.highlightClosed span{ background-color:rgba(170,170,170,1) !important;} 
 .ui-datepicker-calendar tr td.highlightNoProd span{ background-color:rgb(29, 147, 156) !important;}
 
 .ui-datepicker-calendar tr td.highlightClosed span:hover:after {
  background: #333;
  background: rgba(170,170,170,1);
  border-radius: 5px;
  bottom: 13px;
  color: #333;
  font-size: 14px;
  text-align: justify;
  content: 'Point de retrait fermé à cette date.';
  padding: 5px 15px;
  position: absolute;
  left: 20%;
  z-index: 98;
  width: 150px;
  height: 80px;
}

.ui-datepicker-unselectable :hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 8px;
  content: "Point de retrait fermé à cette date.";
  position: absolute;
  z-index: 99;
}


 .ui-datepicker-unselectable {position: relative;}

 .ui-datepicker-unselectable a { background-color:rgb(29, 147, 156) !important;}

  .ui-datepicker-unselectable :hover:after {
    background: #333;
    background: #03b7c5;
    border-radius: 5px;
    bottom: 13px;
    color: #fff;
    font-size: 14px;
    text-align: justify;
    content: 'Produit déjà réservé à cette date. Vous pouvez en sélectionner un autre via ">Modifier"';
    padding: 5px 15px;
    position: absolute;
    left: 20%;
    z-index: 98;
    width: 150px;
    height: 80px;
  }
  
  .ui-datepicker-unselectable :hover:before {
    border: solid;
    border-color: #03b7c5 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 8px;
    content: "";
    position: absolute;
    z-index: 99;
  }

.ui-datepicker-calendar tr td.ui-datepicker-current-day a { border-color:#02B7C5 !important; background-color:#02B7C5 !important; color:#FFF !important;}

.ui-datepicker-calendar tr td.highlightCur a { background-color:#4B471A !important;color:#FFFFFF !important;}

 