{"version":3,"sources":["../scss/print.scss"],"names":[],"mappings":"AAEA,MACI,OAAA,CAIJ,mBAGI,mCAAA,CACA,qBAAA,CAEA,0BAAA,CACA,2BAAA,CAGJ,YAEI,yBAAA,CAgBJ,gDAEI,UAAA,CAGJ,IACI,+BAAA,CAEJ,eAEI,qBAAA,CACA,uBAAA,CAQJ,MACI,0BAAA,CAGJ,OAEI,uBAAA,CAGJ,QAGI,SAAA,CACA,QAAA,CAGJ,MAEI,sBAAA,CAsBJ,YACI,gCAAA,CACA,kBAAA,CACA,aAAA,CACA,UAAA,CACA,cAAA,CACA,uBACI,SAAA,CAEJ,eACI,cAAA,CACA,sBACI,cAAA,CACA,gBAAA,CAGR,eACI,cAAA,CAEJ,eACI,cAAA,CAEJ,eACI,cAAA,CAEJ,eACI,cAAA,CAEJ,2BACI,cAAA,CAEJ,sBACI,gBAAA,CAEJ,mCACI,aAAA,CACA,YAAA,CACA,WAAA,CACA,gDACI,UAAA,CACA,gBAAA,CAKR,2BACI,UAAA,CAEJ,wBACI,0BAAA,CACA,8BACI,sBAAA,CACA,6BAAA,CACA,MAAA,CACA,QAAA,CACA,kBAAA,CACA,YAAA,CACA,sBAAA,CACA,gCAAA,CACA,4DAAA,CAGR,qEACI,aAAA,CAIA,6BACI,UAAA,CASR,kBAAA,sBAAA,CACA,eAAA,uBAAA,CAAA,qBAAA,CACA,kBAAA,0BAAA,CACA,kBAAA,0BAAA,CAIJ,YACI,YAAA,CAGJ,YACI,uBAAA","file":"print.min.css","sourcesContent":["@import 'variables';\n\n@page { \n    size: A4;\n    /*margin: 10mm;*/\n}\n\n*,\n*:before,\n*:after {\n    background: transparent !important;\n    color: #000 !important; /* Black prints faster:\n                               http://www.sanbeiji.com/archives/953 */\n    box-shadow: none !important;\n    text-shadow: none !important;\n}\n\na,\na:visited {\n    text-decoration: underline;\n}\n\n/*a[href]:after {\n    content: \" (\" attr(href) \")\";\n}\n\nabbr[title]:after {\n    content: \" (\" attr(title) \")\";\n}*/\n\n/*\n * Don't show links that are fragment identifiers,\n * or use the `javascript:` pseudo protocol\n */\n\na[href^=\"#\"]:after,\na[href^=\"javascript:\"]:after {\n    content: \"\";\n}\n\npre {\n    white-space: pre-wrap !important;\n}\npre,\nblockquote {\n    border: 1px solid #999;\n    page-break-inside: avoid;\n}\n\n/*\n * Printing Tables:\n * http://css-discuss.incutio.com/wiki/Printing_Tables\n */\n\nthead {\n    display: table-header-group;\n}\n\ntr,\nimg {\n    page-break-inside: avoid;\n}\n\np,\nh2,\nh3 {\n    orphans: 3;\n    widows: 3;\n}\n\nh2,\nh3 {\n    page-break-after: avoid;\n}\n\n// Pour la numérotation des pages\n/*#content {\n    display: table;\n}\n#pageFooter {\n    display: table-footer-group;\n}\n#pageFooter:after {\n    counter-increment: page;\n    content:\"Page \" counter(page);\n    left: 0; \n    top: 100%;\n    white-space: nowrap; \n    z-index: 20px;\n    -moz-border-radius: 5px; \n    -moz-box-shadow: 0px 0px 4px #222;  \n    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);  \n}*/\n\n.card.sheet {\n    -webkit-print-color-adjust: exact;\n    color-adjust: exact;\n    font-size: 9pt;\n    margin: 0mm;\n    min-width: auto;\n    .card-body {\n        padding: 0;\n    }\n    h1 {\n        font-size: 20pt;\n        &.header {\n            font-size: 16pt;\n            line-height: 20pt;            \n        }\n    }\n    h2 {\n        font-size: 18pt;\n    }\n    h3 {\n        font-size: 16pt;\n    }    \n    h4 {\n        font-size: 14pt;\n    } \n    h5 {\n        font-size: 12pt;\n    } \n    .tableau-titre  {\n        font-size: 12pt;\n    }\n    .logo-big {\n        padding: 5mm 30mm;\n    }\n    .container-logo-client {\n        max-width: 40%;\n        height: 150pt;\n        float: right;\n        .logo-client {\n            width: auto;\n            max-height: 150pt;\n        }        \n        \n    }\n\n    .logo-espam-sm {\n        width: 90pt;\n    }\n    #pageFooter {\n        display: table-footer-group;\n        &:after {\n            counter-increment: page;\n            content:\"Page \" counter(page);\n            left: 0; \n            top: 100%;\n            white-space: nowrap; \n            z-index: 20px;\n            -moz-border-radius: 5px; \n            -moz-box-shadow: 0px 0px 4px #222;  \n            background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);  \n        }\n    }\n    .form-control-sm.print, textarea.form-control {\n        font-size: 9pt;\n    }\n    \n    th {\n        &.cel-remarques {\n            width: 70mm;\n        }\n/*        &.cel-examens, &.cel-conformite {\n            width: 37mm;\n        }*/\n/*        &.cel-conformite {\n            width: 25mm;\n        }*/\n    }\n    table { page-break-inside:auto }\n    tr    { page-break-inside:avoid; page-break-after:auto }\n    thead { display:table-header-group }\n    tfoot { display:table-footer-group }    \n  \n}\n\n.breadcrumb {\n    display: none;\n}\n\n.page-break {\n    page-break-after: always;\n}\n"]}