/*
=========================================================
PRINT CSS
=========================================================
 * Innehåller styling för utskrift
 * 
 * Copyright (C) Limepark AB. Upprättad 2016.
=========================================================*/

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

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

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

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


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

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

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

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

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

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

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

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

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

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

h3 {
	font-size: 13pt !important;
}

.preamble, caption { font-size: 10.5pt !important; }
.normal, li, .relateratxinnehall, .brodtextxutanxavstand, th, td, td p { font-size: 9pt !important; }
.litenxtext { font-size: 8pt !important; }
*/

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

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

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