/* APP/Components/ListPaging.razor.rz.scp.css */
.ap-paging-component[b-o39jbhrt81] {
   
    /*paging component inherits all flex container props from ap-button-group*/
    align-content: flex-end;
    justify-content: flex-end;
 
}
/* APP/Pages/Admin/EventList.razor.rz.scp.css */


/*THIS ALLOWS FOR PER PAGE CUSTOMIZATION OF TOOLBAR*/
/*the rest of toolbar styling is in activeplatformlist.css (@@@ should be renamed)*/

#left[b-w6tkiq4i8k]{

    /* flex item props */
    flex-grow:1; /*how much space it takes up vs the right grow setting*/
    margin: 2px;

    /* border: 1px dotted grey;*/
}


#right[b-w6tkiq4i8k] {
    
    /* flex item props */
    flex-grow: 1;
    margin: 2px;
    
    /* flex parent to right align paging component*/
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    justify-content: flex-end;
    gap: 10px;
    
    /* border: 1px dotted grey;*/
}







/* APP/Pages/Admin/SessionList.razor.rz.scp.css */


/*THIS ALLOWS FOR PER PAGE CUSTOMIZATION OF TOOLBAR*/
/*the rest of toolbar styling is in activeplatformlist.css (@@@ should be renamed)*/

#left[b-erzsiwdszk]{

    /* flex item props */
    flex-grow:1; /*how much space it takes up vs the right grow setting*/
    margin: 2px;

    /* border: 1px dotted grey;*/
}


#right[b-erzsiwdszk] {
    
    /* flex item props */
    flex-grow: 1;
    margin: 2px;
    
    /* flex parent to right align paging component*/
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    justify-content: flex-end;
    gap: 10px;
    
    /* border: 1px dotted grey;*/
}







/* APP/Pages/Admin/UserDetail.razor.rz.scp.css */

/*Jays scoped CSS example*/


/*fix for bootstrap tabs?*/
/*.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}*/



#left[b-lx5jlmyodp] {
    /* flex item props */
    flex-grow: 1; /*how much space it takes up vs the right grow setting*/
    margin: 2px;
    /* border: 1px dotted grey;*/
}

#right[b-lx5jlmyodp] {
    /* flex item props */
    /*flex-grow: 1;*/ /*how much space it takes up vs the right grow setting*/
    margin: 2px;
    /* border: 1px dotted grey;*/
}

#txtSupportNotes[b-lx5jlmyodp]{
    height:180px;
}

/*for collapsible form sections*/
h4[b-lx5jlmyodp]{
    cursor:pointer;
}

/*#heading-tab-holder {
    position: sticky;
    top: 0;
    z-index: 1;
    opacity: 1;
    height: 65px;

    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 24px;
    background-color:#fff;
}*/


/*.form-control {
    background-color: #eef5f9;
}*/






/*h1 {
    color: brown;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}


.jfAlignRight{*/
    /*border: 1px solid grey;*/
    /*text-align:right;
}*/
/* APP/Pages/Admin/UserList.razor.rz.scp.css */


/*THIS ALLOWS FOR PER PAGE CUSTOMIZATION OF TOOLBAR*/
/*the rest of toolbar styling is in activeplatformlist.css (@@@ should be renamed)*/

#left[b-5natlr3k28]{

    /* flex item props */
    flex-grow:1; /*how much space it takes up vs the right grow setting*/
    margin: 2px;

    /* border: 1px dotted grey;*/
}


#right[b-5natlr3k28] {
    
    /* flex item props */
    flex-grow: 1;
    margin: 2px;
    
    /* flex parent to right align paging component*/
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    justify-content: flex-end;
    gap: 10px;
    
    /* border: 1px dotted grey;*/
}







/* APP/Pages/Common/Messaging.razor.rz.scp.css */


/*THIS ALLOWS FOR PER PAGE CUSTOMIZATION OF TOOLBAR*/
/*the rest of toolbar styling is in activeplatformlist.css (@@@ should be renamed)*/

#left[b-dzrz5ctjxi]{

    /* flex item props */
    flex-grow:1; /*how much space it takes up vs the right grow setting*/
    margin: 2px;

    /* border: 1px dotted grey;*/
}


#right[b-dzrz5ctjxi] {
    
    /* flex item props */
    flex-grow: 1;
    margin: 2px;
    
    /* flex parent to right align paging component*/
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    justify-content: flex-end;
    gap: 10px;
    
    /* border: 1px dotted grey;*/
}







/* APP/Shared/HeaderBar.razor.rz.scp.css */
/* APP/Shared/MainLayout.razor.rz.scp.css */
.page[b-07g7jfs9u7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-07g7jfs9u7] {
    flex: 1;
}

.sidebar[b-07g7jfs9u7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-07g7jfs9u7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-07g7jfs9u7]  a, .top-row .btn-link[b-07g7jfs9u7] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-07g7jfs9u7] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-07g7jfs9u7] {
        display: none;
    }

    .top-row.auth[b-07g7jfs9u7] {
        justify-content: space-between;
    }

    .top-row a[b-07g7jfs9u7], .top-row .btn-link[b-07g7jfs9u7] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-07g7jfs9u7] {
        flex-direction: row;
    }

    .sidebar[b-07g7jfs9u7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-07g7jfs9u7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-07g7jfs9u7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* APP/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-234l2opi20] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-234l2opi20] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-234l2opi20] {
    font-size: 1.1rem;
}

.oi[b-234l2opi20] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-234l2opi20] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-234l2opi20] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-234l2opi20] {
        padding-bottom: 1rem;
    }

    .nav-item[b-234l2opi20]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-234l2opi20]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-234l2opi20]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-234l2opi20] {
        display: none;
    }

    .collapse[b-234l2opi20] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* APP/Shared/NavMenuOld.razor.rz.scp.css */
.navbar-toggler[b-my6fhv4e3f] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-my6fhv4e3f] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-my6fhv4e3f] {
    font-size: 1.1rem;
}

.oi[b-my6fhv4e3f] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-my6fhv4e3f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-my6fhv4e3f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-my6fhv4e3f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-my6fhv4e3f]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-my6fhv4e3f]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-my6fhv4e3f]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-my6fhv4e3f] {
        display: none;
    }

    .collapse[b-my6fhv4e3f] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
