@CHARSET "UTF-8"; /* Sample CSS styles below */ #give-payment-mode-select{ margin-top: 40px; } .give-final-total-amount{ font-size: 22px; color: #b3afb0 !important; font-weight: bold; } .set-price.give-donation-amount.form-row-wide{ opacity: -1; } .give-donation-total-label{ display:none; } /* * Stepper v3.0.8 - 2015-04-04 * A jQuery plugin for cross browser number inputs. Part of the Formstone Library. * http://classic.formstone.it/stepper/ * * Copyright 2015 Ben Plum; MIT Licensed */ .stepper { border-radius: 3px; margin: 0px 10px -10px 10px; overflow: hidden; position: relative; width: 8%; display: -webkit-inline-box; } .stepper .stepper-input { background: #F9F9F9; border: 1px solid #ccc; border-radius: 3px; color: #333; font-size: 13px; line-height: 1.2; margin: 0; overflow: hidden; padding: 9px 10px 10px; width: 100%; z-index: 49; -moz-appearance: textfield; } .stepper .stepper-input::-webkit-inner-spin-button, .stepper .stepper-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .stepper .stepper-input:focus { background-color: #fff; } .stepper .stepper-arrow { background: #fff url(jquery.fs.stepper-arrows.png) no-repeat; border: none; cursor: pointer; display: block; height: 50%; position: absolute; right: 0; text-indent: -99999px; width: 20px; z-index: 50; } .stepper .stepper-arrow.up { background-position: center top; border-bottom: none; top: 3px; } .stepper .stepper-arrow.down { background-position: center bottom; bottom: 3px; } @media screen and (min-width: 740px) { .stepper:hover .stepper-input { background-color: #fff; } .stepper .stepper-step:hover { background-color: #F9F9F9; } .stepper.disabled .stepper-arrow { background: #fff; border-color: #eee; cursor: default; } } .stepper.disabled .stepper-input { background: #fff; border-color: #eee; color: #ccc; } .stepper.disabled .stepper-arrow { background: #fff; border-color: #eee; cursor: default; }