﻿@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    .print * {
        display: block !important;
    }
    .printable {
        page-break-before: auto;
    }
    .printable-after {
        page-break-after: always;
    }
    .print-image {
        display: block !important;
        width: 100%;
    }
    .print-image img{
        width: 100%;
    }
    .print-image.hide{
        display: none !important;
    }
    .print-image.safari img{
        width: 700px !important;
    }
    .print-image.safari {
        width: 700px !important;
    }
    #tables-area.onoffArea.safari {
        width: 700px !important;
    }
    #tables-area.onoffArea.safari table{
        width: 700px !important;
    }
    #grossNetMarginChart {
        display: none;
    }
    #tblLeasesItems_wrapper {
        page-break-before: auto;
    }
    #notes-for-print, #notes-table {
        page-break-before: auto;
        page-break-inside: avoid;
    }

    #QaL-form-wrapper .col-sm-6 {
        width: calc(50% - 15px);
        display: inline-block;
        vertical-align: top;
    }
    .dataTables_scrollHead, .dataTables_scrollBody, .dataTables_scrollFoot {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
    }
    #tblLeasesItems_wrapper{
        margin-bottom: 0 !important;
    }
    #tblLeasesItems_wrapper thead .edit-button, #tblLeasesItems_wrapper thead .remove-button, #tblLeasesItems_wrapper tfoot .edit-button, #tblLeasesItems_wrapper tfoot .remove-button {
        display: none;
    }
    #calculatedInformation, #calculatedInformation #tableName, .m-t-xs {
        margin: 0 !important;
    }
    .input-group.date{
        width: 100%;
    }
    .form-group.footer-group {
        width: 200px;
        display: inline-block;
        margin: 30px 15px;
    }
    .table-width{
        min-width: 150px;
    }
    .c3 svg, .c3{
        max-width: 100% !important;
    }
    textarea{
        padding: 5px;
    }
    .dataTables_scrollFoot th{
        border-top: none !important;
    }
    .dataTables_scrollHeadInner, .dataTables_scrollHeadInner .dataTable{
        width: 100% !important;
    }
    .dataTables_scrollHeadInner table, .dataTables_scrollBody table{
        table-layout: fixed;
    }
    #head-row th, .product-column {
        font-weight: 600 !important;
    }

    body{
        padding-top: 0 !important;
    }
    #tables-area{
        margin: 0 !important;
    }
    #calculatedInformation #tableName, #calculatedInformation #soldPercentChartTableName {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }
    #calculatedInformation table thead, #calculatedInformation table tbody {
        font-size: 11px !important;
    }
    .greenBoldText {
        font-weight: 400 !important;
    }
    #calculatedInformation table thead th, #calculatedInformation table tbody td{
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
    #calculatedInformation{
        overflow: hidden;
    }
    .valueTable {
        width: 100%;
    }
    .notesTable {
        width: 100%;
    }
    .notesTable br + br{
        display: none;
    }
    #calculatedInformation .table > thead > tr > th{
        line-height: 10px;
    }
    .dataTable #head-row th {
        padding: 0 !important;
    }
    tfoot th{
        vertical-align: bottom !important;
    }
    tfoot br{
        display: none;
    }
    #addChartDivId br{
        display: none;
    }
    #addChart{
        display: none;
    }
    #addChartLine {
        display: block;
    }
    #addChartLine i{
        display: none;
    }
    #addChartLine tbody > tr > td{
       word-break: break-word !important;
    }
    canvas, svg {
        color: inherit !important;
        fill: inherit !important;
        stroke: inherit !important;
    }
    .chartjs-render-monitor {
        background-color: transparent !important;
    }
    
    .c3-circle {
        fill: currentColor !important;
        stroke: inherit !important;
    }
}