

/* notificaciones */

#criteria-wrapper {
    position:relative;
    margin-top:40px;
}
#criteria-wrapper .widget {
    /*display:block;
    position:relative;*/
    top:40px;
}

/* APPLICATION STYLES */

body {
    font-weight:400;
}
.barra-login-as {
    background: #c62828;
    color: white;
    padding: 3px;
    text-align: center;
    font-weight: bold;
}
.semaforo {
    display:inline-block;
    width:15px;
    height:15px;
    font-size: 1px;
    border-radius:15px;
    overflow:hidden;
}
.semaforo.rojo {
    color: #b51414;
    background-color: #b51414;
}
.semaforo.verde {
    color: #24b01c;
    background-color: #24b01c;
}
.semaforo.gris {
    color: #8c8c8c;
    background-color: #8c8c8c;
}

.semaforo.amarillo {
    color: #e5e516;
    background-color: #e5e516;
}