@page {
  size: letter;
  margin-left: 5mm;
  margin-right: 5mm;
  margin-top: 10mm;
  margin-bottom: 10mm;

  @bottom-right {
    color: #000;
    font-size: 12pt;
    font-weight: 900;
    font-family:"Roboto", "Roboto-Offline", sans-serif;
    content: url("logo_gc-track.svg") " "  counter(page) "/" counter(pages);
    vertical-align: middle;
  }
}

@media print {
  body {
    color: #000;
    font-size: 10px;
    width: 206mm;
    margin-left: 0;
    margin-right: 0;
  }

  #summary-content {
    column-count: 2;
  }

  .page-container table {
    max-width: 206mm;
  }

  .page-container thead {
    display: table-header-group;
  }

  .page-container tbody {
    display: table-row-group;
  }

  .page-container tfoot tr {
    height: 55px;
  }

  .main {
    margin-top: 0;
  }

  .graph-content {
    column-count: 2;
  }

}

@media screen {
  body {
    margin-left: 0.5cm;
    margin-right: 0.5cm;
    font-size: 15px;
  }

}

@font-face {
  font-family: "Roboto-Offline";
  src: url("./font/Roboto.ttf") format("truetype");
}

body {
  font-family: "Roboto", "Roboto-Offline", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: #000;
  font-size: 10px;
}

tfoot {
  height: 35px;
  vertical-align: middle;
}

#footer {
  text-align: right;
  vertical-align: middle;
}

#footer img {
  height: 35px;
}


#client-logo {
  text-align: left;
}

#vendor-logo {
  text-align: right;
}

.logo {
  max-width: 100px;
  max-height: 50px;
}

.count-table th,
.count-table td {
  page-break-inside: avoid;
  break-inside: avoid;
}


#header-title {
  width: 95%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#report-title {
  text-align: center;
  margin-bottom: 0px;
}

#report-month {
  text-align: center;
  margin-top: 0px;
}

#location {
  margin-top: 0px;
}


#facility {
  font-size: 2.5em;
  margin-bottom: 0px;
  margin-top: 0px;
}

#header-table {
  width: 100%;
}

#logo-row {
  max-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#logo-row td {
  width: 50%;
  vertical-align: middle;
}

#about-document,
#legal-notice {
  page-break-inside: avoid;
  break-inside: avoid;
}

#about-document table td {
  vertical-align: middle;
}

#about-logo {
  width: 25%;
  border-right: 5px solid transparent;
}

#about-description {
  width: 75%;
}

#about-logo img {
  width: 250px;
}

#legal-notice p {
  line-height: 1.5;
}

.graph {
  page-break-inside: avoid;
  break-inside: avoid;
}

.graph img {
  width: 80%;
  padding-right: 10%;
  padding-left: 10%;
  max-height: 450px;
}

.graph-title {
  text-align: center;
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 0;
}

.graph-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

#summary-content-hidden {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  display: none
}

#summary-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.count-table,
.log-table {
  text-align: center;
  border-collapse: collapse;
}

.count-table th,
.log-table th {
  font-weight: 800;
  padding: 5px;
  border-right: 2px solid #fff;
}

.count-table td,
.log-table td {
  color: #000;
  font-weight: 400;
  padding: 5px;
  border-right: 2px solid #fff;
}

.count-table td:first-child,
.log-table td:first-child {
  text-align: right;
  border-right: none;
}

.count-table td:last-child,
.log-table td:last-child {
  border-right: none;
}

.count-table th:first-child {
  background-color: #fff;
  text-align: right;
  border-right: none;
}

.count-table th:last-child,
.log-table th:last-child {
  border-right: none;
}

.count-table caption,
.log-table caption {
  font-size: 1.5em;
  font-weight: 300;
  padding: 10px 10px 10px 0;
  text-align: left;
}

.count-table thead th,
.log-table thead th {
  font-size: 1.17em;
  font-weight: 500;
  background-color: #525252;
  color: white;
}

.count-table tbody th,
.log-table tbody th {
  font-size: 1.17em;
  font-weight: 500;
}

.count-table tbody tr:nth-child(even),
.log-table tbody tr:nth-child(even) {
  background-color: #DBDBDB;
}

.count-table tbody tr:last-child td {
  font-weight: 800;
  border-top: 2px dotted #000000;
}

#activations-content {
  page-break-inside: avoid;
  break-inside: avoid;
}

#summary-title-hidden {
  display: none;
}

#activations-title-hidden {
  display: none;
}

#alerts-title-hidden {
  display: none;
}


















#alerts-content {
  page-break-inside: avoid;
  break-inside: avoid;
}

.activations-table {
  width: 100%;
  table-layout: inherit;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.activations-table th {
  padding: 10px;
  border-right: 2px solid #fff;
}

.activations-table td {
  padding: 10px;
  border-right: 2px solid #fff;
}

.activations-table td:last-child {
  border-right: none;
}

.activations-table th:last-child {
  border-right: none;
}

.activations-table caption {
  font-size: 1.5em;
  font-weight: 300;
  padding: 10px 10px 10px 0;
  text-align: left;
}

.activations-table thead th {
  font-size: 1.17em;
  font-weight: 500;
  background-color: #525252;
  color: white;
}

.activations-table tbody tr:nth-child(even) {
  background-color: #DBDBDB;
}

.activations-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.activations-description {
  width: 30%;
}

.activations-start-date {
  width: 30%;
}

.activations-end-date {
  width: 30%;
}

.activations-duration {
  width: 10%;
}

.alerts-table {

  justify-content: center;
  width: 100%;
  table-layout: inherit;
  text-align: center;
  border-collapse: collapse;
}

.alerts-table th {
  padding: 10px;
  border-right: 2px solid #fff;
}

.alerts-table td {
  padding: 10px;
  border-right: 2px solid #fff;
}

.alerts-table td:last-child {
  border-right: none;
}

.alerts-table th:last-child {
  border-right: none;
}

.alerts-table caption {
  font-size: 1.5em;
  font-weight: 300;
  padding: 10px 10px 10px 0;
  text-align: left;
}

.alerts-table thead th {
  font-size: 1.17em;
  font-weight: 500;
  background-color: #525252;
  color: white;
}

.alerts-table tbody tr:nth-child(even) {
  background-color: #DBDBDB;
}

.alerts-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.alerts-description {
  width: 30%;
}

.alerts-start-date {
  width: 30%;
}

.alerts-end-date {
  width: 30%;
}

.alerts-duration {
  width: 10%;
}