﻿@page {
    size: A4;
    margin: 10mm 7mm 10mm 7mm;
}

* {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

#header, nav, .nav, footer, #footer, form, input, .btn, iframe#launcher,
#myCarousel, .sidebar, .popover, .full-width {
    display: none !important;
}

body {
    background-color: #fff;
}

.table thead th, .table th, .tablehead {
    background-color: #009CDE !important;
    color: white !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.table tbody td, .table td {
    border-bottom: 1px solid #ddd;
}

#body {
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    float: none;
    zoom: 143%;
}

#printSection {
    display: block;
    height: 100%;
}

    #printSection .print-logo {
        height: 5.5mm;
        margin-left: 6mm;
    }

    #printSection .print-heading {
        display: block;
        visibility: visible;
        margin: 20mm 0 8mm 6mm;
        color: #1E1E1E;
        border-bottom: solid 1pt #1E1E1E;
        /*font-family: FuturaMaxiBold, 'Arial Black' !important;*/
        font-size: 36pt;
        line-height: 36pt;
        letter-spacing: -0.6mm;
    }

    #printSection .print-body {
        /*width: 164mm;*/
        width: 100%;
        margin: 0 0 29mm 6mm;
        color: #1E1E1E;
        font-size: x-small;
    }

    #printSection #printTables {
        margin-bottom: 8mm;
    }

        #printSection #printTables table {
            width: 100%;
        }

        #printSection #printTables th,
        #printSection #printTables td {
            width: auto;
            height: 7mm;
            vertical-align: top;
            color: #000000;
            border-bottom: solid 1pt #1E1E1E;
            font-size: x-small;
        }

        #printSection #printTables th {
            font-weight: bold;
            border-top: solid 1pt #1E1E1E;
            color: #EEE;
        }

    #printSection #disclaimer {
        display: block;
        margin-left: 6mm;
        padding-top: 1mm;
        color: #1E1E1E !important;
        border-top: solid 1pt #1E1E1E;
        font-family: 'Palatino Linotype', Arial !important;
        font-size: 8pt;
        line-height: 8pt;
        text-align: justify;
    }

span.disclaimer-2star {
    display: inline;
}

#printSection #disclaimer > div {
    font-family: 'Palatino Linotype', Arial !important;
    font-size: 8pt;
}

#printTables > .data-table.table > tbody {
    max-height: 100%;
}

.show-print {
    display: block !important;
}

@media print {
    .hide-print {
        display: none !important;
    }
}
