@media print {
  @page {
    size: A4 portrait;
    margin: 20px;
  }
  html{
    overflow: visible;
  }
  *:not(.report) {
  background:transparent !important;
  color:#000 !important;
  text-shadow:none !important;
  filter:none !important;
  -ms-filter:none !important;
  }

  body {
  margin:0 !important;
  padding:0 !important;
  /*font-size: 0.1em !important;*/
  }

  div.print-width{
    width: 100%;
  }
  .modal {
    height: 100vh;
    overflow-x: visible;
  }

  .modal, .modal-body, .modal-content, .modal-dialog, .row{
    padding: 0;
    margin: 0;
  }

  #fileform{
      display: none;
  }

    .page-body:not(.report) .page-container,
  .user-info,
  .modal-header,
  #leiras,
    .hideprint{
    display: none;
  }
  .invoice {
    margin: 0;
    padding: 0;
  }
  .invoice hr.margin {
      margin: 1.2em 0 0 0 !important;
  }
  .editable-click, a.editable-click, a.editable-click:hover {
    border: none !important;
  }
  .invoice h4 {
    color: #000;
    font-size: 1.2em;
    margin-top: 35%;
  }

  .invoice-left img {
    width: 15em !important;
  }

  .invoice-left,
  .invoice-right,
  table {
    font-size: 0.6em;
  }

  table {
    font-size: 0.5em;
  }

  .table > thead > tr > th {
    font-weight: bold;
  }
}
