table td,
table th {
  padding: 5px;
}

.table td.fit,
.table th.fit {
  white-space: nowrap;
  width: 1px;
}

#report-c2 td,
#report-c2 th {
  text-align: center;
  vertical-align: middle;
}

#report-c2 th {
  background-color: var(--light-blue);
}

thead tr {
  background-color: var(--light-blue);
  border-bottom: 2px solid var(--mid-blue);
}

table#farrowingOverview td,
table#farrowingOverview th {
  text-align: center;
}

table#farrowingOverview {
  width: auto;
}

/* A1, A6 */
#table1203 {
  table-layout: fixed;
}

#table1203 th {
  text-align: center;
}

.nobold {
  font-weight: normal;
}

/* plus event listener */
.popup-explain {
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: pointer;
}

.popup-explain .tooltiptext {
  background-color: grey;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: small;

  position: absolute;
  z-index: 1;
}

/* A1, A6 end */

/* boars */
.table-bordered-except-between {
  border: 1px solid #dee2e6;
}

.table-bordered-except-between td {
  border: 1px solid #dee2e6;
  border-top: 0;
  border-bottom: 0;
}

.table-bordered-except-between th {
  border: 1px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
}

.top-1px {
  border-top: 1px solid #dee2e6;
}

.top-2px {
  border-top: 2px solid #dee2e6;
}
/* boars end */

/* expected farrowings, a1, search, datapopup */
.nowrap {
  white-space: nowrap;
}

/* report pictraq searchevents2 */
.pq.no-data {
  color: lightgrey;
}

/* rewrites */
.table-bordered {
  /* remove border around responsive tables */
  border: unset;
}

@media print {
  #table1203 td,
  #table1203 th,
  #table1203 th span {
    font-size: 12px;
  }

  #table1203 .popup-explain {
    text-decoration: none;
  }
}

.table:not(.no-hover) tr:not(.no-hover-effects):hover {
  background-color: var(--light-blue);
}
