﻿.barcodeOuter, .pdfOuter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 5px solid black;
}

.barcodeInner, .pdfInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color: white;
}

.pdfInner{
    width: 50%;
    height: 80%;
}

.pdfInner embed{
    width:100%;
    height:90%;
}

.shippingWarning {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color: red;
    color: white;
}

.barcodeInner, .pdfInner a {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.barcodeBody {
    font: 12px arial;
    overflow-wrap: break-word;
}

.BarcodePrint body {
    background-color: white;
    font: 12px arial;
    overflow-wrap: break-word;
}

@media print {
    a {
        text-decoration: none;
        color: #000;
    }

    .barcodeInner a{
        display: none;
    }

    a img {
        display: none;
    }

        a[href]:after {
            content: none !important;
        }

    .link {
        display: none;
    }
}

.link {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    color: black;
    margin-bottom: 0.75em;
    font: 16px arial;
    font-weight: bold;
}

    .link a {
        color: black;
        text-decoration: none;
    }

.labelPage {
    font-size: 20px;
    white-space: nowrap;
    width: 400px;
    border: 1px solid black;
    margin: auto;
    background-color: white;
    padding: 4px 8px 4px 8px;
}

.addressOneLine {
    margin-top: 20px;
    font-size: 8px;
}

.addressTop {
    margin-top: 0px;
    margin-bottom: 20px;
    display: -webkit-box;
}

.vatDetail {
    margin-top: 0px;
    margin-bottom: 20px;
    display: -webkit-box;
    white-space: pre-line;
}

/*ALTE CSS*/

/*Print 17x54*/
/*.labelPrint1754 {
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    left: 30px;
    top: 65px;
    white-space: nowrap;
}

.labelPrint30102 {
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    left: 10px;
    top: 5px;
}*/

/*Stock*/
/*.labelStock {
    padding-top: 20px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}*/

/*SortBox*/
/*.labelSort {
    padding-top: 20px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.labelSortBox {
    padding-top: 5px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.labelSortTime {
    padding-top: 3px;
    font-size: 15px;
    text-align: center;
}*/

/*Invoice*/
/*.labelInvoice {
    padding-top: 20px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    writing-mode: vertical-rl;
}*/


/*Part+PartSize*/
/*.labelPartSize {
    padding-top: 5px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.labelPartText {
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
}*/

/*Inventory*/
/*.inventoryTitle {
    padding-top: 15px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.inventoryImage {
    float: left;
    width: 20%;
}

.inventoryText{
    float: left;
    width: 80%;
}*/

/*ZZZ REVISION ZZZ*/

/*Invoices*/
/*.divLabel {
    width: 100%;
    height: 100%;
    font-size: 11px;
    text-align: center;
    padding-top: 4px;
}

.divAddressLabel {
    width: 100%;
    height: 100%;
    margin-top: 2px;
    font-weight: normal;
}

.divAddressFrom {
    font-size: 13px;
    text-align: left;
    margin-bottom: 10px;
}

.divAddressTo {
    font-size: 18px;
    text-align: left;
}

.divLabelUserName {
    padding-top: 22px;
    font-size: 25px;
    text-align: center;
}

.divLabelLeft {
    float: left;
    width: 20%;
}

.divLabelRight {
    float: right;
    widows: 80%;
}*/


/*SortContent*/
/*.divSortContentLabel {
    width: 168mm;
    height: 116mm;
    font-size: 11px;
    text-align: center;
    padding-top: 4px;
    border: 8px solid black;
}


.divSortContentCell {
    width: 20%;
    height: 25mm;
    border: 1px solid #808080;
    border-radius: 5px;
    text-align: center;
}

.divSortContentTitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}*/
