﻿#divBankAccountDeductInput {
    margin: 50px 0;
}

    #divBankAccountDeductInput .form-group {
        overflow: hidden;
    }

#MailSendControl .form-group {
    overflow: hidden;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #feb100;
}

.tpfield {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.apple-pay-button {
    -webkit-appearance: -apple-pay-button;
    width: 200px;
    height: 60px;
    line-height: 60px;
    min-height: 30px;
    border: 1px solid black;
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-size: 100% calc(60% + 2px);
    background-repeat: no-repeat;
    background-color: white;
    background-position: 50% 50%;
    border-radius: 5px;
    padding: 10px;
    margin: 0px auto;
    transition: background-color .15s;
}

    .apple-pay-button.buy {
        /* plain, buy, set-up, donate, check-out */
        -apple-pay-button-type: buy;
    }

    .apple-pay-button.check-out {
        /* plain, buy, set-up, donate, check-out */
        -apple-pay-button-type: check-out;
    }

    .apple-pay-button.set-up {
        -apple-pay-button-type: set-up;
    }


@media (max-width: 767.98px) {
    .apple-pay-button {
        width: 240px;
    }
}

#ComponentPayWay a {
    font-size: 18px;
}

#ComponentPayWay .property p {
    line-height: 20px;
    margin-top: 5px;
}

.w-h {
    height: 100px;
}
