@charset "UTF-8";
/* ---- Define 3 background-colors (dark/middle/light) with text- and linkcolors */
/*--- Zuweisungen für Inhaltselemente:: ---------------- */
.page-item > .page-link {
  color: #337ab7;
  background-color: #ffffff;
  border-color: #dddddd;
}
.page-item > .page-link:hover {
  background-color: #e9ecef;
}
.page-item > .page-link .active {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.page-item.disabled > .page-link {
  color: #000000;
  background-color: #e9ecef;
}
.page-item .active > .page-link {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* --- Tabellen --- */
.table:not(.table-striped):not(.table-bordered) th,
.table:not(.table-striped):not(.table-bordered) td {
  background: none;
}

.tableheader,
.tableheader th,
.tableheader td {
  background: none repeat scroll 0 0 #e2f1ff;
  color: #000000;
  font-weight: bold;
}

.tableheader-sub,
.tableheader-sub th,
.tableheader-sub td {
  background: none repeat scroll 0 0 #e2f1ff;
  color: #000000;
}

.tableheader-sub td {
  color: #003366;
}

.primary-background,
.primary-background th {
  background: none repeat scroll 0 0 #e2f1ff;
  color: #000000 !important;
}

.tablesum-row td {
  color: #003366;
}

.btn.btn-default {
  background-color: #ffffff;
}

.bigpicture_login {
  margin-top: 50px !important;
}

/*# sourceMappingURL=custom_lbbw.css.map */
