/** BASE THEME **/
/*       $white: #fff;
       $blue: #0083ca;
       $gray: #555555;
       $light-gray: #f1f1f1;
       $medium-gray: #B6B6B6;
       $dark-gray: #939598;
       $darkest-gray: #575757;
       $orange: #F58026;
       $dark-orange: #A32E00;
       $red: #ff6666;*/

.base-theme {
    background-color: #f1f1f1;
    color: #666666;
    font-family: "Century Gothic", Geneva, Helvetica, Arial, sans-serif;
}

.base-theme .text {
    font-size: large;
    font-weight: 100;
}

.base-theme .headline {
    font-weight: bold;
    color: rgb(62, 62, 62);
    font-size: large;
}

.base-theme, .base-theme label, .panel {
    font-weight: 100;
}

.base-theme label.small {
    font-size: small;
    font-weight: 400;
    color: #B6B6B6;
}

/* HIDE ERRORS FROM PARSLEY */
.base-theme ul.parsley-errors-list {
    display: none !important;
}

.base-theme ul.parsley-errors-list li {
    display: none !important;
}

.base-theme input.parsley-error, .base-theme textarea.parsley-error {
    color: #EBEBEB;
    border: 2px solid #ff6666;
    background-color: #DB8686;
}

.base-theme input.parsley-error::-webkit-input-placeholder,
.base-theme textarea.parsley-error::-webkit-input-placeholder {
    color: #f1f1f1;
}

.base-theme input.parsley-error:-moz-placeholder,
.base-theme textarea.parsley-error:-moz-placeholder {
    /* Firefox 18- */
    color: #f1f1f1;
}

.base-theme input.parsley-error::-moz-placeholder,
.base-theme textarea.parsley-error::-moz-placeholder {
    /* Firefox 19+ */
    color: #f1f1f1;
}

.base-theme input.parsley-error:-ms-input-placeholder,
.base-theme textarea.parsley-error:-ms-input-placeholder {
    color: #f1f1f1;
}

.base-theme .error-message {
    color: #ff6666;
    font-size: larger;
    font-weight: 100;
}

.base-theme .header .logo {
    margin: 10px;
    float: left;
}

.base-theme .header .logo img {
    max-width: 500px;
    max-height: 300px;
    width: 100%;
}

.base-theme .headline {
    text-align: left;
    font-weight: bold;
    padding: 12px 10px;
    min-height: 30px;
    color: rgb(62, 62, 62);
    font-size: x-large;
    word-wrap: break-word;
}

.base-theme .footnote {
    color: #939598;
    font-weight: 300;
    font-style: italic;
}

.base-theme .section-row {
    display: flex;
}

.base-theme .back-link {
    font-size: 12px;
    text-align: right;
    font-weight: 100;
    color: rgba(0, 131, 202, 0.54);
    cursor: hand;
}

.base-theme .back-link:hover {
    color: rgba(0, 131, 202, 0.80);
   cursor: pointer;
}

.base-theme .section .title {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 10px;
}

.base-theme .section .subtitle {
    clear: both;
}

.base-theme .section .section-content .ach-container {
    margin: 20px auto;
    text-align: center;
}

.base-theme .custom_message {
   word-wrap: break-word;
}

.base-theme .pill {
    background-color: #939598;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    margin: 10px 10px;
    padding: 7px 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.base-theme .pill:hover {
    background-color: #0083ca;
}

.base-theme .pill.active {
    background-color: #0083ca;
}

.base-theme .custom-amount {
    margin: 12px 5px;
    max-width: 125px;
    min-width: 72px;
}

.base-theme .vertical-amount {
    display: flex;
    align-items: center;
}

.base-theme label {
    font-weight: 100;
    font-size: large;
}

.base-theme .submit-button {
    margin: 30px auto;
    background-color: #0083ca;
    padding: 5px 25px;
    min-height: 50px;
    display: inline-block;
    font-size: x-large;
    min-width: 200px;
    height: inherit;
}

.base-theme .submit-button p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: inherit;
}

.base-theme .submit-button:hover {
    background-color: #005d98;
}

.base-theme .cc_form {
    margin-top: 20px;
}

.base-theme .footer {
    min-height: 70px;
    background-color: #000000;
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-size: larger;
}

.base-theme .footer .aplos_logo {
    margin: 10px 0;
}

.base-theme .header, .base-theme .body, .base-theme .footer {
    -webkit-box-shadow: 7px 15px 31px 2px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 7px 15px 31px 2px rgba(0, 0, 0, 0.8);
    box-shadow: 7px 15px 31px 2px rgba(0, 0, 0, 0.8);
}

.base-theme .payment .pill {
    padding: 5px 25px;
    min-height: 50px;
    display: inline-block;
    font-size: x-large;
    min-width: 200px;
}

.base-theme .payment .bill-address-toggle {
    cursor: hand;
}
.base-theme .payment .bill-address-toggle:hover {
   cursor: pointer;
}

.base-theme .payment .bill-address-toggle .text {
    font-size: 10px;
    font-weight: 100;
    color: #939598;
}

.base-theme .payment .bill-address-toggle i {
    font-size: 12px;
    font-weight: 100;
    color: #939598;
}

.base-theme .total {
    font-weight: bold;
    font-size: x-large;
    margin-top: 20px;
}

.base-theme #total_amount {
    color: #939598;
}

.base-theme .wepay-logo {
    text-align: right;
    color: white;
}

.base-theme .wepay-logo img {
    width: 120px;
    vertical-align: middle;
}

.base-theme #ctrl_fee_payment {
    cursor: pointer;
}

.base-theme .address_fields {
    border: 1px solid #B6B6B6;
    margin: 10px 0;
}

.base-theme .address_fields.error {
    border: 2px solid #ff6666;
}

.base-theme .address_fields legend {
    font-size: small;
    font-weight: 400;
    color: #B6B6B6;
    padding: 0.2em 0.5em;
    border: 1px solid #B6B6B6;
    text-align: center;
    background-color: transparent;
}

.base-theme .address_fields.error legend {
    border: 2px solid #ff6666;
}

.base-theme .hero_panel {
    margin: 50px 40px 0 15px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 10px;
    background-color: #fafafa;
}

.base-theme .summary {
    padding: 3px 0;
    line-height: 3em;
}

.base-theme .summary .name {
    margin-right: 10px;
    font-size: large;
}

.base-theme .summary .value {
    font-size: xx-large;
    font-weight: bold;
    color: #575757;
}

.base-theme .summary .note {
    line-height: 1;
    font-style: italic;
}

.base-theme hr {
    border: 1px solid #999999;
    margin: 20px 10%;
    text-align: center;
}

.base-theme #wepay_error {
    color: red;
    font-weight: bold;
    font-size: 30px;
    margin: 20px;
}

/* !BASE THEME*/

/** THEME 1 **/
.theme-1 .header {
    color: #fff;
    background-color: #000000;
}

.theme-1 .img-placeholder {
    background-color: #939598;
}

.theme-1 .body {
    background-color: #939598;
}

/** THEME 2 **/
.theme-2 .header {
    background-color: #f58026;
}

.theme-2 .body {
    background-color: #fbcca8;
}

/** THEME 3 **/
.theme-3 .header {
    background-color: #0083cb;
}

.theme-3 .body {
    background-color: #cce6f5;
}

/** THEME 4 **/
.theme-4 .header {
    background-color: #5f9732;
}

.theme-4 .body {
    background-color: #dfead6;
}

/** THEME 5 **/
.theme-5 .header {
    background-color: #967db9;
}

.theme-5 .body {
    background-color: #eae5f1;
}

/** THEME 6 **/
.theme-6 .header {
    background-color: #314030;
}

.theme-6 .body {
    background-color: #ccd6c6;
}

/** THEME 7 **/
.theme-7 .header {
    background-color: #4c372e;
}

.theme-7 .body {
    background-color: #d6c1b8;
}

/** THEME 8 **/
.theme-8 .header {
    background-color: #724b3a;
}

.theme-8 .body {
    background-color: #ebe0db;
}

/** THEME 9 **/
.theme-9 .header {
    background-color: #2e364d;
}

.theme-9 .body {
    background-color: #dee1eb;
}

/** THEME 10 **/
.theme-10 .header {
    background-color: #4b407f;
}

.theme-10 .body {
    background-color: #dfddeb;
}

/** THEME 11 **/
.theme-11 .header {
    background-color: #802d2d;
}

.theme-11 .body {
    background-color: #ffbdbd;
}

/** THEME 12 **/
.theme-12 .header {
    background-color: #b32c39;
}

.theme-12 .body {
    background-color: #f5e1f5;
}

/** THEME 13 **/
.theme-13 .header {
    background-color: #ffde00;
}

.theme-13 .body {
    background-color: #faf4cc;
}

/** THEME 14 **/
.theme-14 .header {
    background-color: #939598;
}

.theme-14 .body {
    background-color: #ffffff;
}
