.hoflisteRow {
  cursor: pointer;
}
.neuerArtikel {
  cursor: pointer;
}
.login {
  position: fixed!important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}
.login h2 {
  margin-top: 0;
}
.selected {
  background-color: lightgray;
}
.switch {
  position: relative;
  width: 60px;
  height: 34px;
  display: inline-block;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider {
  border-radius: 34px;
}
.slider:before {
  border-radius: 50%;
}
.container-fluid {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hofliste-container {
  display: flex;
  max-height: 42%;
}
.hofliste-container div {
  display: flex;
}
.hofliste-container div .table-responsive {
  display: flex;
}
.hofliste-container div .table-responsive table {
  display: grid;
  grid-template-rows: max-content;
  margin-bottom: 0;
}
.hofliste-container div .table-responsive table tbody {
  display: block;
  overflow: auto;
}
.hofliste-container div .table-responsive table tbody .hofliste-row-body {
  overflow-y: auto;
}
.hofliste-container div .table-responsive table thead,
.hofliste-container div .table-responsive table tbody tr {
  display: table;
  width: 100% !important;
  table-layout: fixed;
  /* even columns width , fix width of table too*/
}
.hofliste-container div .table-responsive table thead {
  width: calc(99%) /* scrollbar is average 1em/16px width, remove it from thead width */;
}
.header-row {
  display: flex;
  justify-content: end;
}
.filter-form-container {
  margin: 0;
}
.filter-form {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
}
.filter-form-inputs {
  display: flex;
  flex-direction: row;
}
.filter-form-inputs dl {
  flex-direction: row-reverse;
  padding-right: 15px;
  display: flex;
  gap: 10px;
  margin: 0;
  margin-top: auto;
  min-width: 165px;
}
.logout-button {
  margin-top: auto;
  width: 100px;
}
.schlechtwetterzuschlag-button {
  margin-top: auto;
  max-height: 26px;
  min-width: 228px;
  margin-left: 20px;
}
.kontrollierter-eintrag {
  background-color: #f3f3f3;
}
.kontrolliert-ja {
  margin-left: 5px;
}
.zeit-lsnr-bsnr-brutto-tara-width-table-column {
  width: 5%;
}
.baustelle-kunde-width-table-column {
  width: 12%;
}
.fznr-width-table-column {
  width: 13%;
}
.gap-filter {
  width: 100px;
}
@media (min-width: 961px) {
  .kontrolliert-width {
    width: 5%;
  }
}
@media (min-width: 320px) {
  .scroll-workaround {
    display: none;
  }
}
@media (min-width: 961px) {
  .scroll-workaround {
    display: table-cell;
    width: 10px;
  }
}
h4 {
  width: 350px;
}
/*# sourceMappingURL=main.css.map */