﻿/* 
    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)
        Put in "back office specific" styles simialr to other schemes so that style is correct on back office
*/

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: 30px;
    page-break-inside: avoid;
}

div.chunkType_Summary h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #5C5C5C;
    text-align: left;
}

div.chunkType_Summary h2 {
    display: none;
}

div.chunkType_Summary div.headerInfo, div.actionPlan div.headerInfo {
    background: #10224D;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #5C5C5C;
}

div.chunkType_Summary div.headerInfo {
    height: 100px;
    margin-top: 35px;
}

div.actionPlan div.headerInfo {
    height: 130px;
    margin-top: 10px;
}

div.chunkType_Summary div.headerInfo h1, div.actionPlan div.headerInfo h1 {
    font-size: 36px;
    color: #fff;
    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: #10224D;
    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: #10224D;
}

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 {
    border: 1px solid #c4c4c4;
    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;
}

@media print {
    body {
        font-family: Calibri, Verdana, Tahoma, Arial, Sans-Serif;
        font-size: .86em;
        margin-left: 110px;
        background-color: #fff;
        line-height: 1.1;
    }

    p, li {
        margin-bottom: 10px;
    }

    div.chunkType_Summary.header, div.actionPlan.header {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    div.chunkType_Summary div.page {
        margin-bottom: 0px;
        margin-top: 0px;
        page-break-inside: avoid;
    }

    div.chunkType_Summary div.logo {
        float: left;
    }

    div.chunkType_Summary h1 {
        text-align: center;
        color: #5C5C5C;
    }

    div.chunkType_Summary a {
        text-decoration: none;
        color: #5C5C5C;
        text-align: left;
    }

    div.chunkType_Summary.header h2 {
        color: #5C5C5C;
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
    }

    div.page h1 {
        text-align: left;
        font-size: 1.1em;
        margin-top: 0px;
    }

    /*action plan page headers*/
    div.page h2 {
        display: none;
    }

    table h2 {
        display: none;
    }

    div.section.actionPlan {
        background-color: #fff;
        border: none;
        margin-left: 0px;
        padding: 0px;
        float: none;
    }

    div.section.actionPlan h1 {
        color: #007c9e;
    }

    div.section.actionPlan h2 {
        display: none;
    }

    div.section.actionPlan div.Caption {
        font-size: 28px;
        font-weight: normal;
        color: #3F59FF;
    }

    .introHeader {
        width: 100%;
        height: 70px;
        text-align: center !important;
    }

    .introHeader h1 {
        color: #007c9e;
        font-size: 2.0em !important;
        float: left;
        width: 100%;
    }

    .introHeader img {
        position: absolute;
        max-height: 100px;
        max-width: 160px;
        top: 10px;
        left: 850px;
    }

    .introContent {
        background-color: #231b53;
        color: #fff;
        padding: 15px;
    }
}