.ui-datepicker {
	background-color: #cde;
	height: auto;
	width: 100%;
	padding: 0 0 0.5em 0;
}
.ui-datepicker a {
	display: block;
	margin: 0 5px;
	text-decoration: none;
}
.ui-datepicker a.ui-state-default {
	padding: 5px 0;
}
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker td {
    border: none; /*1px solid #eaeaea;*/
}
.ui-datepicker-header {
	padding: 0.5em;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-month, .ui-datepicker-year {
	font-weight: 700;
}
.ui-datepicker-today {
	margin: 0 5px;
}
.ui-datepicker-prev, .ui-datepicker-next {
	cursor: pointer;
}
.ui-datepicker-prev {
	float: left;
}
.ui-datepicker-next {
	float: right;
}
.ui-datepicker thead, .ui-datepicker tbody {
	text-align: center;
}
.ui-datepicker th {
	font-weight: 700 !important;
}
.ui-datepicker td {
	padding: 0;
}
.ui-datepicker-week-col {
/*	display: none;*/
}
.ui-datepicker-other-month {
	visibility: hidden;
}
/*.ui-datepicker-current-day a,*/
.ui-state-highlight {
	background-color: #488dc6;
}
a.ui-state-highlight {
	color: #fff;
}
.ui-datepicker .ui-state-active {
	background-color: #9e1e26;
	color: #fff;
/*	font-weight: 700; */
}
.ui-datepicker .ui-state-hover {
	background-color: #9e1e26;
	color: #fff;
}
