/* /Pages/Borrower/Components/BorrowerContactAvailability.razor.rz.scp.css */
#overlay[b-zxhlrxbicz] {
    position: absolute; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 3; /* Specify a stack order in case you're using a different order for other elements */
}

#overlay-text[b-zxhlrxbicz] {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

#overlay-container[b-zxhlrxbicz] {
    width: 100%;
    height: 100%;
    position: relative;
}
/* /Pages/Borrower/Components/BorrowerContactAvailabilitySchedule.razor.rz.scp.css */
.hide-telerik-header[b-8zf2e8j0vk] {
    width: 101%;
    height: 50px;
    margin-bottom: -50px;
    /*margin-top: -15px;*/
    margin-top: 0px;
    z-index: 3;
    position: relative;
    padding: 0px;
    margin-left: -5px;
}

.hide-telerik-footer[b-8zf2e8j0vk]{
    width: 101%;
    height: 50px;
    margin-left: -5px;
    margin-top: -49px;
    position: relative;
    padding: 0px;
}
/* /Pages/Borrower/Components/ContactList.razor.rz.scp.css */
.change-cursor[b-pk1jaiuwwb] {
    cursor: pointer;
}
/* /Pages/Borrower/Components/EmailContact.razor.rz.scp.css */
#overlay[b-8t7pa2ud11] {
    position: absolute; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 193, 7, .7);
    z-index: 3; /* Specify a stack order in case you're using a different order for other elements */
    pointer-events: none;
}

#overlay-text[b-8t7pa2ud11] {
    position: absolute;
    top: 50%;
    right: 0px;
    font-size: 10px;
    transform: translate(-15%,-50%);
    -ms-transform: translate(-15%,-50%);
    pointer-events: none;
}

#overlay-container[b-8t7pa2ud11] {
    width: 300px; /*This is the size of the control that seems to be hard coded into telerik*/
    height: 100%;
    position: relative;
}
/* /Pages/Borrower/Components/PhoneContact.razor.rz.scp.css */
#phone-status-margin[b-lgiogialx9] {
    margin-left: 7rem;
}

#overlay[b-lgiogialx9] {
    position: absolute; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 193, 7, .7);
    z-index: 3; /* Specify a stack order in case you're using a different order for other elements */
    pointer-events: none;
}

#overlay-text[b-lgiogialx9] {
    position: absolute;
    top: 50%;
    right: 0px;
    font-size: 10px;
    transform: translate(-15%,-50%);
    -ms-transform: translate(-15%,-50%);
    pointer-events: none;
}

#overlay-container[b-lgiogialx9] {
    width: 300px;   /*This is the size of the control that seems to be hard coded into telerik*/
    height: 100%;
    position: relative;
}
/* /Pages/StateRestriction/Components/ModifyAutoDialer.razor.rz.scp.css */
.auto-dialer-div[b-xx3vl8ph4d] {
    margin-bottom: 20px !important;
    border: 1px solid #ccc !important;
    padding: 20px !important;
}
/* /Pages/StateRestriction/Components/ModifyStateRestriction.razor.rz.scp.css */
.headercls[b-2v9hqondns] {
    width: 200px !important;
    float: left !important;
}
.float-left[b-2v9hqondns] {
    float: left !important;
}

/* Need the important because telerik will specify without it */
.overlay-page[b-2v9hqondns] {
    z-index: 3 !important;
}
.margin-bottom-cls[b-2v9hqondns] {
   margin-bottom:5px !important;
}
.divborder[b-2v9hqondns] {
    border: 1px solid #dbdee1;
    padding: 10px
}
.margin-bottom[b-2v9hqondns] {
    margin-bottom: -20px !important;
}
/* /Pages/StateRestriction/Components/StateRestrictionSelect.razor.rz.scp.css */
.break-word[b-vsyalj6xio] {
    word-break: break-word !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-xqtlasnji0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xqtlasnji0] {
    flex: 1;
}

.sidebar[b-xqtlasnji0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xqtlasnji0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    /*justify-content: flex-end;*/
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xqtlasnji0]  a, .top-row[b-xqtlasnji0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xqtlasnji0]  a:hover, .top-row[b-xqtlasnji0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xqtlasnji0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
/*    .top-row:not(.auth) {
        display: none;
    }*/

    .top-row.auth[b-xqtlasnji0] {
        justify-content: space-between;
    }

    .top-row[b-xqtlasnji0]  a, .top-row[b-xqtlasnji0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xqtlasnji0] {
        flex-direction: row;
    }

    .sidebar[b-xqtlasnji0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xqtlasnji0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xqtlasnji0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xqtlasnji0], article[b-xqtlasnji0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 1000px) {
    .name[b-xqtlasnji0] {
        display: none;
    }
}

@media (max-width: 570px) {
    .loan-id-label[b-xqtlasnji0] {
        display: none;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-r7not1e8um] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-r7not1e8um] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-r7not1e8um] {
    font-size: 1.1rem;
}

.oi[b-r7not1e8um] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-r7not1e8um] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-r7not1e8um] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-r7not1e8um] {
        padding-bottom: 1rem;
    }

    .nav-item[b-r7not1e8um]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-r7not1e8um]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-r7not1e8um]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    /*.navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }*/
}
