﻿document-preview {
    font-family: 'ABBvoice', sans-serif;
    line-height: initial;
}

    document-preview .page {
        position: relative;
        min-height: none;
        border-radius: initial;
        border: none;
        padding: initial;
        margin-bottom: initial;
        box-shadow: none;
    }

        document-preview .page .body-text {
            color: #262626;
            font-size: 17px;
            font-weight: 500;
            line-height: 23px;
            text-align: left;
            margin-top: 25px;
            margin-bottom: 25px;
        }

        document-preview .page .page-space-5 {
            display: block;
            height: 5px;
        }

        document-preview .page .page-space-10 {
            display: block;
            height: 10px;
        }

        document-preview .page .page-space-25 {
            display: block;
            height: 25px;
        }

        document-preview .page .page-space-50 {
            display: block;
            height: 50px;
        }

        document-preview .page .page-space-75 {
            display: block;
            height: 75px;
        }

        document-preview .page .page-space-100 {
            display: block;
            height: 100px;
        }

        document-preview .page .results-container {
            display: block;
            margin: 20px 0;
        }

            document-preview .page .results-container:first-of-type {
                margin-top: 0;
            }


        document-preview .page .header-section {
            display: none;
        }

        document-preview .page .page-header-section {
            position: relative;
            display: block;
            height: 50px;
            margin-bottom: 60px;
            font-family: 'ABBvoice', sans-serif;
            line-height: initial;
        }

            document-preview .page .page-header-section .header-title {
                position: absolute;
                bottom: 0;
                left: 0;
            }

                document-preview .page .page-header-section .header-title h2 {
                    font-size: 19px;
                    line-height: 21px;
                    text-transform: uppercase;
                    color: #262626;
                    margin: 0;
                    font-weight: 400;
                }

                    document-preview .page .page-header-section .header-title h2:before {
                        content: "";
                        display: block;
                        position: relative;
                        margin-bottom: 16px;
                        margin-left: 0;
                        margin-right: auto;
                        background-color: #ff000f;
                        width: 40px;
                        height: 3px;
                    }


        document-preview .page .results-container .results-data .system-table .tbl-col .tbl-footer {
            margin-bottom: 15px;
            white-space: nowrap;
            background-color: #fff;
        }

            document-preview .page .results-container .results-data .system-table .tbl-col .tbl-footer .single-row {
                width: 100%;
                position: relative;
            }

                document-preview .page .results-container .results-data .system-table .tbl-col .tbl-footer .single-row.denotation {
                    font-size: 15px;
                    margin-top: 10px;
                }

            document-preview .page .results-container .results-data .system-table .tbl-col .tbl-footer img {
                border: none;
                display: inline-block;
            }

            document-preview .page .results-container .results-data .system-table .tbl-col .tbl-footer a {
                color: #ff000f;
                text-decoration: none;
                font-size: 17px;
                display: inline-block;
                vertical-align: bottom;
                margin-left: 5px;
                margin-top: 10px;
            }

        document-preview .page .results-container .disclaimer {
            font-size: 14px;
            text-align: justify;
            margin-bottom: 50px;
            color: #686868;
            line-height: 16px;
        }

        document-preview .page .results-container:first-of-type {
            margin-top: 0;
        }

        document-preview .page .results-container:last-of-type {
            margin-bottom: 0;
        }

        document-preview .page .results-container .results-title {
            display: block;
            font-size: 18px;
            line-height: 24px;
            font-weight: 700;
            text-transform: uppercase;
        }

            document-preview .page .results-container .results-title.spaceAbove {
                margin-top: 50px;
            }

        document-preview .page .results-container .results-data-graph {
            padding: 0;
            margin: 0;
        }

        document-preview .page .results-container .results-data {
            font-size: 0;
            padding: 0;
            margin: 0;
            text-align: justify;
        }

            document-preview .page .results-container .results-data .results-item {
                display: inline-block;
                font-size: 19px;
                vertical-align: top;
                text-align: left;
                margin: 20px;
                width: 210px;
                box-sizing: border-box;
            }

                document-preview .page .results-container .results-data .results-item .result-value {
                    font-weight: 600;
                    font-size: 23px;
                    color: #262626;
                    vertical-align: baseline;
                    box-sizing: border-box;
                }

                    document-preview .page .results-container .results-data .results-item .result-value.highlight {
                        color: #0eb38e;
                    }

                    document-preview .page .results-container .results-data .results-item .result-value span {
                        font-weight: 300;
                        font-size: 23px;
                        color: #686868;
                        vertical-align: baseline;
                        box-sizing: border-box;
                    }

                document-preview .page .results-container .results-data .results-item .result-description {
                    color: #262626;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 21px;
                    text-align: left;
                }

            document-preview .page .results-container .results-data .system-table {
                display: block;
                width: 100%;
                font-size: 14px;
                margin: 10px 0;
            }

                document-preview .page .results-container .results-data .system-table::after {
                    content: '';
                    display: block;
                    clear: both;
                }

                document-preview .page .results-container .results-data .system-table .tbl-col:nth-child(1) {
                    float: left;
                }

                document-preview .page .results-container .results-data .system-table .tbl-col:nth-child(2) {
                    float: right;
                }

                document-preview .page .results-container .results-data .system-table .tbl-col {
                    position: relative;
                    display: table;
                    border-collapse: collapse;
                    box-sizing: border-box;
                    margin-top: 28px;
                    margin-bottom: 10px;
                    float: left;
                    width: 440px;
                }

                    document-preview .page .results-container .results-data .system-table .tbl-col.full {
                        margin-left: 0;
                        width: 100%;
                    }

                    document-preview .page .results-container .results-data .system-table .tbl-col.no-header {
                        margin-top: 0;
                    }

                    document-preview .page .results-container .results-data .system-table .tbl-col > div {
                        display: table-row;
                        background-color: #f0f0f0;
                        font-size: 17px;
                    }

                    document-preview .page .results-container .results-data .system-table .tbl-col > .tbl-col-header {
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: -27px;
                        text-align: center;
                        background-color: #d2d2d2;
                        padding: 5px 0;
                        font-weight: 700;
                        font-size: 17px;
                    }

                document-preview .page .results-container .results-data .system-table span {
                    font-family: 'ABBvoice', sans-serif;
                    display: table-cell;
                    padding-left: 10px;
                    line-height: 21px;
                }

                    document-preview .page .results-container .results-data .system-table span.label {
                        font-family: 'ABBvoice', sans-serif;
                        padding: 4px 8px;
                        font-weight: 500;
                        font-size: 17px;
                        color: #36322f;
                        background-color: #f0f0f0;
                        text-align: left;
                        border-right: 1px solid #d2d2d2;
                        border-bottom-width: 1px;
                        border-bottom-style: solid;
                        border-bottom-color: #fafafa;
                        line-height: 21px;
                    }

                document-preview .page .results-container .results-data .system-table.fullwidth span.label {
                    width: 440px;
                }

                document-preview .page .results-container .results-data .system-table span.value {
                    font-family: 'ABBvoice', sans-serif;
                    padding: 4px 8px;
                    background-color: #ffffff;
                    border: 1px solid #f2f1f0;
                    font-weight: 200;
                    font-size: 17px;
                    line-height: 21px;
                    text-align: left;
                }

            document-preview .page .results-container .results-data::after {
                content: '';
                width: 100%;
                display: inline-block;
                font-size: 0;
                line-height: 0;
            }

        document-preview .page .header-text,
        document-preview .page .footer-text {
            display: none;
        }

    document-preview .page-break {
        page-break-before: always;
    }

    document-preview .page .results-container .table-select {
        font-family: 'ABBvoice', sans-serif;
        border-collapse: separate;
        border-spacing: 0;
        page-break-inside: avoid;
        width: 100%;
        margin: 10px 0
    }

        document-preview .page .results-container .table-select.add-space:not(:first-of-type) {
            margin: 30px 0 !important;
        }

        document-preview .page .results-container .table-select.add-space:first-of-type {
            margin-top: 10px;
        }

        document-preview .page .results-container .table-select.no-margin {
            margin: 0;
        }

        document-preview .page .results-container .table-select thead tr {
            line-height: 18px;
            text-align: center;
            background-color: #d2d2d2;
        }

            document-preview .page .results-container .table-select thead tr th {
                background: none;
                border-left: 1px solid #dadfe2;
                border-top: 1px solid #d2d2d2;
                color: #262626;
                font-size: 15px;
                font-weight: 700;
                padding: 8px;
                text-align: center;
                vertical-align: bottom;
            }

                document-preview .page .results-container .table-select thead tr th.align-center {
                    text-align: center;
                }

                document-preview .page .results-container .table-select thead tr th.align-left,
                document-preview .page .results-container .table-select thead tr th.left {
                    text-align: left;
                }

                document-preview .page .results-container .table-select thead tr th.upper {
                    text-transform: uppercase;
                }

                document-preview .page .results-container .table-select thead tr th.uom-width {
                    width: 60px;
                }

                document-preview .page .results-container .table-select thead tr th.data-width {
                    width: 100px;
                }

                document-preview .page .results-container .table-select thead tr th.notes-width {
                    width: 350px;
                }

                document-preview .page .results-container .table-select thead tr th:last-child,
                document-preview .page .results-container .table-select tbody tr td:last-child {
                    border-right: 1px solid #d2d2d2;
                }

                document-preview .page .results-container .table-select thead tr th span {
                    line-height: 15px;
                }

        document-preview .page .results-container .table-select tbody tr td {
            border-left: 1px solid #d2d2d2;
            border-top: 1px solid #d2d2d2;
            color: #262626;
            font-size: 15px;
            padding: 5px 10px;
            position: relative;
            text-align: center;
            vertical-align: middle;
        }

            document-preview .page .results-container .table-select tbody tr td.image {
                text-align: left !important;
                padding: 20px !important;
            }

                document-preview .page .results-container .table-select tbody tr td.image img.preview {
                    max-height: 500px;
                    max-width: 700px;
                }

        document-preview .page .results-container .table-select tbody tr:last-child td {
            border-bottom: 1px solid #d2d2d2;
        }

        document-preview .page .results-container .table-select tbody tr td.align-center {
            text-align: center;
        }

        document-preview .page .results-container .table-select tbody tr td.align-left,
        document-preview .page .results-container .table-select tbody tr td.left {
            text-align: left;
        }

        document-preview .page .results-container .table-select tbody tr td.rowspan {
            text-align: left;
            vertical-align: top;
        }

            document-preview .page .results-container .table-select tbody tr td.rowspan:last-child {
                border-bottom: 1px solid #d2d2d2;
            }

            document-preview .page .results-container .table-select tbody tr td.rowspan div {
                white-space: normal;
                height: initial;
                display: block;
            }

        document-preview .page .results-container .table-select tbody tr td div.no-wrap-label {
            white-space: normal;
            height: initial;
        }

        document-preview .page .results-container .table-select tbody tr td div.no-wrap-uom {
            white-space: normal;
            height: initial;
        }

        document-preview .page .results-container .table-select tbody tr td div.no-wrap-data {
            white-space: normal;
            height: initial;
        }

        document-preview .page .results-container .table-select tbody tr td div.no-wrap-notes {
            width: 345px;
        }

        document-preview .page .results-container .table-select tbody tr td.prerowspan {
            border-right: none;
        }

            document-preview .page .results-container .table-select tbody tr td.prerowspan.subtotal,
            document-preview .page .results-container .table-select thead tr th.subtotal {
                background-color: #0eb38e;
            }

        document-preview .page .results-container .table-select thead tr.subtotal-row {
            /*height: 40px;*/
        }

            document-preview .page .results-container .table-select thead tr.subtotal-row th {
                vertical-align: middle;
                font-size: 16px;
            }

        document-preview .page .results-container .table-select tbody tr div {
            width: 100%;
            white-space: nowrap;
            height: 19px;
        }

        document-preview .page .results-container .table-select tbody tr.total {
            font-weight: bold;
            text-transform: uppercase;
            background-color: #f5f5f5;
        }

        document-preview .page .results-container .table-select tbody tr td.notes div {
            white-space: initial;
            height: initial;
            text-align: left;
        }

        document-preview .page .results-container .table-select tbody tr div {
            width: 100%;
            white-space: nowrap;
        }

        document-preview .page .results-container .table-select tbody tr.total {
            font-weight: bold;
            text-transform: uppercase;
            background-color: #f5f5f5;
        }

        document-preview .page .results-container .table-select a {
            color: #ff000f;
            text-decoration: initial;
        }

    document-preview .page .results-container #preview-image {
        display: inline-block !important;
        background-color: #fff;
        width: 100%;
        height: 208px;
        line-height: 208px;
        border: 1px solid #d2d2d2;
        vertical-align: top;
        margin-right: 7px;
        margin-bottom: 14px;
        padding: 2px;
        box-sizing: border-box;
        text-align: center;
        overflow: hidden;
    }

    document-preview .page .results-container #preview-image.no-image {
        width: 100%;
        height: 175px;
        margin-right: 15px;
    }

    document-preview .page .results-container #preview-image.no-image::after {
        content: 'NO IMAGE AVAILABLE';
        width: 125px;
        text-align: center;
        text-wrap: wrap;
        display: inline-block;
        line-height: 22px;
        vertical-align: middle;
        font-weight: 600;
        font-size: 19px;
        color: #a5a5a5;
    }

        document-preview .page .results-container #preview-image img {
            max-width: 208px;
            max-height: 100%;
            width: 100%;
            height: auto;
            display: inline-block;
            vertical-align: top;
            -webkit-font-smoothing: subpixel-antialiased;
            transform: translate3d(0, 0, 0) scale(1, 1);
        }
