@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/BremenCalling/Components/DatagridContent/ShipCallComponent.razor.rz.scp.css */
.call-type[b-rq9ek10olr] {
    font-weight: bold;
    font-size: 16px;
}

.call-evaluation[b-rq9ek10olr] {
    font-weight: bold;
    font-size: 16px;
}
/* _content/BremenCalling/Components/Editors/NewShipEditor.razor.rz.scp.css */
/* Subtle stripe effect */
[b-jyiu48jbvd] tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.4);
}

.edit-buttons[b-jyiu48jbvd] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-evenly;
}

button[b-jyiu48jbvd] {
    flex: 1 1 40%;
}
/* _content/BremenCalling/Components/Layout/FilterMenuComponent.razor.rz.scp.css */
select option[b-142xtmwfif] {
    font-family: PlusJakartaSans-Regular, Arial;
}

.menu-filter[b-142xtmwfif] {
    display: flex;
    flex-direction: row;
    position: sticky;
    background: white;
    color: black;
    transition: 0.3s;
    z-index: 950;
}

.menu-filter-block[b-142xtmwfif] {
    display: flex;
    flex-direction: row;
    gap: 5px;
    z-index: 950;
}

.menu-hidden[b-142xtmwfif] {
    display: none;
    height: 0;
    transition: 0.5s;
}

.menu-shown[b-142xtmwfif] {
    display: flex !important;
    height: 146px !important;
    width: 100% !important;
    transition: 0.5s;
}

.menu-filter > div[b-142xtmwfif] {
    padding-bottom: 6px;
    gap: 7px;
}

.menu-filter-label[b-142xtmwfif] {
    color: black;
    width: auto;
    font-size: 15px;
    min-width: 120px;
}

.menu-filter-label-small[b-142xtmwfif] {
    max-width: 40px;
    min-width: 40px;
    margin-left: 5px;
    text-align: left;
}

.menu-filter-input-120[b-142xtmwfif] {
    min-width: 120px;
    max-width: 120px;
}

.menu-filter-input-150[b-142xtmwfif] {
    min-width: 150px;
    max-width: 150px;
}

.menu-filter-input-160[b-142xtmwfif] {
    min-width: 160px;
    max-width: 160px;
}

.flex-menu-inner-19[b-142xtmwfif] {
    display: flex;
    flex-basis: 10%;
    padding: 10px;
    flex-direction: column;
    z-index: 950;
}

.flex-menu-inner-27[b-142xtmwfif] {
    display: flex;
    flex-basis: 30%;
    flex-direction: column;
    padding: 10px;
    z-index: 950;
}

.btn-24h[b-142xtmwfif] {
    padding: 5px;
    margin-left: 5px;
}

.btn-reset[b-142xtmwfif] {
    max-width: 350px;
    min-width: 300px;
    align-self: flex-start;
}

@media (max-width: 1550px) {
    .menu-filter[b-142xtmwfif] {
        flex-direction: column;
        padding: 10px;
        width: 0;
        position: absolute;
        z-index: 1000;
        right: 0;
        background-color: var(--bc-color-secondary);
        overflow-x: hidden;
        overflow-y: scroll;
        transition: 0.5s;
    }

    .menu-filter-label[b-142xtmwfif] {
        color: white;
        font-size: 12px;
        text-align: start;
    }

    .menu-filter-label-small[b-142xtmwfif] {
        color: white;
    }

    .menu-shown[b-142xtmwfif] {
        display: flex !important;
        width: 350px !important;
        margin: 0;
        transition: 0.5s;
    }

    .menu-hidden[b-142xtmwfif] {
        width: 0;
        display: none;
        transition: 0.5s;
    }

    .desktop-only[b-142xtmwfif] {
        display: none;
    }

    .flex-menu-inner-19[b-142xtmwfif] {
        flex-basis: 100%;
    }

    .flex-menu-inner-27[b-142xtmwfif] {
        flex-basis: 100%;
    }

    .menu-filter-block[b-142xtmwfif] {
        flex-direction: column;
        gap: 5px;
    }

    .menu-filter-input-120[b-142xtmwfif],
    .menu-filter-input-150[b-142xtmwfif],
    .menu-filter-input-160[b-142xtmwfif] {
        min-width: 100%;
        max-width: 100%;
    }

}
/* _content/BremenCalling/Components/Layout/MainLayout.razor.rz.scp.css */
@font-face {
    font-family: 'PlusJakartaSans-Regular';
    src: url('font/PlusJakartaSans-Regular.ttf') format('truetype');
    /* f�r Safari, Android, iOS */
}

@font-face {
    font-family: 'PlusJakartaSans-Bold';
    src: url('font/PlusJakartaSans-Bold.ttf') format('truetype');
    /* f�r Safari, Android, iOS */
}


.page[b-gzw6d2u0if] {
    height: auto;
    min-height: 96vh;
    font-family: PlusJakartaSans-Regular;
    letter-spacing: 1px;
    background-color: #f5f5f5;
}

main[b-gzw6d2u0if] {
    background-color: #f5f5f5;
    flex: 1;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.main-header[b-gzw6d2u0if] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: white;
    width: 100%;
    padding: 10px;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.main-header-logo-row[b-gzw6d2u0if] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-header-logo[b-gzw6d2u0if] {
    display: none;
    height: auto;
    width: 95px;
    margin: 0 auto;
}

.main-header-name[b-gzw6d2u0if] {
    font-weight: 700;
    font-size: 24px;
    color: var(--bc-color-primary);
    text-transform: uppercase;
    font-family: PlusJakartaSans-Bold;
}

.main-header-buttons-row[b-gzw6d2u0if] {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.main-header-buttons[b-gzw6d2u0if] {
    height: auto;
    width: 50px;
    margin: 0 auto;
    cursor: pointer;
}


footer[b-gzw6d2u0if] {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background-color: var(--bc-color-secondary);
    color: white;
    /*position: fixed;*/
    /*top: auto;*/
    /*bottom: 0px;*/
    width: 100%;
}

footer .footer-link[b-gzw6d2u0if] {
    color: white;
    text-decoration: none;
    margin-right: 20px;
}

footer .footer-link:hover[b-gzw6d2u0if] {
    color: var(--bc-color-secondary);
    text-decoration: none;
    background-color: white;
}

.rz-dropdown-item[b-gzw6d2u0if] {
    padding: 0px;
}

.sidebar[b-gzw6d2u0if] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-gzw6d2u0if] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    padding: 20px;
    height: 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-row[b-gzw6d2u0if]  a, .top-row[b-gzw6d2u0if]  .btn-link {
    white-space: nowrap;

    text-decoration: none;
}

.top-row[b-gzw6d2u0if]  a:hover, .top-row[b-gzw6d2u0if]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-gzw6d2u0if]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}


.top-row[b-gzw6d2u0if] {
    display: none !important;
}


.rz-accordion-content-wrapper[b-gzw6d2u0if] {
    height: 100%;
}

.rz-accordion .rz-accordion-header > a[b-gzw6d2u0if] {
    color: white;
}

.rz-accordion .rz-accordion-header > a:hover[b-gzw6d2u0if] {
    color: white;
    font-weight: bold;
}

.inner-header > div > img[b-gzw6d2u0if] {
    height: 40px;
    width: auto;
}

.rz-accordion-content[b-gzw6d2u0if] {
    min-height: 170px;
    padding: 0px;
}


/* The sidebar menu */
.sidebar[b-gzw6d2u0if] {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Stay on top */
    top: 0;
    right: 0;
    background-color: var(--bc-color-secondary);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar a[b-gzw6d2u0if] {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover[b-gzw6d2u0if] {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn[b-gzw6d2u0if] {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main[b-gzw6d2u0if] {
    transition: margin-right .5s; /* If you want a transition effect */
}

label[b-gzw6d2u0if] {
    color: white;
}

/* Overlay, das den Hintergrund ausgraut */
.overlay[b-gzw6d2u0if] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Grauer, halbtransparenter Hintergrund */
    z-index: 1000;
}

/* Das Popup selbst */
.popup-menu[b-gzw6d2u0if] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 350px;
    border-radius: 10px;
    text-align: center;
    z-index: 1001; /* Das Popup liegt über dem Overlay */
}

/* Schließen-Button (X) */
.close-btn[b-gzw6d2u0if] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.close-btn:hover[b-gzw6d2u0if] {
    color: red;
}

/* Liste im Popup */
.popup-menu ul[b-gzw6d2u0if] {
    padding: 0;
    margin: 0;
    list-style: none;
}

.popup-menu li[b-gzw6d2u0if] {
    padding: 10px;
    border-radius: 10px;
}

.popup-menu li a[b-gzw6d2u0if] {
    text-decoration: none;
    color: #333;
}

.popup-menu li:hover[b-gzw6d2u0if] {
    background-color: #f0f0f0;
}


@media (max-width: 640.98px) {

    .top-row[b-gzw6d2u0if] {
        justify-content: space-between;
    }

    .top-row[b-gzw6d2u0if]  a, .top-row[b-gzw6d2u0if]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {


    .page[b-gzw6d2u0if] {
        flex-direction: row;
    }

    .sidebar[b-gzw6d2u0if] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gzw6d2u0if] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: var(--bc-color-primary);
        color: white;
    }

    .top-row.auth[b-gzw6d2u0if]  a:first-child {
        flex: 1;
        width: 0;
    }

    .top-row[b-gzw6d2u0if], article[b-gzw6d2u0if] {
    }

    .top-row > div > a[b-gzw6d2u0if] {
        color: white;
        text-decoration: none;
        padding: 20px;
    }

    .top-row > div > a:hover[b-gzw6d2u0if] {
        color: var(--bc-color-primary);
        text-decoration: none;
        background-color: white;
        padding: 20px;
    }
}

#blazor-error-ui[b-gzw6d2u0if] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-gzw6d2u0if] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/BremenCalling/Components/Layout/MobileOnlyAccordion.razor.rz.scp.css */
.mobile-only-accordion-header[b-n9l65v4c8u] {
    display: block;
}

.mobile-only-accordion-body[b-n9l65v4c8u] {
    display: flex;
    background: transparent;
    padding: 0;
    flex-flow: nowrap;
    gap: 10px;
    justify-content: flex-start;
    max-width: 100%;
    flex: 1 1 100%;
}

.mobile-only-accordion[b-n9l65v4c8u] {
    display: flex;
    flex-flow: column;
    background: transparent;
    max-width: calc(100% / 7 * 6 - 20px);
    flex: 1 1 calc(100% / 7 * 6 - 20px);
}

.mobile-only-accordion .collapse[b-n9l65v4c8u] {
    display: flex;
    flex-flow: nowrap;
    gap: 10px;
}

.mobile-only-accordion .collapse:not(.show)[b-n9l65v4c8u] {
    display: flex;
    flex-flow: nowrap;
    gap: 10px;
}

.mobile-only-accordion .collapse .show[b-n9l65v4c8u] {
    display: flex;
    flex-flow: nowrap;
    gap: 10px;
}

@media (max-width: 1180.98px) {
    .mobile-only-accordion[b-n9l65v4c8u] {
        max-width: 100%;
        flex: 1 1;
    }

    .mobile-only-accordion-body[b-n9l65v4c8u] {
        flex-flow: wrap;
    }

    .mobile-only-accordion .collapse[b-n9l65v4c8u] {
        flex-flow: wrap;
    }

    .mobile-only-accordion .collapse:not(.show)[b-n9l65v4c8u] {
        display: none;
    }

    .mobile-only-accordion .collapse .show[b-n9l65v4c8u] {
    }
}

@media (min-width: 1181px) {
    .mobile-only-accordion-header[b-n9l65v4c8u] {
        display: none;
    }
}
/* _content/BremenCalling/Components/Layout/NoNavLayout.razor.rz.scp.css */
@font-face {
    font-family: 'PlusJakartaSans-Regular';
    src: url('font/PlusJakartaSans-Regular.ttf') format('truetype');
    /* f�r Safari, Android, iOS */
}

@font-face {
    font-family: 'PlusJakartaSans-Bold';
    src: url('font/PlusJakartaSans-Bold.ttf') format('truetype');
    /* f�r Safari, Android, iOS */
}


.page[b-6smbeico3r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6smbeico3r] {
    flex: 1;
}

footer[b-6smbeico3r] {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    height: 5vh;
    background-color: var(--bc-color-secondary);
    color: white;

}

footer > div > a[b-6smbeico3r] {
    color: white;
    text-decoration: none;
    padding: 20px;

}

footer > div > a:hover[b-6smbeico3r] {
    color: var(--bc-color-secondary);
    text-decoration: none;
    padding: 20px;
    background-color: white;

}

.sidebar[b-6smbeico3r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6smbeico3r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    padding: 20px;
    height: 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-row[b-6smbeico3r]  a, .top-row[b-6smbeico3r]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
}

.top-row[b-6smbeico3r]  a:hover, .top-row[b-6smbeico3r]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-6smbeico3r]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-6smbeico3r] {
        justify-content: space-between;
    }

    .top-row[b-6smbeico3r]  a, .top-row[b-6smbeico3r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6smbeico3r] {
        flex-direction: row;
    }

    .sidebar[b-6smbeico3r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6smbeico3r] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: var(--bc-color-primary);
        color: white;
    }

    .top-row.auth[b-6smbeico3r]  a:first-child {
        flex: 1;
        width: 0;
    }

    .top-row[b-6smbeico3r], article[b-6smbeico3r] {
    }

    .top-row > div > a[b-6smbeico3r] {
        color: white;
        text-decoration: none;
        padding: 20px;
    }

    .top-row > div > a:hover[b-6smbeico3r] {
        color: var(--bc-color-primary);
        text-decoration: none;
        background-color: white;
        padding: 20px;
    }
}

#blazor-error-ui[b-6smbeico3r] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-6smbeico3r] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/BremenCalling/Components/Pages/HistoryPage.razor.rz.scp.css */
table[b-pllz1mlwkx] {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption[b-pllz1mlwkx] {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr[b-pllz1mlwkx] {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

table th[b-pllz1mlwkx] {
    padding: .625em;
    text-align: center;
    background-color: var(--bc-color-primary);
    color: black;
}

table td[b-pllz1mlwkx] {
    padding: .625em;
    text-align: center;
}

table th[b-pllz1mlwkx] {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

table td input[type=checkbox][b-pllz1mlwkx] {
    width: auto;
}

.filter[b-pllz1mlwkx] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    min-width: fit-content;
    margin: 10px;
    gap: 5px
}

.filter > input[type=checkbox][b-pllz1mlwkx] {
    width: auto;
    min-width: auto;
}

@media screen and (max-width: 600px) {
    table[b-pllz1mlwkx] {
        border: 0;
    }

    table caption[b-pllz1mlwkx] {
        font-size: 1.3em;
    }

    table thead[b-pllz1mlwkx] {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr[b-pllz1mlwkx] {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
        background-color: #f8f8f8;
        color: black;
    }

    table th[b-pllz1mlwkx] {
        padding: .625em;
        text-align: center;
        background-color: #f8f8f8;
        color: black;
    }

    table td[b-pllz1mlwkx] {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
        background-color: #f8f8f8;
        color: black;
    }

    table td[b-pllz1mlwkx]::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child[b-pllz1mlwkx] {
        border-bottom: 0;
    }
}
/* _content/BremenCalling/Components/Pages/ShipCallsPage.razor.rz.scp.css */
.page-header[b-9o5ecd2ehy] {
    margin-left: 10px;
    margin-right: 10px;
    position: sticky;
    /*top: 115px;*/
    margin-bottom: 0;
}

.page-header-row[b-9o5ecd2ehy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 1px;
}

.page-header-row-label[b-9o5ecd2ehy] {
    padding-left: 20px;
}

.top-row[b-9o5ecd2ehy] {
    display: none !important;
}

.inner-header > div > img[b-9o5ecd2ehy] {
    height: 40px;
    width: auto;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main[b-9o5ecd2ehy] {
    transition: margin-right .5s; /* If you want a transition effect */

}

label[b-9o5ecd2ehy] {
    color: white;
}

.top-row[b-9o5ecd2ehy] {
    display: none !important;
}

@media (max-width: 1181px) {
    .page-header-row[b-9o5ecd2ehy] {
        display: none;
    }
}
/* _content/BremenCalling/Components/Pages/ShipsPage.razor.rz.scp.css */
table[b-2ur8xagjts] {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption[b-2ur8xagjts] {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr[b-2ur8xagjts] {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

table th[b-2ur8xagjts] {
    padding: .625em;
    text-align: center;
    background-color: var(--bc-color-secondary);
    color: white;
}

table td[b-2ur8xagjts] {
    padding: .625em;
    text-align: center;
}

table th[b-2ur8xagjts] {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

table td input[type=checkbox][b-2ur8xagjts] {
    width: auto;
}

@media screen and (max-width: 600px) {
    table[b-2ur8xagjts] {
        border: 0;
    }

    table caption[b-2ur8xagjts] {
        font-size: 1.3em;
    }

    table thead[b-2ur8xagjts] {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr[b-2ur8xagjts] {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
        background-color: #f8f8f8;
        color: black;
    }

    table th[b-2ur8xagjts] {
        padding: .625em;
        text-align: center;
        background-color: #f8f8f8;
        color: black;
    }

    table td[b-2ur8xagjts] {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
        background-color: #f8f8f8;
        color: black;
    }

    table td[b-2ur8xagjts]::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child[b-2ur8xagjts] {
        border-bottom: 0;
    }
}
