/* _content/ClassSchedule.Blazor/Components/Layout/LoginDisplay.razor.rz.scp.css */
.dropdown[b-k4soo65lwp] {
    border: 1px solid white;
    margin-left: 5px;
}
/* _content/ClassSchedule.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.dropdown[b-qwzaxcrgo0] {
    border: 1px solid white;
    margin-left: 5px;
}

@media (max-width: 991px) {
    #primary-nav[b-qwzaxcrgo0] {
        padding: 0 !important;
    }

        #primary-nav img[b-qwzaxcrgo0] {
            height: 20px;
        }

        #primary-nav h1[b-qwzaxcrgo0] {
            color: #fff;
            font-size: 20px;
        }

    #secondary-nav[b-qwzaxcrgo0] {
        display: none;
    }
}

@media (min-width: 992px) {

    #secondary-nav-mobile[b-qwzaxcrgo0] {
        display: none;
    }

    #primary-nav h1[b-qwzaxcrgo0] {
        display: none;
    }
}
/* _content/ClassSchedule.Blazor/Components/Pages/Admin/Admin.razor.rz.scp.css */
/* _content/ClassSchedule.Blazor/Components/Pages/Classes/Classes.razor.rz.scp.css */
.adv-filter-expand[b-vhgxlxjrc7] {
    margin-left: auto;
    font-weight: bold;
}

.filter-drawer[b-vhgxlxjrc7] {
    background-color: #eff0f1;
}

.results[b-vhgxlxjrc7] {
    border-top: 2px solid #333;
    border-radius: 0;
}

.fa-times-circle:hover[b-vhgxlxjrc7] {
    cursor: pointer;
}

/*Scroll to top styles*/
#anchorButton[b-vhgxlxjrc7] {
    position: fixed;
    bottom: 10px;
    float: right;
    right: 20%;
    left: 80%;
    border-radius: 4px;
    border: solid;
    border-width: 1px;
    border-color: darkgrey;
    background-color: transparent;
    
}

#anchorButton:hover[b-vhgxlxjrc7] {
    background-color:lightsteelblue
}

#anchorArrow[b-vhgxlxjrc7] {
    color: darkgrey;
    border: none;
}
#anchorArrow:hover[b-vhgxlxjrc7] {
    color: white;
}
/*End Scroll to top styles*/
#anchorButton[b-vhgxlxjrc7] {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button[b-vhgxlxjrc7]::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button:hover[b-vhgxlxjrc7] {
        cursor: pointer;
        background-color: #333;
    }

    #button:active[b-vhgxlxjrc7] {
        background-color: #555;
    }

    #button.show[b-vhgxlxjrc7] {
        opacity: 1;
        visibility: visible;
    }

/* Styles for the content section */

.content[b-vhgxlxjrc7] {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}

@media (min-width: 500px) {
    .content[b-vhgxlxjrc7] {
        width: 43%;
    }

    #button[b-vhgxlxjrc7] {
        margin: 30px;
    }
}

.content h1[b-vhgxlxjrc7] {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3[b-vhgxlxjrc7] {
    font-style: italic;
    color: #96a2a7;
}
/* _content/ClassSchedule.Blazor/Components/Pages/Classes/Components/SearchResult.razor.rz.scp.css */
.result-item[b-pax96kki13] {
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.badge[b-pax96kki13] {
    margin-right: 5px;
}
/* _content/ClassSchedule.Blazor/Components/Pages/Classes/Components/SearchResultGroup.razor.rz.scp.css */
.group-title[b-5yop0zuysz] {
    height: 80px;
    border-bottom: 1px solid #FFCB05;
}

.group-items[b-5yop0zuysz] {
    border-bottom: 1px solid #FFCB05;
}

.accordion-toggle[b-5yop0zuysz] {
    height: 100%;
    width: 80px;
    background-color: #eff0f1;
    margin-left: auto;
}

.accordion-toggle .fa[b-5yop0zuysz] {
    color: #218014;
    margin: auto;
}

.accordion-toggle:hover[b-5yop0zuysz] {
    cursor: pointer;
}

.accordion-footer[b-5yop0zuysz] {
    font-weight: bold;
    background-color: #eff0f1;
}

.accordion-footer:hover[b-5yop0zuysz] {
    cursor: pointer;
}

.class-group-name[b-5yop0zuysz] {
    margin-bottom:0px!important;
}
/* _content/ClassSchedule.Blazor/Components/Pages/Electives/Electives.razor.rz.scp.css */
.result-item[b-yv7zi16cd8] {
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.badge[b-yv7zi16cd8] {
    margin-right: 5px;
}

.group-title[b-yv7zi16cd8] {
    height: 80px;
    border-bottom: 1px solid #FFCB05;
}

.group-items[b-yv7zi16cd8] {
    border-bottom: 1px solid #FFCB05;
}

.accordion-toggle[b-yv7zi16cd8] {
    height: 100%;
    width: 80px;
    background-color: #eff0f1;
    margin-left: auto;
}

    .accordion-toggle .fa[b-yv7zi16cd8] {
        color: #218014;
        margin: auto;
    }

    .accordion-toggle:hover[b-yv7zi16cd8] {
        cursor: pointer;
    }

.accordion-footer[b-yv7zi16cd8] {
    font-weight: bold;
    background-color: #eff0f1;
}

    .accordion-footer:hover[b-yv7zi16cd8] {
        cursor: pointer;
    }

.class-group-name[b-yv7zi16cd8] {
    margin-bottom: 0px !important;
}
/* _content/ClassSchedule.Blazor/Components/Pages/FirstYearGrid/FirstYearGrid.razor.rz.scp.css */
/* _content/ClassSchedule.Blazor/Components/Pages/MySchedule/Components/MyScheduleTab.razor.rz.scp.css */
/* _content/ClassSchedule.Blazor/Components/Pages/MySchedule/Components/ScheduledClassDetails.razor.rz.scp.css */
/* _content/ClassSchedule.Blazor/Components/Pages/MySchedule/MySchedule.razor.rz.scp.css */
.my-scheduler[b-fnq8rv45sj] {
    font-family: roboto;
    font-weight: 100;
    text-transform: uppercase;
    color: #00274c;
}
/* _content/ClassSchedule.Blazor/Components/Shared/Footer.razor.rz.scp.css */
#footer[b-jt3jcc3npy] {
    margin-top: 10px; 
    padding: .5em; 
    color: #fff; 
    background: #00274C;
}
/* _content/ClassSchedule.Blazor/Components/Shared/LawOverflowText.razor.rz.scp.css */
a:hover[b-1gw9zzs93c] {
    cursor: pointer;
}
/* _content/ClassSchedule.Blazor/Components/Shared/LawTooltip.razor.rz.scp.css */
.law-tooltip-wrapper[b-88bc6l4ofb] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dashed #000;
}

    .law-tooltip-wrapper .law-tooltip[b-88bc6l4ofb] {
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -50px;
        width: 100px;
        background: #000;
        color: #fff;
        text-align: center;
        display: none;
        font-size: small;
    }

    .law-tooltip-wrapper:hover .law-tooltip[b-88bc6l4ofb] {
        display: block;
    }

    .law-tooltip-wrapper .law-tooltip[b-88bc6l4ofb]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }

    .badge .law-tooltip[b-88bc6l4ofb] {
        white-space: pre-wrap;
    }
/* _content/ClassSchedule.Blazor/Components/Shared/ScrollToTopButton.razor.rz.scp.css */
#scrollToTopBtn[b-cjs39ipjjj] {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #218014;
}

.fa-chevron-circle-up[b-cjs39ipjjj] {
    filter: drop-shadow(4px 4px 6px #adadad);
}

#scrollToTopBtn:hover[b-cjs39ipjjj] {
    cursor: pointer;
    filter: brightness(85%);
}

#scrollToTopBtn.show[b-cjs39ipjjj] {
    opacity: 1;
    visibility: visible;
}
/* _content/ClassSchedule.Blazor/Components/Shared/SecondaryNavigation.razor.rz.scp.css */
.fa[b-p5zn3ggcz8] {
    color: #828282;
}
