.calendar,
#ui-datepicker-div  {
	width: auto;
	background: #fff;
	border-radius: 4px;
    z-index: 999999999;
	border: 1px solid #DCDDDE;
	box-shadow: 0 4px 20px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 20px 2px rgba(0,0,0,0.5);
	font-size: 14px;
	font-family: 'Open Sans';
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #b0aead;
  background: #e9e5e3;
  margin-bottom: 10px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 24px;
  height: 24px;
  text-indent: 9999px;
  border: 2px solid #b0aead;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #b0aead;
  border-bottom: 2px solid #b0aead;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #5ed1cc;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-title select  {min-width: 80px;}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  margin-bottom: 5px;
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #bababa;
  line-height: 40px;
}
a.ui-state-default  {font-weight: 700;}
.ui-state-default:hover {
  background: rgba(0,0,0,0.02);
}
.ui-state-highlight {
  color: #8dd391;
}
.ui-state-active {
  color: black;
    background-color: #82a43e;
}
.ui-datepicker-unselectable .ui-state-default {border: 2px solid transparent;}