/* Save To Ancestry */
.saveToAncestry .carouselInner.variedHeightDisabled {
  height: auto !important;
}
.saveToAncestry .carouselInner.variedHeightDisabled .carouselSlide:not(.carouselActiveSlide) {
  height: 0px;
}
.saveToAncestry header.conHeader .userCardNoImage {
  float: right;
  margin: 0 0 10px 10px;
}
.saveToAncestry header.conHeader .userCardNoImage .ancBtn {
  float: none;
  margin-left: 10px;
  vertical-align: middle;
}
.saveToAncestry .cardMedia {
  margin: 0;
}
.saveToAncestry .ancBtn.blue .textClipped {
  display: inline-block;
  max-width: 188px;
  vertical-align: middle;
}
.saveToAncestry .checkbox + label {
  float: left;
}
.saveToAncestry h3.bold {
  line-height: 1;
}
.saveToAncestry .conSection .conTitle {
  padding-bottom: 0;
}
.saveToAncestry .alertBody p,
.saveToAncestry .alertBody .listInline {
  display: inline;
}
.saveToAncestry .linkedList li {
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
}
.saveToAncestry .listInline li {
  padding-left: 0;
}
.saveToAncestry .listInline li:nth-last-child(2) p::after {
  content: 'or';
  display: inline;
  margin: 0 4px;
}
.saveToAncestry .listInline li:nth-last-child(1n+3) p::after {
  content: ',';
  display: inline;
  margin-right: 4px;
}
@media only all and (min-width: 768px) {
  .saveToAncestry .carousel {
    padding-bottom: 20px;
  }
  .saveToAncestry .photo.photoSquare.icon.iconImage::before {
    font-size: 160px;
  }
}
@media only all and (max-width: 767px) {
  .saveToAncestry .modalContents {
    padding-right: 10px;
  }
  .saveToAncestry .modalHeader {
    margin-right: -10px;
    padding-right: 10px;
  }
  .saveToAncestry .carousel {
    padding-bottom: 10px;
  }
  .saveToAncestry .photo.photoSquare.icon.iconImage::before {
    font-size: 95px;
  }
  .saveToAncestry .ancCol.w66 {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .saveToAncestry .photo.photoSquare.icon.iconImage::before {
    font-size: 170px;
  }
}
.saveToAncestry .conTitleMerge {
  padding-left: 25px;
}
.saveToAncestry .mergeMainCarousel.loading > * {
  display: none;
}
.saveToAncestry #mergeLastPage button {
  margin: 15px;
}
#modal .tryAgainBtn {
  margin-right: 10px;
}
#advancedOption table th {
  text-align: right;
  padding-top: 12px !important;
}
#advancedOption table th,
#advancedOption table td:not(.selector) {
  vertical-align: top;
}
#advancedOption table td:not(.selector) {
  padding-top: 5px;
}
#advancedOption table td:last-child {
  width: 400px;
}
#advancedOption table td:last-child > div.chooseNetworkDiv {
  margin-left: 20px;
}
#advancedOption table td.selector {
  vertical-align: top;
}
#advancedOption table td .note {
  padding: 10px 0 0 20px;
  display: inline-block;
}
#savePage1 #advancedOption table td,
#savePage1 #advancedOption table th {
  padding: 7px;
  border-bottom: 1px solid black;
}
#savePage1 #advancedOption table th {
  white-space: pre;
}
#network-accordion .accordionTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.defaultGroup {
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}
.eval .evalHeader.bgColor8 {
  display: none;
}
.eval.hidden {
  display: none;
}
.eval > .sidebarScrollArea:after {
  height: 0;
}
.eval .recordCompareDescriptionLabelContainer > p {
  white-space: pre-line;
}
#firstForm .selector > div {
  margin-top: 0;
}
#firstForm .formFooter {
  padding-left: 20px;
}
#firstForm #network-accordion .iconAdd {
  width: 22px;
  min-height: 22px !important;
  font-size: 14px;
  padding: 1px 0 0 0;
  margin-left: -1px;
}
/* Canvas */
#canvas {
  position: relative;
  margin-top: 10px;
}
.node .nodeContent .nodeTitle {
  font-weight: 700;
  white-space: nowrap;
  margin: 0 !important;
  max-width: 150px;
  -webkit-clip-path: inset(0 10px 0 0);
          clip-path: inset(0 10px 0 0);
  padding-right: 10px;
}
.node .nodeContent .nodeInfo {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-top: 2px;
}
.node .nodeContent {
  height: 100%;
  position: relative;
  z-index: 1;
  font-size: 13px;
  padding-left: 5px;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.node .node-bdy .bdyWrap.card {
  border: 2px solid var(--ui-genderless-connection-color);
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.node .node-bdy .bdyWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
  height: 100%;
  position: relative;
  width: 100%;
  padding: 0;
}
.openhand .bdyWrap {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.node .node-bdy .bdyWrap .avatarWrap {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.node .userCardImg.icon.icon {
  font-size: 34px;
  left: auto;
}
.node .node-bdy .bdyWrap > span {
  display: block;
}
.node .nodeContent .vAlignContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.node .userCardImg.icon.icon:after,
.node .userCardImg.icon.icon:before {
  width: 100%;
  height: 100%;
}
.node {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 3;
  background: 0 0;
  border: none;
  text-align: left;
  height: 100%;
  width: 100%;
  position: relative;
}
.nodeWrapper {
  position: absolute;
  height: 40px;
  max-width: 206px;
}
.node.add .userCardImg:after,
.node.add .userCardImg:before {
  margin-left: -2px;
}
.node .userCardImg {
  margin: 0;
  line-height: 34px;
  width: 34px;
  height: 34px;
}
:root {
  --ui-dot-stroke: #f6f3f0;
  --ui-genderless-connection-color: #888;
  --ui-male-connection-color: #117FA6;
  --ui-dot-stroke-dark: #4d4d4d;
  --ui-female-connection-color-dark: #DB8A75;
  --ui-genderless-connection-color-dark: #9A9A9A;
  --ui-male-connection-color-dark: #7FACC0;
  --ui-potential-after-color-dark: #2F8000;
}
svg#treeLinesSvg path,
svg#treeLinesSvg line {
  stroke: var(--ui-genderless-connection-color);
  stroke-linecap: round;
  stroke-width: 2px;
  fill: transparent;
}
svg#treeLinesSvg {
  height: 200px;
  width: 100%;
}
#familyList.con,
.familyList.con {
  margin-top: 0;
  padding: 0;
}
#familyList,
.familyList {
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  color: var(--ui-text-color);
  position: absolute;
  font-size: 14px;
  font-weight: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: none;
  cursor: default;
  z-index: 2;
}
#familyList .familyFooter,
.familyList .familyFooter {
  width: 100%;
  padding: 10px;
}
#familyList .familyFooter a,
.familyList .familyFooter a {
  margin: 0;
}
#familyList footer a,
#familyList p.header a,
#familyList p.header span,
.familyList footer a,
.familyList p.header a,
.familyList p.header span {
  font-size: 14px;
  margin: 5px 10px;
  position: relative;
}
#familyList a,
.familyList a {
  display: block;
  text-decoration: none;
}
#familyList .userCardSize2,
.familyList .userCardSize2 {
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
  padding-left: 26px;
}
#familyList .listSpouse,
#familyList .userCard,
.familyList .listSpouse,
.familyList .userCard {
  max-height: 20px;
}
#familyList .userCardSize2 .userCardImg,
.familyList .userCardSize2 .userCardImg {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  width: 20px;
  opacity: .9999;
}
#familyList .userCardContent,
.familyList .userCardContent {
  white-space: nowrap;
  overflow: hidden;
}
#familyList .userCardTitle,
.familyList .userCardTitle {
  font-size: 14px;
}
.createTree .mediaCol h4 {
  font-size: 11px;
}
.createTree .mediaCol .customClip {
  font-size: 10px;
  margin-top: 5px;
}
.createTree .alertBody {
  font-size: 13.5px;
  padding-top: 10px;
}
.createTree .carouselSlide {
  padding-bottom: 16px;
  width: 100%;
}
