/* DatePicker Container */
.ui-datepicker {
	width: 100%;
    max-width: 373px;
	height: auto;
	margin: 5px auto 0;
	font-family: Montserrat;
	
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
    border-spacing: 0;
}
.ui-datepicker-header {
	background: #2CA7A6;
	color: #FFF;
	font-weight: normal;
    line-height: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
    background-position: center center;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-image: url('images/icons/arrow-l-white.png');
	
}
.ui-datepicker-next {
	float: right;
	background-image: url('images/icons/arrow-r-white.png');
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 0;
	color: #666666;
    text-align: center;
	
}
.ui-datepicker td {font-size: 12px; font-weight: 700;}

.ui-datepicker tbody td {
	padding: 0;
     
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #666666;
    box-sizing: border-box;
    padding: 1em;
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	border: 1px solid #2CA7A6;
    border-radius: 10px;
	position: relative;
	/* margin: -1px; */
    box-sizing: border-box;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	
	margin-bottom: 0;
}

.event a {
    background-color: #a7d8d5 !important;
    color: #ffffff !important;
}

td.ui-state-disabled {background-color: #FAF9F5;}