.ui-widget-header {
    background: #e46029!important;
    color: #fff!important;
}

.ui-state-default, .ui-widget-content .ui-state-default{
	border: 1px solid #ffffff!important;
    background: #ffffff!important;
	text-align:center;
}
.datepicker td.day:hover {
    background-color: #fddacb !important;
}
.ui-state-active, .ui-widget-content .ui-state-active{
	background: #f1f1f1!important;
    color: #000000!important;
	font-weight:600!important;
	border-radius:2px!important
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover{
	background: #fddacb!important;
    color: #000000!important;
	font-weight:600!important;
	border-radius:2px!important
}