/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}

/* Report Print Styles */
body.print{
    font-family: Verdana,Geneva,sans-serif;
    widows:100%;
    font-size:12px;
    line-height: 30px;
    font-family: Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
}
body.print .container{
    width: 100%;
}
body.print .row{
    width: 100%;
    clear: both;
}
body.print .col-2{
    width:49.5%;
    float: left;
    height: auto;
    position: relative;
}
body.print .col-left{
    border-right: 1px solid #000;
}
body.print .col-right{
    border-left: 1px solid #000;
}
body.print .col-4{
    width:25%;
    float: left;
}
body.print h1,body.print h2,body.print h3,body.print h4,body.print h5,body.print h6,body.print p{
    font-family: Verdana,Geneva,sans-serif;
    margin: 0;
    padding: 5x 0;
    font-weight: 500;
    font-family: Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
}
.print_head{
    text-align: center;
    padding: 10px;
}
body.print h3,body.print h4{
    font-size:18px;
    color:#000;
    text-transform: uppercase;
    font-weight: bold;
}
body.print h4{
    font-size:16px;
}
body.print .print_head h3,.print_sub_head_2 h4{
    line-height: 25px;
    padding:3px 10px;
}

body.print .print_head .print_sub_head_1{
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #000000;
}
body.print .print_head h5{
    line-height: 25px;
    color:#000;
    font-size:13px;
}
body.print .data_container table tr.top-level td,body.print table tr.total-sec td{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 9px 10px;
}

body.print .data_container table tr.top-level td.sub_head{
    font-size: 14px;
    font-weight: bold;
}

body.print .data_container table{
    font-size: 10px;
    color:#000;
    width: 100%;
    line-height: 14px;
}
.clearfix{
    clear: both;
}
body.print .data_container table tr.first-level td{
    font-size:12px;
    /*font-weight:bold;*/
    font-weight: normal;
    padding:5px 10px;
    text-align: left;
}

body.print .data_container table tr.first-level td.sub-head{
    padding:2px 5px 2px 10px
}

body.print .data_container table tr.low-level td{
    font-size:10px;
    padding:5px 0px 5px 5px;
    text-align: left;
    font-weight: normal;
    vertical-align: central;
    font-weight: 500;
    word-wrap: break-word;
    white-space: normal;
    font-style: italic;
}

body.print .data_container table tr.low-level td.sub-head{
    padding:4px 4px 4px 20px;
}

body.print .data_container table tr.low-level_sub td{
    font-size:10px;
    padding:5px;
    text-align: left;
    font-weight: normal;
    vertical-align: central;
    font-weight: 500;
    word-wrap: break-word;
    white-space: normal;
    font-style: italic;
}

body.print .data_container table tr.low-level_sub td.sub-head{
    padding:5px 5px 5px 30px;
}

body.print .data_container table tr.low-level_sub td.amount{
    padding:5px 15px 5px 5px;
}

body.print table tr.total-sec td{
    font-weight:bold;
    font-size: 15px;
}
body.print  table.total-box{
    width: 100.2%;
}
body.print .data_container table tr td.amount,body.print table.total-box tr td.amount{
    text-align: right;
}
.total-box
{
}

.net-income{
    font-size:15px;
    padding: 5px 10px;
}

.currency_warning{
    font-size: 9px;
    text-align: right;
    line-height: 15px;
    font-style: italic;
    padding: 2px 10px 2px 0px;
}

@media print
{
    @page {
        size:auto;
        margin: 1.5cm 4mm 2cm 4mm;
        content:initial;
        margin: 3mm 3mm 2cm 3mm;
        counter-increment: page; 
        @bottom-right {
            content: "Page " counter(page); 
        }
    }

    body.print
    {
            background-color : #FFFFFF;
            margin:5mm 10mm 2cm 10mm;  /* margin you want for the content */
    }
}