.category-separator {
    margin-top: 15px;
}

.category-title {
    color: white !important;
    font-weight: bold;
    font-size: 18px;
}

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


.category-title-outer {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius:5px 5px 0 0;
}


.site-data-quality-information-not-available{
    font-weight:bold;
    font-size:16px;
}


/*table css...*/
.report-table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.report-table table, th, tr {
    text-align: left;
}

tr{
    border-bottom: 2px solid #dddddd;
}

th {
    font-size: 16px;
    border-bottom: 2px solid #dddddd;
}


.section-heading {
    border-bottom: 1px solid grey;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 18px;

}

.building-overview-stats {
    font-weight: bold;
    font-size: 16px;
}

/*charts related css*/

#scatter-plot {
    width: 725px;
    height: 500px;
}

#data-quality-gauge {
    width: 450px;
    height: 175px;
}


#data-density-gauge {
    width: 450px;
    height: 175px;
}

#comfort-dial {
    width: 100%;
    height: 200px;
}

#comfort-target-chart {
    width: 100%;
    height: 250px;
}

.site-asset-dial {
    width: 100%;
    height: 200px;
}

#asset-target-chart {
    width: 100%;
    height: 250px;
}

#building-comfort-schedule-chart {
    width: 700px;
    height: 250px;
}

#excessive-runtime-chart {
    width: 700px;
    height: 200px;
}


/* charts related css done*/


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

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


/* first page - title page*/

.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-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;
}

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


/**first page - title page ends/
