html {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.clear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  -webkit-user-select: none !important;
  -webkit-touch-callout: none !important;
  -webkit-tap-highlight-color: transparent;
}

#content {
  background: transparent !important;
}

.inv-background {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/assets/images/inv-profile/inv-profile-background.jpg) center center;
  background-size: cover;
}

.inv-content {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.inv-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.inv-start-illustration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 455px;
}

.inv-start-title {
  position: absolute;
  top: 235px;
  left: 480px;
  height: 300px;
}

.ru .inv-start-title {
  height: 280px;
}

.inv-start-logo {
  position: absolute;
  top: 75px;
  right: 75px;
  height: 48px;
}

.inv-person-select {
  position: absolute;
  bottom: 75px;
  left: 480px;
  white-space: nowrap;
  height: 48px;
}

.inv-person-select .inv-button {
  margin-right: 10px;
}

.inv-end-title {
  position: absolute;
  top: 280px;
  left: 160px;
  width: 410px;
}

.inv-end-illustration {
  position: absolute;
  bottom: 0;
  right: 120px;
  width: 261px;
}

.inv-page-link {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.inv-content h1 {
  color: #fff;
  font-family: "HelveticaNeue-Thin", sans-serif;
  font-size: 54px;
  line-height: 60px;
  font-weight: 100;
}

.inv-content p {
  font-size: 18px;
  color: #515151;
  line-height: 22px;
}

.inv-content .invisible {
  visibility: hidden;
}

.inv-navi {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 30px;
}

.inv-navi ul {
  position: absolute;
  top: 0;
  left: 0;
  margin: 24px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.inv-navi li {
  float: left;
  background: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.42);
  font-size: 12px;
  height: 10px;
  line-height: 10px;
  padding: 3px 2px 2px 2px;
  border-radius: 3px;
  box-sizing: initial;
  -webkit-box-sizing: initial;
}

.inv-navi li.active {
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
}

.inv-navi .inv-navi-separator {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  background: #00c6ff;
  height: 13px;
  padding: 0;
  width: 2px;
  display: block;
  margin: 0px 8px 0 8px;
}

.inv-navi button {
  width: 64px;
  height: 64px;
  float: right;
  border-radius: 12px;
  margin-left: 10px;
}

.inv-navi button:disabled {
  opacity: 0.1;
}

.inv-navi .inv-back {
  background:
    url(/assets/images/inv-profile/inv-profile-arrow-left.svg) center center no-repeat,
    url(/assets/images/inv-profile/inv-profile-arrow-left-back.svg) center center no-repeat;
  background-size:
    36px 36px,
    100% 100%;
  border: none;
}

.inv-navi .inv-forward {
  border: none;
  background:
    url(/assets/images/inv-profile/inv-profile-arrow-right.svg) center center no-repeat,
    url(/assets/images/inv-profile/inv-profile-arrow-right-back.svg) center center no-repeat;
  background-size:
    36px 36px,
    100% 100%;
}

.inv-button-wrapper {
  position: absolute;
  bottom: 75px;
  left: 160px;
}

.inv-button-print {
  position: relative;
  z-index: 100;
}

.inv-button-print-data {
  position: relative;
  z-index: 100;
  margin-left: 20px;
}

input:focus {
  outline: 0;
}

input[type="text"] {
  font-size: 53px;
  font-weight: bold;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.5);
  border: none;
  height: 50px;
  padding: 20px;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  border-radius: 4px;
  color: #373737;
  box-sizing: initial;
  -webkit-box-sizing: initial;
}

.center {
  text-align: center;
}

.inv-amount {
  text-align: right;
}

.inv-text {
  text-align: center;
}

input[type="text"].inv-text-small {
  height: 40px;
  padding: 20px 20px;
  font-size: 40px;
  text-align: left;
  box-sizing: initial;
}

input[type="text"].inv-euro {
  background: #fff url(/assets/images/inv-profile/inv-profile-euro.svg) no-repeat right center;
  padding-right: 80px;
  background-size: 96px 48px;
}

#inv-drag2,
#inv-drag2years,
#inv-drag2count,
#inv-drag2sum,
#inv-drag3,
#inv-drag3years,
#inv-drag3count,
#inv-drag3sum,
#inv-drag4,
#inv-drag4years,
#inv-drag4count,
#inv-drag4sum,
#inv-drag16,
#inv-drag17 {
  width: 600px;
  margin-top: 80px;
  margin-bottom: 80px;
}

#inv-drag6,
#inv-drag7,
#inv-drag10,
#inv-drag13 {
  width: 600px;
  margin-top: 100px;
}

#inv-drag15 {
  width: 700px;
  margin-top: 100px;
}

.inv-body {
  margin-left: auto;
  margin-right: auto;
}

#inv-page-knowledge-bonds .inv-body,
#inv-page-knowledge-bonds-years .inv-body,
#inv-page-knowledge-bonds-count .inv-body,
#inv-page-knowledge-bonds-sum .inv-body,
#inv-page-knowledge-stocks .inv-body,
#inv-page-knowledge-stocks-years .inv-body,
#inv-page-knowledge-stocks-count .inv-body,
#inv-page-knowledge-stocks-sum .inv-body,
#inv-page-knowledge-derivates .inv-body,
#inv-page-knowledge-derivates-years .inv-body,
#inv-page-knowledge-derivates-count .inv-body,
#inv-page-knowledge-derivates-sum .inv-body,
#inv-page-knowledge-profession .inv-body,
#inv-page-knowledge-education .inv-body,
#inv-page-income .inv-body,
#inv-page-income-type .inv-body,
#inv-page-outcome .inv-body,
#inv-page-percentage-of-my-assets .inv-body,
#inv-page-initial-investment-amount .inv-body {
  width: 700px;
  margin-top: 120px;
}

#inv-page-will-affect-my-standard-of-living .inv-body,
#inv-page-unexpected-expenditure .inv-body,
#inv-page-my-investment-purpose .inv-body,
#inv-page-pick-suitable-porfolio .inv-body,
#inv-page-client-name .inv-body,
#inv-page-client-code .inv-body {
  width: 800px;
  margin-top: 120px;
}

#inv-page-knowledge-work .inv-body,
.ru #inv-page-unexpected-expenditure .inv-body {
  margin-top: 60px;
  width: 900px;
}

#inv-page-current-portfolio-amount .inv-body {
  margin-top: 60px;
  width: 800px;
}

#inv-page-pro-client .inv-body {
  margin-top: 20px;
  width: 800px;
}

#inv-page-current-portfolio-amount h1 {
  margin-bottom: 50px;
}

#inv-page-current-portfolio-amount table {
  margin: 0px auto 50px auto;
}

#inv-page-current-portfolio-amount h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 20px;
  color: #ffffff;
}

#inv-page-disclaimer .inv-body {
  width: 800px;
  margin-top: 80px;
}

#inv-page-disclaimer .inv-body p {
  color: #fff;
}

#inv-page-investment-period-length .inv-body,
#inv-page-most-regret-for .inv-body {
  width: 700px;
  margin-top: 150px;
}

#inv-page-worried-if-initial-investement-decrease .inv-body {
  width: 900px;
  margin-top: 120px;
}

#inv-page-my-actions-if-initial-investment-decrease .inv-body {
  width: 960px;
  margin-top: 120px;
}

.en #inv-page-my-actions-if-initial-investment-decrease .inv-body {
  margin-top: 80px;
}

.ru #inv-page-my-actions-if-initial-investment-decrease .inv-body {
  margin-top: 40px;
}

#inv-page-my-risk-profile .inv-body {
  margin-top: 40px;
}

#inv-page-unexpected-expenditure h1,
#inv-page-pick-suitable-porfolio h1 {
  font-size: 45px;
  line-height: 50px;
}

#inv-page-current-portfolio-amount .inv-amount,
#inv-page-initial-investment-amount .inv-amount {
  width: 400px;
  margin: 40px 0 0 0;
}

#inv-page-current-portfolio-amount .inv-amount {
  width: 270px;
  margin: 0px 10px;
}

#inv-page-client-name .inv-text,
#inv-page-client-code .inv-text,
#inv-page-knowledge-profession .inv-text {
  width: 640px;
  margin: 40px 0 0 0;
}

#inv-person-select .inv-text-small {
  width: 400px;
}

#inv-page-income-type .inv-text-small {
  height: 20px;
  font-size: 20px;
  margin-top: 10px;
  margin-left: 160px;
}

.inv-fields-person-private,
.inv-fields-person-enterprise {
  position: absolute;
  top: 200px;
  left: 500px;
}

.inv-fields-person-private {
  top: 275px;
}

.inv-fields-person-enterprise {
  top: 200px;
}

.inv-slider-updates {
  color: #fff;
  font-size: 35px;
}

.inv-cookie-selector {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 40px 0 0 0;
  padding: 0;
}

.inv-cookie-selector li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 32%;
}

.inv-cookie-selector a {
  display: block;
  width: 200px;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  letter-spacing: -1px;
}

.inv-cookie-selector .inv-cookie {
  background-repeat: no-repeat;
  background-size: 140px 140px;
  background-position: 0px -1px;
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -70px 0 0 -70px;
}

.inv-cookie-selector .inv-cookie-selection {
  width: 129px;
  height: 129px;
  display: block;
  border: none;
  margin: 0 auto 20px auto;
  border-radius: 75px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  overflow: visible;
  position: relative;
  background: url(/assets/images/inv-profile/inv-profile-cookie-gradient.svg) center center no-repeat;
  background-size: 130px 130px;
}

.inv-cookie-selector .inv-selected .inv-cookie-selection {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
  background: url(/assets/images/inv-profile/inv-profile-selected-cookie-gradient.svg) center center no-repeat;
}

.inv-cookie-selector .inv-cookie.inv-cookie-full {
  background-image: url(/assets/images/inv-profile/inv-profile-cookie-full.png);
}

.inv-cookie-selector .inv-cookie.inv-cookie-half {
  background-image: url(/assets/images/inv-profile/inv-profile-cookie-half.png);
}

.inv-cookie-selector .inv-cookie.inv-cookie-gone {
  background-image: url(/assets/images/inv-profile/inv-profile-cookie-gone.png);
}

.inv-check-selector {
  font-size: 27px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  margin: 60px auto 0 auto;
  padding: 0;
  width: 450px;
}

.inv-check-selector li {
  display: block;
  margin: 20px 0;
  padding: 20px 0 20px 115px;
  position: relative;
  min-height: 50px;
  box-sizing: initial;
  -webkit-box-sizing: initial;
}

.inv-check-selector a {
  display: block;
  color: #fff;
  text-decoration: none;
  letter-spacing: -1px;
}

.inv-check-selector .inv-check-selection {
  width: 88px;
  height: 88px;
  display: block;
  border: none;
  margin: 0 20px 0 0;
  border-radius: 44px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  overflow: visible;
  position: absolute;
  background: url(/assets/images/inv-profile/inv-profile-cookie-gradient.svg) center center no-repeat;
  background-size: 88px 88px;
  top: 0;
  left: 0;
}

.inv-check-selector .inv-selected .inv-check-selection {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
  background: url(/assets/images/inv-profile/inv-profile-selected-cookie-gradient.svg) center center no-repeat;
  background-size: 88px 88px;
}

.inv-check-selector .inv-check {
  background-repeat: no-repeat;
  background-size: 80px 57px;
  width: 80px;
  height: 57px;
  position: absolute;
}

.inv-check-selector .inv-check.inv-check-red {
  background-image: url(/assets/images/inv-profile/inv-profile-selection-red.svg);
  left: 18px;
  top: 11px;
}

.inv-check-selector .inv-check.inv-check-green {
  background-image: url(/assets/images/inv-profile/inv-profile-selection-green.svg);
  left: 22px;
  top: 11px;
}

.inv-check-selector-work {
  width: 150px;
}

.inv-bargraph {
  width: 550px;
  margin: 0 auto;
  position: relative;
}

.inv-bargraph .inv-bargraph-y-labels {
  width: 50px;
  font-size: 13px;
  color: #3e3e3e;
  text-align: right;
  float: left;
  overflow: hidden;
  margin: 35px 0 0 0;
  padding: 0;
}

.inv-bargraph .inv-bargraph-y-labels li {
  height: 25px;
  margin: 0;
  list-style: none;
  padding-right: 10px;
}

.inv-bargraph .inv-bargraph-columns {
  float: left;
  width: 500px;
  overflow: hidden;
  margin: 10px 0 0 0;
  padding: 0;
}

.inv-bargraph .inv-bargraph-columns li {
  float: left;
  width: 100px;
  list-style: none;
  text-align: center;
}

.inv-bargraph .inv-bargraph-columns a {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}

.inv-bargraph .inv-bargraph-x-label {
  height: 15px;
  padding: 10px 0;
  box-sizing: initial;
  -webkit-box-sizing: initial;
}

.inv-bargraph .inv-bargraph-column {
  background: rgba(85, 85, 85, 0.15);
  height: 200px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.inv-bargraph li:last-child .inv-bargraph-column {
  border-right: none;
}

.inv-bargraph .inv-selected .inv-bargraph-x-label,
.inv-bargraph .inv-selected .inv-bargraph-column {
  background: rgba(255, 255, 255, 0.15);
}

.inv-bargraph .inv-bargraph-bar {
  width: 28px;
  border: 1px solid #969696;
  background: url(/assets/images/inv-profile/inv-profile-vertical-bar-flipped-gradient.svg);
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  z-index: 1;
}

.inv-bargraph .inv-bargraph-point {
  background: #fff;
  border: 1px solid rgba(7, 74, 93, 0.2);
  width: 36px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-left: -19px;
  margin-top: -1px;
  height: 1px;
  z-index: 2;
}

.inv-bargraph .inv-bargraph-point-label {
  left: 115%;
  top: -10px;
  position: absolute;
  text-align: right;
}

.inv-bargraph .inv-bargraph-legend {
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin: 10px 0 0 0;
  clear: both;
}

.inv-bargraph .inv-bargraph-caption {
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.inv-bargraph .inv-bargraph-legend-point {
  background: #fff;
  border: 1px solid rgba(7, 74, 93, 0.2);
  width: 10px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.inv-bargraph .inv-bargraph-gridline-x {
  background: url(/assets/images/inv-profile/inv-profile-gridline-gradient.svg) center center no-repeat;
  background-size: 100%;
  height: 1px;
  width: 500px;
  margin-left: 50px;
}

.inv-bargraph .inv-bargraph-gridline-zero {
  background: url(/assets/images/inv-profile/inv-profile-gridline-zero-gradient.svg) center center no-repeat;
  background-size: 100%;
}

.inv-bargraph .inv-bargraph-gridlines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.inv-bargraph .inv-bargraph-gridline-x:first-child {
  margin-top: 45px;
}

.inv-bargraph .inv-bargraph-gridline-x {
  margin-top: 24px;
}

.inv-radio-selector {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.inv-radio-selector li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inv-radio-selector a {
  color: #fff;
  text-decoration: none;
  padding: 10px 0 10px 40px;
  display: block;
  position: relative;
}

.inv-radio-selector .inv-selected {
  color: #464646;
}

.inv-radio-selector .inv-radio-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.inv-radio-selector .inv-selected .inv-radio-dot {
  background-color: #1cccff;
}

.inv-radio-selector-education {
  margin-left: 250px;
}

.inv-checkbox-selector {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.inv-checkbox-selector li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inv-checkbox-selector a {
  color: #fff;
  text-decoration: none;
  padding: 10px 0 10px 40px;
  display: block;
  position: relative;
}

.inv-checkbox-selector .inv-selected {
  color: #464646;
}

.inv-checkbox-selector .inv-radio-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.inv-checkbox-selector .inv-selected .inv-radio-dot {
  background-color: #1cccff;
}

.inv-checkbox-selector-income-type {
  margin-left: 250px;
}

#inv-page-my-actions-if-initial-investment-decrease .inv-radio-selector {
  margin: 40px auto 0 auto;
  width: 600px;
}

.inv-purpose-illustration {
  margin-top: 40px;
}

#inv-page-my-investment-purpose .inv-radio-selector a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.inv-page .inv-gridline:first-child {
  margin-top: 42px;
}

.inv-page .inv-gridline {
  margin-top: 80px;
}

#inv-page-my-investment-purpose .inv-start-dot {
  left: 5px;
  bottom: -5px;
}

#inv-page-pro-client {
  color: white !important;
  text-align: left;
  font-size: 15px;
}

#inv-page-pro-client p {
  color: white !important;
  font-size: 15px;
}

#inv-page-pro-client ul {
  margin-top: 0px;
}

#inv-page-pro-client li {
  margin-left: 20px;
}

#inv-page-pro-client .inv-check-selector-pro-client {
  margin-top: 0px;
  margin-left: 300px;
}

.inv-purpose-illustration-col1 {
  width: 420px;
  float: left;
}

.inv-purpose-illustration-col2 {
  width: 360px;
  float: right;
}

.inv-results {
  width: 1050px;
  margin: 20px auto 0 auto;
}

.inv-results td,
.inv-results th {
  width: 130px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 10px;
}

.inv-results th {
  color: #3e3e3e;
  font-weight: normal;
}

.inv-results td {
  background: rgba(0, 0, 0, 0.15);
}

.inv-results td:last-child {
  border: none;
  background: none;
}

.inv-results .inv-border {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.inv-results .inv-border.inv-border-last {
  border-right: none;
}

.inv-results .inv-result-conservative {
  background: url(/assets/images/inv-profile/inv-profile-result-gradient-conservative.svg);
  background-size: 100%;
}

.inv-results .inv-result-low {
  background: url(/assets/images/inv-profile/inv-profile-result-gradient-low.svg);
  background-size: 100%;
}

.inv-results .inv-result-medium {
  background: url(/assets/images/inv-profile/inv-profile-result-gradient-medium.svg);
  background-size: 100%;
}

.inv-results .inv-result-high {
  background: url(/assets/images/inv-profile/inv-profile-result-gradient-high.svg);
  background-size: 100%;
}

.inv-results .inv-result-aggressive {
  background: url(/assets/images/inv-profile/inv-profile-result-gradient-aggressive.svg);
  background-size: 100%;
}

.inv-results .inv-result-level {
  font-weight: bold;
  padding: 0;
}

.inv-results .inv-result-level > div {
  padding: 10px;
}

.inv-results .inv-result-selected {
  background: rgba(255, 255, 255, 0.15);
  font-weight: bold;
}

.inv-results .inv-result-description {
  font-weight: normal;
}

.inv-results-pie {
  width: 80px;
  height: 80px;
  display: block;
  border: none;
  margin: 10px auto;
  border-radius: 40px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  overflow: visible;
  background: url(/assets/images/inv-profile/inv-profile-result-pie-gradient.svg);
  background-size: 100%;
}

.inv-results-pie.pie-quarter {
  background:
    url(/assets/images/inv-profile/inv-profile-result-pie-gradient.svg),
    url(/assets/images/inv-profile/inv-profile-pie.png) no-repeat 40px -60px;
}

.inv-results-pie.pie-half {
  background:
    url(/assets/images/inv-profile/inv-profile-result-pie-gradient.svg),
    url(/assets/images/inv-profile/inv-profile-pie.png) no-repeat 40px 0;
}

.inv-results-pie.pie-three-quarters {
  background:
    url(/assets/images/inv-profile/inv-profile-result-pie-gradient.svg),
    url(/assets/images/inv-profile/inv-profile-pie.png) no-repeat 40px 0,
    url(/assets/images/inv-profile/inv-profile-pie.png) no-repeat 0 -60px;
}

.inv-results-pie.pie-full {
  background:
    url(/assets/images/inv-profile/inv-profile-result-pie-gradient.svg),
    url(/assets/images/inv-profile/inv-profile-pie.png) no-repeat 0 0;
}

.inv-results .inv-result-graph-example {
  height: 75px;
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  background: url(/assets/images/inv-profile/inv-profile-result-graph-gradient.svg);
  background-size: 100%;
  position: relative;
}

.inv-results .inv-result-selected .inv-result-graph-example {
  background: url(/assets/images/inv-profile/inv-profile-selected-result-graph-gradient.svg);
  background-size: 100%;
}

.inv-results .inv-result-graph-example > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 105%;
  background-position: -5px 100%;
  background-repeat: no-repeat;
}

.inv-results .inv-result-graph-conservative {
  background-image: url(/assets/images/inv-profile/inv-profile-result-graph-conservative.svg);
}

.inv-results .inv-result-graph-low {
  background-image: url(/assets/images/inv-profile/inv-profile-result-graph-low.svg);
}

.inv-results .inv-result-graph-medium {
  background-image: url(/assets/images/inv-profile/inv-profile-result-graph-medium.svg);
}

.inv-results .inv-result-graph-high {
  background-image: url(/assets/images/inv-profile/inv-profile-result-graph-high.svg);
}

.inv-results .inv-result-graph-aggressive {
  background-image: url(/assets/images/inv-profile/inv-profile-result-graph-aggressive.svg);
}

.inv-profile-debug-values {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

.inv-profile-debug-value {
  overflow: hidden;
}

.inv-profile-debug-values h2 {
  margin: 10px 0px 0px 0px;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
}

.inv-profile-debug-values input {
  width: 50px;
  margin-bottom: 5px;
  margin-top: 0px;
  border-radius: 0px;
  float: left;
  height: 10px;
  line-height: 10px;
  padding: 2px;
  box-shadow: none;
  font-size: 10px;
  background: none;
}

.inv-profile-debug-values input:focus {
  background: #efefef;
}

.inv-profile-debug-values input[disabled] {
  color: #000 !important;
  background: none !important;
}

.inv-profile-debug-values label {
  float: left;
  font-size: 10px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
  width: 250px;
  padding-right: 10px;
  font-weight: 300;
}

.inv-button {
  height: 16px;
  padding: 15px 19px;
  background: url(/assets/images/inv-profile/inv-profile-button-back.svg) center center no-repeat;
  background-size: 105%;
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  border: 1px solid rgba(75, 74, 74, 0.65);
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  box-sizing: initial;
}

.inv-button:hover {
  text-decoration: none;
  color: white;
}

.inv-field-row + .inv-field-row {
  padding-top: 40px;
}

.inv-field-row label {
  display: block;
  color: #fff;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 18px;
  padding-bottom: 10px;
}

/* Print */

.inv-print-container {
  color: #000;
  margin: auto;
  max-width: 500pt;
  background: #fff;
  height: 100%;
  padding: 50pt 30pt;
  font-size: 7.5pt;
  line-height: 11pt;
  box-sizing: initial;
  -webkit-box-sizing: initial;
}

.inv-print-container p {
  font-size: 7.5pt;
  line-height: 11pt;
}

.inv-print-container table {
  margin: 0;
  width: auto;
  border: none;
}

.inv-print-container table td {
  padding: 0 6pt 0 0;
  border: none;
}

.inv-print-container table td:first-child {
  padding-right: 12pt;
}

.inv-print-container table p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.inv-print-container h1 {
  font-size: 26pt;
  font-weight: normal;
}

.inv-print-container h2 {
  font-size: 15pt;
  margin-top: 16pt;
  margin-bottom: 6pt;
  padding-top: 0;
  font-weight: 600;
}

.inv-print-title {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 2pt solid #000;
}

.inv-print-title h1 {
  float: left;
  margin-top: 0;
}

.inv-print-title .inv-print-date {
  margin-top: 4pt;
}

.inv-print-text-box {
  height: 16pt;
  line-height: 16pt;
  border: 0.5pt solid #000;
  padding: 0 6pt;
  margin: 0 0 6pt 0;
  box-sizing: initial;
  -webkit-box-sizing: initial;
}

.inv-print-manual-text-box {
  border: 0.5pt solid #000;
  line-height: 16pt;
  min-height: 44pt;
  padding: 3pt;
}

.inv-print-text-box-label {
  float: left;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 7pt;
  margin-right: 8pt;
}

.inv-print-manual-text-box .inv-print-text-box-label {
  float: none;
  margin-right: 0;
}

.inv-print-text-box-value {
  float: left;
  font-weight: bold;
  font-size: 8pt;
}

.inv-print-date {
  float: right;
  width: 92pt;
}

.inv-split-50-50 .col1 {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 3pt;
}

.inv-split-50-50 .col2 {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-left: 3pt;
}

.inv-split-70-30 .col1 {
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding-right: 3pt;
}

.inv-split-70-30 .col2 {
  float: right;
  width: 30%;
  box-sizing: border-box;
  padding-left: 3pt;
}

.inv-print-group-title {
  text-transform: uppercase;
  margin-top: 10pt;
  margin-bottom: 6pt;
  font-weight: bold;
}

input.inv-print-inplace-edit {
  vertical-align: middle;
  width: 40px;
  height: 10px;
  font-size: 7.5pt;
  margin-right: 5px;
  text-align: right;
  border: 1px solid #efefef;
  border-radius: 2px;
  box-sizing: initial;
  -webkit-box-sizing: initial;
}

textarea.inv-print-inplace-edit {
  font-size: 7.5pt;
  border: 1px solid #efefef;
  width: 100%;
  resize: vertical;
  min-height: 42pt;
}

.inv-print-footer {
  margin-top: 30pt;
  text-transform: uppercase;
  overflow: hidden;
  padding-bottom: 10pt;
  padding-top: 12pt;
  border-top: 0.5pt solid rgb(190, 192, 194);
}

.inv-footer-block {
  padding-right: 10pt;
  color: #000;
  float: left;
  margin-top: 2pt;
}

a.inv-footer-block {
  color: rgb(138, 14, 13);
  text-decoration: none;
}

.inv-print-footer-logo {
  float: right;
  height: 12pt;
  margin-top: 0;
}

@media screen {
  .inv-print-visible {
    display: none;
  }
  .inv-print-invisible {
    display: initial;
  }

  .inv-profile-debug-values.hide {
    display: none;
  }
}

@media print {
  .inv-print-visible {
    display: initial;
  }

  .inv-print-invisible {
    display: none;
  }

  .inv-profile-debug-values {
    position: relative;
    display: block !important;
    width: 100%;
  }
  .inv-profile-debug-values h2 {
    margin-top: 50px;
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .inv-profile-debug-values label {
    font-size: 15px;
    line-height: 25px;
    width: 50%;
  }
  .inv-profile-debug-values input {
    font-size: 15px;
    height: 20px;
    padding: 0px;
    width: 30%;
    margin-left: 20px;
  }
}
