/*
Author : Keval Shah
Desc: this is css file for monthly site level pdf report...

*/

.pageChange
{
    page-break-before: always;
}


/*cover page css....*/

.cover-title {
    text-align: center;
    font-size: 30px;
    font-weight:bold;
}

.title-site-name
{
    padding-top:10px;
    font-size:18px;
    color:black;
    font-weight:bold;
}

.site-address {
    font-weight:bold;
    text-align: center;
    color: black;
    font-size:large;
}





/*cover page specific css done...*/

/*Header related css.........*/
#header {
    border-bottom: 0px solid black;
    height: 50px;
    color: black;
    width: 100%;
    padding-top: 20px;
}

.header-upper-row {
    font-size: x-small;
    width: 50%;
    float: left;
}

.header-portfolio-name {
    font-size: 16px;
    color:black;
}

.header-page-title
{
    font-weight:bold;
    font-size:20px;
}

.header-abundant-logo {
    /*position: fixed;*/
    /*padding-top: 20px;*/
    float: right;
    border: 0px solid red;
}

.header-site-logo {
    width: 7%;
    float: left;
    border: 0px solid black;
    padding-top: 10px;
}

.header-seperator-border
{
    border-top: 2px solid black;
}

.header-report-title {
    padding-top: 35px;
    width: 35%;
    text-align: center;
    float: left;
    bottom:0;
}

.header-site-info {
    padding-top: 10px;
    width: 25%;
    float: left;
}

.img-circle {
    border-radius: 50%;
}


/*Header related info done..*/

.bodyclass {
    background-color: white;
    font-family: calibri;
}

.actionItemSeperator
{
    padding-top:10px;
}

.footnoteFonts
{
    font-size:10px;
}

/*
new energy page design css...
*/
.section-heading {
    /*border-bottom: 1px solid grey;*/
    -webkit-text-fill-color: black !important;
    padding-bottom: 3px;
    color: black !important;

}

.color-grey {
    -webkit-text-fill-color: grey !important;
    color: grey !important;

}

.color-green {
    -webkit-text-fill-color: #00914F !important;
    color: #00914F !important;

}

.p-b-0 {
    padding-bottom: 0px;
}

.text-primary {
    -webkit-text-fill-color: #66a6d4 !important;
    color: #66a6d4 !important;

}

.text-blue {
    -webkit-text-fill-color: #66a6d4 !important;
    color: #66a6d4 !important;

}

.text-green {
    -webkit-text-fill-color: #00914F !important;
    color: #00914F !important;

}

.text-center{
    text-align:center;
}

/* summary page specific design..
*/

.site-kpi-dials-text
{
    font-size:35px;
}
.site-kpi-dials-title
{
    color:#3366CC;
    -webkit-text-fill-color: #3366CC;
    font-weight:bold;
}

/*summary page specific design done...*/

/*page designs...*/
.summary_header {
    width: 100%;
    clear: left;
    font-weight: bold;
    padding-left: 2px;
    padding-bottom: 3px;
    color: black;
    font-size: 18px;
    text-align:left;
    border-bottom:3px solid rgb(30, 206, 109);
}

.kpisummarydiv {
    float: left;
    border: 0px solid green;
    width: 32%;
    text-align: center;
}

.guage_design {
    padding-left: 2%;
    width: 100%;
    height: 100px;
    border: 0px solid green;
}

.action_item_glance_outer {
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    font-size: small;
}

.action_item_glance_title {
    border-bottom: 0px solid black;
    font-size: large;
    font-weight: bold;
}

.action_item_glance_seperator {
    width: 60%;
    border: 1px solid #F0F0F0;
    color: white;
    margin-left: 100px;
}

.action_item_glance_kpi_impacts {
    width: 30%;
    float: left;
    border: 0px solid red;
}

.coverComfortColor {
    color: #7CB9E8;
}

.coverAssetColor {
    color: #ed9c28;
}

.coverSavingsColor {
    color: #47a447;
}

.trends_outer_div {
    width: 600px;
    border: 0px solid red;
}

.trends_div {
    width: 600px;
    height:150px;
    margin-top:10px;
}

/* General css...for whole report...*/
.clear_both {
    clear: both;
}

.site_summary {
    width: 25%;
    border: 0px solid green;
}

.border-bottom {
    border-bottom: 1px solid grey;
}

.float-left {
    float: left;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.color-black {
    color: black;
}

.color-grey {
    color: grey;
}

.footnotes {
    border-top: 1px solid black;
    width: 100%;
    font-size: xx-small;
    color: grey;
}

.footnote_title {
    text-decoration: underline;
    font-weight: bold;
}


.actionItemHeadlineLink
{
    color:black;
}

.openItemsSpace
{
    /*height:170px;*/
    padding-bottom:10px;
}

.noOpenItemsSpace
{
    /* height:80px; */
    padding-top:10px;
    padding-bottom:10px;
}

.noActionItemSeperator
{
    padding-top:20px;
}

.missingDataText
{
    padding-top:10px;
}

/*new desgin...*/

.noPadding
{
    padding:0px !important;
}

.removeColPadding
{
    padding-left:0px !important;
    padding-right:0px !important;
}

hr
{
    border-color:#e3e6ec !important;
    width:130px !important;
    float:left;
    margin-top:5px !important;
    margin-bottom:5px !important;
    color:#e3e6ec !important;
}

.small-height
{
    line-height:0px !important;
}

.seperatorBorder
{
    border: 1px solid #D8D8D8; margin-top: 10px;
}

.fashionBorders
{
    /* border-top: 3px solid rgb(30, 206, 109); */
    border-top: 3px solid #e3e6ec;

    clear: both;
}

.highLightSelfTextWrapper
{
    padding-top:15px;
    font-size:22px;
    /*text-align:center;*/
}

.highlightSelfText
{
    font-weight: bold; color: white; font-size: 18px;
}

.highlightWrapper
{
    background:#D8D8D8;
    height:780px;
}

.highlightsTitle
{
    font-weight:bold;
    font-size:20px;
    color:white;
}

.categroyTitle
{
    color:white;

}

.categoryTitleOuter
{
    padding-top:5px;
    padding-bottom:5px;
}

.contentTitle
{
    font-weight:bold;
    /*color:black;*/
    font-size:18px;
}
.titleDescText
{
    font-size:12px;
    color:white;
}

.highlightsSeperator
{
    padding-top:40px;
}

.highlightsIcon
{
    font-size:20px !important;
}

.highlightsIconGreen
{
    color:rgb(30, 206, 109);
}

.highlightsIconYellow
{
    color:rgb(243, 199, 0);
}

.highlightsIconRed
{
    color:rgb(231, 61, 36);
}

.contentSeperator
{
    padding-top:15px;
}

.categorySeperator
{
    margin-top:15px;
}

.categoryOuterBorder
{
    border:1px solid #384967;border-radius:0px 0px 5px 5px;
}

.titleBorder
{
    border:1px solid #384967;border-radius:5px 5px 0px 0px;

}

.floorLevelGlanceTable
{
    border:0px solid #ddd;
    border-radius:15px;
}

.floorLevelGlanceTh
{
    width: 20%;font-size:16px;
    padding-top:15px;padding-bottom:5px;
}

.p-l-5
{
    padding-left:5px;
}

.floorLevelGlanceTr
{
    height:25px;
    border-bottom:1px solid #F0F0F0;
    font-size:14px;

}
.floorLevelGlanceTrBorder
{
    height:35px;
    border-bottom:1px solid #ddd;
}

.openItemHeadline
{
    font-weight:bold;
    font-size:16px;
}

/*table css...*/
table {
    page-break-inside:auto;
    border-collapse: collapse;
    width: 100%;
    font-size: small;
}

table, th, tr {
    border-bottom: 0px solid #F0F0F0;
    text-align: left;
}

td {
    padding-top: 5px;
    padding-bottom: 5px;
}
thead
{
    display:table-header-group
}
th {
    /*font-size: large;*/
    color: black;
}
tr
{
    page-break-inside:avoid; page-break-after:auto
}

/*table css done...*/

/*action item pages css...*/
.glance_stats {
    width: 100%;
    border: 0px solid black;
    text-align: left;
    margin-top: 3px;

}

.summary_stats_inner {
    float: left;
    width: 49%;
    text-align: left;
    border: 0px solid black;
    color: black;
}

.kpi_onethird_div
{
    width: 32%;
}
.kpi_half_div
{
    width:48%;
}

.float-left
{
    float:left;
}
.align-left
{
    text-align:left;
}
.align-center
{
    text-align:center;
}
.color-black
{
    color:black;
}
.xlargefont
{
    font-size:x-large;
}
.font-bold
{
    font-weight:bold;
}
.color-grey
{
    color:grey;
}
.actionHitstoryLeftPadder
{
    padding-left:40px;
}




/*action item details page ...*/

.content_separator
{
    margin-top: 10px; clear: both;
}


.summary_outer {
    width: 100%;
}

.issue_headline_location
{
    border: 0px; color: black; text-align: center;padding-top:10px;padding-bottom:10px;font-weight:bold;font-size:large;
}


.site-summary
{
    font-weight:bold;
    font-size:20px;
}

.siteSummaryOuter
{
    padding-top:10px;
    padding-bottom:10px;
}

.category-title
{
    font-weight:bold;
    color:#ffffff;
    font-size:18px;
}
a,
a:visited {
    text-decoration: none;
}
a[href]:after {
    content: '';
}

.fa-pencil-square-o:before {
    color:#4b8df8 !important;
}
