﻿.section {
    padding: 30px 60px;
}

.logo {
    width: auto;
    height: 50px;
}

.main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 20mm;
    position: relative;
    width: 100%;
}

.title {
    font-weight: 700;
    font-size: 23px;
}

.head-line {
    background: rgba(62,190,109,.2);
    color: #3ebe6d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -30px;
    padding: 7px 30px;
    margin-bottom: 10px;
}

.value-field {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #C4C4C4;
}

.value-field .label {
    color: #8e8e8e;
    font-size: 11px;
}

.value-field .value {
    font-weight: bold;
    font-size: 11px;
}

.details .sec, .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
}

.data {
    display: flex;
    flex-direction: row;
}

.sec {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.th-fields-container {
    display: flex;
    flex-direction: row;
}

.th-fields-container .column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
}

.th-fields-container .column:first-child {
    margin-right: 35px;
}

.th-table {
    border-spacing: 0;
    border-bottom: 1px solid #c4c4c4;
    width: 100%;
    margin-bottom: 20px;
    page-break-inside: avoid;
}

.th-table td {
    font-size: 11px;
    padding: 10px;
}

.th-table tr:not(.head):nth-child(odd) td {
    background: #f9f9f9;
}

.th-table .head td {
    font-size: 11px;
    font-weight: 400;
    color: #8e8e8e;
    border-bottom: 1px solid #c4c4c4;
}

.report .th-table td:first-child {
    font-weight: 700;
    text-align: left;
}

.general-info .th-fields-container {
    margin-bottom: 20px;
}

.interpretations .interpretation {
    font-weight: 700;
}


@media print {
    #needHide {
        display: none;
    }

    .nut-chart .chart-cnt {
        width: 110%
    }

    .page-break-stage {
        padding-top: 30px;
        page-break-before: always;
    }

    .mud-main-content {
        background: #fff;
    }

    body {
        background: #fff;
    }

    .page-break {
        page-break-inside: avoid;
        padding-top: 30px;
    }

    html {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
        background: #fff;
    }

    @page {
        margin-top: 0px;
        margin-bottom: 0;
    }

    .section {
        padding: 0;
        margin: 30px 0;
        padding-top: 30px;
    }

    .visible {
        display: flex;
    }

    .th-table {
        border-spacing: 0;
        border-bottom: 1px solid #C4C4C4;
        width: 100%;
        margin-bottom: 20px;
        page-break-inside: avoid;
    }

    .th-table td {
        font-size: 11px;
        padding: 10px;
    }

    .th-table td:first-child {
        font-weight: bold;
        text-align: left;
    }

    .th-table tr:not(.head):nth-child(odd) td {
        background: #F9F9F9;
    }

    .th-table td.left {
        text-align: left;
    }

    .th-table .head td {
        font-size: 11px;
        font-weight: normal;
        color: #8E8E8E;
        background: #fff;
        border-bottom: 1px solid #C4C4C4;
    }

    .horizontalbar-chart {
        margin-bottom: 30px;
    }

    .st-itm {
        margin-bottom: 0;
    }

    .st-itm .head-line {
        margin-bottom: 10px;
    }

    .st-itm .body {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .st-itm .body table {
        flex-grow: 1;
        max-width: 280px;
    }

    .st-itm .body table:first-child {
        margin-right: 20px;
    }

    .st-itm:last-child {
        margin-bottom: 0;
    }

    .sch-st-itm {
        position: relative;
    }

    .sch-st-itm.m0 {
        margin-bottom: 0;
    }

    .sch-st-itm .title {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 0;
        font-weight: bold;
        font-size: 15px;
    }

    .sch-st-itm .total-cost {
        padding: 0 10px;
        text-align: right;
        font-size: 13px;
    }

    .sch-st-itm table {
        width: 100%;
    }

    .sch-st-itm table.nut-sum td {
        padding: 10px;
    }

    .th-fields-container {
        display: flex;
        flex-direction: row;
    }

    .th-fields-container .column {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-grow: 1;
    }

    .th-fields-container .column:first-child {
        margin-right: 35px;
    }

    .th-title {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 0;
        font-weight: bold;
        font-size: 15px;
    }

    .mb0 {
        margin-bottom: 0 !important;
    }

    .mb10 {
        margin-bottom: 10px !important;
    }

    .mb30 {
        margin-bottom: 30px;
    }

    .mt0 {
        margin-top: 0 !important;
    }

    .mt30 {
        margin-top: 30px !important;
    }

    .m30 {
        margin: 30px 0;
    }
}
