.btn-pp,
.btn-ii
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    font-weight: 400;
    padding: 0.375rem 1.875rem;
    text-transform: uppercase;
    border: 0.1875rem solid #00ab6b;
    background-color: #fff;
    color: #00ab6b;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    cursor: pointer;
    height: 3.125rem;
}
.btn-privatback-logo
{
    height: 30px;
    margin-left: 10px;
}
@media (max-width: 1300px) and (min-width: 1025px) {
    .btn-pp,
    .btn-ii
    {

        padding-left: 4px;
        padding-right: 4px;
        font-size: 13px;
    }
    .card__inputbox
    {
        margin-right: 4px;
        width: 50px;
    }
    .card-bot__head
    {
        padding: 4px;
    }
    .card__form .button
    {
        padding: 0 4px;
        font-size: 13px;
    }
    .btn-privatback-logo
    {
        margin-left: 1px;

    }
    .btn-privatback-logo
    {
        height: 24px;
    }
}
@media (max-width: 1024px) and (min-width: 992px) {
    .btn-pp,
    .btn-ii
    {
        font-size: 12px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .card__inputbox
    {
        margin-right: 4px;
        width: 50px;
    }
    .card-bot__head
    {
        padding: 4px;
    }
    .card__form .button
    {
        padding: 0 4px;
        font-size: 12px;
    }
    .card__bot .button._white
    {
        margin-top: 4px;
    }
    .btn-privatback-logo
    {
        margin-left: 1px;

    }
    .btn-privatback-logo
    {
        height: 24px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .btn-pp,
    .btn-ii
    {

        padding-left: 5px;
        padding-right: 5px;
    }
    .card__inputbox
    {
        margin-right: 5px;
    }
    .card-bot__head
    {
        padding: 5px;
    }
    .card__form .button
    {
        padding: 0 5px;

    }
}
@media (max-width: 767px) {

    .btn-pp,
    .btn-ii
    {
        width: 100%;
    }

}

.bold {
    font-weight: bold;
}
#addcredit-popup-bg
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 11;
    display: none;
}
#addcredit-popup
{
    padding: 20px;
    width: 700px;
    height: 530px;
    position: fixed;
    top: 65%;
    left: 50%;
    margin: -350px 0 0 -350px;
    background-color: #fff;
    z-index: 12;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    display: none;
}
#addcredit-popup.one-element
{
    width: 350px;
    margin: -175px 0 0 -175px;
    top: 32.5%;
    height: 550px;
}
@media (max-width: 767px) {

    #addcredit-popup
    {
        width: calc(100% - 20px);
        top: 10px;
        left: 10px;
        height: calc(100% - 20px);
        margin: 0;
        overflow-y: scroll;

    }
    #addcredit-popup.one-element
    {
        width: calc(100% - 20px);
        top: 10px;
        left: 10px;
        height: calc(100% - 20px);
        margin: 0;
        overflow-y: scroll;
        max-height: 560px;
    }
    #ipResult
    {
        border-top: 1px solid #ddd;
        padding-top: 10px;
    }
}

#addcredit-popup-close
{
    right: 20px;
    position: absolute;
    cursor: pointer;
}
#addcredit-popup-close:hover
{
    opacity: 0.5;
}
#termSlider2, #termSlider
{
    margin-bottom: 10px;
}
.text-center
{
    text-align: center;
}
.form-control {
    height: 40px;
    border-radius: 0;
    background: 0 0;
    border: 1px solid #e6e6e6;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    min-width: 100px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
	text-align: center;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
select.form-control + .form-element{
	margin-left: -7px;
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.centered {
    margin: auto;
}
#privat_type-button, #privat_type-button2 , #privat_type-button3 {
	margin-top:20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 11px;

    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;

    /* Primary / Deep Navy */

    color: #121726;
    height: 44px;

    border: 1px solid #121726;

    background: #ec9108;
    color: #fff;
    border: none;
    width: 100%;
    cursor: pointer;
}
.control-element {
    padding: 10px;
}

.numeric-input {
    text-align: center;
    border-radius: 3px;
    display: inline;
	min-width: 40px;
}

.input-holder {
    max-width: 100%;
}

.legend {
    display: block;
    font-size: 18px;
    color: #413939;
	float:left;
	margin-top: 8px;
}

.logo-calc img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

#ipTitle, #ppTitle, #mmTitle {
    display: block;
    font-size: 20px;
    color: #413939;
    height: 30px;
}

.result {
    padding: 10px 10px 10px 10px;
    display: inline;
    text-align: center;
}
/*
.result-additional-data-phys, .result-additional-data-jur {

 */
 .result-additional-data-jur {
    margin-top: 10px;
    font-size: 22px;
    color: #413939;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.result-holder {
    background: rgba(200, 203, 209, 0.25);


    padding: 35px;

    font-size: 20px;
    color: #413939;
    /* width: 280px;*/
    margin: auto;
}
.result-holder span
{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    /* or 129% */


    align-items: center;
    text-align: center;

    /* Primary / Deep Navy */

    color: #121726;
}
.result-value {
    background-color: #00ab6b;
    color: #fff;
    font-size: 23px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin-top: 10px;
    border-radius: 3px;
	padding: 10px 0;
}

.control-element > .row {
    display: table;
}

.control-element [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.progress {
    height: 1em;
}

.progress-bar {
    -webkit-transition: width 0s ease-in-out;
    transition: width 0s ease-in-out;
}

.ui-slider {
    height: 0;
    position: relative;
}

.ui-widget-content {
    border: none;
}

.ui-slider .ui-slider-handle {
    background: #F9F9F9;
    border: 1px solid #121726 !important;
    width: 20px;
    height: 20px;

}

.hint {
    height: 10px;
    font-size: 10px;
    color: #413939;
}

.form-element {
    padding: 6px 12px;
    text-align: center;
    width: 100%;

}
.form-element.mod
{
    padding: 0;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.padShowRateSheet{
    height: 20px;
}

.padBackCalcButton{
    height: 56px;
}

.showRateSheet {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #56ae00;
    color: #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    letter-spacing: 1px;
    display: inline-block;
    margin-left: 313px;
    font-size: 13px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 5px;
    font-weight: normal;
}

.showRateSheet:hover {
    background-color: #489000;
}

.rateSheetLayout {
    display: block;
    position: absolute;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}

.rateSheetTable {
    color: #413939;
    background-color: #fff;
    font-size: 18px;
    padding: 178px 20px 58px;
    text-align: center;
    margin: 15px;
    display: table;
}
.rateSheetLayout td{
    text-align: center;
    padding: 10px;
    display: table-cell;
}



.rateSheetLayout tr{
    display: table-row;
}
.trRateHeader{
    background-color: lightgrey;
    display: table-row;
}

.printRateSheetBtn{
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 13px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 5px;
    font-weight: normal;
    margin-top: 5px;
    margin-right: 15px;
    float: right;
    margin-bottom: 15px;
}

.printIcon{
    float: right;
}

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

#printRateSheetButton {
    background-color: #F0F0EB;
    border-radius: 5px;
    float: right;
    margin-right: 15px;
    padding: 5px 0 5px 10px;
    width: 120px;
}

#printRateSheetButton img {
    border: 0 none;
    float: left;
    max-height: 16px;
    vertical-align: bottom;
    width: 16px;
}

#printRateSheetButton span {
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 0.2em;
    vertical-align: bottom;
}

#printRateSheetButton span:hover {
    color: #56ae00;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}


.backCalcButton{
    position: absolute;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #56ae00;
    color: #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    letter-spacing: 1px;
    display: block;
    font-size: 13px;
    line-height: 36px;
    border-radius: 5px;
    font-weight: normal;
    padding: 0 7px;
    left: 44%;
}

.backCalcButton:hover {
    background-color: #489000;
}
.printLayout {
    position: relative;
    text-align: center;
    background-color: #ffffff;
    margin-right: auto;
    margin-left: auto;
    font-size: 18pt;
    font-family:'Times New Roman',Times,serif;
}
td{
    padding: 15px 15px ;
}
input[type="text"]#priceInput2, input[type="text"]#priceInput3, input[type="text"]#priceInput {
	width:90px;
	margin-bottom: 20px;
	margin-top: 20px;

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */


    align-items: center;
    text-align: center;

    /* Primary / Deep Navy */

    color: #121726;
}
#countedResults .form-control {
	text-align-last:center;
}

.privatbank-logo
{
    width: 40px;
    display: inline-block;
    vertical-align: middle;
}
.privatbank_ii-block
{
    padding-left: 20px;
    padding-bottom: 10px;
    display:none;
}
.privatbank_pp-block
{
    padding-left: 20px;
    padding-bottom: 10px;
    display:none;
}
.privatbank_pp-slider
{
    display: inline-block;
    vertical-align: middle;
}
.privatbank-form-control
{
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 40px;
    border-radius: 0;
    background: 0 0;
    border: 1px solid #e6e6e6;
    box-shadow: none;
}
@media (max-width: 992px) {
    .privatbank_pp-block,
    .privatbank_ii-block
    {
        padding-left: 0;
    }
    .privatbank_pp-slider
    {
        width: calc(100% - 60px)
    }
}