#ui-datepicker-div {
	margin-top: 5px;
	padding: 0;
}

#ui-datepicker-div,
.ui-datepicker-header {
	border-radius: 0;
	border-top: none;
}

#ui-datepicker-div .ui-datepicker-header {
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: black;
	color: white;
	border: none;
	font-weight: normal;
	font-size: 12px;
}

table.ui-datepicker-calendar tbody {
	border-right: 0.4rem solid transparent;
}

table.ui-datepicker-calendar thead th {
	font-size: 12px;
	font-weight: 400;
	padding-top: 14px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
	border: 1px solid black;
	background: white;
	font-weight: normal;
	font-size: 12px;
	color: #454545;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
}

.ui-state-default:hover {
	border: 1px solid black;
	background: #eee;
}

html .ui-state-disabled .ui-state-default {
	border: none;
	background: transparent;
}

html .ui-state-default.ui-state-active {
	background-color: black;
	color: white;
}

html .ui-widget-header .ui-state-hover {
	background: transparent;
	border: none;
	top: 2px;
}
html .ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
html .ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
html .ui-datepicker .ui-datepicker-prev span,
html .ui-datepicker .ui-datepicker-next span {
	margin-top: -5px;
}
html .ui-datepicker .ui-datepicker-prev span:after,
html .ui-datepicker .ui-datepicker-next span:after {
	display: block;
	content: '';
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(-45deg);
	height: 10px;
    width: 10px;
    position: absolute;
    top: 3px;
    left: 50%;
}
html .ui-datepicker .ui-datepicker-next span:after {
	border-left: none;
	border-right: 1px solid #fff;
	left: 0;
	transform: rotate(45deg);
}
html .ui-datepicker td span, html .ui-datepicker td a {
	text-align: center;
}
html .ui-datepicker td {
	width: 40px;
}