/* Webfont: Lato-Regular */@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
} 

/* Webfont: Lato-Bold */@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Bold.ttf') format('truetype'); 
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Italic */@font-face {
    font-family: 'Lato-Italic';
    src: url('../fonts/Lato/Lato-Italic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Italic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Italic.ttf') format('truetype'); 
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Light */@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/Lato/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Light.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'fontBo';
    src:url('../fonts/fontBackoffice/fontBo.eot?9im40l');
    src:url('../fonts/fontBackoffice/fontBo.eot?9im40l#iefix') format('embedded-opentype'),
        url('../fonts/fontBackoffice/fontBo.ttf?9im40l') format('truetype'),
        url('../fonts/fontBackoffice/fontBo.woff?9im40l') format('woff'),
        url('../fonts/fontBackoffice/fontBo.svg?9im40l#fontBo') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { margin: 0; padding: 0; box-sizing: border-box; } 

html{
	height: 100%;	
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body{
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: relative;
	font-family:'Lato' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0px!important;
	padding: 0px!important;
	color: #3a3a3a;
	font-size: 14px;
}

span {
    display: inline-block;
    vertical-align: middle;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
li {
  list-style: none;
}
a{
  text-decoration: none;
  color: #3a3a3a;
  cursor: pointer;
}
a:active, a:focus, a:hover{
  text-decoration: none;
  outline: none;
  color: #177172;
}
p{
  margin: 0;
}
#chartDepot .highcharts-legend{
	display: none;
}
#content #headerBo{
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	z-index: 9;
	min-height: 60px;
	max-height: 60px;
}
#content #headerBo .navbar-header{
	background-color: transparent;
}
#content .header-position{
	width: 1170px;
	margin: 0 auto;
}
#content{
	margin: 0;
	padding: 0px;
	position: relative;
}
#content  #home{
	background: rgb(23,113,114); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgb(23,113,114) 45%, rgb(82,155,141) 95%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgb(23,113,114) 45%,rgb(82,155,141) 95%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgb(23,113,114) 45%,rgb(82,155,141) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#177172', endColorstr='#529b8d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	background-position: 100% 100%;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 20px;
}
#content  #home.header-content{
	padding-top: 75px;
	padding-bottom: 20px;
}
#content  #home.home-small{
	padding-top: 75px;
	padding-bottom: 20px;
}
#home h3{
	font-size: 24px;
	color:#fff;
	font-family:'LatoLight';
	margin-bottom: 30px;
}
#home span.euro-color{
	color: #fff;
	font-size: 24px;
	font-family: 'LatoLight' !important;
}
#home .title-circle-wrapper{
	display:table;
	border:4px solid #8ab7b7;
	border-radius:50%;
	width: 208px;
	height:208px;
	margin:auto;
	transition: all 0.3s ease;
}
#home .title-circle-wrapper-hover{
	transition: all 0.3s ease;
}
#home .title-circle-wrapper-hover:hover{
	background: rgba(138,183,183,.3);
}
#home.home-small .title-circle-wrapper{
	border:0;
}
#home.home-small .title-circle-wrapper [class^="iconbonew-"], 
#home.home-small .title-circle-wrapper [class*=" iconbonew-"]{
	font-size: 90px;
	color:#8ab7b7;
}
#home .title-circle{
	display:table-cell;
	vertical-align:middle;
}
#home .title-circle h3{
	margin:0;
}
#home .title-circle h3 sub{
	bottom: 0;
	font-size: 16px;
}
#home .title-circle .title-circle-top h3{ 
	padding: 10px 0 12px;
  	display: inline-block;
	/*border-bottom: 1px solid #8ab7b7;*/
}
#home .title-circle .title-circle-bottom h3{
	padding: 12px 0 10px;
}
#home .title-circle h6{
	color:#86b4b4;
	font-size: 10px;
	font-family: LatoLight;
}
#home .title-circle .title-circle-divider{
	border-bottom:1px solid #8ab7b7;
}
#home span.home-balance{
	color:#fff;
	font-size: 24px;
	margin-left: 10px;
	font-family: 'LatoLight' !important;
}
#home sup{
	color: #fff;
	font-size: 18px;
	top: -1.4em;
	font-family: 'Lato' !important;
}
#home span.home-total{
	font-size: 14px;
    display: block;
	position: relative;
	bottom: 10px;
	font-family: 'Lato' !important;
	text-align: right;
	margin-right: 88px;
}
#home .title-position{
	width: 1170px;
	margin: 0 auto;
}
#home.home-small .title-position .col-sm-3{
	height: 80px;
	padding-left: 0px;
}
#home.home-small .title-position .col-sm-3 h3{
	margin:0;
}
#home.home-small .pie_progress__svg svg{
	height: 80px;
}
#home.home-small .title-position .title-left-wrapper{
	display:table;
	height:100%;
}
#home.home-small .title-position .title-left{
	margin:0;
	display:table-cell;
	vertical-align:middle;
}
#home.home-small .title-position .title-right-wrapper{
	display:table;
	height:100%;
}
#home.home-small .title-position .title-right{
	margin:0;
	display:table-cell;
	vertical-align:middle;
}
#home.home-small .title-circle-wrapper{
	height:80px;
	width:100%;
}
#home.home-small .title-circle-left-wrapper{
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}
#home.home-small .title-circle-left{
	text-align: right;
	padding-right: 20px;
	color: #fff;
	font-size: 24px;
	font-family: LatoLight;
	position:relative;
}
#home.home-small .title-circle-left .title-span-left{
	position:absolute;
	right:20px;
	bottom:-12px;
	font-size:10px;
}
#home.home-small .title-circle-middle-wrapper{
	display: table-cell;
	width: 20%;
	height: 80px;
}
#home.home-small .title-circle-right-wrapper{
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}
#home.home-small .title-circle-right{
	text-align: left;
	padding-left: 20px;
	color: #fff;
	font-size: 24px;
	font-family: LatoLight;
	position:relative;
}
#home.home-small .title-circle-right .title-span-right{
	position:absolute;
	left:20px;
	bottom:-12px;
	font-size:10px;
}
.mgrt40{
	margin-top: 40px;
}
button.home-btn{
	position:relative;
	padding: 50px 20px 10px; 
	background-color: transparent;
	border: 0px;
	color: #8a8a8a;
	outline: none;
	font-size: 14px;
	opacity: 1;
	transition: all 0.6s ease;
}
button.home-btn span{
	top:-15px;
	left:0;
	right:0;
	position:absolute;
	font-size:45px;
}
button.home-btn:hover{
  color: #cecece;
}
#savingGoals{
	height: auto;
}
.saving-rows{
	padding: 25px 0;  
}
.small-border {
    margin: 15px auto;
    width: 100%;
    border-bottom: 2px solid #177172;
	visibility: hidden;
}
.savigs-progress{
	height: 1px!important;
	color: #b2b2b2;
	padding: 0;
	margin:0;
}
#savingGoals .saving-percentage{
	width:45px;
  /*margin-top:-6px;*/
	margin-right: 25px;
	float: left;
}
#savingGoals .saving-percentage [class^="iconbonew-"], 
#savingGoals .saving-percentage [class*=" iconbonew-"]{
	font-size: 45px;
	color: #177172;
}
#savingGoals .saving-percentage .pie_progress__number{
	font-size:12px;
	color: #177172;
	font-family: Lato;
}
.savings-bar{
	color: #3a3a3a;
	background-color: #177172!important;
    position: relative;
    top: 0px;
    line-height: 0px!important;
    box-shadow: none!important;
    z-index: 4;
	height: 2px!important;
}
.saving-goals{
/*	width: 1170px;*/
	width: 750px;
    margin: 0 auto;
    padding: 0px 15px;
}
.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
.borderbtm{
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 30px;
}
.homebtn-position{
	text-align: right;
}
.saving-inline{
	display: inline-block;
	text-align: center;
	width: 100%;
}
.saving-inline1{
	display: inline-block;
	width: 50%;
	font-family: 'LatoLight';
}
.saving-inline2{
	display: inline-block;
	width: 44%;
	text-align: right;
	font-size: 24px;
	color: #3a3a3a;
	font-family:'LatoLight';
}
.saving-rows .home-total{
	vertical-align: baseline;
    font-size: 12px;
    color: #3a3a3a;
    display: block;
    margin-right: 50px;
	text-align:right;
}
.saving-inline2 sup{
	font-size: 12px;
}
.saving-inline3{
    display: inline-block;
    width: 1%;
    text-align: right;
    margin-left: 25px;
}
.saving-inline3 .iconbonew-BO_Icons_falafel{
	font-size:18px;
	position: relative;
	top: -2px;
}
.saving-inline3 [class^="iconbo-"], [class*=" iconbo-"] {
	line-height:0.5;
}
.saving-titleSmall{
	font-size: 18px;
}
.saving-title{
	color:#3a3a3a;
	font-size: 24px;
	transition: all 0.3s ease-in-out;
}
.saving-title:hover{
	color: #177172;
	font-weight: 600;
}
.saving-icocircle{
	font-size: 22px;
    color: #3a3a3a;
    cursor: pointer;	
}
#savingGoals .saving-plus{
	color: #b2b2b2;
    margin-right: 25px;
    font-size: 20px;
    vertical-align: baseline;
	cursor: pointer;
}
.navbar-toggle{
	font-size: 30px;
    margin-top: 0px;
}
.menu-btn{
	cursor: pointer;
	opacity: 1;
}
.menu-btn:hover{
	opacity: .7;  
}
.navbar-nav{
	float: right!important;
}
.header-iconotification{
	font-size: 24px;
}
#headerBo .nav>li>a{
	color:#fff;
	transition: all 0.6s ease;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	padding-bottom: 15px;
}
#headerBo .nav>li.nav-inline > a{
	padding-right: 5px;
}
.nav>li.nav-inline {
    position: relative;
    display: inline-block;
}
.navbar-nav {
    margin: 5px 0px;
}
.fixed-tabs .nav-tabs{
	border:0;
	margin:auto;
	display:table;
	position: relative;
	overflow: hidden;
}
#headerBo .nav>li>a:focus, #headerBo .nav>li>a:hover{
	text-decoration: none;
	background-color: transparent;
	color:#b4e2a5;
}
#headerBo .nav>li>a.bottom-link{
	padding-bottom: 11px;
}
.fixed-tabs .nav>li>a:focus, .fixed-tabs .nav>li>a:hover{
	text-decoration: none;
}
.fixed-tabs .nav>li>a:hover{
	background: transparent;
	color:#177172;
}
.fixed-tabs .nav-tabs>li>a{
	border: 0;
	padding: 20px 20px 20px;
	border-radius: 0px;
	margin-right: 0px;
	position: relative;
	font-size: 16px;
	font-family: 'LatoLight';
    color: #3a3a3a;
}
.fixed-tabs .nav-tabs>li.active>a{
	color:#177172;
	font-family: 'Lato';
	font-weight: 400;
	font-size: 16px;
}
.fixed-tabs .tab-content>.tab-pane{
	padding: 35px 0px;
}
#headerBo .nav>li>a.header-links.active{
	text-decoration: none;
    background-color: transparent;
	border-bottom: 2px solid #177172;
}
.paddinglr-35{
	padding-left: 35px;
	padding-right: 35px;
}
.highcharts-input-group{
	display: none;
}
.fixed-tabs .nav-tabs>li.active>a, .fixed-tabs .nav-tabs>li.active>a:focus, .fixed-tabs .nav-tabs>li.active>a:hover{
	text-decoration: none;
	border:0;
}
.home-balance .iconbo-increase{
	vertical-align: baseline;
	font-size: 16px;
}
.minveo-color{
	color: #177172;
}
.vertical-span span{
	vertical-align: middle;
}
.saving-inline2 .iconbo-increase{
	vertical-align: baseline;
	color: #177172; 
	font-size: 10px;
}
.popover.bottom{
	margin-top: 20px;
}
.popover{
	-webkit-box-shadow: 0 5px 10px #b2b2b2;
    box-shadow: 0 1px 5px #b2b2b2;
}
#savingGoals a{
	font-weight: normal;
	color: #8a8a8a;
	transition: all 0.3s ease;
	padding: 0px;
	position: relative;
    top: -1px;
}
#savingGoals a:hover{
	color: #177172;
}
#portfolioFirst.active:hover, #portfolioSecond.active:hover, #portfolioThird.active:hover, #portfolioFourth.active:hover{
	color: #fff!important;
}
#details a:hover{
	color: #177172;
}
#footer{
	padding: 15px 0px;
	border-top: 1px solid #b2b2b2;
}
#footer > div{
	width: 1170px;
	margin: 0 auto;
	padding: 0px;		
}
#footer > div > p{
	margin-bottom: 10px;	
}
#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#footer li {
    float: left;
    padding: 0px 10px 0px 10px;
}
#footer li a {
    display: block;
    text-align: center;
    padding: 0px 0px;
    text-decoration: none;
}
#footer .ico-font{
	font-size: 24px;
	cursor: pointer;
}
#footer .icon-transition{
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; 
}
#footer .fa-facebook-official:hover{
	color: #3b5998;
}
#footer .fa-twitter-square:hover{
	color: #55acee;
}
#footer .fa-linkedin-square:hover{
	color: #007bb5;
}
#footer .border-r:after{
    content: " ";
    display: inline-block;
    height: 10px;
    position: relative;
    width: 1px;
    margin: -15px -10px;
    float: right;
    background-color: rgba(0,0,0,.5);
}
.over-content{
	position: relative;
	min-height: 950px;
}
.fixed-content{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background-color: rgba(255,255,255,1);
	z-index: 5;
}
.fixed-width, .fixed-tabs{
	width: 1170px;
	margin: 0 auto;
	padding: 25px 0px;
	min-height: 100px;
}
.fixed-tabs{
	padding: 0px 0px 40px;
}
.fixed-width{
	display: table;
	height: 100%;
}
.fixed-cell{
	display: table-cell;
	vertical-align: middle;
}
.fixed-header{
	width: 100%;
    background-color: #f4f4f4;
}
.font24{
	font-size: 24px;
}
.saving-price{
	font-size: 24px;
    color: #177172;
	text-align: right;
}
.saving-price sup {
    font-size: 16px;
}
.saving-price span {
 	vertical-align: baseline;
}
.saving-price .home-total {
    vertical-align: baseline;
    font-size: 13px;
    color: #3a3a3a;
    display: block;
    margin-right: 72px;
    text-align: right;
}
.navbar-brand{
	padding: 15px 0px;
	margin-top: 5px;
}
.fixed-tabs h3, .fixed-width h3{
	display: inline-block;
	color: #3a3a3a;
}
.fixed-width .iconbo-close-x{
	margin-right: 30px;
    font-size: 18px;
    vertical-align: baseline;
}
.fixed-width .iconbo-close-x{
	cursor: pointer;
}
#chartProdukte{
	display: inline-block;
}
#thirdTab  .left-float{
	float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    width: 34%;
}
#thirdTab .right-float{
	float: right;
	width: 66%;
	padding-left: 15px;
}
 .header-float{
	float: left;
    width: 25%;
    text-align: center;
    padding: 25px 0px;
	cursor: pointer;
}
#thirdTab .underline-first{
	border-bottom: 6px solid #318180;
    width: 100%;
    margin: 10px 0px;
}
#thirdTab .underline-second{
	border-bottom: 6px solid #183e62;
    width: 100%;
    margin: 10px 0px;
}
#thirdTab .underline-third{
	border-bottom: 6px solid #60a5b4;
    width: 100%;
    margin: 10px 0px;
}
#thirdTab .underline-fourth{
	border-bottom: 6px solid #6cc1ac;
    width: 100%;
    margin: 10px 0px;
}
#fifthTab  .underline-first{
	border-bottom: 6px solid #d3d3d3;
    width: 100%;
    margin: 10px 0px;
}
#fifthTab .underline-second{
	border-bottom: 6px solid #d3d3d3;
    width: 100%;
    margin: 10px 0px;
}
#fifthTab .underline-third{
	border-bottom: 6px solid #d3d3d3;
    width: 100%;
    margin: 10px 0px;
}
#fifthTab .underline-fourth{
	border-bottom: 6px solid #d3d3d3;
    width: 100%;
    margin: 10px 0px;
}
/*#portfolio1Content, #portfolio2Content, #portfolio3Content, #portfolio4Content{
	height: 420px;
    overflow: hidden;
    overflow-y: auto;
    padding: 5px;
}*/
#portfolio1Content, #portfolio2Content, #portfolio3Content, #portfolio4Content{
	min-height: 420px;
    padding: 5px;
}
#thirdTab .font-tab{
	font-size: 24px;
	color: rgba(0,0,0,.4);
	line-height: 20px;
}
.right-float h3{
	font-size: 20px;
    color: #177172;
    margin-bottom: 10px!important;
}
#fifthTab a{
/*    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
	color: rgba(0,0,0,.5)!important;*/
}
#fifthTab .portfolio-float{
	float: left;
    width: 25%;
    text-align: center;
    padding: 25px 0px;
    cursor: pointer;
}
.new-row:after, .new-row:after{
	display: table;
    content: " ";
	clear: both;
} 
.portfolio-left{
	float: left;
	width: 80%;
}
.portfolio-right{
	float: right;
	width: 20%;
	text-align: right;
}
#fifthTab .tab-content>.tab-pane{
	padding: 0px 0px;
}
/*#fifthTab  a.active.color1{
	color: #3a3a3a!important;
}
#fifthTab  a.active.color2{
	color: #3a3a3a!important;
}
#fifthTab  a.active.color3{
	color: #3a3a3a!important;
}
#fifthTab  a.active.color4{
	color: #3a3a3a!important;
}
#fifthTab  a.active.color1 .underline-first{
	border-bottom: 6px solid #318180;
	color: #3a3a3a!important;
}
#fifthTab  a.active.color2 .underline-second{
	border-bottom: 6px solid #183e62;
	color: #3a3a3a!important;
}
#fifthTab  a.active.color3 .underline-third{
	border-bottom: 6px solid #60a5b4;
	color: #3a3a3a!important;
}
#fifthTab  a.active.color4 .underline-fourth{
	border-bottom: 6px solid #6cc1ac;
	color: #3a3a3a!important;
}*/
.padding-border{
	padding: 15px 0px;
    border-bottom: 1px solid #b2b2b2;
}
#fourthTab .left-float {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 65%;
    margin: 0 auto;
}
#fourthTab .right-float{
	float: right;
	width: 40%;
}
#fourthTab  .left-float img{
	width: 100%;
}
#fourthTab .circle{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	line-height: 59px;
	border-radius: 60px;
	background-color: rgba(255,255,255,.9);
	color: #3a3a3a;
	padding-top: 0px;
	border: 2px solid #177172;
	font-size: 12px;
}
#fourthTab .map-northamerica {
	text-align: center;
    position: absolute;
    left: 89px;
    top: 111px;
}
#fourthTab .map-southamerica {
    text-align: center;
    position: absolute;
    left: 160px;
    bottom: 83px;
    cursor: pointer;
}
#fourthTab .map-ukingdom {
    text-align: center;
    position: absolute;
    left: 342px;
    top: 238px;
    width: 148px;
    line-height: 15px;
}
#fourthTab .map-europe{
    text-align: center;
    position: absolute;
    left: 379px;
    top: 101px;
}
#fourthTab .map-asia {
    text-align: center;
    position: absolute;
    right: 134px;
    bottom: 199px;
}
#fourthTab .map-australia {
	text-align: center;
    position: absolute;
    right: 60px;
    bottom: 35px;

}
#fourthTab .map-not-classified {
	text-align: center;
    position: absolute;
    left: 217px;
    bottom: 185px;
}
#chartPortfolio .highcharts-container{
	margin: 0 auto;
}
.highcharts-color-0, .highcharts-color-1, .highcharts-color-2, .highcharts-color-3{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.highcharts-point-hover{
	opacity: .8;
}
.highcharts-color-0.highcharts-point-hover:hover, .highcharts-color-1.highcharts-point-hover:hover, .highcharts-color-2.highcharts-point-hover:hover, .highcharts-color-3.highcharts-point-hover:hover{
	opacity: 1;
}
.pie-0, .pie-1, .pie-2, .pie-3{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 1;
}
.pie-0:hover, .pie-1:hover, .pie-2:hover, .pie-3:hover{
	opacity: .8;
}
.portfolio-font{
	font-weight: 400;
	text-align: center;
}
.portfolio-auto{
	width: 70%;
    margin: 0 auto;
}
.aktien-border {
    width: 100%;
    margin: 5px auto;
    border: 3px solid #2f7c7e;
    border-radius: 4px;
}
.barmitel-border {
    width: 100%;
    margin: 5px auto;
    border: 3px solid #529b8d;
    border-radius: 4px;
}
.rohstofe-border {
    width: 100%;
    margin: 5px auto;
    border: 3px solid #84c7a8;
    border-radius: 4px;
}
.anleihen-border {
    width: 100%;
    margin: 5px auto;
    border: 3px solid #b4e2a5;
    border-radius: 4px;
}
.mgrt5{
	margin-top: 3px;
}
#fourthTab .tooltip-inner{
    text-align: left;
    border: 1px solid #b2b2b2;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 5px #b2b2b2;
    box-shadow: 0 5px 5px #b2b2b2;
	padding: 5px 5px;
	background-color: rgba(255,255,255,1);
	color: #3a3a3a;
}
#fourthTab .tooltip-arrow{
	display: none;
}
#fourthTab .tooltip.bottom .tooltip-inner:before, #fourthTab .tooltip.bottom .tooltip-inner:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    bottom: 85%;
}
#fourthTab .tooltip.bottom .tooltip-inner:before {
    border-bottom-color: #b2b2b2;
    border-width: 6px;
    left: 50%;
    margin-left: -5px;
}
#fourthTab .tooltip.bottom .tooltip-inner:after{
    border-bottom-color: #fff;
    border-width: 5px;
    left: 50%;
    margin-left: -4px;
}
#savingTabs2 .arrow_box {
	position: relative;
    padding: 10px 25px 0px 25px;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #177172;
}
#savingTabs2 .arrow_box:after, 
#savingTabs2 .arrow_box:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#savingTabs2 .arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 15px;
	left: 50%;
	margin-left: -19px;
}
#savingTabs2 .arrow_box:before {
	border-color: rgba(113, 158, 206, 0);
	border-bottom-color: #177172;
	border-width: 16px;
	left: 50%;
	margin-left: -20px;
}
#savingTabs2 .font-colorsize{
	color: #177172;
	font-size: 52px;
	font-family: 'LatoLight'!important;
	vertical-align: baseline;
}
#savingTabs2 .font-euro{
	font-size: 28px;
	font-family: 'LatoLight'!important;
}
#savingTabs2 .transfer-box {
	position: relative;
}
#savingTabs2 .transferbox-header{
	padding: 10px 25px;
    font-size: 16px;
    color: rgba(0,0,0,.5);
}
#savingTabs2 .left-float {
    float: left;
    position: relative;
    min-height: 1px;
    width: 50%;
}
#savingTabs2 .right-float {
    float: right;
    width: 50%;
    padding-left: 15px;
}
#savingTabs2 .input-box{
    width: 6%;
    padding: 5px 0px;
	display: table-cell;
    vertical-align: middle;
}

#savingTabs2 .bank-box{
	width: 94%;
	border: 1px solid rgba(0,0,0,.1);
	padding: 0px 25px;
	border-radius: 6px;
	height: 45px;
	display: table-cell;
    vertical-align: middle;
}
#savingTabs2 .bank-box img{
	width: 25px;
	height: 25px;
}
.arrow-box, .arrow-box1, .arrow-box2{
	position:relative;
}
#savingTabs2 .arrow-box:after, #savingTabs2 .arrow-box:before, #savingTabs2 .arrow-box1:after, #savingTabs2 .arrow-box1:before, #savingTabs2 .arrow-box2:after, #savingTabs2 .arrow-box2:before {
  /*  bottom: 32%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;*/
}

#savingTabs2 .arrow-box:after, #savingTabs2 .arrow-box1:after, #savingTabs2 .arrow-box2:after {
	position: absolute;
    display: inline-block;
    border-top: 7px solid transparent;
    border-right: 7px solid #fff;
    border-bottom: 7px solid transparent;
    left: -6px;
    top: 50%;
    margin-top: -5px;
    content: '';
}

#savingTabs2 .arrow-box:before, #savingTabs2 .arrow-box1:before, #savingTabs2 .arrow-box2:before {
	position: absolute;
    display: inline-block;
    border-top: 7px solid transparent;
    border-right: 7px solid rgba(0,0,0,.1);
    border-bottom: 7px solid transparent;
    border-right-color: rgba(0,0,0,.1);
    left: -7px;
    top: 50%;
	margin-top: -5px;
    content: '';
}
#savingTabs2 .saving-opacity{
	opacity: 1;
	display: table;
	color: #3a3a3a;
	font-family: 'LatoLight';
	height: 100%;
	width: 100%;
	border-collapse: separate;
 	border-spacing: 15px 0px;
	cursor: pointer;
}
#savingTabs2 .saving-opacity.active{
	opacity: 1;
}
#savingTabs2 .intervaldate-btn{
	background-color: #fff;
	color: #177172;
    outline: none;
    border: 1px solid rgba(0,0,0,.1);
    padding: 5px 15px;
    width: 30%;
    text-align: center;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
	border-left: none;
}
#savingTabs2 .interval-btn{
	background-color: #f4f4f4;
    outline: none;
    border: 1px solid rgba(0,0,0,.1);
    padding: 5px 15px;
    width: 30%;
    text-align: left;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
#savingTabs2 .add-bank{
	width: 94%;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
	color: #3a3a3a;
}
#savingTabs2 .payment-icon{
	font-size: 20px;
	color: #3a3a3a;
}
#savingTabs2 .transfer-btn{
    padding: 5px 25px;
    background-color: #fff;
    border: 0px;
    color: #177172;
    font-size: 14px;
    opacity: 1;
    -moz-box-shadow: 0px 0px 5px 1px #177172;
    -webkit-box-shadow: 0px 0px 5px 1px #177172;
    box-shadow: 0px 0px 5px 1px #177172;
    transition: all 0.6s ease;
}
#savingTabs2 .transfer-btn:hover{
	opacity: .7;
}
#savingTabs2 .padding-all{
	padding: 5px 25px;
}
#savingTabs2 .footer-top{
	padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,.1);
}.paymentin-show{
	display: none;
}
.fixed-cellwidth{
	width: 60%;
}
.fixed-content .arrow-right{
    font-size: 16px;
    vertical-align: middle;
    margin: 0px 10px;	
}
/*input[type=checkbox], input[type=radio]{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	margin: 0px;
	width:20px;
	height:20px;
	position:relative;
	z-index:1000;
	cursor:pointer;
}
.radio-unchecked, .radio-checked, .box-unchecked, .box-checked{
	height:20px;
	width:20px;	
	background-repeat:no-repeat;
	background-size:20px 20px;	
}
.radio-unchecked {
    background-image: url("img/checkbox-unchecked.png");
	background-size: 100%;
}
.radio-checked {
    background-image: url("img/checkbox-checked.png");
	background-size: 100%;
}
.box-unchecked{
	background-image:url("img/checkbox-unchecked.png");
	background-size: 100%;
}
.box-checked{
	background-image:url("img/checkbox-checked.png");
	background-size: 100%;
}*/
.mgrb25{
	margin-bottom: 25px;
}
.mgrl25{
	margin-bottom: 25px;
}
.mgrb5{
	margin-bottom: 5px;
}
.mgrr5{
	margin-right: 5px;
}
.mgrb15{
	margin-bottom: 15px!important;
}
.mgrt15{
	margin-top: 15px!important;
}
.mgrb30{
	margin-bottom: 30px;
}
.fixed-sparziel{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background-color: rgba(255,255,255,1);
	z-index: 5;
}
.container-sparziel{
    width: 970px;
    margin: 0 auto;
    padding: 45px 0px;
}
.small-sparziel{
	width: 540px;
	margin: 0 auto;
}
.sparziel-icon{
	font-size: 20px;
    margin-right: 10px;
}
.sparziel-div{
	border: 1px solid rgba(0,0,0,.1);
    padding: 10px 20px;
    border-radius: 8px;
	margin-bottom: 15px;
}
.primary-color{
	color: #177172;
}
#sparzielTabs2 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border-radius: 17px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    outline: none;
	margin-left: 0px;
    background-color: #fff;
    border: 1px solid #177172;
}
#sparzielTabs2 .ui-slider-horizontal .ui-slider-handle{
	top: -.5em;
}
#sparzielTabs2 .ui-slider-horizontal {
    height: .2em;
}
#sparzielTabs2 .ui-widget-header{
	background: #177172;
}
#sparzielTabs2 .ui-widget-content{
	border: none;
}
#sparzielTabs2  .left-float{
	float: left;
    position: relative;
    min-height: 1px;
    width: 35%;
}
#sparzielTabs2 .right-float{
	float: right;
	width: 65%;
	padding-left: 15px;
}
#sparzielTabs2 .monthly-price{
	border-left: 2px solid #177172;
    padding: 18px 19px;
    line-height: 20px;
    color: #177172;
    font-size: 26px;
    font-family: 'LatoLight' !important;
}
#sparzielTabs2 .color-price{
	color: #3a3a3a;
    font-size: 16px;
}
#sparzielTabs2 .sparziel-inline{
	display: inline-block;
	width: 33.33333333333333%;
}
#sparzielTabs2 .circle-one{
	width: 12px;
    height: 12px;
    border-radius: 15px;
    border: 1px solid blue;
    vertical-align: baseline;
    margin-right: 10px;
}
#sparzielTabs2 .circle-two{
	width: 12px;
    height: 12px;
    border-radius: 15px;
    border: 1px solid  #19EBC0;
    vertical-align: baseline;
    margin-right: 10px;
}
#sparzielTabs2 .circle-three{
	width: 12px;
    height: 12px;
    border-radius: 15px;
    border: 1px solid #177172;
    vertical-align: baseline;
    margin-right: 10px;
}
#sparzielTabs2 .circle-four{
	width: 12px;
    height: 12px;
    border-radius: 15px;
    border: 1px solid red;
    vertical-align: baseline;
    margin-right: 10px;
}
#sparzielTabs2 .circle-five{
	width: 12px;
    height: 12px;
    border-radius: 15px;
    border: 1px solid #007BE0;
    vertical-align: baseline;
    margin-right: 10px;
}
#sparzielTabs2 .bottom-border{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#sparzielTabs2 .transfer-btn {
    padding: 5px 25px;
    background-color: #fff;
    border: 0px;
    color: #177172;
    font-size: 14px;
    opacity: 1;
    -moz-box-shadow: 0px 0px 5px 1px #177172;
    -webkit-box-shadow: 0px 0px 5px 1px #177172;
    box-shadow: 0px 0px 5px 1px #177172;
    transition: all 0.6s ease;
}
#sparzielTabs2 .transfer-btn:hover {
	opacity: .7;
}
.paddingt-20{
	 padding-top: 20px;
}
#headerSparziel .arrow-right{
	font-size: 16px;
    vertical-align: middle;
    margin: 0px 10px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.notification-popover{
    position: absolute;
    width: 217px;
    background: #f9f9f9;
    left: -82px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    text-align: center;
    top: 61px;
    z-index: 1;
}
.nomessage-popover{
	background-color: #fff;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
	position: relative;
}
.msg-show{
	cursor: pointer;
}
.icon-notification{
	font-size: 83px;
    color: rgba(0,0,0,.1);
}
.bell-padding{
	padding-top: 10px;
	padding-bottom: 15px;
}
.notification-title{
	padding-bottom: 15px;
	padding-top: 5px;
}
.notification-allmsg{
	padding-bottom: 5px;
}
.notification-header{
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.notification-footer{
	padding: 10px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.message-popover{
	background-color: #fff;
	text-align: left;
}
.notification-table{
    display: table;
    width: 100%;
    height: 60px;
	padding: 10px 10px 10px 0px;
}
.notification-cellleft{
	display: table-cell;
    width: 20%;
	text-align: center;
    color: black;
    font-size: 14px;
}
.notification-cellright{
	display: table-cell;
    width: 80%;
}
.message-line{
    border-bottom: 1px solid rgba(0,0,0,.1);
    width: 100%;
}
.only-msg{
	display: none;
}
.no-msg{
	display: none;
}
.no-msg:before {
    border-right-color: inherit;
    border-width: 9px;
    left: 50%;
    margin-left: -7px;
}
.no-msg:before, .no-msg:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    bottom: 100%;
}
.no-msg:after {
	border-bottom-color: #f4f4f4;
    border-width: 8px;
    left: 50%;
    margin-left: -7px;
}
.all-msg{
	display: none;
}

.all-msg:before {
    border-right-color: inherit;
    border-width: 9px;
    left: 50%;
    margin-left: -7px;
}
.all-msg:before, .all-msg:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    bottom: 100%;
}
.all-msg:after {
	border-bottom-color: #f4f4f4;
    border-width: 8px;
    left: 50%;
    margin-left: -7px;
}
.nomessage-popover:before {
    border-right-color: inherit;
    border-width: 9px;
    left: 50%;
    margin-left: -7px;
}
.nomessage-popover:before, .nomessage-popover:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    top: 100%;
}
.nomessage-popover:after {
	border-top-color: #fff;
    border-width: 8px;
    left: 50%;
    margin-left: -7px;
}
.notification-msgheader{
	padding: 10px 5px;
    border-bottom: 1px solid rgba(0,0,0,.1);
	display: table;
	width: 100%;
}
.notification-msgheader span{
	vertical-align: top;
}
.msg-back{
	cursor: pointer;
}
.msg-left{
	display: table-cell;
	width: 70%;
	text-align: left;
    font-size: 12px;
}
.msg-right{
	display: table-cell;
	width: 30%;
	text-align: right;
	font-size: 8px;
}
.height-popover{
	min-height: 225px;
}
.icon-up{
	opacity: .4;
	cursor: pointer;
	transition: all 0.6s ease;
	margin-right: 5px;
}
.icon-down{
	opacity: .4;
	cursor: pointer;
	transition: all 0.6s ease;
}
.icon-up:hover{
	opacity: .9;
	transition: all 0.6s ease;
}
.icon-down:hover{
	opacity: .9;
	transition: all 0.6s ease;
}
.arrowicon-left{
	transform: rotate(180deg);
	font-size: 14px;
}
.cell-padding{
	padding-left: 20px;
}
.body-login{
	width: 100%;
	height:100%;
	min-height: 100%;
	background: rgb(23,113,114); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgb(23,113,114) 45%, rgb(82,155,141) 95%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgb(23,113,114) 45%,rgb(82,155,141) 95%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgb(193, 123, 36) 45%,rgb(230, 201, 167) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#177172', endColorstr='#529b8d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-size: 100% 100%;
	background-color: #fff;
	font-family:'LatoLight' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0px!important;
	padding: 0px!important;
	color: #3a3a3a;
	font-size: 14px;
}
.container-login{
	width: 250px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.login_top {
	width:100%;
	display:table-row;
	background-color: transparent;
	text-align: center;
}
.login_middle {
	width:100%;
	display:table-row;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
}
.login_bottom {
	width:100%;
	display:table-row;
	background-color: transparent;
}
.login_middle_wrapper{
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}
.login_bottom_wrapper{
	display:table-cell;
	text-align: center;
	vertical-align: bottom;
	color: #fff;
	font-family: LatoLight;
	font-size:14px;
}
.login-position{
	height:100%;
	width:100%;
	display:table;
	padding:20px;
}
.body-login h3{
	color:#fff;
	padding-bottom: 40px !important;
}
.body-login h4{
	color:#fff;
}
.body-login h5{
	color:#fff;
	margin:-25px 0 40px;
}
.login_middle h2.main-head{
    position: relative;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 30px;
    color:#000202;
    font-weight: bold;
}
.login_middle h2.main-head::before {
    content: "";
    background: #177172;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -5px;
}
.login_middle .header-expl{
    color:#000202;
    font-size:14px;
    padding-top:7px;
    text-align:left;
    font-weight:bold;
}
.login-error{
	color:#feb740;
	text-align:left;
	padding:2px 0;
  	width: 100%;
	margin:0;
	display: none;
}
.login-error1{
	color:#feb740;
	text-align:left;
	padding:2px 0;
  	width: 100%;
	margin:0;
	display: none;
}
.login-error2{
	color:#feb740;
	text-align:left;
	padding:2px 0;
  	width: 100%;
	margin:0;
	display: none
}
.login-errpass{
	color:#feb740;
	text-align:left;
	padding:2px 0;
  	width: 100%;
	margin:0;
	display: none;
}
.login-errconfirm{
	color:#feb740;
	text-align:left;
	padding:2px 0;
  	width: 100%;
	margin:0;
	display: none
}
.login-wrap .login-error{
	color:#feb740;
	text-align:left;
	padding:2px 0;
  	width: 100%;
	margin:0;
	display: block;
}
.body-login .color-green{
	color: #177172;
}
.login-wrap .login-divider{
	border-bottom:1px solid #fff;
	margin:0;
	padding:0;
}
.login-wrap a{
	color:#fff;
	font-family:LatoLight;
}
.login-wrap a:hover{
	text-decoration:underline;
}
.login-wrap .btn-login{
  	padding: 7px 30px 6px;
  	margin-top: 40px;
	background-color: transparent;
	min-width:250px;
	border: 1px solid #fff;
	color: #fff;
	outline: none;
	font-size: 14px;
/*	-moz-box-shadow: 0px 0px 5px 1px #177172;
	-webkit-box-shadow: 0px 0px 5px 1px #177172;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,.1); */
	transition: all 0.2s ease;
	font-family:Lato;
	border-radius:2px;
	text-decoration:none;
}
.login-wrap .btn-login:hover{
	background-color:#fff;
	color:#177172;
	text-decoration:none;
}
.login-wrap button.btn-login[disabled]{
	cursor: default;
	border:1px solid #8ab7b7;		
	color:#8ab7b7;
}
.login-wrap button.btn-login[disabled]:hover{
	background-color:transparent;
	color:#8ab7b7;
}

.login-wrap .input-user{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: transparent;
	-webkit-transition: all 0.2s;
	-moz-transition: all 2s;
	transition: all 0.2s;
	border:0;
	border-radius:0;
	text-align:center;
	color: #fff !important;
	outline: 0;
	box-shadow:none;
	padding: 6px 12px;
	margin: 8px 0;
	height:34px;
}
.login-wrap .input-user:focus{
	text-indent: 0px;
}
.login-wrap .input-password{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: transparent;
	-webkit-transition: all 0.2s;
	-moz-transition: all 2s;
	transition: all 0.2s;
	z-index: 38883;
	border:0;
	border-radius:0;
	text-align:center;
	color: #fff !important;
	outline: 0;
	box-shadow:none;
	padding: 6px 12px;
	margin: 8px 0;
	height:34px;
}
.login-wrap .input-dob{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: transparent;
	-webkit-transition: all 0.2s;
	-moz-transition: all 2s;
	transition: all 0.2s;
	z-index: 38883;
	border:0;
	border-radius:0;
	text-align:center;
	color: #fff;
	outline: 0;
	box-shadow:none;
	padding: 6px 12px;
	margin: 8px 0;
	height:34px;
}
.login-wrap input:-webkit-autofill {
       -webkit-box-shadow:0 0 0px 1000px rgb(210, 159, 97) inset;
	   box-shadow:0 0 0px 1000px rgb(210, 159, 97) inset;
	   -webkit-text-fill-color: #fff !important;
	   text-fill-color: #fff !important;
	
}
#loginWrap2 input:-webkit-autofill,#loginWrap input:-webkit-autofill{
    -webkit-box-shadow:0 0 0px 1000px #DCEAEA inset;
	box-shadow:0 0 0px 1000px #DCEAEA inset;
	-webkit-text-fill-color: #000202 !important;
    border:none;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    border:1px solid #DCEAEA;
}
.login-wrap .input-password:focus{
	text-indent: 0px;
}

#loginWrap2 .input-login:focus,#loginWrap .input-login:focus{
	border:none;
}
#loginWrap2 .input-login:focus-visible,#loginWrap .input-login:focus-visible{
	border:1px solid #177172;
    outline:none;
    background:#DCEAEA;
}
#loginWrap2 .input-user,#loginWrap .input-user{
	outline: none;
    border: none;
    text-align:center;
    font-weight:bold;
    color: #000202 !important;
    width: 228px;
    background-color: #F9F9F9;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    border-radius: 4px;
    color: #3A3A3A;
    border:1px solid #F9F9F9;
    margin:0;
}
#loginWrap2 input::placeholder, #loginWrap input::placeholder {
    color: #000202 !important;
    font-size: 14px;
    text-align:center !important;
    font-weight:bold;
}
#loginWrap2 .fortget-pass,#loginWrap .fortget-pass {
    color: #000202;
    font-size: 12px;
}
#loginWrap2 .input-password,#loginWrap .input-password{
    border-radius:4px;
    background:#F9F9F9;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0;
}
#loginWrap2 .btn-log,#loginWrap .btn-log{
    background-color:#B4E2A5;
    max-width:228px;
    min-width:228px;
    border-radius:4px;
    color:#177172;
    margin-top:30px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.login-box{
    text-align:left;
    padding-left:120px;
}
.login-wrap ::-webkit-input-placeholder { color: #FFFFFF !important; }
.login-wrap :-moz-placeholder { color: #FFFFFF !important; }
.login-wrap ::-moz-placeholder { color: #FFFFFF !important; }
.login-wrap :-ms-input-placeholder { color: #FFFFFF !important; }
.editgoal-field{
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	outline: none;
    background-color: #fff!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 2s;
    transition: all 0.2s;
}
.editgoal-field:focus{
	outline: none;
}
.editinput-goal{
	display: none;
}
.editinput-slidevalue{
	display: none;
}
.fixed-width span{
	vertical-align: middle;
}
.sparziel-title{
	position: relative;
}
.edit-slidevalue{
	cursor: pointer;
	border-bottom: 1px solid transparent;
}
.modal-open {
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-open .modal{
	overflow-y: auto;
}
.modal-content{
	border-radius: 0px;
}
.modal-body {
/*    border-bottom: 0px solid rgba(0,0,0,.1);
    border-top: 0px solid rgba(0,0,0,.1);
	padding: 0px;*/
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-header {
    border-bottom: 0px solid rgba(0,0,0,.1);
}
.modal-footer {
    border-top: 0px solid rgba(0,0,0,.1);
}
.modal-body-border{
	border-bottom: 1px solid rgba(0,0,0,.1);
    border-top: 1px solid rgba(0,0,0,.1);
	padding: 15px;
}
.padding-input{
	padding: 5px 0px 15px 0px;
}
.extra-padding{
	padding: 15px;
}
.color-default{
	color: #177172;
}
.transfer-table{
	display: table;
    width: 100%;
	padding-bottom: 10px;	
}
.transfer-table:last-child{
    padding-bottom: 0px;
}
.font32{
	font-size: 32px;
}
.transferleft-tablecell{
	display: table-cell;
    vertical-align: middle;
    font-size: 32px;
}
.transferright-tablecell{
	width: 80%;
    display: table-cell;
    padding-bottom: 5px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.extra-padding span{
	vertical-align: middle;
}
#account .btn-neu{
	padding: 5px 25px;
    background-color: #fff;
    border: 0px;
    color: #177172;
    font-size: 14px;
	outline: none;
    opacity: 1;
    -moz-box-shadow: 0px 0px 5px 1px #177172;
    -webkit-box-shadow: 0px 0px 5px 1px #177172;
    box-shadow: 0px 0px 5px 1px #177172;
    transition: all 0.6s ease;
}
#account .btn-neu:hover{
	opacity: .7
}
#account .account-inlineleft{
	display: inline-block;
    width: 50%;
    vertical-align: middle;
	font-size: 18px;
}
#account .account-inlineright{
	display: inline-block;
    width: 50%;
    vertical-align: middle;
	text-align: right;
}
.modal .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.modal .bs-caret{
	display: none;
}
.modal select {
    width: 100%;
    padding: 15px 25px;
    outline: none;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-appearance: none;
    -moz-appearance: none;
}
.modal select#maritalStatus {
    width: 100%;
    padding: 0px;
    outline: none;
    border-radius: 0px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.modal select#profession {
    width: 100%;
    padding: 0px;
    outline: none;
    border-radius: 0px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.modal select#nationality {
    width: 100%;
    padding: 0px;
    outline: none;
    border-radius: 0px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.modal select#pep {
    width: 100%;
    padding: 0px;
    outline: none;
    border-radius: 0px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.modal .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: table;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-size: 14px;
	color: #8a8a8a;
	font-family: 'LatoLight';
}
.modal .btn-default {
    color: #177172;
	color: #3a3a3a;
    font-size: 14px;
    background-image: url(../img/dropdown.svg);
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 50%;
    background-size: 15px;
    background-color: transparent;
	padding: 10px 0px;
	border: none;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.modal .btn-default:hover {
    color: #3a3a3a;
    background-color: transparent;
    font-size: 14px;
}
.modal .btn-default.active, .modal .btn-default:active, .modal .open>.dropdown-toggle.btn-default {
    background-image: url(../img/dropdown.svg);
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 50%;
    background-size: 15px;
    background-color: transparent;
}
#transaction .btn-default {
    color: #177172;
    background-image: url(../img/dropdown.svg);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    background-size: 15px;
    background-color: transparent;
	border: none;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
#transaction .bootstrap-select .dropdown-toggle:focus{
	outline: none!important;
	box-shadow: none;
}
#transaction .btn-group.open .dropdown-toggle, #transaction .btn.active, #transaction .btn:active{
	outline: none!important;
	box-shadow: none!important;
}
#transaction .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: auto;
}
#transaction .bs-caret{
	display: none;
}
#transaction span{
	vertical-align: middle;
}
#weirTransaction .btn-default {
    color: #177172;
    background-image: url(../img/dropdown.svg);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    background-size: 15px;
    background-color: transparent;
	border: none;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
#weirTransaction .bootstrap-select .dropdown-toggle:focus{
	outline: none!important;
	box-shadow: none;	
}
#weirTransaction .btn-group.open .dropdown-toggle, #transaction .btn.active, #transaction .btn:active{
	outline: none!important;
	box-shadow: none!important;
}
#weirTransaction .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: auto;
}
#weirTransaction .bs-caret{
	display: none;
}
#weirTransaction span{
	vertical-align: middle;
}
#transaction .filter-option.pull-left, #weirTransaction .filter-option.pull-left{
	color: #177172;
    font-weight: 600;
}
.fixed-cell a {
    font-weight: normal;
    color: rgba(0,0,0,.4)!important;
    transition: all 0.6s ease;
}
.fixed-cell a:hover, .fixed-cell a:active, .fixed-cell a:focus {
    color: #177172!important;
}
#headerBo .success-msg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background-color: #6cc1ac;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    display: none;
    border-bottom: 2px solid #d3d3d3;
}
#headerBo .success-msg span{
	vertical-align: middle;
}
#headerBo .failure-msg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background-color: #f2dede;
    text-align: center;
    vertical-align: middle;
    color: rgba(0,0,0,.5);
    display: none;
    border-bottom: 2px solid #d3d3d3;
}
#headerBo .failure-msg span{
	vertical-align: middle;
}
#headerBo .success-table{
	display: table;
	width: 100%; 
	height: 100%; 
	overflow: hidden;
}
#headerBo .success-tablecell{
	display: table-cell;
	font-size: 16px;
}
#secondTab .info-chart{
	position: absolute;
	right: 0;
	top: -25px;
	color: #b2b2b2;
	cursor: pointer;
	transition: all 0.6s ease;
}
#secondTab .info-chart:hover{
	color: #3a3a3a;
}
/*#secondTab #areaSplineSecond .highcharts-container{
	width: 900px!important;
}
#firstTab #areaSplineFirst .highcharts-container{
	width: 900px!important;
}*/
.tab-relative{
	position: relative;
}
.modalinfo-table{
	display: table;
	width: 100%;
	height: 100%;
}
.modalinfol-tablecell{
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	padding-right: 5px;
	text-align: justify;
}
.modalinfol-tablecell p{
	margin-bottom: 5px;
}
.modalinfol-tablecell p:last-child{
	margin-bottom: 0px;
}
.modalinfor-tablecell{
	display: table-cell;
    width: 30%;
    vertical-align: middle;
    text-align: center;
}
.modalinfor-tablecell img{
	max-width: 100%;
}
.modalinfo-header{
	color: #177172;
    font-size: 18px;
}
.close-btn{
	font-size: 15px;
	outline: none;
}
.slick-payments{
	height: 40px;
	margin: 0px;
	overflow: hidden;
}
.slick-index{
	height: 40px;
	margin: 0px;
	overflow: hidden;
}
.slick-initialized .slick-slide {
    outline: none;
}
.slick-prev:before {
  content: "";
  color: #fff;
  font-size: 25px;
  margin-left: 20px;
}
.slick-next:before {
  content: "";
  color: #fff;
  font-size: 25px;
  margin-right: 20px;
}
.slick-prev{
    top: 35%; 
    background-color: #2a93d5; 
    border-radius: 65px;
    display: block;
	color: #fff!important;
    width: 57px;
    height: 67px;
	z-index:1;
	transition: all 0.6s ease;
	opacity: 1;
	-webkit-box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.59);
    box-shadow: 1px 0px 2px 0px rgba(0,0,0,.5);
}
.slick-next{
    top: 35%; 
    background-color: #2a93d5; 
    border-radius: 65px;
    display: block;
	color: #fff!important;
    width: 57px;
    height: 67px;
	z-index:1;
	transition: all 0.6s ease;
	opacity: 1;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.59);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.59);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,.5);
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff;
    outline: none;
    background: #2a93d5;
	opacity: .8;
}
.prev-slick{
	font-size: 13px;
    position: absolute;
    bottom: 37%;
	right: 11px;
}
.next-slick{
    font-size: 13px;
    position: absolute;
    bottom: 37%;
    left: 11px;
}
.footer-left{
	float: left;
	width: 30%;
	text-align: left;
}
.footer-center{
	font-family:'LatoLight';
	margin:auto;
	width: 40%;
	text-align: center;
}
.footer-right{
	float: right;
	width: 30%;
	text-align: right;
}
.footer-center span{
	margin-right: 5px;
}
.padding35{
	padding: 35px;
}
.footer-msgicon{
	font-size: 16px;
}
.font-20{
	font-size: 20px;
}
.mrgr10{
	margin-right: 10px;
}
.intervalslide-first{
	display: none;
}
/*input:-webkit-autofill {
	-moz-box-shadow: 0 0 0px 1000px white inset;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
	box-shadow: 0 0 0px 1000px white inset;
}
input:-webkit-autofill:focus {
	-moz-box-shadow: 0 0 0px 1000px white inset;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
	box-shadow: 0 0 0px 1000px white inset;
}
input:-webkit-autofill:hover {
	-moz-box-shadow: 0 0 0px 1000px white inset;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
	box-shadow: 0 0 0px 1000px white inset;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
	background-color: #fff!important;
}*/
.mobile-menu{
	display: none;
}
.mrgb10{
	margin-bottom: 10px!important;
}
.mrgr10{
	margin-right: 10px;
}
#managemTabs2 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border-radius: 17px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    outline: none;
	margin-left: 0px;
    background-color: #fff;
    border: 1px solid #177172;
}
#managemTabs2 .ui-slider-horizontal .ui-slider-handle{
	top: -.5em;
}
#managemTabs2 .ui-slider-horizontal {
    height: .2em;
}
#managemTabs2 .ui-widget-header{
	background: #177172;
}
#managemTabs2 .ui-widget-content{
	border: none;
}
#managemTabs2  .left-float{
	float: left;
    position: relative;
    min-height: 1px;
    width: 35%;
}
#managemTabs2 .right-float{
	float: right;
	width: 65%;
	padding-left: 15px;
}
#managemTabs2 .monthly-price{
	border-left: 2px solid #177172;
    padding: 5px 19px;
    line-height: 20px;
    color: #177172;
    font-size: 26px;
    font-family: 'LatoLight' !important;
}
#managemTabs2 .color-price{
	color: #3a3a3a;
    font-size: 16px;
}
#managemTabs2 .sparziel-inline{
	display: inline-block;
	width: 33.33333333333333%;
}
#managemTabs2 .circle-one{
	width: 12px;
    height: 12px;
    border-radius: 15px;
    border: 1px solid blue;
    vertical-align: baseline;
    margin-right: 10px;
}
#managemTabs2 .circle-two{
	width: 12px;
    height: 12px;
    border-radius: 15px;
    border: 1px solid  #19EBC0;
    vertical-align: baseline;
    margin-right: 10px;
}
#managemTabs2 .circle-three{
	width: 12px;
    height: 12px;
    border-radius: 15px;
    border: 1px solid #177172;
    vertical-align: baseline;
    margin-right: 10px;
}
#managemTabs2 .circle-four{
	width: 12px;
    height: 12px;
    border-radius: 15px;
    border: 1px solid red;
    vertical-align: baseline;
    margin-right: 10px;
}
#managemTabs2 .circle-five{
	width: 12px;
    height: 12px;
    border-radius: 15px;
    border: 1px solid #007BE0;
    vertical-align: baseline;
    margin-right: 10px;
}
#managemTabs2 .bottom-border{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.transfer-btn {
    padding: 5px 25px;
    background-color: #fff;
    border: 0px;
    color: #177172;
    font-size: 14px;
    opacity: 1;
    -moz-box-shadow: 0px 0px 5px 1px #177172;
    -webkit-box-shadow: 0px 0px 5px 1px #177172;
    box-shadow: 0px 0px 5px 1px #177172;
    transition: all 0.6s ease;
}
.transfer-btn:hover {
	opacity: .7;
}
#content #headerBo .navbar-header {
    background-color: transparent;
    width: 100%;
}
.font20{
	font-size: 20px;
}
.slide-smodal{
	padding: 15px;
	display: none;
}
.padding-modalb{
	padding: 0px 15px;
}
.padding-modalh{
	padding: 15px;
}
.padding-modalf{
	padding: 15px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 180px;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: none!important;
    box-shadow: none!important;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover{
	background-color: transparent;
	outline: none!important;
	box-shadow: none;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	background-color: transparent;
	outline: none!important;
	box-shadow: none;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
	background-color: transparent;
}
.cursor-show{
	cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
	opacity: .6;
}
.btn-default {
    color: #3a3a3a;
    background-color: #fff;
    border-color: rgba(0,0,0,.1);
    border-radius: 0px;
}
.login-forgot{
    margin: 0 auto;
    width: 80%;
	padding: 0px 10px;
}
.login-forgot .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 120px;
}
.login-forgot .loginf-table{
	display: table; 
	width: 100%;
	height: 100%;
}
.login-forgot .paddingt-15{
	padding-top: 15px;
}
.login-forgot .paddingt-25{
	padding-top: 25px;
}
.login-forgot .loginf-left{
	display: table-cell; 
	width: 20%;
	vertical-align: middle;	
}
.login-forgot .loginf-right{
	display: table-cell; 
	width: 80%;
	vertical-align: middle;	
}
.login-forgot .btn-forgot{
    padding: 5px 60px;
    background-color: #fff;
    border: 0px;
    color: #177172;
    outline: none;
    font-size: 14px;
    opacity: 1;
    -moz-box-shadow: 0px 0px 5px 1px #177172;
    -webkit-box-shadow: 0px 0px 5px 1px #177172;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,.1);
    transition: all 0.6s ease;
}
.login-forgot .btn-forgot:hover{
	opacity: .7;
}
.notification-relative{
	position: relative;
}
.notification-circle{
    position: absolute;
    top: -7px;
    right: -15px;
    font-size: 12px;
    background-color: #fff;
    color: #177172;
    border-radius: 17px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 19px;
    display: block;
}
#land{
	width: 100%;
}
#land option{
	width: 100%;
}
.dropdown-menu{
	padding: 0px;
}
.dropdown-menu > ul{
	padding: 20px!important;
}
.loginf-right .bootstrap-select.btn-group .dropdown-menu.inner{
	height: 260px;
}
.navbar-collapse.collapse{
    float: right;
	background-color: transparent;
	padding: 8px 0px;

}
.btn-invisible{
	outline: none;
    background: none;
    box-shadow: none;
    border: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #177172;
    opacity: 1;
	color: #fff;
} 
.login-wrap .reset-emailw {
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #feb740;
    font-size: 12px;
    display: none;
}
.login-wrap .reset-emailw.error {
    display: block;
}
.login-wrap .reset-birthdayw {
    position: absolute;
    top: 0px;
    left: 0;
    color: #feb740;
    font-size: 12px;
    display: none;
}
.login-wrap .reset-birthdayw.error {
    display: block;
}
.login-wrap .parent-resetw, .login-wrap .parent-birthdayw {
    position: relative;
    display: inline-block;
    width: 100%;
}
.modal-header .close {
    margin-top: 0px;
}
/* MODAL DESIGNS */
.modals input {
    border-width: 0px;
}
.modal .modals-input{
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
    box-shadow: none;
    padding: 10px 0px;
    border-radius: 0px;
    color: #3a3a3a;
    font-family: 'LatoLight';
    height: auto;
}
.modal .input-border{
 
}
.modal .question-btn{
    outline: none;
    box-shadow: none;
    background: #177172;
    border: 2px solid #177172;
    padding: 5px 40px;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    width: 195px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.modal .question-btn:hover {
    background: #fff;
    color: #3a3a3a;
}
.modal .questionback-btn {
    outline: none;
    box-shadow: none;
    background: #fff;
    border: 2px solid #177172;
    padding: 5px 40px;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    color: #177172;
    font-size: 14px;
    opacity: 1;
    width: 195px;
    height: 35px;    
	margin-right: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.modal .questionback-btn:hover {
    background: #177172;
    color: #fff;
}
.modal .pointer-none{
	opacity: .5;
	pointer-events: none;
}
.modal span{
	vertical-align: middle;
}
.modal span#passstrength{
	vertical-align: top;
}
.modal span.left{
	width: 75%;
}
.modal span.right{
	width: 25%;
	text-align: right;
}
.modal .progress{
    height: 20px;
    margin-top: 20px;
    overflow: hidden;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.default-color{
	color: #177172;
}
.modal .iconbonew-BO_Icons_close{
	font-size: 20px;
	cursor: pointer;
}
.transaction-table{
	display: table;
	width: 100%;
}
.transactionl-cell{
	display: table-cell;
    width: 50%;
    padding-right: 0px;
    text-align: right;
	font-size: 16px;
    font-family: 'LatoLight';
    color: #3a3a3a;
}
.transactionr-cell .bootstrap-select.btn-group .btn.dropdown-toggle.btn-default .filter-option{
	font-size: 16px;
    font-family: 'LatoLight';
    color: #3a3a3a;
}
.transactionr-cell{
	display: table-cell;
    width: 50%;
    padding-left: 8px;
    font-size: 16px;
    font-family: 'LatoLight';
    color: #3a3a3a;
}
.transactionl-infocell{
    display: table-cell;
    width: 35%;
}
.transactionr-infocell{
	display: table-cell;
    width: 65%;
    text-align: right;
}
#transaction .info-icon, #weirTransaction .info-icon {
    font-size: 20px;
    color: #177172;
    font-weight: bold;
    cursor: pointer;
}
#payments #transaction .btn-default, #payments #weirTransaction .btn-default{
	color: #177172;
	width: auto;
	padding-right: 25px;
}
#payments #transaction .btn-default:hover, #payments #weirTransaction .btn-default:hover{
	color: #177172;
}
.cash-table{
	display: table;
	width: 100%;
}
.cash-cell{
	display: table-cell;
	width: 50%;
	font-size: 24px;
	vertical-align: middle;
}
.cash-cell span{
	vertical-align: middle;
}
.cash-cell .info-icon{
	font-size: 20px;
	padding-left: 15px;
	cursor: pointer;
}
#payments .info-icon{
	font-size: 20px;
	vertical-align: middle;
	cursor: pointer;
}
#content #chartCreate {
    min-height: 950px;
}
#chartCreate .chartbtn-left {
    outline: none;
    box-shadow: none;
    background: #fff;
    border-bottom: 3px solid rgba(0,0,0,.1);
    padding: 5px 40px;
    border-radius: 0px;
    text-decoration: none;
    text-align: center;
    color: #3a3a3a;
    font-size: 18px;
    opacity: 1;
    width: 50%;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}
#chartCreate .chartbtn-right {
    outline: none;
    box-shadow: none;
    background: #fff;
    border-bottom: 3px solid rgba(0,0,0,.1);
    padding: 5px 40px;
    border-radius: 0px;
    text-decoration: none;
    text-align: center;
    color: #3a3a3a;
    font-size: 18px;
    opacity: 1;
    width: 50%;
    float: left;
    border-left: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#chartCreate .padding-none {
    padding: 0px;
}
#chartCreate .row {
    margin: 0px;
}
#chartCreate span {
    display: inline-block;
    vertical-align: middle;
}
.chart-table{
	width: 100%;
	display: table;	
	font-size: 14px;
}
.chart-row{
	width: 100%;
	display: table-row;
}
.chart-cell{
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0px;
}
.chart-underline{
	border-bottom: 1px solid rgba(0,0,0,.2);
    width: 100%;
    margin: 0 auto;
    color: rgba(0,0,0,.2);
}
.cursor-pointer{
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	opacity: 1;
}
.cursor-pointer:hover{
	opacity: .5;
}
.img-up{
	position: relative;
	top: 1px;
}
.img-down{
	position: relative;
	bottom: 1px;
}
#chartCreate .fadechart {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
#chartCreate .chartbtn-left.active {
    background: transparent;
    color: #177172;
	border-bottom: 3px solid #177172;
}
#chartCreate .chartbtn-right.active {
    background: transparent;
	color: #177172;
    border-bottom: 3px solid #177172;
}
#chartCreate .fadechart.inn {
    opacity: 1;
}
#chartCreate #showVerfolgen {
    display: none;
}
#chartCreate #showVerfolgen.active {
    display: table;
}
#chartCreate #showAnlegen {
    display: none;
}
#chartCreate #showAnlegen.active {
    display: table;
}
#chartCreate .chartnew-input {
    background: transparent;
    box-shadow: none;
    border: none;
    width: auto;
    text-align: right;
    display: inline-block;
    outline: none;
}
#chartCreate .paymentsTabs {
    clear: both;
    border-bottom: 1px solid #cecece;
    padding-bottom: 1px;
}
#chartCreate .fixed-tabs .nav-tabs>li.active>a{
	font-size: 16px;
}
#chartCreate .chart-table{
	display: table;
	width: 100%;
}
#chartCreate .chartl-cell{
	display: table-cell;
	width: 50%;
	padding-right: 15px;
}
#chartCreate .chartr-cell{
	display: table-cell;
	width: 50%;
	padding-left: 15px;
}
#chartCreate .question-btn {
    outline: none;
    box-shadow: none;
    background: #fff;
    border: 2px solid #177172;
    padding: 5px 40px;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    color: #3a3a3a;
    font-size: 14px;
    opacity: 1;
    width: 195px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#chartCreate .question-btn:hover {
    background: #177172;
    color: #fff;
}
#chartCreate .question-btn a{
    text-decoration: none;
    cursor: pointer;
}
#chartCreate .reverse-btn {
    outline: none;
    box-shadow: none;
	background: #177172;
    color: #fff;
    border: 2px solid #177172;
    padding: 5px 40px;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    width: 195px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#chartCreate .reverse-btn:hover {
    background: #177172;
    color: #fff;
}
#chartCreate :disabled {
	opacity: .5;
}
.modal .reverse-btn {
    outline: none;
    box-shadow: none;
	background: #177172;
    color: #fff;
    border: 2px solid #177172;
    padding: 5px 40px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    width: 195px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.modal .reverse-btn:hover {
    background: #177172;
    color: #fff;
}
.row{
	margin:0px;
} 
#chartCreate .chartneu-input {
    border: none;
    box-shadow: none;
    padding: 0px 0px;
    border-radius: 0px;
    color: rgba(0,0,0,.7);
    height: auto;
    outline: none;
    border-bottom: 1px solid transparent;
	text-align: right;
}
.chartneu-input {
    border: none;
    box-shadow: none;
    padding: 0px 0px;
    border-radius: 0px;
    color: rgba(0,0,0,.7);
    height: auto;
    outline: none;
    border-bottom: 1px solid transparent;
	text-align: right;
}
.underline-chart {
    border-bottom: 1px solid rgba(0,0,0,.1);
    width: 100%;
    position: absolute;
    color: rgba(0,0,0,.1);
}
.chartinput-year {
    width: 32px;
}
.chartinput-month {
    width: 17px;
}
.chartinput-first {
    /*width: 125px;*/
	width: 100px;
}
.chartinput-second {
    width: 85px;
}
.chart-cellfirst {
    width: 235px;
}
.chart-cell{
	display: table-cell;
    vertical-align: middle;
    padding: 5px 0px;
}
.chart-cellsecond {
    width: 165px;
}
/*.chart-cellfirst{
	width: 235px;
}
.chart-cellsecond{
	width: 165px;
}
.chart-cellthird{
	width: 25px;
}*/
.chart-tablee{
    display: table;
    height: 100%;
    width: 100%;	
}
.chart-celle{
    margin: 0;
    display: table-cell;
    vertical-align: middle;
	text-align: right;
}
.chart-icon{
    font-size: 24px;
    color: #fff;
    font-family: 'LatoLight';
	cursor: pointer;
}
.popover-content{
	transition: all 0.3s ease;
	color: #3a3a3a;
}
.popover-content:hover{
	color: #177172;
}
.popover-content > div{
	padding-bottom: 5px;
}
.popover-content > div:last-child{
	padding-bottom: 0px;
}
#savingGoals .popover-content > div > a{
	padding: 0px;
	color: #3a3a3a;
	transition: all 0.3s ease;
	font-family: 'Lato';
}
#savingGoals .popover-content > div > a:hover{
	color: #177172;
}
.underline-chart {
    border-bottom: 1px solid rgba(0,0,0,.1);
    width: 100%;
	position: absolute;
    color: rgba(0,0,0,.1);
}
.modal .text-muted{
	color: #3a3a3a;
    text-align: right;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-right: 40px;
	font-size: 14px;
	font-family: 'Lato';
}
.modal .bootstrap-select.btn-group .dropdown-menu.open li a span.text {
    display: table;
    width: 100%;
    vertical-align: middle;
	font-family: 'LatoLight'!important;
	font-weight: normal!important;
	color: #8a8a8a;
}
.modal .bootstrap-select.btn-group .dropdown-menu.open li a span.text {
	font-family: 'Lato'!important;
	font-weight: normal!important;
	color: #3a3a3a;
}
.modal .bootstrap-select.btn-group .dropdown-menu li small {
    /* padding-left: .5em; */
    /* float: right; */
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: right;
	padding-right: 0px;
}
.modal .dropdown-menu>li>a {
    padding: 0px;
    font-weight: 600;
    color: #3a3a3a;
	line-height: 28px;
}
.btn-group.bootstrap-select.deldepot{
	opacity: .6;
}
input[type="checkbox"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
	opacity: 0;
    margin: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
}
input[type="checkbox"] + .span {
    display:inline-block;
    width:20px;
    height:20px;
    margin: 0;
    vertical-align:middle;
    background:url(../img/BO_Icons_checkbox-innactive.svg) no-repeat;
    cursor:pointer;
	background-size: 100%;
    background-position: 50%;
}
input[type="checkbox"]:checked + .span {
	display:inline-block;
    width: 20px;
    height:20px;
    margin: 0;
    vertical-align:middle;
    cursor:pointer;
    background:url(../img/BO_Icons_checkbox-active.svg) no-repeat;
	background-size: 100%;
    background-position: 50%;
}

input[type="radio"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
	opacity: 0;
    margin: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
}
input[type="radio"] + .span {
    display:inline-block;
    width:20px;
    height:20px;
    margin: 0;
    vertical-align:middle;
    background:url(img/BO_Icons_radio_button-innactive.svg) no-repeat;
    cursor:pointer;
	background-size: 100%;
    background-position: 50%;
}
input[type="radio"]:checked + .span {
	display:inline-block;
    width: 20px;
    height:20px;
    margin: 0;
    vertical-align:middle;
    cursor:pointer;
    background:url(img/BO_Icons_radio_button-active.svg) no-repeat;
	background-size: 100%;
    background-position: 50%;
}
.betrag-hidden{
	position: absolute;
	bottom: -7px;
	color: orange;
	visibility: hidden;
}
.tooltip-chartprice{
	color: rgb(23, 113, 114);
	font-size: 16px;
	text-align: center;
}
.tooltip-chartpriceg{
	color: #3a3a3a;
	font-size: 16px;
	text-align: center;
}
.iconcircle-opacity{
	opacity: .4;
}
.highcharts-button-box{
	height: 26px;
}
.highcharts-button-box + text{
	font-weight: normal!important;
}
#home.home-small .title-circle-wrapper .iconpie-position{
    font-size: 41px!important;
    color: rgba(255,255,255,.2)!important;
}
.pie_progress__content, .pie_progress__icon, .pie_progress__label, .pie_progress__numberr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}
.price-divider{
	border-bottom: 2px solid #8ab7b7;
    margin: 0 auto;
    padding: 0;
    width: 85%;
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.depot-table{
    display: table;
    width: 100%;
    height: 100%;
}
.depot-cellone{
    cursor: pointer;
    display: table-cell;
    width: 45px;
    vertical-align: middle; 
	height: 45px;
    line-height: 45px;
	transition: all 0.3s ease;
	font-family: 'LatoLight';
	color: #3a3a3a;
	
}
.depot-celltwo{
    cursor: pointer;
    display: table-cell;
    font-size: 24px;
    vertical-align: middle;
	transition: all 0.3s ease;
	font-family: 'LatoLight';
	color: #3a3a3a;
} 
.depot-celltwo:hover{
	font-family: 'Lato';
	color: #177172; 
}
.depot-cellthree{
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    width: 3.94px;
    font-size: 18px;
	height: 45px;
    line-height: 47px;
	transition: all 0.3s ease;
	font-family: 'LatoLight';
	color: #3a3a3a;
}
.celltwo-left{
    width: 50%; 
    float: left;
/*	height: 45px;
    line-height: 47px;*/
}
.celltwo-right{
    width: 50%;
    text-align: right;
/*	height: 45px;
    line-height: 47px;*/
}
.depot-cellone:hover + .depot-celltwo { 
	font-family: 'Lato';
	color: #177172; 
}
.info-icondepot{
	font-size: 18px;
    color: #177172;
    font-weight: bold;
    cursor: pointer;
}
.no-product{
	font-size: 14px;
}
::-webkit-input-placeholder{
	 color: #8a8a8a!important; 
	 font-family:'LatoLight';
	 font-size: 14px;
}
:-moz-placeholder{
	 color: #8a8a8a!important; 
	 font-family:'LatoLight';
	 font-size: 14px;
}
::-moz-placeholder{
	 color: #8a8a8a!important; 
	 font-family:'LatoLight';
	 font-size: 14px;
}
:-ms-input-placeholder{
	 color: #8a8a8a!important; 
	 font-family:'LatoLight';
	 font-size: 14px;
}
.text-muted {
    text-align: right;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-right: 40px;
    font-size: 14px;
    font-family: 'Lato';
    color: #3a3a3a;
}
#modalInputBetrag:focus{
	color: #3a3a3a;
	font-family: 'Lato';
}
#modalInputBetrag.add{
	color: #3a3a3a;
	font-family: 'Lato';
}
#selectpickerOnChange{
	color: #b2b2b2;
	font-weight: normal;
}
.chart-input{
	background: transparent;
	box-shadow: none;
	border: none;
	width: auto;
	text-align: right;
	display: inline-block;
	outline: none;
}
.linechart-abs {
    height: 4px;
    width: 24px;
    background-color: #177172;
    position: absolute;
    left: -31px;
    top: 8px;
    border-radius: 8px;
}
.linechart-abs1 {
    height: 4px;
    width: 24px;
    background-color: #767676;
    position: absolute;
    left: -31px;
    top: 8px;
    border-radius: 8px;
}
.dauer-inout{
	font-size: 16px;
	color: #8a8a8a;
}
.popover-content a{
	padding: 0px 0px 5px 0px;
    color: #3a3a3a;
    transition: all 0.3s ease;
    font-family: 'Lato';
}
.iconbonew-BO_Icons_close{
	color:#8a8a8a;
}
.popover{
	z-index: 1;
}
.modal .bootstrap-select.btn-group .dropdown-toggle .filter-option{
	color: #3a3a3a;
	font-family: 'Lato';
}
.modal .modals-input.form-pale{
	color: #8a8a8a;
	font-family: 'Lato';
}
#paymentMountly a:hover .dauer-inout {
    color: #177172;
}
.modal #selectpickerOnChange .text-muted {
    color: #3a3a3a;
    text-align: left; 
    display: table-cell;
    width: 90%;
    vertical-align: middle;
    padding-right: 40px;
    font-size: 14px;
    font-family: 'Lato';
}
.modal #selectpickerOnChange .bootstrap-select.btn-group .dropdown-menu li small {
    /* padding-left: .5em; */
    /* float: right; */
    display: table-cell;
    width: 90%;
    vertical-align: middle;
    text-align: left;
    padding-right: 0px;
}
.modal #selectpickerOnChange .bootstrap-select.btn-group .dropdown-toggle .filter-option{
	position: relative;
	top: 2px;
}
#payments .zeitpunkt .text-muted {
    color: #3a3a3a;
    text-align: left; 
    display: table-cell;
    width: 90%;
    vertical-align: middle;
    padding-right: 40px;
    font-size: 14px;
    font-family: 'Lato';
	padding-left: 5px;
}
#payments .bootstrap-select.btn-group.zeitpunkt .dropdown-menu li small {
    /* padding-left: .5em; */
    /* float: right; */
    display: table-cell;
    width: 90%;
    vertical-align: middle;
    text-align: left;
    padding-right: 0px;
}
#payments .bootstrap-select.btn-group.zeitpunkt .dropdown-toggle .filter-option {
    position: relative;
    top: 2px;
}

#payments .bootstrap-select.btn-group.zeitpunkt .dropdown-toggle .filter-option {
    color: #3a3a3a;
    font-family: 'Lato';
}

#payments .bootstrap-select.btn-group.zeitpunkt .dropdown-toggle .filter-option {
    display: table;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
#dateOfBirth.form-control[disabled], #dateOfBirth.form-control[readonly], fieldset[disabled] #dateOfBirth.form-control {
    background-color: transparent;
    opacity: 1;
    color: #fff;
}
.leftresp-btn{
	display: none;
}
.rightresp-btn{
	width: 100%;
}
#Nav-Bar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 0px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: transparent;
    z-index: 99;
    display: none;
}
#Nav-Bar .menu-table {
    display: table;
    width: 100%;
}
#Nav-Bar .menu-cellleft {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
#Nav-Bar .menu-cellright {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.Nav-LinksM {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: none;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 5vh;
    vertical-align: middle;
    line-height: normal;
    font-family: 'Lato'!important;
    font-size: 22px;
    color: #3a3a3a;
}
.Nav-LinksM:hover {
    color: #177172;
    transform: scale(1.1);
}
#mobileMenuNew{
	position: fixed; 
	width: 100%; 
	min-height: 100vh; 
	height: 100%; 
	top: 0px; 
	right: 0px; 
	padding-left: 10vw; 
	padding-bottom: 5vh; 
	padding-top: 11vh; 
	display: none;
}
#mobileMenuNew .background-opacity{
	position: fixed; 
	width: 100%; 
	min-height: 100vh; 
	height: 100%; 
	background-color: rgb(0, 0, 0); 
	top: 0px; 
	right: 0px; 
	padding-left: 10vw; 
	padding-bottom: 5vh; 
	padding-top: 11vh; 
	opacity: .5;
}
#mobileMenuNew .background-fill{
	position: fixed; 
	width: 80%; 
	min-height: 100vh; 
	height: 100%; 
	background-color: rgb(255, 255, 255); 
	top: 0px; 
	right: 0px; 
	padding-left: 10vw; 
	padding-bottom: 5vh; 
	padding-top: 11vh; 
	opacity: 1;
	
}
.fixed-tabs .nav-tabs.navigation.responsive{
	display: none;
}
.fixed-tabs .nav-tabs.navigation.desktop{
	display: table;
}
.map-resp{
	display: none;
}
.map-desk{
	display: block;
}
.back-startdesk{
	display: block;
} 
.back-start{
	display: none;
} 
/* NEW CSS DESKTOP 2019*/
.savigs-progress{
	width: 92%;
	margin: 0 0px 0 45px;
}
.loader-circ { 
    height: 45px;
    width: 45px;
    color: transparent;
    position: relative;
    display: inline-block;
    border: 3px solid;
    border-radius: 50%;
    border-top-color: #DCEAEA;
    border-right-color: #DCEAEA;
    border-left-color: #DCEAEA;
    animation: rotate 1s linear infinite;
    vertical-align: middle;
    margin-bottom: 8px;
} 
.parrentLoader{	
    position: fixed;
    top: 0;
    left: 0;    
    right: 0;
    bottom: 0;
   	margin: auto;
    width: 100%;
    height: 100%;    
    background-color: rgb(255 255 255 / 30%);
    z-index: 99;
}
.parrentLoader .loader-circ {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	margin: 0;
}
.loader-cell{
    width: 100%;
    display: table-cell;
    float: none;
    margin: 0 auto;
    vertical-align: middle;
}
@keyframes rotate { 
    0% { transform: rotate(0); } 
    100% { transform: rotate(360deg); } 
}
@media screen and (max-width: 767px) {
#paymentMountly .table-monthlyleft > span:last-child{
	margin-left: 58px!important;
    margin-top: 5px!important;
}
.table-monthlyright{
	width: 25%;
}
#payments :disabled {
    opacity: 1!important;
    background-color: #8bb8b9!important;
}
#payments.transactions-pay .tab-content {
    padding: 50px 0px 0 0px!important;
}
#transaction .transaction-overflow {
    padding: 0px 0px!important;
}
#weirTransaction .transaction-overflow {
    padding: 0px 0px!important;
}
#chartCreate .chartbtn-left{
    padding: 5px 5px;
}
#chartCreate .chartbtn-right{
    padding: 5px 5px;
}
.maps-circle{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin-bottom: 2px;
    margin-right: 15px;
}
.clear-floats{
	clear: both;
    border-bottom: 1px solid #d3d3d3;
    padding: 15px 0;
}
.clear-floats:last-child{
    border-bottom: 1px solid transparent;
}
.clear-floats:before, .clear-floats:after{
	display: table;
	content: "";
	clear: both;
}
.mapname-left{
	float: left;
	width: 65%;
	text-align: left;
}
.mappercent-right{
	float: right;
	width: 35%;
	text-align: right;
}
.map-desk{
	display: none;
}
.map-resp{
	display: block;
}
.fixed-tabs .nav-tabs.navigation.desktop{
	display: none;
}
.fixed-tabs .nav-tabs.navigation.responsive{
	display: table;
}

.paymentsTabs {
    clear: both;
    border-bottom: 1px solid #cecece;
    padding-bottom: 0px!important;
}
.detailsTabs {
    clear: both;
    border-bottom: 1px solid #cecece;
    padding-bottom: 0px!important;
}
.fixed-tabs .nav-tabs>li {
	-webkit-transition: border-bottom 0.3s ease!important;
    -moz-transition: border-bottom 0.3s ease!important;
    -o-transition: border-bottom 0.3s ease!important;
    transition: border-bottom 0.3s ease!important;
}
.fixed-tabs .nav-tabs>li>a {
	-webkit-transition: border-bottom 0.3s ease!important;
    -moz-transition: border-bottom 0.3s ease!important;
    -o-transition: border-bottom 0.3s ease!important;
    transition: border-bottom 0.3s ease!important;
}
.fixed-tabs .nav-tabs>li.active>a {
	-webkit-transition: border-bottom 0.3s ease!important;
    -moz-transition: border-bottom 0.3s ease!important;
    -o-transition: border-bottom 0.3s ease!important;
    transition: border-bottom 0.3s ease!important;
}
.nav-tabs>li.first-tab {
	right: -70px;
}
.nav-tabs>li.second-tab {
	right: -70px;
}
.nav-tabs>li.third-tab {
	right: -70px;
}
.nav-tabs>li.fourth-tab {
	left: 90px;
	opacity: .2;
	pointer-events: none;
}
.nav-tabs>li.fifth-tab {
	left: 140px;
	opacity: .2;
	pointer-events: none;
}
.detailsTabs .nav-tabs>li.first-tab {
	right: -35px;
}
.detailsTabs .nav-tabs>li.second-tab {
	right: -35px;
}
.detailsTabs .nav-tabs>li.third-tab {
	right: -35px;
}
.detailsTabs .nav-tabs>li.fourth-tab {
	left: 40px;
	opacity: .2;
	pointer-events: none;
}
.fixed-tabs .nav-tabs>li>a {
    border: 0;
    padding: 20px 10px 20px 10px!important;
}
.navigate-title{
	display: none;
	margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 53%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
#contactUs textarea {
    width: 100%;
    height: 120px!important;
    overflow: auto;
}
.modal-footer {
    padding: 0px;
}
.icon-none{
	display: none;
}
#content #home{
    padding-top: 20px;
    padding-bottom: 20px;
}
#content #home.home-small {
    padding-top: 45px;
    padding-bottom: 45px;
}
.highcharts-range-selector-group{
	transform: translateX(-40px);
}
#Nav-Bar.navbar-background {
    min-height: 60px;
	-webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    background: rgb(82,155,141);
    background: rgb(23,113,114);
    background: -moz-linear-gradient(45deg, rgb(23,113,114) 45%, rgb(82,155,141) 95%);
    background: -webkit-linear-gradient(45deg, rgb(23,113,114) 45%,rgb(82,155,141) 95%);
    background: linear-gradient(45deg, rgb(23,113,114) 45%,rgb(82,155,141) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#177172', endColorstr='#529b8d',GradientType=1 );
}
.copyright-resp {
    position: absolute;
    bottom: 65px;
    right: 0px;
    padding-right: 65px;
    font-size: 22px;
    color: #8a8a8a;
    cursor: pointer;
}
#mobileMenuNew div.second {
    text-align: right;
    padding-right: 65px;
}
#mobileMenuNew .first {
    position: absolute;
    right: 0px;
    top: 7px;
    height: 35px;
    padding-top: 1vh;
    padding-right: 15px;
    cursor: pointer;
}
#Nav-Logo3 {
    height: 30px;
}
.login_top > div{
	position: relative;
	height: 100%;
    width: 100%;
}
.login_top img{
	width: 146px!important;
	position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    top: 25px;
    bottom: 0;
	padding: 0 0 25px 0 !important; 
}
.login_middle hgroup h3{
	font-size: 20px;
}
.login_middle_wrapper h3{
	font-size: 20px;
}

.body-login h3 {
    color: #fff;
    padding: 20px 0 40px 0 !important; 
}
.login-wrap .btn-login{
	margin-top: 25px;
}
.ui-datepicker {
    padding: 10px!important;
    width: 90%!important;
    margin-left: auto!important;
    margin-right: auto!important;
    left: 0!important;
    right: 0!important;
}
#dateOfBirth.form-control[disabled], #dateOfBirth.form-control[readonly], fieldset[disabled] #dateOfBirth.form-control {
    background-color: transparent;
    opacity: 1;
    color: #fff;
}
#contentWidth{
	width: 100%;
}
#content .header-position{
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}
#home .title-position{
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.saving-goals{
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.container-sparziel{
	width: 100%;
	margin: 0 auto;
	padding: 45px 0px;
}
#footer > div{
	width: 100%;
	margin: 0 auto;	
	padding: 0px 0px;	
}
.fixed-width, .fixed-tabs{
	width: 100%;
	margin: 0 auto;
}
.fixed-tabs{
	padding: 0 0 40px;
}
#fourthTab .circle{
  width: 45px;
  height: 45px;
  margin: 0 auto;
  text-align: center;
  line-height: 45px;
  border-radius: 45px;
  background-color: rgba(255,255,255,.9);
  color: #3a3a3a;
  padding-top: 0px;
  border: 2px solid #177172;
  font-size: 12px;
}
#fourthTab .map-northamerica {
    text-align: center;
    position: absolute;
    left: 61px;
    top: 84px;
}
#fourthTab .map-southamerica {
    text-align: center;
    position: absolute;
    left: 131px;
    bottom: 76px;
}
#fourthTab .map-ukingdom {
    text-align: center;
    position: absolute;
    left: 242px;
    top: 176px;
    width: 148px;
    line-height: 15px;
}
#fourthTab .map-europe {
    text-align: center;
    position: absolute;
    left: 300px;
    top: 72px;
}
#fourthTab .map-asia {
    text-align: center;
    position: absolute;
    right: 103px;
    bottom: 157px;
}
#fourthTab .map-australia {
    text-align: center;
    position: absolute;
    right: 32px;
    bottom: 41px;
}
#fourthTab .map-not-classified {
    text-align: center;
    position: absolute;
    left: 156px;
    bottom: 146px;
}
#thirdTab .left-float {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    width: 45%;
}
#thirdTab .right-float {
    float: right;
    width: 55%;
    padding-left: 15px;
}
.footer-left {
    float: left;
    width: 40%;
    text-align: left;
}
.footer-center {
    float: left;
    width: 30%;
    text-align: center;
}
.footer-right {
    float: right;
    width: 30%;
    text-align: right;
}
.depot-celltwo {
    font-size: 16px;
}
#savingGoals .saving-percentage {
    margin-right: 10px;
}
#savingGoals .saving-percentage [class^="iconbonew-"], #savingGoals .saving-percentage [class*=" iconbonew-"] {
    font-size: 45px;
}
.depot-cellone {
    width: 45px;
    height: 45px; 
    line-height: 45px;

}
#savingGoals .saving-percentage {
    width: 45px;
}
#savingGoals .saving-percentage .pie_progress__number {
    font-size: 12px;
}
.pie_progress__content, .pie_progress__icon, .pie_progress__label, .pie_progress__number {
    top: 62%;
    -webkit-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    transform: translateY(-57%);
}
#savingGoals .saving-percentage {
    width: 45px;
}
.title-position{
	position: relative;
}
.back-startdesk{
	display: none;
} 
.back-start{
	position: absolute;
	left: 25px;
	padding: 0;
	top: 30px;
	display: block;
} 
.depo-center{
	height: auto!important;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -25px;
    text-align: center;
	padding: 0;
	width: 60%;
}
.price-center{
    margin-top: 50px;
    padding: 0;
}
.depopricebtn-center {
    position: absolute;
    height: auto!important;
    right: 29px;
    padding: 0;
    top: 50px;
    margin: auto;
    bottom: 0;
}
#home.home-small .title-circle-left {
    padding-right: 0px;
	font-size: 20px;
}
#home.home-small .title-circle-left-wrapper {
    width: 37%;
}
#home.home-small .title-circle-left .title-span-left {
    right: 10px; 
}
#home .title-span-left {
    right: 0px;
}
#home h3 {
    font-size: 20px;
}
#home.home-small .title-position .title-left-wrapper {
    display: table;
    height: 100%;
	width: 100%;
}
#home.home-small .title-circle-right .title-span-right {
    left: 10px;
}
#home.home-small .title-circle-right {
    padding-left: 0;
}
#home.home-small .title-circle-right-wrapper {
	width: 37%;
}
#home.home-small .title-circle-wrapper .iconpie-position {
    font-size: 31px!important;
}
.pie_progress__content, .pie_progress__icon, .pie_progress__label, .pie_progress__numberr {
    top: 46%;
    -webkit-transform: translateY(-46%);
    -ms-transform: translateY(-46%);
    transform: translateY(-46%);
}
#home.home-small .pie_progress__svg svg {
    height: 70px;
}
.transfer-box > div.btn-resp > div{
	position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    left: 0;
	z-index: 9;
}
.transfer-box > div.btn-resp > div > .question-btn{
	width: 100%;
    height: 50px;
    background-color: #177172;
    color: #fff;
    border-radius: unset;
    border: none;
}
.btnhide-resp{
	display: none;
}
.modal-dialog {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    top: 0;
    left: 0;
    right: 0;
}
.modal-dialog.intro {
    position: relative;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.modal-content {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border: 0;
	border-radius: 0;
}
#modalOne #modal-header{
	display: none;
}
#modal-footer{
	padding: 15px 0 0 0;
}
#modal-body{
	padding: 25px 15px;
}
.leftresp-btn{
	display: inline-block;
	width: 50%;
	float: left;
	color: #3A3A3A!important;
    background-color: #EAEAEA;
    padding: 15px;
    text-align: center;
	cursor: pointer;
}
.rightresp-btn{
	width: 50%;
	float: right;
	color: #fff!important;
    background-color: #177172;
    padding: 15px;
    text-align: center;
}
.padding0-resp{
	padding: 0!important;
}
#payments .small-sparziel {
    width: 402px!important;
    padding-left: 15px;
    padding-right: 15px;
}
#home.home-small .title-circle-left {
    padding-right: 10px;
    font-size: 18px;
}
#home.home-small .title-circle-right {
	padding-left: 10px;
    font-size: 18px;
}
.transaction-borderfirst > div:first-child{
	display: none!important;
}
#weirTransaction #weirTimeline {
    margin: 0!important;
    padding: 0 15px!important;
	border: none!important;
}
#weirTransaction .panel-body {
	padding: 15px 15px!important;
}
#weirTransaction .content {
	padding: 15px 15px!important;
}
#transaction .transaction-table{
	padding: 0!important;
}
#transaction #timeline {
    margin: 0!important;
    padding: 0 0px!important;
	border: none!important;
}
#transaction .panel-body{
    padding: 15px 15px!important;
}
#transaction .content{
    padding: 15px 15px!important;
}
.trasactionleft-resp{
	width: 73%!important;
}
.trasactionright-resp{
	width: 27%!important;
}
.portfolio-auto {
    width: 100%;
    margin: 0 auto;
}
#details .info-iconleft {
    right: 5px!important;
    top: 5px!important;
    font-size: 26px!important;
}
#details .info-iconleft.gew {
    right: 5px!important;
    top: 5px!important;
    font-size: 26px!important;
}
#details .table-left {
    width: 100%!important;
    vertical-align: middle;
}
#details .table-right {
    width: 5%!important;
    vertical-align: middle;
	position: absolute;
    top: 10px;
    right: 5px;
}
#messages .table-left {
    width: 77%!important;
}
#messages .table-right {
    width: 23%!important;
}
.alle-btn {
    width: 32%!important;
    border-radius: unset!important;
    text-align: center!important;
	padding: 5px 5px!important;
}
.alle-btn:first-child {
    border-top-left-radius: unset; 
    border-bottom-left-radius: unset; 
}
.alle-btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.alle-btn.active:hover{
	color: #fff!important;
}
#chartCreate .padd-mob, #chartCreate .padd-mobs{
	padding: 0 15px!important;
}
#chartDepot{
	margin: 15px auto!important;
}
#weirTransaction .table th {
    font-size: 12px!important;
}
#weirTransaction .table td {
    font-size: 12px!important;
}
#transaction .table th {
    font-size: 12px!important;
}
#transaction .table td {
    font-size: 12px!important;
}
#contactUs .small-container {
    width: 65%!important;
}
.separate-inline10 {
	display: none!important;
}
#account .account-cell1 {
    width: 15%!important;
    padding-right: 15px!important;
}
#account .account-cell2 {
    width: 85%!important;
    padding-left: 15px!important;
}
#account .account-left {
    width: 30%!important;
}
#account .account-right {
	float: left!important;
    width: 70%!important;
    padding-left: 0!important;
}
#profile .separate-inline{
	display: block!important;
	width: 100%!important;
}
#profile .account-cell1 {
    width: 10%!important;
}
.account-title br{
	display: none;
}
#payments .tab-content{
	padding: 50px 15px 0 15px!important;
}
#messages .paggination-position {
    width: 85%!important;
}
#fifthTab .alle-btn {
    width: 25%!important;
    border-radius: unset!important;
    text-align: center!important;
    padding: 5px 5px!important;
}
#headerBo{
	display: none;
}
#Nav-Bar{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	display: block;
}
.firstpay, .secondpay, .thirdpay{
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	position: relative;
	right: 0px;
	border: 0;
    padding: 20px 20px 20px;
    border-radius: 0px;
    margin-right: 0px;
    font-size: 16px;
    color: #3a3a3a;
}
.secondpay{
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	position: relative;
	right: 0px;
	border: 0;
    padding: 20px 20px 20px;
    border-radius: 0px;
    margin-right: 0px;
    font-size: 16px;
    color: #3a3a3a;
}
.thirdpay{
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	position: relative;
	right: 0px;
	border: 0;
    padding: 20px 20px 20px;
    border-radius: 0px;
    margin-right: 0px;
    font-size: 16px;
    color: #3a3a3a;
}
#home .title-circle-wrapper {
    display: table;
    border: 4px solid #8ab7b7;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: auto;
    transition: all 0.3s ease;
}
/* NEW RESPONSIVE CLEANUP 2019*/
.savigs-progress{
	width: 100%;
	margin: 0;
}
.saving-goals{
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
#home .title-position {
    width: 100%;
    margin: 0 auto;
    padding: 55px 15px 30px 15px;
}
.iconbonew-BO_Icons_falafel{
	font-size: 24px;
}
.depot-celltwo {
    font-size: 18px;
	position: relative;
    top: 3px;
}
#savingGoals a {
    position: relative;
    top: 1px;
}
.popover{
    max-width: 100%;
    border: none;
    border-radius: 4px;
}
.popover.bottom>.arrow{
	border-bottom-color: rgba(0,0,0,.13);
}
.popover-content > div {
    padding-bottom: 15px;
}
.popover-content { 
    padding: 15px 35px 15px 20px;
}
.depot-cellonem{
    display: none;
}
#sparzielBtn > .iconbonew-BO_Icons_add{
	font-size: 54px!important;
}
#sparzielBtn > div:last-child{
	font-size: 20px!important;
}
.depo-center {
    height: auto!important;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 31px; 
    text-align: center;
    padding: 0;
    width: 60%;
}
.depopricebtn-center {
    position: absolute;
    height: auto!important;
    right: 29px;
    padding: 0;
    top: -128px;
    margin: auto;
    bottom: 0;
}
.pie_progress__content, .pie_progress__icon, .pie_progress__label, .pie_progress__numberr {
    top: 43%;
    -webkit-transform: translateY(-43%);
    -ms-transform: translateY(-43%);
    transform: translateY(-43%);
}
#home.home-small .title-circle-right-wrapper {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    position: relative;
    top: -9px;
}
#home.home-small .title-circle-left-wrapper {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    position: relative;
    top: -9px;
}
.fixed-tabs{ 
    padding: 0 30px 40px;
}
#fourthTab .left-float {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 75%;
    margin: 0 auto;
}
.tab-detailone{
	width: 100%;
    position: relative;
    height: 60px;
}
.link-detail{
    position: absolute;
    top: 0;
    bottom: 0;
	font-size: 16px;
	color: #177172;
}
.fixed-tabs .nav-tabs.navigation.responsive{
    display: block;
    width: 100%;
    height: 60px;
}
.link-detailone{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 32px;
}
.link-detailtwo{
	top: 50%;
	left: 90%;
	transform: translate(-50%, -50%);
	line-height: 32px;
}
.link-detailthree{
	top: 50%;
	left: 200%;
	transform: translate(-50%, -50%);
	line-height: 32px;
}
.link-detailfour{
	top: 50%;
	left: 200%;
	transform: translate(-50%, -50%);
	line-height: 32px;
}
.link-detailfourmy{
	top: 50%;
	left: 200%;
	transform: translate(-50%, -50%);
	line-height: 32px;
}
.link-detailfivemy{
	top: 50%;
	left: 200%;
	transform: translate(-50%, -50%);
	line-height: 32px;
}
.fixed-tabs .nav-tabs.navigation.responsive{
	width: 100%!important;
}
.link-detailone.nonactive{
   	background: linear-gradient(to left, #A9A9A9 0%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: background .7s ease-in-out;
    -moz-transition: background .7s ease-in-out;
    -o-transition: background .7s ease-in-out;
    transition:background .7s ease-in-out;
}
.link-detailtwo.nonactivel{
   	background: linear-gradient(to left, #A9A9A9 0%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: background .7s ease-in-out;
    -moz-transition: background .7s ease-in-out;
    -o-transition: background .7s ease-in-out;
    transition:background .7s ease-in-out;
}
.link-detailtwo.nonactiver{
   	background: linear-gradient(to right, #A9A9A9 0%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: background .7s ease-in-out;
    -moz-transition: background .7s ease-in-out;
    -o-transition: background .7s ease-in-out;
    transition:background .7s ease-in-out;
}
.link-detailthree.nonactivel{
   	background: linear-gradient(to left, #A9A9A9 0%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: background .7s ease-in-out;
    -moz-transition: background .7s ease-in-out;
    -o-transition: background .7s ease-in-out;
    transition:background .7s ease-in-out;
}
.link-detailthree.nonactiver{
   	background: linear-gradient(to right, #A9A9A9 0%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: background .7s ease-in-out;
    -moz-transition: background .7s ease-in-out;
    -o-transition: background .7s ease-in-out;
    transition:background .7s ease-in-out;
}
.link-detailfour.nonactiver{
   	background: linear-gradient(to right, #A9A9A9 0%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: background .7s ease-in-out;
    -moz-transition: background .7s ease-in-out;
    -o-transition: background .7s ease-in-out;
    transition:background .7s ease-in-out;
}
.link-detailfourmy.nonactivel{
   	background: linear-gradient(to left, #A9A9A9 0%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: background .7s ease-in-out;
    -moz-transition: background .7s ease-in-out;
    -o-transition: background .7s ease-in-out;
    transition:background .7s ease-in-out;
}
.link-detailfourmy.nonactiver{
   	background: linear-gradient(to right, #A9A9A9 0%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: background .7s ease-in-out;
    -moz-transition: background .7s ease-in-out;
    -o-transition: background .7s ease-in-out;
    transition:background .7s ease-in-out;
}
.link-detailfivemy.nonactiver{
   	background: linear-gradient(to right, #A9A9A9 0%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: background .7s ease-in-out;
    -moz-transition: background .7s ease-in-out;
    -o-transition: background .7s ease-in-out;
    transition:background .7s ease-in-out;
}
}
@media screen and (max-width: 470px) {
.depot-celltwo {
    font-size: 16px;
    position: relative;
    top: 3px;
}
#fourthTab .left-float {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    margin: 0 auto;
}
#contactUs .small-container {
    width: 100%!important;
}
#weirTransaction .table td:nth-child(1) {
	width: 24px!important;
}
#weirTransaction .table td:nth-child(2) {
	width: 55px!important;
}
#weirTransaction .table td:nth-child(4) {
	width: 80px!important;
}
#weirTransaction .table th:nth-child(3), #weirTransaction .table td:nth-child(3) {
	display: none;
}
#weirTransaction .table:first-child {
	width: 50%!important;
}
#weirTransaction .table:last-child {
	width: 30%!important;
}
#weirTransaction .table:last-child td:nth-child(1) {
	width: auto!important;
}
#weirTransaction .table:last-child td:nth-child(2) {
	width: 30px!important;
}
#weirTransaction .transaction-overflow {
    padding: 0px 0px;
}	
#transaction .table td:nth-child(1) {
	width: 24px!important;
}
#transaction .table td:nth-child(2) {
	width: 80px!important;
}
.trasactionleft-resp {
    width: 60%!important;
}
.trasactionright-resp {
    width: 40%!important;
}
#chartCreate .question-btn{
	width: 100%;
}
#chartCreate .reverse-btn{
	width: 100%;
}	
.fixed-tabs .nav-tabs>li>a {
    border: 0;
    padding: 20px 8px 20px 8px!important;
}
.fixed-tabs .nav-tabs>li {
	-webkit-transition: border-bottom 0.3s ease!important;
    -moz-transition: border-bottom 0.3s ease!important;
    -o-transition: border-bottom 0.3s ease!important;
    transition: border-bottom 0.3s ease!important;
    font-size: 16px;
}
.fixed-tabs .nav-tabs>li>a {
	-webkit-transition: border-bottom 0.3s ease!important;
    -moz-transition: border-bottom 0.3s ease!important;
    -o-transition: border-bottom 0.3s ease!important;
    transition: border-bottom 0.3s ease!important;
    font-size: 16px;
}
.fixed-tabs .nav-tabs>li.active>a {
	-webkit-transition: border-bottom 0.3s ease!important;
    -moz-transition: border-bottom 0.3s ease!important;
    -o-transition: border-bottom 0.3s ease!important;
    transition: border-bottom 0.3s ease!important;
    font-size: 16px;
}
#payments .small-sparziel {
    width: 100%!important; 
    padding-left: 15px;
    padding-right: 15px;
}
#profile .account-left {
    width: 45%!important;
}
#profile .account-right {
    width: 55%!important;
}
#account .account-left {
    width: 92px!important;
}
#messages .message-border {
    font-size: 12px!important;
}
#messages .icon-attach {
    display: none;
}
}  
@media screen and (max-width: 425px) {
.fixed-tabs .nav-tabs.navigation.responsive {
    display: table;
    width: 320px;
}
.fixed-tabs .nav-tabs>li {
	-webkit-transition: border-bottom 0.3s ease!important;
    -moz-transition: border-bottom 0.3s ease!important;
    -o-transition: border-bottom 0.3s ease!important;
    transition: border-bottom 0.3s ease!important;
    font-size: 12px;
}
.fixed-tabs .nav-tabs>li>a {
	-webkit-transition: border-bottom 0.3s ease!important;
    -moz-transition: border-bottom 0.3s ease!important;
    -o-transition: border-bottom 0.3s ease!important;
    transition: border-bottom 0.3s ease!important;
    font-size: 12px;
}
.fixed-tabs .nav-tabs>li.active>a {
	-webkit-transition: border-bottom 0.3s ease!important;
    -moz-transition: border-bottom 0.3s ease!important;
    -o-transition: border-bottom 0.3s ease!important;
    transition: border-bottom 0.3s ease!important;
    font-size: 12px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
#fourthTab .left-float {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 75%;
    margin: 0 auto;
}
#contentWidth{
	width: 750px;
}
#content .header-position{
	width: 750px;
	margin: 0 auto;
	padding: 0px 15px;
}
#home .title-position{
	width: 750px;
	margin: 0 auto;
	padding: 0 15px;
}
.saving-goals{
	width: 750px;
	margin: 0 auto;
	padding: 0 15px;
}
.container-sparziel{
	width: 750px;
	margin: 0 auto;
	padding: 45px 0px;
}
#footer > div{
	width: 750px;
	margin: 0 auto;	
	padding: 0px 0px;	
}
.fixed-width, .fixed-tabs{
	width: 750px;
	margin: 0 auto;
}
.fixed-tabs{
	padding: 0 0 40px;
}
#fourthTab .circle{
  width: 55px;
  height: 55px;
  margin: 0 auto;
  text-align: center;
  line-height: 54px;
  border-radius: 55px;
  background-color: rgba(255,255,255,.9);
  color: #3a3a3a;
  padding-top: 0px;
  border: 2px solid #177172;
  font-size: 12px;
}
#fourthTab .map-northamerica {
    text-align: center;
    position: absolute;
    left: 61px;
    top: 84px;
}
#fourthTab .map-southamerica {
    text-align: center;
    position: absolute;
    left: 115px;
    bottom: 51px;
}
#fourthTab .map-ukingdom {
	text-align: center;
    position: absolute;
    left: 246px;
    top: 180px;
    width: 148px;
    line-height: 15px;
}
#fourthTab .map-europe {
    text-align: center;
    position: absolute;
    left: 287px;
    top: 84px;
}
#fourthTab .map-asia {
    text-align: center;
    position: absolute;
    right: 99px;
    bottom: 154px;
}
#fourthTab .map-australia {
    text-align: center;
    position: absolute;
    right: 36px;
    bottom: 15px;
}
#fourthTab .map-not-classified {
	text-align: center;
    position: absolute;
    left: 157px;
    bottom: 128px;
}
#thirdTab .left-float {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    width: 45%;
}
#thirdTab .right-float {
    float: right;
    width: 55%;
    padding-left: 15px;
}
.footer-left {
    float: left;
    width: 40%;
    text-align: left;
}
.footer-center {
    float: left;
    width: 30%;
    text-align: center;
}
.footer-right {
    float: right;
    width: 30%;
    text-align: right;
} 
#home.home-small .title-circle-left {
    font-size: 20px;
}
#home h3 {
    font-size: 20px;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
#content .header-position{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#home .title-position{
	width: 960px;
	margin: 0 auto;
}
.saving-goals{
	width: 750px;
	margin: 0 auto;
	padding: 0;
}
.container-sparziel{
	width: 970px;
	margin: 0 auto;
	padding: 45px 0px;
}
#footer > div{
	width: 960px;
	margin: 0 auto;
	padding: 0px 0px;		
}
.fixed-width, .fixed-tabs{
	width: 960px;
	margin: 0 auto;
}
.fixed-tabs{
	padding: 0 0 40px;
}
#fourthTab .map-northamerica {
    text-align: center;
    position: absolute;
    left: 70px;
    top: 92px;
}
#fourthTab .map-southamerica {
    text-align: center;
    position: absolute;
    left: 139px;
    bottom: 61px;
    cursor: pointer;
}
#fourthTab .map-ukingdom {
    text-align: center;
    position: absolute;
    left: 300px;
    top: 216px;
    width: 148px;
    line-height: 15px;
}
#fourthTab .map-europe{
    text-align: center;
    position: absolute;
    left: 320px;
    top: 93px;
}
#fourthTab .map-asia {
    text-align: center;
    position: absolute;
    right: 113px;
    bottom: 169px;
}
#fourthTab .map-australia {
	text-align: center;
    position: absolute;
    right: 42px;
    bottom: 21px;
}
#fourthTab .map-not-classified {
    text-align: center;
    position: absolute;
    left: 180px;
    bottom: 147px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
#contentWidth{
	width: 1300px;
}
#content .header-position{
	width: 1100px;
	margin: 0 auto;
}
#home .title-position{
	width: 1100px;
	margin: 0 auto;
}
.fixed-width, .fixed-tabs{
	width: 1100px;
	margin: 0 auto;
}
.left-float.map-desk > img{
	width: 715px!important;	
}
}
@media screen and (min-width: 1400px) {
#contentWidth{
	width: 1600px;
}
#content #home{
	padding-top: 75px;
}
#content .header-position{
	width: 1100px;
	margin: 0 auto;
}
#home .title-position{
	width: 1100px;
	margin: 0 auto;
}
.fixed-width, .fixed-tabs{
	width: 1100px;
	margin: 0 auto;
}
.left-float.map-desk > img{
	width: 715px!important;	
}
}

/* OtherDomainColors */
.ak_b2blogin_de_BGColor,.b2blogin_de_BGColor{
	background: rgb(23,113,114);
    background: -moz-linear-gradient(45deg, rgb(19,76,110) 45%, rgb(44 140 197) 95%);
    background: -webkit-linear-gradient(45deg, rgb(19,76,110) 45%,rgb(44 140 197) 95%);
    background: linear-gradient(45deg, rgb(19,76,110) 45%,rgb(44 140 197) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134c6e', endColorstr='#2c8cc5',GradientType=1 );
}
.ak_b2blogin_de_BGColor .login-wrap input:-webkit-autofill,.b2blogin_de_BGColor .login-wrap input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px rgb(19,76,110) inset;
    box-shadow: 0 0 0px 1000px rgb(19,76,110) inset;
    -webkit-text-fill-color: #fff !important;
}
.ak_b2blogin_de_Logo1,.b2blogin_de_Logo1{
	 content: url('../img/logo_AK_full-L.png') !important;
}
.ak_b2blogin_de_Logo1,.logo.b2blogin_de_Logo1{
	width: 260px !important;
}
.ak_b2blogin_de_Logo2,.b2blogin_de_Logo2{
	 content: url('../img/logo_AK_full-S.png') !important;
}
.ak_b2blogin_de_Logo3,.b2blogin_de_Logo3{
	 content: url('../img/logo_AK_short-L.png') !important;
}
.ak_b2blogin_de_Logo4,.b2blogin_de_Logo4{
	 content: url('../img/logo_AK_short-S.png') !important;
}
.logo.ak_b2blogin_de_Logo4,.logo.b2blogin_de_Logo4{
	width: 60px !important;
}