﻿/* ------------------------------------------------------------------------ */
/*                                 Print                                    */
/* -------------------------------------------------------------------------*/

.monitoringTasksToPrint {
    display: none;
}

/*.noprint{
    display: none;
}*/

@media print {

    #breadcrumb {
        display: none;
    }

    #header {
        display: none;
    }

    .menu-nuevo {
        display: none !important;
    }

    #monitoringNotices {
        display: none;
    }

    #footer {
        display: none;
    }

    .monitoringTasks {
        /* width: 650px; */
        width: 90%;
        min-width: 650px;
    }

    .monitoringTasksToPrint {
        display: block;
    }

    .modal-footer {
        display: none;
    }

    .close {
        display: none;
    }

    .home-content {
        float: left;
        width: 98% !important;
    }

    #entityEdit input,
    #entityEdit textarea,
    #entityEdit span,
    #entityEdit .select2-choice
    #entityEdit .select2-arrow
    #entityEdit .select2-search-choice-close {
        border: 0px solid !important;
        font-size: 16px !important;
    }

    #entityEdit .title td {
        font-size: 16px !important;
    }

    .select2-container > * {
        border: 0px solid !important;
    }

    .select2-container .select2-choice {
        border: 0px solid !important;
    }

    .select2-container-multi .select2-choices {
        border: 0px solid !important;
    }

    #entityEdit .editableHeader .controlCell {
        padding: 8px 10px 0px 10px;
    }

    #entityEdit .editableHeader .captionCell {
        padding: 11px 10px 0px 10px;
    }

    #entityEdit .openButton,
    #entityEdit .button,
    #entityEdit .buttonOn,
    #entityEdit .iconButton,
    #entityEdit img {
        display: none;
    }

    #entityEdit .caption {
        width: auto !important;
    }

    #entityEdit .datePicker .input {
        width: 120px;
    }

    #entityEdit .controlCell .label {
        padding: 0px 2px 0px 3px !important
    }

    .noprint {
        display: none;
    }

    .label {
        border: 0px solid #000 !important;
    }

    .numPager {
        text-align: end;
        font-size: 80% !important;
    }

    @page {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /** {
        transition: none !important;
    }*/

    .rotulo1 {
        page-break-before: always;
        border: solid 1px #333;
        margin: 10px;
        text-align: center;
        font-size: 30px;
        padding: 15px;
        display: flex;
        gap: 4px;
        justify-content: center;
        flex-direction: column;
    }

    .rotulo1 .rotulo-data{
        text-align: initial;
    }

    .rotulo1 .collapsablePanel{
        border: 0px;
    }

    .AIEinfoContainer {
        width: auto;
    }

    .report-statistic-totals {
        width: auto;
        margin-bottom: 10px;
    }

        .report-statistic-totals .totals-container {
            flex-direction: row;
            justify-content: space-between;
        }

        .report-statistic-totals .all-totals-container {
            margin-top: 20px;
        }

    .report-statistic-total {
        text-align: center;
    }
}