@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/avsweb/Pages/RezeptePage/RezepteMainPrintPage.razor.rz.scp.css */
/* Navbar */
/*@import 'adminLTE/_variables.scss';
@import 'adminLTE/_colors.scss';
*/
/* Body color*/
/* Button color */
/* Login */
/* Validation */
/* Tables */
/* Zeytung */
/* div table */
/*
    Credits to https://medium.com/@Idan_Co/the-ultimate-print-html-template-with-header-footer-568f415f6d2a 
*/
.page-header[b-fqrnt8iay9], .page-header-space[b-fqrnt8iay9] {
  height: 50px;
}

.page-footer[b-fqrnt8iay9], .page-footer-space[b-fqrnt8iay9] {
  height: 50px;
}

.page-footer[b-fqrnt8iay9] {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid black; /* for demo */
  /*background: yellow;*/ /* for demo */
}

.page-header[b-fqrnt8iay9] {
  position: fixed;
  top: 0mm;
  width: 100%;
  border-bottom: 1px solid black;
  /*background: yellow;*/ /* for demo */
}

.page[b-fqrnt8iay9] {
  page-break-after: always;
}

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 16pt;
}*/
.text-reych[b-fqrnt8iay9] {
  color: #6c757d !important;
  background: #f8f9fa !important;
  font-style: italic;
  font-family: "Roboto";
  -webkit-print-color-adjust: exact;
}

.text-kopf[b-fqrnt8iay9] {
  color: #001f3f !important;
  background: #dee2e6 !important;
  font-style: italic;
  font-family: "Roboto";
  -webkit-print-color-adjust: exact;
}

.footer-print[b-fqrnt8iay9] {
  display: none !important;
}

@media print {
  @page {
    margin: 0 10mm 0 10mm !important;
    size: A4;
  }
  html[b-fqrnt8iay9], body[b-fqrnt8iay9] {
    height: 100vh;
    page-break-after: avoid;
    page-break-before: avoid;
  }
  thead[b-fqrnt8iay9] {
    display: table-header-group;
  }
  tfoot[b-fqrnt8iay9] {
    display: table-footer-group;
  }
  /*    button {
          display: none;
      }
  */
  body[b-fqrnt8iay9] {
    margin: 0;
  }
  .keep-together[b-fqrnt8iay9] {
    break-inside: avoid;
  }
  div.keep-together[b-fqrnt8iay9] {
    display: table;
  }
}
