/* jquery ui datepicker styles  */
.ui-datepicker {
	margin: 0 auto;
	padding: 0;
}

.ui-datepicker td {
	padding: 0;
}

.ui-datepicker td a {
	text-align: center;
}

.ui-datepicker th {
/*	color: #A6AEB5;
	font-family: "Open Sans"; */
	font-weight: normal;
/*	font-variant: small-caps;*/
}

.ui-datepicker-inline {
	font-size: 1.08em;
}

.ui-datepicker-month {
	display: block;
	color: #A6AEB5;
	font-weight: normal;
	text-transform:uppercase;
}

.ui-datepicker-year {
	color: #A6AEB5;
	font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	height: 100%;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
	border: none;
	background: none;
}


.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	width: 24px;
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	background-position: 0;
	background-size: 24px;
}

.ui-datepicker .ui-datepicker-prev span {
	background-image: url(../images/icons/arrow_left.png);
}

.ui-datepicker .ui-datepicker-next span {
	background-image: url(../images/icons/arrow_right.png);
}

.ui-widget-content,
.ui-widget-header {
	border-color: #E2E2E2;
	color: inherit;
}

.ui-widget-content {
	background: none;
	background-color: #FFFFFF;
	border-radius: 3px;
}

.ui-widget-header {
	border: none;
}

.ui-widget-content .date-min .ui-state-default,
span.date-min {
	background: none;
	background-color: #C5C5FE ;
	color: white;
}

.ui-widget-content .date-min .ui-state-hover {
	background-color: #FFC251;
}

.ui-widget-content .date-available .ui-state-default,
span.date-available {
	background: none;
	/* background-color: #D6E2AF; */
}

.ui-widget-content .date-available .ui-state-hover {
	background-color: #FFC251;
}

.ui-widget-content .date-occupied .ui-state-default,
span.date-occupied {
	background: none;
	background-color: #FFA4A4;
}

.ui-widget-content .date-occupied .ui-state-hover {
	background-color: #FFC251;
}

.ui-widget-content .date-unavailable .ui-state-default {
	background: none;
	background-color: #F4F4F4;
}

.ui-widget-content .date-unavailable .ui-state-hover {
	background-color: #FFC251;
}

.ui-widget-content .ui-datepicker-other-month span {
	background: none !important;
}

.datepicker-highlight .ui-state-default,
span.date-highlight {
	background: #FFC251;
	color: white;
}

.ui-datepicker-week-end {
	color: #990000;
}


/* Tablet */
@media only screen and ( min-width: 660px ) and ( max-width: 972px ) {
	.ui-datepicker-inline {
		font-size: 1.19em;
	}
}


/* Smartphone */
@media only screen and (max-width: 659px) {
	.ui-datepicker {
		width: 15em;
	}

	.ui-datepicker-inline {
		font-size: 1.32em;
	}
}
