@charset "utf-8";
/* 
	print.css
	Project: Honeycomb CMS v4.0
*/
/*------ imports ------*/
.only-print {
  display: none;
  visibility: hidden;
}
@media print {
  body,
  html {
    position: relative;
    font-size: 12px;
    background: #FFF;
  }
  #section-title,
  #cms-menu {
    display: none;
  }
  .no-print {
    display: none;
    visibility: hidden;
  }
  .only-print {
    display: block;
    visibility: visible;
  }
  p,
  td,
  th {
    font-size: 12px;
  }
  #cms-wrapper,
  #cms-content {
    height: 100%;
    padding: 0;
    overflow: visible;
  }
  .menu-open:not(.menu-simple) #cms-content {
    margin: 0;
  }
  p + .panel {
    page-break-before: avoid;
  }
  .page-break {
    clear: both;
    page-break-before: always;
    -webkit-column-break-before: always;
       -moz-column-break-before: always;
            break-before: always;
  }
  .no-break {
    position: relative;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .no-break canvas {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .panel {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #EEE;
  }
  .panel .panel-header {
    display: block;
    padding: 14px 40px 14px 20px;
    font-size: 12px;
    line-height: 1.2;
    color: #2a617c;
    background: none;
  }
  .panel .panel-toggle {
    display: none;
  }
  .panel .button {
    display: none;
  }
  table {
    page-break-inside: auto;
  }
  tr,
  td {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
  table:not([class^="fc"]):not(.ui-datepicker-calendar) {
    table-layout: fixed;
    text-wrap: balance;
    overflow-wrap: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
  table:not([class^="fc"]):not(.ui-datepicker-calendar) tr {
    page-break-inside: avoid;
  }
  table:not([class^="fc"]):not(.ui-datepicker-calendar) th,
  table:not([class^="fc"]):not(.ui-datepicker-calendar) .subtle-header th {
    padding: 10px 20px;
    height: auto;
    line-height: 1.4;
  }
  table:not([class^="fc"]):not(.ui-datepicker-calendar) td {
    padding: 8px 20px;
  }
  table:not([class^="fc"]):not(.ui-datepicker-calendar).report-table tr th {
    width: auto;
    padding: 8px 10px;
    font-size: 10px;
  }
  table:not([class^="fc"]):not(.ui-datepicker-calendar).report-table td {
    padding: 5px 10px;
    font-size: 10px;
  }
  .overflowwrap-normal table:not([class^="fc"]):not(.ui-datepicker-calendar) {
    overflow-wrap: normal!important;
  }
  .tablesorter-sticky-wrapper,
  .tablesorter-pager {
    display: none !important;
  }
  table.tablesorter tbody tr {
    display: table-row !important;
  }
  table.tablesorter tbody tr.table-no-print {
    display: none!important;
    visibility: hidden;
  }
  .chart-container {
    margin: 0;
    padding: 0 10px 20px;
  }
  .chart-container canvas {
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto!important;
    width: auto!important;
  }
  .report-chart-wrap {
    page-break-inside: avoid;
  }
  .report-chart-wrap .panel-content {
    padding: 0;
  }
  .print-report-chart img {
    width: 100%;
  }
  .legend-container {
    font-size: 12px;
  }
  .legend-container li {
    padding: 3px 8px;
  }
  .sp-sales-wrap .sales-chart-container.sales-chart-containers {
    page-break-after: always;
  }
  .sp-sales-wrap .flex-container.gap-40 {
    gap: 15px;
  }
  .sp-sales-wrap .chart-product-option {
    padding: 0 10px 10px 0;
    font-size: 12px;
    line-height: 1.2;
  }
  .sp-sales-wrap .chart-product-option h3 {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
