.ui-datepicker {
	width: 18.5em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
  width: 17em;
  background-color: white;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	color : #000 !important;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 25px;
	text-align: center;
	cursor: pointer;
	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: #f7f7f7 !important;
}

.ui-datepicker .ui-datepicker-calendar th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 6px 10px;
    color: #00092a;
    text-align: center; 
    vertical-align:middle;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #000;
     
}
.ui-datepicker tbody td {
	padding: 0;
	border: 1px solid #fff !important;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px !important;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #fff !important;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
	width: 30px;
	height: 25px;
	line-height: 30px;
	color: #666666 !important;
	padding:0 !important;
}

.ui-datepicker .ui-datepicker-calendar td {
    padding: 0;
    background-color: #f6f6f6;
    text-align: right;
}

.ui-datepicker-calendar .ui-state-default {
	background: #ededed !important;
}

.ui-datepicker-calendar .ui-state-highlight {
	background: #f7b731 !important;
	color: #000 !important;
	position: relative;
}

.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7 !important;
	color:#fff;
}
.ui-datepicker-calendar .ui-state-active {
	background: #05c3fb !important;
	color: #000 !important;
	position: relative;
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4 !important;
	color: #b4b3b3 !important;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}