/* DATEPICKER */
.dateBoxPopup{
    z-index:1005; /* so that this is on top of the glass panel. */
}
.gwt-DatePicker {
	background-color: #f0f0f0;
	border: solid 1px #c0c0c0;
	font-size: 12px;
	line-height: 15px;
	box-shadow: 0px 4px 10px -1px #404040;
}
.gwt-DatePicker > tbody > tr:first-child > td{
	padding:7px 8px 0px 8px;
}
.gwt-DatePicker > tbody > tr:last-child > td{
	padding:0px 8px 7px 8px;
}
.gwt-DatePicker > tbody > tr > td{
	padding:0px;
}

.gwt-DatePicker .datePickerDays td{
	padding:0px;
}

.datePickerMonthSelector {
	width:100%;
	border-bottom: 1px solid #666666;
	background-color:#393939;
	color:#ffffff;
}
.datePickerMonth {
  color: #FBB700;
  font-weight: bold;
  text-align: center;
  font-size:14px;
}

.datePickerPreviousButton, .datePickerNextButton {
	cursor: pointer;
	padding: 10px;
	background-color: #393939;
	color: #ffffff;
	font-weight:bold;
}
.datePickerPreviousButton:hover, .datePickerNextButton:hover{
	background-color: #404040;
}

.datePickerDay {
	padding: 10px;
	cursor: pointer;
	text-align: center;
	color:#000000;
}
.datePickerDay.datePickerDayIsToday{
	background: #FFD392;
	border-radius: 20px;
	transition: border-radius 0.2s ease-in-out 0.05s;
}
.datePickerDay.datePickerDayIsValue{
	background: #F99E17;
}
.datePickerDayIsFiller {
	color: #B3B3B3;
}
.datePickerDay.datePickerDayIsValue.datePickerDayIsHighlighted,
.datePickerDay.datePickerDayIsToday.datePickerDayIsHighlighted,
.datePickerDayIsHighlighted {
	background: #F99E17;
	border-radius: 0px;
}
.datePickerDayIsFiller.datePickerDayIsHighlighted{
	background-color:#FFC164;
	color:#606060;
}

.datePickerWeekendLabel, .datePickerWeekdayLabel {
	font-weight:bold;
	background-color: #909090;
	color: #FFFFFF;
	text-align:center;
}
.datePickerWeekendLabel {
	background-color: #848484;
	color: #FFD500;
}
#daterange-preset-container {
  color: black;
}
.datepickerContainer {
  padding: 10px;
}
.pp-datePickerLabel {
  padding-left: 0;
  float: left;
}
#datepicker-dropdown.single {
  width: 200px;
}
.date-range-field.single {
  width: 160px;
}

.date-range-field			{ line-height:28px; margin-bottom:10px;}
.date-range-field .main		{ margin-left:5px; color:#555555 !important; font-weight:normal !important; font-size:14px !important;}
#daterange-preset-container .daterange-preset { margin-left:10px;}
.datepickerDays td a{
	cursor:pointer;
}
.datepickerDays .datepickerDisabled > a{
	cursor:default;
}