tr.linha:nth-child(odd) {
    background:#f2f2f2
}
table th{
    background-color: #fff;
    color: #666;
    border-bottom: 1px solid #e6e6e5;
    border-top: 1px solid #e6e6e5;
    padding: 0.5rem 0.25rem 0.5rem 0;
    font-size: 0.9rem;
}
table th:first-child{
    padding: 0.25rem;
}
table td {
    display: table-cell;
    padding: 0.25rem 1rem 0.25rem 0;
    color: #666;
    position: relative; 
}
tr:nth-child(even) {background: #FFF}
tr:nth-child(odd) {background: #EEE}

div.icones > a.grupos  {
    background-image: url('../img/grupos.png');
    cursor: pointer;
}
div.icones > a.impressora {
    background-image: url('../img/impressora.png');
    cursor: pointer;
}
div.icones > a.disquete {
    background-image: url('../img/disquete.png');
    cursor: pointer;
}
div.icones > a.retorna {
    background-image: url('../img/retorna.png');
        cursor: pointer;
        margin: auto;
}
div.icones > a.usuarios {
    background-image: url('../img/usuarios.svg');
    cursor: pointer;
}
div.icones > a.central {
    background-image: url('../img/monitoramento.png');
    cursor: pointer;
}
div.icones > a.visto {
    background-image: url('../img/ico-visto.png');
    cursor: pointer;
}
.esconde{
    display:none !important;
}
.modalCentral { 
    height: 60%;
}
.marcado{
    background: #97F0F0;
}
.tooltip2 {
    position: relative;
    display: inline-block;
/*    border-bottom: 1px dotted black;*/
    border-bottom: 1px black;
}
.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 420px;
    background-color: #00b1eb;
    color: #fff;
    text-align: justify;
    border-radius: 6px;
    padding: 5px 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.tooltip2:hover .tooltiptext2 {
    visibility: visible;
}
.tooltip2 .tooltiptext2::after {
    content: " ";
    position: absolute;
    bottom: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #00b1eb transparent;
}
div.acoes-grid > a.pdf {
    background-image: url('../img/pdf.png');
    cursor: pointer;
    background-size: contain;
    background-size: auto 70%;
}