.nfisent_capa_label {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    pointer-events: none;
    color: #236125 !important;
    font-weight: bold;
    text-transform: uppercase !important;
    padding-left: 0 !important;
}

/* Estilo base para o TEntry com tooltip */
.tentry_with_tooltip {
    position: relative !important;
    display: inline-block !important;

}

span.nfisent_legenda{

    cursor: default !important;
}

/* Estilo do tooltip */
.tentry_with_tooltip .tentry_tooltip {
    visibility: hidden !important;
    width: 200px !important;
    background-color: #555 !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 6px !important;
    padding: 5px !important;
    position: absolute !important;
    z-index: 1000 !important;
    bottom: 125% !important;
    left: 50% !important;
    margin-left: -100px !important;
    opacity: 0 !important;
    transition: opacity 0.3s !important;
    font-size: 12px !important;
}

/* Seta do tooltip */
.tentry_with_tooltip .tentry_tooltip::after {
    content: "" !important;
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    margin-left: -5px !important;
    border-width: 5px !important;
    border-style: solid !important;
    border-color: #555 transparent transparent transparent !important;
}

/* Mostrar tooltip ao passar o mouse */
.tentry_with_tooltip:hover .tentry_tooltip {
    visibility: visible !important;
    opacity: 1 !important;
}

.nfisent_item_marcado_excluir{

    background-color: #880404 !important;
}

.nfisent_texto_marcado_excluir{

    color: rgb(252, 0, 0) !important;
}

tr[cliente="cliente_negativado"]{

    background-color: #880404 !important;
}

tr[cliente="cliente_negativado"]:hover{

    background-color: #880404 !important;
}

tr[cliente="cliente_ecommerce"]{

    background-color: #60a917 !important;
}

tr[cliente="cliente_ecommerce"]:hover{

    background-color: #60a917 !important;
}

tr[pedido="nao_transmitido"] > td:nth-of-type(5), tr.highlighted[pedido="nao_transmitido"] > td:nth-of-type(5){

    color: #fa6800 !important;
}

tr[pedido="nao_impresso"] > td:nth-of-type(5), tr.highlighted[pedido="nao_impresso"] > td:nth-of-type(5){

    color: #880404 !important;
}

tr.highlighted[cliente="cliente_negativado"] > td {

    background-color: #880404 !important;
}

tr.highlighted[cliente="cliente_negativado"] > td:hover{

    background-color: #880404 !important;
}

tbody tr[infoadc="cliente_situacao"] > td:nth-of-type(13){

    color: #ff6b6b !important;
}

tbody tr[inf_icms="cliente_denegada"] > td:nth-of-type(6){

    color: #ff6b6b !important;
}

tbody tr[situacao_nf="cancelada"] > td:nth-of-type(8){

    color: #ff6b6b !important;
}

/*tbody tr[nvendas="controle_entregas"] > td:nth-of-type(17), thead tr > th:nth-of-type(17){

    visibility: hidden !important;
}*/

tr[cliente="cliente_negativado"] > td, tr[cliente="cliente_ecommerce"] > td{

    color: #FFFFFF !important;
}

tr[cliente="cliente_negativado"] > td:hover, tr[cliente="cliente_ecommerce"] > td:hover{

    color: #FFFFFF !important;
}

.color-circle {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
}
.c-green        { background-color: #00ff80; }
.c-red          { background-color: #ff0d00; }
.c-yellow       { background-color: #ffcc00; }
.c-blue         { background-color: #0062ff; }
.c-black        { background-color: #000000; }
.c-gray         { background-color: #707070; }
.c-whine        { background-color: #722F37; }
.c-baby-blue    { background-color: #89CFF0; }