.ui-datepicker { width: 280px; padding: 0; display: none; border: 0; margin-top: 10px;}
.ui-widget.ui-widget-content { border: 0; border-radius: 3px; overflow: hidden; background: #fff; box-shadow: 0 0 0.5rem rgba(0,0,0,0.3) }
.ui-datepicker .ui-widget-header { position: relative; padding: 10px 0 35px 0; margin-bottom:5px; border: 0; background: #1C2B73; color: #fff; border-radius: 0; }
.ui-datepicker .ui-datepicker-calendar {padding-top:0;}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {background-image:url('arrow-button.png');}
.ui-datepicker-calendar thead tr {top:-30px;}
.ui-datepicker .ui-state-default {color:#000;}
.ui-state-disabled {opacity:0.4;}
.ui-datepicker-current-day .ui-state-default {color:#fff;}
/*.ui-datepicker-week-end {pointer-events:none;}*/
td.ui-datepicker-week-end .ui-state-default {color:red !important;}
td.ui-datepicker-week-end:first-child .ui-state-default {color:blue !important;}
td.date-holiday .ui-state-default {color:red !important;}
