/* 
    Created on : Mar 18, 2016, 4:23:20 PM
    Author     : Sebastian Meyer (sebastian.meyer@solution360.de )
*/

.klarna-kpm-logo {
    position: absolute;
    top: 0;
    right: 0;
}

.klarna-kpm-logo img {
    max-height: 35px;
}

.klarna-kpm-logo.with-badge {
    margin-right: 25%;
}

.klarna-kpm-paymentmethod > div {
    margin-top: 5px;
}

.klarna-kpm-paymentmethod.klarna-active {
    padding-left: 20px;
}

ul .klarna-kpm-paymentmethod.klarna-active {
    padding-left: 0;
}

.klarna-kpm-pclass-content > div {
    margin-top: 10px;
}

.klarna-kpm-pclass-content.column-view {
    padding-left: 0;
    padding-right: 0;
    border-left: 2px solid #eeeeee;
}
.klarna-kpm-pclass-content.column-view > div {
    margin-top: 0;
    margin-bottom: 10px;
}

.klarna-kpm-paymentmethod .klarna-kpm-consent {
    position: relative;
}
.klarna-kpm-paymentmethod .klarna-kpm-checkbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.klarna-kpm-creditbanner {
    margin-top: 5px;
    margin-bottom: 5px;
}
.klarna-kpm-creditbanner img {
    max-width: 100%;
}

.klarna-kpm-exampletable {
    font-size: 9px;
    border-top: 2px solid #e3e3e3;
}

.klarna-kpm-label,
.klarna-kpm-title-text {
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}

.klarna-kpm-title {
    margin-bottom: 5px;
    padding-left: 0;
}

.klarna-active {
    display: block;
}

.klarna-inactive {
    display: none;
}

/*
    KCO
*/
#klarna-checkout-kco-tab {
    padding: 0;
    cursor: pointer;
    min-height: 45px;
}
#klarna-checkout-kco-tab img {
    max-width: 100%;
    max-height: 40px;
}

#klarna-checkout-original-tab {
    padding: 10px;
    cursor: pointer;
    min-height: 45px;
}

#klarna-checkout-tabcontrol > div {
    background-color: #ccc;
    border: 1px solid #aaa;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

#klarna-checkout-tabcontrol > div.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#klarna-checkout-original-tab-content h1 {
    display: none;
}

#klarna-checkout-kco-tab-content {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#klarna-checkout-kco-tab-content.klarna-checkout-kco-notab {
    border-top: 1px solid #aaa;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#klarna-checkout-original-tab-content {
    margin-top: 10px;
}

#klarna-kco-consent {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}
#klarna-kco-consent-label {
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
    margin-right: 10px;
}
#klarna-kco-consent-text {
    margin-top: 5px;
}

.klarna-checkout-tab-kco-wrapper > div,
.klarna-checkout-tab-basket-wrapper > div {
    margin-top: 10px;
}

/*
    Override EVO
*/
.radio .klarna-kpm-pclass-select input[type="radio"] {
    position: relative;
    margin-left: auto;
}