/* =======================================================
   Stylesheet created by PHP Web Stat
   PHP Web Stat v11.0 (https://www.php-web-statistik.de)
   File-Name: print.css
   File-Release-Date: 2022-09-13
   Copyright 2022 PHP Web Stat
======================================================= */

@media print {
  /* print basics */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    margin: 1.5cm 0.5cm 1cm 1.2cm;
    size: A4; }

  body {
    min-width: 992px !important; }

  .table {
    border-collapse: collapse !important; }

  .table td,
  .table th {
    color: #000;
    background-color: #fff !important; }

  /* PHP Web Stat */
  #header-m { 
    display: flex;
    box-shadow: 0 0 3px #000 !important; }

  .navico-logout {
    display: none; }

  .navico-info {
    display: block; }

  .navbtn-logout {
    display: block;
    border: 1px solid #1d6590;
    background-color: transparent; }

  #main {
    margin-top: 70px; }

  .col-2, .col-3  {
    padding-right: 15px;
    padding-left: 15px; }

  .col-2 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .module.site, .module.entrysite, .module.referer {
    width: 70%; }

  .module.country {
    width: 50%; }

  .progress {
    position: relative; }
  
  .progress:before {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 0;
    border-top: 6px solid #ccc;
    border-bottom: 6px solid #ccc;
    border-radius:3px; }

  .progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-top: 4px solid #7194AD;
    border-bottom: 4px solid #436783;
    border-radius:2px; }

  #navbar, .popover, #popover-index {
    display: none;
    border: 0;
    background-color: transparent; }

  .module-overview-data, .module-overview-hits {
    font-size: 13px; padding: 2px; }

  .module-header {
    border-bottom: 1px solid #ccc;
    /* overlay filter */
    background-image: none; }

  .module-content {
    background-image: none; }

  .display_max_style {
    font-weight: bold; }

  .module-footer {
    border-top: 1px solid #ccc;
    /* overlay filter */
    background-image: none; }

  .module.entrysite, .module.searchengines, .module.searchwords {
    margin-bottom: 50px; }
    
  #main-footer {
    margin-top: 30px;
    border: 1px solid #000; }

  /* Page Breake */
  /* Archive */
  hr.pagebreak {
    border: none;
    height: 0;
    margin: 0;
  }
  .page-break-archive:nth-of-type(2n) {
    padding-top: 70px;
    page-break-before: always;
  }
  .page-break-archive:nth-of-type(2n+1) {
    padding-top: 24px;
  }
  /* Stat */
  .changetab {
    display: block;
  }
  .page-break:nth-of-type(2n+1) {
    padding-top: 80px;
    page-break-before: always;
  }
  .page-break:nth-of-type(2n) {
    padding-top: 24px;
  }
  /* END Page Breake */

  #print {
    display: block;
    border: none;
    color: #000;
    font-size: 12px;
    margin: 0px;
    padding: 10px;
  }
  .print {
    display: block;
  }
}
