/**
 * Print style sheet
 * @author Andreas Schueller <aschueller@bio.puc.cl>
 */

/* Hide unwanted stuff */
#menu, #menu2, #sidebar, .sf-toolbar, .noprint {
    display: none !important;
}

/* Default font */
body {
    font-size: 9pt;
}

/* Full width */
#wrap, #content-wrap, #main, #header, #footer {
    width: 100%;
}

#main h1 {
    margin: 0;
    padding: 0 !important;
    background-image: none;
}

/* Avoid page break inside report tables */
.complete-table {
    page-break-inside: avoid;
}

/* Show header img */
#header img {
    display: block;
    margin: 0 -27px 15px -27px;
    padding: 0;
    width: 19cm;
    max-width: 19cm !important; /* overrides bootstrip */
    border: 0;
}

/* Hide new entry links */
.new-link {
    display: none;
}

/* Disable bootstrap printed URLs for links */
a[href]:after {
    content: none;
}

/* Hide export links at the top of index pages */
.export-links {
    display: none;
}

/* PDF icon for all .pdf links */
.linkPdf:before {
  content: url(../../melolabbiogestionemployee/images/1396571314_pdf.png);
  z-index: 1;
}
.linkPdf:link {
      padding-left: 0;
}
