/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 27 February 2020 11:53:11
*/


/* DES */
/* Modified print css from original print.css */
/* This css called from site specific css */

/**** general for all sites ****/
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact; 
    print-color-adjust: exact;
  }
}
@page :left {
margin: 1cm;
}
 
@page :right {
margin: 1cm;
}
 
/* The first page of a print can be manipulated as well */
@page :first {
  /*margin: 1cm .5cm;
  
  page-break-inside: avoid;
  height: 187mm;
  margin: 0;*/
}

body {
    margin: 0px 0px 0px 0px; 
    color: black;
    background: none;
    background-size: 0;
    margin: 2xcm;
    line-height: 1.1em;
   /* border: 1px solid red;
    page-break-inside: avoid;*/
    z-index:-9999;
    background-image: none;

}
/* Defining all page breaks */
a {
    page-break-inside:avoid
}
blockquote {
    page-break-inside: avoid;
}
h1, h2, h3, h4, h5, h6, .accordionTop { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
table, pre { page-break-inside:avoid }
ul, ol, dl,.mainContentPage  { page-break-before:avoid }


h2 {    line-height: 1.5em;
}

/* show the print footer */
#printFooterWrapper {
    display: block;
    xmax-height: 3cm;
    background-color: #dce3ea;
    xborder: 1px solid blue;
    position: relative;
    padding: 1.5em 0;
}
#printFooter {
    display: block;
}

/* don't display these bits */
.fixedBarWrapper,
x.breadcrumbs,
.footerBottom,
.footerWrapper,
.contentPageMenu, 
.currentSubName,
xh2.accordionTop,
.page-index,
.contentPageMenu,
#sidebar .button,
.header,
form,
.carousel
{display: none;}

/**** specifics for this site ****/

.printHeader {
    display: block;
    min-height: 100px;
    margin-left: 0em;
    margin-right: 0;
    background: #FFFFFF url("https://screening.dhs.sa.gov.au/__data/assets/image/0010/72379/SCPrintHeader.PNG") center center no-repeat;
    background-size: contain;
    background-clip: border-box;
}

#printSitename.printOnly  {
    font-size: 20pt;
    font-weight: 600;
    color: #003d7d;
    margin: 0.5em 0;
}
div.tilesTop {
    padding-top: 0.5cm;
    font-size: 16pt%;
}
/******************************************************************************
.contentPageMenu:after {
        background-image: none;
}
h2, h3, tr {
   page-break-after: avoid;
}
img {
   max-width: 100% !important;
}
article {
   page-break-before: always;
}
section {
   page-break-inside: avoid;
}
ul, img, table {
   page-break-inside: avoid;
}



.accordionRow, div {page-break-inside: avoid;}

.accordionDetails{
      opacity:1;
      overflow: hidden;
      height: auto;
      padding: 1em;
}


.currentSubName {font-size 8em; margin-top:2em;}

.breadcrumbs {font-size: 120%; color: #003d7d; margin-top: 12pt;}

h2.accordionTop {
    background: #003d7d url(https://dcsi.sa.gov.au/__data/assets/image/0017/43415/accordion_arrow_open.png?v=0.1.3) 98.5% center no-repeat !important;
    color: #ffffff !important;
}




/* don't print lines when in a list - too messy 

.mainContentPage ul li a {
    text-decoration: none;
}

  .mainContentPage a[href^=http]:after, 
  .tilesWrapper .tile a[href^=http]:after,
  .latestHeadingsWrapper .container > div h3 a[href^=http]:after{
        content:""!important;
        display:block!important;
        margin:10px 0!important;
        color:#003d7d!important;
  }

.mainContentPage ul li {
    line-height: 1;
}

.mainContentPage {
    margin-top: -1em;
    font: 12pt Arial, sans-serif;
}
.mainContentPage p {
    font: 12pt Arial, sans-serif;
}

.header {
    margin 0px;
    page-break-after: avoid;
}
.headerContact {
    background: #ffffff;
    color: #000000;
}


.logo img {
    display: block!important;
    height: 80%;
    margin-top: -40px;
    margin-left: 5px;
}

  
/*
.logoArea {
    background-color: #003d7d!important;*/
/*background: #003d7d url("https://dhs.sa.gov.au/__data/assets/image/0020/1829/dhs-logo-colour.png") center right no-repeat!important;*/
/*width: 100%;
height: 80px;
}

/*
.logoArea {
    background: #003d7d url("http://dcsi.sa.gov.au/__data/assets/image/0011/41501/header_bg_earth.png?v=0.1.1") center right no-repeat;
    color: #ffffff;
}

.logoArea .container {display: inline-block!inportant;
    width: 100%;
    margin: 0 auto;
height: 80px;
}

.logoArea h1 {color: #003d7d;}

.contentPageMenu {
    background: #334455;
    position: relative;
    display: none;
    height: 0px;
}
a.external_link {
    background: url("") right 0.17em no-repeat
}

/* pad the header image 
div.logoArea > div > a > img {margin: 2pt 0 0 10pt;}
*****************************************************************************************************/



