﻿#payments {
}

.checkout .button.sepa {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    color: rgb(73,155,234); /* Old browsers */
    color: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6-15 */
    color: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    color: linear-gradient(to bottom, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: medium none;
    box-shadow: none;
    font-size: 1em;
    font-weight: bolder;
    margin-bottom: 0;
    padding: 0.5em;
    text-align: left;
    width: 100%;
    text-align: center;
    text-transform: none;
    border-radius: 4px;
    margin-bottom: 11px;
    height: 25px;
    min-height: 25px;
    max-height: 55px;
}

    .checkout .button.sepa:hover,
    .checkout .button.sepa:focus,
    .checkout .button.sepa:active {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
        background: rgb(73,155,234); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
        /* IE6-9 */
        color: #ffffff;
    }

#payments h3 {
    margin-bottom: 11px;
}

#payments input[type="submit"].button.advance {
    border-radius: 4px;
    margin-bottom: 11px;
}

@media (min-width: 150px) {
    #payments input[type="submit"].button.advance {
        height: 25px;
        min-height: 25px;
        max-height: 55px;
    }
}

@media (min-width: 200px) {
    #payments input[type="submit"].button.advance, .checkout .button.sepa {
        height: 35px;
        min-height: 35px;
        max-height: 55px;
    }
}

#sepa_dialog #confirm {
    margin:15px 0px;
}


#sepa_dialog {
    overflow: scroll;
}

    #sepa_dialog.iu_dialog_shadow .iu_dialog {
        background-color: white !important;
    }

@media (max-width: 450px) {
    #sepa_dialog.iu_dialog_shadow .iu_dialog {
        background-color: white;
        width: 100%;
        max-width: 620px;
        height: 100%;
        padding: 15% 5%;
    }
}

