/* Styles to print the content of the page popup. */

@media print {
  #LayoutContent,
  #LayoutFooter,
  #LayoutHeader {
    display: none;
  }
  #PagePopupHeader {
    display: none;
  }
  #PagePopupOverlay {
    background: white;
    height: 100% !important;
    overflow: visible;
    position: static;
  }
  #PagePopupOverlayContent {
    height: 100% !important;
  }
  #PagePopupWindow {
    background-color: white;
    display: block;
    height: 100% !important;
    overflow: visible;
    position: static;
    top: 0;
    transform: none;
  }
  #PagePopupPartialView {
    height: 100% !important;
    width: 100% !important;
    overflow: visible;
  }
  #PagePopupActions {
    display: none;
  }
  table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
}
