/* DatePicker Container */
.ui-datepicker {
	height: auto;
	background-color: #fff;
	margin-top:-20px;
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
background-color:#fff;
padding: 20px 20px;
font-weight: bold;
font-size: 1.4rem;
}
.ui-datepicker-title {
	text-align: center;
	font-weight:bold;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../img/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #fff;

}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 1rem;
	padding: 5px 0;
	text-align: center;

}
.ui-datepicker tbody td {
	padding: 10px 5px;
	text-align: center;
}
.ui-datepicker tbody td.red span {
background-color:
#822F20;
display: inline-block;
color:
#fff;
width: 30px;
height: 30px;
border-radius: 50%;
padding-top: 2px;
box-sizing: border-box;
}

.ui-datepicker tbody tr {
	text-align: center;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: normal !important;
	text-align: center;
	color: #1a1a1a;
	text-decoration: none !important;
}

.ui-datepicker-calendar a.ui-state-active {
background-color:#B6AE86;
display: inline-block;
color:
#fff;
width: 30px;
height: 30px;
border-radius: 50%;
padding-top: 2px;
box-sizing: border-box;
}

.ui-state-highlight {
opacity: 0.3;
}
