body {
	padding: 0;
	margin: 0;
}

#mainnav,
#welcome,
#member_list,
#member_edit,
#member_finished,
#financial_select,
#financial_list,
#financial_summary,
#financial_edit,
#financial_finished,
#concerns_select,
#anything_else,
#done,
#notfound,
#closed,
#fail
{
	display: none;
/*	width: 100%;
	height: 100%;*/
}

#loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid var(--color-primary-light);
  border-right: 16px solid var(--color-primary);
  border-bottom: 16px solid var(--color-primary-light);
  border-left: 16px solid var(--color-primary);
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#welcome .subtitle {
  color: var(--font-light);
  font-size: 15px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#member_finished div.people {
	height: 110px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background:url(/static/contrib/interview/img/new_client/people.png);
	background-size: 1611px 100%;
	-webkit-animation:100s scroll infinite linear;
	-moz-animation:100s scroll infinite linear;
	-o-animation:100s scroll infinite linear;
	-ms-animation:100s scroll infinite linear;
	animation:100s scroll infinite linear;
}

#member_finished div.people.custom-theme {
	height: 110px;
	width: 100%;
	position: absolute;
	bottom: -6px;
	left: 0;
	display: block;
	background:url(/static/contrib/interview/img/new_client/people.svg);
	background-size: 1611px 100%;
	-webkit-animation:100s scroll infinite linear;
	-moz-animation:100s scroll infinite linear;
	-o-animation:100s scroll infinite linear;
	-ms-animation:100s scroll infinite linear;
	animation:100s scroll infinite linear;
  /* background-color: var(--color-primary);
  background-blend-mode: luminosity; */
}

@-webkit-keyframes scroll{  100%{    background-position:-3411px 0px;  }}
@-moz-keyframes scroll{  100%{    background-position:-3411px 0px;  }}
@-o-keyframes scroll{  100%{    background-position:-3411px 0px;  }}
@-ms-keyframes scroll{  100%{    background-position:-3411px 0px;  }}
@keyframes scroll{  100%{    background-position:-3411px 0px;  }}

/*#financial_finished div.piggybank {
	position: absolute;
	height: 200px;
	width: 934px;
	bottom: 0;
	left: 50%;
	margin-left: -466px;
	display: block;
	background:url(/static/contrib/interview/img/new_client/piggybank.png);
	background-size: 934px 200px;
}*/

/*#financial_list div,
#financial_list #financial_summaries div {
	display: block;
	height: auto;
	width: auto;
}*/

#financial_list .notstarted .total {
	display: none;
}

#financial_select li.financial.selected {
	color: #0f0;
}

#concerns_select li.concern.selected {
	color: #0f0;
}

#done canvas {
  display: block;
  position: absolute;
  top: 0px;
  z-index: -999;
  pointer-events: none;
}

#completion .time:not(.active),
#completion .percent:not(.active) {
    display: none;
}

#advisor .avatar {
    width: 32px;
    height: 32px;
    background: white;
}

#advisor .avatar img {
    width: 32px;
    height: 32px;
}

.item .icon-wrap {
  display: block;
  position: relative;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.item .icon-wrap .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  height: 120px;
  width: 120px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.item .icon-wrap .icon img {
  width: 100%;
  height: auto;
}

#financial_categories .item.income .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-fina-inco.png);
}
#financial_categories .item.income .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-inco.svg);
}
#financial_summaries .item.income .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-inco.svg);
  background-color: transparent;
}

#financial_categories .item.property .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-fina-prop.png);
}
#financial_categories .item.property .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-prop.svg);
}
#financial_summaries .item.property .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-prop.svg);
  background-color: transparent;
}

#financial_categories .item.mortgage .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-mort.png);
}
#financial_categories .item.mortgage .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-mort.svg);
}
#financial_summaries .item.mortgage .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-mort.svg);
  background-color: transparent;
}

#financial_categories .item.investment .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-fina-inve.png);
}
#financial_categories .item.investment .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-inve.svg);
}
#financial_summaries .item.investment .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-inve.svg);
  background-color: transparent;
}

#financial_categories .item.banking .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-fina-bank.png);
}
#financial_categories .item.banking .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-bank.svg);
}
#financial_summaries .item.banking .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-bank.svg);
  background-color: transparent;
}

#financial_categories .item.insurance .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-fina-insu.png);
}
#financial_categories .item.insurance .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-insu.svg);
}
#financial_summaries .item.insurance .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-insu.svg);
  background-color: transparent;
}

#financial_categories .item.business .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-fina-busi.png);
}
#financial_categories .item.business .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-busi.svg);
}
#financial_summaries .item.business .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-busi.svg);
  background-color: transparent;
}

#financial_categories .item.other .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-fina-othe.png);
}
#financial_categories .item.other .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-othe.svg);
}
#financial_summaries .item.other .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-othe.svg);
  background-color: transparent;
}

#financial_categories .item.legal .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-fina-lega.png);
}
#financial_categories .item.legal .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-lega.svg);
}
#financial_summaries .item.legal .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-fina-lega.svg);
  background-color: transparent;
}

#concerns_categories .item.retirement .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-other-retirement.png);
}
#concerns_categories .item.retirement .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-other-retirement.svg);
}

#concerns_categories .item.caring .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-other-caring.png);
}
#concerns_categories .item.caring .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-other-caring.svg);
}

#concerns_categories .item.college .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-other-college.png);
}
#concerns_categories .item.college .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-other-college.svg);
}

#concerns_categories .item.legacy .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-other-legacy.png);
}
#concerns_categories .item.legacy .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-other-legacy.svg);
}

#concerns_categories .item.charity .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-other-charity.png);
}
#concerns_categories .item.charity .icon-wrap.custom-theme{
  background-image: url(../../img/new_client/icons/icon-other-charity.svg);
}

#concerns_categories .item.saving .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-other-saving.png);
}
#concerns_categories .item.saving .icon-wrap.custom-theme{
  background-image: url(../../img/new_client/icons/icon-other-saving.svg);
}

#concerns_categories .item.taxes .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-other-taxes.png);
}
#concerns_categories .item.taxes .icon-wrap.custom-theme{
  background-image: url(../../img/new_client/icons/icon-other-taxes.svg);
}

#concerns_categories .item.other .icon-wrap {
  background-image: url(../../img/new_client/icons/icon-other-other.png);
}
#concerns_categories .item.other .icon-wrap.custom-theme {
  background-image: url(../../img/new_client/icons/icon-other-other.svg);
}

div.item.financial:not(.started) a.edit {
    background-color: var(--color-primary);;
    border-color: var(--color-primary);;
    color: #fff;
}

div.item.financial.started a.edit {
    background-color: #fff;
    border-color: var(--color-primary);;
    color: var(--color-primary);
}

div.percent .title {
	/* font-weight: 700; */
}

div.percent .percentage {
	font-size: 14pt;
	color: #fff;
	/* font-weight: 700; */
}

/* //#financial_list span.total.value {
//	width: 200px;
//	text-align: right;
//}
//
//#financial_list .item-right .actions {
//	width: 145px;
//	text-align: right;
//}
//
//
//#financial_list span.item-left {
//	max-width: 375px;
//}
// */
div#financial_summaries {
	display: block;
}

span.ion-help-circled {
	display: none;
}
