

/* empresas */

.filename{
    overflow-wrap: anywhere !important;
}

/* APPLICATION STYLES */

.semaforo {
    width:12px;
    height:12px;
    border: solid 1px #676767;
    border-radius:12px;
    margin:0px 5px;
}
.semaforo.rojo { background-color: #a00000;      background: linear-gradient(#a00000, #a00000); }
.semaforo.amarillo { background-color:#f39c12;  background: linear-gradient(#f39c12, #f39c12);  }
.semaforo.gris { background-color: #b8b8b8;     background: linear-gradient(#b8b8b8, #b8b8b8);  }
.semaforo.verde { background-color: #27ae60;    background: linear-gradient(#27ae60, #27ae60);  }

.semaforo.negro { background-color: #000000;  background: linear-gradient(#000000, #000000);  }
.semaforo.blanco { background-color: #fff;     background: linear-gradient(#fff, #fff);  }


td.list-cell.Text>div {
    width:320px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
td.list-cell.Text>div:hover {
    width:320px;
    height: auto;
    white-space: initial;
    overflow: visible;
    cursor: pointer;
}