.tm-bsi-12 {
    font-size:1.2rem !important;
}
.tm-bsi-11 {
    font-size:1.1rem !important;
}
.tm-bsi-10 {
    font-size:1.0rem !important;
}
.tm-bsi-9 {
    font-size:0.9rem !important;
}
.tm-bsi-8 {
    font-size:0.8rem !important;
}
.tm-bsi-7 {
    font-size:0.7rem !important;
}
.tm-bsi-6 {
    font-size:0.6rem !important;
}
.tm-bsi-red {
    color:#a00000;
}
.tm-hover-row {
    border-bottom: 1px solid transparent !important;
}
.tm-hover-row:hover {
    border-bottom: 1px solid var(--bs-secondary) !important;
}
li.tm-item {
    list-style-position: inside !important;
    list-style-type: "\203A\00A0" !important;
}
a {
    text-decoration: none;
}
a:hover:not(.btn) {
    text-decoration: underline;
}
.tm-click-pointer:hover {
    cursor: pointer !important;
}
/* Some stuff "missing" from more recent Bootstrap versions :) */
.text-justify {
    text-align: justify;
    text-justify: inter-word;
}
.justamessage {
    height: 50vh !important;
}
/* Redacted text */
.tm-cloak {
    filter: none !important;
}
.tm-cloak-sitename {
}
.tm-cloak-siteurl {
}
.tm-cloak-on {
    color: white;
    background-color: black;
    filter: blur(5px) !important;
}
.tm-cloak-on:hover {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
    filter: none !important;
}
.tm-cloak-on:hover > a {
    color: #fff !important;
}
/* Special fields maybe */
.tm-toggle-password {
    /*
    display: inline-block !important;
    margin-left:-30px !important;
    margin-top:6px !important;
    color:#a0a0a0;
    */
}
.tm-toggle-password:hover {
    cursor:pointer;
}
/* Disable transitions */
.tm-notransition {
    transition-delay: 0ms !important;
    transition: none !important;
}
.collapsing {
    transition-delay: 0ms !important;
    transition: none !important;
}
.offcanvas-backdrop {
    transition-delay: 0ms !important;
    transition: none !important;
}
/* Some overrides */
.container-fluid:before { content:none; }
.container-fluid:after { content:none; }
body {overflow-x:hidden !important; }
/* Some colors */
mark, .mark {
    color: #212529 !important;
    background-color: #fff3cd !important;
}
.tm-text-warning {
    color: var(--bs-orange) !important;
}
.tm-content-pre {
    white-space: pre;
}
.tm-content-pre code {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.tm-baseline-content pre,
.tm-baseline-content pre.tm-content-pre {
    padding: 0.75rem;
    overflow-x: auto;
    line-height: 1.4;
}
.tm-baseline-content pre code,
.tm-baseline-content pre.tm-content-pre code {
    display: block;
}
.tm-callout {
    border-left-width: 0.35rem !important;
    padding-top: 0.9rem !important;
    padding-bottom: 0.7rem !important;
    font-style: normal !important;
    color: inherit !important;
}
.tm-callout p:last-child {
    margin-bottom: 0 !important;
}
.tm-callout p,
.tm-callout li,
.tm-callout div {
    font-style: normal !important;
}
.tm-callout-label {
    letter-spacing: 0.04em;
    color: inherit;
}
.tm-callout.alert-primary {
    border-left-color: var(--bs-primary) !important;
}
.tm-callout.alert-secondary {
    border-left-color: var(--bs-secondary) !important;
}
.tm-callout.alert-success {
    border-left-color: var(--bs-success) !important;
}
.tm-callout.alert-danger {
    border-left-color: var(--bs-danger) !important;
}
.tm-callout.alert-warning {
    border-left-color: var(--bs-warning) !important;
}
.tm-callout.alert-info {
    border-left-color: var(--bs-info) !important;
}
.tm-callout.alert-light {
    border-left-color: var(--bs-light-border-subtle) !important;
}
.tm-callout.alert-dark {
    border-left-color: var(--bs-dark) !important;
}
.tm-baseline-panel {
    background-image: none;
}
.tm-baseline-header-nav .dropdown-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}
.tm-theme-list {
    display: grid;
    gap: 0.75rem;
    max-height: 32rem;
}
.tm-theme-row {
    background-image: none;
}
.tm-theme-row .dropdown-toggle::after {
    margin-left: 0.35rem;
}
.tm-search-picker {
    position: relative;
}
.tm-search-picker-menu {
    inset: auto 0 auto 0;
    padding: 0.65rem;
}
.tm-search-picker-summary {
    margin-bottom: 0.5rem;
}
.tm-search-picker-options {
    max-height: 16rem;
    overflow-y: auto;
}
.tm-search-picker-options .list-group-item {
    border-left: 0;
    border-right: 0;
}
.tm-search-picker-options .list-group-item:first-child {
    border-top: 0;
}
.tm-search-picker-options .list-group-item:last-child {
    border-bottom: 0;
}
.tm-search-picker-options .list-group-item.active .small {
    color: rgba(255, 255, 255, 0.8) !important;
}
.container-fluid.tm-content-width-default,
.container-fluid.tm-content-width-full {
    max-width: none;
}
.container-fluid.tm-content-width-small {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid.tm-content-width-compact {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid.tm-content-width-reading {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid.tm-content-width-standard {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid.tm-content-width-wide {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.tm-baseline-panel h1,
.tm-baseline-panel h2,
.tm-baseline-panel h3,
.tm-baseline-panel h4,
.tm-baseline-panel h5,
.tm-baseline-panel h6 {
    text-wrap: balance;
}
.tm-baseline-content > :last-child {
    margin-bottom: 0 !important;
}
.tm-baseline-content ul:not(.contains-task-list),
.tm-baseline-content li > ul:not(.contains-task-list) {
    list-style-type: disc;
}
.tm-baseline-featured-image {
    margin-bottom: 0;
}
.tm-baseline-featured-image-summary {
    max-width: 16rem;
}
.tm-baseline-featured-image-summary img {
    display: block;
    width: 100%;
    height: auto;
}
.tm-baseline-featured-image-entry {
    max-width: min(100%, 42rem);
    margin-left: auto;
    margin-right: auto;
}
.tm-menu-location-root [data-tm-menu-list] {
    min-height: 0;
}
.tm-menu-row {
    transition: border-color 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
}
.tm-menu-row-child {
    margin-left: 1.5rem;
    border-left: 0.25rem solid var(--bs-border-color-translucent) !important;
}
.tm-menu-row-handle {
    cursor: grab;
}
.tm-menu-row-handle:active {
    cursor: grabbing;
}
.tm-menu-row-dragging {
    opacity: 0.55;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}
.tm-baseline-featured-image-entry img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.tm-baseline-content img[src*="missing-imported-media.svg"] {
    display: block;
    width: min(100%, 18rem);
    max-width: 18rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.tm-baseline-tree-item:hover {
    border-color: rgba(var(--bs-secondary-rgb), 0.5) !important;
}
.tm-page-tree-flat .tm-page-tree-node + .tm-page-tree-node {
    margin-top: 0.1rem;
}
.tm-page-tree-link {
    color: var(--bs-body-color);
    padding: 0.15rem 0;
}
.tm-page-tree-link:hover,
.tm-page-tree-link:focus {
    color: var(--bs-primary-text-emphasis);
    text-decoration: none !important;
}
.tm-page-tree-link.current {
    color: var(--bs-primary-text-emphasis);
}
.tm-page-tree-children {
    margin-top: 0.15rem;
}
.task-list-item,
.tm-baseline-content .task-list-item {
    list-style: none;
    position: relative;
    padding-left: 1.75rem;
}
.contains-task-list,
.tm-baseline-content .contains-task-list {
    padding-left: 0;
    list-style: none;
}
.task-list-item input[type="checkbox"],
.tm-baseline-content .task-list-item input[type="checkbox"] {
    position: absolute;
    top: 0.35em;
    left: 0;
    margin: 0;
}
.task-list-item > p,
.tm-baseline-content .task-list-item > p {
    margin-bottom: 0;
}
.task-list-item > ul,
.task-list-item > ol,
.tm-baseline-content .task-list-item > ul,
.tm-baseline-content .task-list-item > ol {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.contains-task-list > li > ul,
.contains-task-list > li > ol,
.tm-baseline-content .contains-task-list > li > ul,
.tm-baseline-content .contains-task-list > li > ol {
    margin-top: 0.15rem !important;
    margin-bottom: 0 !important;
}
.tm-nested-list,
.tm-baseline-content .tm-nested-list {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.contains-task-list.tm-nested-list,
.tm-baseline-content .contains-task-list.tm-nested-list {
    margin-left: -1.6rem;
}
.tm-baseline-content li > ul:not(.contains-task-list),
.tm-baseline-content li > ol:not(.contains-task-list) {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.tm-baseline-content li > ul > li:last-child,
.tm-baseline-content li > ol > li:last-child {
    margin-bottom: 0;
}
.tm-emoji {
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Twemoji Mozilla", "EmojiOne Color", sans-serif;
    font-variant-emoji: emoji;
}
.tm-editor-emoji-autocomplete {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.75rem;
    margin-inline: 0.75rem;
    z-index: 20;
    max-height: min(18rem, 45vh);
    overflow-y: auto;
}
.tm-editor-emoji-picker {
    width: 100%;
    height: min(30rem, 60vh);
}
.tm-help-content > :last-child {
    margin-bottom: 0 !important;
}
.tm-help-content,
.tm-help-content *,
#tm-help-modal-body,
#tm-help-modal-body .tm-help-section,
.tm-help-index-link,
.tm-help-index-link * {
    user-select: text;
    -webkit-user-select: text;
}
.tm-help-index-link {
    color: var(--bs-body-color);
    display: block;
}
.tm-help-index-link:hover,
.tm-help-index-link:focus {
    color: var(--bs-primary-text-emphasis);
    text-decoration: none !important;
}
.tm-help-index-link.active {
    color: var(--bs-primary-text-emphasis);
    font-weight: 600;
}
.tm-help-modal-grid > [class*="col-"] {
    min-height: 0;
}
.tm-help-index {
    min-height: 0;
}
.tm-help-index-panel {
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.tm-help-index-scroll,
.tm-help-documents-scroll {
    min-height: 0;
    overflow-y: auto;
    scrollbar-gutter: stable;
}
.tm-help-index-scroll {
    max-height: 16rem;
    padding-right: 0.25rem;
}
.tm-help-documents-scroll {
    padding-right: 0.25rem;
}
.tm-system-plugin-list-scroll {
    max-height: min(44rem, 70vh);
}
.tm-system-plugin-actions {
    width: 100%;
}
.tm-system-plugin-action {
    width: 100%;
}
.tm-system-plugin-action > .btn {
    width: 100%;
}
@media (min-width: 576px) {
    .tm-system-plugin-actions {
        width: auto;
    }
    .tm-system-plugin-action {
        width: auto;
    }
    .tm-system-plugin-action > .btn {
        width: auto;
    }
}
@media (min-width: 576px) {
    .tm-help-modal-dialog {
        width: min(1140px, calc(100vw - 2rem));
        max-width: min(1140px, calc(100vw - 2rem));
        height: min(80vh, 56rem);
        margin: 1rem auto;
    }
    .tm-help-modal-content {
        height: 100%;
    }
    .tm-help-modal-body {
        min-height: 0;
        overflow: hidden;
    }
    .tm-help-index-scroll,
    .tm-help-documents-scroll {
        max-height: calc(min(80vh, 56rem) - 11rem);
    }
}
@media (min-width: 1200px) {
    .tm-system-plugin-actions {
        width: 11rem;
        min-width: 11rem;
    }
    .tm-system-plugin-action,
    .tm-system-plugin-action > .btn {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .tm-help-index-scroll {
        max-height: calc(min(80vh, 56rem) - 11rem);
    }
}
