
/* -------------------------------------------DEA */

@media (max-width: 576px) {

    div.page-header .page-heading {
        display: flex;
        justify-content: center;
        margin: 20px;
    }

    body.page-dea .page-header {
        margin: 0px 0px 25px !important;
    }

    body.page-dea .page-header .page-heading {
        font-size: 1.4rem;
        color: #fff;
    }

    body.page-dea .btn-salvar {
        background-color: deepskyblue;
        width: 90%;
        margin: 15px 5% 0px;
        border-radius: 30px;
        padding: 15px !important;
        font-size: 20px;
    }

    body.page-dea .card-widget {
        padding: 0.8rem;
        width: 90%;
        margin: 0 5%;
    }

    body.page-dea .pill-outlined {
        border: 1px solid #fff;
        border-radius: 30px;
        width: 90%;
        margin: 10px 5%;
        padding: 5px;
        display: flex;
        align-items: center;
    }

    body.page-dea span.descr-quantitativo {
        margin-left: 25px;
        color: #fff;
        font-size: 18px;
    }

    body.page-dea .card-increment {
        display:flex;
        align-items: center;
    }

    body.page-dea .increment {
        width: 45px !important;
        /* float: right; */
    }

    body.page-dea .increment .card-widget-body {
        justify-content: center;
    }

    body.page-dea .increment .card-widget-body .text {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
    }

    body.page-dea .card-increment .increment-number {
        color: #fff;
        font-size: 16px;
        margin: 0px 15px;
    }

    body.page-dea .quantitativo-delete {

    }
}


/* ------------------- AREA DE IMPRESSAO */

body.impressao-pdf {
     font: 12pt Calibri; 
    color: #000;
    }

body.impressao-pdf .edital-print {
    background-color: #ccc;
    padding: 15px;
}

body.impressao-pdf .folha {
    width: 700px;
    background-color: #fff;
    margin: 24px auto 0px;
    padding: 40px 100px;
    height: auto;
    -webkit-box-shadow: 4px 5px 15px -6px #000000; 
    box-shadow: 4px 5px 15px -6px #000000;
}

body.impressao-pdf .folha p {
    text-align: justify;
}

body.impressao-pdf .folha p.centro {
    text-align: center;

}

body.impressao-pdf .folha p.margem-left {
    margin-left: 300px;

}

body.impressao-pdf .folha h3 {
    font-size: 18px;
}

body.impressao-pdf p.objeto {
    margin-left: 420px;
}

body.impressao-pdf .tabela-valores td {
    border: 2px solid #000;
    border: 2px solid #000;
    font-size: 12px;
    padding: 8px;
}

body.impressao-pdf .tabela-valores thead td {
    font-weight: bold;
}


@media print {
    body.impressao-pdf * { visibility:hidden; }
    body.impressao-pdf .folha * {visibility: visible}
    body.impressao-pdf .folha {
        width: 100%; 
        position: absolute;
        font-size: 12pt;
        color: #000;
        height: auto;
        right: 0;
    top: 0;
    }
}

