html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  height: 100%; /* needed for container min-height */
}

body {
  color: #666666;
}

/* IneForm styles (copied from style.css) */
/* these two rules below are good for eliminating the dotted border around a focused button */
.gwt-Button::-moz-focus-inner {
  border: 0;
}

.gwt-Button:focus {
  outline: none;
}

/* date picker */
.gwt-DatePicker {
  background-color: #f6f6f6;
  border: 0px solid #ccc;
  box-shadow: 0px 1px 4px #ccc;
}

.datePickerDayIsValue {
  background: #12ad2b;
  border: 0px;
  color: white;
}

.datePickerDay {
  padding: 10px;
  cursor: hand;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  font-size: 14px;
}

.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  background-color: #f1f1f1;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  cursor: default;
  text-align: center;
}

.datePickerDayIsToday {
  border: 0
}

.datePickerDayIsDisabled {
  opacity: 0.3;
}

.datePickerPreviousButton,
.datePickerNextButton {
  padding: 10px;
  font-weight: bold;
}

.datePickerMonth {
  width: 189px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.ineTable-ActionCell {
  cursor: pointer;
  text-decoration: underline !important;
}

/* End of IneFrom styles */
