.ui-datepicker {
	margin-top:5px;
	background:#ebefef;
	box-shadow:  0 0 10px rgba(0,0,0,0.3);
}
.ui-datepicker-header {
	position:relative;
	width:400px;
	height:30px;
	margin:10px;
	background:#005db0;
	color:#ffffff;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	display:block;
	position:absolute;                                      
	width:12px;
	height:20px;
	cursor:pointer;
}
.ui-datepicker-next {
	right:15px;
	top:5px;
	background:url('../img/arrow_right_6.png') 0 0 no-repeat;
}
.ui-datepicker-prev {
	left:15px;
	top:5px;
	background:url('../img/arrow_left_5.png') 0 0 no-repeat;
}

.ui-datepicker-title { 
	padding-top:5px;
	font-family:'ProximaNova-Bold', Arial, sans-serif; 
	text-align:center;
	text-transform: uppercase;
}

.ui-datepicker-calendar {
	width:400px;
	height:245px;
	margin:0 10px 10px 10px;
	text-align:center;
}
.ui-datepicker-calendar th span {
	font-size:13px;
	font-family:'ProximaNova-Bold', Arial, sans-serif; 
	text-transform: uppercase;
}
.ui-datepicker-calendar th.ui-datepicker-week-end span {
	color:#005db0;
}
.ui-datepicker-calendar td {
	border:1px #e0e0e0 solid;
	background:#ffffff;
	font-family:'ProximaNova-Regular', Arial, sans-serif;
	font-size:13px;
	cursor:pointer;
}
.ui-datepicker-calendar td a {
	color:#7c7c7c;
	text-decoration: none;
}

.ui-datepicker-calendar td.ui-datepicker-week-end {background:#fafafa; }
.ui-datepicker-calendar td.ui-datepicker-today {background:#005db0;}
.ui-datepicker-calendar td.ui-datepicker-today a {color:#ffffff;}
.ui-datepicker-calendar td.ui-datepicker-other-month {color:#d3d3d3;}
