@import '_content/Blazicons/Blazicons.ugzwxlf6d1.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.Toggle/Majorsoft.Blazor.Components.Toggle.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import '_content/DMN.VirtualED.Components/DMN.VirtualED.Components.bundle.scp.css';

/* /Pages/EncounterDetail.razor.rz.scp.css */
.dischargeConfirm[b-5kwmniutpj] {
	float: right;
	padding: 1rem 1rem;
}

.dischargeCancel[b-5kwmniutpj] {
	float: left;
	padding: 1rem 1rem;
}

.modalConfirmLabel[b-5kwmniutpj]{
	padding-left: 1rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-7q5u4uxt26] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7q5u4uxt26] {
    flex: 1;
}

.navbar-brand[b-7q5u4uxt26] {
    width: inherit;
}

.topBanner[b-7q5u4uxt26]{
    background: rgb(1,83,139);
    background: linear-gradient(90deg, rgba(1,83,139,1) 0%, rgba(1,83,139,1) 17%, rgba(0,197,214,1) 91%);
    max-height: 3.5rem;
}

.top-row[b-7q5u4uxt26] {
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    color: white;
    font-weight: bold;
    position: absolute !important;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    padding-left: inherit;
}

    .top-row[b-7q5u4uxt26]  a, .top-row[b-7q5u4uxt26]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

    .top-row[b-7q5u4uxt26]  a:hover, .top-row[b-7q5u4uxt26]  .btn-link:hover {
        text-decoration: none;
    }

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

.bottom-row[b-7q5u4uxt26] {
    height: 3.5rem;
    max-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.bottom-row-clear[b-7q5u4uxt26] {
    height: 3.5rem;
    max-height: 3.5rem;
    clear:both;
}

.loginDisplay[b-7q5u4uxt26] {
    justify-content: flex-end;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    width: 100vw;
    font-weight: bold;
    float: right;
}

.logo[b-7q5u4uxt26] {
    height: 6rem;
}

.navbar[b-7q5u4uxt26] {
    padding-top: 0rem !important;
    max-width: 95vw;
}


@media (max-width: 640.98px) {
    .top-row.auth[b-7q5u4uxt26] {
        justify-content: space-between;
    }

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

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

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

    .top-row.auth[b-7q5u4uxt26]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7q5u4uxt26], article[b-7q5u4uxt26] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-item[b-dcf707d3rd]  a.active {
    color: white !important;
}

.navbar-nav .nav-item.active[b-dcf707d3rd] {
    visibility: hidden !important;
}

.navbar-nav[b-dcf707d3rd]  a {
    padding: 0.5em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    will-change: color, width, max-width;
}

.navbar-nav[b-dcf707d3rd]  a:before,
.navbar-nav[b-dcf707d3rd]  a:after {
    position: absolute;
    transition: width 0.35s ease, max-width 0.35s ease;
}

.navbar-nav[b-dcf707d3rd]  a:before {
    bottom: 0;
    left: 2px;
    display: block;
    height: 3px;
    width: 0;
    content: "";
    background-color: #ffffff;
}

.navbar-nav[b-dcf707d3rd]  a:after {
    left: 8px;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #ffffff !important;
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
}

.navbar-nav[b-dcf707d3rd]  a:hover:before,
.navbar-nav[b-dcf707d3rd]  a.active:before {
    opacity: 1;
    width: 95%;
}

.navbar-nav[b-dcf707d3rd]  a:hover:after,
.navbar-nav[b-dcf707d3rd]  a.active:after {
    max-width: 95%;
}

.navbar-nav .nav-item[b-dcf707d3rd] {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    padding: 0;
}

.navbar-nav *[b-dcf707d3rd] {
    box-sizing: border-box;
}

@media (min-width: 641px) {
    .collapse[b-dcf707d3rd] {
        display: block;
    }

    .navbar-nav[b-dcf707d3rd] {
        flex-direction: row;
    }
}
