/* Grids */
.table-striped thead th{
    color: #FFFFFF !important;
}
.dataTable thead tr:first-child {
    height: 40px !important;
}
.dataTable thead tr th {
    background: #777777 0 0 no-repeat padding-box !important;
    border: 1px solid #D0D0D0 !important;
    opacity: 1;
}

.table-success thead tr th {
    font-size: 14px !important;
    letter-spacing: 0;
    text-transform: initial;
    background: #777777 !important;
}

.table-success thead tr th a {
    color: #FFFFFF;
}

/* Nested row gid*/
.th-grid-nested-row thead tr th {
    background: none !important;
    color: #777777 !important;
}
.th-grid-nested-row tr th a {
    color: #777777 !important;
}

.floatThead-table thead select {
    max-width: initial;
}

.body-content table thead .filters {
    background: #D0D0D0 0 0 no-repeat padding-box !important;
}
table.dataTable thead tr.filters td button.btn {
    color:white;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background: #F0F0F0 0 0 no-repeat padding-box;
}

.table-striped > tbody > tr {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #D0D0D0;
    opacity: 1;
    height: 40px;
}
.body-content table input[type="checkbox"] {
    height: 16px;
    width: 16px;
    color: #D0D0D0;
}
/*td.action-3-buttons {
    padding: 0 !important;
}
td.action-3-buttons .btn {
    width: 30px;
    height: 30px;
    background: #7EBF00 0 0 no-repeat padding-box;
    opacity: 1;
}
td.action-3-buttons .btn i{
    width: 24px;
    height: 24px;
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #777777;
    opacity: 1;
}*/
