﻿/* 
    COPY FROM Sector.FormGenerator\Web\App_Themes\Scheme TO BackOffice\Web\Config\Scheme
    REMOVE @media screen QUERIES
    REMOVE @media print RESTRICTION FROM CLASSES (SO STYLES ARE ALWAYS APPLIED)
*/

div.chunkType_Summary, div.actionPlan {
    background-color: #fff;
    margin: 0px auto;
    background: white;
    padding: 0 0;
}

    div.chunkType_Summary.header, div.actionPlan.header {
        display: none;
    }

    div.chunkType_Summary div.page {
        margin-bottom: 15px;
        page-break-inside: avoid;
    }

    div.chunkType_Summary h1 {
        font-size: 42px;
        text-align: center;
    }

    div.chunkType_Summary div.page h1 {
        font-size: 24px !important;
        text-align: left;
    }

    div.chunkType_Summary div.sectionH1 h1 {
        padding-left: 10px !important;
        display: block;
        font-style: italic;
        font-weight: bold;
        font-size: 20px !important;
        margin-left: 20px !important;
        color: #0A379F!important;
    }


    div.chunkType_Summary h2 {
        display: none;
    }

    div.chunkType_Summary div.headerInfo, div.actionPlan div.headerInfo {
        background: #A1CCEE;
        padding: 10px;
        margin-bottom: 40px;
        margin-top: 20px;
        height: 50px;
        border: solid 1px #5C5C5C;
    }

    div.chunkType_Summary div.headerInfo {
        height: 75px;
    }


    div.actionPlan h1 {
        font-size: 42px;
        text-align: center;
    }

    div.actionPlan h2 {
        font-size: 34px;
        text-align: center;
    }

    div.chunkType_Summary div.headerInfo h2, div.actionPlan div.headerInfo h2 {
        font-size: 22px;
        display: block !important;
        text-align: left;
    }

    div.chunkType_Summary div.headerInfo p, div.actionPlan div.headerInfo p {
        margin-top: 10px;
    }

    div.chunkType_Summary div.headerInfo .label, div.actionPlan div.headerInfo .label {
        font-weight: bold;
        font-size: 20px;
        width: 40%;
        float: left;
    }

    div.chunkType_Summary div.headerInfo .value, div.actionPlan div.headerInfo .value {
        font-size: 20px;
        width: 60%;
        float: right;
    }

    div.chunkType_Summary span.pageHeader {
        font-size: 1.5em;
        color: #2B358A;
        display: block;
        font-weight: bold;
        padding-left: 5px;
    }

    div.chunkType_Summary span.cycleHeader {
        padding-left: 10px;
        display: block;
        font-style: italic;
        font-weight: bold;
        font-size: 20px;
        color: #0A379F;
        margin-left: 20px;
    }

    div.chunkType_Summary span.sectionHeader {
        font-size: 1.2em;
        padding-left: 20px;
        color: #2B358A;
    }

    div.chunkType_Summary table {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    div.chunkType_Summary td.question {
        width: 60%;
        background: inherit;
        padding-left: 50px;
        font-size: 16px;
    }

    div.chunkType_Summary td.answer {
        width: 40%;
        background-color: inherit;
        padding-bottom: 10px;
        font-size: 16px;
        padding-right: 40px;
        vertical-align: bottom;
    }

        div.chunkType_Summary td.answer div {
            padding: 4px 4px 4px 4px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            box-shadow: 0px 0px 8px #d9d9d9;
            -moz-box-shadow: 0px 0px 8px #d9d9d9;
            -webkit-box-shadow: 0px 0px 8px #d9d9d9;
            min-width: 100px;
        }

.print {
    display: none;
}

@media print {
    body {
        font-family: Calibri, Verdana, Tahoma, Arial, Sans-Serif;
        font-size: 1.4em;
        color: #5C5C5C;
        background-color: #fff !important;
        line-height: 1.2;
        margin-left: 110px;
    }

    .screen {
        display: none;
    }

    .print {
        display: block;
    }

    p, li {
        margin-bottom: 10px;
    }

    div.headerHeader h2 {
        text-align: center !important;
        color: #5C5C5C !important;
    }

    div.chunkType_Summary.header, div.actionPlan.header {
        display: block;
        width: 100%;
    }

    div.chunkType_Summary div.page {
        margin-bottom: 0px;
        margin-top: 0px;
        page-break-inside: avoid;
    }


    div.chunkType_Summary.header h2 {
        color: #5C5C5C;
        text-align: center;
    }

    div.section.actionPlan {
        border: none;
        margin-left: 0px;
        padding: 0px;
        float: none;
        width: 100%;
    }

        div.section.actionPlan h2 {
            color: #A1CCEE;
            font-size: 32px;
            text-align: left;
            font-weight: bold;
            margin-bottom: 10px;
        }
}
