
/* 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. */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,400&display=swap');

* {
    box-sizing: border-box;
}

body {
    padding-top: 70px;
    padding-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #022c5c;
}

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: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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%;
    overflow-x: hidden;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    print-color-adjust: exact;
    overflow-x: hidden;
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

    button:focus {
        border: 0;
        outline: none;
    }



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.inptable {
    width: 90%;
    max-width: 940px !important;
}

th {
    text-align: center;
    padding: 4px !important;
}

td {
    padding: 4px !important;
}

input {
    width: 150px;
    margin: auto;
}

.codigo {
    width: 40px;
    font-weight: 500 !important;
    text-align: center !important;
}

.descricao {
    text-align: center !important;
}

.valor {
    width: 190px;
}

.container {
    max-width: 1540px !important;
    margin-left: auto !important;
}

.fixed-top-filter {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    text-align: right;
}

.floatBtnLancamento {
    position: fixed;
    width: 64px;
    height: 64px;
    bottom: 40px;
    right: 40px;
    background-color: #1b6ec2;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 2;
    border: none;
}

.floatBtnArquivo {
    position: fixed;
    width: 64px;
    height: 64px;
    bottom: 120px;
    right: 40px;
    background-color: #1b6ec2;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 2;
    border: none;
}


.floatBtnDRE {
    position: fixed;
    width: 64px;
    height: 64px;
    bottom: 199px;
    right: 40px;
    background-color: #1b6ec2;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 2;
    border: none;
}

.form-lancamento {
    width: 100% !important;
}

.btn-check {
    width: 50px;
}

.bg-categoria {
    background-color: #313155 !important;
}

@media print {
    html, body {
        height: 99%;
        font-size: 16px;
    }

    #dre .text-small {
        font-size: 12px;
    }

    #dre {
        margin-top: 0px ;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .n-page {
        display: flex;
    }

    footer {
        display: none;
    }

    .new-page {
        display: block;
        page-break-before: always;
    }

    .print-page {
        position: absolute;
        bottom: 0;
        padding-bottom: 10mm;
        width: 100%;
        text-align: right;
        padding-right: 10px;
        font-size: 20px;
    }
    
    .p-1 {
        padding: 3px;
    }

    #dre .npage-1 {
        bottom: 0px;
    }

    .dre-page-1 {
        position: relative;
        height: 420mm !important;
    }

    .dre-page-2 {
        top: 70px;
        position: relative;
        height: 420mm !important;
    }

    .teste {
        top: -720px;
        position: absolute;
    }

    #dre .npage-2 {
        bottom: 0px;
    }

    #dre .dre-page-1 td {
        font-size: 12px !important;
    }

    #dre .dre-page-2 td {
        line-height: 17px;
        text-align: right;
        background: yellow;
        font-size: 15px;
    }

    .dre-page-2 .n-page {
        position: relative;
        bottom: 0;
        right: 0;
    }

    .tooltip {
        visibility: hidden;
    }

    .Zeradoprint {
        color: transparent !important;
    }
}

.btn-plumas {
    color: #fff !important;
    background-color: #003768;
    border-color: #003768;
    transition: all 0.15s ease-in-out;
}

.btn-plumas:hover,
.btn-plumas:focus {
    background-color: #00539c;
    border-color: #00539c;
}

.btn-plumas-3d {
    min-height: 34px;
    padding: 6px 18px;
    color: #fff !important;
    font-weight: 600;
    font-size: 13.5px;
    line-height: 1.25;
    border: 1px solid #003768;
    border-radius: 9999px; /* rounded-pill */
    background: #003768;
    box-shadow: 0 2px 4px rgba(0, 55, 104, 0.08);
    text-shadow: none;
    transform: translateY(0);
    transition: all 0.15s ease-in-out;
}

.btn-plumas-3d:hover,
.btn-plumas-3d:focus {
    color: #fff !important;
    background: #00539c;
    border-color: #00539c;
    box-shadow: 0 4px 8px rgba(0, 55, 104, 0.15);
    transform: translateY(-1px);
}

.btn-plumas-3d:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 55, 104, 0.08);
}

.btn-plumas-3d:focus {
    outline: 0;
}

.btn-plumas-3d:focus-visible {
    box-shadow: 0 0 0 .2rem rgba(13, 110, 200, 0.25);
}

.btn-plumas-3d i {
    font-size: .86em;
}

.btn-plumas-3d-save {
    background: #718096;
    border-color: #718096;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.btn-plumas-3d-save:hover,
.btn-plumas-3d-save:focus {
    background: #4a5568;
    border-color: #4a5568;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-plumas-3d-save:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.btn-plumas-3d-danger {
    background: #c53030;
    border-color: #c53030;
    box-shadow: 0 2px 4px rgba(197, 48, 48, 0.1);
}

.btn-plumas-3d-danger:hover,
.btn-plumas-3d-danger:focus {
    background: #9b2c2c;
    border-color: #9b2c2c;
    box-shadow: 0 4px 8px rgba(197, 48, 48, 0.2);
}

.btn-plumas-3d-danger:active {
    box-shadow: 0 2px 4px rgba(197, 48, 48, 0.1);
}

.btn-plumas-login {
    color: #fff;
    background-color: #313155;
    border-color: #313155;
}

.btn-plumas:hover {
    color: #fff !important;
    background-color: #00539c;
    border-color: #00539c;
}

.btn-plumas-w {
    margin: 2px;
    color: #003768;
    background-color: #fff;
    border: 1px solid #cbd8e8;
    border-radius: 9999px;
    font-weight: 600;
    transition: all 0.15s ease-in-out;
}

.btn-plumas-w:hover, .btn-plumas-w:focus {
    color: #fff !important;
    background-color: #003768;
    border-color: #003768;
}

.btn.btn-plumas-3d,
.btn.btn-plumas-3d:hover,
.btn.btn-plumas-3d:focus {
    margin: 0;
    border-color: transparent;
}

.btn.btn-plumas-3d:hover,
.btn.btn-plumas-3d:focus {
    color: #fff !important;
    background: linear-gradient(180deg, #585b8d 0%, #3a3b66 55%, #292b50 100%);
}

.btn.btn-plumas-3d-save:hover,
.btn.btn-plumas-3d-save:focus {
    background: linear-gradient(180deg, #9b9db7 0%, #747692 55%, #5c5f78 100%);
}

.btn.btn-plumas-3d-danger:hover,
.btn.btn-plumas-3d-danger:focus {
    background: linear-gradient(180deg, #e86170 0%, #d02c3c 56%, #a9202d 100%);
}

.text-plumas {
    color: #313155;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
}

#conta-ofx {
    width: 50px;
}

.nav-item {
    white-space: nowrap !important;
}

.nav-item {
    transition: all .3s;
    position: relative;
    cursor: pointer;
    color: #202020;
}

    .nav-item:hover {
        background-color: #fff;
        color: black;
    }

    .nav-item:after {
        content: '';
        display: block;
        width: 0;
        height: 6px;
        border-bottom: 2px solid #202020;
        position: absolute;
        left: 0;
    }

    .active:after, .nav-item:hover:after {
        animation: animate .3s linear forwards;
    }

@keyframes animate {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.download-txt {
    font-size: 1.5rem;
}

.page-title {
    font-weight: bold;
    color: #202020;
    position: relative;
}

    .page-title:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 70px;
        height: 8px;
        background-color: #e5e5e5;
    }

.area-login {
    border-top: solid 6px #313155;
    width: 90%;
    max-width: 500px;
    padding: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.border-dashed {
    border-style: dashed;
}

.icon-banco {
    width: 50px;
    height: 50px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
    opacity: .7;
    transition: all .3s ease;
}

.checkado {
    opacity: 1;
}

    .checkado:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        border-bottom: solid 4px #202020;
        left: 0;
        bottom: -10px;
        transition: all .3s ease;
    }

.select {
    margin-right: 10px !important;
}

.select2-container {
    width: 100% !important;
}

.select-header .select2-container {
    max-width: 322px !important;
}

.select2-selection {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.select2-container .select2-selection--multiple {
    height: auto !important;
    padding: -0.425rem 0.75rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.btn-search-header {
    margin-right: -20px !important;
}


th, td {
    text-align: center;
    text-transform: uppercase;
}

.col-result {
    width: 190px;
}

.area-img-banco {
    width: 200px;
    height: 200px;
}


#dre .table-bordered {
    color: black !important;
}

    #dre .table-bordered td, #dre .table-bordered th {
        border: 1px solid #000 !important;
    }


.table tbody + tbody {
    border-top: 1px solid #000;
}



#dre th, #dre td {
    padding: 0px !important;
}

#dre td {
    /*height: 15px;*/
    /*line-height: 15px;*/
    text-align: right;
}



.right {
    text-align: right !important;
}

#page-empresa td:nth-last-child(1), .td-actions {
    width: 130px !important;
}



#page-empresa td {
    width: 301px !important;
}

.inativo {
    background: rgb(255, 0, 0, .8) !important;
    opacity: .5 !important;
    color: #fff !important;
}

.th-dre {
    border: 2px solid black !important;
    font-weight: bold;
}

.n-page {
    display: none !important;
}

.text-empresa {
    font-size: 18px;
}

.area-search {
    height: 50px;
    width: 100%;
    position: relative !important;
    display: flex;
    align-items: center;
}

.search-geral {
    width: 100%;
    position: absolute;
    top: 45px !important;
    left: 50%;
    z-index: 1009;
    background: #fff;
    transform: translateX(-50%);
    transition: all .3s ease;
}

    .search-geral input {
        border: 0;
        background-color: transparent;
        margin: 0 !important;
        width: 100% !important;
        margin-left: 10px !important;
    }

        .search-geral input:focus {
            outline: none !important;
        }

    .search-geral p {
        line-height: 1.1 !important;
    }

.flex-1 {
    flex: 1;
}

.check-selecao {
    width: 70px !important;
}

    .check-selecao input {
        width: 100% !important;
    }

.area-fornecedor-cliente {
    width: 234px !important;
}

.area-descricao-cliente {
    width: 301px !important;
}

.search-conta input {
    border: 0 !important;
}

    .search-conta input:focus {
        border: 0 !important;
        outline: 0 !important;
    }

.check-select input {
    width: 70px !important;
}

.preloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.5);
    z-index: 2909;
    top: 0;
    left: 0;
    display: none;
}

    .preloader img {
        width: 100px;
    }

.valor-conta-contabil {
    font-size: 40px;
    font-weight: bold;
}

.badge-sm {
    font-size: 1rem !important;
}

.valor-dre {
    white-space: nowrap !important;
}

.gap-3 {
    gap: 15px;
}

@page {
    size: A4;
    margin: 0 auto;
}

.th-dre {
    border: 2px solid black !important;
    font-weight: bold;
}

.n-page {
    position: absolute;
    bottom: 20px !important;
    right: 0;
}

#dre .npage-1 {
    bottom: 10px;
}

@media (max-width: 768px) {
    .select2-container {
        width: 96% !important;
    }

    .valor-conta-contabil-area {
        order: -1 !important;
    }
}
