@import url("font-awesome.min.css");
/* TODO: uncomment this for production */
/* @import url('https://www.wealthbuilder.io/docs/calculators/globalfiles/css/font-awesome.min.css'); */
.mb-30 {
  margin-bottom: 30px;
}

.pl-8 {
  padding-left: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.inline-block {
  display: inline-block;
}

.opaque {
  opacity: 0;
}

.percent-sign {
  position: absolute;
  top: 12px;
  left: 8px;
}

.group-labels {
  display: inline;
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.floatlabel label.label {
  font-size: 17px;
  padding-left: 9px;
}

.percentage-fields label.label {
  padding-left: 12px;
}

.percentage-fields input {
  padding-left: 12px;
  padding-right: 26px;
}

.plain-text-input input {
  padding-left: 12px;
  padding-right: 26px;
}

.separator {
  border-top-width: 2px;
}

.radio-inputs label {
  font-size: 18px;
}

.input-error-msg {
  font-size: 15px;
  color: rgb(212, 32, 32);
  margin-bottom: 15px;
}

.buttons {
  background-color: #2C3E50;
  color: white;
  font-size: 20px;
}

.calculate-button {
  padding-bottom: 8px;
  padding-top: 8px;
  width: 300px;
}

.buttons:hover {
  background-color: #2C3E50;
  color: white;
}

.download-button-row {
  margin-top: 30px;
}

.contributions-row {
  position: absolute;
  top: 14px;
}

.contribution-label {
  font-family: "Lato-Light";
  font-size: 22px;
  line-height: 32px;
  color: #2C3E50;
  font-weight: light;
}
.contribution-label span {
  font-family: "Lato-Light";
  font-size: 22px;
  line-height: 32px;
  color: black;
  font-weight: light;
}

.output-label {
  margin-top: 22px;
}

.output-label span {
  font-family: "Lato";
  font-size: 30px;
  line-height: 34px;
  color: black;
}

.output-header {
  margin-top: 10px;
  font-size: 28px;
}

.output-header span {
  font-size: 28px;
}

.download-btn-hint-text {
  font-size: 17px;
  padding-left: 5px;
}

#advancedOptions {
  margin-bottom: 20px;
}

.years-invested-label {
  margin-top: 20px;
}

.remove-icon {
  position: absolute;
  top: -5px;
  right: 15px;
  cursor: pointer;
}

.addAsset {
  margin-top: 10px;
}

.pay-tax-from-asset {
  font-size: 20px;
}

.brand-red {
  color: #2C3E50;
}

.tooltip-label-helper {
  display: inline;
  position: relative;
  top: -2px;
  width: 16px;
  cursor: pointer;
}

.tooltip-field-helper {
  width: 17px;
  position: absolute;
  top: 16px;
  left: 217px;
  cursor: pointer;
}

.tooltipster-content {
  font-size: 18px;
}

/* For small screens only */
@media (max-width: 767px) {
  .radio-inputs label {
    font-size: 16px;
  }

  .group-labels {
    font-size: 20px;
    margin-top: 12px;
  }

  #totalYearlyContribution {
    padding-left: 2px;
  }

  .calculate-row {
    margin-bottom: 10px;
  }

  .calculate-button {
    width: 100%;
  }

  .contributions-row {
    position: relative;
    top: 0;
  }

  .contribution-label {
    font-size: 17px;
  }

  .contribution-label span {
    font-size: 20px;
  }

  .output-label {
    margin-top: 20px;
  }

   .output-label span {
    font-size: 26px;
  }

  .output-header {
    margin-top: 0;
  }

  .years-invested-label {
    margin-top: 15px;
  }
}

/* smaller-medium only */
@media (min-width: 768px) and (max-width: 991px) {
  .contributions-row {
    position: relative;
    top: 0;
  }
}

/* larger-medium only */
@media (min-width: 992px) and (max-width: 1199px) {
  .years-invested-label {
    margin-top: 40px;
  }
}

/* large and up only */
@media (min-width: 1200px) {
  .tax-from-asset-row {
    position: relative;
    top: -15px;
  }
}

/* 
Generic tabel styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: collapse; 
}

@media (min-width: 992px) {
  /* ZEBRA STRIPING */
  tr:nth-of-type(odd) {
    background: #eee; 
  }
}

  th { 
    background: #333; 
    color: white; 
    font-weight: 400; 
  }
  td, th { 
    padding: 6px; 
    border: 1px solid #ccc; 
    text-align: left; 
  }

  table tfoot tr td {
    text-align: center !important;
  }


@media (max-width: 991px) {
  .tablesaw-stack tbody tr {
    border-bottom: 2px solid #0B0B0D !important;
  }

  .tablesaw-cell-label {
    font-size: 15px;
  }

  .tablesaw-cell-content {
    font-size: 18px;
    padding-left: 10px;
  }

  .table-column {
    padding-left: 8px;
    padding-right: 8px;
  }

  .table-year-col {
    border-top-width: 0;
  }
}

/* The following is for for custom radio buttons.
Copied CSS from https://bootsnipp.com/snippets/featured/simple-css-custom-checkboxes-and-radios */

label{
	position: relative;
	cursor: pointer;
	/* color: #666; */
	/* font-size: 30px; */
}

input[type="radio"]{
	position: absolute;
	right: 9000px;
}


/*Radio box*/
input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #2C3E50;
	animation: effect 250ms ease-in;
}

@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}