.panelGridNoBorder td, .panelGridNoBorder th,.panelGridNoBorder tr{
  border:none !important;
}

.headerLabelsLeft table tr th {
  text-align:left;
}


.egov-besteht{
  background-color: rgb(221, 235, 244)
}

.egov-normal{
  background-color: #FFFFFF
}

.egov-failure{
  background-color: rgb(253, 242, 245)
}

.ui-grid {
  border: 0px solid white;
}




/* --- Datepicker: Multiple Select --- */


/*
.ui-calendar .ui-datepicker-trigger {

}
.secondColumn .ui-calendar .ui-datepicker-trigger {
  position: absolute;
    top: -11px;
    right: 0;
    margin: 0;
}*/



/* Days */
.ui-calendar.ui-calendar-multiple-select table.ui-datepicker-calendar tbody td.ui-datepicker-today a.ui-state-active,
.ui-calendar.ui-calendar-multiple-select table.ui-datepicker-calendar tbody td.ui-datepicker-days-cell-over a.ui-state-active,
.ui-calendar.ui-calendar-multiple-select table.ui-datepicker-calendar tbody td.ui-datepicker-unselected-day a.ui-state-active {
  background-color: #fff !important;
  color: #0070bc !important;
  font-weight: normal !important;
}


.ui-calendar.ui-calendar-multiple-select table.ui-datepicker-calendar tbody td.ui-state-highlight{
  background-color: #ffffff;
  border-color: #ffffff;
}

.ui-calendar.ui-calendar-multiple-select table.ui-datepicker-calendar tbody td.ui-state-highlight a.ui-state-active {
  background: #0070bc !important;
  color: #ffffff !important;
  border-color: #0070bc !important;
  font-weight: bold !important;
}

