/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/**
* Transforms a given palette color to the transparent version of it
*/
/* stylelint-disable */
/* Per device constants */
.newtree_sprite {
  background-image: url("/FP/Assets/Images/Sprites/newtree_sprite.png?v=23");
}
@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .newtree_sprite {
    background-image: url("/FP/Assets/Images/Sprites/newtree_sprite@2x.png?v=23");
    background-size: 587px 553px;
  }
}

.familysearch_sprite {
  background-image: url("/FP/Assets/Images/Sprites/familysearch_sprite.png?v=4");
}
@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .familysearch_sprite {
    background-image: url("/FP/Assets/Images/Sprites/familysearch_sprite@2x.png?v=4");
    background-size: 79px 40px;
  }
}

#page_header {
  height: 39px;
  display: flex;
  align-items: center;
}

body.NewTreeEmbed,
#NewTreeOuter.NewTreeInSite {
  /* background-image:url('data:image/gif;base64,R0lGODlhAwADAIAAAODc0uzq5CH5BAAAAAAALAAAAAADAAMAAAIEDIwRBQA7') ; */
  /* FP/Assets/Images/NewTree/pattern.gif */
  background-color: #f2eee4;
  background-repeat: repeat;
}

#NewTreeOuter {
  position: relative;
  font-size: 12px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#masterPageSpecialOfferPanel {
  border-bottom: 1px solid rgba(204, 204, 204, 0.44);
}

#NewTreeContainer {
  position: absolute;
  top: 40px;
  left: 0;
  overflow: hidden;
}

#logContainer {
  display: none;
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 10px;
  background-color: white;
  border: 3px outset;
  overflow: hidden;
}

#NewTreeVector {
  position: absolute;
  overflow: hidden;
  direction: ltr;
}

#NewTreeVector [tabindex] {
  outline: none;
}

#NewTreeVector svg {
  position: absolute;
}

#NewTreeVector canvas {
  direction: rtl;
}

#loadingImgContainer {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color: white;
  /*	opacity:0.7;
      filter: alpha(opacity=0.7);
      background-color:#f2eee4;
  */
}

.NewTree_emailDialogWrapper {
  position: absolute;
  width: 220px;
  height: 102px;
  display: none;
}

.NewTree_emailDialog {
  position: absolute;
  top: 4px;
  right: 10px;
  width: 90%;
  cursor: default;
  display: block;
}

.NewTree_emailDialog input {
  font-size: 12px;
}

.NewTree_emailDialog .FL_LabelBold {
  margin-bottom: 2px;
}

.NewTree_emailDialog .FL_Label {
  margin: 0 5px;
}

.NewTree_emailDialogEmail {
  width: 189px;
  height: 20px;
  margin-bottom: 3px;
  border: 1px solid #e4e4e4;
  font-size: 13px;
  color: #353535;
  padding: 0 5px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  display: block;
  direction: ltr;
}

.NewTree_emailDialogCheckbox {
  height: auto;
  margin: 0;
}

.emailDialogButtons a.qButton-dnaSmallSite {
  float: right;
  margin-top: 3px;
  margin-left: 5px;
}

.emailDialog_NewTreeZoom_XMedium .NewTree_emailDialog {
  top: 8px;
  right: 12px;
  cursor: default;
}
.emailDialog_NewTreeZoom_XMedium .NewTree_emailDialogEmail {
  width: 95%;
  height: 24px;
  margin-bottom: 8px;
  border: 1px solid #e4e4e4;
  font-size: 16px;
  padding: 0 8px;
}
.emailDialog_NewTreeZoom_XMedium .FL_LabelBold {
  margin-bottom: 5px;
  font-size: 14px;
}
.emailDialog_NewTreeZoom_XMedium .FL_Label {
  margin: 0 8px;
  font-size: 14px;
}
.emailDialog_NewTreeZoom_XMedium .emailDialogButtons a.qButton-dnaSmallSite {
  margin-top: 8px;
}

.emailDialog_NewTreeZoom_Large .NewTree_emailDialog {
  top: 12px;
  right: 16px;
  cursor: default;
}
.emailDialog_NewTreeZoom_Large .NewTree_emailDialogEmail {
  width: 95%;
  height: 28px;
  margin-bottom: 2px;
  border: 1px solid #e4e4e4;
  font-size: 18px;
  padding: 0 8px;
}
.emailDialog_NewTreeZoom_Large .FL_LabelBold {
  margin-bottom: 6px;
  font-size: 16px;
}
.emailDialog_NewTreeZoom_Large .FL_Label {
  margin: 0 12px;
  font-size: 16px;
}
.emailDialog_NewTreeZoom_Large .emailDialogButtons a.qButton-dnaSite {
  float: right;
  margin-top: 9px;
  margin-left: 10px;
}

/* have to use 3 rules, because user agents are required to ignore a rule with an unknown selector */
input.placeholder {
  color: #808080;
}

input::-webkit-input-placeholder {
  color: #808080;
}

input:-moz-placeholder {
  color: #808080;
}

.NewTree_Btn {
  background-image: url("/FP/Assets/Images/NewTree/Tree_btns.png?v=11");
  background-repeat: no-repeat;
}

.NewTree_tooltipText {
  color: black;
  font-size: 11px;
  width: 150px;
  margin-right: 20px;
  margin-bottom: 4px;
}

.NewTree_tooltipText.NewTree_tooltipOneLiner {
  width: auto;
  min-width: 56px;
  white-space: nowrap;
}

.NewTree_richTooltip {
  margin-right: 19px;
  margin-bottom: 12px;
  display: block;
}

.NewTree_richTooltipImage {
  float: right;
  margin-left: 13px;
}

.NewTree_richTooltipTextWrapper {
  width: 180px;
  float: right;
}

.NewTree_richTooltipText {
  color: #666;
  font-size: 12px;
  line-height: 14px;
}

.NewTree_richTooltipTitle {
  font-size: 16px;
  margin-bottom: 1px;
}

.NewTree_LargeTooltipIcon {
  width: 34px;
  height: 34px;
  margin-top: 13px;
}

.NewTree_richTooltip.LargeTooltipDna {
  width: 237px;
}

.LargeTooltipDna .NewTree_LargeTooltipIcon {
  width: 35px;
  height: 35px;
  background-position: top left;
}
.LargeTooltipDna .NewTree_richTooltipTitle {
  color: #bb4ece;
}
.LargeTooltipDna .NewTree_richTooltipTextWrapper {
  width: 180px;
}
.LargeTooltipDna.private .NewTree_Btn {
  background-image: url("/FP/Assets/Images/NewTree/dna_icon_private.png?v=1");
}
.LargeTooltipDna.public .NewTree_Btn {
  background-image: url("/FP/Assets/Images/NewTree/dna_icon_public.png?v=1");
}
.LargeTooltipDna.no_link {
  cursor: default;
}
.LargeTooltipDna .link {
  color: #bb4ece;
  text-decoration: underline;
  cursor: pointer;
}

.NewTree_richTooltip.LargeTooltipSM {
  width: 237px;
}

.LargeTooltipSM .NewTree_LargeTooltipIcon {
  background-position: -152px -214px;
}
.LargeTooltipSM .NewTree_richTooltipTitle {
  color: #65a844;
}
.LargeTooltipSM .NewTree_richTooltipTextWrapper {
  width: 180px;
}

.NewTree_richTooltip.LargeTooltipRM {
  width: 247px;
}

.LargeTooltipRM .NewTree_LargeTooltipIcon {
  background-position: -188px -214px;
}
.LargeTooltipRM .NewTree_richTooltipTitle {
  color: #ad7051;
}
.LargeTooltipRM .NewTree_richTooltipTextWrapper {
  width: 190px;
}

.NewTree_richTooltip.LargeTooltipDiscovery {
  width: 375px;
  margin-right: 30px;
}

.LargeTooltipDiscovery .NewTree_richTooltipImage,
.LargeTooltipDiscovery .NewTree_richTooltipTextWrapper {
  margin-top: 10px;
}
.LargeTooltipDiscovery .NewTree_richTooltipTextWrapper {
  width: 300px;
}
.LargeTooltipDiscovery .NewTree_richTooltipTextWrapper .NewTree_richTooltipText {
  color: #6e6e6e;
  line-height: 1.5;
}
.LargeTooltipDiscovery .NewTree_richTooltipLightText {
  color: #929190;
}
.LargeTooltipDiscovery .NewTree_callToAction {
  text-decoration: none;
}
.LargeTooltipDiscovery .PK_ProfileImage {
  width: 60px;
}

a.LargeTooltipDiscovery:hover .NewTree_callToAction {
  text-decoration: underline;
}
a.LargeTooltipDiscovery:hover .NewTree_richTooltipTitle {
  text-decoration: none;
}

/* trees dropdown */
#TotalPeopleSummary,
#TreeSelection,
#TreeBreadcrumbs {
  float: right;
  margin: 0 10px;
  line-height: 1;
}

#TreeSelection {
  margin-top: 6px;
  margin-right: 20px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  display: block;
}

#TotalPeopleSummary {
  margin-top: 6px;
  font-size: 12px;
}

#TreeBreadcrumbs {
  margin-top: 6px;
  font-size: 12px;
}

.treeSelectionMenu {
  display: none;
  position: absolute;
  right: 6px;
  top: 37px;
  background-color: #fbfbfb;
  border: 1px solid #c1c3c4;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: -3px 2px 7px rgba(150, 150, 150, 0.5), 3px 2px 7px rgba(150, 150, 150, 0.5);
  padding: 7px 0;
  color: #616160;
}

.treeSelectionOpened .treeSelectionMenu {
  display: block;
}

.treeSelectionMenuEntry {
  border-bottom: 1px solid #EAE8E7;
  cursor: pointer;
}

#ToolBarExtension {
  float: left;
}

.EntryHighlight {
  background-color: #efede9;
}

.treeSelectionMenuEntry.EntrySelected td.treeMenuName,
.treeSelectionMenuEntry.EntrySelected td.treeMenuCount {
  font-weight: bold;
}

.treeSelectionMenuEntry td.treeMenuIcon {
  padding: 7px 5px 6px;
  padding-left: 14px;
  width: 12px;
}

.treeSelectionMenuEntry td.treeMenuName {
  padding: 7px 11px 6px;
}

.treeSelectionMenuEntry td.treeMenuCount {
  padding: 7px 9px 6px;
  text-align: center;
}

/* vector graphics components */
.ridgeIcon {
  cursor: pointer;
}

.cardWrapper {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* graphic elements */
.NewTree_EditIcon {
  cursor: pointer;
}

/* spider */
.spider {
  position: absolute;
  height: 495px;
  width: 745px;
  display: none;
}

.spiderHTML {
  position: absolute;
  top: 0;
  /* a little hack to align the text in the card on the spider with the text under it */
  left: 0;
  height: 495px;
  width: 745px;
  text-align: right;
}

#spiderVector {
  position: absolute;
  top: 0;
  left: 0;
  direction: ltr;
}

.spiderButtonText,
.spiderButtonRight {
  background-image: url("/FP/Assets/Images/NewTree/spider.png?v=4");
  background-repeat: no-repeat;
}

a.spiderButton {
  position: absolute;
}
a.spiderButton table {
  width: 207px;
  /* might be set by JS code to be wider for other langs */
  direction: ltr;
}
a.spiderButton:hover {
  text-decoration: none;
}

td.spiderButtonText div {
  color: #104a73;
  text-align: right;
  padding-left: 50px;
  padding-right: 5px;
  line-height: 1.1;
  direction: rtl;
}

td.spiderButtonText div.spiderButtonTitle {
  font-size: 17px;
}
td.spiderButtonText div.spiderButtonSubtitle {
  font-size: 10px;
}

td.spiderButtonText.alternatePartnerText div.spiderButtonTitle {
  font-size: 16px;
}

.lang_UK td.spiderButtonText div.spiderButtonTitle,
.lang_NL td.spiderButtonText div.spiderButtonTitle,
.lang_PT td.spiderButtonText div.spiderButtonTitle,
.lang_PB td.spiderButtonText div.spiderButtonTitle {
  font-size: 15px;
}

.lang_HU td.spiderButtonText div.spiderButtonTitle,
.lang_TR td.spiderButtonText div.spiderButtonTitle,
.lang_SV td.spiderButtonText div.spiderButtonTitle,
.lang_FR td.spiderButtonText div.spiderButtonTitle,
.lang_DE td.spiderButtonText div.spiderButtonTitle {
  font-size: 14px;
}

.lang_RU td.spiderButtonText div.spiderButtonTitle {
  font-size: 13px;
}

.lang_EL td.spiderButtonText div.spiderButtonTitle {
  font-size: 12px;
}

.spiderButton td {
  vertical-align: middle;
  height: 57px;
}

td.spiderButtonText a:hover {
  text-decoration: underline;
}

.spiderButtonRight {
  width: 8px;
  height: 57px;
}

a.spiderButtonMale .spiderButtonText {
  background-position: -2px -3px;
}
a.spiderButtonMale .spiderButtonRight {
  background-position: -490px -3px;
}
a.spiderButtonMale:hover .spiderButtonText {
  background-position: -2px -239px;
}
a.spiderButtonMale:hover .spiderButtonRight {
  background-position: -490px -239px;
}

a.spiderButtonFemale .spiderButtonText {
  background-position: -2px -62px;
}
a.spiderButtonFemale .spiderButtonRight {
  background-position: -490px -62px;
}
a.spiderButtonFemale:hover .spiderButtonText {
  background-position: -2px -298px;
}
a.spiderButtonFemale:hover .spiderButtonRight {
  background-position: -490px -298px;
}

a.spiderButtonBoy .spiderButtonText {
  background-position: -2px -121px;
}
a.spiderButtonBoy .spiderButtonRight {
  background-position: -490px -121px;
}
a.spiderButtonBoy:hover .spiderButtonText {
  background-position: -2px -357px;
}
a.spiderButtonBoy:hover .spiderButtonRight {
  background-position: -490px -357px;
}

a.spiderButtonGirl .spiderButtonText {
  background-position: -2px -180px;
}
a.spiderButtonGirl .spiderButtonRight {
  background-position: -490px -180px;
}
a.spiderButtonGirl:hover .spiderButtonText {
  background-position: -2px -416px;
}
a.spiderButtonGirl:hover .spiderButtonRight {
  background-position: -490px -416px;
}

.spiderButtonFather {
  top: 48px;
  left: 170px;
}

.spiderButtonMother {
  top: 48px;
  left: 396px;
}

.spiderButtonBrother {
  top: 144px;
  left: 0;
}

.spiderButtonSister {
  top: 246px;
  left: 0;
}

.spiderButtonPartner {
  top: 195px;
  right: 8px;
}

.spiderButtonSon {
  top: 341px;
  left: 170px;
}

.spiderButtonDaughter {
  top: 341px;
  left: 396px;
}

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */
#basic-modal-content {
  display: none;
}

/* Overlay */
#simplemodal-overlay {
  background-color: #000;
}

/* Container */
#simplemodal-container a.simplemodal-close {
  cursor: pointer;
  z-index: 3200;
}
#simplemodal-container a.spiderCloseImg {
  background-image: url("/FP/Assets/Images/NewTree/Tree_btns.png?v=11");
  background-repeat: no-repeat;
  background-position: -329px -92px;
  width: 23px;
  height: 22px;
  display: inline;
  position: absolute;
  top: -2px;
  left: 27px;
}
#simplemodal-container a.spiderCloseImg:hover {
  background-position: -329px -116px;
}
#simplemodal-container a.spiderCloseText {
  color: #f0f0f0;
  position: absolute;
  top: -12px;
  left: 27px;
  font-size: 18px;
  padding: 10px;
  padding-left: 30px;
}
#simplemodal-container a.spiderCloseText:hover {
  text-decoration: underline;
}

/*
 * End of SimpleModal
 */
.no_animate {
  transition: none !important;
}

#NewTreeControlsOuter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#NewTreeControls,
#NewTreeControlsOuter,
#NewTreeRightControls {
  opacity: 0.8;
}

#NewTreeControls {
  position: absolute;
  top: 60px;
  left: 20px;
}

#NewTreeRightControls {
  position: absolute;
  top: 60px;
  right: 0;
}

/* toolbar */
#NewTreeToolBar {
  box-sizing: content-box;
  position: absolute;
  height: 32px;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 8px;
  background-image: url("/FP/Assets/Images/NewTree/Tree_topbar_sprite.png?v=13");
  background-repeat: repeat-x;
  color: #616160;
}
#NewTreeToolBar .PK_Silhouette {
  background-size: cover;
  background-position: 0 0;
  background-color: rgba(255, 255, 255, 0.01);
}
#NewTreeToolBar .PK_Silhouette_S_30_M_A_RTL {
  background-image: url("/FP/Assets/Images/NewTree/male.svg?v=3");
}
#NewTreeToolBar .PK_Silhouette_S_30_F_A_RTL {
  background-image: url("/FP/Assets/Images/NewTree/female.svg?v=3");
}
#NewTreeToolBar .PK_Silhouette_S_30_M_C_RTL {
  background-image: url("/FP/Assets/Images/NewTree/boy.svg?v=3");
}
#NewTreeToolBar .PK_Silhouette_S_30_F_C_RTL {
  background-image: url("/FP/Assets/Images/NewTree/girl.svg?v=3");
}
#NewTreeToolBar .PK_Silhouette_S_30_U_A_RTL,
#NewTreeToolBar .PK_Silhouette_S_30_U_C_RTL {
  background-image: url("/FP/Assets/Images/NewTree/unknown.svg?v=3");
}
#NewTreeToolBar .PK_Silhouette_S_30_Ribbon {
  background-image: url("/FP/Assets/Images/NewTree/Ribbon.svg?v=3");
  transform: scaleX(-1);
}

#FindAPersonCancel {
  display: none;
  margin: 0 0 0 0;
}

.textButton {
  box-sizing: border-box;
  -ms-border-image: url(/FP/Assets/Images/NewTree/) 0 0 0 0;
  -webkit-border-image: url(/FP/Assets/Images/NewTree/) 0 0 0 0;
  -moz-border-image: url(/FP/Assets/Images/NewTree/) 0 0 0 0;
  border-width: 0px 0px 0px 0px;
  padding: 0;
  color: #575757;
  text-decoration: none;
  font-size: 0;
  font-weight: normal;
  line-height: 1;
  position: relative;
  cursor: pointer;
  height: 0;
  min-width: 0;
  text-align: center;
  white-space: nowrap;
}

.textButtonMD {
  box-sizing: border-box;
  -ms-border-image: url(/FP/Assets/Images/NewTree/) 0 0 0 0;
  -webkit-border-image: url(/FP/Assets/Images/NewTree/) 0 0 0 0;
  -moz-border-image: url(/FP/Assets/Images/NewTree/) 0 0 0 0;
  border-width: 0px 0px 0px 0px;
}

#NewTreeToolBar.searchMode #FindAPersonCancel {
  display: block;
}

#TotalPeopleSummary {
  float: right;
  margin: 6px 11px 0 0;
  font-size: 12px;
  line-height: 1;
}

#TotalPeopleSummaryParent {
  min-width: 10px;
  vertical-align: middle;
  width: 100%;
  direction: rtl;
}

#ToggleLeftPanelParent {
  display: none;
}

#FindAPersonParent {
  box-sizing: content-box;
  vertical-align: middle;
  direction: rtl;
}

#NewTreeToolBar.searchMode #FindAPerson {
  width: 0;
}

.infoIcon {
  width: 33px;
  height: 33px;
  background-position: -852px -135px;
  vertical-align: top;
}

/* end toolbar */
/* radar */
#NewTree_radar {
  position: absolute;
  bottom: 24px;
  left: 25px;
  height: 88px;
}

.radarPlaceHolder {
  position: absolute;
  width: 63px;
  height: 63px;
  background-position: -244px -92px;
  top: 16px;
  left: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.radarPlaceHolderMD {
  background-position: -483px -92px;
}

#NewTree_radar .openRadar,
#NewTree_radar .closeRadar {
  position: absolute;
  top: 4px;
  left: 16px;
  width: 20px;
  height: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#NewTree_radar .openRadar {
  background-position: -74px -126px;
}

#NewTree_radar .openRadarMD {
  background-position: -74px -148px;
}

#NewTree_radar .closeRadar {
  background-position: -52px -126px;
}

#NewTree_radar .closeRadarMD {
  background-position: -52px -148px;
}

.openedRadar {
  position: relative;
  float: left;
  background-position: -2px -2px;
  width: 43px;
  height: 88px;
}

.radarRightPanel {
  position: relative;
  float: left;
  width: 40px;
  height: 88px;
  background-position: -958px -2px;
}

.radarWrapper {
  position: absolute;
  top: 13px;
  left: 25px;
  width: 0;
  /* will be set by JS code */
  height: 70px;
  cursor: pointer;
  overflow: hidden;
  clip: auto;
  direction: ltr;
}

#positionInRadar {
  background-color: #a7d635;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border: 1px solid #000;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  position: absolute;
}

#FindAPersonParent {
  padding-top: 3px;
  padding-left: 24px;
  padding-bottom: 3px;
  padding-right: 12px;
  background-image: url("/FP/Assets/Images/NewTree/Tree_topbar_sprite.png?v=13");
  background-position: -520px -160px;
  background-repeat: no-repeat;
  float: right;
  margin-top: 0;
  margin-left: 7px;
  margin-bottom: 8px;
  margin-right: -1px;
  width: 190px;
  height: 18px;
  position: relative;
}

#FindAPerson {
  font-size: 12px;
  border: none;
  width: 188px;
  height: 16px;
  outline: none;
}

.FindAPersonMagnify {
  background-image: url("/FP/Assets/Images/NewTree/Tree_topbar_sprite.png?v=13");
  background-position: -791px -256px;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  right: 207px;
}

a.FindAPersonDropDown {
  position: absolute;
  top: 10px;
  right: 205px;
  background-image: url("/FP/Assets/Images/NewTree/Tree_topbar_sprite.png?v=13");
  background-position: -804px -256px;
  background-repeat: no-repeat;
  width: 9px;
  height: 6px;
  display: block;
}

a.FindAPersonDropDown:hover {
  background-position: -815px -256px;
}

#NewTreeToolBar .dropdown {
  width: 305px;
  background-color: #fbfbfb;
  box-shadow: -3px 2px 7px rgba(150, 150, 150, 0.5), 3px 2px 7px rgba(150, 150, 150, 0.5);
  border: 1px solid #c1c3c4;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding-bottom: 7px;
}
#NewTreeToolBar .drop-item {
  border-bottom-color: #EAE8E7;
}
#NewTreeToolBar .drop-item .drop-text {
  color: #616160;
}
.mh_desktop #NewTreeToolBar .drop-item.sel {
  background-color: #efede9;
}

#NewTreeToolBar {
  background-position: 0 -287px;
}

#NewTreeToolBar a {
  color: #616160;
}

.toolbarLeft {
  float: right;
}

.breadcrumbsEntry.breadcrumbsLastEntry {
  font-weight: bold;
}

.ToolBar_BreadcrumbsSeparator {
  width: 5px;
  height: 8px;
  background-position: -2px -81px;
  margin: -2px 5px 0;
}

.toolbarRight {
  float: left;
  margin: 0 12px;
}

.ToolBarButton {
  background-image: url("/FP/Assets/Images/NewTree/Tree_topbar_sprite.png?v=13");
  background-repeat: no-repeat;
}

.ToolBar_separator {
  width: 1px;
  height: 15px;
  background-color: #c3bdaf;
  float: right;
  margin-top: 4px;
}

.ToolBar_options,
.ToolBar_fullScreen,
.ToolBar_exitFullScreen,
.ToolBar_help,
.ToolBar_colorCoding {
  margin: 0 7px;
  float: right;
  display: block;
}

.ToolBar_options {
  width: 15px;
  height: 16px;
  background-position: -2px -2px;
  margin-top: 4px;
}

a.ToolBar_options:hover {
  background-position: -19px -2px;
}

.ToolBar_fullScreen,
.ToolBar_exitFullScreen {
  width: 14px;
  height: 15px;
  background-position: -2px -35px;
  margin-top: 4px;
}

a.ToolBar_fullScreen:hover {
  background-position: -18px -35px;
}

.ToolBar_exitFullScreen {
  background-position: -2px -19px;
}

a.ToolBar_exitFullScreen:hover {
  background-position: -18px -19px;
}

.ToolBar_help {
  width: 11px;
  height: 15px;
  background-position: -19px -69px;
  margin-top: 4px;
}

a.ToolBar_help:hover {
  background-position: -19px -52px;
}

.ToolBar_Down {
  width: 9px;
  height: 5px;
  background-position: -2px -64px;
  margin-right: 6px;
}

.ToolBar_MenuSelected {
  width: 11px;
  height: 9px;
  background-position: -2px -91px;
}

.ToolBar_MenuManageTrees {
  width: 13px;
  height: 14px;
  background-position: -2px -115px;
}

.textButton {
  box-sizing: border-box;
  -ms-border-image: url(/FP/Assets/Images/NewTree/search-cancel-btn_3.png) 6 6 6 6;
  -webkit-border-image: url(/FP/Assets/Images/NewTree/search-cancel-btn_3.png) 6 6 6 6;
  -moz-border-image: url(/FP/Assets/Images/NewTree/search-cancel-btn_3.png) 6 6 6 6;
  border-width: 6px 6px 6px 6px;
  padding: 3px 5px;
  font-size: 14px;
  height: 31px;
  min-width: 86px;
  text-align: center;
}

.textButtonMD {
  box-sizing: border-box;
  -ms-border-image: url(/FP/Assets/Images/NewTree/search-cancel-btn_3d.png) 6 6 6 6;
  -webkit-border-image: url(/FP/Assets/Images/NewTree/search-cancel-btn_3d.png) 6 6 6 6;
  -moz-border-image: url(/FP/Assets/Images/NewTree/search-cancel-btn_3d.png) 6 6 6 6;
  border-width: 6px 6px 6px 6px;
}

#NewTreeControls {
  top: 60px;
  left: 20px;
  width: 83px;
  height: 234px;
  background-position: -1259px -2px;
  background-image: url("/FP/Assets/Images/NewTree/Tree_btns.png?v=11");
  background-repeat: no-repeat;
  display: none;
}

#NewTreeControls.smallScreen {
  width: 66px;
  height: 187px;
  background-position: -1344px -2px;
}

/* pan */
#NewTree_panBox {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 69px;
  height: 69px;
  background-position: -173px -92px;
}

#NewTreeControls.smallScreen #NewTree_panBox {
  top: 7px;
  left: 5px;
  width: 57px;
  height: 57px;
  background-position: -1345px -191px;
}

#NewTree_panBox .moveUp {
  position: absolute;
  top: 11px;
  left: 29px;
  width: 11px;
  height: 7px;
  background-position: -354px -93px;
}

#NewTreeControls.smallScreen #NewTree_panBox .moveUp {
  top: 9px;
  left: 25px;
  width: 8px;
  height: 6px;
  background-position: -1417px -155px;
}

#NewTree_panBox .moveDown {
  position: absolute;
  top: 54px;
  left: 29px;
  width: 11px;
  height: 7px;
  background-position: -354px -102px;
}

#NewTreeControls.smallScreen #NewTree_panBox .moveDown {
  top: 44px;
  left: 25px;
  width: 8px;
  height: 6px;
  background-position: -1417px -147px;
}

#NewTree_panBox .moveLeft {
  position: absolute;
  top: 31px;
  left: 10px;
  width: 7px;
  height: 10px;
  background-position: -367px -92px;
}

#NewTreeControls.smallScreen #NewTree_panBox .moveLeft {
  top: 25px;
  left: 8px;
  width: 6px;
  height: 8px;
  background-position: -1417px -126px;
}

#NewTree_panBox .moveRight {
  position: absolute;
  top: 31px;
  left: 52px;
  width: 7px;
  height: 10px;
  background-position: -376px -92px;
}

#NewTreeControls.smallScreen #NewTree_panBox .moveRight {
  top: 25px;
  left: 46px;
  width: 6px;
  height: 8px;
  background-position: -1417px -136px;
}

#NewTree_panBox .moveHome {
  position: absolute;
  top: 26px;
  left: 24px;
  width: 20px;
  height: 17px;
  background-position: -354px -111px;
}

#NewTreeControls.smallScreen #NewTree_panBox .moveHome {
  top: 22px;
  left: 22px;
  width: 15px;
  height: 13px;
  background-position: -1417px -96px;
}

#NewTree_panBox a.moveUp:hover {
  background-position: -385px -93px;
}

#NewTree_panBox a.moveDown:hover {
  background-position: -385px -102px;
}

#NewTree_panBox a.moveLeft:hover {
  background-position: -398px -92px;
}

#NewTree_panBox a.moveRight:hover {
  background-position: -407px -92px;
}

#NewTree_panBox a.moveHome:hover {
  background-position: -376px -111px;
}

#NewTreeControls.smallScreen #NewTree_panBox a.moveUp:hover {
  background-position: -1427px -155px;
}

#NewTreeControls.smallScreen #NewTree_panBox a.moveDown:hover {
  background-position: -1427px -147px;
}

#NewTreeControls.smallScreen #NewTree_panBox a.moveLeft:hover {
  background-position: -1425px -126px;
}

#NewTreeControls.smallScreen #NewTree_panBox a.moveRight:hover {
  background-position: -1425px -136px;
}

#NewTreeControls.smallScreen #NewTree_panBox a.moveHome:hover {
  background-position: -1417px -111px;
}

/* zoom */
#NewTree_zoomerBox {
  height: 121px;
  left: 19px;
  position: absolute;
  top: 88px;
  width: 59px;
}

#NewTreeControls.smallScreen #NewTree_zoomerBox {
  height: 96px;
  left: 17px;
  top: 70px;
  width: 46px;
}

#NewTree_zoomerBox .zoomXLarge {
  background-position: -10px -92px;
  height: 19px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 19px;
}

#NewTreeControls.smallScreen #NewTree_zoomerBox .zoomXLarge {
  background-position: -1412px -2px;
  height: 15px;
  left: -1px;
  top: -1px;
  width: 15px;
}

#NewTree_zoomerBox .zoomLarge {
  background-position: -10px -113px;
  height: 15px;
  left: 2px;
  position: absolute;
  top: 33px;
  width: 15px;
}

#NewTreeControls.smallScreen #NewTree_zoomerBox .zoomLarge {
  background-position: -1412px -20px;
  height: 13px;
  left: 1px;
  position: absolute;
  top: 25px;
  width: 12px;
}

#NewTree_zoomerBox .zoomMedium {
  background-position: -10px -130px;
  height: 12px;
  left: 3px;
  position: absolute;
  top: 63px;
  width: 12px;
}

#NewTreeControls.smallScreen #NewTree_zoomerBox .zoomMedium {
  background-position: -1412px -36px;
  height: 12px;
  left: 2px;
  top: 48px;
  width: 12px;
}

#NewTree_zoomerBox .zoomSmall {
  background-position: -10px -145px;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 89px;
  width: 9px;
}

#NewTreeControls.smallScreen #NewTree_zoomerBox .zoomSmall {
  background-position: -1412px -49px;
  height: 8px;
  left: 3px;
  top: 69px;
  width: 8px;
}

#NewTree_zoomerBox .zoomTiny {
  background-position: -10px -156px;
  height: 7px;
  left: 5px;
  position: absolute;
  top: 111px;
  width: 8px;
}

#NewTreeControls.smallScreen #NewTree_zoomerBox .zoomTiny {
  background-position: -1412px -59px;
  height: 7px;
  left: 4px;
  top: 87px;
  width: 6px;
}

#NewTree_zoomerBox .zoomVerticalBar {
  position: absolute;
  top: 0;
  left: 32px;
  width: 6px;
  height: 119px;
  background-position: -2px -92px;
}

#NewTreeControls.smallScreen #NewTree_zoomerBox .zoomVerticalBar {
  top: 1px;
  left: 25px;
  width: 3px;
  height: 93px;
  background-position: -1412px -68px;
}

#NewTree_zoomerBox .zoomKnob {
  position: absolute;
  top: 53px;
  left: 24px;
  width: 22px;
  height: 14px;
  background-position: -329px -140px;
}

#NewTreeControls.smallScreen #NewTree_zoomerBox .zoomKnob {
  top: 41px;
  left: 18px;
  width: 18px;
  height: 12px;
  background-position: -1417px -68px;
}

#NewTree_zoomerBox a.zoomXLarge:hover {
  background-position: -31px -92px;
}

#NewTree_zoomerBox a.zoomLarge:hover {
  background-position: -31px -113px;
}

#NewTree_zoomerBox a.zoomMedium:hover {
  background-position: -31px -130px;
}

#NewTree_zoomerBox a.zoomSmall:hover {
  background-position: -31px -145px;
}

#NewTree_zoomerBox a.zoomTiny:hover {
  background-position: -31px -156px;
}

#NewTree_zoomerBox a.zoomKnob:hover {
  background-position: -329px -195px;
}

#NewTreeControls.smallScreen #NewTree_zoomerBox a.zoomXLarge:hover {
  background-position: -1429px -2px;
}

#NewTreeControls.smallScreen #NewTree_zoomerBox a.zoomLarge:hover {
  background-position: -1429px -20px;
}

#NewTreeControls.smallScreen #NewTree_zoomerBox a.zoomMedium:hover {
  background-position: -1429px -36px;
}

#NewTreeControls.smallScreen #NewTree_zoomerBox a.zoomSmall:hover {
  background-position: -1429px -49px;
}

#NewTreeControls.smallScreen #NewTree_zoomerBox a.zoomTiny:hover {
  background-position: -1429px -59px;
}

#NewTreeControls.smallScreen #NewTree_zoomerBox a.zoomKnob:hover {
  background-position: -1417px -82px;
}

.grab-cursor {
  cursor: url("/FP/Assets/Images/NewTree/openhand.cur.ico"), auto;
  cursor: -moz-grab;
}

.grabbing-cursor {
  cursor: url("/FP/Assets/Images/NewTree/closedhand.cur.ico"), auto;
  cursor: -moz-grabbing;
}

.grab-cursor,
.grabbing-cursor {
  -webkit-user-select: none;
  -ms-user-select: none;
}
.grab-cursor input,
.grabbing-cursor input {
  -webkit-user-select: text;
  -ms-user-select: text;
}

/* callout / extended card */
.NewTree_calloutContainerWrapper {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  width: 442px;
  min-height: 156px;
  background-color: #f9f9f5;
  position: absolute;
  display: none;
  z-index: 401;
  overflow: hidden;
}

.NewTree_calloutHeader,
.NewTree_calloutHeader,
.NewTree_calloutHeader {
  height: 32px;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  cursor: move;
}

.NewTree_calloutHeaderM {
  background-color: #17b4ce;
}

.NewTree_calloutHeaderF {
  background-color: #fc8181;
}

.NewTree_calloutHeaderU {
  background-color: #ccc;
}

.extendedCard_bottomBar {
  margin-top: 14px;
  border-top: 1px solid #d9d5d5;
  padding: 15px 16px;
  width: 410px;
  /* = 442-2*16 */
  height: 33px;
}

.extendedCard_rightButtons {
  float: left;
}

.extendedCard_leftButtons {
  float: right;
  position: relative;
}

.extendedCard_top {
  margin: 29px 24px 27px;
}

.extendedCard_photo,
.extendedCard_info {
  float: right;
}

.extendedCard_info {
  width: 280px;
  line-height: 1.6;
}

.extendedCard_info .FL_LabelLarge {
  font-size: 16px;
}

.extendedCard_info .FL_LabelLarge .NewTree_CrownMyHeritageStaff,
.extendedCard_info .FL_LabelLarge .NewTree_CrownPowerUser {
  margin-top: 5px;
}

.extendedCard_info .FL_LabelLarge .NewTree_CrownPremiumPlus,
.extendedCard_info .FL_LabelLarge .NewTree_CrownPremium {
  margin-top: 3px;
}

.extendedCard_info a {
  display: block;
  float: right;
  clear: both;
}

.extendedCard_info .extendedCard_crown {
  margin-bottom: 3px;
  vertical-align: bottom;
  width: 24px;
}

.extendedCard_photo {
  margin-top: 2px;
  margin-left: 10px;
  position: relative;
}

.extendedCard_photo .PK_Silhouette,
.extendedCard_photo .PK_ProfileImage {
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
}

.extendedCard_photo .PK_ProfileImage {
  width: 96px;
}

.addPhotoTextLink {
  margin-top: -4px;
  font-size: 11px;
  width: 96px;
  text-align: center;
  margin-right: -20px;
}

.extendedCard_icon {
  background-image: url("/FP/Assets/Images/NewTree/extended_card_sprite.png?v=8");
  background-repeat: no-repeat;
}

.extendedCard_born {
  width: 12px;
  height: 11px;
  background-position: -47px -122px;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 3px;
}

.extendedCard_died {
  width: 12px;
  height: 12px;
  background-position: -47px -135px;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 2px;
}

.extendedCard_dna {
  width: 12px;
  height: 13px;
  background-position: -101px -134px;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 2px;
}

.extendedCard_died_cross {
  width: 11px;
  height: 18px;
  background-position: -88px -134px;
  vertical-align: top;
  margin-right: 1px;
  margin-left: 5px;
}

.extendedCard_died_holocaust {
  width: 12px;
  height: 13px;
  background-position: -61px -135px;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 2px;
}

.extendedCard_spouse {
  width: 12px;
  height: 10px;
  background-position: -84px -90px;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 5px;
}

.extendedCard_spouseContainer a {
  float: none;
  display: inline;
}

.extendedCard_contact {
  width: 11px;
  height: 8px;
  background-position: -52px -112px;
  vertical-align: top;
  margin-left: 6px;
  margin-top: 6px;
}

.extendedCard_research {
  width: 12px;
  height: 12px;
  background-position: -74px -278px;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 4px;
}

.extendedCard_photosMiniLink {
  width: 13px;
  height: 12px;
  background-position: -37px -108px;
  vertical-align: top;
  margin-right: -1px;
  margin-left: 4px;
  margin-top: 3px;
}

.extendedCard_photos {
  clear: both;
  margin: 0 24px;
  border-top: 1px solid #dfdcd9;
  padding-top: 7px;
}

.extendedCard_photos .extendedCard_numPhotos {
  margin-right: 2px;
  display: block;
  float: right;
}

.extendedCard_photos .extendedCard_addPhotos {
  margin-right: 7px;
  padding-right: 9px;
  border-right: 1px solid #dfdcd9;
  display: block;
  float: right;
}

.extendedCard_photoStrip {
  padding-top: 11px;
  clear: both;
}

a.extendedCard_photoInStrip {
  position: relative;
  margin-left: 17px;
  width: 64px;
  height: 64px;
  display: block;
  float: right;
}

a.extendedCard_photoInStrip.lastInStrip {
  margin-left: 0;
}

a.extendedCard_photoInStrip.hiddenPhotoInStrip {
  display: none;
}

a.extendedCard_photoInStrip img {
  position: absolute;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

a.extendedCard_photoInStrip .uploadMediaBtn {
  width: 64px;
  height: 64px;
  background-position: -2px -725px;
  background-repeat: no-repeat;
}

a.extendedCard_photoInStrip:hover .uploadMediaBtn {
  background-position: -2px -791px;
}

#extendedCard_uploadMediaPrompt {
  width: 310px;
  margin-top: 9px;
  margin-right: 13px;
  font-size: 18px;
  color: #909192;
  display: inline-block;
}

.extendedCard_greetingBox {
  margin: -5px 24px 0;
}

.extendedCard_greetingTop {
  position: relative;
}

.extendedCard_greetingText {
  width: 345px;
}

.extendedCard_birthday {
  width: 39px;
  height: 55px;
  background-position: -37px -3px;
  position: absolute;
  left: 0;
  bottom: -7px;
}

.extendedCard_ownbirthday {
  width: 39px;
  height: 64px;
  background-position: -77px -3px;
  position: absolute;
  left: 0;
  bottom: -7px;
}

.extendedCard_weddingAnniversary,
.extendedCard_ownweddingAnniversary {
  width: 44px;
  height: 48px;
  background-position: -37px -58px;
  position: absolute;
  left: 0;
  bottom: -7px;
}

.extendedCard_greetingBox .CommentsTextArea,
.extendedCard_greetingBox .CommentsTextAreaInWork {
  width: 327px;
}

.extendedCard_greetingSuccess {
  background-color: #d8f7c9;
  color: #6e6e6e;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 40px;
  margin-top: 5px;
}

.extendedCard_closeButton_wrapper {
  float: left;
  margin: 4px 6px 0;
  width: 23px;
  height: 23px;
  display: block;
}

.extendedCard_closeButton {
  background-position: -84px -201px;
  margin: 6px 6px 0;
  width: 11px;
  height: 11px;
  display: block;
}

.NewTree_calloutHeaderU a.extendedCard_closeButton_wrapper:hover .extendedCard_closeButton {
  background-position: -97px -201px;
}

.NewTree_calloutHeaderM a.extendedCard_closeButton_wrapper:hover .extendedCard_closeButton {
  background-position: -97px -188px;
}

.NewTree_calloutHeaderF a.extendedCard_closeButton_wrapper:hover .extendedCard_closeButton {
  background-position: -84px -188px;
}

.extendedCard_OK {
  background-position: -84px -164px;
  margin: 6px -30px 0;
  display: block;
  float: right;
  width: 22px;
  height: 22px;
}

.extendedCard_viewHisTree {
  background-position: -75px -113px;
  width: 13px;
  height: 7px;
  margin-left: 10px;
  margin-top: 6px;
  vertical-align: top;
}

.extendedCard_connectToPerson {
  background-position: -90px -109px;
  width: 11px;
  height: 11px;
  margin-left: 11px;
  margin-top: 6px;
  vertical-align: top;
}

.extendedCard_removeConnection {
  background-position: -103px -106px;
  width: 16px;
  height: 14px;
  margin-right: -2px;
  margin-left: 9px;
  margin-top: 3px;
  vertical-align: top;
}

.extendedCard_deletePerson {
  background-position: -61px -122px;
  width: 9px;
  height: 11px;
  margin-right: 1px;
  margin-left: 12px;
  margin-top: 4px;
  vertical-align: top;
}

.extendedCard_viewHisTreeLarge {
  background-position: -72px -122px;
  width: 19px;
  height: 10px;
}

a.extendedCard_plus {
  background-position: -38px -227px;
  width: 34px;
  height: 33px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

a.extendedCard_plus:hover {
  background-position: -38px -262px;
}

a.extendedCard_pencil {
  background-position: -2px -153px;
  width: 39px;
  height: 33px;
  display: block;
  position: absolute;
  top: 0;
  right: 34px;
}

a.extendedCard_pencil:hover {
  background-position: -2px -188px;
}

a.extendedCard_more {
  background-position: left -367px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 73px;
  padding-top: 8px;
  padding-left: 30px;
  padding-bottom: 0;
  padding-right: 10px;
  color: #4c4c4c;
  white-space: nowrap;
}

a.extendedCard_more:hover {
  background-position: left -402px;
  text-decoration: none;
}

.extendedCard_leftButtons .moreMenu {
  display: none;
  position: absolute;
  right: 72px;
  background-color: #fbfbfb;
  border: 1px solid #c1c3c4;
}

.extendedCard_leftButtons.extendedCard_moreOpenedDown a.extendedCard_more:hover,
.extendedCard_leftButtons.extendedCard_moreOpenedDown a.extendedCard_more {
  background-position: left -471px;
}

.extendedCard_leftButtons.extendedCard_moreOpenedUp a.extendedCard_more:hover,
.extendedCard_leftButtons.extendedCard_moreOpenedUp a.extendedCard_more {
  background-position: left -538px;
}

.extendedCard_leftButtons.extendedCard_moreOpenedDown .moreMenu,
.extendedCard_leftButtons.extendedCard_moreOpenedUp .moreMenu {
  display: block;
}

.extendedCard_leftButtons.extendedCard_moreOpenedDown .moreMenu {
  top: 31px;
  border-radius: 8px 0 8px 8px;
  -moz-border-radius: 8px 0 8px 8px;
  -webkit-border-radius: 8px 0 8px 8px;
  padding: 14px 0 0;
}
.extendedCard_leftButtons.extendedCard_moreOpenedDown .moreMenu a.moreMenuEntry:last-child {
  border-bottom: none;
}
.extendedCard_leftButtons.extendedCard_moreOpenedDown .moreMenu a.moreMenuEntry:first-child {
  border-top: 1px solid #d9d5d5;
}

.extendedCard_leftButtons.extendedCard_moreOpenedUp .moreMenu {
  bottom: -2px;
  border-radius: 8px 8px 0 8px;
  -moz-border-radius: 8px 8px 0 8px;
  -webkit-border-radius: 8px 8px 0 8px;
  padding: 0 0 14px;
}
.extendedCard_leftButtons.extendedCard_moreOpenedUp .moreMenu a.moreMenuEntry:first-child {
  border-top: none;
}

.moreMenu a.moreMenuEntry {
  display: block;
  border-bottom: 1px solid #d9d5d5;
  color: #4c4c4c;
  padding: 6px 10px 7px;
  white-space: nowrap;
}

.moreMenu a.moreMenuEntry:hover {
  text-decoration: none;
  background-color: #ececeb;
}

/* stylelint-disable */
/* For tree in HTML mode - also used for tooltip on cards when zoomed out */
.NewTreeHTML {
  position: absolute;
  top: 0;
  left: 0;
}

/* cards */
.cards-edit,
.cards-read {
  position: absolute;
  color: #104a73;
  background-repeat: no-repeat;
  cursor: pointer;
}
.cards-edit.card_discovery,
.cards-read.card_discovery {
  background-image: none !important;
  background-color: #fde181;
  border: 1px solid rgba(90, 86, 77, 0.5);
  border-radius: 10px;
  display: table;
}
.cards-edit.card_discovery:hover,
.cards-read.card_discovery:hover {
  background-color: #ffea9f;
}
.cards-edit.card_discovery:hover .card_discovery_link a,
.cards-read.card_discovery:hover .card_discovery_link a {
  color: #595953;
}
.cards-edit.card_discovery:hover .card_discovery_close,
.cards-read.card_discovery:hover .card_discovery_close {
  display: block;
}

/* medium cards */
.NewTreeZoom_Medium .cards-edit {
  background-image: url("/FP/Assets/Images/NewTree/cards-edit-rtl.png?v=2");
  width: 154px;
  height: 84px;
}
.NewTreeZoom_Medium .cards-edit .card-silhouette {
  background-image: url("/FP/Assets/Images/NewTree/cards-edit-rtl.png?v=2");
  background-repeat: no-repeat;
}
.NewTreeZoom_Medium .cards-read {
  background-image: url("/FP/Assets/Images/NewTree/cards-read-rtl.png?v=2");
  width: 154px;
  height: 72px;
}
.NewTreeZoom_Medium .cards-read .card-silhouette {
  background-image: url("/FP/Assets/Images/NewTree/cards-read-rtl.png?v=2");
  background-repeat: no-repeat;
}
.NewTreeZoom_Medium .card-male {
  background-position: -2px -2px;
}
.NewTreeZoom_Medium .card-male.card-mouse-over {
  background-position: -2px -95px;
}
.NewTreeZoom_Medium .card-female {
  background-position: -159px -2px;
}
.NewTreeZoom_Medium .card-female.card-mouse-over {
  background-position: -159px -95px;
}
.NewTreeZoom_Medium .card-unknown {
  background-position: -316px -2px;
}
.NewTreeZoom_Medium .card-unknown.card-mouse-over {
  background-position: -316px -95px;
}
.NewTreeZoom_Medium .card-addme {
  background-position: -315px -188px;
  width: 156px;
  height: 72px;
  display: table;
}
.NewTreeZoom_Medium .card-frame {
  background-position: -154px -187px;
  width: 158px;
  height: 86px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.NewTreeZoom_Medium .card_discovery {
  border-radius: 8px;
  height: 70px;
}

/* large cards */
.NewTreeZoom_Large .cards-edit {
  background-image: url("/FP/Assets/Images/NewTree/cards-edit-large-rtl.png?v=2");
  width: 287px;
  height: 156px;
}
.NewTreeZoom_Large .cards-edit .card-silhouette,
.NewTreeZoom_Large .cards-edit .cardDeathIcon,
.NewTreeZoom_Large .cards-edit .cardBornStar {
  background-image: url("/FP/Assets/Images/NewTree/cards-edit-large-rtl.png?v=2");
  background-repeat: no-repeat;
}
.NewTreeZoom_Large .cards-read {
  background-image: url("/FP/Assets/Images/NewTree/cards-read-large-rtl.png?v=2");
  width: 287px;
  height: 134px;
}
.NewTreeZoom_Large .cards-read .card-silhouette,
.NewTreeZoom_Large .cards-read .cardDeathIcon,
.NewTreeZoom_Large .cards-read .cardBornStar {
  background-image: url("/FP/Assets/Images/NewTree/cards-read-large-rtl.png?v=2");
  background-repeat: no-repeat;
}
.NewTreeZoom_Large .card-male {
  background-position: -2px -2px;
}
.NewTreeZoom_Large .card-male.card-mouse-over {
  background-position: -2px -174px;
}
.NewTreeZoom_Large .card-female {
  background-position: -292px -2px;
}
.NewTreeZoom_Large .card-female.card-mouse-over {
  background-position: -292px -174px;
}
.NewTreeZoom_Large .card-unknown {
  background-position: -582px -2px;
}
.NewTreeZoom_Large .card-unknown.card-mouse-over {
  background-position: -582px -174px;
}
.NewTreeZoom_Large .card-addme {
  background-position: -582px -345px;
  width: 289px;
  height: 134px;
  display: table;
}
.NewTreeZoom_Large .card-frame {
  background-position: -284px -343px;
  width: 292px;
  height: 160px;
  position: absolute;
  top: -2px;
  left: -2px;
}
.NewTreeZoom_Large .card_discovery {
  border-radius: 16px;
  height: 132px;
}

/* x-medium cards */
.NewTreeZoom_XMedium .cards-edit {
  background-image: url("/FP/Assets/Images/NewTree/cards-edit-xmedium-rtl.png?v=2");
  width: 220px;
  height: 119px;
}
.NewTreeZoom_XMedium .cards-edit .card-silhouette,
.NewTreeZoom_XMedium .cards-edit .cardDeathIcon,
.NewTreeZoom_XMedium .cards-edit .cardBornStar {
  background-image: url("/FP/Assets/Images/NewTree/cards-edit-xmedium-rtl.png?v=2");
  background-repeat: no-repeat;
}
.NewTreeZoom_XMedium .cards-read {
  background-image: url("/FP/Assets/Images/NewTree/cards-read-xmedium-rtl.png?v=2");
  width: 220px;
  height: 102px;
}
.NewTreeZoom_XMedium .cards-read .card-silhouette,
.NewTreeZoom_XMedium .cards-read .cardDeathIcon,
.NewTreeZoom_XMedium .cards-read .cardBornStar {
  background-image: url("/FP/Assets/Images/NewTree/cards-read-xmedium-rtl.png?v=2");
  background-repeat: no-repeat;
}
.NewTreeZoom_XMedium .card-male {
  background-position: -2px -2px;
}
.NewTreeZoom_XMedium .card-male.card-mouse-over {
  background-position: -2px -134px;
}
.NewTreeZoom_XMedium .card-female {
  background-position: -225px -2px;
}
.NewTreeZoom_XMedium .card-female.card-mouse-over {
  background-position: -225px -134px;
}
.NewTreeZoom_XMedium .card-unknown {
  background-position: -448px -2px;
}
.NewTreeZoom_XMedium .card-unknown.card-mouse-over {
  background-position: -448px -134px;
}
.NewTreeZoom_XMedium .card-addme {
  background-position: -448px -266px;
  width: 223px;
  height: 102px;
  display: table;
}
.NewTreeZoom_XMedium .card-frame {
  background-position: -219px -264px;
  width: 224px;
  height: 123px;
  position: absolute;
  top: -2px;
  left: -2px;
}
.NewTreeZoom_XMedium .card_discovery {
  border-radius: 12px;
  height: 100px;
}

/* small cards */
.NewTreeZoom_Small .cards-edit {
  background-image: url("/FP/Assets/Images/NewTree/cards-edit-small-rtl.png?v=2");
  width: 89px;
  height: 48px;
}
.NewTreeZoom_Small .cards-edit .card-silhouette {
  background-image: url("/FP/Assets/Images/NewTree/cards-edit-small-rtl.png?v=2");
  background-repeat: no-repeat;
}
.NewTreeZoom_Small .cards-read {
  background-image: url("/FP/Assets/Images/NewTree/cards-read-small-rtl.png?v=2");
  width: 89px;
  height: 41px;
}
.NewTreeZoom_Small .cards-read .card-silhouette {
  background-image: url("/FP/Assets/Images/NewTree/cards-read-small-rtl.png?v=2");
  background-repeat: no-repeat;
}
.NewTreeZoom_Small .card-male {
  width: 88px;
  background-position: -2px -2px;
}
.NewTreeZoom_Small .card-male.card-mouse-over {
  background-position: -2px -56px;
}
.NewTreeZoom_Small .card-female {
  background-position: -92px -2px;
}
.NewTreeZoom_Small .card-female.card-mouse-over {
  background-position: -92px -56px;
}
.NewTreeZoom_Small .card-unknown {
  background-position: -182px -2px;
}
.NewTreeZoom_Small .card-unknown.card-mouse-over {
  background-position: -182px -56px;
}
.NewTreeZoom_Small .card-addme {
  background-position: -186px -110px;
  width: 90px;
  height: 41px;
  display: table;
}
.NewTreeZoom_Small .card-frame {
  background-position: -94px -109px;
  width: 90px;
  height: 50px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.NewTreeZoom_Small .card_discovery {
  border-radius: 5px;
  border-color: rgba(90, 86, 77, 0.2);
  height: 39px;
}

/* x-tiny cards */
.NewTreeZoom_XTiny .cards-edit,
.NewTreeZoom_XTiny .cards-read {
  background-image: url("/FP/Assets/Images/NewTree/cards-xtiny.png?v=4");
  width: 22px;
  height: 11px;
}
.NewTreeZoom_XTiny .card-male {
  background-position: -2px -2px;
}
.NewTreeZoom_XTiny .card-male.card-mouse-over {
  background-position: -2px -17px;
}
.NewTreeZoom_XTiny .card-female {
  background-position: -26px -2px;
}
.NewTreeZoom_XTiny .card-female.card-mouse-over {
  background-position: -26px -17px;
}
.NewTreeZoom_XTiny .card-unknown {
  background-position: -50px -2px;
}
.NewTreeZoom_XTiny .card-unknown.card-mouse-over {
  background-position: -50px -17px;
}
.NewTreeZoom_XTiny .card-addme {
  background-position: -26px -31px;
  width: 23px;
  height: 12px;
  display: table;
}
.NewTreeZoom_XTiny .card-frame {
  background-position: -2px -31px;
  width: 23px;
  height: 12px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.NewTreeZoom_XTiny .card_discovery {
  border-radius: 2px;
  height: 12px;
  border-width: 0;
}

/* end of cards */
/* icons in card */
a.editIcon {
  display: block;
  position: absolute;
}
a.editIcon.showOnMouseOverOnly {
  display: none;
}

.card-mouse-over a.editIcon.showOnMouseOverOnly {
  display: block;
}

.NewTreeZoom_Large a.editIcon {
  width: 23px;
  height: 23px;
  background-position: -219px -408px;
  top: 98px;
  right: 247px;
}
.NewTreeZoom_Large .card-male a.editIcon:hover {
  background-position: -167px -408px;
}
.NewTreeZoom_Large .card-female a.editIcon:hover {
  background-position: -141px -408px;
}
.NewTreeZoom_Large .card-unknown a.editIcon:hover {
  background-position: -193px -408px;
}

.NewTreeZoom_XMedium a.editIcon {
  width: 18px;
  height: 18px;
  background-position: -168px -314px;
  top: 77px;
  right: 189px;
}
.NewTreeZoom_XMedium .card-male a.editIcon:hover {
  background-position: -128px -314px;
}
.NewTreeZoom_XMedium .card-female a.editIcon:hover {
  background-position: -108px -314px;
}
.NewTreeZoom_XMedium .card-unknown a.editIcon:hover {
  background-position: -148px -314px;
}

.NewTreeZoom_Medium a.editIcon {
  width: 13px;
  height: 13px;
  background-position: -121px -223px;
  top: 53px;
  right: 132px;
}
.NewTreeZoom_Medium .card-male a.editIcon:hover {
  background-position: -92px -223px;
}
.NewTreeZoom_Medium .card-female a.editIcon:hover {
  background-position: -77px -223px;
}
.NewTreeZoom_Medium .card-unknown a.editIcon:hover {
  background-position: -107px -223px;
}

.NewTreeZoom_Small a.editIcon {
  width: 8px;
  height: 8px;
  background-position: -73px -131px;
  top: 31px;
  right: 76px;
}
.NewTreeZoom_Small .card-male a.editIcon:hover {
  background-position: -55px -131px;
}
.NewTreeZoom_Small .card-female a.editIcon:hover {
  background-position: -46px -131px;
}
.NewTreeZoom_Small .card-unknown a.editIcon:hover {
  background-position: -64px -131px;
}

a.openSpiderIcon,
a.openSpiderHitAreaForMobile {
  display: block;
  position: absolute;
}

.NewTreeZoom_Large a.openSpiderIcon {
  width: 16px;
  height: 17px;
  background-position: -2px -438px;
  top: 134px;
  left: 140px;
}
.NewTreeZoom_Large a.openSpiderHitAreaForMobile {
  width: 91px;
  height: 46px;
  top: 125px;
  left: 102px;
}
.NewTreeZoom_Large .card-male a.openSpiderIcon:hover {
  background-position: -169px -345px;
}
.NewTreeZoom_Large .card-female a.openSpiderIcon:hover {
  background-position: -189px -345px;
}
.NewTreeZoom_Large .card-unknown a.openSpiderIcon:hover {
  background-position: -208px -345px;
}

.NewTreeZoom_XMedium a.openSpiderIcon {
  width: 13px;
  height: 12px;
  background-position: -2px -337px;
  top: 103px;
  left: 107px;
}
.NewTreeZoom_XMedium a.openSpiderHitAreaForMobile {
  width: 70px;
  height: 35px;
  top: 91px;
  left: 79px;
}
.NewTreeZoom_XMedium .card-male a.openSpiderIcon:hover {
  background-position: -130px -266px;
}
.NewTreeZoom_XMedium .card-female a.openSpiderIcon:hover {
  background-position: -145px -266px;
}
.NewTreeZoom_XMedium .card-unknown a.openSpiderIcon:hover {
  background-position: -160px -266px;
}

.NewTreeZoom_Medium a.openSpiderIcon {
  width: 10px;
  height: 9px;
  background-position: -99px -205px;
  top: 72px;
  left: 74px;
}
.NewTreeZoom_Medium a.openSpiderHitAreaForMobile {
  width: 49px;
  height: 25px;
  top: 67px;
  left: 55px;
}
.NewTreeZoom_Medium .card-male a.openSpiderIcon:hover {
  background-position: -94px -188px;
}
.NewTreeZoom_Medium .card-female a.openSpiderIcon:hover {
  background-position: -105px -188px;
}
.NewTreeZoom_Medium .card-unknown a.openSpiderIcon:hover {
  background-position: -116px -188px;
}

.NewTreeZoom_Small a.openSpiderIcon {
  width: 6px;
  height: 5px;
  background-position: -2px -142px;
  top: 41px;
  left: 43px;
}
.NewTreeZoom_Small a.openSpiderHitAreaForMobile {
  width: 30px;
  height: 16px;
  top: 38px;
  left: 30px;
}
.NewTreeZoom_Small .card-male a.openSpiderIcon:hover {
  background-position: -58px -110px;
}
.NewTreeZoom_Small .card-female a.openSpiderIcon:hover {
  background-position: -65px -110px;
}
.NewTreeZoom_Small .card-unknown a.openSpiderIcon:hover {
  background-position: -72px -110px;
}

.NewTreeZoom_XTiny a.openSpiderIcon,
.NewTreeZoom_XTiny a.openSpiderHitAreaForMobile {
  display: none;
}

a.cameraIcon {
  display: block;
  position: absolute;
}

.NewTreeZoom_Large a.cameraIcon {
  width: 48px;
  height: 25px;
  top: 101px;
  right: 28px;
}
.NewTreeZoom_Large .card-male a.cameraIcon {
  background-position: -493px -527px;
}
.NewTreeZoom_Large .card-male.card-mouse-over a.cameraIcon {
  background-position: -493px -563px;
}
.NewTreeZoom_Large .card-male.card-mouse-over a.cameraIcon:hover {
  background-position: -493px -600px;
}
.NewTreeZoom_Large .card-female a.cameraIcon {
  background-position: -438px -527px;
}
.NewTreeZoom_Large .card-female.card-mouse-over a.cameraIcon {
  background-position: -438px -563px;
}
.NewTreeZoom_Large .card-female.card-mouse-over a.cameraIcon:hover {
  background-position: -438px -600px;
}
.NewTreeZoom_Large .card-unknown a.cameraIcon {
  background-position: -547px -527px;
}
.NewTreeZoom_Large .card-unknown.card-mouse-over a.cameraIcon {
  background-position: -547px -563px;
}
.NewTreeZoom_Large .card-unknown.card-mouse-over a.cameraIcon:hover {
  background-position: -547px -600px;
}

.NewTreeZoom_XMedium a.cameraIcon {
  width: 35px;
  height: 19px;
  top: 77px;
  right: 22px;
}
.NewTreeZoom_XMedium .card-male a.cameraIcon {
  background-position: -380px -405px;
}
.NewTreeZoom_XMedium .card-male.card-mouse-over a.cameraIcon {
  background-position: -380px -433px;
}
.NewTreeZoom_XMedium .card-male.card-mouse-over a.cameraIcon:hover {
  background-position: -380px -461px;
}
.NewTreeZoom_XMedium .card-female a.cameraIcon {
  background-position: -338px -405px;
}
.NewTreeZoom_XMedium .card-female.card-mouse-over a.cameraIcon {
  background-position: -338px -433px;
}
.NewTreeZoom_XMedium .card-female.card-mouse-over a.cameraIcon:hover {
  background-position: -338px -461px;
}
.NewTreeZoom_XMedium .card-unknown a.cameraIcon {
  background-position: -422px -405px;
}
.NewTreeZoom_XMedium .card-unknown.card-mouse-over a.cameraIcon {
  background-position: -422px -433px;
}
.NewTreeZoom_XMedium .card-unknown.card-mouse-over a.cameraIcon:hover {
  background-position: -422px -461px;
}

.NewTreeZoom_Medium a.cameraIcon {
  width: 25px;
  height: 14px;
  top: 54px;
  right: 15px;
}
.NewTreeZoom_Medium .card-male a.cameraIcon {
  background-position: -271px -286px;
}
.NewTreeZoom_Medium .card-male.card-mouse-over a.cameraIcon {
  background-position: -271px -306px;
}
.NewTreeZoom_Medium .card-male.card-mouse-over a.cameraIcon:hover {
  background-position: -271px -325px;
}
.NewTreeZoom_Medium .card-female a.cameraIcon {
  background-position: -240px -286px;
}
.NewTreeZoom_Medium .card-female.card-mouse-over a.cameraIcon {
  background-position: -240px -306px;
}
.NewTreeZoom_Medium .card-female.card-mouse-over a.cameraIcon:hover {
  background-position: -240px -325px;
}
.NewTreeZoom_Medium .card-unknown a.cameraIcon {
  background-position: -301px -286px;
}
.NewTreeZoom_Medium .card-unknown.card-mouse-over a.cameraIcon {
  background-position: -301px -306px;
}
.NewTreeZoom_Medium .card-unknown.card-mouse-over a.cameraIcon:hover {
  background-position: -301px -325px;
}

.NewTreeZoom_Small a.cameraIcon {
  width: 15px;
  height: 8px;
  top: 31px;
  right: 9px;
}
.NewTreeZoom_Small .card-male a.cameraIcon {
  background-position: -160px -167px;
}
.NewTreeZoom_Small .card-male.card-mouse-over a.cameraIcon {
  background-position: -160px -178px;
}
.NewTreeZoom_Small .card-male.card-mouse-over a.cameraIcon:hover {
  background-position: -160px -189px;
}
.NewTreeZoom_Small .card-female a.cameraIcon {
  background-position: -142px -167px;
}
.NewTreeZoom_Small .card-female.card-mouse-over a.cameraIcon {
  background-position: -142px -178px;
}
.NewTreeZoom_Small .card-female.card-mouse-over a.cameraIcon:hover {
  background-position: -142px -189px;
}
.NewTreeZoom_Small .card-unknown a.cameraIcon {
  background-position: -178px -167px;
}
.NewTreeZoom_Small .card-unknown.card-mouse-over a.cameraIcon {
  background-position: -178px -178px;
}
.NewTreeZoom_Small .card-unknown.card-mouse-over a.cameraIcon:hover {
  background-position: -178px -189px;
}

/* elements in card */
.cardPhoto,
.card-silhouette {
  position: absolute;
}

.NewTreeZoom_Large .cardPhoto {
  top: 16px;
  right: 14px;
  width: 78px;
}
.NewTreeZoom_Large .card-silhouette {
  top: 13px;
  right: 10px;
  width: 82px;
  height: 108px;
}
.NewTreeZoom_Large .card-silhouette-M-C {
  background-position: -350px -517px;
}
.NewTreeZoom_Large .card-silhouette-M-A {
  background-position: -89px -517px;
}
.NewTreeZoom_Large .card-silhouette-F-C {
  background-position: -263px -517px;
}
.NewTreeZoom_Large .card-silhouette-F-A {
  background-position: -2px -517px;
}
.NewTreeZoom_Large .card-silhouette-U-C,
.NewTreeZoom_Large .card-silhouette-U-A {
  background-position: -176px -517px;
}

.NewTreeZoom_XMedium .cardPhoto {
  top: 12px;
  right: 11px;
  width: 60px;
}
.NewTreeZoom_XMedium .card-silhouette {
  top: 10px;
  right: 8px;
  width: 62px;
  height: 82px;
}
.NewTreeZoom_XMedium .card-silhouette-M-C {
  background-position: -270px -398px;
}
.NewTreeZoom_XMedium .card-silhouette-M-A {
  background-position: -69px -398px;
}
.NewTreeZoom_XMedium .card-silhouette-F-C {
  background-position: -203px -398px;
}
.NewTreeZoom_XMedium .card-silhouette-F-A {
  background-position: -2px -398px;
}
.NewTreeZoom_XMedium .card-silhouette-U-C,
.NewTreeZoom_XMedium .card-silhouette-U-A {
  background-position: -136px -398px;
}

.NewTreeZoom_Medium .cardPhoto {
  top: 8px;
  right: 8px;
  width: 42px;
}
.NewTreeZoom_Medium .card-silhouette {
  top: 6px;
  right: 5px;
  width: 44px;
  height: 58px;
}
.NewTreeZoom_Medium .card-silhouette-M-C {
  background-position: -192px -281px;
}
.NewTreeZoom_Medium .card-silhouette-M-A {
  background-position: -49px -281px;
}
.NewTreeZoom_Medium .card-silhouette-F-C {
  background-position: -145px -281px;
}
.NewTreeZoom_Medium .card-silhouette-F-A {
  background-position: -2px -281px;
}
.NewTreeZoom_Medium .card-silhouette-U-C,
.NewTreeZoom_Medium .card-silhouette-U-A {
  background-position: -97px -281px;
}

.NewTreeZoom_Small .cardPhoto {
  top: 4px;
  right: 4px;
  width: 25px;
}
.NewTreeZoom_Small .card-silhouette {
  top: 4px;
  right: 4px;
  width: 25px;
  height: 33px;
}
.NewTreeZoom_Small .card-silhouette-M-C {
  background-position: -114px -164px;
}
.NewTreeZoom_Small .card-silhouette-M-A {
  background-position: -30px -164px;
}
.NewTreeZoom_Small .card-silhouette-F-C {
  background-position: -86px -164px;
}
.NewTreeZoom_Small .card-silhouette-F-A {
  background-position: -2px -164px;
}
.NewTreeZoom_Small .card-silhouette-U-C,
.NewTreeZoom_Small .card-silhouette-U-A {
  background-position: -58px -164px;
}

.cardNameAndDates {
  position: absolute;
}

.NewTreeZoom_Large .cardNameAndDates {
  top: 16px;
  right: 106px;
  width: 182px;
  font-size: 17px;
  line-height: 21px;
  height: 108px;
  overflow: hidden;
}

.NewTreeZoom_XMedium .cardNameAndDates {
  top: 13px;
  right: 82px;
  width: 139px;
  font-size: 13px;
  line-height: 15px;
}

.NewTreeZoom_Medium .cardNameAndDates {
  top: 7px;
  right: 58px;
  width: 97px;
  font-size: 11px;
  line-height: 13px;
}

.NewTreeZoom_Small .cardNameAndDates {
  height: 32px;
  right: 34px;
  overflow: hidden;
  top: 4px;
  width: 55px;
  font-size: 9px;
  line-height: 11px;
}

.NewTreeZoom_Small .card-female .cardNameAndDates {
  width: 56px;
}

.cardName {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
}

.NewTreeZoom_Large .cardName {
  max-height: 64px;
}

.NewTreeZoom_XMedium .cardName {
  max-height: 46px;
}

.NewTreeZoom_Medium .cardName {
  max-height: 39px;
}

.NewTreeZoom_Small .cardName {
  display: none;
}

.NewTreeZoom_Large .cardShortName,
.NewTreeZoom_XMedium .cardShortName,
.NewTreeZoom_Medium .cardShortName {
  display: none;
}

.NewTreeZoom_Small .cardShortName {
  font-weight: bold;
  width: 45px;
}

.NewTreeZoom_Small .cardShortNameInner {
  word-wrap: break-word;
}

.cardMaidenSuffix {
  font-weight: normal;
}

.cardDates {
  margin-top: 2px;
}

.NewTreeZoom_Small .cardDates,
.NewTreeZoom_Large .cardDates,
.NewTreeZoom_XMedium .cardDates,
.cardFullBirthDate,
.cardFullDeathDate {
  display: none;
}

.NewTreeZoom_Large .cardFullBirthDate,
.NewTreeZoom_Large .cardFullDeathDate,
.NewTreeZoom_XMedium .cardFullBirthDate,
.NewTreeZoom_XMedium .cardFullDeathDate {
  display: block;
}

.NewTreeZoom_Large .cardFullBirthDate,
.NewTreeZoom_Large .cardFullDeathDate {
  line-height: 18px;
  margin-top: 2px;
}
.NewTreeZoom_Large .cardBornStar {
  width: 15px;
  height: 14px;
  background-position: -179px -378px;
  margin-top: 2px;
  margin-right: 1px;
  margin-left: 5px;
  vertical-align: top;
}
.NewTreeZoom_Large .cardDeathIcon {
  width: 16px;
  height: 17px;
  background-position: -202px -377px;
  margin-top: 0;
  margin-left: 4px;
  vertical-align: top;
}
.NewTreeZoom_Large .cardDeathIcon.cross {
  width: 13px;
  height: 18px;
  background-position: -249px -377px;
  margin-top: 2px;
  margin-right: 1px;
  margin-left: 5px;
  vertical-align: top;
}
.NewTreeZoom_Large .cardDeathIcon.holocaust {
  width: 17px;
  height: 17px;
  background-position: -225px -378px;
  margin-top: 2px;
  margin-right: -1px;
  margin-left: 3px;
  vertical-align: top;
}
.NewTreeZoom_Large .cardRibbonOfDeath {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 37px;
  height: 38px;
  background-position: -344px -551px;
}
.NewTreeZoom_Large .selected-card .cardRibbonOfDeath {
  top: -6px;
  right: -5px;
}

.NewTreeZoom_Medium .cardRibbonOfDeath {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 25px;
  height: 26px;
  background-position: -356px -591px;
}
.NewTreeZoom_Medium .selected-card .cardRibbonOfDeath {
  top: -4px;
  right: -3px;
}

.NewTreeZoom_XMedium .cardFullBirthDate,
.NewTreeZoom_XMedium .cardFullDeathDate {
  line-height: 16px;
}
.NewTreeZoom_XMedium .cardBornStar {
  width: 11px;
  height: 11px;
  background-position: -138px -290px;
  margin-top: 2px;
  margin-right: 1px;
  margin-left: 3px;
  vertical-align: top;
}
.NewTreeZoom_XMedium .cardDeathIcon {
  width: 13px;
  height: 13px;
  background-position: -155px -290px;
  margin-top: 2px;
  margin-left: 2px;
  vertical-align: top;
}
.NewTreeZoom_XMedium .cardDeathIcon.cross {
  width: 10px;
  height: 14px;
  background-position: -191px -290px;
  margin-top: 2px;
  margin-right: 1px;
  margin-left: 5px;
  vertical-align: top;
}
.NewTreeZoom_XMedium .cardDeathIcon.holocaust {
  width: 13px;
  height: 14px;
  background-position: -173px -290px;
  margin-top: 2px;
  margin-right: -1px;
  margin-left: 3px;
  vertical-align: top;
}
.NewTreeZoom_XMedium .cardRibbonOfDeath {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 25px;
  height: 26px;
  background-position: -356px -591px;
}
.NewTreeZoom_XMedium .selected-card .cardRibbonOfDeath {
  top: -5px;
  right: -5px;
}

.NewTreeZoom_Small .cardRibbonOfDeath {
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
  height: 13px;
  background-position: 306px -551px;
}
.NewTreeZoom_Small .selected-card .cardRibbonOfDeath {
  top: -1px;
  right: -1px;
}

.NewTreeZoom_XTiny .cardRibbonOfDeath {
  display: none;
}

.PK_Silhouette.cardRibbonOfDeath {
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
}

.selected-card .cardRibbonOfDeath {
  z-index: 100;
}

/* crowns */
.NewTreeZoom_Large .NewTree_CrownPremiumPlus {
  width: 26px;
  height: 19px;
  background-position: -173px -164px;
  margin-left: 3px;
  margin-top: 3px;
  vertical-align: top;
}
.NewTreeZoom_Large .NewTree_CrownPremium {
  width: 21px;
  height: 20px;
  background-position: -201px -163px;
  margin-left: 3px;
  margin-top: 3px;
  vertical-align: top;
}
.NewTreeZoom_Large .NewTree_CrownPowerUser {
  width: 12px;
  height: 19px;
  background-position: -261px -163px;
  margin-left: 3px;
  margin-top: 4px;
  vertical-align: top;
}
.NewTreeZoom_Large .NewTree_CrownMyHeritageStaff {
  width: 26px;
  height: 19px;
  background-position: -274px -163px;
  margin-left: 3px;
  margin-top: 4px;
  vertical-align: top;
}

.NewTreeZoom_XMedium .NewTree_CrownPremiumPlus {
  width: 22px;
  height: 16px;
  background-position: -52px -107px;
  margin-left: 4px;
  margin-top: 1px;
  vertical-align: top;
}
.NewTreeZoom_XMedium .NewTree_CrownPremium {
  width: 20px;
  height: 18px;
  background-position: -75px -106px;
  margin-left: 4px;
  margin-top: 1px;
  vertical-align: top;
}
.NewTreeZoom_XMedium .NewTree_CrownPowerUser {
  width: 12px;
  height: 18px;
  background-position: -51px -170px;
  margin-left: 4px;
  margin-top: 2px;
  vertical-align: top;
}
.NewTreeZoom_XMedium .NewTree_CrownMyHeritageStaff {
  width: 18px;
  height: 14px;
  background-position: -302px -178px;
  margin-left: 4px;
  margin-top: 4px;
  vertical-align: top;
}

.NewTreeZoom_Medium .NewTree_CrownPremiumPlus {
  width: 18px;
  height: 14px;
  background-position: -239px -163px;
  margin-left: 2px;
  margin-top: 1px;
  vertical-align: top;
}
.NewTreeZoom_Medium .NewTree_CrownPremium {
  width: 14px;
  height: 13px;
  background-position: -224px -163px;
  margin-left: 2px;
  margin-top: 1px;
  vertical-align: top;
}
.NewTreeZoom_Medium .NewTree_CrownPowerUser {
  width: 7px;
  height: 11px;
  background-position: -52px -190px;
  margin-left: 2px;
  margin-top: 2px;
  vertical-align: top;
}
.NewTreeZoom_Medium .NewTree_CrownMyHeritageStaff {
  width: 17px;
  height: 13px;
  background-position: -302px -163px;
  margin-left: 2px;
  margin-top: 1px;
  vertical-align: top;
}

.cardAddMeLink,
.card_discovery_link {
  text-align: center;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.cardAddMeLink a,
.card_discovery_link a {
  font-weight: bold;
  color: #a6a298;
}
.cardAddMeLink a:hover,
.card_discovery_link a:hover {
  text-decoration: underline;
}
.NewTreeZoom_Large .cardAddMeLink,
.NewTreeZoom_Large .card_discovery_link {
  font-size: 24px;
}
.NewTreeZoom_XMedium .cardAddMeLink,
.NewTreeZoom_XMedium .card_discovery_link {
  font-size: 18px;
}
.NewTreeZoom_Medium .cardAddMeLink,
.NewTreeZoom_Medium .card_discovery_link {
  font-size: 13px;
}
.NewTreeZoom_Small .cardAddMeLink,
.NewTreeZoom_Small .card_discovery_link {
  font-size: 10px;
}

.card_discovery_link a {
  color: #767675;
}
.NewTreeZoom_Large .card_discovery_link {
  text-align: right;
  padding-right: 120px;
}
.NewTreeZoom_XMedium .card_discovery_link {
  text-align: right;
  padding-right: 93px;
}
.NewTreeZoom_Medium .card_discovery_link {
  text-align: right;
  padding-right: 66px;
}

.card_discovery_image {
  position: absolute;
  top: 18%;
  right: 9%;
  width: 25%;
}
.NewTreeZoom_Small .card_discovery_image {
  display: none;
}

.card_discovery_close {
  position: absolute;
  display: none;
  top: 5%;
  left: 2%;
  width: 7%;
  height: 15%;
  padding: 3%;
}

.card_discovery_close_inner {
  display: block;
}

.NewTreeZoom_Large .card_discovery_close {
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  padding: 3px;
}
.NewTreeZoom_Large .card_discovery_close_inner {
  width: 20px;
  height: 20px;
}

.NewTreeZoom_XMedium .card_discovery_close {
  top: 7px;
  left: 7px;
  width: 15px;
  height: 15px;
  padding: 5px;
}
.NewTreeZoom_XMedium .card_discovery_close_inner {
  width: 15px;
  height: 15px;
}

.NewTreeZoom_Medium .card_discovery_close {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  padding: 5px;
}
.NewTreeZoom_Medium .card_discovery_close_inner {
  width: 10px;
  height: 10px;
}

.NewTreeZoom_Small .card_discovery_close {
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  padding: 5px;
}
.NewTreeZoom_Small .card_discovery_close_inner {
  width: 7px;
  height: 7px;
}

.NewTreeZoom_XTiny .card_discovery_close {
  display: none !important;
}

.ridgeIcon {
  display: block;
  position: absolute;
}

.NewTreeZoom_Large .ridgeIcon {
  width: 65px;
  height: 30px;
  right: 202px;
  top: -27px;
  background-position: -100px -345px;
}

.NewTreeZoom_XMedium .ridgeIcon {
  width: 52px;
  height: 20px;
  right: 154px;
  top: -18px;
  background-position: -77px -266px;
}

.NewTreeZoom_Medium .ridgeIcon {
  width: 36px;
  height: 16px;
  right: 108px;
  top: -14px;
  background-position: -57px -188px;
}

.NewTreeZoom_Small .ridgeIcon {
  width: 21px;
  height: 9px;
  right: 62px;
  top: -8px;
  background-position: -36px -110px;
}

.NewTreeZoom_XTiny .ridgeIcon {
  display: none;
}

.fakeEmail,
.enterEmailStatus {
  position: absolute;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fakeEmail {
  color: #808080;
}

a.fakeEmail {
  text-decoration: none;
}

.enterEmailStatus {
  font-weight: bold;
}

.NewTreeZoom_Large .fakeEmail,
.NewTreeZoom_Large .enterEmailStatus {
  right: 103px;
  top: 92px;
}
.NewTreeZoom_Large .fakeEmail {
  width: 120px;
  height: 21px;
  padding: 4px 7px 3px;
  background-position: -2px -408px;
  font-size: 15px;
  line-height: 17px;
}
.NewTreeZoom_Large .enterEmailStatus {
  width: 130px;
  font-size: 15px;
  padding-top: 7px;
  line-height: 18px;
}

.NewTreeZoom_XMedium .fakeEmail,
.NewTreeZoom_XMedium .enterEmailStatus {
  right: 82px;
  top: 71px;
}
.NewTreeZoom_XMedium .fakeEmail {
  width: 92px;
  height: 16px;
  padding: 3px 5px 2px;
  background-position: -2px -314px;
  font-size: 11px;
  line-height: 13px;
}
.NewTreeZoom_XMedium .enterEmailStatus {
  width: 100px;
  font-size: 12px;
  padding-top: 5px;
  line-height: 15px;
}

.NewTreeZoom_Medium .fakeEmail,
.NewTreeZoom_Medium .enterEmailStatus {
  right: 58px;
  top: 49px;
}
.NewTreeZoom_Medium .fakeEmail {
  width: 66px;
  height: 13px;
  padding: 1px 3px 1px;
  background-position: -2px -223px;
  font-size: 9px;
  line-height: 13px;
}
.NewTreeZoom_Medium .enterEmailStatus {
  width: 100px;
  font-size: 10px;
  padding-top: 3px;
  line-height: 13px;
}

.NewTreeZoom_Small .fakeEmail,
.NewTreeZoom_Small .enterEmailStatus {
  display: none;
}

.cardRightSideContainer {
  float: left;
  padding-left: 1px;
  overflow: hidden;
}

.cardRightSideContainer .cardSMIcon,
.cardRightSideContainer .cardRMIcon,
.cardRightSideContainer .cardGhostIcon {
  position: static;
  display: block;
}

.cardGhostIcon {
  color: #fff;
  text-align: center;
}

a.cardGhostIcon:hover {
  text-decoration: none;
}

.NewTreeZoom_Large .cardSMIcon,
.NewTreeZoom_Large .cardRMIcon {
  margin-bottom: 2px;
}
.NewTreeZoom_Large .cardSMIcon,
.NewTreeZoom_Large .cardRMIcon,
.NewTreeZoom_Large .cardSMIcon img,
.NewTreeZoom_Large .cardRMIcon img,
.NewTreeZoom_Large .cardGhostIcon {
  width: 26px;
  height: 27px;
}
.NewTreeZoom_Large .cardSMIcon {
  background-position: -4px -345px;
}
.NewTreeZoom_Large .cardRMIcon {
  background-position: -66px -345px;
}
.NewTreeZoom_Large .cardGhostIcon {
  background-position: -35px -345px;
  font-size: 15px;
  line-height: 26px;
}

.NewTreeZoom_XMedium .cardSMIcon,
.NewTreeZoom_XMedium .cardRMIcon {
  margin-bottom: 3px;
}
.NewTreeZoom_XMedium .cardSMIcon,
.NewTreeZoom_XMedium .cardRMIcon,
.NewTreeZoom_XMedium .cardSMIcon img,
.NewTreeZoom_XMedium .cardRMIcon img,
.NewTreeZoom_XMedium .cardGhostIcon {
  width: 20px;
  height: 20px;
}
.NewTreeZoom_XMedium .cardSMIcon {
  background-position: -3px -266px;
}
.NewTreeZoom_XMedium .cardRMIcon {
  background-position: -51px -266px;
}
.NewTreeZoom_XMedium .cardGhostIcon {
  background-position: -27px -266px;
  font-size: 12px;
  line-height: 18px;
}

.NewTreeZoom_Medium .cardSMIcon,
.NewTreeZoom_Medium .cardRMIcon {
  margin-bottom: 1px;
}
.NewTreeZoom_Medium .cardSMIcon,
.NewTreeZoom_Medium .cardRMIcon,
.NewTreeZoom_Medium .cardSMIcon img,
.NewTreeZoom_Medium .cardRMIcon img,
.NewTreeZoom_Medium .cardGhostIcon {
  width: 15px;
  height: 15px;
}
.NewTreeZoom_Medium .cardSMIcon {
  background-position: -2px -188px;
}
.NewTreeZoom_Medium .cardRMIcon {
  background-position: -37px -188px;
}
.NewTreeZoom_Medium .cardGhostIcon {
  background-position: -20px -188px;
  font-size: 8px;
  line-height: 14px;
}

.NewTreeZoom_Small .cardSMIcon,
.NewTreeZoom_Small .cardRMIcon {
  margin-bottom: 1px;
}
.NewTreeZoom_Small .cardSMIcon,
.NewTreeZoom_Small .cardRMIcon,
.NewTreeZoom_Small .cardSMIcon img,
.NewTreeZoom_Small .cardRMIcon img,
.NewTreeZoom_Small .cardGhostIcon {
  width: 8px;
  height: 8px;
}
.NewTreeZoom_Small .cardSMIcon {
  background-position: -2px -110px;
}
.NewTreeZoom_Small .cardRMIcon {
  background-position: -24px -110px;
}
.NewTreeZoom_Small .cardGhostIcon {
  background-position: -13px -110px;
  font-size: 6px;
  line-height: 8px;
}

.cardSMIcon.cardSMIconAnimating {
  background: none;
}

.cardRMIcon.cardRMIconAnimating {
  background: none;
}

.cardBDBalloon {
  position: absolute;
}

.NewTreeZoom_Large .cardBDBalloon {
  top: -86px;
  left: 252px;
}
.NewTreeZoom_Large .cardBDBalloon img {
  height: 147px;
}

.NewTreeZoom_XMedium .cardBDBalloon {
  top: -68px;
  left: 193px;
}
.NewTreeZoom_XMedium .cardBDBalloon img {
  height: 113px;
}

.NewTreeZoom_Medium .cardBDBalloon {
  top: -46px;
  left: 136px;
}
.NewTreeZoom_Medium .cardBDBalloon img {
  height: 78px;
}

.NewTreeZoom_Small .cardBDBalloon {
  top: -27px;
  left: 78px;
}
.NewTreeZoom_Small .cardBDBalloon img {
  height: 46px;
}

.connectorWABalloon,
.cardWAKnot,
.cardWABalloon,
.connectorWABalloon img.cardWAMainBallon {
  position: absolute;
}

.cardWAThread {
  position: absolute;
  width: 1px;
  background-color: #e7301a;
}

.cardWAKnot {
  height: 11px;
  top: 0;
}

.NewTreeZoom_Large .cardWABalloon {
  top: -75px;
  left: 244px;
}
.NewTreeZoom_Large .cardWAThread {
  height: 62px;
  top: 76px;
  left: 42px;
}
.NewTreeZoom_Large img.cardWAMainBallon {
  width: 90px;
}
.NewTreeZoom_Large .connectorWABalloon img.cardWAMainBallon {
  top: -138px;
  left: -42px;
}
.NewTreeZoom_Large .connectorWABalloon .cardWAThread {
  height: 62px;
  top: -62px;
  left: 0;
}
.NewTreeZoom_Large .connectorWABalloon .cardWAKnot {
  height: 15px;
  left: -2px;
}

.NewTreeZoom_XMedium .cardWABalloon {
  top: -58px;
  left: 188px;
}
.NewTreeZoom_XMedium .cardWAThread {
  height: 50px;
  top: 56px;
  left: 32px;
}
.NewTreeZoom_XMedium img.cardWAMainBallon {
  width: 69px;
}
.NewTreeZoom_XMedium .connectorWABalloon img.cardWAMainBallon {
  top: -103px;
  left: -32px;
}
.NewTreeZoom_XMedium .connectorWABalloon .cardWAThread {
  top: -50px;
  left: 0;
  height: 50px;
}
.NewTreeZoom_XMedium .connectorWABalloon .cardWAKnot {
  height: 11px;
  left: -2px;
}

.NewTreeZoom_Medium .cardWABalloon {
  top: -41px;
  left: 132px;
}
.NewTreeZoom_Medium .cardWAThread {
  height: 35px;
  top: 40px;
  left: 21px;
}
.NewTreeZoom_Medium img.cardWAMainBallon {
  width: 47px;
}
.NewTreeZoom_Medium .connectorWABalloon img.cardWAMainBallon {
  top: -74px;
  left: -22px;
}
.NewTreeZoom_Medium .connectorWABalloon .cardWAThread {
  top: -35px;
  left: 0;
  height: 35px;
}
.NewTreeZoom_Medium .connectorWABalloon .cardWAKnot {
  height: 9px;
  left: -1px;
}

.NewTreeZoom_Small .cardWABalloon {
  top: -22px;
  left: 77px;
}
.NewTreeZoom_Small .cardWAThread {
  height: 22px;
  top: 22px;
  left: 12px;
}
.NewTreeZoom_Small img.cardWAMainBallon {
  width: 27px;
}
.NewTreeZoom_Small .connectorWABalloon img.cardWAMainBallon {
  top: -42px;
  left: -13px;
}
.NewTreeZoom_Small .connectorWABalloon .cardWAThread {
  top: -23px;
  left: 0;
  height: 23px;
}
.NewTreeZoom_Small .connectorWABalloon .cardWAKnot {
  height: 7px;
  left: -1px;
}

.NewTreeZoom_XTiny .cardBalloonPart,
.NewTreeZoom_XTiny .innerCardElement {
  display: none;
}

a.NewTreeTooltip {
  min-width: 183px;
  height: 68px;
  display: block;
}
a.NewTreeTooltip .cardPhoto {
  margin-top: 2px;
  margin-right: 17px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  width: 45px;
  float: right;
  position: static;
}
a.NewTreeTooltip .PK_Silhouette_S_60_Ribbon {
  top: 13px;
  right: 17px;
  width: 25px;
  height: 26px;
  background-position: -356px -591px;
}
a.NewTreeTooltip .cardNameAndDates {
  margin-top: 2px;
  margin-right: 10px;
  position: relative;
  float: right;
  font-size: 13px;
  line-height: 16px;
  min-width: 111px;
  color: #616160;
}
a.NewTreeTooltip .cardNameAndDates .cardName {
  margin-left: 0;
}
a.NewTreeTooltip .cardShortNameInner {
  display: none;
}
a.NewTreeTooltip:hover .cardNameAndDates {
  text-decoration: none;
}

.right_panel_container {
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  background-color: #f9f5ec;
  overflow: hidden;
  box-shadow: 3px 0 7px rgba(150, 150, 150, 0.5);
}

.right_panel_container.options_outer_container {
  width: 322px;
}

.right_panel_container.help_outer_container {
  width: 610px;
  background-color: #fffdf8;
}

.right_panel_title {
  background-color: #a49f95;
  color: #f2eee4;
  font-size: 16px;
  padding: 6px 20px 5px;
}

.right_panel_title a.close_button {
  width: 10px;
  height: 11px;
  background-position: -2px -103px;
  float: left;
  margin: 10px 0 0;
  display: block;
}

.right_panel_title a.close_button:hover {
  background-position: -14px -103px;
}

.right_panel_content {
  width: 100%;
  color: #4c4c4c;
  overflow-y: auto;
}
.right_panel_content a.panel_header {
  color: #4c4c4c;
}
.right_panel_content label.disabled_label {
  color: #cac8c4;
}

.options_container li,
.options_container ul,
.options_container input[type=radio],
.options_container input[type=checkbox],
.options_container p,
.options_container section {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.options_container li.indented {
  margin-right: 19px;
}
.options_container input[type=radio],
.options_container input[type=checkbox] {
  height: auto;
}

.ui-widget-content {
  background: none;
}

#options_container .ui-accordion .ui-accordion-header {
  display: block;
  position: relative;
}

#options_container .ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  right: 20px;
}

.NewTree_treeNameSuccessBox,
.NewTree_treeNameDialog {
  margin-top: 1px;
  margin-left: 0;
  margin-bottom: 19px;
  margin-right: 16px;
  width: 247px;
}

.treeNameDialogButtons a.qButton-dnaSmallSite {
  float: left;
  margin-right: 5px;
}

.treeNameSuccessMessage {
  margin: 20px 0 21px;
}

.NewTree_treeNameTree {
  width: 235px;
  height: 22px;
  margin: 1px 0 11px;
  border: 1px solid #e4e4e4;
  font-size: 13px;
  color: #353535;
  padding: 0 5px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

/*
Accordion header
*/
.panel_header {
  background-image: url("/FP/Assets/Images/NewTree/Tree_topbar_sprite.png?v=13");
  background-repeat: repeat-x;
  background-position: 0 -329px;
  display: block;
  height: 31px;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-right: 40px;
  padding-left: 0;
  border: none;
  box-sizing: border-box;
}

.panel_header:hover {
  text-decoration: none;
  background-position: 0 -362px;
}

/*
Accordion content
*/
.panel_content {
  border: none;
  padding: 0 20px !important;
}

#options_container label {
  line-height: 22px;
  margin-right: 3px;
}

#options_container ul a {
  line-height: 24px;
}

/*
section
*/
#options_container .panel_content .section {
  display: block;
  border-bottom: 1px solid #d9d4ca;
  padding: 9px 0 20px;
}

#options_container h3 {
  padding: 10px 0;
  margin-bottom: 5px;
}

/*
Tree preferences
*/
/* slider */
#options_container .zooming_slider {
  position: relative;
  padding: 0 71px 0 66px;
  height: 59px;
  margin-top: -9px;
  direction: ltr;
}

#options_container .less_steps_thumbnail {
  background-position: -2px -157px;
  width: 17px;
  height: 16px;
  position: absolute;
  left: 19px;
  top: 33px;
}

#options_container .more_steps_thumbnail {
  background-position: -2px -175px;
  width: 37px;
  height: 28px;
  position: absolute;
  right: 5px;
  top: 27px;
}

#options_container .ui-slider-handle {
  top: -9px;
  background: none repeat scroll 0 0 #c5c2bd;
  border: 1px solid #8f897b;
  border-radius: 12px;
  color: #fff;
  width: 22px;
  margin-left: -9px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
}

#options_container .ui-slider-range {
  background: #c5c2bd;
  border-radius: 20px;
  height: 6px;
  position: absolute;
}

#options_container .ui-slider-horizontal {
  height: 6px;
  position: relative;
  border-radius: 20px;
  background: #e7e4e2;
  top: 36px;
}

.options_container .section_title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}

.options_container .section_sub_title {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 3px;
}

.options_container a.restore_defaults {
  display: block;
  float: left;
  margin: 5px 0 17px;
}

.options_container .married_names_of_married_women {
  margin: -5px 0 0 0;
}
.options_container .wife_maiden_name_not_provided {
  margin: 12px 0 0 0;
}

#tree_layout {
  display: none;
}

.square_bullet {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border: 2px solid #9a9791;
  border-radius: 2px;
  margin: 0 10px 2px 5px;
}

.section_closed {
  background-position: -26px -104px;
  width: 6px;
  height: 10px;
  top: 10px;
}

.section_open {
  background-position: -25px -116px;
  width: 9px;
  height: 6px;
  top: 13px;
}

.help_container {
  padding: 5px 16px 0;
}
.help_container li,
.help_container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.help_container li {
  margin-top: 6px;
}
.help_container p {
  margin-top: 10px;
}

.inner_help_container {
  width: 214px;
  background-color: #f2eee5;
  overflow-x: visible;
}
.inner_help_container .help_row {
  width: 592px;
  clear: both;
  padding-top: 40px;
}
.inner_help_container .help_row .col1 {
  float: right;
  width: 214px;
}
.inner_help_container .help_row .col2 {
  float: right;
  width: 330px;
  padding-right: 24px;
  padding-left: 24px;
}
.inner_help_container .help_title {
  color: #4c4c4c;
  font-size: 15px;
}
.inner_help_container .help_content {
  color: #6e6e6e;
}

.help_illustration_container {
  width: 158px;
  margin: 0 auto;
  position: relative;
}
.help_illustration_container .help_illustration,
.help_illustration_container img {
  background-image: url("/FP/Assets/Images/NewTree/Tree_topbar_sprite.png?v=13");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.help_illustration_container img.help_magnify_TR {
  background-position: -582px -2px;
  width: 64px;
  height: 69px;
}
.help_illustration_container img.help_magnify_TL {
  background-position: -516px -2px;
  width: 64px;
  height: 69px;
}
.help_illustration_container img.help_magnify_BR {
  background-position: -1046px -12px;
  width: 75px;
  height: 57px;
}
.help_illustration_container img.help_magnify_BL {
  background-position: -1046px -12px;
  width: 75px;
  height: 57px;
}
.help_illustration_container img.help_magnify_left {
  background-position: -950px -43px;
  width: 82px;
  height: 57px;
}
.help_illustration_container img.help_white_plus {
  background-position: -750px -187px;
  width: 25px;
  height: 25px;
  top: 21px;
  right: 106px;
}
.help_illustration_container img.help_empty_female {
  background-position: -356px -2px;
  width: 158px;
  height: 91px;
}
.help_illustration_container img.help_move_around {
  background-position: -709px -2px;
  width: 54px;
  height: 148px;
}
.help_illustration_container img.help_quickly_orient1 {
  background-position: -648px -2px;
  width: 59px;
  height: 64px;
  left: 0;
}
.help_illustration_container img.help_white_right_arrow {
  background-position: -732px -187px;
  width: 16px;
  height: 26px;
  top: 21px;
  left: 98px;
}
.help_illustration_container img.help_find_a_person_left {
  background-position: -520px -160px;
  width: 79px;
  height: 24px;
  left: 0;
}
.help_illustration_container img.help_find_a_person_right {
  background-position: -666px -160px;
  width: 79px;
  height: 24px;
  left: 79px;
}
.help_illustration_container img.help_ridge_icon {
  background-position: -2px -205px;
  width: 35px;
  height: 21px;
  right: 114px;
}
.help_illustration_container img.help_white_ridge {
  background-position: -732px -215px;
  width: 36px;
  height: 21px;
  top: 20px;
  right: 41px;
}
.help_illustration_container img.help_invite {
  background-position: -201px -94px;
  width: 158px;
  height: 91px;
}
.help_illustration_container img.help_edit {
  background-position: -246px -187px;
  width: 158px;
  height: 91px;
  top: 13px;
}
.help_illustration_container img.help_white_pencil {
  background-position: -202px -249px;
  width: 37px;
  height: 37px;
  top: 7px;
  right: 86px;
}
.help_illustration_container img.help_view_more {
  background-position: -944px -102px;
  width: 164px;
  height: 152px;
}
.help_illustration_container img.help_view_more_left_panel {
  background-image: url("/FP/Assets/Images/NewTree/Tree_help_Sprite_rtl.png?v=2");
  background-position: -2px -2px;
  width: 160px;
  height: 303px;
}
.help_illustration_container img.help_rm_card {
  background-position: -196px -2px;
  width: 158px;
  height: 90px;
}
.help_illustration_container img.help_rm_icon,
.help_illustration_container img.help_sm_icon {
  width: 21px;
  height: 19px;
  top: 17px;
  right: 137px;
}
.help_illustration_container img.help_sm_icon {
  background-position: -223px -186px;
}
.help_illustration_container img.help_rm_icon {
  background-position: -223px -228px;
}
.help_illustration_container img.help_white_sm {
  background-position: -1111px -71px;
  width: 30px;
  height: 33px;
  top: 10px;
  right: 67px;
}
.help_illustration_container img.help_white_rm {
  background-position: -1143px -71px;
  width: 26px;
  height: 33px;
  top: 11px;
  right: 69px;
}
.help_illustration_container img.help_silhouette_female {
  background-position: -569px -186px;
  width: 161px;
  height: 92px;
  top: 4px;
}
.help_illustration_container img.help_white_camera {
  background-position: -1px -227px;
  width: 29px;
  height: 24px;
  top: 14px;
  right: 58px;
}
.help_illustration_container img.help_silhouette_female {
  background-position: -569px -186px;
  width: 161px;
  height: 92px;
  top: 4px;
}
.help_illustration_container img.help_customize {
  background-position: -765px -2px;
  width: 184px;
  height: 39px;
  top: 58px;
}
.help_illustration_container img.help_white_gear {
  background-position: -2px -252px;
  width: 29px;
  height: 29px;
  top: 14px;
  right: 117px;
}
.help_illustration_container img.help_more_help {
  background-position: -775px -43px;
  width: 89px;
  height: 56px;
}

.help_add_people_container {
  height: 91px;
}
.help_add_people_container .help_magnify_TR {
  top: 5px;
  right: 83px;
}

.help_add_me_cards_container {
  width: 157px;
  height: 79px;
  display: table;
}

.help_add_me_cards_text_container {
  display: table-row;
  background-position: -41px -186px;
}

.help_add_me_cards_text {
  color: #a6a298;
  font-size: 14px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 157px;
  height: 79px;
}

.help_move_around_container {
  width: 54px;
  height: 148px;
}

.help_quickly_orient1_container {
  height: 64px;
}
.help_quickly_orient1_container .help_magnify_BR {
  top: 5px;
  left: 55px;
}

.help_quickly_orient2_container {
  width: 166px;
  height: 63px;
}

.help_quickly_orient2 {
  background-position: -521px -75px;
  width: 166px;
  height: 63px;
}

.help_find_a_person_container {
  height: 24px;
}
.help_find_a_person_container .FindAPersonMagnify {
  top: 6px;
  right: 140px;
}

.help_find_a_person_text {
  position: absolute;
  right: 13px;
  top: 3px;
  color: #808080;
}

.lang_PB .help_find_a_person_text,
.lang_PT .help_find_a_person_text {
  top: 4px;
  font-size: 11px;
}

.help_open_branches_container {
  height: 133px;
}
.help_open_branches_container .help_ridge_icon {
  top: 27px;
}
.help_open_branches_container .help_empty_female {
  top: 42px;
}
.help_open_branches_container .help_magnify_left {
  top: 0;
  right: 31px;
}

.help_invite_container {
  height: 91px;
  font-size: 11px;
}
.help_invite_container .help_email_label {
  position: absolute;
  top: 1px;
  right: 10px;
}
.help_invite_container .help_invite_label {
  position: absolute;
  top: 37px;
  right: 24px;
}
.help_invite_container .help_email_save,
.help_invite_container .help_email_cancel {
  position: absolute;
  top: 55px;
  right: 10px;
  width: 64px;
  text-align: center;
}
.help_invite_container .help_email_cancel {
  right: 83px;
}

.lang_BG .help_invite_container,
.lang_CA .help_invite_container,
.lang_EL .help_invite_container,
.lang_ES .help_invite_container,
.lang_HI .help_invite_container,
.lang_LT .help_invite_container,
.lang_NO .help_invite_container,
.lang_PL .help_invite_container,
.lang_PB .help_invite_container,
.lang_PT .help_invite_container,
.lang_RO .help_invite_container,
.lang_RU .help_invite_container,
.lang_SL .help_invite_container,
.lang_SR .help_invite_container {
  font-size: 10px;
}
.lang_BG .help_invite_label,
.lang_CA .help_invite_label,
.lang_EL .help_invite_label,
.lang_ES .help_invite_label,
.lang_HI .help_invite_label,
.lang_LT .help_invite_label,
.lang_NO .help_invite_label,
.lang_PL .help_invite_label,
.lang_PB .help_invite_label,
.lang_PT .help_invite_label,
.lang_RO .help_invite_label,
.lang_RU .help_invite_label,
.lang_SL .help_invite_label,
.lang_SR .help_invite_label {
  top: 38px;
}

.lang_CA .help_invite_label,
.lang_EL .help_invite_label,
.lang_NO .help_invite_label,
.lang_PL .help_invite_label,
.lang_PT .help_invite_label,
.lang_SL .help_invite_label {
  top: 39px;
  font-size: 9px;
}

.help_edit_container {
  height: 103px;
}
.help_edit_container .help_magnify_TL {
  right: 75px;
}

.help_view_more_container {
  width: 164px;
  height: 152px;
}

.help_view_more_left_panel_container {
  width: 160px;
  height: 303px;
}

.help_sm_rm_container {
  height: 98px;
}
.help_sm_rm_container .help_magnify_left {
  right: 54px;
}
.help_sm_rm_container img.help_rm_icon,
.help_sm_rm_container img.help_sm_icon {
  top: 21px;
}
.help_sm_rm_container img.help_empty_female,
.help_sm_rm_container img.help_rm_card {
  top: 7px;
}

.help_add_photos_container {
  width: 161px;
  height: 96px;
}
.help_add_photos_container .help_magnify_TR {
  right: 37px;
}

.help_customize_container {
  width: 184px;
  height: 97px;
}
.help_customize_container .help_magnify_TR {
  right: 96px;
}

.help_more_help_container {
  width: 89px;
  height: 56px;
}

.default_tree_view_group .options_property {
  display: flex;
  align-items: center;
}
.default_tree_view_group .options_property_family {
  margin-bottom: 10px;
}
.default_tree_view_group .options_property .option_label_family {
  line-height: 1 !important;
  margin-left: 6px !important;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/**
* Transforms a given palette color to the transparent version of it
*/
/* stylelint-disable */
.wizard_handoff_banner {
  display: none;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 350;
  width: 773px;
}
.wizard_handoff_banner .wizard_handoff_banner_inner {
  display: inline-block;
  position: relative;
  right: 50%;
  transform: translate(+50%, 0);
  background-color: white;
  min-height: 230px;
  width: 773px;
  padding-bottom: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  font-size: 15px;
}
.NewTreeEmbed .wizard_handoff_banner .wizard_handoff_banner_inner {
  min-height: 206px;
  width: 773px;
  font-size: 15px;
}
.wizard_handoff_banner .family_image {
  position: absolute;
  bottom: 0;
  right: 27px;
  display: block;
  background-image: url("/FP/Assets/Images/TreeWizard/handoff_banner_family.png?v=2");
  background-repeat: no-repeat;
  width: 209px;
  height: 218px;
}
.NewTreeEmbed .wizard_handoff_banner .family_image {
  display: none;
}
.wizard_handoff_banner .message {
  line-height: 1.5;
  float: left;
  margin-top: 15px;
  margin-left: 20px;
  width: 460px;
  color: #595959;
}
.wizard_handoff_banner .message .member_salutation {
  font-size: 22px;
  color: black;
  font-weight: 300;
}
.NewTreeEmbed .wizard_handoff_banner .message .member_salutation {
  font-size: 34px;
  font-weight: normal;
}
.wizard_handoff_banner .message .discovery_information {
  font-weight: normal;
}
.wizard_handoff_banner .message p {
  margin-bottom: 2px;
}
.NewTreeEmbed .wizard_handoff_banner .message {
  width: auto;
  float: none;
  margin: 0;
  padding: 30px 20px 20px;
}
.NewTreeEmbed .wizard_handoff_banner .message p {
  margin-bottom: 2px;
}
.wizard_handoff_banner .message .family_image_mobile {
  background-image: url("/FP/Assets/Images/TreeWizard/handoff_banner_family_mobile.png?v=1");
  background-repeat: no-repeat;
  height: 110px;
  background-position: center;
  background-size: contain;
  margin: 15px 0 10px;
}
.wizard_handoff_banner .close_banner {
  position: absolute;
  display: block;
  top: 13px;
  left: 13px;
  background-image: url("/FP/Assets/Images/TreeWizard/Sprite_Data_Entry_web.png?v=14");
  background-repeat: no-repeat;
  background-position: -145px -262px;
  width: 15px;
  height: 15px;
}
.wizard_handoff_banner .close_banner:hover {
  background-position: -145px -279px;
}
.NewTreeEmbed .wizard_handoff_banner .close_banner {
  top: 13px;
  left: 13px;
  transform: scale(1);
}
.wizard_handoff_banner .action_buttons {
  position: relative;
}
.NewTreeEmbed .wizard_handoff_banner .action_buttons {
  display: none;
}
.wizard_handoff_banner .action_buttons #share_on_facebook_button {
  background-color: #6182ce;
  border-color: #6182ce;
}
.wizard_handoff_banner .action_buttons #share_on_facebook_button:hover {
  background-color: #7491d4;
  border-color: #7491d4;
}
.wizard_handoff_banner .action_buttons .tutorial_actions_container {
  line-height: 2;
}
.wizard_handoff_banner .action_buttons #start_tutorial_button {
  padding: 0 40px;
}

@media (min-width: 768px) {
  .main_button {
    float: left;
  }

  .family_image_mobile {
    display: none;
  }

  .tutorial_actions_container {
    margin: 40px 0 10px 0;
    display: table;
    width: 100%;
  }
  .tutorial_actions_container .walkthrough_label {
    display: table-cell;
    vertical-align: middle;
  }

  #share_on_facebook_button {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .NewTreeEmbed .wizard_handoff_banner {
    width: 100%;
  }
  .NewTreeEmbed .wizard_handoff_banner .wizard_handoff_banner_inner {
    margin-top: 108px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .NewTreeEmbed .wizard_handoff_banner {
    width: 100%;
  }
  .NewTreeEmbed .wizard_handoff_banner .wizard_handoff_banner_inner {
    margin-top: 108px;
    min-height: 0;
    width: 80%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .NewTreeEmbed .wizard_handoff_banner .wizard_handoff_banner_inner {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mh_responsive .wizard_handoff_banner {
    width: 100%;
  }
  .mh_responsive .wizard_handoff_banner .wizard_handoff_banner_inner {
    width: 90%;
    padding: 15px;
    margin-top: 10%;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    box-shadow: 0 0 20px 2500px rgba(0, 0, 0, 0.5);
    transform: translate(+50%);
  }
  .mh_responsive .wizard_handoff_banner .wizard_handoff_banner_inner .family_image {
    display: none;
  }
  .mh_responsive .main_button {
    display: block;
  }
  .mh_responsive .wizard_handoff_banner .message {
    text-align: center;
    float: none;
    width: 100%;
  }
  .mh_responsive .wizard_handoff_banner .message .discovery_information {
    font-weight: normal;
  }
  .mh_responsive .wizard_handoff_banner .message #start_tutorial_button {
    display: inline;
    padding: 10px 20px;
  }
  .mh_responsive .wizard_handoff_banner .message #share_on_facebook_button {
    display: block;
    margin-bottom: 10px;
  }
}
/* stylelint-disable */
/* Frames and curves - Edit profile popup */
.editProfilePortraitContainer {
  float: right;
  padding-top: 70px;
  width: 118px;
}

.editProfilePortraitContainer .PK_ProfileImage,
.editProfilePortraitContainer .PK_Silhouette {
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
}

.SpouseInfo .PK_ProfileImage,
.SpouseInfo .PK_Silhouette {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.SpouseInfo {
  width: 510px;
}
.SpouseInfo .NameAndRelation {
  margin-bottom: 9px;
  float: right;
  width: 440px;
}
.SpouseInfo .ProfileImageContainerInner {
  float: left;
  margin-left: 10px;
}
.SpouseInfo .ProfileComponentLeftColumn {
  clear: right;
}
.mh_responsive.mh_mobile .SpouseInfo {
  display: none;
}

.popupContainerWithSidebar {
  background-color: #f7f7f7;
}

.editProfileSidebar,
.sidebarTopCurve,
.sidebarBottomCurve {
  background-color: #f7f7f7;
}

.editProfileMainContent {
  background-color: #fff;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}

.newPopupOuterContainerRounderCorners .sidebarTopCurve {
  height: 112px;
  border-radius: 0 0 0 15px;
  -moz-border-radius: 0 0 0 15px;
  -webkit-border-radius: 0 0 0 15px;
}

.newPopupOuterContainerRounderCorners .sidebarBottomCurve {
  height: 15px;
  border-radius: 15px 0 0 0;
  -moz-border-radius: 15px 0 0 0;
  -webkit-border-radius: 15px 0 0 0;
}

.newPopupOuterContainerRounderCorners .editProfileSidebarCurves {
  background-color: #fff;
}

.editProfileSidebar {
  width: 133px;
  /* +30 for margin-left */
  margin-right: 30px;
  float: right;
}
.mh_responsive.mh_mobile .editProfileSidebar {
  display: none;
}

.editProfileMainContent {
  float: right;
}
.mh_responsive.mh_mobile .editProfileMainContent {
  width: 100% !important;
  height: 100%;
}

.editProfileSidebarCurves {
  float: right;
  width: 15px;
  height: 127px;
}

.editProfileBodyContainer {
  overflow: hidden;
  margin-top: 25px;
  margin-left: 0;
  margin-bottom: 10px;
  margin-right: 35px;
}

#editProfilePanelsContainer {
  position: relative;
}

#editProfileDetailsPanel {
  overflow-x: hidden;
  float: right;
}
.mh_responsive.mh_mobile #editProfileDetailsPanel {
  width: 100% !important;
  min-width: 100% !important;
  max-height: 100% !important;
}

#editProfileAddPhotoPanel {
  float: right;
  padding-right: 35px;
}

#editProfileForm {
  margin: 0;
  padding: 0;
}

#editIndividualGenderSection,
#living_deceased_radio_container {
  width: 95%;
}
#editIndividualGenderSection input[type=radio],
#living_deceased_radio_container input[type=radio] {
  padding-top: 18px;
}
.mh_responsive.mh_mobile #editIndividualGenderSection,
.mh_responsive.mh_mobile #living_deceased_radio_container {
  width: 100%;
}

#inviteIndividualContainer {
  margin-top: 24px;
}

#parentOfChild {
  max-width: 500px;
}

.showMoreFieldsWrapper {
  height: 20px;
}

.showMoreFieldsWrapper img {
  margin-top: 2px;
  margin-left: 2px;
  vertical-align: top;
}

.addIndividualFieldsContainer {
  overflow-x: hidden;
  width: 530px;
  margin-left: -30px;
  margin-bottom: -11px;
  padding-top: 3px;
}
.mh_responsive.mh_mobile .addIndividualFieldsContainer {
  margin: 0;
  padding-top: 0;
  width: 100%;
  max-height: 100% !important;
  overflow-y: hidden !important;
}

.SpouseInfo {
  margin-top: 10px;
}

.ProfileComponentLeftColumn,
.ProfileComponentRightColumn {
  float: right;
  min-width: 243px;
  margin-bottom: 12px;
}
.mh_responsive.mh_mobile .ProfileComponentLeftColumn,
.mh_responsive.mh_mobile .ProfileComponentRightColumn {
  width: 100%;
}

.ProfileComponentLeftColumn .PK_popupLabel,
.ProfileComponentRightColumn .PK_popupLabel {
  line-height: 19px;
}

.ProfileComponentLeftColumn {
  margin-left: 15px;
}
.mh_responsive.mh_mobile .ProfileComponentLeftColumn {
  margin-left: 0;
}

.ProfileComponentInnerLeftColumn,
.ProfileComponentInnerRightColumn {
  float: right;
  min-width: 117px;
}

.ProfileComponentInnerLeftColumn {
  margin-left: 8px;
}

.mh_responsive.mh_mobile #prefixSuffixBlock {
  margin-bottom: 0;
}

.mh_responsive.mh_mobile #marriedSurnameBlock {
  margin-top: 12px;
}

.mh_responsive.mh_mobile #marriedNameParentBlock {
  margin-top: 0;
}

.mh_responsive.mh_mobile #marriedNameBlock {
  margin-top: 12px;
}

/* Positioning */
.toggleFieldsLink {
  top: 1px;
  position: relative;
  padding-right: 3px;
}

.addIndividualFieldsContainer .toggleFieldsShowMore {
  display: none;
}
.addIndividualFieldsContainer .toggleFieldsShowLess {
  display: inline;
}

.addIndividualFieldsContainer.fieldsContainerCompactMode .toggleFieldsShowMore {
  display: inline;
}
.addIndividualFieldsContainer.fieldsContainerCompactMode .toggleFieldsShowLess {
  display: none;
}

.fieldsContainerCompactMode .hideInCompact {
  display: none;
}

/* TODO: [NewTree] make this consistent (and same code) with the style of the signup popup */
.profilePopupContent .PK_popupTitle {
  cursor: move;
  vertical-align: middle;
}
.profilePopupContent .PK_popupSeparator {
  height: 1px;
  font-size: 1px;
  background-color: #e0dddd;
}
.mh_responsive.mh_mobile .profilePopupContent .input_label {
  opacity: 0.5;
  font-size: 13px;
}
.profilePopupContent input[type=text],
.profilePopupContent input[type=password],
.profilePopupContent input[type=email] {
  border: 1px solid #e4e4e4;
  font-size: 13px;
  color: #353535;
  height: 20px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}
.mh_responsive.mh_mobile .profilePopupContent input[type=text],
.mh_responsive.mh_mobile .profilePopupContent input[type=password],
.mh_responsive.mh_mobile .profilePopupContent input[type=email] {
  width: 100% !important;
  box-sizing: border-box;
  height: 43px;
  font-size: 17px;
}
.profilePopupContent input[type=checkbox] {
  height: auto;
  margin: 0;
}
.profilePopupContent input[type=radio] {
  padding: 0;
  margin-top: 0;
  margin-right: 1px;
  margin-bottom: 0;
  margin-left: 0;
  width: 13px;
  height: 13px;
}
.mh_responsive.mh_mobile .profilePopupContent select {
  height: 43px;
}
.mh_responsive.mh_mobile .profilePopupContent .select-replace {
  height: 33px;
  padding-top: 8px;
}
.mh_responsive.mh_mobile .profilePopupContent .gdp_dateTypePickerLinkContainer {
  height: 31px !important;
  padding-top: 9px;
}
.profilePopupContent .reason a {
  color: #6e6e6e;
}
.mh_responsive.mh_mobile .profilePopupContent .reason a {
  opacity: 0.5;
  font-size: 13px;
}
.profilePopupContent .reason .toggle {
  padding-top: 5px;
}
.profilePopupContent .reason textarea {
  height: 40px;
  width: 500px;
  border: 1px solid #dedddd;
  padding: 7px;
  border-radius: 3px 3px 3px 3px;
  box-sizing: border-box;
}
.mh_responsive.mh_mobile .profilePopupContent .reason textarea {
  font-size: 16px;
  width: 100%;
  height: 52px;
  padding: 4px 7px;
}
.profilePopupContent .gdp_dateTypePickerLinkContainer {
  min-width: 55px;
  cursor: pointer;
  padding: 3px 3px 1px;
  border: 1px solid #e4e4e4;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  background-color: #fff;
}
.mh_responsive.mh_mobile .profilePopupContent .gdp_dateTypePickerLinkContainer {
  height: 37px;
}
.profilePopupContent .gdp_dateTypePickerLink {
  outline: none;
  color: #353535;
}
.profilePopupContent .gdp_dateTypePickerLink:hover {
  text-decoration: none;
}
.profilePopupContent .gdp_dateTypePickerArrow {
  margin-right: -3px;
  margin-left: 3px;
  margin-bottom: 4px;
  background-position: 0 center;
  background-image: url("/FP/Assets/Images/Common/ddarrow.png?v=2");
}
.profilePopupContent .gdp_secondDateTypeLabelCell {
  padding-top: 4px;
}
.profilePopupContent .GenealogyDatePicker .gdp_day {
  width: 52px;
}
.profilePopupContent .GenealogyDatePicker .gdp_month {
  width: 62px;
}
.profilePopupContent .GenealogyDatePicker .gdp_year {
  width: 34px;
}
.profilePopupContent .GenealogyDatePicker .gdp_fieldSpacer {
  width: 4px;
  height: 1px;
}
.profilePopupContent input[type=text].gdp_yearDimmed {
  color: #888d91;
}
.profilePopupContent .missing_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 26px;
  border-radius: 6px;
  font-size: 13px;
  padding: 12px 16px;
  background-color: #F7F7F7;
}
.profilePopupContent .missing_info .missing_info_link,
.profilePopupContent .missing_info .missing_info_link_mail_link {
  margin-left: 8px;
  line-height: 20px;
  color: #F56932;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .profilePopupContent .missing_info {
    display: inline-block;
    margin-right: auto;
    font-size: 15px;
  }
  .profilePopupContent .missing_info .missing_info_link,
.profilePopupContent .missing_info .missing_info_link_mail_link {
    margin-left: 0;
  }
}
.profilePopupContent .profile_start_walkthrough_container {
  height: 8px;
}
.profilePopupContent .profile_start_walkthrough_container .profile_start_walkthrough_button {
  position: absolute;
  top: 66px;
  inset-inline-end: 36px;
  background-color: transparent;
  border: none;
  border-radius: 24px;
  padding: 8px 20px 8px 32px;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.profilePopupContent .profile_start_walkthrough_container .profile_start_walkthrough_button:before {
  content: "";
  background-image: -webkit-image-set(url("https://cf.mhcache.com/Static/FP/Assets/Images/AddIndividualWalkthrough/Info-v-a21606474be4b9dd41b3.svg") 1x);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 12px;
}
.profilePopupContent .profile_start_walkthrough_container .profile_start_walkthrough_button:hover {
  background-color: #f9f9f9;
}
.profilePopupContent .profile_start_walkthrough_container .profile_start_walkthrough_button:active {
  transform: translateY(1px);
  outline: none;
}
.profilePopupContent .profile_start_walkthrough_container .profile_start_walkthrough_text {
  color: #F56932;
  font-size: 13px;
  font-weight: 400;
}
.profilePopupContent .profile_start_walkthrough_container.profile_start_walkthrough_button_mobile {
  display: flex;
  height: auto;
  justify-content: flex-end;
  margin-bottom: 12px;
  border-radius: 6px;
}
.profilePopupContent .profile_start_walkthrough_container.profile_start_walkthrough_button_mobile .profile_start_walkthrough_button {
  position: relative;
  top: auto;
  inset-inline-end: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}
.profilePopupContent .profile_start_walkthrough_container.profile_start_walkthrough_button_mobile .profile_start_walkthrough_button:before {
  background-size: 13px;
  width: 13px;
  height: 13px;
  top: 9px;
  left: 10px;
}
.profilePopupContent .profile_start_walkthrough_container.profile_start_walkthrough_button_mobile .profile_start_walkthrough_text {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.mh_responsive.mh_mobile #connectToName {
  height: 30px !important;
  font-size: 16px;
}

#NewTreeContainer {
  top: 0;
  /* Because the toolbar is semi-transparent */
}

.tab_focus #NewTreeVector [tabindex]:focus {
  outline: dotted 2px black;
}