

table,
.keeps-table {
    display: table;
    border: none !important;
    border-top: 1px solid var(--border-color) !important;
    border-bottom: 1px solid var(--border-color) !important;
    width: 100%;
}


table thead tr th {
    background-color: white !important;
}


table tr,
.keeps-table.row {
    border: none;
}

table tr:nth-child(even),
.keeps-table-even-row {
    background-color: white  !important;
}


table tr:nth-child(odd),
.keeps-table-odd-row {
    background-color: #f9f9f9 !important;
}


table tr:hover,
.keeps-table-row-hover {
    background-color: #f1f1f1 !important;
}


table th,
.keeps-table-header-column {
    border: none !important;
}

table td,
.keeps-table-normal-column {
    background-color: transparent !important;
    border: none !important;
}




/* .searchresults span.Z3988 {
    padding-right: 10px;
} */


.searchresults .bibliocol {
    display: flex;
    gap: 10px;
}


.searchresults #floating {
    margin-bottom: 20px;
}

.searchresults #floating.floating {
    padding: 10px 15px;
    background-color: white;
}

.searchresults #toolbar {
    background-color: white;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}

/* .searchresults #floating.floating #toolbar {
    padding-left: 5px;
} */

.searchresults #floating.floating .selections-toolbar {
    margin-bottom: 0;
}

.searchresults #top-pages {
    padding: 0;
}

.searchresults #top-pages > .pagination,
#bottom-pages > .pagination {
    flex-direction: column;
}

.searchresults #top-pages ul.pagination,
#bottom-pages ul.pagination {
    /* gap: 5px; */
    flex-wrap: wrap;
    row-gap: 5px;
}


.searchresults #top-pages ul.pagination li a.page-link,
#bottom-pages ul.pagination li a.page-link {
    padding: 6px 12px;
    border-radius: 0px !important;
    /* border-radius: 4px; */
    border: 1px solid var(--border-color);
    color: var(--koha-black);
}

.searchresults #top-pages ul.pagination li.disabled a.page-link,
#bottom-pages ul.pagination li.disabled a.page-link  {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: white;
}

.searchresults #top-pages ul.pagination li:not(.disabled) a.page-link:hover,
.searchresults #top-pages ul.pagination li:not(.disabled) a.page-link:focus,
#bottom-pages ul.pagination li:not(.disabled) a.page-link:hover,
#bottom-pages ul.pagination li:not(.disabled) a.page-link:focus {
    background-color: var(--primary-highlighted);
    border-color: var(--primary-highlighted);
    color: white;

    box-shadow: none;
}

.searchresults #top-pages ul.pagination li:not(.disabled) a.page-link:hover i.fa,
#bottom-pages ul.pagination li:not(.disabled) a.page-link:hover i.fa {
    color: white;
}


.searchresults #toolbar .sort_by {
    padding: 0;
    align-self: flex-end;
}


.selections-toolbar {
    background: none;
    /* background-color: #e8e8e8; */
    border: none;
    padding: 0;

    margin-bottom: 5px;
}

.selections-toolbar .check_control::before,
.selections-toolbar .links .selections::before {
    display: none;
}


.selections-toolbar .check_control {
    margin-right: 10px;
}

.selections-toolbar .check_control a {
    margin-right: 5px;
    background: unset;
}


.selections-toolbar .links .selections {
    font-weight: normal;
}

.selections-toolbar .links .addto input,
.selections-toolbar .links button {
    margin-bottom: 3px;
}



/* .searchresults .biblio-title {
    color: var(--primary-light);
} */



.table_controls {
    display: flex;
    margin-bottom: 10px;
}

.table_controls .dataTables_filter label {
    margin-bottom: 0;
}

.table_controls .dataTables_filter label input {
    border-radius: 0;
    margin-left: 0;
}



table a.btn {
    background-color: unset;
    color: var(--primary-light);
}

table a.btn i.fa {
    color: var(--primary-light);
}


table a.btn:hover i.fa {
    color: var(--primary-dark);
}






.pages span,
.pages a {
    border-radius: 0 !important;
    padding: 6px 12px !important;
    color: black !important;
    font-size: 0.9rem !important;
}


.pages .currentPage {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: white !important;
}

.pages a:hover {
    background-color: var(--primary-highlighted);
    border-color: var(--primary-highlighted);
    color: white !important;
}

