@charset "UTF-8";
/* CSS Document */

body {
	background:#ccc;
	color:#000;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial,  sans-serif;
	font-size:13px;
	/*line-height:130%;*/
	font-weight:normal;
	position:relative;
	/*text-rendering: optimizeLegibility;*/
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
	-webkit-backface-visibility: hidden;
}

.dummy {
	position:absolute;
	top:0;
	left:0;
	opacity:0.0;
}


h1,h2,h3,h4,h5,h6 {
	text-transform:uppercase;
	font-weight:bold;	
	margin-top:0;
	line-height:110%;
}


h1 {
	font-size:36px;
	margin-bottom:45px;
}


h2 {
	font-size:24px;
	margin-bottom:36px;
}

h3 {
	margin-bottom:25px;
	font-size:21px;
}

h4 {
	margin-top:0;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	text-transform:uppercase;
}

h5 {
	margin:0;
	font-size:10px;
	font-weight:normal;
}

.button {
	display:inline-block;
	padding:0 20px;
	height:40px;
	border-radius:3px;
	background:#22a1ce;
	border:1px solid #0073a4;
	box-shadow:inset 0 1px 0px #69bfdf;
	line-height:40px;
	color:#fff;
	font-family:Helvetica ,Arial,  sans-serif;
	font-weight:400;
	font-size:16px;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
	cursor:pointer;
}

.button a {
	color:inherit;
}

.button:hover {
	background:#2272b5;
}

.button.print, button.edit {
	position:fixed !important;
	right:30px;
	top:60px;
	cursor:pointer;
}

.button.edit {
	top:115px !important;
	background:#efefef;
	border-radius:3px;
	border:1px solid #999;
	color:#444;
	line-height:30px;
	height:30px;
	box-shadow:inset 0 1px 0px #fff;
	font-size:13px;
}

.button.edit a {
	text-decoration:none;
}



@page {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.dokument {
	width:21cm;
	position:relative;
	height:29.69cm;
	overflow:hidden;
	background:#fff;
	border-top:1px solid #ccc;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}


.dokument img {
	width:100%;
	height:auto;
	opacity:1;
}

.visitkort img, #visitkort img {
	width:100%;
}

.doc-content {
	position:absolute;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.page-content {

}

table {
    border-collapse: collapse;
}

.smartdocs {
	position:absolute;
	font-family:Helvetica,Arial, sans-serif;
	color:#888;
	font-size:9px;
	left:-3px;
	bottom:200px;
	transform-origin:0 0;
	-ms-transform-origin:0 0; /* IE 9 */
	-webkit-transform-origin:0 0; /* Safari and Chrome */
	-moz-transform-origin:0 0; /* Firefox */
	-o-transform-origin:0 0; /* Opera */
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	-moz-transform: rotate(-90deg); /* Chrome, Safari, Opera */	
    transform: rotate(-90deg);
}

.ib {
	display:inline-block !important;
}

row {
	display:block;
}

@media print {
	
	
.do-not-print { display: none; }

.dokument {
	border-bottom:0;
}

body { width: 100% !important; margin: 0 !important; padding: 0 !important; background: none;-webkit-print-color-adjust: exact; }

	
}