.ui-widget.ui-widget-content {
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
}
.ui-datepicker .ui-datepicker-header {
	background: #ECF1F7;
	height: 56px;
	border: 0;
	padding: 13px 0;
	border-radius: 0;
	border-top: 1px solid #E1E6ED;
	border-left: 1px solid #E1E6ED;
	border-right: 1px solid #E1E6ED;
}
.ui-datepicker-title, .ui-datepicker-month, .ui-datepicker-year {
	font-weight: bold;
	font-size: 16px;
	color: #2b5fa3;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: 8px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 9px;
}
.ui-datepicker .ui-datepicker-next {
	right: 26px;
}
.ui-widget-header .ui-icon {
	width: 32px;
	height: 30px;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 8px;
}
.ui-datepicker .ui-datepicker-prev span {
	background: transparent url('../Images/month-prev.png') left top no-repeat;
}
.ui-datepicker .ui-datepicker-next span {
	background: transparent url('../Images/month-next.png') left top no-repeat;
}
.ui-datepicker th {
	background: #4972A7;
}
.ui-datepicker th span {
	color: #FFF;
}
.ui-datepicker table {
	margin: 0;
}
.ui-datepicker-calendar tbody {
	border-bottom: 0;
	border-left: 1px solid #E1E6ED;
	border-right: 0;
}
.ui-datepicker td {
	padding: 0;
	height: 40px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 0;
	border-bottom: 1px solid #E1E6ED;
	border-right: 1px solid #E1E6ED;
	height: 50px;
	text-align: center;
	line-height: 43px;
	background: #FFF;
	font-weight: bold;
	color: #4972A7;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: 1;
}
.ui-state-disabled span, .ui-widget-content .ui-state-disabled span, .ui-widget-header .ui-state-disabled span {
	color: #bac8d9 !important;
}

.ui-state-default.termin-selected, .ui-state-default.termin-blocked {
	margin-top: -1px;
	height: 51px;
}
.ui-state-default.termin-blocked {
	border-left: 0 !important;
}
.ui-datepicker-calendar tbody tr:first-child .ui-state-default.termin-selected, .ui-datepicker-calendar tbody tr:first-child .ui-state-default.termin-blocked {
	margin-top: 0;
	height: 50px;
}
.ui-datepicker-calendar tbody tr td:first-child .ui-state-default.termin-selected, .ui-datepicker-calendar tbody tr td:first-child .ui-state-default.termin-blocked {
	margin-left: 0;
}

.ui-corner-all.ui-state-hover {
	border: 0;
    background: transparent;;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-active {
	border: 1px solid #63BE74 !important;
	
    //background: #D5F1D9 !important;
	padding-left: 1px !important;
    padding-top: 2px !important;
}