#ui-datepicker-div {
	z-index: 1000 !important;
	font-size:14px;
	-webkit-box-sizing:content-box;
	        box-sizing:content-box;
	display:none;
	background-color:#fff;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	border: 1px solid #555;
	margin-top: -2px;
}
.ui-datepicker-month, .ui-datepicker-year {
	color: #333;
}
.ui-datepicker-title {
	width: 50%;
	margin: auto; text-align:center;
}
.ui-datepicker-group {
	background-color:#fff;
	float: left;
	margin: 0;
	width: 50%;
	/* box-sizing: content-box; */
	text-align:
	center;
	padding: 10px;
	overflow: hidden;
	/* border-left: 1px solid #555; */
}
.ui-datepicker-next {
	float: right;
	color: #cc8492;
	cursor:pointer;
	padding-right: 0;
}
.ui-datepicker-next:before {
	content: "\f101";
	right: 0;
}
.ui-datepicker-prev:before {
	content: "\f100";
	left: 0;
}
.ui-datepicker-next:before, .ui-datepicker-prev:before {
	display: block;
	position: absolute;
	margin-top: 0;
	line-height: 23px;
	height: 20px;
	width: 20px;
	text-align: center;
	/* border-radius: 20px; */
	/* border: 1px solid #555; */
	font: normal normal normal 18px/1 FontAwesome;
	color: #000;
	top: -1px;
	background-color: initial;
	/* content: ""; */
}
.ui-datepicker-next:hover:before, .ui-datepicker-prev:hover:before{ width:20px; }

.ui-datepicker-prev {
	float: left;
	color: #cc8492;
	cursor:pointer;
	padding-left: 0;
}
.ui-datepicker-prev, .ui-datepicker-next {
	font-size: 0%;
	display: block;
	height: 20px;
	width: 20px;
}
a.ui-datepicker-prev.ui-corner-all.ui-state-disabled {
	opacity: 0.2;
	cursor: default;
}
td.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today {
}
.ui-corner-left .ui-datepicker-title {
	float: left;
	margin-left: 30%;
	width:50%;
}
.ui-corner-right .ui-datepicker-title {
	/*float: right;*/
	margin-right: 30%;
	width:50%; margin:auto;
}
.ui-datepicker-calendar {
	width: 100%;
}
td.ui-datepicker-unselectable .ui-state-default {
	/*color: rgba(0, 0, 0, 0.17);*/
	color:#555;
}
.ui-state-default {
	color: #333;
	text-decoration: none;
}

td.ui-datepicker-unselectable .ui-state-default {
	color: #ddd;
}
.ui-state-default {
	color: #333;
	text-decoration: none;
}
.ui-datepicker-days-cell-over, td[data-handler="selectDay"] {
	background: #fff;
}
.ui-datepicker-days-cell-over.ui-datepicker-today .ui-state-highlight {
	color: #FFFFFF;
	text-shadow: none !important;
}
td.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-today .ui-state-default {
	padding: 0 0.3em;
	color: #ffffff;
	text-shadow: none !important;
}
.ui-datepicker-today .ui-state-highlight {
	color: #FFFFFF;
	text-shadow: none !important;
}
.ui-state-default {
	text-shadow: none !important;
	display: block;
	width: 30px;
	height: 30px;
}
table.ui-datepicker-calendar {
	border-spacing: 0;
}
.ui-datepicker-today:after {
	position: absolute;
	content: 'To day';
	font-size: medium;
	text-shadow: none;
	font-size: 7px;
	left: 0;
	top: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;/**/
}
table.ui-datepicker-calendar td {
	border-width: 0 0px 0 0;
	border-style: solid;
	border-color: #fff;
	/* width: 29px; */
	/* height: 25px; */
	line-height: 28px;
	position:relative;
	text-align: center;
	font-size: 1.2rem;
	-webkit-box-sizing: border-box; box-sizing: border-box;
}
.ui-datepicker-calendar td:hover {color: #000;}
.ui-datepicker-calendar td:hover a{ color:#333; }
.ui-datepicker-days-cell-over:hover.ui-datepicker-today .ui-state-highlight {
	color: #fff;
}
table.ui-datepicker-calendar tr > td:first-child {
	border-left-width: 1px;
}
table.ui-datepicker-calendar > tr:last-child td {
	border-bottom-width: 1px;
}
table.ui-datepicker-calendar tr:last-child td {
	border-bottom-width: 1px;
}
.ui-icon-circle-triangle-e, .ui-icon-circle-triangle-w {
	cursor:pointer;
}
.ui-state-disabled .ui-icon-circle-triangle-w {
	cursor:none;
}
.ui-datepicker-calendar tr th {
	color:#333;
	font-size: 1.1rem;
	border-bottom: 1px solid #999;
	padding: 0 0 5px;
}
.ui-datepicker-today {
	/* background-color:#2389c9; */
}

.ui-datepicker-header{padding: 10px 0 20px;overflow: hidden;}
.ui-datepicker-current-day[data-handler="selectDay"]{}
.ui-datepicker-current-day[data-handler="selectDay"] .ui-state-default{color:#fff;z-index: 1;}
a.ui-state-default:hover{ color:#333; }
a.ui-state-default:before{ height:0; width:0; }
a.ui-state-default:after{top:50%; left:50%; width:0; height:0; right: auto;bottom: auto;background: none;-webkit-box-sizing: border-box;box-sizing: border-box; /****/ -webkit-transition: all 0s; transition: all 0s; border-radius: 20px; }
a.ui-state-default:hover:after{border:1px solid #333;width: 27px;height: 27px;z-index: 0;top: 0px;left: 1px;}
.ui-datepicker-current-day:after{content:"";position:absolute;border:1px solid #333;width: 27px;height: 27px;z-index: 0;top: 0px;left: 1px;background-color:#333;z-index: 0; border-radius: 20px; -webkit-box-sizing: border-box;box-sizing: border-box;  }
.ui-datepicker-current-day:hover:after{ background-color:#999; border:1px solid #999; }
a.ui-state-active:hover:after{ border:1px solid #999; }

table.ui-datepicker-calendar td.ui-state-book:after{
    content: "";
    position: absolute;
    border: 1px solid #c98f6f;
    width: 27px;
    height: 27px;
    z-index: 0;
    top: 0px;
    left: 1px;
    background-color: #c98f6f;
    z-index: 0;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
table.ui-datepicker-calendar td.ui-state-book .ui-state-default{color:#fff;z-index: 10;}
table.ui-datepicker-calendar td.ui-state-book span.ui-state-default{color:#fff;z-index: 10;position: relative;text-align: center;padding: 0 !important;}

input.hasDatepicker{background: url(../../images/icon-calendar.html) no-repeat scroll right 8px;}


@media screen and (max-width: 767px) {
	#ui-datepicker-div {padding: 0 10px;}
}
