﻿body {
}

.contribution-table {
    width: 100%;
    margin-top: 25px;
    table-layout: fixed;
}

.contribution-table .mobile-label {
    display:none;
}

.contribution-table > thead > tr > th,
.contribution-table > tfoot > tr > th {
    padding: 0 7px;
}

.contribution-table > tfoot > tr > th {
    border: 0;
}

.contribution-table > tbody > tr > td {
    padding: 10px 7px;
    vertical-align: top;
    border: 0;
}

.contribution-table > tbody > tr:nth-child(odd) > td {
    background-color: #fff;
}

.contribution-table > thead > tr > th:first-child {
    padding: 0 0 7px 0;
    width: 200px;
}

.contribution-table > tbody > tr > td:first-child {
    padding: 10px 0;
}

.contribution-table .pledge-item {
    font-weight: 600;
}

.contribution-table .pledge-minimum {
    font-style: italic;
}

.contribution-table .error-msg {
    color: red;
    position: relative;
    top: 5px;
}

.contribution-table .suggested-amount{
    vertical-align: middle;
}

.contribution-table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    padding-bottom: 7px;
}

.contact-info-instructions {
    font-size: 12px;
}

.contribute-date input.form-control:first-child {
    width: 80%;
    border-radius: 4px;
}

.contribute-date span > button {
    min-height: 34px;
    margin-left: 2px;
}

.contribute-cf > div {
    margin-top: 10px;
}

button.checkbox {
    background-color: #fff;
}

.personal-info-step .logged-in {
    height: 100%;
    margin: auto;
}

.personal-info-step .logged-in div.logged-in-as {
    font-size: 20px;
    text-align: center;
}
.personal-info-step .logged-in a {
    font-size: 14px;
    display: block;
    text-align: center;
}

.personal-info-step .login-btn {
    margin-top: 10px;
}

.personal-info-step .login-section-link {
    margin-top: 10px;
}

.personal-info-step .login-container,
.personal-info-step .logged-in-container {
    display: flex;
}

.personal-info-step .sso-container {
    height: 100%;
    margin: auto;
    text-align: center;
}

.personal-info-step .sso-container button {
    min-height: 50px;
    max-width: 350px;
}

.personal-info-step .sso-separator {
    font-size: 32px;
    font-weight: 600;
}

.personal-info-step .logged-in-as-msg {
    display: inline-block;
    font-size: 18px;
    margin-right: 26px;
}

.personal-info-step .logged-in-not-staff {
    margin-top: 8px;
}

.personal-info-step .error-msg {
    color: red;
}

.payment-step .error-msg {
    color: red;
}
.payment-step .recaptcha-container {
    margin-bottom: 15px;
}

.invalid-campaign {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 13px 26px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.amount-raised {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}

.align-end {
    text-align: end;
}

.coverProcessingFees-checkbox {
    padding-top: 13px;
    padding-right: 2px;
    width: auto;
}

progress {
    width: 100%;
    border-radius: 10px;
    height: 15px;
    /* Firefox: Unfilled portion of the progress bar */
    background: #EEE;
    border: 1px solid currentcolor;
}

/* Firefox: Filled portion of the progress bar */
progress::-moz-progress-bar {
    background: currentcolor;
    border-radius: 10px;
}

/* Chrome & Safari: Unfilled portion of the progress bar */
progress::-webkit-progress-bar {
    background: #EEE;
    border-radius: 10px;
}

/* Chrome & Safari: Filled portion of the progress bar */
progress::-webkit-progress-value {
    background: currentcolor;
    border-radius: 10px;
}

.contribute-btn {
    margin: 10px auto 0 auto;
}
.contribution-table .selectize-control.single .selectize-input {
    padding: 6px 8px;
    background: #fff;
    -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);
}


@media (max-width: 768px) {
    /* For mobile phones: */
    .personal-info-step .logged-in-container {
        display: block;
    }

    .personal-info-step .logged-in-container .logged-in {
        min-width: 300px;
    }

    .contribution-step .contribution-table thead th {
        display: none;
    }

    .contribution-step .contribution-table .pledge-item {
        font-size: 18px;
    }

    .contribution-step .contribution-table td {
        display: block;
    }

    .contribution-step .contribution-table .mobile-label {
        display: block;
    }

    .contribution-step .contribution-table .one-time {
        display: none;
    }

    .contribution-step .contribution-table tfoot th {
        display: block;
    }
    .contribution-step .contribution-table tfoot th label {
        font-weight: 700;
    }
}