/* /Pages/Family/FamilyTree.cshtml.rz.scp.css */
body[b-s24povdmtp] {
    margin: 0.75em;
}

.jstree-table-wrapper[b-s24povdmtp] {
    border: 1px solid #ccc;
}

.centerCell[b-s24povdmtp] {
    text-align: center;
}

.cont-wrapper[b-s24povdmtp] {
    height: calc(100vh - 125px); /*700px; */
}

td[b-s24povdmtp] {
    width: 150px;
}

ul.breadcrumb[b-s24povdmtp] {
    margin-left: 20px;
    height: 41px;
    padding: 8px 15px;
    margin-bottom: -2px;
    list-style: none;
    margin-top: -7px;
    font-weight: bold;
    padding-left: 0;
    background-color: transparent;
    border-radius: 0;
}

.treeSearch[b-s24povdmtp] {
    height: 30px !important;
    max-width: 350px !important;
}

input[type="checkbox"][b-s24povdmtp] {
    margin: auto;
    /*setting margin to auto of the checkbox*/
    display: flex; /*Flex box property*/
}

/*from cshtml*/
/*.centerCell {
    text-align: center;
}

.bold-node {
    font-weight: bold;
}

.col-2.d-flex {
    display: flex;
    justify-content: flex-end;
}

.d-flex.justify-content-end .ms-auto {
    margin-left: auto !important;
}*/
/* /Pages/Family/RelationsTree.cshtml.rz.scp.css */
body[b-5crycldg6p] {
    margin: 0.75em;
}

.jstree-table-wrapper[b-5crycldg6p] {
    border: 1px solid #ccc;
}

.centerCell[b-5crycldg6p] {
    text-align: center;
}

.cont-wrapper[b-5crycldg6p] {
    /*top: 150px;*/
    height: calc(100vh - 200px); /*700px; */
}

td[b-5crycldg6p] {
    width: 150px;
}

ul.breadcrumb[b-5crycldg6p] {
    margin-left: 20px;
    height: 41px;
    padding: 8px 15px;
    margin-bottom: -2px;
    list-style: none;
    margin-top: -7px;
    font-weight: bold;
    padding-left: 0;
    background-color: transparent;
    border-radius: 0;
}

.treeSearch[b-5crycldg6p] {
    height: 30px !important;
    max-width: 350px !important;
}

input[type="checkbox"][b-5crycldg6p] {
    margin: auto;
    /*setting margin to auto of the checkbox*/
    display: flex; /*Flex box property*/
}
/* /Pages/Shared/_LayoutSb.cshtml.rz.scp.css */

#wrapper[b-iqcurz8c8u] {
    overflow-x: hidden;
}

#sidebar-wrapper[b-iqcurz8c8u] {
    min-height: 100vh;
    margin-left: -15rem;
    transition: margin 0.25s ease-out;
    width: 242px;
    overflow-y: auto;
}

    #sidebar-wrapper .sidebar-heading[b-iqcurz8c8u] {
        padding: 0.875rem 1.25rem;
        font-size: 1.2rem;
    }

    #sidebar-wrapper .list-group[b-iqcurz8c8u] {
        width: 15rem;
    }

.sidebarList[b-iqcurz8c8u] {
    overflow-y: auto;
    height: calc(100vh - 80px);
}

#page-content-wrapper[b-iqcurz8c8u] {
    min-width: 100vw;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper[b-iqcurz8c8u] {
    margin-left: 0;
}
/* /////// */
.nav-flush .nav-link[b-iqcurz8c8u] {
    border-radius: 0;
}

.dropdown-item[b-iqcurz8c8u] {
    max-width: 175px;
}

/*.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(0, 0, 0, .85);
        background-color: #d2f4ea;
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
        filter: invert(1);
    }

    .btn-toggle[aria-expanded="true"] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: #d2f4ea;
    }*/

@media (min-width: 768px) {
    #sidebar-wrapper[b-iqcurz8c8u] {
        margin-left: 0;
    }

    #page-content-wrapper[b-iqcurz8c8u] {
        min-width: 0;
        width: 100%;
    }

    body.sb-sidenav-toggled #wrapper #sidebar-wrapper[b-iqcurz8c8u] {
        margin-left: -15rem;
    }
}

