﻿.HEIR_Wrapper {
    /*width: 1024px;*/
    width: 100%; 
    /*font-family:'Franklin Gothic Medium';*/
    font-family:'Franklin Gothic'
}

.divReportSection {
    /*width: 100%;*/
    padding: 10px;
    font-size: 14px;
}

    .divReportSection .printOutline {
        border: 2px solid #0000d0
    }

.lblTotalExpenditures{
    font-size: 20px; 
}
.JobsEffect span {
    font-size: 16px;
    display:block;
    margin-bottom:2px;
}

.providerHeader {
    font-weight: bolder; 
    font-size: 32px;
}

.sectionHeader {
    padding: 17px 0 17px 15px !important;
    font-size: large;
    background-color: #0070C0;
    color: white;
}

._section {
    border-top: 1px solid black;
}

.divHeader {    
    padding: 10px 0 20px 15px;
}

.divExpenditures { 
    padding: 30px 0 10px 15px;
}

.divDataWrapper {
    padding: 5px;
    /*border:1px solid blue;*/
}

.divDataColumnFull {
    padding: 5px 0 5px 5px;
}

.divAnnualColumn {
    width: 460px;
    padding: 0 5px 0 10px;
    border-right: 1px solid black;
}

.divDataColumnGraph {
    /*width: 425px;*/
    background-color: white;
}

.divAnnualColumn, .divDataColumnGraph {
    height: 380px;
}


.dataBox, .dataBox2 {
    padding: 8px 0;
}

.dottedBox {
    border-bottom: 1px dotted black;
    height: 15px;
}

.divDataColumnOne {
    width: calc(50% - 10px);
    margin-left: 5px;
    padding-right:5px;
    border-right: 1px solid black;   
}

.divDataColumnOne_1 {
    border-right: none;
}

.divDataColumnTwo {
    width: calc(49% - 15px);
    margin-left: 15px;
}

.divDataColumnTwo_1 {
    margin-left: 5px;
}

.divDataColumnOne .dataBox {
    margin-left: 10px;
    padding-right: 5px;
}

.divDataColumnTwo .dataBox {
    margin-left: 30px;
}
.divDataColumnTwo_1 .dataBox {
    margin-left: 10px;
}

.divDataColumnTwo .dataBox2 {
    margin-left: 60px;
}

.dataLable {
    width: 340px;
    border-bottom: 1px dotted black;
    margin-right: 2px;
    height: 15px;
}

.innerLabel {
    float: left;
    margin-top: 3px;
    background-color: white;
    padding-right: 2px;
}

.innerData {
    float: right;
    margin-top: 3px;
    background-color: white;
    padding-left: 2px;
}

.floatLeft {
    float: left;
}

.clear {
    clear: both;
}

.ulOne {
    list-style-type: square;
    padding: 5px 0 5px 10px;
    margin-left: 10px;
}

.ul, .ulTwo {
    list-style-type: square;
    padding-left: 20px;
    margin: 0;
    /*border: 1px solid red*/
}

.divDataColumnOne .ul {
    list-style-type: square;
    padding-left: 20px;
    margin: 0;
}

.ul li {
    padding: 10px 0;
}

.sectionHeaderOne {
    width: 480px;
    text-align: center;
    margin-left: -50px;
    margin-top: 10px;
    font-size: large;
}

.sectionHeaderOne strong br {
    display:none;
}

    .sectionHeaderTwo {
        /*width: 440px;*/
        margin-left:30px;
        width: 45%;
        text-align: center;
        font-size: large;
    }

.searchSection {
    padding: 0 2px 8px 2px;
}

.searchSection, .yearSection {
    padding: 0 2px 0px 2px;
}

.label {
    width: 180px;
    float: left;
    height: 30px;
    text-align: right;
    margin-right: 3px;
    margin-top: 4px;
}

.field {
    float: left;
}

.ddlStyle {
    width: 200px;
    height: 30px;
    border-left: 3px solid grey;
    /*font-family: 'Helvfetica Neue', Arial, Helvetica, Verdana, sans-serif;*/
    font-size: 12px;
}

    .ddlStyle:hover {
        border: 1px solid #07c;
        box-shadow: 0 0 2px #07c;
    }

.impactReportBtn {
    font-size: 12px;
    padding: 5px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #5C8FC9;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .impactReportBtn:hover {
        background: #356094;
        border: solid 1px #2A4E77;
        text-decoration: none;
    }
    

.imgChart {
    width: 430px;
    height: 360px;
    border-style: none !important;
    margin-left:2px;
    margin-top:2px;
}

.floatRight {
    float: right;
}

.textAlignRight {
    text-align: right;
}

.textAlignLeft {
    text-align: left;
}


.simpleModeLeftDisplay {
    float: left;
}

.divProviderName {
    float: right;
    margin-right: 50px;
}

.divCounty {
    float: left;
    margin-right: 50px
}

.JobsEffect {
    font-size: 18px;
    font-weight: bold; 
}

.JobsEffectLabel {
    margin-top:-3px;
} 
.JobsEffectData {
    margin-top:0;
}

/*.ExpendituresEffect {
    float: right;
    border: 1px solid red;
}*/
@media print{
    .sectionHeader {
        color:black;
    }

    body {
        visibility: hidden;
    }

    .divReportSection {
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
    }

    .sectionHeader {
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        width:calc(100% - 17px);
    }
}