/* _content/ABDiPulseBlazor/Pages/Map.razor.rz.scp.css */
/* _content/ABDiPulseBlazor/Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-hfzkkcq559] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: #a9dafc;
    border-radius: 0;
    height: 5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-hfzkkcq559] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
    width: 80px;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-hfzkkcq559] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 3rem;
    width: 3rem;
}

.title[b-hfzkkcq559] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-hfzkkcq559] {
        font-size: inherit;
    }
}
/* _content/ABDiPulseBlazor/Shared/InfoDwellingFloat.razor.rz.scp.css */

.dwelling-float[b-jzbq9u5hrw] {
    max-height: 85vh;
    
}

.dwelling-notes[b-jzbq9u5hrw] {
    margin-top: 10px;
    padding: 5px;
    white-space: pre-wrap;
    background-color: #F8CA5F;
    border-radius: 4px;
    max-height: 90px;
    overflow-y: auto;
}

.dwelling-warnings[b-jzbq9u5hrw] {
    margin-top: 10px;
    padding: 5px;
    white-space: pre-wrap;
    border-radius: 4px;
    background-color: #FA595C;
    max-height: 90px;
    overflow-y: auto;
}

.dwelling-info[b-jzbq9u5hrw] {
    white-space: pre-wrap;
    border-width: 2px;
    padding: 5px;
    border-radius: 4px;
    background-color: #ededed;
    max-height: 165px;
    overflow-y: auto;
}

.dwelling-history[b-jzbq9u5hrw] {
    margin-top: 10px;
    white-space: normal;
    border-width: 2px;
    padding: 3px;
    border-radius: 4px;
    background-color: #ededed;   
}

.dwelling-history-title[b-jzbq9u5hrw] {
    text-align: center;
    text-align: center;
    margin-top: 0.2rem;
    margin-bottom: 0rem;
}



/* _content/ABDiPulseBlazor/Shared/InfoPointFloat.razor.rz.scp.css */
.point-info[b-ttx9l49xip] {
    white-space: pre-wrap;
    border-radius: 4px;
    /*background-color: #ededed;*/
}
/* _content/ABDiPulseBlazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-p70ij2kryg] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-p70ij2kryg] .page-layout,
[b-p70ij2kryg] .page-layout > .dx-gridlayout-root,
[b-p70ij2kryg] .layout-item {
    background-color: inherit;
}

[b-p70ij2kryg] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-p70ij2kryg] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-p70ij2kryg] .fit-width {
    max-width: 100%;
}

[b-p70ij2kryg] .mw-1100 {
    max-width: 1100px;
}
/* _content/ABDiPulseBlazor/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-2982e4r2hp] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: inherit;
}

.sidebar.collapse[b-2982e4r2hp] {
    display: none;
}

.sidebar.expand[b-2982e4r2hp] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-2982e4r2hp] {
        display: none;
    }

    .sidebar.expand[b-2982e4r2hp] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

[b-2982e4r2hp] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-2982e4r2hp] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-2982e4r2hp] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-2982e4r2hp] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}
[b-2982e4r2hp] .app-sidebar,
[b-2982e4r2hp] .app-sidebar > .nav-pills,
[b-2982e4r2hp] .app-sidebar > .nav-pills > .nav-item,
[b-2982e4r2hp] .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
    background-color: inherit;
}

@media (max-width: 1199.98px) {
    [b-2982e4r2hp] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
