/*
Description: Style för PDF:er
Author: Hamrén Webbyrå
Version: 1.0
*/


@page {
	margin: 4cm -1mm 5cm -1mm;
	footer: myfooter;
	header: myheader;
	margin-footer: 0mm;
}

.pdf-header {
	margin-left: 2cm;
	padding-top: 0.5cm;
}

.pdf-header td {
	width: 8.5cm;

}

.pdf-header td:nth-child(2){
	text-align: right;
}

.pdf-header .logo {
	float: right;
	height: auto;
	padding: 3px;
}



.content-pdf {
	margin-left: 2cm;
	width: 17cm;
}


.list-box {
	margin-bottom: 20px;
}

.list-box h4 {
	display: block;

	color: #333;
	padding: 5px 0px;
	text-transform: uppercase;
	margin: 0px;
}


.list-box tr:nth-child(odd) {
	background: #e2e2e2 !important;
}

.list-box tr:nth-child(even) {
	background: #f6f6f6 !important;
}

.list-box th {
	text-align: left;
	padding: 5px 10px !important;
}

.list-box td {
	width: 7cm;
}

/* Typography */

body, h1, h2, h3, h4 {
	font-family: "arial" !important;
}

h4 {
	font-family: sans;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


.pdf-footer {
	background-image: url(https://naf.se/wp-content/uploads/2018/06/footer-v2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0em;
	margin: 0px;
	height: 169px;

}