.ui-datepicker .ui-datepicker-today, .ui-datepicker .ui-state-highlight {
	/* background-image: linear-gradient(#fcfcfc 0%,#dedede 100%) !important; */
	background-image: none !important;
	background: #ddd !important;
}
.ui-datepicker .ui-state-active {
	/* background-image: linear-gradient(#fefbf0 0%,#f5d273 100%) !important; */
	background-image: none !important;
	background: #ffd700 !important;
}
