/* Add you custom css here
 * Please be aware, that the styles added here might not work after updating enVIEW to a new version
 */
.k-grid tr.k-state-selected > td {
  background-color: #ffffff !important;
  color: #000000;
}
.k-grid tr.k-alt.k-state-selected > td {
  background-color: #f1f1f1 !important;
  color: #000000;
}
.navbar .ienv-skyline {
  height: inherit;
  bottom: -8px;
}
body {
  padding-bottom: 0px;
}