/* first page css */

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

.site-kpi-dials-text {
    font-size: 35px;
}

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


.report-heading {
    -webkit-text-fill-color: black !important;
    padding-bottom: 3px;
    color: black !important;

}

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


.title-page-portfolio-kpi-stats {
    font-size: 26px;
    font-weight: bold;
    -webkit-text-fill-color: #384967 !important;
}

.title-page-portfolio-kpi-titles {
    font-size: 20px;
    font-weight: bold;
}

.portfolio-stats-cover {
    margin-top: 50px;
    margin-left: 10px !important;
    margin-right: 10px !important;
    border: 2px solid black;
    border-radius: 5px;
}

/*first page css done*/

.highlight-wrapper {
    height: 970px;
    border-radius:8px;
}


.highLight-self-text-wrapper {
    padding-top: 15px;
    font-size: 22px;
}

.highlight-self-text {
    font-weight: bold;
    color: white;
    font-size: 18px;
    -webkit-text-fill-color: white !important;
}

.highlight-borders {
    border-top: 3px solid #e3e6ec;
    clear: both;
}

.highlights-separator {
    padding-top: 40px;
}

.highlights-title {
    font-weight: bold;
    font-size: 20px;
    color: white;
    -webkit-text-fill-color: white !important;
}

.title-desc-text {
    font-size: 12px;
    color: white;
}

.content-title {
    font-weight: bold;
    font-size: 18px;
}


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


.action-item-glance-table-tr {
    height: 25px;
    border-bottom: 2px solid #dddddd;
    font-size: 16px;
}

.action-item-glance-table-th {
    height: 35px;
    border-bottom: 2px solid #dddddd;
    font-size: 16px;
    font-weight: bold;

}


.highlights-menu-wrapper{
    margin-left:3px !important;
}


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

/*chart specific css*/
.chart-wrapper {
    width: 600px;
}

.chart-div {
    width: 600px;
    height: 150px;
}


#portfolioEnergySavingsTrendsChart {
    width: 560px;
    height: 250px;
}

#portfolioComfortTrendChart{
    width: 560px;
    height: 250px;
}

#portfolioAssetHealthTrendChart{
    width: 560px;
    height: 250px;
}
/* cover page css */

.display_txt{
    font-size: 56px !important;
}
.lh_1{
    line-height: 1 !important;
}
.fw_100{
    font-weight: 100 !important;
}
.py_5{
    padding: 2rem 0px;
}
.my_5{
    margin: 1rem 0px;
}
.portfolio_title_margin_top{
    margin-top: 60px;
}
.building_ico{
    width: 160px;
}
.bg_primary
{
    background-color: #4b8df8 !important;
}
.building img{
    width: 80px;
    height: auto;
}
.space_above_dial
{
    height: 70px !important;
}
.text_white
{
    color:#ffffff !important;
}
tr:last-child{
    border-bottom: 0 !important;
}
