.vis-item-content a {
    color: #000;
}

/*Pendente*/
.stat-9 {
    background-color: #cccccc;
}
/*Em atendimento*/
.stat-10 {
    background-color: #428bca;
}
/*Finalizado*/
.stat-11 {
    background-color: #008800;
}
.stat-11 a {
    color: #fff;
}
.stat-p11 {
    background-color: rgba(50, 205, 50, 0.15);
}
/*Cancelado*/
.stat-12 {
    background-color: #CC0000;
}
.stat-12 a {
    color: #fff;
}
/*Aguardando carregamento*/
.stat-13  {
    background-color: #cccccc;
}
/*Reaberto*/
.stat-21 {
    background-color: #cccccc;
}
/*Deslocamento*/
.stat-24  {
    background-color: #e8e8e8;
}
/*Deslocamento 2*/
.stat-25  {
    background-color: #ffa500;
}
/*Atrasado*/
.stat-alert  {
    background-color: yellow;
}

/*Evento*/
.stat-event  {
    background-color: rgba(242, 242, 154, 0.55);
}

.box-legend {
    padding: 10px;
}

.box-legend span {
    display: inline-block;
    height: 15px;
    width: 15px;
    vertical-align: sub;
}