/*.bg-shadow {
    background-color: #13161D !important;
    color: #fff;
    border: 5px solid #101218 !important;
}

.bg-gitbg {
    background-color: #151B23 !important;
    color: #fff;
    border: 5px solid #3D444D !important;
}
*/


.bg-shadow {
    background-color: #151B23 !important;
    color: #fff;
    border: 5px solid #3D444D !important;
}
.bg-shadow::placeholder {
    color: #91988B !important;
    opacity: 1;
}
.bg-shadowt {
    background-color: #151B23 !important;

}

.bg-shadowi {
    background-color: #262C36 !important;
    color: #fff;
    border: 5px solid #3D444D !important;
}

.bg-tpreto {
    background-color: #262C36 !important;
}

.list-group-item {
    background-color: #13161D !important;
    color: #fff;
}
.list-group-item:hover {
    background-color: #262C36 !important;
    color: #fff;
}
/* tabelas */
.table td,
.table th {
    background-color: #13161D !important;
    color: #ffffff !important;
    border-color: #2a2f3a !important;
}

.table.dataTable tbody tr:hover {
    background-color: #262C36 !important;
}
.bg-h:hover {
    background-color: #262C36 !important;
}

/* linhas ímpares (1, 3, 5...) */

/*.table.dataTable tbody tr:nth-child(odd) td {
    background-color: #151B23 !important;
    color: #ffffff !important;
}*/

/* linhas pares (2, 4, 6...) */
/*.table.dataTable tbody tr:nth-child(even) td {
    background-color: #151B23 !important;
    color: #ffffff !important;
}*/


.table > :not(caption) > * > * {
    background-color: transparent !important;
}

/* ===== CÉLULAS ===== */
/*#Produtos td,
#Produtos th {
    background-color: #13161D !important;
    color: #ffffff !important;
    border-color: #2a2f3a !important;
}*/

/* linhas alternadas */
/*#Produtos.dataTable tbody tr:nth-child(even) td {
    background-color: #161a22 !important;
}*/

/* hover */
/*#Produtos tbody tr:hover td {
    background-color: #1c1f26 !important;
}*/

/* ===== BORDA GERAL ===== */
/*    #Produtos,
    #Produtos th,
    #Produtos td {
        border: 1px solid gray !important;
    }*/


/*.dt-paging-button {
    background-color: #1c1f26 !important;
    color: #ffffff !important;
    border: 1px solid #2a2f3a !important;
}*/




/* ===== REMOVE EFEITOS DO BOOTSTRAP ===== */

.dt-column-title {
    color: #ffffff !important;
    
}