﻿:root {
    --dark_palet_A: #1d1c1c;
    --dark_palet_B: #222222;
    --dark_palet_C: #101111;
    --dark_leter_A: gray;
    --dark_leter_B: #087dca; /*azul*/
    --dark_leter_C: #dedcdc;
}
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;400&display=swap');
    .invoiced {
        font-size: 25px;
        color: black;
        background-color:#dae165;
        padding-left: 60px;
        padding-right: 60px;        
        position: absolute;
        left: 10px;
        top: 85px;
        z-index: 1;
        transform: rotate(-45deg);
    }
    p {
        font-size: 14px;
        font-family: 'Outfit';
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
    }

    .div_p {
        font-size: 14px;
        font-family: 'Outfit';
        font-style: italic;
    }

    div .ticket {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        text-align: center;
        font-family: Lucida Console;
        color: black;
        background-color: #FFF;
        font-size: 12px;
    }

.row_ticket {
    min-width: 240px;
    max-width: 240px;
    width: 240px;
    min-height: 550px;
    max-height: 550px;
    height: 550px;    
}
    .doc_img {
        width: 35%;
        height: 40px;
        width: 73px;
        padding-bottom: 6px;
        padding-top: 6px;
    }
    .row_document {
        border: 1px solid #f5f5f5;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        text-align: center;
        font-family: Lucida Console;
        color: black;
        background-color: #FFF;
        text-align: center;
        font-size: 11px;
        font-family: 'Outfit';
        font-weight: 400;
        min-height: 550px;
        max-height: 550px;
        height: 550px;
        min-width: 430px;
        max-width: 430px;
        width: 430px;        
    }

    .row_preview {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2,1fr);
        padding-left:5%;
        border:none;
    }

    .consumpReviewHeader {
        font-size: 14px;
        font-family: 'Outfit';
        font-weight: bold;
        color: #0050aa;
        border-bottom: 1px solid black;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .consumpReviewItem {
        font-size: 12px;
        font-family: 'Outfit';
        font-weight: 400;
        border: none;
    }

    .hds {
        text-align: right;
        font-weight: bold;
        color: #0050aa;
        font-size: 14px;
    }

    .vals {
        font-weight: 600;
        text-align: left;
        color: black;
        font-size: 13px;
    }

@media (max-width:1900px) {
    .invoiced {
        font-size: 20px;
        color: black;
        background-color:#dae165;
        padding-left: 30px;
        padding-right: 30px;
        position: absolute;
        left: 20px;
        top: 50px;
        z-index: 1;
        transform: rotate(-45deg);
    }

    p {
        font-size: 10px;
        font-family: 'Outfit';
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
    }

    .div_p {
        font-size: 12px;
        font-family: 'Outfit';
        font-style: italic;
    }

    div .ticket {
        font-size: 8px;
    }

    .row_ticket {        
        margin-top: -10px;
        padding-left: 20px;
        min-width: 180px;
        max-width: 180px;
        width: 180px;
        min-height: 360px;
        max-height: 360px;
        height: 370px;
        
    }

    .row_document {        
        margin-top: -10px;
        font-size: 5px;
        min-width: 340px;
        max-width: 340px;
        width: 340px;
        min-height: 360px;
        max-height: 360px;
        height: 360px;
    }

    .row_preview {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(2,1fr);
        border: none;
    }

    .doc_img {
        width: 25%;
        height: 25px;
        width: 50px;
        padding-bottom: 2px;
        padding-top:6px;
    }

    .consumpReviewHeader {
        font-size: 9px;
        font-family: 'Outfit';
        font-weight: bold;
        color: #0050aa;
        border-bottom: 1px solid black;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .consumpReviewItem {
        font-size: 9px;
        font-family: 'Outfit';
        font-weight: 400;
        border: none;
    }

    .hds {
        text-align: right;
        font-weight: bold;
        color: #0050aa;
        font-size: 8px;
    }

    .vals {
        font-weight: 300;
        text-align: left;
        font-weight: bold;
        color: black;
        font-size: 8px;
    }

}

@media (max-width:1500px) {
    .invoiced {
        font-size: 18px;
        color: black;
        background-color:#dae165;
        padding-left: 20px;
        padding-right: 20px;
        position: absolute;
        left: 15px;
        top: 40px;
        z-index: 1;
        transform: rotate(-45deg);
    }  
    p {
        font-size: 10px;
        font-family: 'Outfit';
        font-weight: 400;        
        padding-left:10px;
        padding-right:10px;
    }
    .div_p {
        font-size: 12px;
        font-family: 'Outfit';
        font-style: italic;
    }
    div .ticket {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        text-align: center;
        font-family: Lucida Console;
        color: black;
        background-color: #FFF;
        font-size: 8px;        
    }

    .row_ticket {        
        margin-top: -5px;
        padding-left: 20px;
        min-width: 180px;
        max-width: 180px;
        width: 180px;
        min-height: 360px;
        max-height: 360px;
        height: 360px;
    }

    .row_document {        
        margin-top: -5px;
        border: 1px solid #f5f5f5;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        text-align: center;
        font-family: Lucida Console;
        color: black;
        background-color: #FFF;
        text-align: center;
        font-size: 5px;
        font-family: 'Outfit';
        font-weight: 400;
        min-width: 340px;
        max-width: 340px;
        width: 340px;
        min-height: 360px;
        max-height: 360px;
        height: 360px;
    }

    .row_preview {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(2,1fr);
        border: none;
    }

    .consumpReviewHeader {
        font-size: 9px;
        font-family: 'Outfit';
        font-weight: bold;
        color: #0050aa;
        border-bottom: 1px solid black;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .consumpReviewItem {
        font-size: 9px;
        font-family: 'Outfit';
        font-weight: 400;
        border: none;
    }

    .hds {
        text-align: right;
        font-weight: bold;
        color: #0050aa;
        font-size: 8px;        
    }
    .vals {
        font-weight: 300;
        text-align: left;
        font-weight: bold;
        color: black;
        font-size: 8px;        
    }

}
@media (max-width:1400px) {
/*    .invoiced {
        font-size: 18px;
        color: black;
        background-color: #dae165;
        padding-left: 20px;
        padding-right: 20px;
        position: absolute;
        left: 15px;
        top: 40px;
        z-index: 1;
        transform: rotate(-45deg);
    }

    p {
        font-size: 10px;
        font-family: 'Outfit';
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
    }*/

    .div_p {
        font-size: 10px;
        font-family: 'Outfit';
        font-style: italic;
    }
/*
    div .ticket {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        text-align: center;
        font-family: Lucida Console;
        color: black;
        background-color: #FFF;
        font-size: 8px;
    }

    .row_ticket {
        margin-top: -5px;
        padding-left: 20px;
        min-width: 180px;
        max-width: 180px;
        width: 180px;
        min-height: 360px;
        max-height: 360px;
        height: 360px;
    }

    .row_document {
        margin-top: -5px;
        border: 1px solid #f5f5f5;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        text-align: center;
        font-family: Lucida Console;
        color: black;
        background-color: #FFF;
        text-align: center;
        font-size: 5px;
        font-family: 'Outfit';
        font-weight: 400;
        min-width: 340px;
        max-width: 340px;
        width: 340px;
        min-height: 360px;
        max-height: 360px;
        height: 360px;
    }

    .row_preview {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(2,1fr);
    }

    .consumpReviewHeader {
        font-size: 9px;
        font-family: 'Outfit';
        font-weight: bold;
        color: #0050aa;
        border-bottom: 1px solid black;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .consumpReviewItem {
        font-size: 9px;
        font-family: 'Outfit';
        font-weight: 400;
        border: none;
    }

    .hds {
        text-align: right;
        font-weight: bold;
        color: #0050aa;
        font-size: 8px;
    }

    .vals {
        font-weight: 300;
        text-align: left;
        font-weight: bold;
        color: black;
        font-size: 8px;
    }*/
}
@media (max-width:992px) {
    #print_ticket{
        display:none;
        border:1px solid cyan;
    }
}

@media (max-width:768px) {

  
}

.disabled {
    background-color: grey;
    color: #C0C0C0;
    transition: opacity 0.3s;
    opacity: 0.3;
}