/*
=========================================================
PRINT CSS
=========================================================
 * Innehåller styling för utskrift
 *
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
FIXAR/FÖRBÄTTRINGAR
---------------------------------------------------------*/

html {
  font-size: 7pt !important;
}

body,
body * {
  font-family: inherit !important;
}

/* Sidmarginal vid utskrift - se rad 23 i base.css */

.pagecontent .sv-portlet {
  margin-bottom: 0.4cm;
}


/* Fixar bug att push/pull inte nollställts i utskrift */
[class*='sv-push'],
[class*='sv-pull'] {
  left: 0 !important;
}

.lp-logo img {
  margin: 0 0 0.8cm;
  width: 220px !important; /* Ändra till halva bildbredden om logotyp för retinaskärm används */
}

/*
---------------------------------------------------------
DÖLJ / VISA VID UTSKRIFT
--------------------------------------------------------- */

body .lp-show-on-print,
body .lp-show-on-print div,
.lp-logo,
.pagecontent .sv-template-portlet {
  display: block !important;
}

body .lp-hide-on-print {
  display: none !important;
}

/*
---------------------------------------------------------
SIDBRYT
--------------------------------------------------------- */

p,
li,
td,
th {
  page-break-inside: avoid !important;
}

/*
---------------------------------------------------------
FONTSTORLEKAR
--------------------------------------------------------- */


h1 {
  font-size: 20pt !important;
}

h2 {
  font-size: 16pt !important;
}

h3,
caption {
  font-size: 14pt !important;
}

.preamble {
  font-size: 14pt !important;
}

.normal,
li,
th,
td,
td p {
  font-size: 12pt !important;
}

.small {
  font-size: 10pt !important;
}


/*
---------------------------------------------------------
UNDVIKER ENSAMRADER
--------------------------------------------------------- */

p {
  orphans: 3;
  widows: 3;
}


/*
---------------------------------------------------------
TABELLER
--------------------------------------------------------- */

table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

td,
th {
  border: 1px solid #e8e8e8;
}


/*
---------------------------------------------------------
VISA DOLD INFO VID UTSKRIFT
--------------------------------------------------------- */

.pagecontent [aria-hidden='true'] {
  display: block !important;
}
