.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); */
    }

} 

.status-porta {
    
    font: bold;
   -webkit-animation: FLASH-TEXT-GRAY 1s infinite; /* Safari 4+ */
   -moz-animation:    FLASH-TEXT-GRAY 1s infinite; /* Fx 5+ */
   -o-animation:      FLASH-TEXT-GRAY 1s infinite; /* Opera 12+ */
   animation:         FLASH-TEXT-GRAY 1s infinite; /* IE 10+, Fx 29+ */

}

@-webkit-keyframes FLASH-TEXT-GRAY {

    0%, 25% {

        color: #c4b8a6;
        /* border: 3px solid #e50000; */
    }

    50%, 100% {
        
        color: #5a5a5a;
        /* border: 3px solid rgb(117,209,63); */
    }

}

.dropdown.dropdown-jung.dropleft{

    margin-left: -100px;

}

#barra-alerta-superior{

    width: 60%;
    margin: auto;
}