/* itinerario.html */
    #div-area-risco {
        display: none;
    }
    /* fim itinerario.html */

    /* geral */
    @media print {
        .no-print {
            display: none !important;
        }
    }

    .select2-container--default .select2-selection--single {
        height: 37px;
        padding: 3px 0 0 0;
    }

    .hidden {
        display: none;
    }

    .btn-pt {
        margin-top: 32px;
    }

    form .row .form-col {
        margin-top: 10px;
    }

    .psSpinner {
        display: none;
    }

    .bg-tecnorisk {
        background-color: #007bff;
        color: white;
    }
    /* fim geral */


    /* monitoramento_i.php */
    .text-wrap {
        word-wrap: break-word important;
        white-space: normal important;
    }
/* fim tela monitoramento_i.php */

    .vencido {
        color: red;
    }
