/* DatePicker Container */
.ui-datepicker {
	width: 268px;
	height: auto;
	margin: 0 auto 0;
	font: 9pt 'TradeGothicW01-BoldCn20_675334';
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background-color: #ffffff;
	color: #000000;
	margin-bottom: 20px;
	border: none;
	font-family:"Basis Grotesque Pro Regular", 'Helvetica Neue', Arial, Droid, sans-serif; font-weight:normal; font-style:normal;
}
.ui-datepicker-year {
	letter-spacing: .05em;
	font-size: 17px;
}
.ui-datepicker-month {
	letter-spacing: .05em;
	font-size: 17px;
}
th {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
}
td {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
}
.ui-datepicker-title {
	text-align: left;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 24px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: right;
	position: relative;
	left: -17px; top: -5px;
    background-position: center center;
    background-size: 100% 100%;
	background-image: url('/wp-content/uploads/2015/11/calendar-prev.png');
}
.ui-datepicker-next {
	float: right;
	position: relative;
	left: 30px; top: -5px;
	background-position: center center;
    background-size: 100% 100%;
	background-image: url('/wp-content/uploads/2015/11/calendar-next.png');
}
.ui-datepicker thead {
	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
}
.ui-datepicker th {
    text-transform: uppercase;
    font-size: 27px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #d4d6d7;
    text-align: left;
    padding-left: 5px;
    border-left: 1px solid #939498;
}
.ui-datepicker tbody td {
	padding: 0;
	border-left: 1px solid #939498;
	border-bottom: none;
}
.ui-datepicker tbody td:hover {
	background-color: transparent;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: none;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	text-align: left;
	width: 35.5px;
	height: 36px;
	line-height: 36px;
	color: #000000;
	font-size: 27px !important;
	padding-left: 5px;
	transition:background-color .3s linear; 
    -o-transition:background-color .3s linear; 
    -moz-transition:background-color .3s linear; 
    -webkit-transition:background-color .3s linear;
}
.ui-datepicker-calendar .ui-state-default {
	background: transparent;
}
.ui-datepicker-calendar .ui-state-hover {
	background: transparent;
}
.ui-datepicker tbody td:hover a {
	background-color: #d4d6d7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #ffffff;
	color: #000000;
	position: relative;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #ffffff;
	color: #ffffff;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 35.5px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 35.5px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 26px;
	margin-bottom: 0;
}