/* family-tree balkan  */
.bft-light {
    background-color: inherit !important;
}
#familyTreeGraph hr {
    margin: 10px 0 5px 0 !important;
    width: 700px;
    height: auto;
}
#familyTreeGraph g.link:nth-child(4) {
    stroke-dasharray: 5,5;
}
#familyTreeGraph g.link:nth-child(4) path {
    stroke: #229ac5 !important;
}
#familyTreeGraph .right-partner, .left-partner, .partner {
    stroke-dasharray: 1,1;
}
#familyTreeGraph .right-partner path, .left-partner path, .partner path {
    stroke: #000 !important;
}
#familyTreeGraph path {
    stroke-width: 2px !important;
}
#familyTreeGraph text tspan {
    text-decoration: underline;
    cursor: pointer;
}
#familyTreeGraph .bft-search {
    right: 120px !important;
}
#familyTreeGraph .bft-search+div {
    top:25px !important;
    width: 8px  !important;
    right: 21px !important;
}

/* pedigree-view family-tree */
#pedigreeView {
    position: relative;
    color: #1b75ba;
    font-weight: 700;
    height: 825px;
}
#pedigreeView a {
    color: #fff !important;
    font-weight: normal !important;
}
#pedigreeView .branch {
    position: relative;
    margin-left: 250px;
}
#pedigreeView .branch:before {
    content: "";
    width: 30px;
    border-top: 1px solid #a7a7a7;
    position: absolute;
    left: -80px;
    top: 50%;
    margin-top: 25px;
}
#pedigreeView .branch:first {
    margin-top: 10px;
}
#pedigreeView .entry {
    position: relative;
    min-height: 100px;
}
#pedigreeView .entry:before {
    content: "";
    height: 100%;
    border-left: 1px solid #a7a7a7;
    position: absolute;
    left: -50px;
}
#pedigreeView .entry:after {
    content: "";
    width: 50px;
    border-top: 1px solid #a7a7a7;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: 1px;
}
#pedigreeView .entry:first-child:before {
    width: 10px;
    height: 50%;
    top: 50%;
    margin-top: 2px;
    border-radius: 10px 0 0 0;
}
#pedigreeView .entry:first-child:after {
    height: 10px;
    border-radius: 10px 0 0 0;
}
#pedigreeView .entry:last-child:before {
    width: 10px;
    height: 50%;
    border-radius: 0 0 0 10px;
}
#pedigreeView .entry:last-child:after {
    height: 10px;
    border-top: none;
    border-bottom: 1px solid #a7a7a7;
    border-radius: 0 0 0 10px;
    margin-top: -9px;
}
#pedigreeView .label {
    display: block;
    width: 170px;
    padding: 30px 10px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    font-weight: 500;
}
#pedigreeView .male {
    background: rgb(3, 155, 229);
}
#pedigreeView .female {
    background: rgb(245, 124, 0);
}