.jdk-badge {
    text-decoration: none;
}

.jdk-label {
    display: none;
}
.relevant .jdk-label {
    display: inline;
}
.relevant.active {
    display: block;
    color: rgba(255,255,255,.75);
}

@media (max-width: 1024px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 95%;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.description-missing {
    font-size: small;
    color: lightgray;
}

.description-missing a {
    color: lightblue;
}

.source {
    font-size: small;
    color: gray;
}

.event-config, .types-table {
    table-layout: fixed;
}

.inner, .sticky-top {
    padding-top: 80px;
}

.inner {
    padding-left: 1cm;
}

.navbar-nav > li {
    margin-top: -0.2em;
    margin-bottom: -0.2em;
}
#toc > ul > li > .nav-link:not(.active) {
    height: 2.2em;
}
#toc .nav-link {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.field-label {
    font-weight: 400;
}

.field-description {
    font-weight: 300;
    font-size: 0.9em;
}

.misses {
    font-size: 0.9em;
    margin-top: -1em;
}
.inner {
    z-index: 100;
    background-color: #ffffffad;
}
.toc {
    z-index: 99;
}

.sapmachine-logo {
    width: 2em;
    height: 2em;
    margin-top: -0.7em;
    margin-bottom: -0.5em;
}
@media (min-width: 1200px) {
    nav.navbar {
        height: 3em;
    }
    .event-selector, .variant-selector {
        margin-right: 1.5em;
    }
}

@media (max-width: 1199px) {
    .sapmachine-logo {
        margin-bottom: 0px;
    }
    .jdk-label {
        display: inline;
    }
    .event-selector, #aiButton {
        margin-bottom: 1em;
    }
}

h2 {
    padding-top: 100px;
    margin-top: -40px;
}

.section h1 {
    padding-top: 100px;
    margin-top: -40px;
    margin-bottom: -30px;
}

.type-link, .type-link:visited {
    color: darkblue;
    text-decoration: none;
}
.type-link:hover {
    color: blue;
    text-decoration: underline;
}

.type-link, .type-link:visited {
    color: darkblue;
    text-decoration: none;
}
.type-link:hover {
    color: blue;
    text-decoration: underline;
}

.table-header-row {
    font-size: 0.9em;
    font-weight: 700;
}

.intro-body {
    padding-top: 60px;
}
.intro h1 {
    margin-top: -140px;
}

.examples-tab {
    padding: 0.3cm;
}
.examples-tab table tr {
    table-layout: fixed;
    font-size: calc(1em - 0.05em * var(--depth))
}
.examples-tab table th {
    width: 200px;
    padding-left: calc(15px * var(--depth));
    word-break: break-all;
}
.null-value {
    font-family: monospace;
    font-style: italic;
}
.string-value {
    font-family: monospace;
    word-break: break-all;
}
.array-value, .object-value {
    vertical-align: top;
}
.array-value {
}
.object-value {
}
.value-truncated {
    .font-family: sans-serif;
}
summary {
    padding-bottom: 0.1cm;
}
a.hidden-toc-section {
    font-size: 0px !important;
}
.ai-generated-description {
    font-size: 0.9em;
    opacity: 0.9;
}
.ai-generated-description .badge {
    opacity: 0.9;
}
.ai-generated-description .disclaimer {
    font-style: italic;
}
#aiButton {
  margin-right: 1.5em;
}
.code-context {
    font-size: 0.9em;
}
.code-context .badge {
    opacity: 0.95;
}
.code-context .disclaimer {
    font-style: italic;
    font-size: 0.8em;
}
.code-context .body {
    border-style: dashed;
    border-width: 1px;
    border-color: lightgray;
}
.code-context .path-url {
    font-style: monospace;
}
.code-context pre[data-line] {
    padding-left: 4em;
}
.code-context .code-snippets {
    margin-bottom: -1.1em;
}
#codeContextButton {
  margin-right: 1.5em;
}
.stackFilter {
    font-size: 0.9em;
}