﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans");
[class^="tr-wrapper-"].tr-desktop.has-featured-column {
  padding-top: 1rem;
  padding-bottom: 1rem; }

[class^="tr-wrapper-"] .tr-tooltip {
  background-color: #444;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 0.7em; }

[data-tr-table] {
  text-align: center;
  border-collapse: separate;
  color: #4d4d4d;
  border-spacing: 10px 0;
  position: relative; }

[data-tr-table] thead, [data-tr-table] tbody, [data-tr-table] tfoot {
  background: none; }

[data-tr-table] td, [data-tr-table] th {
  position: relative; }

.tr-desktop [data-tr-table] td.tr-featured, .tr-desktop [data-tr-table] th.tr-featured {
  -webkit-box-shadow: -5px 0 5px -2px rgba(0, 0, 0, 0.05), 5px 0 5px -2px rgba(0, 0, 0, 0.05);
  box-shadow: -5px 0 5px -2px rgba(0, 0, 0, 0.05), 5px 0 5px -2px rgba(0, 0, 0, 0.05);
  z-index: 1; }

[data-tr-table] th {
  color: #223a52;
  font-weight: normal; }

[data-tr-table] th a {
  color: inherit; }

[data-tr-table] td {
  font-size: 0.8em;
  background: #fff;
  /*border: 1px solid rgba(0,0,0,.25);*/ }

[data-tr-table] td a {
  width: 100%; }

[data-tr-table] thead th {
  padding: 1rem;
  text-align: center;
  font-size: 1.5em;
  background: #fff;
  color: #4d4d4d; }

.tr-desktop [data-tr-table] thead th.tr-featured {
  border-top: 0;
  font-size: 1.5em; }

.tr-desktop [data-tr-table] thead th.tr-featured:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  height: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 -5px 5px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -5px 5px -2px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

[data-tr-table] thead th:empty {
  background: none;
  border: 0; }

.tr-desktop [data-tr-table] thead th {
  color: #0067b0;
  font-weight: bold;
  font-family: 'din-2014';
  font-size: 1.5rem;
  line-height: 1.6rem;
  border-bottom: 1px solid black; }

[data-tr-table] tbody td, [data-tr-table] tbody th {
  padding: 1rem;
  width: 20%; }

[data-tr-table] tbody th img, [data-tr-table] tbody td img {
  max-width: 35px;
  max-height: 35px; }

[data-tr-table] tbody th {
  max-width: 10rem;
  text-align: left;
  font-family: 'din-2014';
  font-size: 1.15rem;
  font-weight: 900;
  background: white;
  border: 0;
  color: #282828;
  /*  -webkit-box-shadow: inset -15px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset -15px 0 20px -10px rgba(0, 0, 0, 0.1);*/ }

[data-tr-table] tbody th:empty {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

[data-tr-table] tbody tr:first-child th {
  border-top-left-radius: 3px; }

[data-tr-table] tbody tr:last-child th {
  border-bottom-left-radius: 3px; }

.tr-desktop [data-tr-table] tbody tr:last-child .tr-featured:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  height: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

/*[data-tr-table] tbody tr:not(:last-child) th {
  border-bottom: 1px solid #8261e6;
}*/
[data-tr-table] .price {
  font-size: 1.7em;
  font-weight: bold; }

[data-tr-table] .icon-check, [data-tr-table] .icon-x {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: inline-block;
  position: relative; }

[data-tr-table] .icon-check {
  background: #3fcc8a; }

[data-tr-table] .icon-check:after {
  content: "";
  width: 0.5em;
  height: 1em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

[data-tr-table] .icon-x {
  background: lightgrey; }

[data-tr-table] .icon-x:before {
  content: "";
  height: 1em;
  width: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

[data-tr-table] .icon-x:after {
  content: "";
  height: 1em;
  width: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

[data-tr-table] .button {
  background: #22d294;
  padding: 0.8rem 1.5rem;
  border-radius: 6px;
  color: #f6fdfb;
  display: block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

[data-tr-table] .button:hover {
  background: #1ebc85; }

[class^="product-selector"] {
  border-bottom: 0;
  position: relative;
  z-index: 1; }

[class^="product-selector"] a {
  padding: 1rem 0.5rem;
  color: #eae5fb;
  background: #0067b0;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

[class^="product-selector"] a:after {
  content: "";
  background: #0067b0;
  width: 14px;
  height: 14px;
  position: absolute;
  left: calc(50% - 7px);
  bottom: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease; }

[class^="product-selector"] a:first-child {
  border-top-left-radius: 3px; }

[class^="product-selector"] a:last-child {
  border-top-right-radius: 3px; }

[class^="product-selector"] a:not(:last-child) {
  border-right: 1px solid #0067b0; }

[class^="product-selector"] a.active {
  background: #0067b0; }

[class^="product-selector"] a.active:after {
  bottom: -7px; }

#comparisonTable tbody td:not(:last-child) {
  background: rgba(0, 103, 177, 0.05); }

#investmentTable tbody td {
  text-align: left;
  border-bottom: 1px solid #0067b0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #0067b0; }

#investmentTable tbody th {
  text-align: right; }

.tr-desktop #investmentTable thead th {
  border-bottom: none; }

.tr-desktop #investmentTable thead th:not(:first-child):not(:last-child) {
  color: white;
  background: #0082E0; }

.tr-desktop #investmentTable thead th:last-child {
  background-color: transparent;
  color: white; }

.tr-desktop #investmentTable td:last-child {
  background-color: #2C2C2C;
  color: #919191; }

#investmentTable tbody th {
  color: white;
  background: transparent; }
