.barra-alerta {

    border-radius: 25px;
    font-weight: bold;
    color: #eff3f9;
    width: 100%;

}

.barra-alerta-piscando {
    /*
    width: 50px;
    height: 50px;
    */
    
   -webkit-animation: FLASH-BACKGROUND-ALARM 1s infinite; /* Safari 4+ */
    -moz-animation:    FLASH-BACKGROUND-ALARM 1s infinite; /* Fx 5+ */
    -o-animation:      FLASH-BACKGROUND-ALARM 1s infinite; /* Opera 12+ */
    animation:         FLASH-BACKGROUND-ALARM 1s infinite; /* IE 10+, Fx 29+ */

}

@-webkit-keyframes FLASH-BACKGROUND-ALARM {

    0%, 25% {

        /*background-color: #eb950b;*/
        background-color: #6E0101;
        /* border: 3px solid #e50000; */
    }

    50%, 100% {
        
        /*background-color: #d13737;*/
        background-color: #BE1623;
        /* border: 3px solid rgb(117,209,63); */
    }

} 

.logo-impressao-op {

    width: 150px;
    height: 80px;

}
.loading-2 {

    width: 25px;
    height: 25px;
    
}


.loading-gif {

    height: 30px;

}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {

    background-color: #2b3a4a !important;

}

.table-xsm {

    font-size: 8pt;

}

.dropdown-no-arrow::after {

    content: none;    

}


.campo-obrigatorio::after {

    content: "  * ";
    color: red;
    

}