.table > thead > tr, .table > tbody > tr, .table > tfoot > tr {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

table {
    display: table;
    border-collapse: separate;
    border-color: white;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
}

.table > thead > tr > th {
    font: Arial;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    vertical-align: bottom;
    border-bottom: 1px solid white;

}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    text-align: left;
    padding: 0.8rem;
    vertical-align: top;
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #333333;
}

table.dataTable tbody tr.highlight {
    background-color: #fff !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    text-align: left;
    padding: 0.8rem;
    padding-top: 5px;
    vertical-align: top;
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.editor-datetime-table {
    width: 90%
}

.radio-with-icon input[type="radio"]:checked ~ label:before, .radio-with-icon input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .4em;
    color: #fff;
    text-align: center
}



.panel-primary > .panel-heading {
    color: #6a6c6f;
    background-color: #dee1e6;
    border-color: white;
}

.panel-primary {
    border-color: white;
}

.panel-primary-2 > .panel-heading {
    color: #6a6c6f;
    background-color: rgba(155, 89, 182, 0.1);
    border: 1px solid white;
}

.panel-primary-2 {
    color: #6a6c6f;
    border-color: white;
}


.panel-warning-2 > .panel-heading {
    color: #6a6c6f;
    background-color: rgba(230, 126, 34, 0.1);
    border: 1px solid rgb(230, 126, 34)
}

.panel-warning-2 {
    color: #6a6c6f;
    border-color: rgb(230, 126, 34)
}

.panel-info > .panel-heading {

    color: #6a6c6f;
    background: rgba(52, 152, 219, 0.1);
    border: 1px solid white;
}

.panel-warning > .panel-heading {
    color: #6a6c6f;
    border: 1px solid rgb(255, 182, 6);
    background-color: rgba(255, 182, 6, 0.1);
}

.panel-success > .panel-heading {
    background-color: rgba(98, 203, 49, 0.1);
    border: 1px solid rgb(98, 203, 49);
    color: #6a6c6f;
}

.panel-danger > .panel-heading {
    color: #6a6c6f;
    background-color: rgba(231, 76, 60, 0.1);
    border: 1px solid rgb(231, 76, 60);
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: none !important ;
 
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 1px;
    border-right: 0;
}

table.dataTable.dt-head-left thead tr th {
    text-align: left;
    border-right: 0;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
    border-right-width: 0;
}

.table-bordered {
    border: none;
}

table, th, td {
  border: 2px solid white; /* Thicker border */
}

.dataTables_info {
    display: none !important;
}

