.calendar-datepicker, .calendar-datepicker-from, .calendar-datepicker-to{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer!important;
}
.ui-omnidatepicker-state-date-from, .ui-omnidatepicker-state-date-from .ui-omni-state-default{
	border: 0px!important;
	background: #0090B3;
	border-radius: 4px;
	color: #000;
}