.pc-no-plans {
    text-align: center;
    padding: 5px;
    font-size: medium;
    font-weight: bold;
}
.pc-no-plans-text {
	text-align: center;
    padding:75px;
    height : 20%;
}

.pc-no-plans-img {
    text-align: center;
    padding:50px;
    height : 20%;
}

.pc-tooltiptext {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  bottom: 95%;
  left: +10px;
  z-index: 1;
}

.pc-play-tooltip {
  position: relative;
}

.pc-play-tooltip img {
  width: 22px !important;
  height: 22px !important;
  position: relative;
  top: 8px;
}

.play-btn-tooltip-container {
  display: flex;
  justify-content: center;
}

.pc-play-tooltip:hover .play-btn-tooltiptext {
  visibility: visible;
}

.pc-play-tooltip {
	position: relative; /* for tooltips */
}

.play-btn-tooltiptext {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  right: 2px;
  width: max-content;
}

.checkbox-container {
  display: block;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.plancard-chckmsg {
  color: black;
  font-family: Roboto;
  font-size: 11.8px;
  outline: none;
  position: absolute;
  top: 5px
} 

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

@-moz-document url-prefix() {
  .checkmark {
    height: 30px;
  }
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #4A6A8B;
  height: 24px !important;
  width: 25px !important;
  border: none;
}

.checkbox-container input ~ .checkmark {
  border: 2px solid #777;
  height: 20px !important;
  width: 21px !important;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pc-card-btn {
  width: 20px !important;
  height: 20px;
  padding: 10px 4px;
}

.pc-cashflowcard {
    display: inline-block;
    width: 520px; /* width must match planCards.cardWidth in PlanCards.js */
    height: 346px;
    margin: 20px;
}

 .pc-no-plans-img-content {
   height: 30px;
   display: inline-block;
 }
 
 .c1 {
	margin-top: 7px !important;
	position: absolute;
}

.c2 {
	margin-left: 35px !important;
}

.pc-plancard {
    border: 0px solid #97A8BE;
    border-radius: 0px;
    display: inline-block;
    min-width: 353px; /* width must match planCards.cardWidth in PlanCards.js */
    height: 527px;
    margin: 20px;
    width: 360px;
	vertical-align: top;
	background-color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
}

.pc-cashflowcard {
    display: inline-block;
    width: 520px; /* width must match planCards.cardWidth in PlanCards.js */
    height: 346px;
    margin: 20px;
}

.pc-networthcard {
    display: inline-block;
    width: 520px; /* width must match neworth.cardWidth in networth.js */
    height: 346px;
    margin: 20px;
}

.pc-incomesourcecard {
    display: inline-table;
    width: 360px; /* width must match neworth.cardWidth in networth.js */
    height: 500px;
    margin: 20px;
    background-color: white;
    border: 0px solid #97A8BE;
    border-radius: 0px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
}

.pc-card-heading {
}

.pc-card-chart-heading div {
    /*font-weight: bolder;
    font-size: medium;*/
    height: 32px;
    font-family: Roboto;
    font-size: 21px;
    font-weight: normal;
}

.pc-card-heading div {
  padding-left: 16px;
  height: 21px;
    
  font-family: Roboto;
  font-size: 21px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}

.pc-card-heading img {
    vertical-align: middle;
    float: right;
}

/* for IE 9 */
.pc-card-heading img, .pc-card-heading a {
	margin : 0px 0px 0px 0px;
    border: none;
    outline: none;
    width: 15px;
}

.pc-investment-heading {
    padding: 10px 0px 5px 0px;
    font-size: large;
    background-color: #ededee;

    border-right: 1px solid #97a8be;
}

.pc-investment-heading span {
    background-color: #1A61AB;
    color: white;
    padding: 5px 10px 5px 10px;
    border-top-right-radius: 10px;
    font-weight: bolder;
}

.pc-traffic-light {
    /* border-right: 1px solid #97a8be;
    border-bottom: 1px solid #97a8be;
    border-left: 1px solid #97a8be; */
    width : 353px;
    font-family: Roboto;
    background-color: white;
}

.pc-traffic-light svg {
    vertical-align: middle;
}

.pc-shortfall {
    padding: 24px 16px 25px 24px; border-bottom: 1px solid #f1f1f1;
    background-color: white;
}

.pc-traffic-col1 {
  font-family: Roboto;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  margin-left: 25px;
  vertical-align: middle; 
}

.pc-traffic-col2 {
  height: 19px;
  font-family: Roboto;
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.75);
   display: inline-block;    
    text-align: right;
    vertical-align: middle;
    float: right;
    padding-top: 1px;
    margin-top: -10px;
}

.pc-traffic-secondary {
  height: 14px;
  text-align: left;
  font-family: Roboto;
  font-size: 12px !important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: rgba(0, 0, 0, 0.75);
  
}

.pc-traffic-tertiary {
  height: 14px;
  text-align: left;
  font-family: Roboto;
  font-size: 12px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #bdbdbd;
}

.pc-unfunded {
    background-color: white;
    padding: 24px 16px 24px 25px;  border-bottom: 1px solid #f1f1f1;
}

.pc-avg-legacy {
  background-color: white;
  padding: 24px 16px 24px 25px;
  border-bottom: 1px solid #f1f1f1;
}

.pc-expenses-details {
  background-color: #fff;
  margin: 12px 16px 0 0;
}

.pc-social-security {
    padding: 10px 5px 0px 10px;
    background-color: white;
  /*   border-left: 1px solid #97a8be;
    border-right: 1px solid #97a8be; */
}

.pc-social-security-label {
    padding-bottom: 15px;
}

.pc-social-security-heading {
  height: 19px;
  font-family: Roboto;
  font-size: 16px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.38);
  padding-left: 10px;
}

.pc-social-security-chart {
    min-height: 49px;
}
.pc-portfolio-chart {
	width : 100%;
	height: 31px;
	font-size: 12px !important;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;

  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.75);
}

.pc-portfolio {
    position: relative; /* for tooltips */
    padding: 0px 0px 0px 15px;
    width: 322px;
	height: 31px;
	background-color: #ffffff;
	margin-top: 14px;
   /*  border-right: 1px solid #97a8be;
    border-bottom: 1px solid #97a8be;
    border-left: 1px solid #97a8be;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
}

.pc-portfolio-part {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    padding: 10px 0px 5px 0px;
    text-align: center;
    font-size: 12px !important;
	font-weight: 500;
    margin-right: -4px;
    /*background-color: #f1f1f1;
    color: #000000;*/
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    border-left: 1px solid #ffffff; 
    border-right: 1px solid #ffffff;  /* width must match planCards.portfolioBorderWidth */
}

.pc-portfolio-part-bond-ladder {
}

.pc-portfolio-part-invisible {
    display: none;
}

/* Tooltip text */
.pc-portfolio .pc-tooltiptext {
    visibility: hidden;
    text-align: left;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    bottom: 95%;
    left: +10px;
    z-index: 1;
    white-space: break-spaces;
}

/* Show the tooltip text when you mouse over the tooltip container */
.pc-portfolio-part-swp:hover .pc-tooltiptext {
    visibility: visible;
}

.pc-portfolio-part-annuities:hover .pc-tooltiptext {
    visibility: visible;
    left: +120px;
}

.pc-portfolio-part-bond-ladder:hover .pc-tooltiptext {
    visibility: visible;
    left: +10px;
}

.pc-avg-legacy .pc-tooltiptext,
.pc-expenses-details .pc-tooltiptext {
	visibility: hidden;
    text-align: left;
    font-size: 11px;
    font-weight: normal;

    position: absolute;
    bottom: 95%;
    left: +10px;
    z-index: 1;
}

.pc-avg-legacy-prompt,
.pc-expenses-details-prompt {
	position: relative; /* for tooltips */
}

.pc-avg-legacy:hover .pc-avg-legacy-prompt .pc-tooltiptext,
.pc-expenses-details:hover .pc-expenses-details-prompt .pc-tooltiptext {
	visibility: visible;
}

.pc-portfolio-axis {
    width: 322px;
    margin-top: 5px;
    padding-left: 1px;
    opacity: 0.47;
    border-top: 1px solid #BDBDBD;
}

.pc-tick {
    display: inline-block;
    width: 79px; /* Total width of the allocation chart is 323 */
    height: 5px;

    border-left: 1px solid #ababab;
}

.pc-tick-last {
    width: 80px;
    border-right: 1px solid #ababab;
}

.income-chart-bar {
    width: 300px;
    line-height: 0;
    padding-left : 17px;
}

.income-chart-bar-part {
    display: inline-block;
    height: 45px;
}
.ssi-color {
    background: #00E676;
    border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pension-color {
  background: #9C955F;
}
.swp-color {
  background: #A8D4FF;
}
.salary-color {
  background: #F0F0F0;
  border-top-right-radius: 3px;
 border-bottom-right-radius: 3px;
}
.square {
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: middle;
}
span.middle {
  vertical-align: middle;
}
div.row {
  text-align: left;
  font-family: Roboto;
  font-size: 16px;
}

#income-chart-legend {
  margin-top: 10px;
  margin-left: 17px;
}

.income-chart-axis {
  width: 300px;
  height: 4px;
  line-height: 2px;
  margin-bottom: 16px;
  padding-left : 17px;
}

.income-chart-axis div {
  display: inline-block;
  height: 3px;
  width: 76px;
  border-top: 1px solid grey;
  border-right: 2px solid grey;
  vertical-align: top;
}

.income-chart-axis div:first-child {
  border-left: 2px solid grey;
  width: 60px;
}                        

.income-chart-valignText{
vertical-align: 12px;
font-family: Roboto;
font-size: 16px;
padding-left: 11px;
display: inline-table;
display: grid-group;
line-height: 16px;
margin-bottom: 20px;
}

.pc-progresscard {
    display: inline-block;
    min-width: 353px; /* width must match planCards.cardWidth in PlanCards.js */
    height: 438px;
    margin: 20px;
    width: 353px;
}

.progress-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.Circle-background {
    stroke: #fafafa;
}
.Circle-foreground {
    transition: stroke-dashoffset 150ms;
    stroke: #00bfa5;
    stroke-linecap: round;
}

/* Square progress */


/* Progress Bar */
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: rgba(65, 156, 246, 0.24);  
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #419cf6; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
              animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
              animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
              animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
    
 .progressSubHeader {
  width: 401px;
  height: 28px;
  font-family: Roboto;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

.Your-request-is-bein {  
  height: 28px;
  font-family: Roboto;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

.Just-a-moment-please { 
  height: 19px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
}

.wmaOverviewCard {
  /*border: 1px solid red;*/
  display: inline-block;  min-width: 273px;
  height: 600px;
  margin: 15px;
  width: 325px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
  padding-bottom: 40px !important;
}

.wmaOverviewCard div div{
	/*border-bottom: 1px solid #EFEFEF;*/
}

.wmaOverviewCardHeader {
  font-family: Roboto;
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.26) !important;
}

.wmaOverviewCardSubHeader {
  font-family: Roboto;
  font-size: 17.2px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: solid 1px rgba(0, 0, 0, 0.26) !important;
  padding-bottom: 0 !important;
}

.wmaOverviewCardHeader,
.wmaOverviewCardSubHeader {
	margin-bottom: 5px;
}

.wmaColumnTitleText {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color:#757575;
  background-repeat: no-repeat;
  background-position-y: center;
  padding-left: 2px;
}

.wmaColumnValueText {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: right;
  color: rgba(0, 0, 0, 0.87);
}

.wmaOverviewCard>div>div,
.wmaWizardRowDiv {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wmaWizardRunButton {
  border-radius: 3px;
  background-color: #00bfa5;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 20px;
}

.wmaProperties {
  padding-left: 0;
}

.valueFor {
  float: right;
  color: rgba(0, 0, 0, 0.40);
}

.disbursal-no-plan-text {
  padding: 119px 0 75px 0;
  text-align: center;
  height: 20%;
  position: absolute;
  left: -15px;
  width: 1101px;
  top: 25px;
}

.disbursal-no-management {
  text-align: center;
  top: 12px !important; 
}

.pc-bubble-pension, .pc-bubble-tqd, .pc-bubble-cgm {
  position: relative !important;
}

.pc-bubble-tqd:hover .pc-bubbletooltiptext {
  visibility: visible;
  position: absolute;
}

.pc-portfolio-bubble {
  position: relative; /* for tooltips */
  width: 260px;
  height: 32px;
  margin:auto;
  padding: 22px 18px 0px 22px;
}

.pc-bubble {
  display: inline-block;
  text-align: center;
  font-size: 12px !important;
  padding: 4px 18px; 
  border-radius: 16px; 
  border: solid 1px #4a4a4a; 
  background-color: #ffffff;
  border-left: 1px solid #4a4a4a; 
  border-right: 1px solid #4a4a4a;
}
.pc-bubblee {
  display: inline-block;
  text-align: center;
  font-size: 12px !important;
  padding: 4px 18px;
}

.pc-portfolio-bubble .pc-bubbletooltiptext {
  visibility: hidden;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  bottom: 30px;
  left: -20px;
  z-index: 1;
}

.pc-portfolio-bubble .pc-bubbletooltiptext:after {
  content: "";
  position: absolute;
  top:100%;
  left:24%;
  width:0px;
  height:0px;
  border: 1px rgba(0, 0, 0, 0.38);
  border-width:5px;
  border-style:solid;
  border-color: transparent #666666 transparent transparent;
  transform: rotate(-90deg);
}

.pc-bubble-cgm:hover .pc-bubbletooltiptext {
  visibility: visible;
  position: absolute;
}
