/* _content/OxfordFarmersWeb/Pages/Channel.razor.rz.scp.css */
.tr-bg-bar-header[b-eg26y2ah20] {
    background-color: #97b717;
}
/* _content/OxfordFarmersWeb/Pages/Help.razor.rz.scp.css */
.tr-bg-header[b-qut1kkod82] {
    background-color: #2089ba;
}
/*.test-colu {
    background-color: #2089ba !important;
    color: white;
}*/
.channel-link-div:hover .channel-link-column[b-qut1kkod82] {
    background-color: #2089ba !important;
    color: white;
}
.agenda-page-links:hover[b-qut1kkod82] {
    text-decoration: none;
    color: inherit;
}
/* _content/OxfordFarmersWeb/Pages/Index.razor.rz.scp.css */
[b-se4i9wnjzz] body {
    background-image: url('/wwwroot/images/login_background.jpg');
}


.tr-top-5[b-se4i9wnjzz]{
    top: 5%;
}
/* _content/OxfordFarmersWeb/Pages/SingleChannelComponent.razor.rz.scp.css */
.tr-suffix[b-49jp5k87hm] {
    font-size: 10px;
}

.tr-fs13[b-49jp5k87hm] {
    font-size: 13.5px;
}

.tr-fs50[b-49jp5k87hm] {
    font-size: 50px;
}

.ts-grey[b-49jp5k87hm] {
    background-color: #c4c0c0;
}

.ts-yellow[b-49jp5k87hm] {
    background-color: #fcfca7;
    border-color: #c4c0c0;
}

.ts-orange[b-49jp5k87hm] {
    background-color: #faac5a;
    /* background-color: #FFA500;*/
    border-color: #c4c0c0;
}

.tr-footer[b-49jp5k87hm] {
    padding: 0px;
    width: 100%;
    
}

.tr-fcblue[b-49jp5k87hm] {
    color: #2089ba;
}

.tr-fclblue[b-49jp5k87hm] {
    color: #91d9ed;
}

.tr-bgblue[b-49jp5k87hm] {
    background-color: #2089ba;
}

.tr-agenda-color[b-49jp5k87hm] {
    background-color: #9F318D
}

.tr-iframe-stream[b-49jp5k87hm] {
    width: 100%;
    height: 65vh;
}

.tr-vh-100[b-49jp5k87hm] {
    height: 50vh;
}


a:hover[b-49jp5k87hm], a:visited[b-49jp5k87hm], a:link[b-49jp5k87hm], a:active[b-49jp5k87hm] {
    text-decoration: none;
}

a[b-49jp5k87hm] {
    color: black;
}

.tr-header-channel-selected[b-49jp5k87hm] {
    background-color: #2089ba;
}

.tr-footer-channel-selected[b-49jp5k87hm] {
    background-color: #2089ba;
    color: white;
}


.tr-fs-8[b-49jp5k87hm] {
    font-size: 8px;
}

.tr-fs-12[b-49jp5k87hm] {
    font-size: 12px;
}

.tr-fs-4[b-49jp5k87hm] {
    font-size: 4px;
}

.tr-fs-24[b-49jp5k87hm] {
    font-size: 24px;
}
/* _content/OxfordFarmersWeb/Shared/EmptyLayout.razor.rz.scp.css */
.navbar-toggler[b-u1kstxyq6h] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-u1kstxyq6h] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-u1kstxyq6h] {
    font-size: 1.1rem;
}

.oi[b-u1kstxyq6h] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-u1kstxyq6h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-u1kstxyq6h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-u1kstxyq6h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-u1kstxyq6h]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-u1kstxyq6h]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-u1kstxyq6h]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-u1kstxyq6h] {
        display: none;
    }

    .collapse[b-u1kstxyq6h] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/OxfordFarmersWeb/Shared/MainLayout.razor.rz.scp.css */
.page[b-6hcywwhwe1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6hcywwhwe1] {
    flex: 1;
}

.sidebar[b-6hcywwhwe1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6hcywwhwe1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6hcywwhwe1]  a, .top-row .btn-link[b-6hcywwhwe1] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6hcywwhwe1] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6hcywwhwe1] {
        display: none;
    }

    .top-row.auth[b-6hcywwhwe1] {
        justify-content: space-between;
    }

    .top-row a[b-6hcywwhwe1], .top-row .btn-link[b-6hcywwhwe1] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6hcywwhwe1] {
        flex-direction: row;
    }

    .sidebar[b-6hcywwhwe1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6hcywwhwe1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6hcywwhwe1], article[b-6hcywwhwe1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/OxfordFarmersWeb/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0pey7dkih7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0pey7dkih7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0pey7dkih7] {
    font-size: 1.1rem;
}

.oi[b-0pey7dkih7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-0pey7dkih7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0pey7dkih7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0pey7dkih7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0pey7dkih7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-0pey7dkih7]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-0pey7dkih7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0pey7dkih7] {
        display: none;
    }

    .collapse[b-0pey7dkih7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
