﻿
@page {
    margin: 0mm;
}

/* general */ 

.print-container {
    margin: auto;
    padding: 0px 10px;
    width: 270px;
    page-break-after: always;
}

.separetor-5 {
    margin: 5px auto;
}

.separetor-10 {
    margin: 10px auto;
}

.separetor-15 {
    margin: 15px auto;
}

.separetor.dashed {
    border-bottom: 1px dashed;
}

.separetor.double {
    padding: 2px;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
}

.print-container span {
    margin: 0px;
    display: block;
    font-family: 'Helvetica';
}

.print-container span.txt-xs {
    font-size: 10px;
}

.print-container span.txt-sm {
    font-size: 10px;
}

.print-container span.txt-md {
    font-size: 12px;
}

.print-container span.txt-lg {
    font-size: 15px;
}

.print-container .txt-center {
    text-align: center;
}

.print-container .txt-right {
    text-align: right;
}

.print-container .txt-bold {
    font-weight: bold;
}

.print-row {
    margin-left: 0px;
    margin-right: 0px;
}

.col-8 {
    width: 8%;
    float: left;
}

.col-10 {
    width: 10%;
    float: left;
}

.col-16 {
    width: 16%;
    float: left;
}

.col-18 {
    width: 18%;
    float: left;
}

.col-30 {
    width: 30%;
    float: left;
}

.col-34 {
    width: 34%;
    float: left;
}

.col-36 {
    width: 36%;
    float: left;
}

.col-70 {
    width: 70%;
    float: left;
}

.col-90 {
    width: 90%;
    float: left;
}

/* ingresso */

.container-logo {
    text-align: center;
}

.container-logo img {
    height: 50px;
}

.qrcode-content {
    width: 54px;
    float: left;
}

.qrcode-content img {
    width: 100%;
    height: 100%;
}

.aside-ingresso-content {
    width: 196px;
    float: left;
    padding-left: 10px;
    margin-bottom: 5px;
}

.aside-ingresso-content span {
    text-align: left !important;
}

/*Danfe*/

.qrcode-danfe-content {
    width: 94px;
    float: left;
}

    .qrcode-danfe-content img {
        width: 100%;
        height: 100%;
    }

.aside-danfe-content {
    width: 156px;
    float: left;
    padding-left: 5px;
    margin-bottom: 5px;
}

    .aside-danfe-content span {
        text-align: left !important;
    }


.txt-danfe-xs {
    font-size: 8px;
}

.txt-danfe-sm {
    font-size: 10px;
}
