﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */



/********************  Preloader Demo-15 *******************/
.loader15 {
    z-index: 99999;
    position: absolute;
    /* left: 50%; */
    left: 50%;
    top: 50%;
    /* position: relative; */
    margin-left: -40px;
    margin-top: -40px;
    text-align: center;
}

    .loader15 span {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #f7bd3a;
        display: inline-block
    }

        .loader15 span:first-child {
            animation: loading-152 .5s linear infinite;
            opacity: 0;
            transform: translate(-20px)
        }

        .loader15 span:nth-child(2), .loader15 span:nth-child(3) {
            animation: loading-153 .5s linear infinite
        }

        .loader15 span:last-child {
            animation: loading-15 .5s linear infinite
        }

@-webkit-keyframes loading-15 {
    100% {
        transform: translate(40px);
        opacity: 0
    }
}

@keyframes loading-15 {
    100% {
        transform: translate(40px);
        opacity: 0
    }
}

@-webkit-keyframes loading-152 {
    100% {
        transform: translate(20px);
        opacity: 1
    }
}

@keyframes loading-152 {
    100% {
        transform: translate(20px);
        opacity: 1
    }
}

@-webkit-keyframes loading-153 {
    100% {
        transform: translate(20px)
    }
}

@keyframes loading-153 {
    100% {
        transform: translate(20px)
    }
}


/* print */
@page {
    margin-left: 4mm;
    margin-right: 4mm;
    padding: 0;
}

@media print {
    * {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .areaNfce {
        border: none !important;
    }
}

/* geral */
* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    min-width: 58mm;
}

.areaNfce {
    min-width: 58mm;
    margin: 4px auto;
    border: 1px solid #c5c6c1;
    padding: 0 8px 0 8px;
}

    .areaNfce table {
        width: 100%;
        margin-top: 5px;
    }

        .areaNfce table thead {
            float: left;
            width: 100%;
            min-height: 50px;
        }

        .areaNfce table tr td {
            text-align: left;
            font-size: 12px;
            color: #000;
            vertical-align: top;
        }

        /* mainNfce */
        .areaNfce table.mainNfce {
            border-top: none;
        }

.mainNfce .titMain {
    display: block;
}

.areaNfce table.mainNfce tr td {
    text-align: left;
}


    .areaNfce table.mainNfce tr td .logo img {
        height: 47px;
        width: 47px;
        padding-right: 4px;
    }

.areaNfce table.detailSale {
    margin-top: 10px;
    table-layout: fixed;
}

    .areaNfce table.detailSale tr td {
        text-align: left;
        padding: 5px;
        font-weight: bolder;
        letter-spacing: 0px;
    }

        .areaNfce table.detailSale tr td:first-child {
            border-left: none;
        }

        .areaNfce table.detailSale tr td:last-child {
            text-align: right;
            width: 60px;
            vertical-align: bottom;
        }

.detailSale td {
    display: inline;
}

.formPayment tr td {
    font-size: 10px !important;
}

.formPayment .tdRight {
    margin-left: 100px;
}

.formPayment .mRight {
    margin-left: 34px;
}


/* formPayment */
.valuePayment .paymentText {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
}

.formPayment .tRight {
    text-align: right;
}

.valuePayment td.paymentText span {
    text-align: right;
}

.formPayment .lColor {
    font-size: 12px;
    color: #808080;
    font-weight: 300;
}

.descQt .qtde {
    margin-top: 10px;
    font-size: 12px;
    color: #808080;
    font-weight: 300;
}

    .descQt .qtde.last {
        color: #000;
        margin-bottom: 10px;
        display: block;
    }

.descQt td.qtde span {
    text-align: right;
    display: inline;
    float: right;
}


/* explanations */
.areaNfce table.explanations tr td {
    text-align: center;
}

.contingencia {
    background: #808080;
    border: 1px solid #d4d4d4;
}

    .contingencia div {
        background: #fff;
        width: 216px;
        margin: 0 auto;
        padding: 10px;
    }

.explanations .contingencia h1 {
    font-size: 15px;
}
/* postTax */
.areaNfce table.postTax tr td {
    text-align: center;
}

.postTax .text {
    font-weight: bold;
    color: #000;
    font-size: 10px;
}

.postTax a {
    text-decoration: none;
    color: #000;
    display: block;
    text-align: center;
}
/* User */
.areaNfce table.user tr td {
    text-align: center;
}

/* Barcode */

.barcode td {
    vertical-align: top !important;
}

.barcode .info-consumer {
    text-align: center;
}

/*.barcode .section-info-small { display: none; }*/

.barcode .section-info {
    width: 100%;
}

    .barcode .section-info .info-consumer .lColor {
        font-size: 12px;
        color: #808080;
        font-weight: 300;
        text-transform: none;
    }

    .barcode .section-info .info-consumer h5 {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .barcode .section-info .info-consumer p {
        line-height: 15px;
        font-family: 'Arial', Helvetica, sans-serif;
        font-size: 12px;
        margin-bottom: 4px;
    }

.qrCode {
    /*width: 25mm;
        min-height: 25mm;*/
    margin: 0 auto;
}

/* footer */
.nfceFooter p {
    font-size: 12px !important;
    color: #000 !important;
    font-weight: 300;
    font-family: 'Arial', Helvetica, sans-serif;
}

    .nfceFooter p span {
        display: block;
        text-align: center;
    }

.table-contingencia {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: white url(data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAGklEQVQoU2NkYGCQZCACMBKhBqyENgoHuxsBNlAAO7Z6FzgAAAAASUVORK5CYII=);
    position: relative;
}

.borda-bottom {
    border-bottom: 1px solid #000;
    position: relative;
}

.table-contingencia .aviso-contingencia {
    background-color: white;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
}

    .table-contingencia .aviso-contingencia h5 {
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }

    .table-contingencia .aviso-contingencia p {
        font-size: 12px;
    }

.td-text-right {
    float: right;
    text-align: right;
}

/*Custom*/
.dataTables_length {
    float: right !important;
}

.paginate_button {
    font-size: 10px !important;
}

html {
    font-family: 'raleway-regular' !important;
}

.dataTables_info {
    font-size: 13px !important;
}

table.dataTable.no-footer {
    border-bottom:0px !important;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0px !important;
}

.center-itens {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 13px;
}
@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 3px;
}
