.has-error #easycredit_consent_box {
    color: red;
}

#easycredit_consent_box {
    display: none;
}

#easycredit_consent_box span {
    text-transform: initial;
}

#easycreditExample, #easycreditExample .ec-widget {
    background-color: transparent;
    min-height: 50px;
}

#easycreditExample .modal {
    top: 10%;
    max-height: 80vh;
}

#easycreditExample .modal-dialog {
    height: 100%;
    top: 20%;
}

#easycreditExample .modal-content {
    height: 100%;
}

#easycreditExample .modal-header .close {
    margin-top: 15px;
    margin-right: 15px;
    opacity: 1;
}

#easycreditExample .modal-header .close:hover {
    background-color: transparent;
}

/* Dont show parts that are not using the new branding*/
#easycreditExample .modal-header h4 {
    display: none;
}

#easycreditExample {
    max-height: 100%;
    top: 21%;
}

#easycreditExample a {
    color: #000;
}

#easycreditExample .ec-widget .ec-text-beschreibung, #easycreditExample .ec-widget .ec-rate {
    color: #000;
    font-weight: bold;
}

#easycreditExample .ec-widget .ec-text {
    float: left;
}

#easycreditExample .ec-widget .ec-logo {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 0.75em;
}

#easycreditExample .ec-widget .ec-text {
    padding-top: 1px;
}

.has-error #easycredit_installment_plan {
    color: #000000;
}

.ec-payment-option-content {
    float: right;
    display: none;
}

.ec-payment-option-content-wrapped {
    position: relative;
}

.ec-left {
    float: left;
    width: 75%;
}

.ec-right {
    float: right;
    width: 25%;
    text-align: right;
}

.ec-wrapper-end {
    clear: both;
    width: 100%;
}

.img-sm {
    max-width: 111px;
}

@media (min-width: 1000px) {
    #easycreditExample .modal-dialog {
        top: 25%;
    }
}