/* /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*/
}
