/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2024 | 08:59:10 */
div.tp-svg {
    display: block;
    background: #f0f0f0;
    border-style: solid;
    border-width: thin;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 40vh;
    max-width: 1280px;
    max-height: calc(100vh - 23px);
    min-height: 500px;
    overflow: hidden;
    position: relative;
	resize: vertical;
  	overflow: auto;
	border-radius: 30px;
  overflow: hidden;
}

div.tp-svg svg {
    position:absolute; 
    left:0; top:0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.FamilyTreeTextGroup {
	display: none;
}
.no-js .FamilyTreeTextGroup {
	display: block;
}
.no-js .HideWhenNoJS, .no-js div.tp-svg {
	display: none;
}
.FamilyTreeOverlay {
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1;
	position: absolute;
}
.FamilyTreeOverlay:hover {
	background: linear-gradient(rgba(135, 206, 246, 0.25), rgba(224, 181, 213, 0.25));
}
.FamilyTreeOverlay p {
	margin: auto;
	font-weight: 700;
	background: rgba(36, 37, 37, 0.9);
	padding: 5px 13px;
	border-radius: 5px;
	display: none;
}
.FamilyTreeOverlay:hover p {
	display: block;
}







svg.FamilyTreeSVG text {
    text-anchor: middle;
    font-size: 18px;
    font-family: "Segoe UI";
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.1px;
    pointer-events: none;
}

svg.FamilyTreeSVG .f, svg.FamilyTreeSVG .m, svg.FamilyTreeSVG .u, svg.FamilyTreeSVG .x {
    stroke: dimgray;
    stroke-opacity: 1.0;
    stroke-width: 1.50;
    fill-opacity: 0.6;
}

svg.FamilyTreeSVG .f:focus, svg.FamilyTreeSVG .m:focus, svg.FamilyTreeSVG .u:focus, svg.FamilyTreeSVG .x:focus, svg.FamilyTreeSVG .c:focus {
    outline: none !important;
}

svg.FamilyTreeSVG .f {
    fill: #ffa4ec;
}

svg.FamilyTreeSVG .m {
    fill: rgba(135, 206, 246);
}

svg.FamilyTreeSVG .u {
    fill: lightgray;
}

svg.FamilyTreeSVG .x {
    fill: lightgray;
}

svg.FamilyTreeSVG .f.tr, svg.FamilyTreeSVG .f.tl, svg.FamilyTreeSVG .f.br, svg.FamilyTreeSVG .f.bl {
    fill: red;
    stroke: none;
}

svg.FamilyTreeSVG .m.tr, svg.FamilyTreeSVG .m.tl, svg.FamilyTreeSVG .m.br, svg.FamilyTreeSVG .m.bl {
    fill: blue;
    stroke: none;
}

svg.FamilyTreeSVG .u.tr, svg.FamilyTreeSVG .u.tl, svg.FamilyTreeSVG .u.br, svg.FamilyTreeSVG .u.bl {
    fill: dimgray;
    stroke: none;
}

svg.FamilyTreeSVG .x.tr, svg.FamilyTreeSVG .x.tl, svg.FamilyTreeSVG .x.br, svg.FamilyTreeSVG .x.bl {
    fill: dimgray;
    stroke: none;
}

svg.FamilyTreeSVG line {
    stroke: dimgray;
    opacity: 1.0;
    stroke-width: 1.50;
}

svg.FamilyTreeSVG line.direct {
    stroke: #7070ff;
    opacity: 1.0;
    stroke-width: 4.00;
}

svg.FamilyTreeSVG line.tentative, svg.FamilyTreeSVG line.more {
    stroke-dasharray: 5px;
}









/* CSS support for Message Box service code, for use with family trees as generated by the SVG Family-Tree Generator (SVG-FTG) */
/* Author:	A.C.Proctor	18-Jan-2021	*/
/* Modified:	A.C.Proctor	8-Dec-2021	*/
/*		Improve wrapping of text	*/

#mb_hdr {		/* The title div for the dialog */
    font-weight: bold;
    text-align: center;
    background-color: #b1dae7;
    cursor: move;
    margin-bottom: 5px;
}

#mb_img {		/* Optional icon */
    max-width: 50px;
    max-height: 50px;
    margin: 20px;
    float: left;
}

#mb_body {		/* Body div for the dialog */
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

#mb_container {		/* Container div for all of the dialog */
    position: absolute;
    z-index: 80;
    background-color: #f1f1f1;
    border: thin solid darkgray;
    font-size: 20px;
    border-radius: 10px;
    text-align: right;	/* For buttons */
    padding: 10px;
    min-width: 25vw;
    max-width: 70vw;
}

#mb_buttons {
    clear: both;
}

button.mb-but {		/* Buttons in the dialog */
    border-style: solid;
    border-radius: 10px;
    border-color: darkgrey;
    width: 80px;
    height: 30px;
    background-color: violet;
    color: black;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-left: 10px;
    padding: 0;
}

#mb_screen {		/* Optional screen to obscure all else */
    opacity: 0.8;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #FFF;
    width: 100vw;
    height: 100vh;
    z-index: 70;
}













