/*editor help*/
.cnpj-mask, .cpf-mask, .is-required-mask, .email-mask, .phone-mask, .cep-mask, .city-mask, .uf-mask, .address-mask, .address-number-mask, .list-choice-mask{

}

/*Bootstrap Plus*/
.fs-7{
    font-size: 14px;
}
.fs-8{
    font-size: 12px;
}
.fs-9{
    font-size: 11px;
}
.fs-10{
    font-size: 10px;
}
.fs-11{
    font-size: 9px;
}

.sidebar{
    background-color: #002E5D;
    background-image: url('/assets/images/sidebar-ornament.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.sidebar-brand{
    background-color: transparent;
}
.sidebar-nav .nav-link{
    color: #fff;
    position: relative;
    transition: all .3s;
}
.sidebar-nav .nav-link:hover, .sidebar-nav .nav-link.active{
    background-image: linear-gradient(rgba(120, 155,57,0.13), rgba(159,159,235,0.12));
    padding-left: calc(1rem + 3px);
    transition: all .3s;
}
.sidebar-nav .nav-link:hover:before, .sidebar-nav .nav-link.active:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-image: linear-gradient(#93CB2F, #218477);
}

.spinner{
    display: none;
}

.bdocs-tab{
    border-bottom: 3px solid #D9DBDF;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #b3b3b3;
}
.bdocs-tab:hover{
    text-decoration: none;
    color: #b3b3b3;
}
.bdocs-tab.active{
    border-bottom: 3px solid #074b91;
    color: #074b91;
}
#bdoc-form-geral-import-docs-block.hide{
    overflow: hidden;
    height: 0px;
    transition:  all 0.5s;
}

.printed.title-1{
    font-size: 1.5em !important;
    font-weight: bold !important;

}

.printed.title-2{
    font-size: 1em !important;
    font-weight: bold !important;
}

.internal-cell{
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(44, 56, 74, 0.95);
    border-left-style: solid 3px;
    border-left-width: 0px;
    border-right-color: rgb(79, 93, 115);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(44, 56, 74, 0.95);
    border-top-style: none;
    border-top-width: 0px;
    padding: 5px;

}

.slim-select-material .placeholder {
    background-color: white;
}

.slim-select-material span.placeholder {
    color: black;
    opacity: 1;
    padding: 10px 5px;
}

.slim-select-material .ss-single-selected{
    height: 38px !important;
    /*border: 1px solid  #b1b7c1 !important;*/
}

.form-errors ul{
    padding-left: 0px;
}
.form-errors li{
    list-style: none;
    font-size: 11px;
    color: red;
}


@media print {
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

@media screen {
    div.divFooter {
        display: none;
    }
    .just-print{
        display: none;
        visibility: hidden;
    }

}


@media print {
    div.divFooter {
        position: fixed;
        bottom: 0;
    }

    .no-print, .no-print * {
        display: none !important;
        visibility: hidden !important;
    }

    .sidebar:not(.sidebar-end) ~ * {
        --cui-sidebar-occupy-start: none;
    }

    .dt-buttons, .dataTables_length, .dataTables_filter {
        display: none !important;
        visibility: hidden !important;
    }

    .just-print {
        display: block;
        visibility: visible;
    }


    .col-print-1 {
        width: 8%;
        float: left;
    }

    .col-print-2 {
        width: 16%;
        float: left;
    }

    .col-print-3 {
        width: 25%;
        float: left;
    }

    .col-print-4 {
        width: 33%;
        float: left;
    }

    .col-print-5 {
        width: 42%;
        float: left;
    }

    .col-print-6 {
        width: 50%;
        float: left;
    }

    .col-print-7 {
        width: 58%;
        float: left;
    }

    .col-print-8 {
        width: 66%;
        float: left;
    }

    .col-print-9 {
        width: 75%;
        float: left;
    }

    .col-print-10 {
        width: 83%;
        float: left;
    }

    .col-print-11 {
        width: 92%;
        float: left;
    }

    .col-print-12 {
        width: 100%;
        float: left;
    }

    .fs-4{
        font-size: 20px !important;
    }
    .line-break {
        page-break-after: always;
    }
}


.stripe-background {
    background-image: linear-gradient(45deg, #fcf4d6 25%, transparent 25%, transparent 50%, #fcf4d6 50%, #fcf4d6 75%, transparent 75%, transparent);
    background-size: 10px 10px;
    background-color: #FEECC4;
}