body {
  font-family: 'Karla', sans-serif;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#071444+0,133096+100 */
  background: #071444;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#071444), to(#133096));
  background: linear-gradient(to right, #071444 0%, #133096 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#071444', endColorstr='#133096', GradientType=1);
  /* IE6-9 */
}
body.onboarding_intro {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#133096+0,1976dd+100 */
  background: #133096;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#133096), to(#1976dd));
  background: linear-gradient(to right, #133096 0%, #1976dd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#133096', endColorstr='#1976dd', GradientType=1);
  /* IE6-9 */
}
/*body.results {*/
/*background: url("../img/background-results.png") no-repeat 0 0;*/
/*}*/

#content.admin {
  background-color: #fff;
}
@media (min-width: 1290px) {
  .container {
    width: 1290px;
  }
}
.navbar {
  border: none;
  border-radius: 0;
}
.navbar-nav > li {
  border-right: 2px solid #e8e9ed;
  padding: 20px 15px;
}
.navbar-nav > li:first-child {
  border-left: 2px solid #e8e9ed;
}
.navbar-nav > li.dropdown {
  padding-top: 15px;
}
.navbar-nav > li.dropdown a {
  margin-top: 5px;
}
.navbar-header {
  padding: 20px 0;
}
.nav,
.navbar-header {
  color: #8f8f8f;
  font-size: 20px;
  font-weight: 100;
}
.headline-2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 32px;
}
.onboarding_intro p {
  font-size: 18px;
}
.headline-2.headline:before {
  content: "";
  width: 35px;
  height: 46px;
  background: url("../img/graph-bg.png") no-repeat 0 0;
  margin-right: 30px;
  position: relative;
  display: inline-block;
}
.dashboard {
  position: relative;
  z-index: 1;
}
.dashboard:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1068px;
  opacity: .05;
  z-index: -1;
  background: url("../img/background-dashboard.png") no-repeat center center;
}
.dashboard .dashboard-graph {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.dashboard .dashboard-graph  svg{
  padding-top: 5px;
}

.dashboard .dashboard-side {
  background: url("../img/dashboard-side-bg.png") no-repeat top center;
}
.dashboard .dashboard-side .tabs {
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
}
.dashboard .dashboard-side .tabs .nav-tabs {
  border: none;
}
.dashboard .dashboard-side .tabs .nav-tabs li {
  font-size: 16px;
  border-bottom: 7px solid rgba(255, 255, 255, 0.21);
  text-align: center;
  width: 33%;
}
.dashboard .dashboard-side .tabs .nav-tabs li a {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.37);
  padding: 10px 5px;
}
.dashboard .dashboard-side .tabs .nav-tabs li a img {
  margin-left: 3px;
}
.dashboard .dashboard-side .tabs .nav-tabs li.active {
  border-bottom: 7px solid rgba(255, 255, 255, 0.72);
}
.dashboard .dashboard-side .tabs .nav-tabs li.active a {
  color: #fff;
}
.dashboard .dashboard-side .progress-circles {
  text-align: center;
}
.dashboard .dashboard-side .progress-circles .chart-container {
  max-height: 120px;
}
.dashboard .dashboard-side .table-responsive {
  margin-left: -15px;
/*  margin-right: -15px; */
  margin-right: -18px;
}
.dashboard .dashboard-side table {
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
}
.dashboard .dashboard-side table.table-quantities td {
  text-align: right;
}
.dashboard .dashboard-side table.table-percentages td {
  text-align: left;
}
.dashboard .dashboard-side table th,
.dashboard .dashboard-side table td {
  border: none;
  padding: 4px;
}
.dashboard .dashboard-side table th {
  font-weight: lighter;
  vertical-align: bottom;
}
.dashboard .dashboard-side table th:last-child {
  padding-right: 10px;
}
.dashboard .dashboard-side table th.cell-bordered {
  border-bottom: 1px solid #5e96dd;
}
.dashboard .dashboard-side table th.cheader-row {
  padding-left: 10px;
}
.dashboard .dashboard-side table td:last-child {
  padding-right: 10px;
}
.dashboard .dashboard-side table .info-link img {
  margin-top: auto;
  margin-left: 5px;
}
.dashboard .dashboard-side .headline-3 {
  color: #fff;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.dashboard .dashboard-side .headline-3.graph{
  margin-bottom: 0;
}
.dashboard .dashboard-side .headline-4 {
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
}
.dashboard .forward {
  margin-top: 0;
  display: inline-block;
  position: absolute;
  right: 45px;
  bottom: 15px;
  margin-bottom: 0;
}
.is-table-row {
  display: table;
  width: 100%;
}
.is-table-row > [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.detail-header-block {
  background: #fff;
  color: #2259a1;
}
.detail-header-block p {
  color: #627792;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: lighter;
  padding-left: 30px;
  margin-bottom: 20px;
}
.detail-header-block .headline-3 {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  margin-top: 5px;
  padding-top: 20px;
  padding-left: 30px;
}
.detail-header-block .table {
  margin-bottom: 10px;
}
.detail-header-block .table th {
  border-color: #104c9a !important;
  font-size: 11px;
  font-weight: bold;
  padding: 15px 5px 0;
  /*text-align: right;*/
}
.detail-header-block .table th .info-link img {
  margin: 0;
  padding-left: 1px;
}
.action-link {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}

th.info-link {
  cursor: pointer;
}

.action-link:hover {
  color: #fff !important;
  text-decoration: none;
}
.action-link:hover:active {
  color: #487ecf;
}
.action-link:active {
  color: #487ecf;
}
.left-space {
  margin-left: 65px;
}
.table-data {
  margin-bottom: 0;
}
.table-data th,
.table-data td {
  border: none !important;
  color: #fff;
}
.table-data th {
  font-size: 12px;
  font-weight: lighter;
  width: 65px;
}
.table-data td {
  background: #133096;
  text-align: right;
  /* Old browsers */
}
.table-data .row-summe th,
.table-data .row-summe td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-data .row-summe td {
  background: #fff;
  color: #627792;
  font-size: 16px;
}
.table-data .row-summe td.extra-info {
  font-size: 20px;
}
.table-data .row-summe td.extra-info .info-link img {
  margin-top: -3px;
}
.signin .is-table-row,
.login .is-table-row {
  margin-top: 80px;
}
.signin .bg-box,
.login .bg-box {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#133096+0,1976dd+100 */
  background: #133096;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #133096 0%, #1976dd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#133096', endColorstr='#1976dd', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.signin .bg-box span,
.login .bg-box span {
  background: url("../img/bg.box.png") no-repeat bottom center;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.log-box,
.admin-box {
  background: #fff;
}
.log-box h2,
.admin-box h2 {
  color: #627792;
  font-size: 21px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}
.log-box h3,
.admin-box h3 {
  color: #627792;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 30px;
}
.log-box label,
.admin-box label {
  color: #627792;
}
.log-box label a,
.admin-box label a {
  color: #057adc;
}
.log-box .form-group,
.admin-box .form-group {
  margin-bottom: 20px;
}
.log-box .form-control,
.admin-box .form-control {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  color: #627792;
  font-size: 14px;
  font-weight: normal;
  padding: 6px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.log-box .form-control:focus,
.admin-box .form-control:focus {
  font-size: 16px;
  font-weight: bold;
  color: #627792;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #91bdf3;
}
.log-box .btn,
.admin-box .btn {
  font-size: 14px;
  font-weight: lighter;
  text-transform: none;
  width: 100%;
}
.log-box .btn:after,
.admin-box .btn:after {
  content: "";
  width: 0;
  height: 0;
  background: none;
  position: relative;
  display: inline-block;
}
.log-box .active-box .btn,
.admin-box .active-box .btn {
  background: #057adc;
  border-color: #057adc;
}
.log-box .inactive-box,
.admin-box .inactive-box {
  background: #e8e8e8;
  padding-top: 20px;
  padding-bottom: 10px;
}
.log-box .inactive-box p,
.admin-box .inactive-box p {
  color: #627792;
  font-size: 16px;
  font-weight: lighter;
  margin-bottom: 15px;
}
.log-box .inactive-box .btn,
.admin-box .inactive-box .btn {
  background: #4e4e4e;
  border-color: #4e4e4e;
}
.admin-box.thumbnail {
  margin-bottom: 0;
  min-height: auto;
}
.highlights {
  margin-top: 25px;
  text-align: center;
  color: #fff;
}
.highlights p {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 0;
}
.highlights p span {
  font-weight: 400;
}
.results .result-box {
  padding-top: 60px;
}
.results .spiel {
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 0;
}
.results .best {
  font-size: 16px;
  font-weight: lighter;
  margin-bottom: 0;
}
.results .best span {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 80px;
  font-weight: lighter;
  padding-bottom: 20px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#006dbf), to(#00c5ba));
  background: linear-gradient(to right, #006dbf, #00c5ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.results .best span:after {
  background: #013385 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -138.5px;
  position: absolute;
  top: 80%;
  width: 277px;
}
.results .result-message {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.results .result-label {
  padding-top: 0;
  width: 25%;
}
.results .result-label .info-link img {
  margin-top: 0;
}
.results .result-progress {
  width: 70%;
}
.results .result-value {
  padding-top: 3px;
}
.results .table-results th,
.results .table-results td {
  border: none !important;
  color: #fff;
  text-align: left;
}
.results .table-results th.result-performance,
.results .table-results td.result-performance {
  font-size: 20px;
  font-weight: lighter;
}
.results .table-results th.result-risiko,
.results .table-results td.result-risiko {
  font-size: 16px;
  font-weight: lighter;
}
.results .table-results .progress-bar,
.results .table-results .progress {
  height: 10px;
}

.results .progress.progress_red {
  background: red;
}

.results .table-results .progress-bar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c5ba+0,006dbf+100 */
  background: #00c5ba;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#00c5ba), to(#006dbf));
  background: linear-gradient(to bottom, #00c5ba 0%, #006dbf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c5ba', endColorstr='#006dbf', GradientType=0);
  /* IE6-9 */
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.results .table-results .progress-bar.progress_red {
  background: red;
}
.results .sharing {
  margin-top: 25px;
}
.results .sharing .btn {
  font-size: 13px;
  text-transform: none;
}
.results .sharing .btn span:before {
  content: "";
  height: 24px;
  width: 24px;
  position: relative;
  margin-top: -10px;
  margin-right: 15px;
  display: inline-block;
}
.results .sharing .btn.facebook span:before {
  background: url("../img/facebook-ico.png") no-repeat 0 0;
  top: 5px;
}
.results .sharing .btn.email span:before {
  background: url("../img/email-ico.png") no-repeat 0 0;
  top: 10px;
}
.results .sharing .btn.linkedin span:before {
  background: url("../img/linkedin-ico.png") no-repeat 0 0;
  top: 5px;
}
p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}
.btn {
  background-color: #739ad7;
  border-color: #739ad7;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
}
.btn:after {
  content: "";
  width: 16px;
  height: 13px;
  background: url("../img/arrow-right.png") no-repeat 0 0;
  left: 5px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.btn.close-link:before {
  content: "";
  width: 0;
  height: 0;
  background: none;
  left: 5px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.btn.close-link:after {
  content: "";
  width: 0;
  height: 0;
  background: none;
  left: 5px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.btn:hover,
.btn:active,
.btn:active:hover {
  color: #fff;
  background-color: #1c3a84;
  border-color: #1c3a84;
}
.extra-links {
  float: right;
  right: 20px;
  position: relative;
}

.carousel-caption {
  right: 0;
  left: 25%;
  position: relative;
  width: 50%;
}

.carousel-caption h2 {
  font-size: 32px;
}

.carousel-caption p {
  font-size: 18px;
}

.carousel-control.left {
  background: none;
}
.carousel-control.left:after {
  content: "";
  width: 20px;
  height: 100%;
  left: 0;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  background: url("../img/arrow-left.png") no-repeat 0 350px;
}
.carousel-control.right {
  background: none;
}
.carousel-control.right:after {
  content: "";
  width: 20px;
  height: 100%;
  left: 0;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  background: url("../img/arrow-right.png") no-repeat 0 350px;
}
.carousel-control .glyphicon {
  display: none;
}
.carousel-indicators li {
  background-color: #6082b0;
  border-color: #6082b0;
  margin: 0 5px;
  width: 13px;
  height: 13px;
}
.carousel-indicators li.active {
  border-color: #fff;
  margin: 0 5px;
  width: 13px;
  height: 13px;
}

.carousel-indicators li.carousel_link {
  background: none;
  border: none;
  width: auto;
  height: auto;
  text-indent: 0;
  margin-left: 15px;
  margin-right: -35px;
}
.back-link,
.forward-link {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.back-link:hover,
.forward-link:hover {
  color: #fff;
  text-decoration: none;
}
.back-link:before {
  content: "";
  width: 20px;
  height: 13px;
  left: 0;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  background: url("../img/arrow-left.png") no-repeat 0 0;
}
.forward-link:after {
  content: "";
  width: 20px;
  height: 13px;
  left: 0;
  margin-left: 5px;
  position: relative;
  display: inline-block;
  background: url("../img/arrow-right.png") no-repeat 0 0;
}
.onboarding .carousel {
  min-height: 850px;
}
@media (min-width: 768px) {
  .onboarding .carousel {
    min-height: 750px;
  }
}
.information {
  margin-bottom: 80px;
}
.information .thumbnail {
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
  min-height: 500px;
  max-height: 500px;
  padding: 0;
  position: relative;
}
.information .thumbnail .caption-data {
  overflow: auto;
  max-height: 390px;
}
.information .thumbnail .caption {
  padding: 9px 9px 9px 18px;
}
.information .thumbnail h3 {
  color: #627792;
  font-size: 17px;
  font-weight: 700;
}
.information .thumbnail .caption-data > ul {
  font-size: 15px;
  padding-left: 0;
}
.information .thumbnail .caption-data .list_dots {
  padding-left: 18px;
}
.information .thumbnail .caption-data > ul > li ul {
  padding-left: 18px;
}
.information .thumbnail p {
  color: #627792;
  font-size: 15px;
  font-weight: 100;
  margin: 0 0 5px 0;
}
.information .thumbnail a {
  color: #627792;
  font-size: 15px;
  font-weight: 700;
}

.information .thumbnail span {
  color: #627792;
}

.information .thumbnail li {

  color: #627792;
}

.information .thumbnail .more-link {
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
}
.information .thumbnail .more-link:after {
  content: "";
  width: 20px;
  height: 13px;
  left: 0;
  margin-left: 10px;
  position: relative;
  display: inline-block;
  background: url("../img/arrow-right-gr.png") no-repeat 0 0;
}
.thumbnail {
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
  min-height: 260px;
  padding: 0;
  position: relative;
}
.thumbnail h3 {
  color: #627792;
  font-size: 14px;
  font-weight: 700;
}
.thumbnail p {
  color: #627792;
  font-size: 13px;
  font-weight: 100;
}
a:hover {
  text-decoration: none;
}
.info-link img {
  margin-top: -15px;
}
.horizon {
  margin-top: 75px;
  margin-left: 65px;
  margin-bottom: 10px;
}
.horizon form label {
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
}
.horizon form label .selected-time {
  font-size: 16px;
  margin: 0 20px;
}
.horizon form label .selected-time.state1:before {
  color: #a787dd;
}
.horizon form label .selected-time:before {
  content: "\02022 \000A0";
}
.custom-select,
.custom-button {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.custom-button button#calculate{
  background: #3FBF7F;
  color: #fff;
}

.custom-button button#reset{
  background: #C14242;
  color: #fff;
}

.custom-button button {
  border: 2px solid #005dc1;
  border-radius: 50px;
  color: #627792;
  background: #fff;
  outline: none;
}
.custom-select.purple:before {
  content: "";
  background: #a787dd;
  border-radius: 50px;
  margin-right: 3px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.custom-select.purple select {
  border: 2px solid #a787dd;
}
.custom-select.blue:before {
  content: "";
  background: #005dc1;
  border-radius: 50px;
  margin-right: 3px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.custom-select.blue select {
  border: 2px solid #005dc1;
}
.custom-select select {
  appearance: none;
  background: #fff;
  border: none;
  color: #627792;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: none;
  padding-left: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50px;
}
.custom-select select {
  padding-right: 36px;
}

.custom-select label {
  position: relative;
}
.custom-select label:after {
  content: '>';
  color: #627792;
  font: 18px "Consolas", monospace;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 3px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.custom-select label:before {
  background: #fff;
  content: '';
  display: block;
  height: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 5px;
  width: 15px;
}
.fixed-modal .modal-dialog {
  margin-top: 175px;
}
@media (min-width: 768px) {
  .fixed-modal .modal-dialog {
    width: 650px;
  }
}
.fixed-modal .modal-dialog .modal-header {
  background: #fff;
  position: fixed;
  height: 45px;
  width: 100%;
  z-index: 9999;
}
.fixed-modal .modal-dialog .modal-content {
  max-height: 670px;
  overflow-y: scroll;
  border-radius: 0;
}
.fixed-modal .modal-dialog .modal-content h2,
.fixed-modal .modal-dialog .modal-content li,
.fixed-modal .modal-dialog .modal-content p {
  color: #627792;
  margin-bottom: 25px;
}
.fixed-modal .modal-dialog .modal-content h3,
.fixed-modal .modal-dialog .modal-content li {
  font-size: 18px;
  font-weight: bold;
}
.fixed-modal .modal-dialog .modal-content h2 {
  font-size: 21px;
  font-weight: bold;
}
.fixed-modal .modal-dialog .modal-content p {
  font-size: 16px;
  font-weight: lighter;
  line-height: 18px;
}
.fixed-modal .modal-dialog .modal-content .modal-body {
  padding-top: 60px;
}
.fixed-modal .modal-dialog .modal-footer {
  border: none;
}
.tooltip .tooltip-arrow {
  display: none;
}
.tooltip .tooltip-inner {
  color: #627792;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  padding: 15px 10px;
  border-radius: 0;
}

.walkthrough .walkthroughmodal {
  margin: 0;
  padding-left: 0!important;
}
.walkthrough .walkthroughmodal .modal-dialog {
  margin-top: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.walkthrough .modal, .walkthrough .modal-backdrop {
  top: 90px;
}

.walkthrough .walkthroughmodal .modal-dialog h2,
.walkthrough .walkthroughmodal .modal-dialog p {
  color: #fff;
}
.walkthrough .walkthroughmodal .modal-dialog h2 {
  /*font-weight: 18px;*/
  text-transform: uppercase;
}

.walkthrough .walkthroughmodal .link_Walkthrough {
  float: right;
  margin: -50px  85px 0 0;
}

.walkthrough .walkthroughmodal .link_Walkthrough a{
  font-size: 18px;
}


.walkthrough .walkthroughmodal .modal-dialog .btn {
  background-color: #676e89;
  border-color: #676e89;
  font-size: 16px;
  font-weight: normal;
}
.walkthrough .walkthroughmodal .modal-dialog .btn:after {
  display: none;
}
.walkthrough .walkthroughmodal .modal-dialog,
.walkthrough .walkthroughmodal .modal-dialog .modal-content,
.walkthrough .walkthroughmodal .modal-dialog .modal-header,
.walkthrough .walkthroughmodal .modal-dialog .modal-body {
  background: #122d8c;
  border: none;
  box-shadow: none;
}
body.walkthrough{
  background: none;
  background-color: #d2dbf8;
}

.walkthrough .walkthroughmodal .modal-dialog .modal-body .carousel-caption {
  right: auto;
  left: auto;
  margin-left:  auto;
  margin-right: auto;
  position: initial;
  max-width: 1080px;
  top: 0;
}
.walkthrough .walkthroughmodal .modal-dialog .modal-body .walkthrough-descriprion {
  position: absolute;
}
.walkthrough .walkthroughmodal .modal-dialog .modal-body .walkthrough-descriprion p {
  color: #888;
  text-align: left;
  text-shadow: none;
  margin-bottom: 0px;
  margin-right: 3px;
}
.walkthrough .walkthroughmodal .modal-dialog .modal-body .walkthrough-descriprion.slide1 {
  left: 15%;
  bottom: 150px;
  width: 250px;
  height: 90px;
  padding-top: 20px;
  padding-left: 5px;
  background-color: rgba(255,255,255,0.9);
}
.walkthrough .walkthroughmodal .modal-dialog .modal-body .walkthrough-descriprion.slide1:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -5px;
  background-color: #0069df;
  width: 3px;
  height: 90px;
  content: "";
}
.walkthrough .walkthroughmodal .modal-dialog .modal-body .walkthrough-descriprion.slide1:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: -14px;
  background-color: #bd97e4;
  width: 3px;
  height: 120px;
  content: "";
}
.walkthrough .walkthroughmodal .modal-dialog .modal-body .walkthrough-descriprion.slide2 {
  background-color: rgba(255,255,255,0.9);
  padding-left: 5px;
  padding-top: 5px;
  border-radius: 5px;
  top: 240px;
  left: 28%;
  width: 275px;
}
.walkthrough .walkthroughmodal .modal-dialog .modal-body .walkthrough-descriprion.slide2:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -5px;
  background-color: #0069df;
  width: 2px;
  height: 130px;
  content: "";
}
.walkthrough .walkthroughmodal .modal-dialog .modal-body .walkthrough-descriprion.slide3 {
  background-color: rgba(255,255,255,0.9);
  padding-left: 5px;
  padding-top: 10px;
  border-radius: 5px;
  bottom: 85px;
  left: 23%;
  width: 270px;
}

.walkthrough .walkthroughmodal .modal-dialog .modal-body .walkthrough-descriprion.slide3 p {
  text-align: right;
}

.walkthrough .walkthroughmodal .modal-dialog .modal-body .walkthrough-descriprion.slide3:before {
  display: block;
  position: absolute;
  bottom: 0;
  right: -5px;
  background-color: #0069df;
  width: 2px;
  height: 180px;
  content: "";
}
.walkthrough .walkthroughmodal .modal-dialog .modal-body .walkthrough-descriprion.slide4 {
  background-color: rgba(255,255,255,0.9);
  padding-left: 5px;
  padding-top: 10px;
  border-radius: 5px;
  top: 15px;
  right: 4%;
  width: 350px;
  z-index: 1000;
  overflow: visible;
}
.walkthrough .walkthroughmodal .modal-dialog .modal-body .walkthrough-descriprion.slide4:before {
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  background-color: #0069df;
  width: 2px;
  height: 135px;
  content: "";
}
.walkthrough .walkthroughmodal .modal-dialog .modal-content {
  max-height: 100%;
}
.walkthrough .walkthroughmodal .modal-dialog .modal-header {
  top: 80px;
  margin: 0 auto;
  position: relative;
  width: 650px;
}
.walkthrough .walkthroughmodal .modal-dialog .modal-header .close {
  opacity: 1;
  color: #fff;
  font-weight: 100;
  line-height: 16px;
}
.walkthrough .walkthroughmodal .modal-dialog .modal-header .close span {
  font-size: 18px;
}
.walkthrough .walkthroughmodal .modal-dialog .modal-header .close span.escape {
  font-size: 14px;
  opacity: 0.5;
}
.walkthrough .walkthroughmodal .modal-dialog .carousel-caption {
  padding-bottom: 0;
}
.walkthrough .walkthroughmodal .modal-dialog .carousel-indicators {
  top: 20px;
  position: relative;
  bottom: 0;
}
.walkthrough .walkthroughmodal .modal-content{
  overflow: hidden;
  width: 100%;
}
.walkthrough .walkthroughmodal .modal-body{
  padding-bottom: 80px;
}
.walkthrough .walkthroughmodal .carousel-control.left:after {
  display: inline-block;
  background-position: top right;
  width: 100%;
}
.walkthrough .walkthroughmodal .carousel-control.right:after {
  display: inline-block;
  background-position: top left;
  width: 100%;
}
.walkthrough .walkthroughmodal .carousel-indicators li {
  background-color: #676e89;
  border-color: #676e89;
  margin: 0 5px;
  width: 13px;
  height: 13px;
}
.walkthrough .walkthroughmodal .carousel-indicators li.active {
  background-color: #fff;
  border-color: #fff;
  margin: 0 5px;
  width: 13px;
  height: 13px;
}

#carousel-walkthrough {
  position: relative;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}



@media (max-width: 1255px) {
  .homepage  .walkthroughmodal .modal-dialog .modal-body .walkthrough-descriprion.slide4{
    top:70px;
  }
  .is-table-row.graph-overflow {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 991px) {
  .walkthrough .walkthroughmodal .modal-dialog .modal-body .walkthrough-descriprion.slide4{
    top:70px;
  }
}
/* Five equal columns in bootstrap */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.admin.container {
  padding: 25px 15px;
}

.admin.container .nav.nav-pills{
  margin: 25px 0;
}
.error-template{
  background: #fff;
  padding: 25px;
}
.error-template #content {
  margin-bottom: 15px;
}

.glyphicon {
  line-height: 0.9;
}

div.tooltip {
  position: absolute;
  text-align: center;

  padding: 2px;
  font: 12px sans-serif;
  background: lightsteelblue;
  border: 0px;
  border-radius: 8px;
}



.table-data th.result_head {
  background: #fff;
  color: #000;
}
.table-data .result_head_border {
  border-right: 1px solid #000 !important;
}

.table-data.table-result th,
.table-data.table-result td {
  text-align: right;
}

.table-data.table-result th.result_head_center {
  text-align: center;
}

.results #content {
  padding-bottom: 50px;
}

.tick.top{
  cursor: pointer;
}

.svg_list {
  list-style: none;
  margin:0;
  padding:0;
  overflow: hidden;
}

.svg_list li {
  float: left;
  width: 27px;
  margin: 0 2px;
  text-align: center;
  font-size: 11px;
}
.svg_list.list_zins li {
  width: 28px;
  margin: 0 2px;
}
table.table-data.table-result td{
  text-align: right;
}

.bottom_point_gap .tick{
  font-size: 12px;
  font-weight: 600;
}

.axis_gap .tick text {
  font-weight: 600;
}

.table.table-quantities {
  margin-bottom: 0;
}

/*
@keyframes blink {
  0% {background-color: transparent;}
  50% {background-color: rgba(255, 0, 0, 0.2);}
  100% {background-color: transparent;}
}

@-webkit-keyframes blink {
  0% {background-color: transparent;}
  50% {background-color: rgba(255, 0, 0, 0.2);}
  100% {background-color: transparent;}
}

.menu-tipps.blink {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-animation: blink normal 1.5s infinite ease-in-out;
  -webkit-animation: blink normal 1.5s infinite  ease-in-out;
  -ms-animation: blink normal 1.5s infinite  ease-in-out;
  animation: blink normal 1.5s infinite   ease-in-out;
}
*/

.text-white {
  color: #fff;
}

.custom-btn {
  background-color: #739ad7;
  border-color: #739ad7;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding:10px 30px;
  text-transform: uppercase;
}

.custom-btn:hover {
  color: #fff;
  background-color: #1c3a84;
  border-color: #1c3a84;
}

.custom-select select::-ms-expand {
  display: none;
}

.login_box {
  position: relative;
}

.login_box .inactive-box {
  position: absolute;
  width: 100%;
  bottom: 0;
}
body.onboarding_intro {
  position: relative;
}

#hall-of-fame-section {
  float: left;
  width: 25%;
  margin-left: 250px;
  height: 20%;
  margin-top: -50px;
}

.fixedBtn {
    position:fixed !important;
    position: absolute; /*ie6 and above*/

    left:0;
    background:#ED7D31;
    border-radius: 7px;
    -webkit-transform-origin: left top;
    -webkit-transform:rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 20% 30%;

	margin-left: -10px !important;

    z-index:99999;
    margin: 20px 0;
}
.fixedBtn.reset {
    background:#008CC2;
    height:70px;   
    top: 20%;
}
.fixedBtn.skip1 {
    height:70px;
    top: 45%;
}
.fixedBtn.skip {
    height:70px;
    top: 70%;
}

.fixedBtn a {    
    margin: 0 20px;
    float:right;
    height:100%;
    line-height:70px;
    color:#fff;    
    font-size: 30px;
    text-align: center;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .fixedBtn {
	margin-left: -4%;
   }
}

/* ---------------------------------------- switch button ------------------------ */
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/*      For homepage  */
.onoffswitch.homepage {width:60px}
.onoffswitch.homepage .onoffswitch-inner:before, .onoffswitch.homepage .onoffswitch-inner:after {
    font-size: 10px;
    height: 20px; line-height: 20px;
}
.onoffswitch.homepage .onoffswitch-switch { right: 33px;}
.emph {font-weight:bold;font-size:16px; padding: 0 7px;}
#actionlist p {padding: 0 20px;}

.dashboard .dashboard-side table tr.inactive {
/*color:#7998d1 !important;*/
   color: #393939 !important;
   background-color: #e5e5e5;
}
/*
@media (max-width: 768px){
    .navbar-right {
        float: right!important;
        margin-right: 100%;
        position: relative;
    }
    .navbar-header{
        width: 50%;
        margin-right: 1% !important;
        float: left;
    }
    .navbar-collapse{
        width: 20%;
        float: right;
    }
    
    .collapse{
        display: block;
    }
    .fixedBtn a {
        line-height: 30px;
        font-size: 20px;
    }
    .fixedBtn {
        height: 40px;
    }
    
    .dashboard-side{
            display: inline-table !important;
            background-size: 100%;
    }
    
    #langbox{
        margin-right: 0 !important;
    }
    
    .log-box{
        display: block !important;
        width: 100%;
    }
    
    .inactive-box{
        position: inherit !important;
        width: 109% !important;
    }
}

@media (min-width: 768px){
    .navbar-right {
        margin-right: 5%;
    }
}

.dashboard .dashboard-side {
	display: inline-table !important;
	width: 100%;
	background-size: cover;
}
*/
.table-wrapper-scroll-y {
display: block;
max-height: 435px;
overflow-y: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}


.alert > p   {color: #393939 !important;}