/*
Some of this css is included to make this page look good when rendered as a pdf
use the php to create pdfs to be sure your changes don't break anything.
*/

body {
    -webkit-print-color-adjust: exact;
}

.condensedSummaryTable {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px auto;
}

.condensedSummaryTable.table tr th {
    padding-top: 0;
    padding-bottom: 0;
    color: gray;
    font-weight: normal;
    font-size: 80%;
    text-align: center;
}

.condensedSummaryTable.table tr th.th-name {
    text-align: left;
}

.condensedSummaryTable.table tr td {
    vertical-align: middle;
    height: 50px;
}

.ratingColumn {
    width: 110px;
}

table.statSummary {
    width: 100%
}

table.statSummary tr td {
    font-size: 130%;
    font-weight: bold;
    vertical-align: middle;
}

table.statSummary tr th {
    font-weight: normal;
}

table.statSummary tr td.rowHeading {
    font-size: 100%;
    font-weight: normal;
}

table.statSummary.statSummaryCondensed tr td, table.statSummary.statSummaryCondensed tr th {
    font-size: 100%;
    padding: 4px 8px;
    margin: 0;
}

.table.statSummary tr th.tableTitle  {
    /* make this look like an h4 */
    font-size: 18px;
    font-weight: 500;
}

table.statSummary tr th {
    font-weight: normal;
}

#teamMemberBreakdown .table-condensed tbody tr td {
    padding: 8px 5px;
    height: auto;
}

.chart-legend ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.chart-legend li {
    margin: 4px 10px;
    text-indent: 0;
    line-height: 24px;
    position: relative;
    display: block;
}

.chart-legend li img {
    width: 14px;
    height: 14px;
    vertical-align: baseline;
}

/* chart 3 legend */
.category0:before { background-color: rgba(242,123,70,1.0); }  /* dark gray */
.category1:before { background-color: rgba(169,169,169,1.0); } /* snap21 orange */
.category2:before { background-color: rgba(211,211,211,1.0); } /* light gray */
.category3:before { background-color: rgba(66,95,156,1.0); }   /* facebook blue */
.category4:before { background-color: rgba(255,250,240,1.0); }  /* floral white */

.container-temp {
    padding: 0 20px;
    width: 1400px;
    margin: 0 auto;
}

.quickStats {
    width: 90%;
    margin: 0 auto;
    border: 1px solid white;
    padding-top: 20px;
}

.quickStats table {
    margin-bottom: 0;
}

#reportHeader {
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
}

#reportHeader img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#reportHeader h2 {
    text-align: center;
    font-size: 130%;
    margin: 10px 0;
}

.horizontalSpacer {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #eee;
    background-color: pink;
}

.chartHolder {
    width: 100%;
    margin: 0 auto;
}


.doughnut-legend {
    list-style: none;
    margin: 0;
    padding: 0;
}

.doughnut-legend svg {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.doughnut-legend li {
    margin-bottom: 10px;
    display: block;
    margin-right: 10px;
}

.snapshotReportHeader {
    -webkit-print-color-adjust: exact;
    background-image:
            radial-gradient(
                    circle at bottom right,
                    RGBA(46, 142, 205, 1.00),
                    RGBA(13, 47, 77, 1.00)
            );
    padding: 30px;
    border-radius: 10px;
    margin-top:20px;
}


/*

css headers have trouble rendering in print.
You can use this html to create them then screenshot to create images which will print

<div class="snapshotReportHeader">
    <img class="snapLogo" alt="Snap21 Logo" src="/assets/img/snap21-logo-white.png">
    <h1>SNAPSHOT REPORT</h1>
</div>

*/
.snapshotReportHeader .snapLogo {
    width: 300px;
}
.snapshotReportHeader h1 {
    margin: 80px 0 0 0;
    color:white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.snapshotReportHeaderDescription {
    font-size: 130%;
    margin: 10px 0 20px 0;
    text-align: center;
}
.snapshotReportHeaderImage {
    margin-top: 50px;
}


.printedPage {
    page-break-inside: avoid;
}

#marketingText {
    font-size: 200%;
}

@media print {
    a[href]:after {
        content: none;
    }
}
