.colunaAcoes {
    width: 10% !important;
    min-width: 110px !important;
    text-align: center !important;
}

.minWidth600 {
    min-width: 600px !important;
}

.footerPainel {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.comEfeito:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
}
.comSombra{
    box-shadow: 5px 0px 15px 5px #030615;
    background-color: #ecf0f5

}

@media print {
    .border-print-off {
        border: none !important;
    }
    .col-print-12 {
        width: 100%;
    }
    .col-print-11 {
        width: 91.66666667%;
    }
    .col-print-10 {
        width: 83.33333333%;
    }
    .col-print-9 {
        width: 75%;
    }
    .col-print-8 {
        width: 66.66666667%;
    }
    .col-print-7 {
        width: 58.33333333%;
    }
    .col-print-6 {
        width: 50%;
    }
    .col-print-5 {
        width: 41.66666667%;
    }
    .col-print-4 {
        width: 33.33333333%;
    }
    .col-print-3 {
        width: 25%;
    }
    .col-print-2 {
        width: 16.66666667%;
    }
    .col-print-1 {
        width: 8.33333333%;
    }
}

.footerPrint {
    display: none;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    cursor: pointer;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 0px;
    font-size: 50px;
    color: white;
    width: 100%;
    text-align: center;
    transform: translate(0%, -50%);
}

@media screen and (max-width: 600px) {
    #recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    #titleVisualizar {
        display: none;
    }
    #optVisualizar {
        text-align: center !important;
        float: none !important;
    }
    .mb-3-mobile {
        margin-bottom: 3px;
    }
}

fieldset.caixa {
    border: 1px groove #ddd !important;
    padding: 10px 20px 10px 20px !important;
    margin-top: -10px;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.caixa {
    font-size: 0.92em !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    margin: 0 10px !important;
    border-bottom: none;
}