@font-face {
    font-family: 'Comfortaa';
    src: url(../img/font.ttf);
}

:root {
    --bs-body-font-family: 'Comfortaa', sans-serif;
    --bs-body-font-size: 1rem;
}

#main {
    width: 100%;
    padding: 0;
    margin: 0;
}

.nav-link.active {
    background-color: #777 !important;
}

.nav-link.disabled {
    color: #555 !important;
}

.btn-primary{
    background-color: #777 !important;
    border-color: #777 !important;
}

#cattable tr.odd td:first-child,
#cattable tr.even td:first-child,
#catalogtable tr.odd td:first-child,
#catalogtable tr.even td:first-child{
    padding-left: 4em;
}

//hide title for searchpane added in datatables.css
.dtsp-titleRow {
	display: none;
}
.dtsp-searchPane {
	margin-top: 0 !important;
}

table.dataTable>tbody>tr.selected>*{
    color: black;
    background-color: var(--bs-primary);
}

.dtsp-titleRow {
    display: none;
}