/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.11.2015, 12:19:09
    Author     : Aleksandar
*/

@import url(//facdn.financeads.net/fonts/google/fonts.min.css?family=Raleway:400);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#currUser{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu ul li a{ 
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#currUser ul li a:before{
    content: none; 
}
#currUser ul li a{
    color: #000; text-transform: none;
}
#currUser ul li a:hover{
    background-color: #79c947;
    color: white;
}
#currUser ul{
    float: right !important; 
    background-color: transparent;
}

#currUser ul li ul{
    position: absolute;
}
.userSettings{
    width: 340px; height: 190px; margin-left: -250px; margin-top: 1px; background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    color: #000;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    outline: none;
    overflow: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: text;
    padding: 30px;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu {
    width: auto;
    /*border-bottom: 3px solid #79c947;*/
    font-family: Raleway, sans-serif;
    line-height: 1;
}
#cssmenu ul {
    float: left;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu.align-right > ul > li > a {
    margin-right: 0;
    margin-left: -4px;
}
#cssmenu > ul > li > a{
    z-index: 2;
    padding: 18px 25px 12px 25px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #444444;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-right: -4px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover{
    color: #ffffff;
}

#cssmenu > ul > li.active {
    z-index: 5;
}

#cssmenu > ul > li > a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 120%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    content: "";
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: perspective(5px) rotateX(2deg);
    -webkit-transform-origin: bottom;
    -moz-transform: perspective(5px) rotateX(2deg);
    -moz-transform-origin: bottom;
    transform: perspective(5px) rotateX(2deg);
    transform-origin: bottom;
    border: 1px solid #73b3a8;
    border-bottom-color: #79c947;
    background: #fff;
}
#cssmenu > ul > li.active > a:after,
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li > a:hover:after {
    background: #79c947;
}

#userlog, #currUser{
    float: right;
    padding: 18px 25px 12px 25px;
    font-weight: bold;
}

#userlog > a {
    border: 5px solid rgba(238, 238, 238, 0);
    box-shadow: 0 0 6px rgba(238, 238, 238, 0);
    color: #D86464;
}

#userlog > a:hover{
    background: #D86464;
    border-radius: 10px;
    border-color: #D86464 !important;
    box-shadow: 0 0 6px #F50000 !important;
    color: #fff;
}
.abtn {display: inline-block;
       padding: 6px 12px;
       margin-bottom: 0;
       font-size: 14px;
       font-weight: 400;
       line-height: 1.42857143;
       text-align: center;
       white-space: nowrap;
       vertical-align: middle;
       -ms-touch-action: manipulation;
       touch-action: manipulation;
       cursor: pointer;
       width: 90%;}

.loginform{
    float: right;
}

.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}
.form-login {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form-login input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.form-login button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
.form-login button:hover,.form-login button:active,.form-login button:focus {
    background: #43A047;
}
.form-login .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}
.form-login .message a {
    color: #4CAF50;
    text-decoration: none;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}
.container:before, .container:after {
    content: "";
    display: block;
    clear: both;
}
.container .info {
    margin: 50px auto;
    text-align: center;
}
.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}
.container .info span {
    color: #4d4d4d;
    font-size: 12px;
}
.container .info span a {
    color: #000000;
    text-decoration: none;
}
.container .info span .fa {
    color: #EF3B3A;
}
body {
    background: #fefefe; /* fallback for old browsers */
    background: -webkit-linear-gradient(right, #fefefe, #eeeeee);
    background: -moz-linear-gradient(right, #fefefe, #eeeeee);
    background: -o-linear-gradient(right, #fefefe, #eeeeee);
    background: linear-gradient(to left, #fefefe, #eeeeee);
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
    margin: 5px auto !important;
    max-width: 1170px;    
}
footer{
    text-align: center;
    width: 100%;
    height: 30px;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 5px;
}
.footer{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #d4d3c7;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.2;
    height: auto;
}
.footer-wrapper {
    overflow: hidden;
    background-position: left top;
}
.footer .icon {
    float: left;
    margin-top: 4px;
    color: #858370;
}
header{
    min-height: 10px;
}
.maincontainer{
    margin: 0px auto;
    max-width: 100%;
    background: #FFFFFF;
    padding: 20px;
    min-height: 1200px; 
}
/*submenu*/
*, *:after, *:before {
    box-sizing: border-box; }

.animenu__toggle {
    display: none;
    cursor: pointer;
    background-color: #79c947;
    border: 0;
    padding: 10px;
    height: 40px;
    width: 40px; }
.animenu__toggle:hover {
    background-color: #73b3a8; }

.animenu__toggle__bar {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); }
.animenu__toggle__bar + .animenu__toggle__bar {
    margin-top: 4px; }

.animenu__toggle--active .animenu__toggle__bar {
    margin: 0;
    position: absolute; }
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
    transform: rotate(45deg); }
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
    opacity: 0; }
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
    transform: rotate(-45deg); }

.animenu {
    display: block; 
    background-color: #79c947;
}

.animenu ul {
    padding: 0;
    list-style: none;
    font: 0px 'Open Sans', Arial, Helvetica; 
    margin-bottom: 0px;
}
.animenu li, .animenu a {
    display: inline-block;
    font-size: 15px; }
.animenu a {
    color: #fff;
    text-decoration: none; }

.animenu__nav {
    background-color: #79c947; }
.animenu__nav > li {
    position: relative;
    border-right: 1px solid #b2e096; }
.animenu__nav > li > a {
    padding: 10px 30px;
    text-transform: uppercase; }
.animenu__nav > li > a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right: 10px; }
.animenu__nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0; }
.animenu__nav > li:hover > a {
    color: #fff; }

.animenu__nav__child {
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    margin: 20px 0 0 0;
    background-color: #a4da82;
    transition: margin 0.15s, opacity 0.15s; }
.animenu__nav__child > li {
    width: 100%;
    border-bottom: 1px solid #c1e6aa; }
.animenu__nav__child > li:first-child > a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit; }
.animenu__nav__child > li:last-child {
    border: 0; }
.animenu__nav__child a {
    padding: 10px;
    width: 100%;
    border-color: #a4da82; }
.animenu__nav__child a:hover, .animenu__nav > li > a:hover {
    background-color: #73b3a8;
    border-color: #73b3a8;
    color: #fff; }

/*@media screen and (max-width: 767px) {
    .animenu__toggle {
        display: inline-block; }

    .animenu__nav, .animenu__nav__child {
        display: none; }

    .animenu__nav {
        margin: 10px 0; }
    .animenu__nav > li {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #c1e6aa; }
    .animenu__nav > li:last-child {
        border: 0; }
    .animenu__nav > li:first-child > a:after {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        left: 1em;
        top: -6px;
        border: 6px solid transparent;
        border-top: 0;
        border-bottom-color: inherit; }
    .animenu__nav > li > a {
        width: 100%;
        padding: 10px;
        border-color: #79c947;
        position: relative; }
    .animenu__nav a:hover {
        background-color: #73b3a8;
        border-color: #73b3a8;
        color: #fff; }

    .animenu__nav__child {
        position: static;
        background-color: #a4da82;
        margin: 0;
        transition: none;
        visibility: visible;
        opacity: 1; }
    .animenu__nav__child > li:first-child > a:after {
        content: none; }
    .animenu__nav__child a {
        padding-left: 20px;
        width: 100%; } }

.animenu__nav--open {
    display: block !important; }
.animenu__nav--open .animenu__nav__child {
    display: block; }*/
/*end submenu*/

/* export */    

.exportFaApiForm .form-group {
    margin-top: 1em;
}

.exportFaApiForm input#von, .exportFaApiForm input#bis {
    margin-bottom: 15px;
}

/* end export */  

/* statistic */

#ajaxLoader {
    display:none;
    margin-left: 1em;
    margin-right: 1em;
}

.zeitraumDisplay {
    display:none;
}

#statisticTotals tr {
    min-height: 35px;
}

#statisticTotals h4 {
    margin-top: 1em;
}

.c3 text{
    fill: #555 !important;
}

.c3Pie .c3 .c3-chart-arc text{
    fill: white !important;
}

.dateButton {
    margin: 5px;
    background-color: #79c947 !important;
    border: #79c947 !important;
}

#chartOffers, #chartOrders {
    margin: 2em 0 2em 0;
}

#gesamtzahlen {
    margin-top: 2em;
}

#mainStatisticExport {
    margin-left: 1em;
}

/* end statistic */  /* end statistic */

.orderTable{
    padding-left:50px;
    margin-left: 1.5em;
    border: solid #ddd 1px; 
    width:95%;
}

.subtableheader{
    background-color: #ddd !important;
}
.pdf{
    background: url('img/pdf.png') no-repeat center center;
    width: 22px;
    height: 22px;
}
.history{
    /*background: url('img/history.png') no-repeat center center;*/
    color: #337ab7;
    cursor: pointer;
    width: 22px;
    height: 24px;
}

.ajaxLoaderErrorTable, .ajaxLoaderAbrechnenTable {
    width: 25px;
    height: 25px;
    visibility: hidden;
}

.ajaxLoaderAdvanceSearch, .ajaxLoaderAddNote {
    width: 35px;
    height: 35px;
    visibility: hidden;
}

.ajaxLoaderLoadNote {
    width: auto;
    height: auto;
}

tr.loading td.details-control {
    background: url('ajax-loader.gif') no-repeat center center !important;
    background-size: 20px 20px !important;
    -webkit-background-size: 20px 20px !important;
}

tr.loading-odd td.details-control {
    background: url('ajax-loader-grey.gif') no-repeat center center !important;
    background-size: 20px 20px !important;
    -webkit-background-size: 20px 20px !important;
}

.dataTable tbody > tr td, .dataTable tbody > tr td {
    border-top: 2px solid #ddd !important;
    border-bottom: none !important;
}

.dataTable tbody > tr:first-child td, .dataTable tbody > tr:first-child td, .dataTable tbody > tr.childRow td, .dataTable tbody > tr.childRow td {
    border-top: none !important;
}

#noteform#savebtn, #ajaxLoaderAddNote {
    margin: 1em !important;
}

.noteHistoryTable {
    padding-left:50px; 
    border: solid #ddd 1px; 
    width:100%
}

.noteHistoryTable tbody tr td, .noteHistoryTable tbody tr th {
    border: solid #ddd 1px !important;
    padding: 5px !important;
}

.modal-body .noteHistoryTable tbody tr th {
    background-color: #ddd !important;
}

.note-control-loading {
    background: url('ajax-loader.gif') no-repeat center center !important;
    background-size: 24px 24px !important;
    -webkit-background-size: 24px 24px !important;
}


.checkExternalSubmitContainer {
    margin: 2em 0 2em 0;
}

.changeStatus {
    cursor: pointer;
}

table#externalStatus th, table#externalStatus td {
    padding: 0.5em;
}

table#externalStatus {
    width: 90%;
    margin: auto;
}

.ui-datepicker {
    z-index: 100 !important;
}

/* display order */

#inputForm fieldset {
    margin: 1em;
}

.checkboxen_produkte form-group {
    padding: 0 1em 0 1em;
}

/* display order END */

.font-bold {
    font-weight: bold;}

.os-ERSTELLT{
    border-left:4px solid #00FF00;
}
.os-VERWEHRT{
    border-left:4px solid #f2dede;
}
.os-EINGEGANGEN{
    border-left:4px solid #F2F5A9;
}
.os-ABGELEHNT{
    border-left:4px solid #eb6451;
}
.os-FEHLER{
    border-left:4px solid #eb0948;
}
.os-GEAENDERT{
    border-left:4px solid #9cbadd;
}
.os-ERFOLGREICH{
    border-left:4px solid #3c9206;
}
.os-GENEHMIGT{
    border-left:4px solid #00ffff;
}
.os-IN_KLAERUNG{
    border-left:4px solid #fff500;
}
.duplicateOrder{
    color: #00eb38;
    font-weight: bold;
}
#overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white url(img/ajax-loader.gif) no-repeat center;
    display: none;
}
.error422{
    background-color: #F78181 !important;
}
.erroredit422{
}
.error412{
    background-color: #A9BCF5 !important;
}
.erroredit412{
}

.filterButtons {
    margin-bottom: 2em !important;
}

/*permission*/
.permission-page{
    margin-left: 5px;
    font-weight: bold;
    font-size: 14px;
}
.permission-action{
    margin-left: 25px;
    font-size: 12px;
}
.panel{
    border: 1px solid #ddd !important;
}

.currentMenuItem{
    color: #79c947;
    font-weight: bold;
    width: 250px;
    margin: 5px auto 15px auto;
}


/* home */

#homeUserInfo {
    overflow-x: hidden;
}

#homeUserInfo div.big.row {
    margin-bottom: 10px;
}


.big {
    font-size: 1.2em; 
}

#ordersAmountChart {
    height: 100%;
    width: 100%;
}

#home_headline {
    margin: 1em;
}

#wfListContainer > h4 {
    margin-bottom: 1em;
}

#wfListContainer {
    min-height: 500px;
}


/* Frontend Result Page */

.jsResult {
    margin: 1em;
    width: 100%;
}

#jsFirstResult {
    display: none;
    margin-bottom: 3em;
}

#jsAdditionalResultsTitle {
    display:none;
}

.font-bold {
    font-weight: bold;
}

#jsFirstResult .alert-danger, .jsResult .alert-danger {
    color: #C35D5B !important;
    background-color: #DCDCDC !important;
    border-color: #C4C4C4 !important;
}

.selectedProductContainer.row {
    width: 80%;
    padding: 2em 4em 2em 4em;
    border: 2.5px solid #00b300;
    font-size: 1.1em;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #000;
}

.tarifdetailsSwitch {
    color: #5cb85c;
    cursor: pointer;
}

.tarifdetailsSwitchContainer {
    margin-bottom: 1em;
    margin-top: 1em;
}

.selectedProductContainer h4 {
    font-weight: bolder;
    text-align: center;
    line-height: 150%;
}

.selectedProductContainer .tarifDetailsContainer {
    background: #e6ffe6;
    padding: 1em;
    margin: 1em;
}

.bottom-1 {
    margin-bottom: 1em;
}

.bottom-2 {
    margin-bottom: 2em;
}

.top-1 {
    margin-top: 1em;
}

.top-2 {
    margin-top: 2em;
}
    
a.prev {
    float: left;
}

a.next {
    float: right;
}

.navButtons {
    height: 50px;
}

.jsInvalid {
    border: 1px solid #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #a94442;
}

div.checkbox label.jsCheckboxError {
    color: #a94442;
}
jsCheckboxErrorFeedback::after {
    color: #a94442;
}

#kn2_absicherung {
    background-color:#ffffff;
}

a.jsNotVisited {
    cursor: default;
}

.smaller_legend {
    width: auto;
}


.stepLinkMobile {
    font-weight: bold;
}

.navButtons > a {
    font-size: 13px;
    /* background-color: #47a447 !important; */
    border-radius: 4px !important;
    color: #FFFFFF !important;
    text-align: center !important;
    text-decoration: none !important;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-weight: bold !important;
    outline: none !important;
    cursor: pointer;
}

.jsResult > .alert.alert-danger {
    min-height: 72px !important;
}

.radio label::before, .checkbox label::before {
    outline: none !important;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio], .radio label::before, .checkbox label::before {
    cursor: pointer;
}

.form-control{
    padding: 6px 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

input.form-control, select.form-control{
    display: block;
    width: 100% !important;
    height: 40px !important;
    margin: 0px !important;
    padding: 5px 10px !important;
    font-size: 13px !important;
    font-weight: normal;
    color: #333333;
}

.form-control-slider{
    padding: 6px 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

input.form-control-slider, select.form-control-slider{
	width:90%;
	max-width:150px;
    height: 40px !important;
    margin: 0px !important;
    padding: 5px !important;
    font-size: 15px !important;
    font-weight: normal;
    color: #333333;
	text-align:right;
}

.validationErrorPopover.popover {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    width: 60%;
    z-index: 1000 !important;
    left: 0px !important;
    margin-left: 8px !important;
    box-shadow: none !important;
}

.validationErrorPopover .popover-title {
    background: #f2dede !important; 
}

.validationErrorPopover .popover-content {
    background: #f2dede !important; 
}

.validationErrorPopover.top .arrow:after {
    border-top-color: #f2dede !important; 
}
.popover.top>.arrow {
    left: 0% !important;
    margin-left: 5px !important;
}

.validationErrorPopover.right .arrow:after {
    border-right-color: #f2dede !important; 
}

.validationErrorPopover.left .arrow:after {
    border-left-color: #f2dede !important; 
}

.validationErrorPopover.bottom .arrow:after {
    border-bottom-color: #f2dede !important; 
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 8px;
    padding-left: 8px;
}

.resultAjaxLoader {
    background-image: url(img/ajaxLoaderFlat.gif); 
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
    display: block;
}

.bankProductName {
    font-weight: bold;
    
}

.jsResult {
    margin: 1em 0 !important;
}

.jsResult > .alert.alert-danger {
    background-color: #D6D6D6 !important; 
    border-color: #969696 !important;
}

.jsResult > .alert.alert-danger .spriteBanklogo {
    opacity: 0.25 !important;
}

.noOfferMsg {
    margin-top: 12px;
    color: #616161 !important;
}

.productInfoAmountDuration, .creditDataAmountDuration {
    background:#fff;
    border:1px solid #ccc;
    padding:10px 15px;
    margin-bottom:20px;
}

.productConditions > hr {
    border-top:1px dashed #999;
    margin-bottom:10px;
    margin-top:5px;
    width: 95%;
}

.productConditions > .productCondition > span.value {
    font-size:20px;
    font-weight:300;
}

.productConditions > .productCondition > span.name {
    font-size:12px;
    color:#999;
}

.productConditions .bankInfo {
    font-size:12px;
    color:#333;
}

.productConditions .example {
    font-size:12px;
    color:#999;
}

.featuresContainer {
    background:#eee;
    padding:10px 15px;
}

.featuresContainer > hr {
    border-top:1px solid #ccc;
    margin-bottom:10px;
    margin-top:5px;
}

.green {
    color:green;
}

.jsProductDataContainer {
    margin-bottom: 1em;
}


.popover {
    border-radius: 0 !important;
}

.popover-header > button {
    font-size: 1.5em;
    margin: 0.1em; 
    cursor: pointer;
}

.popover.infoPopover, .infoBox > div, .accountInfoBox > div  {
    box-shadow: none;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #dff0d8;
    z-index: 900 !important;
}

.accountInfoBox > div {
    background-color: #d9edf7;
}

.infoBox > div, .accountInfoBox > div  {
    padding: 10px;
}

.accountInfoBox > div {
    margin: 1em;
}

.popover.infoPopover{
    width: 85% !important;
    left: 15% !important;
    position: absolute !important;
    margin-left: 0 !important;
    max-width: none !important;
    float: left;
}

.infoPopover .popover-content {
    background: #dff0d8 !important; 
}

i.fa-info-circle {
    color: #999999;
    outline: none !important;
    margin-top: 0.7em;
    cursor: pointer;
    float: left;
}

.infoPopover i.fa-info-circle {
    margin-top: 15px !important;
    margin-left: 4px !important;
    width: 6%;
}

.form-control-feedback {
    top: 3px !important;
    right: 12px !important;
}

input[type="number"].noNumberArrows::-webkit-outer-spin-button,
input[type="number"].noNumberArrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"].noNumberArrows {
    -moz-appearance: textfield;
}

.hasNumberArrows .form-control-feedback {
    right: 30px !important;
}

.accountEmailExists {
    background-color: #f2dede;
}

.accountEmailOk {
    background-color: #dff0d8;
}

#jsAccountError {
    position: absolute;
    padding: 8px;
    top: 0;
    right: 0;
    width: 95%;
}

.documentLink {
  
    font-weight: 300 !important;
    font-size: 13px !important;
}

i.fa.resultConditionInfo {
    margin-top: 0.2em !important;
    margin-right: 0.5em !important;
}

.tarifDetailsContainer .popover {
    width: 800% !important;
}

.tarifDetailsContainer .popover.top>.arrow {
    left: 50% !important;
    margin-left: -11px !important;
}

.jsPositiveOffer .popover.top>.arrow {
    left: 50% !important;
    margin-left: -11px !important;
}

.jsPositiveOffer .popover {
    color: #000 !important;
}

.tarifDetailsContainer .conditionName {
    padding: 0 !important;
}

.top-buffer { 
    margin-top:2em; 
}

.top-buffer-250 {
    margin-top:250px !important; 
}

.top-buffer-150 {
    margin-top:150px !important; 
}

.top-buffer-100 {
    margin-top:100px; 
}

.top-buffer-50 {
    margin-top:50px; 
}

.top-buffer-20 {
    margin-top:20px; 
}

.top-buffer-10 {
    margin-top: 10px;
}

.spriteBausparlogo { 

    display: block;
    max-width: 100%;
    border-style: none;
    vertical-align: middle;
    border: 0;
    width: 185px; 
    height: 45px; 
    background-image: url(img/bankLabels/spriteBausparlogoTablets.png); 
    text-align:center; 
    margin-bottom: 0.5em;
}

.spriteBausparlogo9999 { background-position: -0px -0px; } /* LBS */

.spriteBausparBigLogo { 

    display: block;
    max-width: 100%;
    border-style: none;
    vertical-align: middle;
    border: 0;
    width: 200px; 
    height: 50px; 
    background-image: url(img/bankLabels/spriteBausparlogo.png); 
    text-align:center; 
    margin-bottom: 0.5em;
}

.spriteBausparBigLogo9999 { background-position: -0px -0px; } /* LBS */

.videoLegiUrl {
    font-weight: bold;
}

.loaderEffectActive {
    color: transparent;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
	text-shadow: red 0 0 7px;
}
 
.rangeslider__fill {
    background: #FF3333 !important;
}

@-webkit-keyframes loaderEffectActive {
    from {
        text-shadow: 0 0 10px #FF3333, 0 0 20px #FF3333, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #FF3333, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}

@media(max-width:900px){
    
    .bausparCondition {
        min-height: 60px;
    }
    
    .spriteBausparlogo { 
        width: 145px; 
        height: 35px; 
        background-image: url(img/bankLabels/spriteBausparlogoMobile.png); 
    }
    
    .spriteBausparlogo9999 { background-position: -0px -0px; }

}

@media(max-width:767px){
    
    footer.footer {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    
    .jsZip {
        margin-bottom: 10px !important;
    }
    
    input.form-control.streetInput, select.form-control.streetInput {
        margin-bottom: 10px !important;
    }

    form i.fa-info-circle {
        margin-top: 0.2em;
        padding: 6px 0 10px 0px !important;
        font-size: 1.8em;
        margin-left: -0.55em;
    }
    
    .infoBox, .accountInfoBox {
        margin-top: 10px;
    }   

    .infoBox button.close, .accountInfoBox button.close {
        font-size: 2em;
        margin-top: -0.2em;
    }
    
    .form-group {
        margin-bottom: 10px !important;
    }

    .form-group div.radio {
        padding-left: 3em;
    }

    .form-control-feedback {
        top: 2px !important;
        right: 23px !important;
    }
    
    .selectedProductContainer {
        text-align: center;
        width: 95%;
        padding: 1em;
    }
    
    .selectedProductContainer .spriteBausparlogo, .selectedProductContainer .testsiegel {
        margin-left: auto;
        margin-right: auto;
    }
    
    .selectedProductContainer .tarifDetailsContainer {
        font-size: 14px;
    }
}

@media(min-width : 768px) {
    .shortFormField {
        width: 50% !important;
    }
}

@media(max-width : 480px) {

    .spriteBanklogo { margin-bottom: 15px; }
}

@media(max-width : 375px) {

    .selectedProductContainer.row { 
        width: 100% !important; 
        padding: 5px 0px 15px 0px !important; 
    }
    
    .productConditions > .productCondition > span.value {
        font-size:14px;
    }
}

#iFrameResizer0{
    min-height: 2000px;
}

/* 
    Fields to be hidden by default
*/
.jsAddress_kn2 { display: none; }
#jsStep2 { display: none; }
#jsStep3 { display: none; }
#jsStep4 { display: none; }
#jsResultContainer { display: none; }
.jsKN2Area { display: none; }
.jsLastAddress_kn2 { display: none; }
.jsLastAddress { display: none; }
.jsSameLastAddress { display: none; }
.jsResidentSinceDE { display: none; }
.jsResidentSinceDE_kn2 { display: none; }
.jsLastAddressContainer { display: none; }
.jsKinder { display: none; }
.jsKinder_kn2 { display: none; }
.jsAnzEigentumVerm { display: none; }
.jsAnzEigentumVerm_kn2 { display: none; }
.jsEigentumVerm { display: none; }
.jsEigentumVerm_kn2 { display: none; }
.jsEigentumVermContainer { display: none; }
.jsEigentumSelbstBew { display: none; }
.jsEigentumSelbstBew_kn2 { display: none; }
.jsEigentumSelbstBewContainer { display: none; }
.jsBerufsstatus { display: none; }
.jsBerufsstatus_kn2 { display: none; }
.jsRentenkasseContainer { display: none; }
.jsExArbeitgeber { display: none; }
.jsExArbeitgeber_kn2 { display: none; }
.jsExArbeitgeberContainer { display: none; }
.jsEinnahmenSelbststaendig { display: none; }
.jsEinnahmenSelbststaendig_kn2 { display: none; }
.jsKontoCont { display: none; }
.jsKtoDetails { display: none; }
.jsIncomeFields { display: none; }
.jsIncomeFields_kn2 { display: none; }
.jsRentTotal { display: none; }
.jsRentTotal_kn2 { display: none; }
.jsMortgage { display: none; }
.jsMortgage_kn2 { display: none; }
.jsWohnkosten { display: none; }
.jsWohnkosten_kn2 { display: none; }
.jsOwnVehicles { display: none; }
.jsOwnVehicles_kn2 { display: none; }
.jsDeliveryAddress { display: none; }
.jsDeliveryAddress_kn2 { display: none; }
.jsDeliveryAddressContainer { display: none; }
.jsCreditCards { display: none; }
.jsCreditCards_kn2 { display: none; }
.jsLimitedUntil { display: none; }
.jsLimitedUntil_kn2 { display: none; }
.jsTaxOther { display: none; }
.jsTaxOther_kn2 { display: none; }
.jsBenefitRate { display: none; }
.jsBenefitToggle { display: none; }
.jsOwnAdditionalPayment { display: none; }
.jsSavingAmountRate { display: none; }
.jsVl80 { display: none; }
.jsKnLegend { display: none; }
.jsGemeinschaftsvertrag { display: none; }
.jsUsTaxNumberContainer { display: none; }

/* Nochmal für Bestätigungsseite */
.check_jsAddress_kn2 { display: none; }
.check_jsKN2Area { display: none; }
.check_jsLastAddress_kn2 { display: none; }
.check_jsLastAddress { display: none; }
.check_jsSameLastAddress { display: none; }
.check_jsResidentSinceDE { display: none; }
.check_jsResidentSinceDE_kn2 { display: none; }
.check_jsLastAddressContainer { display: none; }
.check_jsKinder { display: none; }
.check_jsKinder_kn2 { display: none; }
.check_jsAnzEigentumVerm { display: none; }
.check_jsAnzEigentumVerm_kn2 { display: none; }
.check_jsEigentumVerm { display: none; }
.check_jsEigentumVerm_kn2 { display: none; }
.check_jsEigentumVermContainer { display: none; }
.check_jsEigentumSelbstBew { display: none; }
.check_jsEigentumSelbstBew_kn2 { display: none; }
.check_jsEigentumSelbstBewContainer { display: none; }
.check_jsBerufsstatus { display: none; }
.check_jsBerufsstatus_kn2 { display: none; }
.check_jsRentenkasseContainer { display: none; }
.check_jsExArbeitgeber { display: none; }
.check_jsExArbeitgeber_kn2 { display: none; }
.check_jsExArbeitgeberContainer { display: none; }
.check_jsEinnahmenSelbststaendig { display: none; }
.check_jsEinnahmenSelbststaendig_kn2 { display: none; }
.check_jsKontoCont { display: none; }
.check_jsKtoDetails { display: none; }
.check_jsIncomeFields { display: none; }
.check_jsIncomeFields_kn2 { display: none; }
.check_jsRentTotal { display: none; }
.check_jsRentTotal_kn2 { display: none; }
.check_jsMortgage { display: none; }
.check_jsMortgage_kn2 { display: none; }
.check_jsWohnkosten { display: none; }
.check_jsWohnkosten_kn2 { display: none; }
.check_jsOwnVehicles { display: none; }
.check_jsOwnVehicles_kn2 { display: none; }
.check_jsDeliveryAddress { display: none; }
.check_jsDeliveryAddress_kn2 { display: none; }
.check_jsDeliveryAddressContainer { display: none; }
.check_jsCreditCards { display: none; }
.check_jsCreditCards_kn2 { display: none; }
.check_jsLimitedUntil { display: none; }
.check_jsLimitedUntil_kn2 { display: none; }
.check_jsTaxOther { display: none; }
.check_jsTaxOther_kn2 { display: none; }
.check_jsBenefitRate { display: none; }
.check_jsBenefitToggle { display: none; }
.check_jsOwnAdditionalPayment { display: none; }
.check_jsSavingAmountRate { display: none; }
.check_jsVl80 { display: none; }
.check_jsKnLegend { display: none; }
.check_jsGemeinschaftsvertrag { display: none; }
.check_jsUsTaxNumberContainer { display: none; }




/* Checkbox and Radio Buttons Settings */
.fa_control {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 13px;
	font-weight:normal !important;
	color:#333 !important;
}
.fa_control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.fa_control-indicator {
	position: absolute;
    top: 3px;
    /* left: 0; */
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 1px solid #cccccc;
}
.fa_control-radio .fa_control-indicator {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}

.fa_control:hover input ~ .fa_control-indicator,
.fa_control input:focus ~ .fa_control-indicator {
    background: #ffffff;
}

.fa_control input:checked ~ .fa_control-indicator {
    /* background: #47a447; */
    border:1px solid #FF3333;
}

.fa_control:hover input:not([disabled]):checked ~ .fa_control-indicator,
.fa_control input:checked:focus ~ .fa_control-indicator {
   /*  background: #47a447; */
}

.fa_control input:disabled ~ .fa_control-indicator {
    background: #47a447;
    pointer-events: none;
    opacity: .75;
}

.fa_control-indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.fa_control input:checked ~ .fa_control-indicator:after {
    display: block;
}

.fa_control-checkbox .fa_control-indicator:after {
    left: 5px;
    top: 1px;
	width: 8px;
    height: 12px;
    border: solid #FF3333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.fa_control-checkbox input:disabled ~ .fa_control-indicator:after {
    border-color: #FFFFFF;
}

.fa_control-radio{
	margin-right:10px; 
}

.fa_control-radio .fa_control-indicator:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #FF3333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.fa_control-radio input:disabled ~ .fa_control-indicator:after {
    border-color: #FFFFFF;
}

.fa_checkbox-label {
    margin-left: 27px;
    margin-top: 4px;
    cursor: pointer;
	font-weight: normal;
}

.fa_label-text-form {
    margin-left: 30px;
    margin-top: 3px;
    cursor: pointer;
	font-weight: normal;
	font-size:15px;
}

.fa_label-text-bestaetigung { 
    margin-left: 30px;
    margin-top: 3px;
    cursor: pointer;
	font-weight: normal;
	font-size:15px;
}

.jsInvalid, 
label.jsCheckboxError div.fa_label-text-bestaetigung, 
.jsCheckboxErrorFeedback::after {
    color: red !important;
}


label.jsCheckboxError div.fa_control-indicator{
	border:1px solid red;
}

.jsCheckboxErrorFeedback{
	position: relative;
    float: right;
    top: -19px;
    right: -30px;
    font-size: 20px;
    color: red;
}

ul.fa_link.stepsSuccess li {
	margin-bottom: 1em;
}