﻿#donationForm 
{
    background: #f0f0f0;
    display: inline-block;
    margin: 1rem;
    border: 1px solid black;
    vertical-align: top;
    padding: 1rem;

    width: 366px;
    font-size: 15px;
    font-family: Arial;
    background-size: 100% 100%;
}

#donationForm > img {
    width: 100px;
    margin: 10px auto;
}

    #donationForm > .label {
        text-align: center;
        margin: 0 auto;
        margin-top: 24px;
        padding: 0;
        color: #1c3e57;
        font-weight: bold;
        display: block;
        height: auto;
    }

    #donationForm > input[type=radio] {
        display: none;
    }

        #donationForm > input[type=radio] + label, #donationForm > select, #donationForm > input[type=button] {
            display: inline-block;
            border: solid 1px #47889e;
            background: #63d0f1;
            background: linear-gradient(180deg, #63d0f1 0%, #2c8aa4 100%);
            width: 176px;
            height: 38px;
            color: #1c3e57;
            font-weight: bold;
            text-align: center;
            border-radius: 10px;
            line-height: 38px;
            margin: 0;
            box-sizing: border-box;
        }

    #donationForm > select 
    {
        font-size: 15px;
        background: linear-gradient(180deg, #ffffff 0%, #ffebb6 100%);
        border: 1px solid #b8ad91;
        margin-top: 24px;
    }

    #donationForm > input[type=button] {
        width: 100%;
        margin-top: 24px;
    }

    #donationForm > input[type=radio]:checked + label {
        background: #f3cd6a;
        background: linear-gradient(180deg, #f3cd6a 0%, #eab045 100%);
        border: 1px solid #edad49;
    }

    #donationForm > input[type=text]
    {
        width: 364px;
        height: 38px;
        border: #cccccc 1px solid;
        border-radius: 0;
        background: #ededed;
        background: linear-gradient(180deg, #ededed 0%, #f6f6f6 100%);
        vertical-align: top;
        padding: 0;
        font-weight: bold;
        box-sizing: border-box;
        margin-top: 24px;
        border-radius: 10px;
/*        padding-right: 15px;
*/    }

    #donationForm > input[name='d_sum'] {
        width: 176px;
        display: inline-block;
    }

    /* --------------------------- */




#donationForm > label, #donationForm > span, #donationForm > input, #donationForm > select
{
    font-size: 1rem;
    display: inline-block;
}

.error {
    color: red;
    padding: 2rem 0.2rem;
}
h1 {
    font-size: 2rem;
}

#donationForm > label, #donationForm > input, #paymentType ~ label
{
    display: block;
}

#heDate, #enDate {
    width: 50%;
    height: 50px;
    line-height: 50px;
    background-color: #1c3e57;
    color: white;
}

#dayOfWeek, #hour, img[alt=logo]
{
    width: 33%;
    vertical-align: middle;
    margin: 1rem 0;
    display: inline-block;
    font-size: 1rem;
}

input:not([type=checkbox]), select, label[for], input[type=button] 
{
    width: 94%;
    height: 2.8rem;
    margin: 0.4rem auto ;
    border: 1px solid #888;
    background: #eee;
    border-radius: 0.5rem;
    box-sizing: border-box;
    text-align: center ;
}


    input[type=radio] {
        display: none;
    }


label[for] {
    height: 4rem;
    line-height: 4rem;
    font-size: 20px;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-size: 96px;
    background-position: right;
    background-color: #f3cd6a;
    /*background: linear-gradient(180deg, #f3cd6a 0%, #eab045 100%);*/
    padding: 0 5rem 0 0;
}

#donationForm label[for] {
    padding: 0;
}

input[type=radio]:checked + label {
    background-color: #f3cd6a;
    /*background: linear-gradient(180deg, #f3cd6a 0%, #eab045 100%);*/
    border: 1px solid #edad49;
    opacity: 1;
}

label[for="creditCard"] {
    background-image: url(/images/donation_files/creditneshulam.png);
}

label[for='bit'] {
    background-image: url(/images/donation_files/bit.png);
}

label[for='googlePay'] {
    background-image: url(/images/donation_files/googlePay.png);
}

label[for='iPhonePay'] {
    background-image: url(/images/donation_files/applePay.png);
}

label[for='payPal'] {
    background-image: url(/images/donation_files/‏‏paypal.PNG);
}

input[type=button] {
    color: white;
    background: linear-gradient(180deg, #63d0f1 0%, #2c8aa4 100%);
    font-weight: bold;
}

input[type=button]:disabled {
    background: #c8c8c8;
}

input[name=d_agreement] 
{
    display: inline-block;
    vertical-align: middle;
}

.ltr { direction: ltr ;}


#myform input:not([type=checkbox]), #myform select {
    margin: 0;
}

#directDebitDescription 
{
    background-color: white;
    display: block;
}

#hour
{
    direction: ltr ;
    text-align: left ;
}

#dayOfWeek 
{
    text-align: right;
}