/* index */
/*Schriftart*/

@font-face {
    font-family: cartoon;
    src: url(fonts/bd_cartoon_shout.ttf);
    font-weight: normal;
}

#titleoben {
    font-family: cartoon;
}

.mt-site-header-title {
    color: #f49610;
}

#bottom {
    height: 80px;
}

/*Zeiten und Überschrift*/
#zeit {

    width: 60px;
    text-align: right;
}

#teil {

    text-align: center;
}

#title {
    width: 200px;

}

#uhrzeit {
    width: 60px;
    text-align: right;
}

/*----------------------*/


/*Spiele*/
#spieltable {
    border-collapse: collapse;
    font-size: 12px;
}

.snr1 {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px dotted black;
    width: 60px;
    text-align: right;
}

.snr2, .snr3, .snr4, .snr5 {
    border-left: 1px solid black;
    border-bottom: 1px dotted black;
    width: 60px;
    text-align: right;
}

.snr6 {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 60px;
    text-align: center;
}

.steamA {
    border-right: 1px dotted black;
    border-left: 1px dotted black;
    border-top: 1px solid black;
    border-bottom: 1px dotted black;
    width: 70px;
    text-align: center;
}

.steamB {
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px dotted black;
    width: 70px;
    text-align: center;
}

.sposA {
    border-right: 1px dotted black;
    border-left: 1px dotted black;
    border-bottom: 1px dotted black;
    width: 70px;
    text-align: center;
}

.sposB {
    border-bottom: 1px dotted black;
    border-right: 1px solid black;
    width: 70px;
    text-align: center;
}

.slk {
    border-top: 1px dotted black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    width: 60px;
    text-align: right;
}

.spunkteA {

    border-bottom: 1px dotted black;
    border-right: 1px dotted black;
    border-left: 1px dotted black;
    width: 70px;
    text-align: center;
}

.spunkteB {
    border-bottom: 1px dotted black;
    border-right: 1px solid black;
    width: 70px;
    text-align: center;
}

.spunkteAu {
    border-bottom: 1px dotted black;
    border-right: 1px dotted black;
    border-left: 1px dotted black;
    width: 70px;
    color: yellow;
    text-shadow: 1px 1px 2px black;
    text-align: center;
}

.spunkteBu {
    border-bottom: 1px dotted black;
    border-right: 1px solid black;
    width: 70px;
    text-align: center;
    text-shadow: 1px 1px 2px black;
    color: yellow;
}

.refe {
    border-left: 1px dotted black;
    border-bottom: 1px dotted black;
    border-right: 1px solid black;
    width: 70px;
    text-align: center;
}

.kge {
    border-left: 1px dotted black;
    border-bottom: 1px dotted black;
    border-right: 1px solid black;
    width: 70px;
    text-align: center;
}

input[type="number"] {
    width: 65px;
}

.public-nav-item {
    width: 100%;
}

/*popup div*/
.details {
    position: relative;
}

.details div {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 50px;
    overflow: hidden;
    color: transparent;
}

.details div:hover {
    color: black;
    width: 30em;
    height: 10em;
    z-index: 100;
    background-color: white;
    overflow: visible;
}

/*----------------------*/


/*Leistungsklassen*/
/*
#U10mI{background-color: #CCFFCC;}
#U10mIIA{background-color: #ff7d81;}
#U10mIIB{background-color: #ff9900;}
#U10w{background-color: #aafe38;}
#U11mI{background-color: #FFCC99;}
#U11w{background-color: #45FC42;}
#U11mIIA{background-color: #d5c60b;}
#U11mIIB{background-color: #fe2626;}
#U12mI{background-color: #FFFF99;}
#U12mIIA{background-color: #CCFFFF;}
#U12mIIB{background-color: #00FFFF;}
#U12mIIC{background-color: #5AB4FA;}
#U12wI{background-color: #f491ff;}
#U12wII{background-color: #ccb481;}
#U9I{background-color: #99ccff;}
#U9II{background-color: #FFF0ff;}
*/
#U12mI {
    background-color: #FFFB60;
}

#U12mII {
    background-color: #C1FBFF;
}

#U12wI {
    background-color: #FEC4FF;
}

#U12wII {
    background-color: #FEC4C4;
}

#U11mI {
    background-color: #FFCC99;
}

#U11mII {
    background-color: #D5C60B;
}

#U11wI {
    background-color: #44FA41;
}

#U11wII {
    background-color: #FF2323;
}

#U10mI {
    background-color: #A5EE1F;
}

#U10mII {
    background-color: #FF7D81;
}

#U10w {
    background-color: #80BC47;
}

#U9I {
    background-color: #99CCFF;
}

#U9II {
    background-color: #F28E3A;
}

/*----------------------*/

/*Lk ansicht*/

table.Spiel {
    width: 100%;
    font-size: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-collapse: collapse;
}

table.Spiel th {
    border-width: 1px;
    padding: 0px;
    border-style: dotted;
    border-color: black;
}

table.Spiel td {
    border-width: 1px;
    padding: 0px;
    border-style: dotted;
    border-color: black;
}

table.Spiel td.szeit {
    width: 70px;
    border-width: 1px;
    padding: 0px;
    border-style: dotted;
    border-color: black;
}

table.Gruppe {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-collapse: collapse;
    font-size: 14px;
}

table.Gruppe th {
    border-width: 1px;
    padding: 0px;
    border-style: dotted;
    border-color: black;
}

table.Gruppe td {
    border-width: 1px;
    padding: 0px;
    border-style: dotted;
    border-color: black;
}

table.Namen {
    width: 700px;
    border-width: 0px;
    border-style: none;
    border-color: black;
    border-collapse: collapse;
    font-size: large;
}

#titel {
    font-size: large;
    font-weight: bold;
}

#runde {
    font-size: 20px;
    float: left;
    width: 820px;
}

#gruppe {
    float: left;
    margin: 5px;
    border: 1px solid black;
    width: 260px;
    font-size: 14px;
}

#Team {
    width: 85px;
}

#Pkt {
    text-align: center;
}

#clear {
    clear: both;
}

/*----------------------*/

.admin-verein-user-label {
    font-weight: normal;
}

.admin-verein-actions-cell {
    vertical-align: top;
}

.admin-verein-missing-kuerzel-label {
    margin-left: 8px;
}

.admin-vereine-table > tbody > tr.admin-vereine-row-missing-kuerzel > td {
    background-color: #fff8e8;
}

.admin-users-last-login {
    white-space: nowrap;
}

.admin-configuration-page .page-header {
    margin-top: 0;
}

.admin-configuration-page .page-header p {
    margin-bottom: 0;
}

.admin-configuration-page .panel-title {
    text-align: left;
}

.admin-configuration-page .admin-configuration-actions {
    margin-top: 20px;
}

.mt-helper-intro-block h2 {
    margin-top: 0;
}

.mt-helper-intro-action {
    margin-bottom: 0;
    margin-top: 18px;
}

.mt-navigation-stack {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.navbar.mt-top-nav {
    margin-bottom: 20px;
}

.mt-top-nav-inner::before,
.mt-top-nav-inner::after {
    content: " ";
    display: table;
}

.mt-top-nav-inner::after {
    clear: both;
}

.mt-top-nav .navbar-brand {
    font-weight: 700;
}

.mt-top-nav .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

.mt-top-nav .mt-nav-section-divider {
    border-left: 1px solid #d5d5d5;
    height: 28px;
    margin: 11px 8px;
}

.mt-top-breadcrumb {
    margin: -8px 0 18px;
    padding: 8px 12px;
}

.mt-admin-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.mt-admin-navigation-stack .mt-top-breadcrumb {
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
}

.navbar.mt-admin-nav {
    margin-bottom: 12px;
    min-height: 44px;
}

.mt-admin-nav .mt-top-nav-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    padding-left: 15px;
    padding-right: 15px;
}

.mt-admin-nav .navbar-brand.mt-admin-brand {
    align-items: center;
    display: flex;
    height: 44px;
    padding: 6px 12px 6px 0;
}

.mt-admin-nav .navbar-brand.mt-admin-brand img {
    display: block;
    height: 32px;
    width: 32px;
}

.mt-admin-nav .navbar-nav > li > a {
    padding-bottom: 12px;
    padding-top: 12px;
}

.mt-admin-nav .navbar-toggle {
    margin-bottom: 5px;
    margin-top: 5px;
}

.mt-admin-nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.mt-settings-page {
    padding-bottom: 32px;
}

.mt-settings-page h1,
.mt-settings-page h2 {
    text-align: left;
}

.mt-settings-page h1 {
    margin: 0 0 24px;
}

.mt-settings-page h2 {
    margin: 0 0 12px;
}

.mt-settings-section {
    margin-bottom: 34px;
    max-width: 760px;
}

.mt-settings-note {
    margin-bottom: 20px;
}

.mt-settings-fields,
.mt-settings-form {
    max-width: 520px;
}

.mt-settings-page .form-group {
    margin-bottom: 18px;
}

.mt-document-page h1 {
    margin-bottom: 24px;
}

.mt-document-table-wrap {
    margin-bottom: 18px;
}

.mt-document-table th,
.mt-document-table td {
    vertical-align: middle !important;
}

.mt-spielregeln-table th,
.mt-spielregeln-table td {
    border-width: 2px !important;
    text-align: center;
}

.mt-spielregeln-table th:first-child {
    text-align: left;
    width: 22%;
}

.mt-document-note {
    margin: 18px 0 0;
}

.mt-document-body {
    max-width: 920px;
}

.mt-document-download {
    margin-top: 32px;
}

.mt-helper-page img {
    height: auto;
    max-width: 100%;
}

.mt-helper-page .intro-section {
    align-items: center;
    display: flex;
    gap: 28px;
    margin: 0 auto;
    max-width: 850px;
}

.mt-helper-page .intro-image {
    flex: 0 0 220px;
    text-align: center;
}

.mt-helper-page .intro-image img {
    width: 220px;
}

.mt-helper-page .intro-text,
.mt-helper-page .button-group {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.mt-helper-page .intro-text {
    flex: 1 1 auto;
    padding: 20px;
}

.mt-helper-page .intro-text h1,
.mt-helper-page .intro-text h2,
.mt-helper-page .intro-text h3,
.mt-helper-page .button-group h1,
.mt-helper-page .button-group h2,
.mt-helper-page .button-group h3 {
    text-align: left;
}

.mt-helper-page .button-group {
    margin: 16px auto;
    max-width: 850px;
    padding: 16px;
}

.mt-helper-page a.button {
    background-color: #5e227a;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.mt-helper-page a.button.admin-button {
    background-color: #2f6f9f;
}

.mt-helper-page a.button:hover,
.mt-helper-page a.button:focus {
    background-color: #785a96;
    color: #fff;
    text-decoration: none;
}

.mt-helper-page a.button.admin-button:hover,
.mt-helper-page a.button.admin-button:focus {
    background-color: #24577d;
}

.public-document-json-editor {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.public-document-age-groups {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    max-width: 620px;
}

.public-document-rules-editor th,
.public-document-rules-editor td {
    vertical-align: top !important;
}

.public-document-rules-editor th:first-child {
    min-width: 190px;
}

.public-document-rules-editor textarea {
    min-width: 150px;
    resize: vertical;
}

.public-document-rules-editor textarea:disabled {
    background: #f7f7f7;
    color: #777;
}

.public-document-cell-inherit {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 6px 0 0;
}

.public-document-rule-actions {
    text-align: center;
    width: 58px;
}

.public-document-rule-actions .btn {
    display: block;
    margin: 0 auto 4px;
}

.public-document-admin-preview {
    border-top: 1px solid #ddd;
    margin-top: 24px;
    padding-top: 18px;
}

.public-document-admin-preview .mt-document-body {
    max-width: none;
}

@media (min-width: 768px) {
    .mt-top-nav .navbar-brand {
        display: none;
    }

    .mt-admin-nav .navbar-brand.mt-admin-brand {
        display: flex;
    }
}

@media (max-width: 767px) {
    .mt-top-nav .navbar-collapse.in {
        max-height: calc(100vh - 52px);
        max-height: calc(100dvh - 52px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mt-top-nav .mt-nav-section-divider {
        border-left: 0;
        border-top: 1px solid #d5d5d5;
        height: 0;
        margin: 8px 15px;
    }

    .mt-helper-page .intro-section {
        display: block;
    }

    .mt-helper-page .intro-image {
        margin-bottom: 14px;
    }

    .mt-helper-page .intro-image img {
        width: 180px;
    }

    .mt-helper-page .button-group {
        padding: 15px;
    }

    .mt-helper-page a.button {
        box-sizing: border-box;
        text-align: center;
        width: 100%;
    }
}

.admin-faq-panel-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.admin-faq-action-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.faq-action-icon-link {
    align-items: center;
    border-radius: 999px;
    color: #2f5f8f;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    text-decoration: none;
    transition: background-color .15s ease-in-out, color .15s ease-in-out;
    width: 32px;
}

.faq-action-icon-link:hover,
.faq-action-icon-link:focus {
    background-color: transparent;
    color: #1f4467;
    text-decoration: none;
}

.faq-action-icon-link-danger {
    color: #b2453b;
}

.faq-action-icon-link-danger:hover,
.faq-action-icon-link-danger:focus {
    background-color: transparent;
    color: #8b2d25;
}

.planning-version-action-cell {
    white-space: nowrap;
}

.table-responsive.planning-version-table-wrapper {
    max-height: none;
    overflow: visible;
}

.tm-participant-candidates {
    margin-bottom: 0;
}

.tm-participant-candidates li + li {
    margin-top: 3px;
}

.planning-version-actions {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.planning-version-name-cell {
    min-width: 280px;
}

.planning-version-active-cell {
    min-width: 42px;
    text-align: center;
}

.planning-version-active-icon {
    color: #3c763d;
    display: inline-block;
    font-size: 14px;
}

.planning-version-created-cell {
    color: #6b7785;
    min-width: 96px;
    white-space: nowrap;
}

.planning-version-stats {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    white-space: nowrap;
}

.mt-warning-tooltip.planning-version-stats-help {
    background: #eef5fb;
    border: 1px solid #8fb8d8;
    border-radius: 999px;
    color: #2f5f8f;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    width: 18px;
}

.planning-version-stats-tooltip {
    right: auto;
    width: 190px;
}

.planning-version-stats-tooltip dl {
    display: grid;
    gap: 3px 10px;
    grid-template-columns: max-content 1fr;
    margin: 0;
}

.planning-version-stats-tooltip dt {
    color: #b8c7d6;
    font-weight: 700;
}

.planning-version-stats-tooltip dd {
    margin: 0;
}

.planning-version-name-wrap {
    align-items: flex-start;
    display: flex;
    gap: 8px;
}

.planning-version-tree-marker {
    color: #6b7785;
    flex: 0 0 16px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
}

.planning-version-name-content {
    flex: 1 1 auto;
    min-width: 0;
}

.planning-version-depth-1 .planning-version-name-wrap {
    padding-left: 18px;
}

.planning-version-depth-2 .planning-version-name-wrap {
    padding-left: 48px;
}

.planning-version-depth-3 .planning-version-name-wrap {
    padding-left: 78px;
}

.planning-version-depth-4 .planning-version-name-wrap {
    padding-left: 108px;
}

.planning-version-depth-5 .planning-version-name-wrap {
    padding-left: 138px;
}

.planning-version-depth-6 .planning-version-name-wrap {
    padding-left: 168px;
}

.planning-version-view-button {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
    width: 42px;
}

.planning-version-view-button:hover,
.planning-version-view-button:focus {
    background-color: #f5f5f5;
    border-color: #8c8c8c;
}

.planning-version-delete-button {
    color: #b2453b;
    font-size: 15px;
    height: 34px;
    line-height: 20px;
    padding: 6px 8px;
}

.planning-version-delete-button:hover,
.planning-version-delete-button:focus {
    color: #8b2d25;
    text-decoration: none;
}

.faq-action-icon {
    display: block;
    height: 18px;
    width: 18px;
}

.admin-faq-order-cell {
    white-space: nowrap;
    width: 1%;
}

.admin-faq-order-actions {
    align-items: center;
    display: grid;
    grid-template-columns: 32px 32px;
    padding-right: 12px;
}

.admin-faq-order-cell a {
    display: inline-block;
    vertical-align: middle;
}

.admin-faq-order-actions .faq-action-icon-link {
    align-items: center;
    display: inline-flex;
    height: 32px;
    vertical-align: middle;
    width: 32px;
}

.admin-faq-order-actions .faq-action-icon {
    height: 18px;
    width: 18px;
}

.admin-faq-order-actions .faq-sort-link-up {
    grid-column: 1;
}

.admin-faq-order-actions .faq-sort-link-down {
    grid-column: 2;
}

.table.admin-faq-table {
    margin-bottom: 0;
    table-layout: fixed;
    width: 100%;
}

.admin-faq-table td.admin-faq-order-cell,
.admin-faq-table td.admin-faq-title-cell {
    vertical-align: middle;
}

.admin-faq-col-order {
    width: 66px;
}

.admin-faq-col-status {
    width: 120px;
}

.admin-faq-col-edit {
    width: 90px;
}

.admin-helferlinks-col-venue {
    width: 180px;
}

.admin-helferlinks-col-links {
    width: auto;
}

.admin-helferlinks-venue-name {
    color: #6b7785;
    display: block;
    line-height: 1.3;
    margin-top: 4px;
}

.admin-helferlinks-day-group + .admin-helferlinks-day-group {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 8px;
}

.admin-helferlinks-day-group h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.admin-helferlinks-day-heading {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 6px;
}

.admin-helferlinks-day-heading label {
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
}

.admin-helferlinks-link-row {
    display: block;
}

.admin-helferlinks-link-row + .admin-helferlinks-link-row {
    margin-top: 6px;
}

.admin-helferlinks-link-row label {
    display: block;
    font-weight: 400;
    margin-bottom: 3px;
    white-space: nowrap;
}

.admin-helferlinks-link-row .form-control {
    font-family: monospace;
    font-size: 13px;
}

.admin-homepage-content-col-edit {
    width: 114px;
}

.admin-faq-entry-actions {
    white-space: nowrap;
}

button.faq-action-icon-link {
    background: transparent;
    border: 0;
    padding: 0;
}

.admin-nav-spacer {
    width: 100%;
}

.admin-nav-list {
    clear: both;
    width: 100%;
}

.breakfast-action-links {
    align-items: center;
    display: flex;
    gap: 10px;
    white-space: nowrap;
}

.breakfast-inline-action {
    display: inline-flex;
    margin: 0;
}

.breakfast-download-row,
.breakfast-pdf-download-row,
.breakfast-image-download-row {
    margin-top: 16px;
}

.breakfast-download-row:first-child {
    margin-top: 0;
}

.breakfast-pdf-download-row-secondary,
.breakfast-image-download-row-secondary {
    margin-top: 6px;
}

.breakfast-download-row .btn,
.breakfast-pdf-download-row .btn,
.breakfast-image-download-row .btn {
    margin-bottom: 4px;
}

.breakfast-image-download-label {
    display: inline-block;
    min-width: 190px;
    margin-right: 6px;
    font-weight: bold;
}

.breakfast-image-download-empty {
    margin: 16px 0 0 0;
}

.breakfast-warning-summary {
    padding-bottom: 12px;
}

.breakfast-warning-list {
    margin: 10px 0 0 20px;
    padding-left: 16px;
}

.breakfast-warning-list li {
    margin-bottom: 4px;
}

.breakfast-planning-explanation ul {
    margin: 10px 0 0 20px;
    padding-left: 16px;
}

.breakfast-planning-explanation li {
    margin-bottom: 4px;
}

.mt-help-tooltip {
    align-items: center;
    background: #eef5fb;
    border: 1px solid #8fb8d8;
    border-radius: 999px;
    color: #2f5f8f;
    cursor: default;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    line-height: 18px;
    margin-left: 6px;
    position: relative;
    vertical-align: middle;
    width: 18px;
}

.breakfast-kg-match-column {
    display: none;
}

.breakfast-kg-match-column.breakfast-kg-match-column-visible {
    display: table-cell;
}

.breakfast-hint-icons {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    min-height: 24px;
    white-space: nowrap;
}

.breakfast-hint-icons .mt-help-tooltip {
    margin-left: 0;
}

.breakfast-conflict-suggestion-list {
    margin: 0 0 0 18px;
    padding-left: 14px;
}

.mt-planning-actions,
.kg-planning-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kg-dry-run-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.mt-planning-actions form,
.kg-planning-actions form {
    margin: 0;
}

.planning-freeze-panel {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}

.planning-freeze-text {
    margin: 4px 0 0;
}

.mt-repair-form + .mt-repair-form {
    border-top: 1px solid #e5e5e5;
    margin-top: 22px;
    padding-top: 18px;
}

.mt-repair-help {
    color: #555;
    margin-bottom: 14px;
}

.mt-repair-section-title {
    color: #333;
    font-size: 18px;
    margin: 16px 0 8px;
}

.mt-repair-extra {
    border: 1px solid #d9e2ea;
    border-radius: 6px;
    margin: 14px 0;
}

.mt-repair-extra > summary,
.mt-collapsible-panel > summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 8px;
    list-style: none;
}

.mt-repair-extra > summary::-webkit-details-marker,
.mt-collapsible-panel > summary::-webkit-details-marker {
    display: none;
}

.mt-repair-extra > summary::before,
.mt-collapsible-panel > summary::before {
    border-bottom: 5px solid transparent;
    border-left: 7px solid currentColor;
    border-top: 5px solid transparent;
    content: "";
    display: block;
    flex: 0 0 14px;
    height: 0;
    transform-origin: 3px 5px;
    width: 0;
}

.mt-repair-extra[open] > summary::before,
.mt-collapsible-panel[open] > summary::before {
    transform: rotate(90deg);
}

.mt-repair-extra > summary {
    font-weight: 700;
    padding: 10px 12px;
}

.mt-repair-extra[open] > summary {
    border-bottom: 1px solid #d9e2ea;
}

.mt-repair-extra > p,
.mt-repair-extra > .row {
    margin-left: 12px;
    margin-right: 12px;
}

.mt-repair-extra > p {
    color: #555;
    margin-top: 10px;
}

.mt-group-details {
    border: 1px solid #d9e2ea;
    border-radius: 6px;
    margin-bottom: 10px;
}

.mt-group-details > summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 10px 12px;
}

.mt-group-details > summary::-webkit-details-marker {
    display: none;
}

.mt-group-details > summary::before {
    border-bottom: 5px solid transparent;
    border-left: 7px solid currentColor;
    border-top: 5px solid transparent;
    content: "";
    display: block;
    flex: 0 0 14px;
    height: 0;
    transform-origin: 3px 5px;
    width: 0;
}

.mt-group-details[open] > summary {
    border-bottom: 1px solid #d9e2ea;
}

.mt-group-details[open] > summary::before {
    transform: rotate(90deg);
}

.mt-group-summary-title {
    font-weight: 700;
}

.mt-group-summary-meta {
    color: #555;
}

.mt-group-form {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.mt-warning-tooltip.mt-schiri-info-help {
    background: #eef5fb;
    border: 1px solid #8fb8d8;
    border-radius: 999px;
    color: #2f5f8f;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    width: 18px;
}

.mt-schiri-info-tooltip {
    width: 360px;
}

.mt-status-tooltip {
    left: 0;
    right: auto;
    width: 320px;
}

.mt-status-tooltip ul {
    margin: 0;
    padding-left: 18px;
}

.mt-status-tooltip li {
    margin-bottom: 6px;
}

.mt-status-tooltip li:last-child {
    margin-bottom: 0;
}

.mt-schiri-info-tooltip dl {
    display: grid;
    gap: 3px 10px;
    grid-template-columns: max-content 1fr;
    margin: 0;
}

.mt-schiri-info-tooltip dt {
    color: #b8c7d6;
    font-weight: 700;
}

.mt-schiri-info-tooltip dd {
    margin: 0;
}

.mt-schiri-availability-badge {
    background: #edf2f6;
    border-radius: 4px;
    color: #243746;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-left: 4px;
    padding: 2px 6px;
    white-space: nowrap;
}

.mt-schiri-availability-badge-warning {
    background: #fff0c2;
    color: #7a5b00;
}

.ref-availability-start .ref-availability-time {
    margin-top: 8px;
}

.kg-lk-dashboard {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 26px;
}

.kg-lk-panel {
    border: 1px solid #d9e2ea;
    border-radius: 6px;
    background: #fff;
}

.panel-body > .kg-lk-panel + .kg-lk-panel {
    margin-top: 10px;
}

.kg-lk-panel-summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 12px 14px;
}

.kg-lk-panel-summary::-webkit-details-marker {
    display: none;
}

.kg-lk-panel-summary::before {
    border-bottom: 5px solid transparent;
    border-left: 7px solid currentColor;
    border-top: 5px solid transparent;
    content: "";
    display: block;
    flex: 0 0 14px;
    height: 0;
    transform-origin: 3px 5px;
    width: 0;
}

.kg-lk-panel[open] > .kg-lk-panel-summary::before {
    transform: rotate(90deg);
}

.kg-lk-title {
    color: #243746;
    font-size: 17px;
    font-weight: 700;
    margin-right: 8px;
}

.kg-lk-meta {
    background: #edf2f6;
    border-radius: 4px;
    color: #243746;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 7px;
}

.kg-lk-meta-danger {
    background: #f8d7da;
    color: #8a1f2d;
}

.kg-lk-meta-warning {
    background: #fff0c2;
    color: #7a5b00;
}

.kg-lk-meta-virtual {
    background: #e6f4ff;
    color: #245269;
}

.kg-lk-meta-changed,
.kg-game-card-diff {
    background: #d9edf7;
    color: #245269;
}

.kg-round-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    padding: 0 14px 14px;
}

.kg-day-section-heading {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #d9e2ea;
    border-radius: 6px;
    color: #243746;
    display: flex;
    gap: 12px;
    grid-column: 1 / -1;
    justify-content: space-between;
    margin-top: 2px;
    padding: 9px 12px;
}

.kg-day-section-heading h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.kg-day-section-heading span {
    color: #6b7785;
    font-size: 14px;
    white-space: nowrap;
}

.tm-sync-job-progress {
    margin-top: 14px;
}

.tm-sync-job-form {
    margin-top: 8px;
}

.tm-sync-job-current {
    color: #243746;
    font-weight: 600;
    margin: 8px 0;
}

.tm-sync-job-log {
    background: #f8fafc;
    border: 1px solid #d9e2ea;
    border-radius: 4px;
    font-size: 12px;
    max-height: 150px;
    overflow: auto;
    padding: 7px 9px;
}

.tm-sync-job-log-line {
    color: #243746;
    line-height: 1.45;
}

.tm-sync-job-log-line-warning {
    color: #7a5b00;
}

.tm-sync-job-log-line-error {
    color: #8a1f2d;
}

.tm-sync-job-result {
    font-weight: 600;
    margin-top: 8px;
}

.tm-sync-job-history {
    border-top: 1px solid #e5ebf0;
    margin-top: 18px;
    padding-top: 14px;
}

.tm-sync-job-history h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}

.tm-sync-job-status {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 7px;
}

.tm-sync-job-status-done {
    background: #dff0d8;
    color: #2b542c;
}

.tm-sync-job-status-failed {
    background: #f2dede;
    color: #843534;
}

.tm-sync-job-status-running {
    background: #d9edf7;
    color: #245269;
}

.tm-sync-job-status-queued {
    background: #edf2f6;
    color: #243746;
}

.tm-sync-job-history-log summary {
    cursor: pointer;
    font-weight: 600;
}

.tm-sync-job-history-log .tm-sync-job-log {
    margin-top: 6px;
    min-width: 260px;
}

.tm-sync-job-log-time {
    color: #6b7785;
    display: inline-block;
    margin-right: 6px;
}

.kg-round-card {
    border: 1px solid #d9e2ea;
    border-radius: 6px;
    background: #f8fafc;
    min-width: 0;
}

.kg-round-heading {
    align-items: center;
    border-bottom: 1px solid #d9e2ea;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 10px;
}

.kg-round-heading h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.kg-round-heading span {
    color: #6b7785;
    font-size: 12px;
    white-space: nowrap;
}

.kg-game-card {
    border-left: 4px solid #8fa4b8;
    background: #fff;
    border-bottom: 1px solid #e5ebf0;
    padding: 8px 10px;
}

.kg-game-card:last-child {
    border-bottom: 0;
}

.kg-game-card-top {
    align-items: center;
    color: #6b7785;
    display: flex;
    font-size: 12px;
    gap: 8px;
    justify-content: space-between;
}

.kg-game-card-match {
    color: #243746;
    font-weight: 600;
    margin-top: 4px;
}

.kg-game-card-label,
.kg-game-card-duty {
    color: #6b7785;
    font-size: 12px;
    margin-top: 3px;
}

.schiri-game-card-referees {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.schiri-game-card-referees > span {
    display: block;
}

.kg-game-card-info-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
    max-width: 100%;
    vertical-align: middle;
}

.kg-game-card-warning {
    background: #fff0c2;
    border-radius: 4px;
    color: #7a5b00;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 100%;
    padding: 2px 6px;
    white-space: normal;
}

.kg-game-card-warning-venue-change {
    background: #fff0c2;
    color: #7a5b00;
}

.kg-game-card-warning-inexperienced-pair {
    background: #fff0c2;
    color: #7a5b00;
}

.kg-game-card-warning-team-assignment {
    background: #f2dede;
    color: #843534;
}

.kg-game-card-warning-open {
    background: #fff0c2;
    color: #7a5b00;
}

.kg-game-card-warning-sequence,
.kg-game-card-warning-ref-group,
.kg-game-card-warning-over-target,
.kg-game-card-warning-trainer,
.kg-game-card-warning-repair,
.kg-game-card-warning-diagnostic {
    background: #fff0c2;
    color: #7a5b00;
}

.kg-game-card-diff {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 6px;
    white-space: nowrap;
}

.kg-game-card-status-label {
    color: #6b7785;
    font-size: 12px;
}

.mt-warning-tooltip.kg-game-card-info-help {
    background: #eef5fb;
    border: 1px solid #8fb8d8;
    border-radius: 999px;
    color: #2f5f8f;
    flex: 0 0 auto;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    width: 18px;
}

.kg-game-card-tooltip dl {
    display: grid;
    gap: 3px 10px;
    grid-template-columns: max-content 1fr;
    margin: 0 0 8px;
}

.kg-game-card-tooltip dt {
    color: #b8c7d6;
    font-weight: 700;
}

.kg-game-card-tooltip dd {
    margin: 0;
}

.kg-game-card-tooltip-heading {
    font-weight: 700;
    margin-top: 8px;
}

.kg-game-card-tooltip-sublist {
    margin: 4px 0 0 14px;
    padding-left: 14px;
}

.kg-game-card-tooltip-sublist strong {
    color: #b8c7d6;
}

.kg-lk-duty-summary {
    border-top: 1px solid #d9e2ea;
    padding: 10px 14px 14px;
}

.kg-lk-duty-summary h4,
.kg-lk-table-block h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px;
}

.kg-lk-duty-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.kg-lk-duty-list span {
    background: #edf2f6;
    border-radius: 4px;
    color: #243746;
    font-size: 12px;
    padding: 3px 7px;
}

.kg-lk-table-block {
    margin-bottom: 24px;
}

.kg-lk-round-row th {
    background: #e8eef4;
    color: #243746;
}

.kg-status-ok {
    border-left-color: #5cb85c;
}

.kg-status-warning {
    border-left-color: #f0ad4e;
}

.kg-status-stale {
    border-left-color: #f0ad4e;
    background: #fffaf0;
}

.kg-status-virtual {
    border-left-color: #5bc0de;
    background: #f6fbff;
}

.kg-status-open {
    border-left-color: #d9534f;
    background: #fff5f5;
}

.kg-lk-table tr.kg-status-ok > td:first-child {
    border-left: 4px solid #5cb85c;
}

.kg-lk-table tr.kg-status-warning > td:first-child {
    border-left: 4px solid #f0ad4e;
}

.kg-lk-table tr.kg-status-stale > td:first-child {
    border-left: 4px solid #f0ad4e;
}

.kg-lk-table tr.kg-status-virtual > td:first-child {
    border-left: 4px solid #5bc0de;
}

.kg-lk-table tr.kg-status-open > td:first-child {
    border-left: 4px solid #d9534f;
}

.kg-day-duty-heading {
    color: #6b7785;
    font-size: 16px;
    margin-top: 28px;
}

.referee-billing-count {
    margin-bottom: 28px;
}

.admin-referee-status-summary {
    margin-bottom: 28px;
    max-width: 1180px;
}

.admin-referee-status-summary .table {
    margin-bottom: 0;
}

.admin-referee-status-summary th,
.admin-referee-status-summary td {
    vertical-align: middle;
}

.admin-referee-status-summary-count {
    text-align: right;
    width: 90px;
}

.referee-billing-status-cell {
    min-width: 150px;
    vertical-align: top;
}

.referee-billing-amount-cell {
    white-space: nowrap;
}

.referee-billing-status-label .label {
    display: inline-block;
    line-height: 1.25;
    white-space: nowrap;
}

.referee-billing-status-action {
    display: block;
    margin-top: 6px;
}

.referee-billing-review-events {
    list-style: auto;
    margin-bottom: 0;
    padding-left: 15px;
}

.referee-billing-review-events li {
    overflow-wrap: anywhere;
}

.referee-billing-review-comment {
    color: #555;
    margin-top: 2px;
    overflow-wrap: anywhere;
}

.referee-billing-review-cell {
    min-width: 420px;
}

.referee-billing-note-input {
    margin-top: 6px;
}

.admin-referee-table .admin-referee-form-link-column {
    text-align: center;
    width: 34px;
}

.admin-referee-table .admin-referee-form-link {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

.table > tbody > tr.mt-referee-club-group-alt > td,
.table.table-striped > tbody > tr.mt-referee-club-group-alt > td {
    background-color: #f7f7f7;
}

.table > tbody > tr.mt-referee-club-group-alt:hover > td,
.table.table-striped > tbody > tr.mt-referee-club-group-alt:hover > td {
    background-color: #f2f2f2;
}

.mt-referee-club-group-alt .checkbox {
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 4px 6px;
}

.admin-referee-table .admin-referee-email-input {
    min-width: 300px;
}

.admin-referee-table .admin-referee-phone-input {
    min-width: 190px;
}

.mt-table-sort-button {
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    font-weight: 700;
    padding: 0;
    text-align: left;
}

.mt-table-sort-button:hover,
.mt-table-sort-button:focus {
    color: #23527c;
    text-decoration: underline;
}

.mt-table-sort-button[data-sort-direction="asc"]::after {
    content: " ▲";
}

.mt-table-sort-button[data-sort-direction="desc"]::after {
    content: " ▼";
}

.table-responsive.breakfast-shifts-table-wrapper {
    overflow: visible !important;
}

.table-responsive.breakfast-preview-table-wrapper {
    overflow: visible !important;
}

.breakfast-summary-total-row td {
    border-top: 1px solid #ddd !important;
    font-weight: 700;
}

.breakfast-utilization-section-title {
    font-size: 18px;
    margin: 18px 0 10px;
}

.breakfast-utilization-day-title {
    font-size: 16px;
    margin: 16px 0 8px;
}

.breakfast-utilization-room-title {
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0 6px;
}

.breakfast-table-heading-with-help {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    white-space: nowrap;
}

.breakfast-table-heading-with-help .mt-help-tooltip {
    margin-left: 0;
}

.mt-warning-tooltip {
    align-items: center;
    color: #c9302c;
    cursor: default;
    display: inline-flex;
    font-size: 20px;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    line-height: 24px;
    position: relative;
    width: 24px;
}

.mt-warning-tooltip > .mt-warning-tooltip-content {
    display: none;
}

.breakfast-conflict-tooltip-title {
    font-weight: 700;
    margin-top: 8px;
}

.tippy-box[data-theme~='mt-warning'] {
    background: #243746;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
}

.tippy-box[data-theme~='mt-warning'] .tippy-content {
    cursor: auto;
    max-height: calc(100vh - 36px);
    overflow: auto;
    padding: 10px 12px;
    user-select: text;
}

.tippy-box[data-theme~='mt-warning'] dl {
    margin: 0 0 8px;
}

.tippy-box[data-theme~='mt-warning'] .kg-game-card-tooltip {
    font-weight: 400;
    width: 320px;
}

.tippy-box[data-theme~='mt-warning'] ul {
    margin: 4px 0 8px 18px;
    padding-left: 12px;
}

.tippy-box[data-theme~='mt-warning'] li {
    margin-bottom: 2px;
}

.admin-faq-form-actions {
    margin-top: 20px;
}

.admin-faq-page .panel[id],
.admin-faq-page tr[id] {
    scroll-margin-top: 20px;
}

.faq-editor-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.faq-entry-title-input {
    min-width: 450px;
    max-width: 700px;
}

.faq-editor-surface {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    min-height: 220px;
    padding: 12px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.faq-editor-surface:focus {
    border-color: #66afe9;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    outline: none;
}

.homepage-content-image-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.homepage-content-image-item {
    display: block;
}

.homepage-content-image-item img {
    height: auto;
    width: 100%;
}

.mt-homepage-content-dynamic-table th {
    background: #f5f5f5;
}

.mt-homepage-content-admin-preview {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.homepage-content-placeholder-button {
    background: transparent;
    border: 0;
    padding: 0;
}

.homepage-content-placeholder-button code {
    color: #2f5f8f;
}

.homepage-content-placeholder-button:hover code,
.homepage-content-placeholder-button:focus code {
    color: #1f4467;
    text-decoration: underline;
}

.homepage-content-image-upload-status {
    display: inline-block;
    margin-left: 10px;
}

.homepage-content-image-upload-status-error {
    color: #a94442;
    font-weight: 600;
}

.mt-partner-strip {
    align-items: center;
    background: #f8f8f8;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    justify-content: space-between;
    margin: 28px 0 10px;
    padding: 16px 18px;
}

.mt-partner-strip-heading {
    color: #42545d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.mt-partner-strip-list {
    align-items: center;
    display: flex;
    flex: 1 1 560px;
    flex-wrap: wrap;
    gap: 12px;
}

.mt-partner-strip-item {
    align-items: center;
    display: flex;
    min-width: 158px;
}

.mt-partner-strip-logo {
    align-items: center;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    display: flex;
    height: 78px;
    justify-content: center;
    padding: 10px 12px;
    width: 158px;
}

.mt-partner-strip-logo img {
    display: block;
    max-height: 58px;
    max-width: 132px;
}

.mt-partner-strip-link {
    white-space: nowrap;
}

.mt-partner-page-grid {
    margin-top: 10px;
}

.mt-partner-card {
    background: #fff;
    border: 1px solid #d9e3e8;
    border-radius: 6px;
    margin-bottom: 24px;
    min-height: 320px;
    padding: 22px;
}

.mt-partner-card-logo {
    align-items: center;
    border: 1px solid #e4ebef;
    border-radius: 4px;
    display: flex;
    height: 132px;
    justify-content: center;
    margin-bottom: 18px;
    padding: 18px;
}

.mt-partner-card-logo img {
    display: block;
    max-height: 96px;
    max-width: 100%;
}

.mt-partner-card h2 {
    font-size: 22px;
    margin-top: 0;
}

.mt-partner-card-subtitle {
    color: #5c6a70;
    font-weight: 700;
}

@media (max-width: 767px) {
    .mt-partner-strip {
        align-items: stretch;
    }

    .mt-partner-strip-item {
        min-width: 0;
        width: auto;
    }
}

.spielorte-map {
    height: 550px;
}

.siegerehrung-preview-grid .siegerehrung-preview-class {
    break-inside: avoid;
}

.siegerehrung-preview-class .panel-heading {
    background-color: #f4f6f8;
}

.siegerehrung-preview-class .table {
    margin-bottom: 0;
}

.admin-breakfast-quantity-input {
    min-width: 80px;
}

.admin-ablauf-table th,
.admin-ablauf-table td {
    vertical-align: top;
}

.admin-dashboard-panel .panel-body {
    padding-bottom: 12px;
}

.admin-dashboard-todo {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 12px 14px;
}

.admin-dashboard-todo-warning {
    background-color: #fff8e8;
    border-color: #f0ad4e;
}

.admin-dashboard-todo-success {
    background-color: #edf7ed;
    border-color: #5cb85c;
}

.admin-dashboard-todo-list {
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 20px;
}

.admin-ablauf-check {
    margin-bottom: 6px;
    margin-top: 0;
}

.admin-ablauf-area-cell {
    max-width: 120px;
    overflow-wrap: anywhere;
}

.admin-ablauf-status-labels {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 170px;
}

.admin-ablauf-status-labels .label {
    align-self: flex-start;
    display: inline-block;
    line-height: 1.25;
    max-width: 100%;
    padding: 5px 8px;
    white-space: normal;
}

.admin-ablauf-note {
    max-width: 170px;
    min-width: 150px;
}

.admin-ablauf-links-cell {
    text-align: left;
}

.admin-ablauf-links {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.admin-ablauf-links li {
    margin-bottom: 4px;
}

.admin-ablauf-traffic {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
    padding: 16px 18px;
}

.admin-ablauf-traffic h2 {
    font-size: 22px;
    margin-bottom: 6px;
    margin-top: 0;
}

.admin-ablauf-traffic p {
    margin-bottom: 0;
}

.admin-ablauf-traffic-light {
    border-radius: 50%;
    flex: 0 0 72px;
    height: 72px;
    width: 72px;
}

.admin-ablauf-traffic-success {
    background-color: #edf7ed;
    border-color: #5cb85c;
}

.admin-ablauf-traffic-success .admin-ablauf-traffic-light {
    background-color: #3c763d;
}

.admin-ablauf-traffic-warning {
    background-color: #fff8e8;
    border-color: #f0ad4e;
}

.admin-ablauf-traffic-warning .admin-ablauf-traffic-light {
    background-color: #f0ad4e;
}

.admin-ablauf-traffic-danger {
    background-color: #fff0ed;
    border-color: #d9534f;
}

.admin-ablauf-traffic-danger .admin-ablauf-traffic-light {
    background-color: #d9534f;
}

.admin-ablauf-traffic-critical {
    background-color: #f2dede;
    border-color: #a94442;
}

.admin-ablauf-traffic-critical .admin-ablauf-traffic-light {
    background-color: #a94442;
}

.admin-ablauf-traffic-list {
    margin-bottom: 0;
    padding-left: 18px;
}

.admin-ablauf-traffic-days {
    color: #555;
}

.admin-ablauf-table > tbody > tr.admin-ablauf-row-overdue > td {
    background-color: #fff4e5;
}

.admin-ablauf-table > tbody > tr.admin-ablauf-row-overdue-strong > td {
    background-color: #ffe0cc;
}

.admin-ablauf-table > tbody > tr.admin-ablauf-row-overdue-critical > td {
    background-color: #f2b8b5;
}

.admin-ablauf-due-label {
    display: inline-block;
}

.admin-ablauf-due-label-open {
    background-color: #777;
}

.admin-ablauf-due-label-done {
    background-color: #5cb85c;
}

.admin-ablauf-due-label-overdue {
    background-color: #f0ad4e;
}

.admin-ablauf-due-label-overdue-strong {
    background-color: #d9534f;
}

.admin-ablauf-due-label-overdue-critical {
    background-color: #a94442;
}

.admin-mail-editor-form {
    padding-bottom: 80px;
}

.admin-mail-sender-form {
    padding-bottom: 80px;
}

.admin-mail-sender-control {
    max-width: 720px;
}

.admin-mail-captcha-control {
    max-width: 200px;
}

.admin-bulk-mail-hidden {
    display: none;
}

.admin-mail-subject-control {
    max-width: 900px;
}

.admin-mail-text-control {
    max-width: 900px;
}

.admin-mail-hooks-panel {
    max-width: 900px;
}

.admin-mail-hooks-panel code {
    display: inline-block;
    margin: 2px 4px 2px 0;
}

.admin-mail-attachments {
    margin: 18px 0;
}

.admin-mail-file-actions {
    margin-top: 8px;
}

.admin-mail-file-assignment-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 10px 0 16px;
    max-width: 900px;
}

.admin-mail-file-assignment-item {
    align-items: baseline;
    border-bottom: 1px solid #ddd;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 6px 0;
}

.admin-mail-file-assignment-item label {
    font-weight: normal;
    margin: 0;
}

.admin-mail-file-preview-link {
    white-space: nowrap;
}

.admin-mail-files-table td {
    vertical-align: top;
}

.admin-mail-folder-create-form {
    margin-bottom: 14px;
}

.admin-mail-folder-table-wrap {
    max-width: 900px;
}

.admin-mail-folder-rename-form,
.admin-mail-file-action-buttons {
    align-items: center;
    display: flex;
    gap: 8px;
}

.admin-mail-folder-rename-form .form-control {
    max-width: 340px;
}

.admin-mail-file-action-buttons {
    align-items: flex-start;
}

.admin-mail-file-row-actions summary {
    cursor: pointer;
    list-style: none;
}

.admin-mail-file-row-actions summary::-webkit-details-marker {
    display: none;
}

.admin-mail-file-inline-form {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}

.admin-mail-file-action-buttons > .admin-mail-file-inline-form {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.admin-mail-file-inline-form label {
    display: block;
    font-weight: normal;
    margin-bottom: 8px;
    max-width: 420px;
}

.admin-mail-file-icon-button {
    background: transparent;
    border: 0;
    color: #337ab7;
    line-height: 1;
    padding: 0;
}

.admin-mail-file-icon-button:hover,
.admin-mail-file-icon-button:focus {
    color: #23527c;
}

.admin-mail-file-icon-button-danger {
    color: #a94442;
}

.admin-mail-file-icon-button-danger:hover,
.admin-mail-file-icon-button-danger:focus {
    color: #843534;
}

.admin-mail-file-icon-button:disabled {
    color: #999;
    cursor: not-allowed;
}

.admin-bulk-mail-attachment-picker {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.admin-bulk-mail-attachment-item {
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 6px 0;
}

.admin-bulk-mail-attachment-item input {
    margin-top: 4px;
}

.admin-bulk-mail-attachment-content {
    display: block;
}

.admin-bulk-mail-attachment-name {
    display: block;
    font-weight: bold;
}

.admin-bulk-mail-attachment-meta,
.admin-bulk-mail-attachment-path {
    display: block;
}

.admin-bulk-mail-attachment-path {
    color: #777;
    font-size: 12px;
}

.admin-mail-preview-target {
    margin-top: 18px;
}

.admin-mail-body-preview {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
    line-height: 1.45;
    max-width: 100%;
    overflow-x: auto;
    white-space: pre;
    width: 1100px;
}

.tm-api-actions {
    margin: 14px 0;
}

.tm-api-actions .form-inline,
.panel-body > .form-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tm-diff-dashboard {
    margin-top: 12px;
}

.tm-diff-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.planning-score-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin: 12px 0 16px;
}

.planning-score-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 600;
}

.planning-score-field input {
    width: 120px;
    max-width: 120px;
}

.planning-algorithm-rules {
    margin: 12px 0 16px;
}

.planning-algorithm-rules ul {
    margin: 6px 0 0;
    padding-left: 20px;
}

.kg-duty-distribution-wrapper {
    max-width: 720px;
}

.kg-duty-distribution-heading {
    font-size: 16px;
    margin: 16px 0 8px;
}

.kg-duty-distribution-table {
    margin-bottom: 0;
}

.kg-duty-distribution-table th,
.kg-duty-distribution-table td {
    white-space: nowrap;
}

.kg-algorithm-stats-wrapper {
    max-width: 900px;
}

.kg-algorithm-stats-table {
    margin-bottom: 12px;
}

.kg-algorithm-stats-table th,
.kg-algorithm-stats-table td {
    white-space: nowrap;
}

.kg-algorithm-stats-subheading {
    font-size: 16px;
    margin: 16px 0 8px;
}

.kg-algorithm-stats-example-list {
    margin: 0 0 12px;
    padding-left: 22px;
}
