/*
 *   Copyright (c) 2025 Joseph Showalter - joseph@ssmail.org
 *   All rights reserved.
 *   Shed Sales and RTO Management Software Copyright Easy Rent to Own, LLC - 2018-2024
 */
/* 

Print Styles 
*/
#menu {
    display: none;
    }

#wrapper, #content, #container, #fluid-container, #row {
    width: auto; 
    margin: 25mm 25mm 25mm 25mm;
    padding: 0; 
    border: 0;
    float: none !important;
    color: black; 
    background: transparent;
    }


/* h6 { 
  page-break-before: always;
}
   */

   @media print {
    body {
        display: table;
        table-layout: fixed;
        padding-top: 0cm;
        /* this affects the margin in the printer settings */ 
        margin: 20mm 20mm 20mm 20mm;
        padding-bottom: 2cm;
        height: auto;
    }
 }


 
  @page {                
    size: auto;
    margin: 1mm;
  }
/*
  html, body {
    width: 1024px;
  }

  body {
    margin: 25mm 25mm 25mm 25mm;
    line-height: 1em;
    word-spacing:1px;
    letter-spacing:0.2px;
    font: 12px "FiraCode-Regular", serif;
    background:white;
    color:black;
    width: 100%;
    float: none;
  } */

  /* avoid page-breaks inside a listingContainer*/
  .listingContainer{
    page-break-inside: avoid;
  }

  h1 {
    font: 28px  "Comic Sans MS", serif;
  }

  h2 {
    font: 24px "Comic Sans MS", serif;
  }

  h3 {
    font: 20px "Comic Sans MS", serif;
  }

  h4 {
    font: 18px "Comic Sans MS", serif;
  }
  h5 {
    font: 14px "Comic Sans MS", serif;
  }
  h6 {
    font: 12px "Comic Sans MS", serif;
  }

  /* Improve colour contrast of links */
  a:link, a:visited {
    color: #781351;
    font: 12px "FiraCode-Regular","Times New Roman", Times, serif;
  }

  /* URL */
  a:link, a:visited {
    background: transparent;
    color:#333;
    text-decoration:none;
  }

  a[href]:after {
    content: "" !important;
  }

  a[href^="http://"] {
    color:#000;
  }

  #header {
    height:75px;
    font-size: 24pt;
    color:black
  }

  #testing {
    background-color:#dddddd;
    color: #999898, #4af308
  }
  .page-break{
    /* display: block; */
    padding-top: 50px;
    padding: 20px;
    page-break-before:always;
  }