

/* APPLICATION STYLES */

.semaforo.gris{  color:#999; }
.semaforo.rojo{  color:#A33; }
.semaforo.verde{  color: #55a85c; }
.semaforo.amarillo{  color: #aa8f36; }
.semaforo.azul{  color: dodgerblue; }

.semaforo .luz.gris {
    color: #999;
}
.semaforo .luz.rojo {
    color: #A33;
}
.semaforo .luz.verde {
    color: #55a85c;
}
.semaforo .luz.amarillo {
    color: #aa8f36;
}
.semaforo .luz.azul {
    color: dodgerblue;
}

table.list-data>tbody>tr.list-row:nth-of-type(odd) {
    background-color: #f1f1f1;
}