﻿/* Print View CSS */
body#brochure {
    background: #fff;
    overflow: visible;
}

    body#brochure div.print_view {
        margin: 0 auto;
        width: 90%;
        height: 95%;
        text-align: left; 
    }

    body#brochure, body#brochure td, body#brochure th, body#brochure div, body#brochure p {
        font-size: 10pt;
        color: #000000;
    }

        body#brochure table.sysreview th.col_1 {
            width: 5%;
        }

        body#brochure table.sysreview th.col_2 {
            width: 30%;
        }

        body#brochure table.sysreview th.col_2a {
            width: 0;
        }

        body#brochure table.sysreview th.col_2b {
            width: 15%;
        }

        body#brochure table.sysreview th.col_3 {
            width: 15%;
        }

        body#brochure table.sysreview th.col_4 {
            width: 30%;
        }

        body#brochure a:link, body#brochure a:active, body#brochure a:visited {
            color: #000000;
            text-decoration: none;
        }

        body#brochure a:hover {
            text-decoration: none;
        }

        body#brochure h1, body#brochure h2, body#brochure h3, body#brochure h4, body#brochure h5, body#brochure h6 {
            color: #008FC3;
            margin: 0 0 5px;
        }

        body#brochure h1 {
            font-size: 16pt;
            font-weight: bold;
            line-height: 1;
        }

        body#brochure p.form_name {
            margin: 5px 0 10px;
            color: #008FC3;
            font-family: "Helvetica Neue", Arial, sans-serif;
            font-size: 12pt;
            font-weight: bold;
        }

        body#brochure .title_left span.title_right {
            line-height: 2;
            background: transparent;
            padding: 10px 10px 3px;
        }

        *:first-child + html body#brochure .title_left {
            padding: 8px 10px 11px 0;
        }

            *:first-child + html body#brochure .title_left span.title_right {
                padding: 0px 10px 0px;
            }

            *:first-child + html body#brochure .title_left span.title_inner {
                padding: 8px 10px 4px;
            }

        body#brochure .subtitle_left {
            background: transparent;
            padding: 5px 0 13px;
        }

        body#brochure .title_inner {
        }

        body#brochure .subtitle_left span.subtitle_right {
            background: transparent;
            padding: 5px 10px 4px;
        }

        body#brochure .subtitle_left span.subtitle_inner {
            background: transparent;
            padding: 6px 5px 4px;
        }

        *:first-child + html body#brochure .subtitle_left {
            padding: 5px 0 13px;
        }

            *:first-child + html body#brochure .subtitle_left span.subtitle_right {
                padding: 0px 10px 0px;
            }

            *:first-child + html body#brochure .subtitle_left span.subtitle_inner {
                padding: 6px 5px 4px;
            }

        body#brochure a {
            pointer-events: none;
        }

            body#brochure a img {
                display: none;
            }

                body#brochure a img.download.icon {
                    display: inline;
                }

        body#brochure div.form_inner p {
            padding: 5px;
            overflow: auto;
        }

        body#brochure a:link:after, body#brochure a:active:after, body#brochure a:visited:after {
            color: #000000;
            text-decoration: none;
            content: none;
        }

        body#brochure, body#brochure td, body#brochure th, body#brochure div, body#brochure p {
            font-size: 10pt;
            color: #000000;
        }

            body#brochure table.sysreview {
                width: 100%;
                margin: 0 auto;
                padding: 0 auto;
            }

            body#brochure div.form4 {
                /*page-break-inside: avoid;*/
            }

            body#brochure .title_left span.title_inner {
                padding: 8px 10px 4px 0;
                overflow: visible;
                height: 50px;
            }
            /* End Print View CSS */



            /*Fix for Print view*/

            body#brochure div.form {
                width: 750px;
            }

            body#brochure div.form_inner {
                /*width: 2480px;*/
                width: 100%;
                height: auto;
            }

/******************** 20150619 Style for Recommendation Report Starts ***************************/
body#report_view {
    margin: 0;
    padding: 0;
}

#report_view {
    font-family: Arial, sans-serif;
    color: #585F5F;
    font-size: 16px;
    line-height: 22px;
}

    #report_view .page {
        position: relative;
        margin: 0 auto;
        overflow: hidden;
        width: 1024px;
        height: 1448px;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        -webkit-background-size: 100%;
        background-size: 100%;
        page-break-before: always;
        box-sizing: border-box;
        border: 1px solid #000;
        color: #000000;
    }

        #report_view .page:first-child {
            page-break-before: avoid;
        }

        #report_view .page .page_section {
            margin-bottom: 13px;
        }

        #report_view .page .page_heading {
            display: inline-block;
            *display: inline;
            _height: 30px;
            zoom: 1;
            vertical-align: top;
            width: 100%;
        }

        #report_view .page .report_heading.page_heading {
            margin: 15px 0;
            font-size: 20pt;
            font-family: Arial,sans-serif;
            color: #000000;
            text-align: center;
        }

        #report_view .page .page_heading.main_heading {
            margin: 10px 0;
            font-size: 20pt;
            font-family: Arial,sans-serif;
            color: #000000;
        }

        #report_view .page .page_heading.sub_heading {
            margin: 10px 0;
            font-size: 15pt;
            font-family: Arial,sans-serif;
            color: #000000;
        }

        #report_view .page .page_content {
            display: block;
            color: #000000;
            font-family: Arial, sans-serif;
            font-size: 16px;
            line-height: 22px;
        }

        #report_view .page .pageNumber {
            display: inline-block;
            *display: inline;
            _height: 30px;
            zoom: 1;
            position: absolute;
            bottom: 30px;
            right: 42px;
            color: white;
            width: 50px;
            text-align: right;
            padding: 0 10px;
        }

        #report_view .page img {
            max-width: 100%;
        }

        #report_view .page .box {
            margin: 20px;
            padding: 20px;
            border-radius: 10px;
            background-color: #F6F6F6;
        }

            #report_view .page .box strong {
                font-size: 18px;
                color: #1BB8D2;
            }

        #report_view .page ul {
            padding-left: 20px;
            margin: 0px;
            color: #1BB8D2;
        }

            #report_view .page ul li {
                margin-bottom: 20px;
                font-size: 16px;
            }

                #report_view .page ul li:last-child {
                    margin-bottom: 0;
                }

                #report_view .page ul li span {
                    color: #585F5F;
                }
/******************** 20150619 Style for Recommendation Report Ends ***************************/
