.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-left: 1px solid #ddd;
    /* border-right: 1px solid #ddd; */
    /* border-top: 1px solid #ddd; */
    border-bottom: 0;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #ddd;
}

.table > tbody > tr > td:last-child,
.table > thead > tr > th:last-child,
.table > tfoot > tr > th:last-child {
    border-right: 1px solid #ddd;
}

.table > tfoot > tr > th {
    border-top: 1px solid #ddd !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 0px;
    border-bottom: 1px solid #ddd;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #ddd !important;
}

.w-100 {
    width: 100%;
}

.d-flex {
    display: flex;
}

.details {
    font-size: medium;
    /* background: #efefef; */
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

.details-header {
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.go-back-button {
    text-decoration: none;
}

.go-back-button:hover {
    text-decoration: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid transparent;
    background-color: unset;
    background: unset;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent;
}

.dataTables_wrapper .dataTables_length select {
    margin-left: 10px;
    margin-right: 10px;
}

.dataTables_length label {
    display: inline-flex;
    align-items: center;
}

tfoot {
    display: table-header-group;
}

.buttons-excel {
    color: #ffffff !important;
    background: #68bebd;
    text-align: center;
    padding: 10px;
    font-size: 12px;
}

.dt-buttons {
    height: 40px;
    display: flex;
    width: 100%;
}

.buttons-excel:hover {
    background: rgb(144, 230, 229);
    color: #ffffff !important;
    text-decoration: none;
}

.listh2 {
    display: flex;
    justify-content: space-between;
}

.navbar-nav > li {
    float: left;
}

.btn:hover {
    text-decoration: none;
}

.footer-v4 .footer {
    background: #68bebd !important;
}

.copyright {
    background: rgb(94, 180, 179) !important;
}

.footer-v4 h1,
.footer-v4 h2 {
    color: #dddddd !important;
}

.footer-v4 a {
    color: #ffffff !important;
}
