﻿:root {
    --accent-color: #178a3c;
}

body.wait, body.wait * {
    cursor: wait !important;
}

.a50-shop-ticket-count {
    line-height: 1.75em;
    width: calc(100% - 20px);
    text-align: right;
    margin-left: 10px;
    margin-right: 10px;
}
.a50-billing-donation-amount {
    line-height: 1.75em;
    width: 4em;
    text-align: right;
    margin-left: 10px;
    margin-right: 10px;
}

.a50-display-none {
    display: none;
}

.a50-noerror {
    display: none;
}

.a50-error {
    display: inline-block;
    color: red;
}

.a50-form-field-container {
    padding: 5px;
    border: none;
    outline: none;
}

.a50-form-field-label {
    font-weight: 600;
    padding-bottom: 10px;
}

.a50-form-field-required::after {
    color: red;
    font-weight: bold;
    content: " *";
}

.a50-form-field {
    display: block;
    position: relative;
}

input[type=text].a50-form-field {
    margin: 5px 0;
    line-height: 1.7em;
}

.input[type=text].a50-form-field:focus {
    outline-color: red;
    outline-width: inherit;
    border-radius: 5px;
}

.ar50-ul-nomarker li::marker {
    display: none;
    content:none;
}

/*  Payment Gatway Old Stuff */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");

legend {
    padding: 10px;
    border-radius: 5px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    background-color: #1c73be;
}

fieldset {
    border: 1px solid black;
    border-radius: 5px;
    background-color: whitesmoke;
}

.acb-container {
    margin: 15px;
    background: transparent;
}

.acb-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.acb-break {
    flex-basis: 100%;
    height: 0;
}

.acb-column-left {
    min-height: 100px;
    flex: 0.5;
}

.acb-column-right {
    min-height: 100px;
    flex: 1;
    margin-left: 10px;
}

.acb-column-double {
    display: flex;
    flex-direction: column;
    min-height: 100px;
    flex-basis: 100%;
}

.acb-column-item {
    position: relative;
    margin: 10px 0;
}

    .acb-column-item label, .acb-column-item p {
        padding: 0;
        margin: 0;
        outline: none;
        font-family: Roboto, Arial, sans-serif;
        font-size: 14px;
        color: #666;
        line-height: 22px;
    }

    .acb-column-item input, .acb-column-item select, .acb-column-item textarea {
        margin-bottom: 10px;
        margin-top: 6px !important;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .acb-column-item input {
        width: calc(100% - 10px);
        padding: 2px;
        height: 2.7em;
    }

    .acb-column-item select {
        padding: 2px;
        height: 2.7em;
    }

    .acb-column-item input[type="date"] {
        padding: 4px 5px;
        height: 2.7em;
    }

    .acb-column-item textarea {
        width: calc(100% - 12px);
        padding: 5px;
        resize: none;
    }

    .acb-column-item:hover p, .acb-column-item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
        color: #006622;
    }

    .acb-column-item input:hover, .acb-column-item select:hover, .acb-column-item textarea:hover {
        border: 1px solid transparent;
        box-shadow: 0 0 3px 0 #006622;
        color: #006622;
    }

.acb-required-flag {
    color: red;
    margin-left: 5px;
    font-weight: bold;
}

@media screen and (max-width: 700px) {
    .acb-column-left {
        flex: 100%;
    }

    .acb-column-right {
        flex: 100%;
    }

    .acb-column-double {
        flex: 2
    }
}
