@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/Atlas.Server/Components/Controls/Common/FilterComponents/SearchAndRegisterStudentSearchFilters.razor.rz.scp.css */
.searchType[b-kw8av5lhsb] {
    font-style: italic;
}
.searchType1[b-kw8av5lhsb] {
    font-style: italic;
    background-color: red;
    padding-top: 10px;
    padding-bottom: 10px;
}
.searchType2[b-kw8av5lhsb] {
    font-style: italic;
    background-color: green;
    padding-top: 10px;
    padding-bottom: 10px;
}
.searchType3[b-kw8av5lhsb] {
    font-style: italic;
    background-color: blue;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* _content/Atlas.Server/Components/Controls/Common/Tools/Tooltip.razor.rz.scp.css */
.tooltip2[b-3diyevjogn] {
    background-color: white;
    color: var(--bs-primary);
    height: 100%;
    text-align-last: center;
    border: 1px solid #ced4da;
    -webkit-box-shadow: inset 0 1px 2px rgb(34 34 34 / 8%);
    box-shadow: inset 0 1px 2px rgb(34 34 34 / 8%);
    padding-top: 2px;
}

.tooltip2 .tooltiptext[b-3diyevjogn] {
    visibility: hidden;
    opacity: 0;
    width: 60vw;
    background-color: #555;
    color: #fff;
    text-align: left;
    position: absolute;
    z-index: 1;
    transition: opacity 0.3s;
    padding: 0.5rem;
	border-radius: calc(0.25rem - 1px);
    bottom: 35px;
    text-align-last: left;
    left: -10px;
}

.tooltip2 .tooltiptext[b-3diyevjogn]::after {
    content: "";
    position: absolute;
    top: 100%;
   	left: 15px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip2:hover .tooltiptext[b-3diyevjogn] {
    visibility: visible;
    opacity: 1;
}
/* _content/Atlas.Server/Components/Controls/OfficeComponents/ViewComponents/AnsweredQuestionnaireView.razor.rz.scp.css */
/* print-styles.css */

/* Print-specific styles */
@media print {
    /* Add top margin to the document */
    body[b-7lsqsrytp4] {
        margin-top: 20mm !important; /* Increase as needed */
        padding-top: 10mm !important;
    }

    /* Control page margins */
    @page {
        margin-top: 10mm;    /* Top margin */
        margin-bottom: 15mm; /* Bottom margin */
        margin-left: 15mm;   /* Left margin */
        margin-right: 15mm;  /* Right margin */
    }
}
/* _content/Atlas.Server/Components/Controls/ReporterMenu.razor.rz.scp.css */
/* _content/Atlas.Server/Components/Pages/Offices/AddFinishedPosition.razor.rz.scp.css */
[b-vku9sh1uyg] .wizardTab {
    background-color: #EBEBEB;
    background-image: url(images/navBtn.gif);
    height: 71px;
    list-style: none;
    float: left;
    background-repeat: no-repeat;
    background-position: right top;
    color: #ccc;
}
/*.wizardTab .disabled-tablink{
background-color: #EBEBEB;
background-image: url(./_content/BlazorDemo/images/navBtn.gif);
color: #ccc;
}*/

[b-vku9sh1uyg]  .wizardTab.current {
    background-color: #1572C3;
    background-image: url(images/navCurrentBtn.gif);
    color: #fff;
    cursor: pointer;
}

[b-vku9sh1uyg] .wizardTab.lastDone {
    background-color: #845A37;
    background-image: url(images/navLastDoneBtn.gif);
    color: #fff;
    cursor: pointer;
}

[b-vku9sh1uyg] .wizardTab.done {
    background-color: #845A37;
    background-image: url(images/navDoneBtn.gif);
    cursor: pointer;
    color: #fff;
}

[b-vku9sh1uyg] .wizardTab div:hover {
    color: #000;
    cursor: hand;
}

[b-vku9sh1uyg] .wizardTab div span {
    width: 230px;
    display: block;
    margin-left: 10px;
    margin-top: 4px;
    font-weight: normal;
}

[b-vku9sh1uyg] .wizardTab div em {
    width: 150px;
    display: block;
    margin: 6px 0 0 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 1.1em;
}
/* _content/Atlas.Server/Components/Pages/Providers/Groups/GroupDetails.razor.rz.scp.css */
    [b-ic1c42l2xf] .wizardTab {
    background-color: #EBEBEB;
    background-image: url(images/navBtn.gif);
    height: 71px;
    list-style: none;
    float: left;
    background-repeat: no-repeat;
    background-position: right top;
    color: #ccc;
    padding-right: 25px;
}
    /*.wizardTab .disabled-tablink{
    background-color: #EBEBEB;
    background-image: url(./_content/BlazorDemo/images/navBtn.gif);
    color: #ccc;
}*/

        [b-ic1c42l2xf]  .wizardTab.current {
            background-color: #1572C3;
            background-image: url(images/navCurrentBtn.gif);
            color: #fff;
            cursor: pointer;
        }
        [b-ic1c42l2xf] .wizardTab.current div span {    
            color: #fff; /* white color */
        }

    [b-ic1c42l2xf] .wizardTab.current div em {
        color: #fff; /* white color */
    }

        [b-ic1c42l2xf] .wizardTab.lastDone {
            background-color: #845A37;
            background-image: url(images/navLastDoneBtn.gif);
            color: #fff;
            cursor: pointer;
        }

    .lastDone div span[b-ic1c42l2xf] {
        color: #fff; /* white color */
    }
    .lastDone div em[b-ic1c42l2xf] {
        color: #fff; /* white color */
    }

        [b-ic1c42l2xf] .wizardTab.done {
            background-color: #845A37;
            background-image: url(images/navDoneBtn.gif);
            cursor: pointer;
            color: #fff;
        }

    .done div span[b-ic1c42l2xf] {
        color: #fff; /* white color */
    }

    .done div em[b-ic1c42l2xf] {
        color: #fff; /* white color */
    }

        [b-ic1c42l2xf] .wizardTab div:hover {
            color: #000;
            cursor: hand;
        }

        [b-ic1c42l2xf] .wizardTab div span {
            width: 230px;
            display: block;
            margin-left: 10px;
            margin-top: 4px;
            font-weight: normal;
        }

        [b-ic1c42l2xf] .wizardTab div em {
            width: 150px;
            display: block;
            margin: 6px 0 0 10px;
            font-style: normal;
            font-weight: bold;
            font-size: 1.1em;
        }
/* _content/Atlas.Server/Components/Shared/MainLayout.razor.rz.scp.css */
.page[b-1xwjw4m5w0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-1xwjw4m5w0] {
    flex: 1;
}

.sidebar[b-1xwjw4m5w0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

    .top-row[b-1xwjw4m5w0]  a, .top-row .btn-link[b-1xwjw4m5w0] {
        white-space: nowrap;
       /* margin-left: 1.5rem;*/
    }

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

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

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

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

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

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

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

    .main > div[b-1xwjw4m5w0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Atlas.Server/Components/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rxcbu14bug] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rxcbu14bug] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

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

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

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

    .nav-item:last-of-type[b-rxcbu14bug] {
        padding-bottom: 1rem;
    }

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

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

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

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

    .collapse[b-rxcbu14bug] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/Atlas.Server/Components/Shared/TopMenuUnAuthorized.razor.rz.scp.css */
#primary-menu[b-xb8idbtxht] {
   
}
#primary-menu a[b-xb8idbtxht], #primary-menu a:visited[b-xb8idbtxht] {
        text-decoration: none;
 }
/* _content/Atlas.Server/Pages/Identity/Login.cshtml.rz.scp.css */

li[b-jb7gagbpwi] {
   list-style-type: none;
}
