.date-picker-wrapper .month-wrapper table .day.toMonth.valid.booking-start {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(0, #11314f), color-stop(50%, #11314f), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(to top left, #11314f 0, #11314f 50%, #ffffff 51%, #ffffff);
  color: #ffffff; }

.date-picker-wrapper .month-wrapper table .day.toMonth.valid.booking-end {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #11314f), color-stop(50%, #11314f), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom right, #11314f 0, #11314f 50%, #ffffff 51%, #ffffff);
  color: #ffffff; }
