
.table-standard {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #0085ca;
}

.table-standard tr:nth-child(2n) {
    background-color: #f2f2f2;
}

.table-standard th, .table-standard td {
    border: 1px solid #ddd;
    padding: 8px 10px;
}

.table-standard th {
    background-color: #0085ca;
    color: #ffffff;
    font-weight: 600;
    border: solid 1px #dfe7eb;
}

.table-standard-title {
    font-weight: 600;
}


.table-standard td {
}


.bg-lbu {
    background-color: #753bbd;
}

.bg-lbu:hover {
    background-color: #512983;
}

.grid-footer {
    background-color: #e6ecef;
    border-radius: 0 0 5px 5px;
    padding: 0.5rem;
    text-align: right;
}


