/* OSTicket Dark Modern Theme - Print Styles */

@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
    background: #fff !important;
  }

  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none !important;
    border: none !important;
  }

  #header {
    border-bottom: 2px solid #000;
    background: #fff !important;
  }

  #nav,
  #footer,
  .action-button,
  .button,
  input[type="submit"],
  input[type="button"] {
    display: none !important;
  }

  #content {
    padding: 0;
    margin: 0;
  }

  a {
    color: #000 !important;
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    color: #000 !important;
  }

  table {
    border-collapse: collapse;
    width: 100%;
  }

  table, th, td {
    border: 1px solid #000 !important;
  }

  th {
    background: #f0f0f0 !important;
    font-weight: bold;
  }

  .thread-entry {
    page-break-inside: avoid;
    border: 1px solid #000 !important;
    margin-bottom: 10pt;
  }

  .thread-entry .header {
    background: #f0f0f0 !important;
    border-bottom: 1px solid #000 !important;
  }

  .thread-entry .thread-body {
    padding: 10pt;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm;
  }
}
