/*RADIO BUTTONS*/
.radio {
    vertical-align: top;
    width: 29px;
    height: 29px;
    margin: 0 !important;
}
.radio + label {
    cursor: pointer;
}
.radio:not(checked) {
    position: absolute;
    opacity: 0;
}
.radio:not(checked) + label {
    position: relative;
    padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 30px;
    height: 30px;
    /*border: 1px solid #1e456b;*/
    border-radius: 50%;
    background: #1e456b;
}
.radio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #8d8d8d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    opacity: 0;
    transition: all .2s;
}
.radio:checked + label:after {
    opacity: 1;
}
.radio:focus + label:before {
    /*box-shadow: 0 0 0 3px rgba(255,255,0,.5);*/
}

/*CHURCH PAYMENT FORM*/
.separated-line {
    height: 1px;
}

.recurring-period-select {
    overflow: hidden;
}

#container-church-donate {
    /*background: #FFFFFF;*/
}

#container-church-donate h2 {
    text-align: center;
    /*color: #1e456b;*/
    margin: 50px 0 30px 0;
}

#container-church-donate h4 {
    text-align: center;
    /*color: #1e456b;*/
    font-weight: bold;
    margin-bottom: 25px;
}

#container-church-donate div#steps {
    overflow: hidden;
    display: table;
    margin: auto;
}
#container-church-donate div.step-pager {
    background: #c2c2c2;
    color: #1e456b;
    width: 81px;
    height: 81px;
    margin: 0 15px;
    float: left;
    font-size: 20px;
    line-height: 81px;
    text-align: center;
}

#container-church-donate div.step-pager.active {
    background: #1e456b;
    color: #ffffff;
}

#container-church-donate #transaction_type_radios {
    overflow: hidden;
    display: table;
    margin: auto auto 30px;
}

#container-church-donate #payment-gift-designations {
    width: 100%;
    /*margin: 0 20px;*/
}

#container-church-donate #btn-add-designation-container {
    font-size: 14px;
    padding: 20px 40px;
}

#btn-add-designation-container #add-another-gift {
    white-space: nowrap;
}

#btn-add-designation-container #add-another-gift-icon {
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 32px;
    line-height: 0.9;
    font-weight: bold;
    border-radius: 15px;
    background: #1e456b;
    width: 29px;
    height: 29px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    white-space: normal;
}

#btn-add-designation-container #add-another-gift-text {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    cursor: pointer;
    text-decoration: none;
    vertical-align: top;
    white-space: normal;
    padding-left: 10px;
}

#container-church-donate #payment-gift-designations tr {
    border-top: 1px solid #d2dae1;
    height: 75px;
    vertical-align: middle;
}

#container-church-donate #payment-gift-designations tr:first-child {
    border-top: none;
}

#container-church-donate #payment-gift-designations tr:last-child {
    border-bottom: 1px solid #d2dae1;
}

#container-church-donate #payment-gift-designations .designation-title-cell {
    text-transform: uppercase;
    width: 50%;
    padding-left: 50px;
}

#container-church-donate #payment-gift-designations .designation-title-cell input{
    width: 100px;
}

#container-church-donate #payment-gift-designations .designation-title-cell input.dt-error{
    border: 1px solid #e61826;
}

#container-church-donate #payment-gift-designations .gift-amount-cell {
    width: 30%;
    padding-left: 20px;
}

#container-church-donate #payment-gift-designations .gift-amount-cell input{
    height: 41px;
}

#container-church-donate #payment-gift-designations .gift-control-cell {
    width: 20%;
}

#container-church-donate #btn-add-designation-gift {
    height: 29px;

}

#container-church-donate #total-amount {
    /*color: #1e456b;*/
    font-size: 28px;
    text-align: center;
    padding: 32px 0 32px 0;
    border-top: 1px solid #d2dae1;
}

#container-church-donate #total-amount span:first-child {
    padding-right: 20px;
}

div.separated-line {
    background: #d2dae1;
}

div.under-steps-line {
    margin: 25px 0 25px 0;
}

.thegivingco-radio {
    margin-top: 20px;
}

.thegivingco-radio label {
    font-size: 18px;
    padding-left: 5px;
}

.thegivingco-sub-radio {
    margin-top: 10px;
}

.thegivingco-sub-radio label {
    font-size: 16px;
    padding-left: 14px;
}

.thegivingco-sub-radio .help-block{
    /*position: absolute;*/
    padding-left: 40px;
}

label[for="recurring-gift-start-date"] {
    font-size: 16px;
}


#step-3-page #card-information {
    padding: 0 50px;
}

#step-3-page input,
#step-3-page select {
    height: 41px;
}

#btn-using-existing-card {
    margin-bottom: 20px;
}

#btn-enter-a-new-card,
#btn-using-existing-card {
    margin-top: 20px !important;
    padding: 12px !important;
    width: 150px !important;
}


div#total-amount #total-amount-result.total-donation-error {
    color: #e61826;
}

#container-church-donate .btn-submit-payment,
#container-church-donate .btn-change-step {
    padding: 12px;
    width: 119px;
    margin-top: 45px;
}

#container-church-donate .calendar-icon{
    color: #cccccc;
    font-size: 30px;
    cursor: pointer;
}