﻿/* latin */
@font-face {
    font-family: 'Libre Barcode 128' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-display: swap !important;
    src: local('Libre Barcode 128 Regular'), local('LibreBarcode128-Regular'), url(https://fonts.gstatic.com/s/librebarcode128/v9/cIfnMbdUsUoiW3O_hVviCwVjuLtXeK_H9AI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.hidden {
    position: absolute;
    visibility: hidden;
    top: -10000px;
}

.ui-autocomplete-loading {
    background: white url('../images/loading.gif');
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: 24px !important;
}

.body-loading {
    background-size: 48px;
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-size: 48px;
    opacity: 0.5;
    background-image: url('../images/loadingbody.gif');
    background-repeat: no-repeat;
    background-position: center center;
}


.btn-loading {
    background: white url('../images/loading.gif');
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: 24px !important;
}

.ProgressTemplate {
    background-size: 48px;
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    opacity: 0.5;
    background-image: url('../images/loadingbody.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

hr {
    margin: 0 !important;
}

BarCode128 {
    font-family: 'Libre Barcode 128', cursive !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.page-layout {
    margin-top: 100px;
}

@media print {
    .navbar {
        display: inline-block;
        visibility: visible;
    }

    a[href]:after {
        content: none !important;
    }

    .page-break {
        display: block;
        page-break-before: always;
    }

    .no-print {
        display: none !important;
    }

    .Footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .card-title {
        color: black !important;
    }

    .card {
        background-color:darkgrey;
        opacity: 0.5 !important;
    }

    .card {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .badge {
        border: none;
    }

    html, body {
        width: 210mm;
        height: 297mm;
        background: #fff;
         font-size:x-large;
         font-size-adjust:inherit;
    }

    .page-layout {
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }

    table {
        page-break-after: auto
    }

        table tr {
            page-break-inside: avoid;
            page-break-after: auto
        }

        table td {
            page-break-inside: avoid;
            page-break-after: auto
        }

        table thead {
            display: table-header-group;
            margin-top: 50px;
        }

        table.report tfoot {
            display: table-footer-group
        }

    .header {
        display: block;
        position: fixed;
        top: 0px;
        font-weight: bold;
        font-size: 14px;
        text-align: right;
        right: 0px;
    }

    .footer {
        z-index: 1;
        position: fixed;
        left: 0;
        bottom: 0;
        text-align: left;
        left: 0;
        width: 100%;
        display: block;
    }
}
