:root {
    --color-main: #0099AA;
    --color-accent: #006F7B;
    --color-table-bg: #32C2D2;
    --color-button: #32C2D2;
    --color-table-bg-light:#BDF5FC;
    --color-highlight: #FFAF05;
}

.gwt-DateBox input {
  width: 8em;
}
.dateBoxFormatError {
  background: #ffcccc;
}
.dateBoxPopup {
	font-size:1em;
	line-height:1em;
	margin-left:160px;
  	margin-top:-25px;
  	z-index: 1010;
}
.dateBoxPopup2 {
	font-size:1em;
	line-height:1em;
	margin-left:91px;
  	margin-top:-25px;
  	z-index: 1010;
}
.gwt-DatePicker {
  border: 1px solid #A2BBDD;
  cursor: default;
  width:160px;
}
.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
  outline: none
}
.datePickerDays {
  width: 100%;
  background: white;
}
.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  font-size: 75%;
  text-align: center;
  padding: 4px;
  outline: none;
}
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  background: var(--color-table-bg-light);
  padding: 0px 4px 2px;
  cursor: default;
}
.datePickerDay {
  padding: 4px;
  cursor: hand;
  cursor: pointer;
}
.datePickerDayIsToday {
  border: 1px solid black;
  padding: 3px;
  
}
.datePickerDayIsWeekend {
  background: #EEEEEE;
}
.datePickerDayIsFiller {
  color: #888888;
}

.datePickerDayIsFillerItalic {
  color: #888888;
  font-style: italic;
}

.datePickerDayIsValue {
  background: var(--color-table-bg-light);
}
.datePickerDayIsDisabled {
  color: #AAAAAA;
  font-style: italic;
}
.datePickerDayIsHighlighted {
  background: var(--color-highlight);
}
.datePickerDayIsValueAndHighlighted {
  background: var(--color-highlight);
}
.datePickerMonthSelector {
  background: var(--color-table-bg);
  width: 100%;
}
td.datePickerMonth {
  text-align: center;
  vertical-align: center;
  white-space: nowrap;
  font-size: 70%;
  font-weight: bold;
  color:#FFFFFF;
}
.datePickerPreviousButton,
.datePickerNextButton {
  font-size: 120%;
  line-height: 1em;
  color: #FFFFFF;
  cursor: hand;
  cursor: pointer;
  padding: 0px 4px;
  outline:none
}

.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled,
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
  text-align: center;
}
.gwt-TextBox {
  width: 158px;
  border:#CCCCCC solid 1px;
  padding:1px 0px;;
}

.gwt-DialogBox {
 z-index: 1010;
}
.gwt-TabBarItem-selected{
cursor: default !important;
color:#09C !important;
outline: 0 !important;
}
.gwt-TabBarItem{
cursor: hand; 
cursor: pointer;
padding-right:5px !important;
}
.gwt-TabBarItem:active {
outline: 0 !important;
}
