/* _content/FfManager/Pages/ActivityHistory.razor.rz.scp.css */
.activity[b-59vgxv1lqh] {
    display: block;
    width: 100%;
    background-color: #222;
    color: #ddd;
    padding: 7px 14px;
    margin-bottom: 1rem;
    border-radius: 5px;
    border: 2px solid firebrick;
}

.activity-sent[b-59vgxv1lqh] {
    display: block;
    width: 100%;
    background-color: #222;
    color: #ddd;
    padding: 7px 14px;
    margin-bottom: 1rem;
    border-radius: 5px;
    border: 2px solid darkorange;
}

.activity-registered[b-59vgxv1lqh] {
    display: block;
    width: 100%;
    background-color: #222;
    color: #ddd;
    padding: 7px 14px;
    margin-bottom: 1rem;
    border-radius: 5px;
    border: 2px solid green;
}

.activity-creation[b-59vgxv1lqh] {
    font-size: 14px;
    width: 100%;
    color: #ccc;
}

.activity-type[b-59vgxv1lqh] {
    font-weight: bold;
    width: 100%;
}

.activity-date[b-59vgxv1lqh] {
    font-size: 15px;
    width: 100%;
}

.activity-description[b-59vgxv1lqh] {
    font-size: 14px;
    width: 100%;
}

.activity-members[b-59vgxv1lqh] {
    margin-top: 0.5rem;
}

table[b-59vgxv1lqh] {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0.5rem;
}

    table td[b-59vgxv1lqh] {
        padding: 5px;
        text-align: center;
        color: #ddd;
        line-height: normal;
    }

        table td:first-child[b-59vgxv1lqh] {
            text-align: left;
        }

    table tr[b-59vgxv1lqh] {
        background-color: #222;
    }

    table tr:nth-child(even)[b-59vgxv1lqh] {
        background-color: #2d2d2d;
    }

    table th[b-59vgxv1lqh] {
        padding: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: left;
        background-color: firebrick;
        color: white;
        font-weight: normal;
    }
/* _content/FfManager/Pages/Administration.razor.rz.scp.css */
.subtitle[b-yk1plaaq5s] {
    color: #ccc;
}

.edittype-button[b-yk1plaaq5s] {
    margin: 0 0 1rem 0;
}

    .edittype-button[b-yk1plaaq5s]  a {
        color: #ddd;
        background-color: #222;
        border-radius: 5px;
        border: 1px solid firebrick;
        text-align: center;
    }

        .edittype-button[b-yk1plaaq5s]  a:hover {
            background-color: #333;
            color: white;
        }
/* _content/FfManager/Pages/Contacts.razor.rz.scp.css */
details summary[b-9wx442wt8d] {
    color: #ddd;
    width: 100%;
    padding: 5px;
    position: relative;
    cursor: pointer;
    background-color: #222;
    border-radius: 4px;
    border: 1px solid firebrick;
}

    details summary:focus[b-9wx442wt8d] {
        outline: none
    }

details[open] summary[b-9wx442wt8d] {
    color: #ddd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 2px;
}

details[b-9wx442wt8d] {
    margin-bottom: 1rem;
}

table[b-9wx442wt8d] {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    table td[b-9wx442wt8d] {
        padding: 5px;
        border-bottom: 1px solid firebrick;
        text-align: center;
        color: #ddd;
        line-height: normal;
    }

        table td:first-child[b-9wx442wt8d] {
            text-align: left;
        }

    table tr[b-9wx442wt8d] {
        background-color: #222;
    }

        table tr:nth-child(even)[b-9wx442wt8d] {
            background-color: #2d2d2d;
        }

    table th[b-9wx442wt8d] {
        padding: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: firebrick;
        color: white;
        font-weight: normal;
        text-align: center;
        width: 0px;
    }

        table th:first-child[b-9wx442wt8d] {
            text-align: left;
            width: auto;
        }
/* _content/FfManager/Pages/FotoUpload.razor.rz.scp.css */
section[b-tqo1eliob7] {
    display: flex;
    flex-wrap: wrap;
}

.image-wrapper[b-tqo1eliob7] {
    flex-grow: 1;
    margin: 2px;
    height: 100px;
}

img[b-tqo1eliob7] {
    height: 100px;
    vertical-align: bottom;
}
/* _content/FfManager/Pages/Index.razor.rz.scp.css */
.info-box-red[b-1icbbzp2q8] {
    background-color: #330000;
    border: 1px solid red;
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 1rem;
}

.info-icon-red[b-1icbbzp2q8] {
    color: red;
    margin: 10px;
}

.info-box-green[b-1icbbzp2q8] {
    background-color: #003300;
    border: 1px solid limegreen;
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 1rem;
}

.info-icon-green[b-1icbbzp2q8] {
    color: limegreen;
    margin: 10px;
}
/* _content/FfManager/Pages/NewActivity.razor.rz.scp.css */
details summary[b-jaro1ldq53] {
    color: #ddd;
    width: 100%;
    padding: 5px;
    position: relative;
    cursor: pointer;
    background-color: #222;
    border-radius: 4px;
    border: 1px solid firebrick;
}

    details summary:focus[b-jaro1ldq53] {
        outline: none
    }

details[open] summary[b-jaro1ldq53] {
    color: #ddd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 2px;
}

details[b-jaro1ldq53] {
    margin-bottom: 1rem;
}

table[b-jaro1ldq53] {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    table td[b-jaro1ldq53] {
        padding: 5px;
        border-bottom: 1px solid firebrick;
        text-align: center;
        color: #ddd;
        line-height: normal;
    }

        table td:first-child[b-jaro1ldq53] {
            text-align: left;
        }

    table tr[b-jaro1ldq53] {
        background-color: #222;
    }

    table tr:nth-child(even)[b-jaro1ldq53] {
        background-color: #2d2d2d;
    }

    table th[b-jaro1ldq53] {
        padding: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: firebrick;
        color: white;
        font-weight: normal;
        text-align: center;
        width: 0px;
    }

        table th:first-child[b-jaro1ldq53] {
            text-align: left;
            width: auto;
        }
/* _content/FfManager/Pages/UploadHistory.razor.rz.scp.css */
.upload[b-0wtv8km88g] {
    display: block;
    width: 100%;
    background-color: #222;
    color: #ddd;
    padding: 7px 14px;
    margin-bottom: 1rem;
    border-radius: 5px;
    border: 2px solid firebrick;
}

.upload-canceled[b-0wtv8km88g] {
    display: block;
    width: 100%;
    background-color: #222;
    color: #ddd;
    padding: 7px 14px;
    margin-bottom: 1rem;
    border-radius: 5px;
    border: 2px solid darkorange;
}

.upload-succeeded[b-0wtv8km88g] {
    display: block;
    width: 100%;
    background-color: #222;
    color: #ddd;
    padding: 7px 14px;
    margin-bottom: 1rem;
    border-radius: 5px;
    border: 2px solid green;
}

.upload-ready[b-0wtv8km88g] {
    display: block;
    width: 100%;
    background-color: #222;
    color: #ddd;
    padding: 7px 14px;
    margin-bottom: 1rem;
    border-radius: 5px;
    border: 2px solid deepskyblue;
}

.upload-name[b-0wtv8km88g] {
    font-weight: bold;
    width: 100%;
}

.upload-state[b-0wtv8km88g] {
    font-size: 15px;
    width: 100%;
}

.upload-date[b-0wtv8km88g] {
    width: 100%;
}

.upload-files[b-0wtv8km88g] {
    width: 100%;
}
/* _content/FfManager/Pages/User.razor.rz.scp.css */
a[b-yeq15egyf2] {
    background-color: #2c0b0e;
    border: 1px solid red;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 29px;
    padding: 2px 15px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    text-decoration: none;
}

    a:hover[b-yeq15egyf2] {
        background-color: #3c1b1e;
        color: #fff;
    }
/* _content/FfManager/Shared/MainLayout.razor.rz.scp.css */
.page[b-2ny9ddli28] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2ny9ddli28] {
    flex: 1;
}

.sidebar[b-2ny9ddli28] {
    background-color: #434343;
}

.top-row[b-2ny9ddli28] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2ny9ddli28]  a, .top-row .btn-link[b-2ny9ddli28] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-2ny9ddli28] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2ny9ddli28] {
        display: none;
    }

    .top-row.auth[b-2ny9ddli28] {
        justify-content: space-between;
    }

    .top-row a[b-2ny9ddli28], .top-row .btn-link[b-2ny9ddli28] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2ny9ddli28] {
        flex-direction: row;
    }

    .sidebar[b-2ny9ddli28] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2ny9ddli28] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-2ny9ddli28], article[b-2ny9ddli28] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/FfManager/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hrp2prdl5p] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler:focus[b-hrp2prdl5p] {
    box-shadow: none;
}

.top-row[b-hrp2prdl5p] {
    height: 3.5rem;
    background-color: #282828;
}

.navbar-brand[b-hrp2prdl5p] {
    font-size: 1.1rem;
}

.oi[b-hrp2prdl5p] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hrp2prdl5p] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hrp2prdl5p] {
        padding-top: 0.5rem;
    }

    .nav-item[b-hrp2prdl5p]  a {
        color: #ddd;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-hrp2prdl5p]  a.active {
            background-color: rgba(255,255,255,0.2);
            color: white;
        }

        .nav-item[b-hrp2prdl5p]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.nav-item-link[b-hrp2prdl5p] {
    border-top: 1px solid #888;
    padding: 0.5rem;
    font-size: 0.9rem;
    color: #ddd;
}

    .nav-item-link a[b-hrp2prdl5p] {
        display: inline-block;
        padding: 0.5rem;
        color: #ddd;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-hrp2prdl5p] {
        display: none;
    }

    .collapse[b-hrp2prdl5p] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-hrp2prdl5p] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
