.detail-record table {
    color: #ffffff !important;
    border-color: #ffffff !important;
    border: 1px solid #ffffff;
}

.detail-record table th {
    border: 1px solid white !important;
}

.detail-record table th td {
    border: 1px solid white !important;
}

.detail-record table td {
    border: 1px solid white !important;
}

.detail-record table tbody tr:nth-of-type(odd) {
    background: #747474 !important;
}

.detail-record .table-striped tbody tr:nth-of-type(odd) {
    background: #747474 !important;
}

.detail-record table tbody tr:nth-of-type(2n) {
    background: #747474 !important;
}

.detail-record table tbody tr:nth-of-type(2n):hover {
    background: #747474 !important;
}

.detail-record table td {
    padding: 0.25rem 0.25rem 0.25rem 1rem !important;
}

.detail-record table tbody tr:hover {
    background-color: transparent !important;
    color: #ffffff !important;
}




.styled-table {
    border-collapse: collapse;
    margin-top: 15px;
    margin-right: 28px;
    margin-left: 30px;
    font-size: 1rem;
    min-width: 700px;
}

.styled-table:first-child {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table td {
    padding: 0.5rem 0.5rem 0.5rem 1rem !important;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:first-of-type {
    /*border-top: 2px solid #009879;*/
}

.styled-table tbody tr:last-of-type {
    /*border-bottom: 2px solid #009879;*/
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}


.styled-table tbody tr:hover {
    background-color: transparent !important;
    color: #000000 !important;
}
