/***  Navigation  ***/

#main-navigation {
	display: none;
}


/* Menu Bottom */

.menu-bottom {
  display: none;
}


/***  Header  ***/

#header,
.button {
  	display: none;
}


/*** Eyecatcher ***/

.eyecatcher {
  	display: none;
}

/*** Footer ***/

.footer-wrapper,
#mobile-infobar-wrapper {
    display: none;
}

.quickpanel {
    display: none;
}

/* Footer */

.footer {
	display: none;
}



/* */

.print-header,
.print-footer {
    position: fixed;
    left: 0;
    right: 0;
    color: #000;
    background: #fff;
  }

.print-header {
    top: 0;
    height: 100px;
    padding: 4mm 0mm;
    border-bottom: 1px solid #000;

    display: flex;
    align-items: center;
    gap: 8mm;
    position: relative;
}

.table-title-header {
    margin-left: auto;  
    text-align: right;
}

.print-logo {
    height: 100px;
    width: auto;
    display: block;
}

.print-title {
    font-size: 12pt;
    font-weight: 700;
}

.print-footer {
    bottom: 0;
    height: 14mm;
    padding: 3mm 10mm;
    border-top: 1px solid #d0d0d0;

    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 9pt;
}


h1 {
  display: none;
}

body * {
  box-sizing: border-box;
}


table.table-print {
  width: 100%;
  border-collapse: collapse !important;  
  border-spacing: 0 !important;          
  table-layout: fixed;                  
  font-family: 'Commissioner', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  background: #fff;
  outline: none;
  margin-top: 40px;
}

.table-print th,
.table-print td {
  padding: 4px 8px;                     
  border: 0;
  border-bottom: 1px solid #000;
  vertical-align: top;
  outline: none;

  background-clip: padding-box;

  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.table-print thead th {
  background: #7a7a7a;
  font-weight: 700;
  text-align: left;
  border-bottom: 0;
  white-space: nowrap;
  color: #fff;
}

.table-print tbody tr:nth-child(even) td {
  background: #fbfbfb;
}

@media screen {
  .table-print tbody tr:hover td {
    background: #eaf2ff;
  }
}

.table-print .num {
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.table-print .center {
  text-align: center;
}

.table-print .nowrap {
  white-space: nowrap;
}


@media print {
  .table-print thead {
    display: table-header-group;
  }

  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  table.table-print {
    font-size: 11pt;
  }

  .table-print th,
  .table-print td {
    padding: 3mm 2mm; 
  }

  .table-print tbody tr:hover td {
    background: inherit;
  }

  .table-print tr,
  .table-print td,
  .table-print th {
    page-break-inside: avoid;
    break-inside: avoid;
  }
}



table.table-print {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 50px;
}

table.table-print td,
table.table-print th {
  padding: 10px;
}

