/*
=========================================================
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: 'open sans', sans-serif !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;
}

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

header .lp-logo {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.lp-logo a {
  padding: 0 !important;
}

header .lp-logo a:after {
  display: none;
}

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

body .lp-show-on-print,
body .lp-show-on-print div,
.lp-logo,
.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;
}

/*
---------------------------------------------------------
ÖVRIGT
--------------------------------------------------------- */

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

.sv-image-portlet p.sv-portlet-image-caption {
  right: auto;
  left: 10px;
}

.lp-event-image,
.lp-event-info .lp-btn {
  display: none;
}

.lp-events-list li {
  padding: 10px 0;
}

.lp-events-search-form {
  display: none;
}

#Relateratinnehall + .sv-script-portlet,
.sv-related-portlet {
  display: block !important;
}

.lp-page-contacts,
.sv-related-portlet .lp-links {
  border: 1px solid rgb(236, 205, 217);
}

.sv-related-portlet {
  margin: 30px 0 0;
}

.lp-page-contacts .lp-vcard-photo {
  display: none;
}

.lp-content .sv-script-portlet {
  display: block !important;
}

.lp-content .sv-column-3 .sv-script-portlet {
  border: 1px solid rgb(236, 205, 217);
}

.lp-byline {
  display: none;
}
