@import url('main.css');
@import url('../../plugins/perfect-scrollbar/perfect-scrollbar.css');
@import url('structure.css');
/*
    Importing highlight.js CSS code 

    Just for demo purpose only
	
	@Note:-  monokai-sublime.css stylesheet is for highliting the code;

*/
@import '../../plugins/highlight/styles/monokai-sublime.css';

.BackPrintImage {

}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .header-container {
        visibility: hidden;
    }

    .NotInPrint {
        visibility: hidden;
        display: none;
    }

    .AfterNewPage {
        page-break-before: always;
    }

    .doc-container {
        page-break-inside: avoid;
        visibility: visible;
        display: block;
    }

    .NotBreakPrint {
        page-break-inside: avoid;
    }

    @page {
        size: A4;
       
    }

    body {
        min-width: 992px !important;
        background-image: url(../../../Image/BackPrint.jpg) !important;
        background-repeat: no-repeat !important;
        /*background-position: center;*/
        /*background-attachment: fixed;*/
        /*background-image: url(../../../Image/BackPrint.jpg) !important;*/
    }

    .container {
        min-width: 992px !important
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }
}