/* html, body, and footer */
html {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #0c0c26;
    color: white;
    text-align: center;
    font-size: 75%;
}

.footer .footer-container span {
    margin: auto;
}

/* section and aside */
.aside {
    padding: 0px 0px;
}

.aside section {
    margin: 0px 0px 10px 0px;
}

section {
    background-color: #ffffff;
    padding: 15px 15px;
}

.hierarchy-column {
    display: flex;
    flex-direction: column;
    margin: 0.5em;
    margin-left: 1em;
    border-right: 1px solid #dee2e6;
    min-height: 100% !important;
    background-color: rgb(250, 250, 250);
}

.content-column {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 0.5em;
    min-height: calc(100vh - 155px);
    max-height: calc(100vh - 125px);
    min-width: 642px;
    overflow: scroll;
}

.search-column {
    min-height: calc(100vh - 155px);
    max-height: calc(100vh - 155px);
    overflow: scroll;
}

/* titlebar */
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

.navigation-main {
    padding-top: 0px;
    padding-bottom: 0px;
}

a.navbar-brand {
    padding: 19.5px 15px;
    line-height: 1;
    float: left;
    font-size: 19px;
    height: 19 px;
}

nav.navbar {
    background-color: #0c0c26;
    color: white;
    padding: 10px 15px;
}

/* logos */
.ex-app-logo {
    background: url("images/app-logo.svg") no-repeat center center;
    background-size: contain;
    width: 96px;
    height: 36px;
    background-size: contain;
}

/* tabs */
.tab-pane .sparql-listing-group {
    font-size: initial;
    font-variant-caps: petite-caps;
}

.tab-pane .sparql-listing-entry {
    border: none;
    padding: 0.25rem 1.25rem;
}

.nav-tabs .nav-link {
    position: relative;
    top: 1px;
}

.nav-tabs .nav-link.active {
    border-bottom: 1px solid white;
}

/* cursor */
.hoverPointer {
    cursor: pointer;
}

/* scrollbars */
* {
    scrollbar-color: lightgray white;
}

*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: transparent;
}

*::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: lightgrey;
    border: 3px white solid;
}

*::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}
