/* jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {
	border-collapse: separate;
}

.ui-datepicker-calendar td {
	border: 1px solid transparent;
}

/* jQuery UI Datepicker hide datepicker helper */
#ui-datepicker-div {
	display: none;
}

/* jQuery UI Datepicker emphasis on selected dates */
.ui-state-default .ui-state-active {
	background: none !important;
	color: none !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
	background: #ff0000 none;
	/* color: white; */
}

.ui-state-active {
	color: #2e6e9e !important;
	background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
}

.ui-datepicker-inline {
	width: 100% !important;
}

.custom-bg {
	opacity: 1 !important;
}

