.highlighted a {
	background: #36bad9 !important;
	border: none !important;
	color: #fff;
	border-radius: 50px;
}
.ui-datepicker-calendar {
	background: #fff;
	width: 100%;
	text-align: center;
}
#datepicker {
	background: #36bad9;
	max-width: 50%;
	border-radius: 4px;
	width: 45%;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 10px;
}
.ui-icon.ui-icon-circle-triangle-w::before {
	content: "\F22D";
	font-family: bootstrap;
	font-size: 20px;
    cursor : pointer
}
.ui-state-highlight {
	background: #dbdbdb;
	border-radius: 50px;
	padding: 6px;
}
.ui-datepicker-title {
	font-size: 18px;
	text-transform: uppercase;
}
.ui-icon.ui-icon-circle-triangle-e::before {
	content: "\f231";
	font-family: bootstrap;
	font-size: 20px;
    cursor : pointer;
    order: 3;
}
.ui-datepicker-next.ui-corner-all {
	order: 3;
}
.ui-state-default {
	color: #666;
	text-decoration: none;
	padding: 5px;
}
.ui-datepicker-calendar td {
	padding: 2px;
}
.ui-datepicker-calendar thead {
	color: #333;
}
.ui-datepicker-unselectable.ui-state-disabled span {
	color: #bfbfbf !important;
}