﻿.table > thead > tr > th, 
.table > tbody > tr > td{
    padding: 15px 10px;
}

.table-transparent {
    background-color: transparent !important;
}

.table-transparent > thead,
.table-transparent > tbody,
.table-transparent > tfoot {
    background-color: transparent !important;
}

.table-transparent > thead > tr,
.table-transparent > tbody > tr,
.table-transparent > tfoot > tr {
    background-color: transparent !important;
}

.table-transparent > thead > tr > th,
.table-transparent > tbody > tr > td,
.table-transparent > tfoot > tr > td {
    background-color: transparent !important;
    color: white !important;
}

.table-transparent input,
.table-transparent .input-group-text {
    background-color: transparent !important;
    color: white !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.table-transparent input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}