/*
https://viaducdelasouleuvre.com/js/jquery/Multidatespicker/##simple-select-days-range-demo
*/

/* jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {
   border-collapse: separate;
}

.ui-datepicker-calendar td {
   border: 1px solid transparent;
}

/* jQuery UI Datepicker hide datepicker helper */
#ui-datepicker-div {
   display: none;
}

/* jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
   background: #20558a none;
   color: white;
}


.ui-widget-header {
   border: 1px solid #aaaaaa;
   background: #20558a;
   color: #dbe8f5;
   font-weight: bold;
}

   .ui-widget-header a {
      color: #dbe8f5;
   }

/*
   -- original jquery css:
   .ui-widget-header {
   border: 1px solid #aaaaaa;
   background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
   color: #222222;
   font-weight: bold;
}

   .ui-widget-header a {
      color: #222222;
   }*/