Version Description
Give version 1.8 is a major update. Please make sure you make a backup of your database before updating.
Download this release
Release Info
Developer | dlocc |
Plugin | Give – Donation Plugin and Fundraising Platform |
Version | 2.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.0.1 to 2.0.2
- assets/css/give-admin-rtl.css +3 -0
- assets/css/give-admin-rtl.min.css +1 -1
- assets/css/give-admin.css +3 -0
- assets/css/give-admin.min.css +1 -1
- assets/js/admin/admin-scripts.js +0 -19
- assets/js/frontend/give.all.min.js +1 -1
- assets/js/frontend/give.js +11 -1
- assets/js/frontend/give.min.js +1 -1
- assets/scss/admin/updates.scss +10 -0
- assets/sourcemaps/give-admin.css.map +1 -1
- give.php +2 -2
- includes/admin/class-give-settings.php +1 -1
- includes/admin/donors/class-donor-table.php +1 -1
- includes/admin/donors/donors.php +6 -4
- includes/admin/payments/class-payments-table.php +8 -8
- includes/admin/payments/payments-history.php +7 -4
- includes/admin/shortcodes/abstract-shortcode-generator.php +8 -5
- includes/admin/tools/data/class-give-tools-delete-import-donors.php +11 -2
- includes/admin/tools/data/class-give-tools-delete-test-donors.php +9 -0
- includes/admin/tools/data/class-give-tools-delete-test-transactions.php +9 -0
- includes/admin/tools/data/class-give-tools-recount-all-stats.php +9 -0
- includes/admin/tools/data/class-give-tools-recount-donor-stats.php +9 -0
- includes/admin/tools/data/class-give-tools-recount-form-stats.php +9 -0
- includes/admin/tools/data/class-give-tools-recount-income.php +8 -0
- includes/admin/tools/data/class-give-tools-recount-single-donor-stats.php +9 -0
- includes/admin/tools/data/class-give-tools-reset-stats.php +14 -5
- includes/admin/upgrades/class-give-updates.php +36 -16
- includes/admin/upgrades/upgrade-functions.php +81 -52
- includes/ajax-functions.php +2 -2
- includes/class-give-cache.php +7 -7
- includes/class-give-db-donor-meta.php +1 -1
- includes/class-give-donor.php +1 -1
- includes/deprecated/deprecated-actions.php +2 -0
- includes/deprecated/deprecated-filters.php +4 -0
- includes/donors/class-give-donors-query.php +3 -3
- includes/forms/template.php +5 -4
- includes/import-functions.php +53 -9
- includes/misc-functions.php +37 -3
- includes/payments/class-give-payment.php +32 -161
- includes/process-donation.php +8 -10
- languages/give.pot +174 -170
- readme.txt +12 -3
assets/css/give-admin-rtl.css
CHANGED
@@ -2947,6 +2947,9 @@ div.sc-shortcode {
|
|
2947 |
body.give_forms_page_give-updates .give-run-update-containt .give-run-update-button {
|
2948 |
margin-left: 10px; }
|
2949 |
|
|
|
|
|
|
|
2950 |
/**
|
2951 |
* Give Blank Slate
|
2952 |
*
|
2947 |
body.give_forms_page_give-updates .give-run-update-containt .give-run-update-button {
|
2948 |
margin-left: 10px; }
|
2949 |
|
2950 |
+
#give-plugin-updates .panel-content table tr {
|
2951 |
+
display: block; }
|
2952 |
+
|
2953 |
/**
|
2954 |
* Give Blank Slate
|
2955 |
*
|
assets/css/give-admin-rtl.min.css
CHANGED
@@ -8,4 +8,4 @@
|
|
8 |
* @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License
|
9 |
*/.give-clearfix:after,.type-download .addon-content:after{clear:both}.give-clearfix:after,.give-clearfix:before{content:" ";display:table}#give-payments-filter .give-payment-id,.give-item-label-gray{background-color:#929292}.give-item-label-orange{background-color:#ffba00}.give-item-label{padding:.2em .4em .3em;font-size:11px;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.give-item-label:hover{color:#fff;text-decoration:none}/*! Hint.css - v2.5.0 - 2017-04-23
|
10 |
* http://kushagragour.in/lab/hint/
|
11 |
-
* Copyright (c) 2017 Kushagra Gour */[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:100% 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:-4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;right:50%}.hint--top:before{margin-bottom:-11px;right:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(50%);-moz-transform:translateX(50%);transform:translateX(50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(50%) translateY(-8px);-moz-transform:translateX(50%) translateY(-8px);transform:translateX(50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;right:50%}.hint--bottom:before{margin-top:-11px;right:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(50%);-moz-transform:translateX(50%);transform:translateX(50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(50%) translateY(8px);-moz-transform:translateX(50%) translateY(8px);transform:translateX(50%) translateY(8px)}.hint--right:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{right:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--left:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{left:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;right:50%}.hint--top-left:before{margin-bottom:-11px;right:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);transform:translateX(100%);margin-right:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(100%) translateY(-8px);-moz-transform:translateX(100%) translateY(-8px);transform:translateX(100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;right:50%}.hint--top-right:before{margin-bottom:-11px;right:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-right:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;right:50%}.hint--bottom-left:before{margin-top:-11px;right:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);transform:translateX(100%);margin-right:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(100%) translateY(8px);-moz-transform:translateX(100%) translateY(8px);transform:translateX(100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;right:50%}.hint--bottom-right:before{margin-top:-11px;right:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-right:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.dashicons-give:before,[class*=" give-icon-"],[class^=give-icon-]{line-height:1;font-family:give-icomoon;font-style:normal;font-weight:400}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-right-color:#b34e4d}.hint--error.hint--right:before{border-left-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-right-color:#c09854}.hint--warning.hint--right:before{border-left-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-right-color:#3986ac}.hint--info.hint--right:before{border-left-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-right-color:#458746}.hint--success.hint--right:before{border-left-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(50%) translateY(-8px);-moz-transform:translateX(50%) translateY(-8px);transform:translateX(50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(100%) translateY(-8px);-moz-transform:translateX(100%) translateY(-8px);transform:translateX(100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(50%) translateY(8px);-moz-transform:translateX(50%) translateY(8px);transform:translateX(50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(100%) translateY(8px);-moz-transform:translateX(100%) translateY(8px);transform:translateX(100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}@font-face{font-family:give-icomoon;src:url(../assets/fonts/icomoon.eot?kdnr3d);src:url(../assets/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),url(../assets/fonts/icomoon.woff?kdnr3d) format("woff"),url(../assets/fonts/icomoon.svg?kdnr3d#icomoon) format("svg");font-weight:400;font-style:normal}[class*=" give-icon-"],[class^=give-icon-]{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.give-icon-lamp:before{content:"\e603"}.give-icon-heart:before{content:"\e604"}.give-icon-question:before{content:"\e602"}.give-icon-info:before{content:"\e601"}.give-icon-new-tab:before{content:"\ea7e"}.give-icon-alert:before{content:"\f02d"}.give-icon-help:before{content:"\e606"}.give-icon-spinner:before{content:"\e605"}.give-icon-spinner2:before{content:"\e607"}.give-icon-plus:before{content:"\e040"}.give-icon-minus:before{content:"\e041"}.give-icon-locked:before{content:"\e600"}#dashboard_right_now .give-forms-count:before,.dashicons-give:before{font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;content:"\e800";speak:none;-moz-osx-font-smoothing:grayscale}.fa-spin{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@font-face{font-family:give-icomoon;font-weight:400;font-style:normal}.give-metabox-tabs li .give-icon:before{font-family:give-icomoon;src:url(../assets/fonts/icomoon.eot?kdnr3d);src:url(../assets/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),url(../assets/fonts/icomoon.woff?kdnr3d) format("woff"),url(../assets/fonts/icomoon.svg?kdnr3d#icomoon) format("svg");speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;vertical-align:top;line-height:20px;margin:0 0 0 5px}.give-metabox-tabs li .give-icon-default:before{content:"\e903"}.give-metabox-tabs li .give-icon-heart:before{content:"\e604"}.give-metabox-tabs li .give-icon-target:before{content:"\e901"}.give-metabox-tabs li .give-icon-display:before{content:"\e90c"}.give-metabox-tabs li .give-icon-edit:before{content:"\e902"}.give-metabox-tabs li .give-icon-checklist:before{position:relative;top:1px;content:"\e900"}.give-metabox-tabs li .give-icon-purse:before{content:"\e8df"}.give-metabox-tabs li .dashicons{font-size:14px;width:14px;line-height:20px}.give-grid-row{position:relative;width:100%}.give-grid-row [class^=give-grid-col]{float:right;margin:.5rem 1%;min-height:.125rem}.give-grid-row::after{content:"";display:table;clear:both}.give-grid-col-1{width:6.33333%}.give-grid-col-2{width:14.66667%}.give-grid-col-3{width:23%}.give-grid-col-4{width:31.33333%}.give-grid-col-5{width:39.66667%}.give-grid-col-6{width:48%}.give-grid-col-7{width:56.33333%}.give-grid-col-8{width:64.66667%}.give-grid-col-9{width:73%}.give-grid-col-10{width:81.33333%}.give-grid-col-11{width:89.66667%}.give-grid-col-12{width:98%}@media only screen and (max-width:33.75em){.give-grid-row [class^=give-grid-col]{width:98%}}#_give_donation_levels_repeat .cmb-group-title,#_give_donation_levels_repeat .cmb-row>.cmb-remove-group-row,#_give_donation_levels_repeat .cmb-row>.handlediv,.cmb-type-levels-id,.cmb2-id--give-custom-amount-minimum,.cmb2-id--give-custom-amount-text,.cmb2-id--give-display-style,.cmb2-id--give-form-content,.cmb2-id--give-levels-header,.cmb2-id--give-levels-header+.cmb-repeat-group-wrap,.cmb2-id--give-offline-checkout-notes,.cmb2-id--give-reveal-label,.cmb2-id--give-set-price,.give-hidden,.post-type-give_forms .tablenav #post-query-submit{display:none}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row .cmb2-radio-list label{font-size:12px}div.cmb-type-levels-repeater-header+div.cmb-repeat-group-wrap{padding:0!important;margin:0!important;min-width:100%;max-width:0}.cmb2-id--give-levels-header{padding:10px 12px 0!important;margin:0!important;background:#F7F7F7;border-bottom:none!important}.cmb2-id--give-levels-header .table-container{display:table;width:100%;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9}.cmb2-id--give-levels-header .table-container>.table-row{display:table-row;background:#FCFCFC}.cmb2-id--give-levels-header .table-container>.table-row>.table-cell{display:table-cell;vertical-align:middle;padding:10px 15px;border-left:1px solid #e9e9e9}#_give_donation_levels_repeat .cmbhandle,.cmb2-id--give-levels-header .table-container>.table-row>.table-cell.col-id{display:none}#_give_donation_levels_repeat{background:#F7F7F7;padding:0 12px 20px 1px;box-sizing:border-box}#_give_donation_levels_repeat .cmb-row,#_give_donation_levels_repeat .inside{margin:0}#_give_donation_levels_repeat .cmb-remove-field-row{margin:3px 0 0}#_give_donation_levels_repeat .cmb-remove-field-row .button{height:25px;padding:0 3px}#_give_donation_levels_repeat .cmb-remove-field-row span.dashicons-no{line-height:1.15em}#_give_donation_levels_repeat .cmb-add-row{margin:12px 0 0}.give-time-field{width:65px}.give-money-field{width:75px;margin-left:0;margin-right:0}.give-money-symbol{border:1px solid #DDD;background:#FCFCFC;margin:0;font-size:14px;padding:5px 8px}.give-money-symbol-before{border-left:0;margin-left:-4px}.give-money-symbol-after{margin-right:-5px}.give_options_panel input[type=text],.give_options_panel input[type=email]{padding:5px;width:100%}input.give-text-small,input.give-text_small{width:100px!important}input.give-text-medium,input.give-text_medium{width:200px!important}.give-underline{text-decoration:underline}.postbox-container .cmb-row{margin:0}.postbox-container .cmb-row .cmb-th label{padding-right:8px}#give-bulk-donors div[id^=give-donor-]{display:block;overflow:hidden}@media only screen and (min-width:851px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row{float:right;border-bottom:none;padding-left:10px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row>.cmb-th{display:none}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row>.cmb-td{float:right;width:100%}.cmb-type-give-default-radio-inline .cmb-td{margin-top:5px}}@media only screen and (min-width:851px) and (max-width:1201px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row{width:100%;padding-top:0}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-type-text-money{width:105px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list input.cmb2-text-money{width:65px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list .give-multilevel-text-field{width:160px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list .cmb-type-radio-inline{margin-right:20px}.col-amount{width:70px}.col-text{width:140px}.col-sort{display:none!important}.give-money-field{width:55px}}@media only screen and (min-width:1201px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row{float:left}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row{padding-left:20px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row.cmb-row{padding-left:0}.col-amount{width:93px}.col-text{width:195px}.col-sort{width:100px}.give-multilevel-text-field{width:205px}}@media only screen and (max-width:850px){div.cmb-type-levels-repeater-header{display:none!important}}.shortcode-wrap{margin:1px 11px 12px 14px}.shortcode-wrap label{margin:0 0 3px;display:block;cursor:default}.shortcode-wrap .shortcode-input{margin:0;width:100%}.cmb2-id--give-content-option,.cmb2-id--give-customize-offline-donations,.cmb2-id--give-goal-option,.cmb2-id--give-offline-donation-enable-billing-fields-single,.cmb2-id--give-terms-option{border-bottom:none!important;margin:0!important}.cmb2-id--give-agree-label,.cmb2-id--give-form-content,.cmb2-id--give-offline-checkout-notes,.cmb2-id--give-offline-donation-enable-billing-fields-single,.cmb2-id--give-set-goal{border-top:1px solid #e9e9e9!important}.cmb2-id--give-agree-label,.cmb2-id--give-agree-text{display:none}input.shortcode-input{width:100%}.price .give_price_range_high,.price .give_price_range_low,.price .give_price_range_sep{display:inline-block}#side-sortables .cmb-th label:after{display:none}#side-sortables .cmb2-id--give-show-register-form{padding:10px 0 0!important}#side-sortables .cmb2-wrap>.cmb-field-list>.cmb-row{padding-top:10px}#side-sortables .cmb-row .cmb2-metabox-description{padding-bottom:0}.cmb2-metabox-description{line-height:1.5;display:block}.give-tooltip{margin:0 3px;padding:0;font-size:14px;-moz-transition:.2s all linear;-o-transition:.2s all linear;transition:.2s all linear;color:rgba(51,51,51,.5);position:relative;top:1px}.give-tooltip:hover{color:#333}#give-metabox-form-data .inside{margin:0;padding:0}#give-metabox-form-data .give-metabox-panel-wrap{background:#fff;overflow:hidden}#give-metabox-form-data .give_options_panel{display:none;padding-right:170px}#give-metabox-form-data .give_options_panel.active,.no-js #give-metabox-form-data .give_options_panel{display:block}#give-metabox-form-data .give_options_panel .give-field-wrap{padding:1em 162px 1em 20px;margin:0;border-bottom:1px solid #eee}#give-metabox-form-data .give_options_panel .give-field-wrap>label,#give-metabox-form-data .give_options_panel .give-field-wrap>span.give-field-label{float:right;width:135px;padding:0;margin:2px -150px 0 0;line-height:18px;font-size:12px;font-weight:400}#give-metabox-form-data .give_options_panel .give-field-wrap .give-field-description{color:#aaa;font-size:12px;line-height:18px;display:block;padding-top:10px;font-style:italic}#give-metabox-form-data .give_options_panel .give-field-wrap ul{margin:0}#give-metabox-form-data .give_options_panel .give-field-wrap .mce-container iframe,#give-metabox-form-data .give_options_panel .give-field-wrap textarea{min-height:250px!important}#give-metabox-form-data .give_options_panel .give-field-wrap .wp-editor-wrap{display:inline-block;width:100%}#give-metabox-form-data .give_options_panel textarea.give-field{width:100%}#give-metabox-form-data .give_options_panel .give-field-wrap:hover .give-field-row-actions{display:block}#give-metabox-form-data .give_options_panel .give-field-wrap:last-child{border-bottom:0}#give-metabox-form-data .give_options_panel .give-inline-radio-fields li{display:inline-block;margin-left:15px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section{padding:10px;background:#f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeatable-fields-section-wrapper{width:100%;background-color:#fff;border-collapse:collapse}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row{border-bottom:15px solid #f5f5f5;background-color:#fff}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-template{display:none}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row:last-child{border-bottom:10px solid #f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-column{padding:0}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove{float:left;width:22px;height:36px;padding:0;display:block;text-align:center;line-height:34px;font-size:21px;font-weight:300;cursor:pointer}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove:hover{background-color:red;color:#fff;width:22px;height:22px;border-radius:30px;margin-top:8px;line-height:19px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head{border-bottom:1px solid #eee;cursor:move}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head h2{text-align:right!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.closed .toggle-indicator:before{content:"\f140"}.give-filter:after,.give-filters:after{content:""}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row .give-move .toggle-indicator:before{margin-right:7px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row-wrap{background-color:#f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row{margin:5px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-field-wrap:last-child{border-bottom:1px solid #eee}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-ui-placeholder-state-highlight{background-color:#68bb6c}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-name{border:0!important;padding:0!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-description{color:#aaa;font-size:12px;line-height:18px;display:block;padding-bottom:10px;font-style:italic}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .ui-sortable-helper{display:table!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.ui-sortable-helper{border-bottom:0}#_give_donation_levels_field .give-row:nth-of-type(2) .give-remove{display:none!important}#give-metabox-form-data .give-metabox-tabs{margin:0;max-width:170px;float:right;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-left:1px solid #eee;box-sizing:border-box}#give-metabox-form-data .give-metabox-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;right:0;background-color:#fafafa;border-left:1px solid #eee}#give-metabox-form-data .give-metabox-tabs li{margin:0;padding:0;display:block;position:relative}#give-metabox-form-data .give-metabox-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee;overflow:hidden}#give-metabox-form-data .give-metabox-tabs li a span.give-label{width:122px;display:inline-block}#give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li{background-color:#f1f1f1}#give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li a{border-bottom-color:#e5e5e5}#give-export-payments div.chosen-container ul.chosen-choices,#give-export-payments select,.type-download{border:1px solid #ddd}#give-metabox-form-data .give-metabox-tabs li.active>a{color:#555;position:relative;background-color:#eee}#give-metabox-form-data .give-metabox-tabs li.has-sub-fields.active>a{background-color:#ddd}#give-metabox-form-data .give-metabox-tabs li.has-sub-fields:not(.active):hover ul.give-metabox-sub-tabs{display:block;position:absolute;bottom:0;right:166px;width:170px;max-height:250px}@media only screen and (min-width:851px) and (max-width:1025px),(max-width:550px){#give-metabox-form-data ul.give-metabox-tabs{min-width:40px}#give-metabox-form-data ul.give-metabox-tabs li>a{text-align:center}#give-metabox-form-data ul.give-metabox-tabs li>a:before{margin-left:0;font-size:15px}#give-metabox-form-data ul.give-metabox-tabs li>a span.give-label{display:none}#give-metabox-form-data ul.give-metabox-tabs li>a span.give-icon:before{margin:0}#give-metabox-form-data .give_options_panel{padding-right:40px}#give-metabox-form-data .give_options_panel .give-field-wrap{padding:10px}#give-metabox-form-data .give_options_panel .give-field-wrap label,#give-metabox-form-data .give_options_panel .give-field-wrap span.give-field-label{display:block;float:none;margin:0 0 10px;font-size:14px;width:100%}}#give-export-payments .give_forms_categories,#give-export-payments .give_forms_tags{min-width:250px;margin:0 0 10px;display:block}#give-export-payments .give_forms_categories input,#give-export-payments .give_forms_tags input{color:#999}#give-export-payments div.chosen-container:first-of-type{margin-top:10px}#give-export-payments div.chosen-container ul.chosen-choices input.chosen-search-input{border:1px solid #ddd;height:20px}#give-export-payments select{vertical-align:inherit;margin:0;height:26px;line-height:26px}.give-docs-link{text-align:left;margin-left:15px}.give-docs-link a{color:#999;text-decoration:none;font-style:italic}.give-docs-link a:hover{color:#0073aa}.give-docs-link a span{font-style:normal}.type-download{float:right;margin:0 0 1em 1em!important;padding:0;vertical-align:top;width:280px;text-decoration:none;color:inherit;display:block;min-height:365px;overflow:hidden;background:#f5f5f5;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);-webkit-transition-property:border,background,color;transition-property:border,background,color;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;position:relative}.type-download:hover{border:1px solid #d1d1d1}.type-download>.featured-img img{border-bottom:1px solid #ddd}.type-download .addon-content{padding:15px 20px}.type-download .addon-content:after,.type-download .addon-content:before{content:" ";display:table}.type-download .addon-content .addon-heading{margin:0 0 10px}.type-download .addon-content .addon-heading a{outline:0;text-decoration:none}.type-download .addon-footer-wrap{border-top:1px solid #ddd;position:absolute;bottom:2px;right:0;width:100%;background-color:#FFF;padding:15px 20px}.give-view-addons-all span.dashicons,.type-download span.dashicons{width:16px;height:16px;font-size:14px;margin:6px 0 0}.give-view-addons-all span.dashicons{margin-right:3px}#give-dashboard-widgets-wrap .inside{padding-top:0;padding-bottom:0}.give_forms_page_give-reports #give-dashboard-widgets-wrap .inside{padding-right:0}#give-dashboard-widgets-wrap .inside #give-graphs-filter{float:none}#give-dashboard-widgets-wrap .postbox{margin-bottom:10px}#give-dashboard-widgets-wrap table.reports-table{clear:none}#give-dashboard-widgets-wrap #give-date-range-options{float:right}#give-dashboard-widgets-wrap #give-date-range-options>span{float:right;line-height:30px;font-style:italic;padding:0 0 0 5px}#give-graphs-filter,body.give_forms_page_give-payment-history .tablenav-right .tablenav-pages,body.give_forms_page_give-reports .tablenav-right .tablenav-pages{float:left}#give-graphs-filter .tablenav{margin:0 17px 0 0}#give-graphs-filter .tablenav .actions{padding:0}.give-graph .y1Axis{color:#66bb6a!important}.give-graph .y2Axis{color:#546e7a!important}body.give_forms_page_give-payment-history h1.nav-tab-wrapper,body.give_forms_page_give-payment-history h2.nav-tab-wrapper,body.give_forms_page_give-reports h1.nav-tab-wrapper,body.give_forms_page_give-reports h2.nav-tab-wrapper{margin-bottom:10px}body.give_forms_page_give-payment-history .actions,body.give_forms_page_give-reports .actions{padding-top:0}body.give_forms_page_give-payment-history .pagination-links,body.give_forms_page_give-reports .pagination-links{margin-right:10px}body.give_forms_page_give-payment-history p.donor-search,body.give_forms_page_give-reports p.donor-search{margin-left:10px}body.give_forms_page_give-payment-history .tablenav-right #give-reports-view,body.give_forms_page_give-reports .tablenav-right #give-reports-view{margin-top:0}body.give_forms_page_give-payment-history .tablenav-right .actions,body.give_forms_page_give-payment-history p.search-box,body.give_forms_page_give-reports .tablenav-right .actions,body.give_forms_page_give-reports p.search-box{float:right}body.give_forms_page_give-payment-history .reports-table-nav.tablenav.top,body.give_forms_page_give-reports .reports-table-nav.tablenav.top{width:100%;float:none;margin:0 0 10px}body.give_forms_page_give-payment-history .reports-forms-details-wrap.top,body.give_forms_page_give-reports .reports-forms-details-wrap.top{float:left;overflow:hidden}body.give_forms_page_give-payment-history .reports-forms-details-wrap.top #give-reports-filter,body.give_forms_page_give-reports .reports-forms-details-wrap.top #give-reports-filter{float:right}body.give_forms_page_give-payment-history .reports-forms-details-wrap.top>.actions,body.give_forms_page_give-reports .reports-forms-details-wrap.top>.actions{padding-left:0}body.give_forms_page_give-payment-history .tablenav.bottom,body.give_forms_page_give-reports .tablenav.bottom{margin-top:10px}body.give_forms_page_give-payment-history h2.reports-earnings-title,body.give_forms_page_give-reports h2.reports-earnings-title{margin:7px 0 0}body.give_forms_page_give-payment-history .reports-views-wrap,body.give_forms_page_give-reports .reports-views-wrap{padding:3px 0 0}body.give_forms_page_give-payment-history .wrap.give-reports-donors-wrap,body.give_forms_page_give-reports .wrap.give-reports-donors-wrap{margin-left:0;margin-bottom:10px}body.give_forms_page_give-payment-history .widefat tbody td,body.give_forms_page_give-payment-history .widefat tbody th,body.give_forms_page_give-reports .widefat tbody td,body.give_forms_page_give-reports .widefat tbody th{padding-top:12px;padding-bottom:12px}body.give_forms_page_give-reports table.export-options-table tbody td{padding:20px 12px;vertical-align:top}#test-payment-label,.give-mobile-link,.give-settings-page .export-options-table tr.give-import-option:nth-child(odd) th,table.give-table td{vertical-align:middle}body.give_forms_page_give-reports table.export-options-table .give-export-form{position:relative}body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap{background-color:transparent;padding:12px 12px 4px;margin:2px -11px -16px 0;overflow:auto}body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap .spinner{margin:-2px 0 8px -12px}body.give_forms_page_give-reports table.export-options-table span#give-end-wrap input,body.give_forms_page_give-reports table.export-options-table span#give-start-wrap input{width:100px}#export-donor-options-wrap p{padding:20px 0 0;margin:0;font-weight:700}#export-donor-options-wrap ul{max-width:900px;overflow:hidden}#export-donor-options-wrap ul li{margin:0;padding:0 0 5px 5px;box-sizing:border-box;float:right;width:33%}#give-tools-recount-form .notice-wrap{position:relative;min-height:25px;margin:10px -12px -12px;background:#EFEFEF;padding:10px 12px 12px;border-top:1px solid #E5E5E5}#give-tools-recount-form .notice-wrap .give-progress{position:absolute;top:15px}#give-tools-recount-form .notice-wrap .spinner{position:absolute;left:14px;top:13px;margin:0}#give-tools-recount-form .notice-wrap #give-batch-success{margin-bottom:6px}.recount-stats-controls form{display:inline}.give-recount-stats-descriptions{margin:8px 0 0;display:block}.give-recount-stats-descriptions span{line-height:24px;font-size:13px;font-style:italic;font-weight:400;color:#aaa;margin:0;display:none}.social-items-wrap,.social-items-wrap>div,.welcome-h1{display:inline-block}.gateways-report-tablenav .actions.bulkactions{padding-left:0}table.give-table td.row-title h3{margin:0 0 .4em;font-size:1.2em}table.give-table td.row-title p{font-size:13px;font-style:italic;font-weight:400;color:#aaa;margin:0}#give-graphs-filter>.tablenav{height:auto}#give-logs-filter .search-box{float:left}#give-logs-filter .tablenav.top{float:right;clear:none;margin-top:0}.welcome-h1{margin-left:15px!important}.about-wrap h3{margin:1.5em 0 .6em}.about-wrap img{border:none}.give-badge{padding-top:150px;height:52px;width:185px;color:#FFF;font-weight:700;font-size:14px;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.8);margin:0 -5px;position:absolute;top:0;left:0}.introduction{padding:0 0 20px;margin:0 0 20px}.feature-section{margin-top:40px}.feature-section span.dashicons{width:16px;height:16px;font-size:14px;margin:6px 0 0}.feature-section .feature-section-item{width:48%;float:right}.feature-section div.last-feature{margin-left:0;margin-right:4%}[class*=dashboard_page_give-] .about-text,[class^=dashboard_page_give-] .about-text{min-height:0}.social-items-wrap .twitter-item-wrap{margin:0 0 10px 20px}.wp-person img{border-radius:50%}.wp-person a.web{margin:17px 0 0;font-weight:700;font-style:italic}.newsletter-intro{font-size:13px;font-style:italic;color:#777}.give-newsletter-form-wrap{margin:10px -5px 20px 0;max-width:700px}.give-newsletter-form-wrap td{padding:3px}.give-newsletter-form-wrap div.give-newsletter-confirmation{background:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:5px 5px 4px 10px;padding:1px 12px;border-right:4px solid #7ad03a;display:none}.give-newsletter-form-wrap div.give-newsletter-confirmation>p{margin:.5em 0;padding:2px}#give_donor_export_form{margin:0 0 5px}.column-status .give-donation-status,.column-status .give-test-mode-transactions-label{display:inline-block}.column-status .give-test-mode-transactions-label{margin:0 5px;vertical-align:middle}.give-settings-page .give-settings-heading-sep{font-size:14px;line-height:32px;width:15px}.give-settings-page .nav-tab-wrapper{margin-bottom:5px;overflow:visible}.give-settings-page .cmb2-wrap .cmb-type-checkbox input[type=checkbox]{display:block;margin-bottom:5px}.give-settings-page div.give-submit-wrap{margin:20px 0}.give-settings-page .give_forms_page_give-payment-history .postbox .hndle{cursor:default}.give-settings-page .give-input-field{width:25em}.give-settings-page table table input[type=text]{width:15em}.give-settings-page .give-repeat-setting-field{margin:10px 0}.give-settings-page .give-remove-setting-field{width:25px;height:25px;padding:0;text-align:center;line-height:22px;font-size:21px;font-weight:300;cursor:pointer;margin-right:20px;display:inline-block}.give-settings-page .give-remove-setting-field:hover{background-color:red;color:#fff;border-radius:30px}.give-settings-page .give-forminp p:first-child .give-remove-setting-field{display:none}.give-settings-page .export-options-table tr.give-import-option:nth-child(odd){background:#f4f3f3}.give-settings-page .export-options-table .give-import-dropdown:nth-child(2),.give-settings-page .export-options-table tr.give-import-option th:first-child{width:250px}.give-setting-tab-header{clear:both;overflow:hidden;margin:30px 0}.give-setting-tab-header h2{margin-top:8px}.give-setting-tab-header p{margin-bottom:0}.give-radio-inline ul{margin-top:0}.give-radio-inline li{display:inline-block;margin:0 15px 0 0}.give-radio-inline li:first-child{margin-right:0}.give-tools-setting-page .bulkactions{overflow:visible}.form-table td.give-radio-inline fieldset li>label{margin:5px 0 0!important}.cmb2-metabox-description,p.give-field-description{color:#aaa;font-style:italic;font-size:13px!important}.cmb-type-give-title label,.give-setting-tab-header h2{float:right;display:inline-block;width:220px;font-style:italic;color:#AAA;margin:0;font-size:14px}.postbox-container #_give_donation_levels_repeat>.cmb-repeatable-grouping:not(:last-of-type){border-bottom:1px solid #e9e9e9;border-top:none}.cmb-type-enabled-gateways .cmb-td>p:first-of-type{display:none}.cmb-type-checkbox .cmb-td{width:80%}.cmb-type-checkbox .cmb-td label{font-size:13px}.give_settings .cmb2-wrap .cmb-row{display:table-row}.give_settings .cmb2-wrap .cmb-row>.cmb-td,.give_settings .cmb2-wrap .cmb-row>.cmb-th{display:table-cell;float:none}.cmb2-id-give-title label{font-style:italic;color:#AAA;cursor:default}.cmb2-id-give-title>div.cmb-th{padding-bottom:10px}.cmb2-id-give-title>div.cmb-td{padding-bottom:5px}.give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle{padding:3px 0 0 4px;font-size:15px;font-weight:400;color:#bdbdbd;cursor:move}.give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle:hover{color:#333}.give-email-tags-wrap{margin:5px 0 0}.give-email-tags-wrap code{font-style:normal;padding:1px 2px;font-size:12px}.give-email-tags-wrap span{display:block;color:#AAA;font-style:italic;margin:0 0 2px;font-size:13px}.give-email-tags-wrap .give_price_tag,.give-settings-email-settings-section .give-setting-tab-header-emails hr,.give-settings-email-settings-section .tablenav{display:none}.give-settings-email-settings-section .give-setting-tab-header-emails{margin:0 0 20px}.give-settings-email-settings-section .tablenav.bottom+.give-setting-tab-header-emails{margin:20px 0}.give-settings-email-settings-section .tablenav.bottom+.give-setting-tab-header-emails hr{display:block}.giveemailnotifications .check-column{padding:13px 20px 0 10px!important}.giveemailnotifications td.check-column input{display:none}.giveemailnotifications th.check-column .give-email-notification-status{color:#fff;cursor:pointer}.giveemailnotifications th.check-column .give-email-notification-status[data-edit="1"] i.dashicons{border-radius:1em;padding:2px}.giveemailnotifications th.check-column .give-email-notification-disabled:hover .dashicons-no-alt,.giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-yes{background:#46b450}.giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-lock{color:#46b450}.giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-no-alt,.giveemailnotifications th.check-column .give-email-notification-enabled:hover .dashicons-yes{background:#bbb}.giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-lock{color:#bbb}.giveemailnotifications th.check-column .dashicons-no-alt:hover:before{content:"\f147"!important}.giveemailnotifications th.check-column .dashicons-yes:hover:before{content:"\f335"!important}.giveemailnotifications .spinner.is-active{margin:0 2px 0 0;float:none}#system-info-textarea{width:800px;height:600px;font-family:Menlo,Monaco,monospace;background:#FFF;white-space:pre;overflow:auto;display:block;direction:ltr}#give-download-sysinfo{margin:0}#api .tablenav .actions{overflow:visible}a.give-delete{color:#a00}.give-settings-wrap-licenses .give-license-deactivate{margin:1px 10px 0 0;height:30px}.give-settings-wrap-licenses .give-license-field{background:url(../images/close.png) 1.5% center no-repeat #FFF;background-size:18px}.give-settings-wrap-licenses .give-license-active,.give-settings-wrap-licenses .give-license-active:focus{background-image:url(../images/tick.png);background-color:#FFF;background-repeat:no-repeat;background-position:1.5% center;outline:0;background-size:16px;width:100%}.give-settings-page .give-settings-wrap-licenses{display:block;position:relative;float:right;width:30.5%;min-height:180px;margin:20px 0 20px 1%}.give-settings-page .give-license-key label{margin:0 10px 0 0;padding:10px 0;display:block;font-size:14px;font-weight:600;cursor:default}.give-settings-page .give-license-block{margin:0 10px}.give-settings-page input[type=text].give-license-field,.give-settings-page input[type=password].give-license-field{width:100%}.give-settings-page .give-license-block input[type=submit]{position:absolute;top:3px;left:10px;height:24px;line-height:22px;padding:0 8px 1px;font-size:11px}.give-settings-page .give-license-status-notice{background:#fff;border-right:4px solid #fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:5px 0 2px;padding:1px 12px}.give-settings-page .give-license-status-notice p{padding:10px 0;margin:0}.give-settings-page .give-license-status-notice a{color:#444;cursor:pointer}.give-settings-page .give-license-status-notice a:hover{text-decoration:none}.give-settings-page .give-license-status-notice.give-license-expires-soon{border-color:#00a0d2}.give-settings-page .give-license-status-notice.give-inactive,.give-settings-page .give-license-status-notice.give-license-expired{border-color:#e24e4e}.give-settings-page .give-license-status-notice.give-license-error,.give-settings-page .give-license-status-notice.give-license-invalid,.give-settings-page .give-license-status-notice.give-license-item_name_mismatch,.give-settings-page .give-license-status-notice.give-license-missing,.give-settings-page .give-license-status-notice.give-license-no_activations_left,.give-settings-page .give-license-status-notice.give-license-site_inactive{border-color:orange}.give-settings-page .give-license-status-notice.give-license-expiration-date,.give-settings-page .give-license-status-notice.give-license-lifetime-notice{border-color:#46b450}.give-settings-page .give-license-status-notice.give-license-expired a:hover,.give-settings-page .give-license-status-notice.give-license-expires-soon a:hover{text-decoration:none}@media screen and (max-width:1100px){.give-settings-page .give-settings-wrap-licenses{width:45%;min-height:150px}}.give-table thead th{padding:8px 10px!important}.give_settings .cmb-td hr+hr{display:none}.post-type-give_forms .mce-container iframe,.post-type-give_forms .wp-editor-area{min-height:400px}.give-field-description{color:#aaa;font-style:italic;margin:0;padding-top:.5em}h2.give-nav-tab-wrapper{overflow:hidden;height:35px}@media screen and (max-width:600px){.give-settings-page .give-settings-wrap-licenses{width:100%;max-width:320px}.give-nav-tab-wrapper{position:relative;padding-top:0!important}.give-nav-tab-wrapper>a{width:100%;box-sizing:border-box;margin:0;background-color:#fff;border:1px solid #ccc}.give-nav-tab-wrapper>a:hover{border-bottom:1px solid #ccc}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper{position:absolute;top:0;left:0}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav{height:28px;width:30px;border-radius:0;margin:0}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav>span.dashicons{margin:6px auto 0;display:block}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab{top:35px;left:0;right:auto}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a{background:#fff}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover{background:#e5e5e5}.give-mobile-hidden{display:none}}.give-sub-nav-tab-wrapper{position:relative;z-index:9999;float:right;display:none}.give-sub-nav-tab-wrapper nav.give-sub-nav-tab{border:1px solid #ccc;border-bottom:0;position:absolute;top:35px;left:0}.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a{float:right;background:#fff;padding:6px 10px;clear:both;text-decoration:none;border-bottom:1px solid #ccc;min-width:170px;color:#555;font-size:14px}.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover{background:#fff}#give-show-sub-nav{text-decoration:none;padding:3px 4px;border-bottom:1px solid #ccc;line-height:0;background:#fff;border-radius:4px;margin-top:5px}#give-show-sub-nav>span.dashicons{font-size:16px;height:16px;width:16px}#give-show-sub-nav:active,#give-show-sub-nav:hover{outline:0;box-shadow:inset 0 0 4px #ddd}.give-image-thumb{position:relative;margin-top:14px}.give-image-thumb span.give-delete-image-thumb{position:absolute;background:red;color:#fff;border-radius:30px;right:-10px;top:-10px;cursor:pointer}.give-image-thumb img{max-width:250px;border:4px solid #fff}.give-filters,.give-submit-wrap{border:1px solid #dfdfdf;clear:both}.give-filters{background:#f5f5f5;padding:12px 12px 0}.give-filters .give-donation-forms-filter .chosen-single{height:28px;line-height:28px}.give-filters .chosen-container-single .chosen-single div b{background-position:100% 4px}.give-filters .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 6px}.give-filters #give-payment-form-filter,.give-filters #give_donation_forms_filter{display:inline-block;width:300px}@media screen and (max-width:782px){.give-filters #give-payment-form-filter,.give-filters #give_donation_forms_filter{width:100%}}.give-filters #give_donation_forms_filter{width:255px}.give-filter input[type=text],.give-filter select{width:100%}@media screen and (max-width:782px){.give-filters #give_donation_forms_filter{width:100%;max-width:100%}}.give-filters:after{display:table;clear:both}.give-filter{display:block;margin-bottom:12px;width:100%}.give-filter:after{display:table;clear:both}.give-filter label{display:block;margin-left:4px}.give-filter input{margin:0}.give-filter input[type=text],.give-filter input[type=search]{height:28px}.give-filter .button{height:28px;line-height:26px;margin:0;padding:0 10px 1px}@media screen and (min-width:783px){.give-filter{float:right;margin-left:18px;width:auto}.give-filter label{display:inline-block}.give-filter input[type=text]{display:inline-block;width:144px}}.give-filter-search input[type=search]{display:block;float:right;width:68%}.give-filter-search input[type=submit]{display:block;float:left;width:30%}@media screen and (min-width:783px){.give-filter-search input[type=search]{display:inline-block;margin-left:4px;width:144px}.give-filter-search input[type=submit]{display:inline-block;width:auto}}@media screen and (min-width:600px){.give-filter-half{float:right;width:49%}.give-filter-half:last-child{float:left}}@media screen and (min-width:783px){.give-filter-half{width:auto}.give-filter-half:last-child{float:right}.give-filter-half input[type=text]{width:96px}}.give-clear-filters-button{margin-right:8px}.give-submit-wrap{background:#f5f5f5;margin:8px 0;padding:12px;font-size:13px;line-height:2.1em}#give-payment-filters ul.subsubsub{margin-bottom:8px}#give-payments-advanced-filter ul.subsubsub{margin-bottom:12px}#give-payments-filter .tablenav.top{float:none}#give-payments-filter .tablenav.top .bulkactions{margin-top:1px;padding-top:0}#give-payments-filter .give-email-column-value{font-size:14px;font-weight:700}#give-payments-filter #the-list .check-column input{margin-top:1px}#give-payments-filter .column-details{width:50px}#give-payments-filter .column-amount{width:120px}tr.status-refunded td{background:#cecece;border-top-color:#ccc}.wp-list-table.forms th#date{width:140px}.give-mobile-link{line-height:32px}.give-mobile-link img{max-width:80%;height:auto;float:right}.give-donation-status>span{display:inline-block;width:12px;height:12px;position:relative;top:1px;margin:0;padding:0;border-radius:50%;background:#888;line-height:16px}#give-payments-filter .give-payment-id,#test-payment-label{padding:.2em .4em .3em;font-size:11px;text-align:center;border-radius:.25em;color:#fff;white-space:nowrap}.give-donation-status.status-pending>span{background-color:#ffba00}.give-donation-status.status-complete>span,.give-donation-status.status-publish>span{background-color:#7ad03a}.give-donation-status.status-refunded>span{background-color:#777}.give-donation-status.status-failed>span{background-color:#a00}.give-donation-status.status-abandoned>span{background-color:#333}.give-donation-status.status-revoked>span{background-color:#d9534f}.give-donation-status.status-give_subscription>span,.give-donation-status.status-renewal>span,.give-donation-status.status-subscription>span{background-color:#5bc0de}#test-payment-label{line-height:1;background-color:#ffba00;margin:0 15px}#test-payment-label:hover{color:#fff;text-decoration:none}#give-payments-filter .give-payment-id{line-height:1;vertical-align:baseline;font-weight:400}.give-admin-box .label,.give-admin-box-inside .strong{font-weight:600}#give-payments-filter .give-payment-id:hover{color:#fff;text-decoration:none}#give-payments-filter .column-details{padding-left:30px}#give-payments-filter .give-donation-status{display:inline-block}#give-order-update .give-donation-status{display:inline-block;float:none;margin:0 10px;position:relative;top:3px}.column-donation_form .donation-level-text-wrap{font-style:italic;display:block}@media handheld,only screen and (max-width:640px){.wp-list-table.forms th{width:auto!important}}.download_page_give-payment-history .ui-dialog .ui-dialog-titlebar-close span{margin-right:-8px;margin-top:-8px}.give-admin-box-inside{margin:0;padding:3px 10px;clear:both;border-bottom:1px solid #eee}.give-admin-box .right{float:left}#give-order-details .inside,#give-order-update .inside{margin:0;padding:0}#give-order-update input.give_datepicker{width:180px}#give-order-update input[type=number].give-payment-time-hour,#give-order-update input[type=number].give-payment-time-min{width:50px}.give-admin-box-inside:last-child{border-bottom:0}#give-edit-order-form .data-payment-key{word-break:break-all}.give-order-update-box #major-publishing-actions .button-secondary{margin-left:10px}#give-donation-overview th{text-align:right}#give-donation-overview .give-select-chosen{width:97%}#give-edit-order-form .row{margin-top:10px}#give-donation-overview ul,#give-donor-details .order-data-address input,#give-donor-details .order-data-column p.data input,#give-edit-order-form .column input,#give-order-address-country-wrap select{clear:both;display:block}.give-order-data input.small-text{margin:0}#give-order-update span.label{display:inline;width:50px}.give-order-update-box .button-primary{margin-left:0}#give-edit-order-form .column .description{padding-left:10px}#give-donation-overview .inside>ul>li,#give-donation-overview .row>ul>li,#give-edit-order-form .column{display:inline-block;position:relative;vertical-align:top}#give-donation-overview ul{font-size:0}#give-donation-overview ul li{font-size:13px}#give-donation-overview ul li.actions{text-align:left;min-width:200px}#give-donation-overview ul li.remove{text-align:left}#give-donation-overview ul .row{padding:12px;border-bottom:1px solid #eee}#give-order-data .data span{color:#666;font-weight:600}input.give-price-field{width:80px;padding:3px 5px}.give_forms_page_give-payment-history.js .postbox .hndle{cursor:default}#give-payment-notes textarea{min-height:150px}#give-payment-notes #give-add-payment-note{margin:6px 0 15px}#give-billing-details .column>div{margin:0 0 10px}#give-billing-details label{display:block;margin-bottom:5px}#give-billing-details .column-container{padding:5px 0 10px}#give-billing-details input[type=text]{width:98%}#give-billing-details .chosen-container{width:98%!important}@media screen and (min-width:1200px){#give-edit-order-form .column{width:33%}#give-order-address .column{width:49%}#give-donation-overview.columns-4 li.actions{width:25%;margin-top:0;margin-left:0}}@media screen and (max-width:1199px){#give-edit-order-form .column{width:49%}}@media screen and (max-width:782px){.order-data-column input[type=email]{padding:6px 10px}}#give-donation-overview .inside,#give-donor-details .inside{margin-top:0}.give_forms_page_give-payment-history #give-dashboard-widgets-wrap #side-sortables{padding-top:0}.give-select-chosen .spinner{position:absolute;left:5px;top:2px;z-index:999}.give-select-chosen-ajax .spinner{visibility:visible}.give-select-chosen-ajax .chosen-search input[type=text],.give-select-chosen-ajax.chosen-container-single .chosen-search input[type=text]{background-image:none!important}.give-dashboard-widget .give-dashboard-today{text-align:center}.give-dashboard-widget .give-dashboard-today .give-dashboard-date-today{margin:10px 0 0;padding:0}.give-dashboard-widget .give-dashboard-today .give-dashboard-happy-day{padding:3px;margin:0}.give-dashboard-widget .give-dashboard-today .give-dashboard-today-earnings{font-size:42px;color:#4ead61;font-weight:700;margin:15px 0 0;line-height:1}.give-dashboard-widget .give-dashboard-today .give-donations-today{font-size:18px;font-weight:700;margin:0 0 30px;padding:4px 0 1px}.give-dashboard-widget .give-dashboard-today .give-last-seven{font-size:14px;font-weight:700;padding:0;margin:0 0 30px}.give-dashboard-widget .give-table-stats{width:100%;text-align:center;margin:0;table-layout:fixed;border-top:1px solid #ececec;border-spacing:0}.give-dashboard-widget .give-table-stats .give-dashboard-stat-total,.give-dashboard-widget .give-table-stats .give-dashboard-stat-total-label{padding:0;margin:0}.give-dashboard-widget .give-table-stats .give-dashboard-stat-total{color:#4ead61;font-weight:700;font-size:16px}#give_dashboard_sales>.inside{padding:0}#give_dashboard_sales .give-table-stats td{padding:10px 0}#give_dashboard_sales .give-table-stats td:first-of-type{border-left:1px solid #ececec}#give_dashboard_sales .give-table-stats tr#give-table-stats-tr-1 td{border-bottom:1px solid #ececec}#dashboard_right_now .give-forms-count:before{font-family:give-icomoon;font-style:normal;font-weight:400;line-height:1;font-size:18px;width:18px;height:18px}.give_forms_page_give-donors .wrap>h2{margin-bottom:15px}.give_forms_page_give-donors .nav-tab-wrapper .dashicons{position:relative;top:2px;margin:0 0 0 3px}.give_forms_page_give-donors #give-donors-filter{position:relative}.give_forms_page_give-donors #give-donors-filter p.search-box{margin:0}.give_forms_page_give-donors #give-donors-search-filter{display:block;overflow:hidden}.give_forms_page_give-donors #give-donor-card-wrapper{margin-right:-1px;z-index:2;min-height:200px}.give_forms_page_give-donors #give-donor-card-wrapper input{font-weight:400}.give_forms_page_give-donors #give-donor-card-wrapper .donor-section{border-bottom:1px solid #eee;margin-bottom:10px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-section table{margin-bottom:0}.give_forms_page_give-donors #give-donor-card-wrapper>div:first-child{padding-top:20px}.give_forms_page_give-donors #give-donor-card-wrapper>div:last-child{padding-bottom:20px;border:none}.give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap{padding:0 0 15px 15px;text-align:center;float:right}.give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap img{border-radius:3px}.give_forms_page_give-donors #give-donor-card-wrapper a.delete{text-decoration:none;color:red;margin-left:5px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-since{margin:10px 0;font-size:16px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-id{display:inline-block;font-size:24px;font-weight:600;margin-left:10px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-name-wrap{display:inline-block}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-edit-link{margin-bottom:15px}.give_forms_page_give-donors .donor-main-wrapper{clear:both;margin:0 0 20px}@media (max-width:655px){.give_forms_page_give-donors .donor-main-wrapper{width:100%}}.give_forms_page_give-donors .donor-main-wrapper table{margin:0}.give_forms_page_give-donors .donor-main-wrapper input{width:200px}.give_forms_page_give-donors #donor-summary{padding:0 20px}.give_forms_page_give-donors #donor-summary:after{font-family:dashicons;content:"\f110";position:absolute;top:10px;left:10px;font-size:100px;color:#F0F0F0;z-index:0}.give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper{width:202px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper select,.give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results ul{width:200px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper span[data-key=line2]{display:table;clear:both}.give_forms_page_give-donors #give-donor-card-wrapper .donor-info{min-height:185px}.give_forms_page_give-donors #give-donor-card-wrapper .info-wrapper{min-height:125px}.give_forms_page_give-donors .donor-info .donor-name{font-size:24px;font-weight:600}.give_forms_page_give-donors #disconnect-donor,.give_forms_page_give-donors #view-user-profile{font-size:12px;font-weight:400;text-decoration:none}.give_forms_page_give-donors #donor-edit-actions{text-align:center;margin-bottom:20px;line-height:28px}.give_forms_page_give-donors #donor-edit-actions .button-secondary{margin-left:10px}.give_forms_page_give-donors #give-donor-card-wrapper .edit-item{display:none}.give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results{right:1px;top:16px}.give_forms_page_give-donors #donor-stats-wrapper{margin:0 auto;text-align:center;padding:15px}.give_forms_page_give-donors #donor-stats-wrapper ul{margin:0;padding:0;overflow:hidden}.give_forms_page_give-donors #donor-stats-wrapper ul li{width:50%;float:right;line-height:22px;font-size:14px;margin:0}.give_forms_page_give-donors #donor-stats-wrapper a{text-decoration:none}.give_forms_page_give-donors #donor-stats-wrapper .dashicons{color:#888}.give_forms_page_give-donors #donor-tables-wrapper table{width:100%;text-align:center}.give_forms_page_give-donors #donor-tables-wrapper th{text-align:center}.give_forms_page_give-donors #donor-tables-wrapper .donations tr>td:first-child,.give_forms_page_give-donors #donor-tables-wrapper .donations tr>th:first-child,.give_forms_page_give-donors #donor-tables-wrapper .emails tr>td:first-child,.give_forms_page_give-donors #donor-tables-wrapper .emails tr>th:first-child{text-align:right}.give_forms_page_give-donors #donor-tables-wrapper .donations tr>td:only-child{text-align:center}.give_forms_page_give-donors #donor-notes-wrapper{min-height:50px}.give_forms_page_give-donors .donor-notes-header img,.give_forms_page_give-donors .donor-notes-header span{font-weight:600;line-height:30px;vertical-align:middle}.give_forms_page_give-donors .donor-note-input{width:100%;margin-bottom:5px}.give_forms_page_give-donors #give-donor-notes div:nth-of-type(even){background-color:#f9f9f9}.give_forms_page_give-donors #give-donor-notes .donor-note-wrapper{border-bottom:1px solid #f9f9f9;min-height:38px;padding:0}.give_forms_page_give-donors #give-donor-notes .donor-note-wrapper .note-content-wrap{padding:10px 12px;line-height:20px;font-size:14px}.give_forms_page_give-donors #give-donor-notes .give-no-donor-notes{text-align:center;padding:20px}.give_forms_page_give-donors .donor-note-wrapper span{display:block}.give_forms_page_give-donors .delete-donor{text-align:center}.give_forms_page_give-donors .give-lock-block{margin-right:-25px;text-decoration:none;font-size:14px;margin-left:3px}.give_forms_page_give-donors .give-lock-block i{color:#000;font-size:14px}.give_forms_page_give-donors #donor-address-wrapper .give-no-address-message{margin:.5rem 1%;line-height:3.4em}.give_forms_page_give-donors #donor-address-wrapper .add-new-address{margin:.5rem 1%!important}.give_forms_page_give-donors #donor-address-wrapper .add-new-address-form-hidden{position:absolute;left:13px;right:13px;top:0;visibility:hidden}.sc-wrap,button.sc-button:after{position:relative;display:inline-block}.give_forms_page_give-donors #donor-address-wrapper .all-address .address{min-height:146px;border:1px solid #dad9d9;padding:9px;border-radius:5px;background-color:#fff}.give_forms_page_give-donors #donor-address-wrapper .all-address .address .address-number-label{color:gray;cursor:default}.give_forms_page_give-donors #donor-address-wrapper .all-address .address a{text-decoration:none}.give-blank-slate__help a,.mce-sc-popup a{text-decoration:underline}@media screen and (max-width:782px){#wp-content-media-buttons a.give-thickbox{padding:6px 14px;line-height:normal;font-size:14px;height:auto}.wp-media-buttons span#give-media-button{margin-top:0!important;margin-right:2px!important}}.mce-primary.mce-give-primary button{padding-left:10px;padding-right:10px}.wp-core-ui .give-admin-button{padding-right:7px;padding-left:7px}.give-admin-button-icon{display:inline-block;width:18px;height:18px;vertical-align:text-top;margin:0 2px}.give-admin-button-icon:before{font:400 18px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.give-admin-button-icon-update:before{content:"\f463"}.mce-primary.mce-sc-primary button{padding-left:10px;padding-right:10px}.mce-sc-popup p{margin-bottom:1em}.mce-sc-popup p.strong{font-weight:600}.mce-sc-popup p.no-margin{margin-bottom:0}.mce-sc-popup p.margin-top{margin-top:1em}.mce-sc-popup .mce-listbox button{text-overflow:ellipsis;overflow:hidden!important}@media screen and (max-width:782px){.wp-media-buttons button.sc-button span{width:18px!important}}.wp-media-buttons button.sc-button{outline:0;padding-right:5px;margin-left:0}.wp-media-buttons button.sc-button:active{margin-bottom:5px}button.sc-button:after{top:-1px;content:'';width:0;height:0;border-top:6px solid #777;border-left:4px solid transparent;border-right:4px solid transparent;margin:0 6px 0 3px}button.sc-button.active:after{top:-2px;border-top:0;border-bottom:6px solid #32373c}.sc-wrap{margin-left:5px}div.sc-menu{display:none;position:absolute;top:100%;right:0;min-width:100%;max-height:410px;font-size:14px;box-shadow:0 3px 5px rgba(0,0,0,.2);background:#fff;border:1px solid rgba(0,0,0,.15);overflow:auto;overflow-x:hidden;padding:5px 0;margin:-2px 0 0;z-index:1002}div.sc-shortcode{display:block;white-space:nowrap;cursor:pointer;padding:6px 12px;margin-bottom:2px}div.sc-shortcode:hover{color:#fff}#mce-modal-block.mce-reset.mce-fade.mce-in{opacity:.7;filter:alpha(opacity=70)}.give-status-table{margin-bottom:1em}.give-status-table h2{font-size:14px;margin:0}.give-status-table tr:nth-child(2n) td,.give-status-table tr:nth-child(2n) th{background:#fcfcfc}.give-status-table th{font-weight:700;padding:9px}.give-status-table td:first-child{width:33%}.give-status-table td.help{width:1em}.give-status-table td{padding:9px;font-size:1.1em}.give-status-table td mark{background:0 0}.give-status-table td mark.yes{color:#7ad03a}.give-status-table td mark.no{color:#999}.give-status-table td mark.error{color:#a00}.give-status-table td ul{margin:0}.wrap div.give-debug-report-wrapper{margin-bottom:5px}.wrap div.give-debug-report-wrapper p{font-size:18px;margin:1em 0 .7em;padding:0}.wrap div.give-debug-report-wrapper .give-debug-report-actions{margin:0 0 1.7em}.wrap div.give-debug-report-wrapper .give-debug-report-actions .js-give-debug-report-button{margin-left:10px}.wrap div.give-debug-report-wrapper .give-debug-report-actions .dashicons{font-size:16px;position:relative;top:4px;right:-2px}.give-debug-report{display:none;margin:10px 0;padding:0;position:relative}.give-debug-report textarea{font-family:monospace;width:100%;margin:0;height:300px;padding:20px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;resize:none;font-size:12px;line-height:20px;outline:0}.give-progress{height:15px;width:95%;border-radius:4px;overflow:hidden;background-color:#f5f5f5}.give-progress>div{height:100%;width:0}.admin-color-fresh .give-progress div,.give-progress div{background:#0073aa}.admin-color-light .give-progress div{background:#888}.admin-color-blue .give-progress div{background:#096484}.admin-color-coffee .give-progress div{background:#c7a589}.admin-color-ectoplasm .give-progress div{background:#a3b745}.admin-color-midnight .give-progress div{background:#e14d43}.admin-color-sunrise .give-progress div{background:#dd823b}.give-spinner-wrapper{position:absolute;right:0;left:0;bottom:0;top:0;background:rgba(245,245,245,.57);z-index:1;display:none}.give-spinner-wrapper.is-active{display:inline-block}.give-spinner-wrapper .aligncenter{position:absolute;top:50%;right:50%;margin:10px 0 0 10px}.give-spinner.spinner.is-active{margin:0 2px 0 0;float:none}#give-updates-h1{padding-top:0}.give-update-panel-content p{font-size:16px}#give-updates .dashicons-no-alt{color:red}#give-updates .dashicons-yes{color:green}#give-db-updates .spinner{margin-top:0}body.give_forms_page_give-updates .give-run-update-containt .give-run-update-button{margin-left:10px}.give-blank-slate{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);margin:0 auto;padding:40px;text-align:center}.give-blank-slate :last-child{margin-bottom:0}.give-blank-slate__cta,.give-blank-slate__heading,.give-blank-slate__help,.give-blank-slate__message{margin:0 0 10px}.give-blank-slate__image{display:block;height:80px;margin:0 auto 10px;width:auto}.give-blank-slate__help{color:#666;font-style:italic}.give-blank-slate__help a{display:inline-block}.give-blank-slate a.give-blank-slate__cta{display:inline-block;font-size:1.2em;height:auto;margin:0 0 10px;padding:.75em 1.5em}.give-tools-setting-page-import h1.handle{padding:15px 0 0}.give-tools-setting-page-import .give-progress-steps{width:100%;padding:0 0 24px;margin-right:0;list-style:none;overflow:hidden;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.give-tools-setting-page-import .give-progress-steps li{width:25%;float:right;padding:0 0 1.2em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.give-tools-setting-page-import .give-progress-steps li.active{border-color:#4ead61;color:#4ead61}.give-tools-setting-page-import .give-progress-steps li.active:before{border-color:#4ead61;color:#4ead61;background:#4ead61}.give-tools-setting-page-import .give-progress-steps li::before{content:'';border:4px solid #ccc;border-radius:100%;width:10px;height:10px;position:absolute;bottom:0;right:50%;margin-right:-6px;margin-bottom:-10px;background:#fff}.give-tools-setting-page-import .step-4 h2{text-align:center;font-size:20px!important}.give-tools-setting-page-import .step-4 p{text-align:center}.give-tools-setting-page-import .button-secondary.step-4,.give-tools-setting-page-import .give-image-thumb{display:none}.give-tools-setting-page-import h2#give-import-title{background:#f3f3f3;font-size:15px;font-weight:600;margin:-8px -22px 11px;padding:12px 22px}.give-import-core-settings .give-progress-steps li{width:33.33%}.give-import-core-settings .step-3 h2{text-align:center;font-size:20px!important}.give-import-core-settings .step-3 p{text-align:center}form.give-import-form table.widefat{border:none}.wrap .give-importer-h1{margin:0;padding:20px 0}
|
8 |
* @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License
|
9 |
*/.give-clearfix:after,.type-download .addon-content:after{clear:both}.give-clearfix:after,.give-clearfix:before{content:" ";display:table}#give-payments-filter .give-payment-id,.give-item-label-gray{background-color:#929292}.give-item-label-orange{background-color:#ffba00}.give-item-label{padding:.2em .4em .3em;font-size:11px;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.give-item-label:hover{color:#fff;text-decoration:none}/*! Hint.css - v2.5.0 - 2017-04-23
|
10 |
* http://kushagragour.in/lab/hint/
|
11 |
+
* Copyright (c) 2017 Kushagra Gour */[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:100% 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:-4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;right:50%}.hint--top:before{margin-bottom:-11px;right:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(50%);-moz-transform:translateX(50%);transform:translateX(50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(50%) translateY(-8px);-moz-transform:translateX(50%) translateY(-8px);transform:translateX(50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;right:50%}.hint--bottom:before{margin-top:-11px;right:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(50%);-moz-transform:translateX(50%);transform:translateX(50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(50%) translateY(8px);-moz-transform:translateX(50%) translateY(8px);transform:translateX(50%) translateY(8px)}.hint--right:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{right:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--left:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{left:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;right:50%}.hint--top-left:before{margin-bottom:-11px;right:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);transform:translateX(100%);margin-right:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(100%) translateY(-8px);-moz-transform:translateX(100%) translateY(-8px);transform:translateX(100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;right:50%}.hint--top-right:before{margin-bottom:-11px;right:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-right:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;right:50%}.hint--bottom-left:before{margin-top:-11px;right:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);transform:translateX(100%);margin-right:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(100%) translateY(8px);-moz-transform:translateX(100%) translateY(8px);transform:translateX(100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;right:50%}.hint--bottom-right:before{margin-top:-11px;right:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-right:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.dashicons-give:before,[class*=" give-icon-"],[class^=give-icon-]{line-height:1;font-family:give-icomoon;font-style:normal;font-weight:400}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-right-color:#b34e4d}.hint--error.hint--right:before{border-left-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-right-color:#c09854}.hint--warning.hint--right:before{border-left-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-right-color:#3986ac}.hint--info.hint--right:before{border-left-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-right-color:#458746}.hint--success.hint--right:before{border-left-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(50%) translateY(-8px);-moz-transform:translateX(50%) translateY(-8px);transform:translateX(50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(100%) translateY(-8px);-moz-transform:translateX(100%) translateY(-8px);transform:translateX(100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(50%) translateY(8px);-moz-transform:translateX(50%) translateY(8px);transform:translateX(50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(100%) translateY(8px);-moz-transform:translateX(100%) translateY(8px);transform:translateX(100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}@font-face{font-family:give-icomoon;src:url(../assets/fonts/icomoon.eot?kdnr3d);src:url(../assets/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),url(../assets/fonts/icomoon.woff?kdnr3d) format("woff"),url(../assets/fonts/icomoon.svg?kdnr3d#icomoon) format("svg");font-weight:400;font-style:normal}[class*=" give-icon-"],[class^=give-icon-]{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.give-icon-lamp:before{content:"\e603"}.give-icon-heart:before{content:"\e604"}.give-icon-question:before{content:"\e602"}.give-icon-info:before{content:"\e601"}.give-icon-new-tab:before{content:"\ea7e"}.give-icon-alert:before{content:"\f02d"}.give-icon-help:before{content:"\e606"}.give-icon-spinner:before{content:"\e605"}.give-icon-spinner2:before{content:"\e607"}.give-icon-plus:before{content:"\e040"}.give-icon-minus:before{content:"\e041"}.give-icon-locked:before{content:"\e600"}#dashboard_right_now .give-forms-count:before,.dashicons-give:before{font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;content:"\e800";speak:none;-moz-osx-font-smoothing:grayscale}.fa-spin{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@font-face{font-family:give-icomoon;font-weight:400;font-style:normal}.give-metabox-tabs li .give-icon:before{font-family:give-icomoon;src:url(../assets/fonts/icomoon.eot?kdnr3d);src:url(../assets/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),url(../assets/fonts/icomoon.woff?kdnr3d) format("woff"),url(../assets/fonts/icomoon.svg?kdnr3d#icomoon) format("svg");speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;vertical-align:top;line-height:20px;margin:0 0 0 5px}.give-metabox-tabs li .give-icon-default:before{content:"\e903"}.give-metabox-tabs li .give-icon-heart:before{content:"\e604"}.give-metabox-tabs li .give-icon-target:before{content:"\e901"}.give-metabox-tabs li .give-icon-display:before{content:"\e90c"}.give-metabox-tabs li .give-icon-edit:before{content:"\e902"}.give-metabox-tabs li .give-icon-checklist:before{position:relative;top:1px;content:"\e900"}.give-metabox-tabs li .give-icon-purse:before{content:"\e8df"}.give-metabox-tabs li .dashicons{font-size:14px;width:14px;line-height:20px}.give-grid-row{position:relative;width:100%}.give-grid-row [class^=give-grid-col]{float:right;margin:.5rem 1%;min-height:.125rem}.give-grid-row::after{content:"";display:table;clear:both}.give-grid-col-1{width:6.33333%}.give-grid-col-2{width:14.66667%}.give-grid-col-3{width:23%}.give-grid-col-4{width:31.33333%}.give-grid-col-5{width:39.66667%}.give-grid-col-6{width:48%}.give-grid-col-7{width:56.33333%}.give-grid-col-8{width:64.66667%}.give-grid-col-9{width:73%}.give-grid-col-10{width:81.33333%}.give-grid-col-11{width:89.66667%}.give-grid-col-12{width:98%}@media only screen and (max-width:33.75em){.give-grid-row [class^=give-grid-col]{width:98%}}#_give_donation_levels_repeat .cmb-group-title,#_give_donation_levels_repeat .cmb-row>.cmb-remove-group-row,#_give_donation_levels_repeat .cmb-row>.handlediv,.cmb-type-levels-id,.cmb2-id--give-custom-amount-minimum,.cmb2-id--give-custom-amount-text,.cmb2-id--give-display-style,.cmb2-id--give-form-content,.cmb2-id--give-levels-header,.cmb2-id--give-levels-header+.cmb-repeat-group-wrap,.cmb2-id--give-offline-checkout-notes,.cmb2-id--give-reveal-label,.cmb2-id--give-set-price,.give-hidden,.post-type-give_forms .tablenav #post-query-submit{display:none}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row .cmb2-radio-list label{font-size:12px}div.cmb-type-levels-repeater-header+div.cmb-repeat-group-wrap{padding:0!important;margin:0!important;min-width:100%;max-width:0}.cmb2-id--give-levels-header{padding:10px 12px 0!important;margin:0!important;background:#F7F7F7;border-bottom:none!important}.cmb2-id--give-levels-header .table-container{display:table;width:100%;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9}.cmb2-id--give-levels-header .table-container>.table-row{display:table-row;background:#FCFCFC}.cmb2-id--give-levels-header .table-container>.table-row>.table-cell{display:table-cell;vertical-align:middle;padding:10px 15px;border-left:1px solid #e9e9e9}#_give_donation_levels_repeat .cmbhandle,.cmb2-id--give-levels-header .table-container>.table-row>.table-cell.col-id{display:none}#_give_donation_levels_repeat{background:#F7F7F7;padding:0 12px 20px 1px;box-sizing:border-box}#_give_donation_levels_repeat .cmb-row,#_give_donation_levels_repeat .inside{margin:0}#_give_donation_levels_repeat .cmb-remove-field-row{margin:3px 0 0}#_give_donation_levels_repeat .cmb-remove-field-row .button{height:25px;padding:0 3px}#_give_donation_levels_repeat .cmb-remove-field-row span.dashicons-no{line-height:1.15em}#_give_donation_levels_repeat .cmb-add-row{margin:12px 0 0}.give-time-field{width:65px}.give-money-field{width:75px;margin-left:0;margin-right:0}.give-money-symbol{border:1px solid #DDD;background:#FCFCFC;margin:0;font-size:14px;padding:5px 8px}.give-money-symbol-before{border-left:0;margin-left:-4px}.give-money-symbol-after{margin-right:-5px}.give_options_panel input[type=text],.give_options_panel input[type=email]{padding:5px;width:100%}input.give-text-small,input.give-text_small{width:100px!important}input.give-text-medium,input.give-text_medium{width:200px!important}.give-underline{text-decoration:underline}.postbox-container .cmb-row{margin:0}.postbox-container .cmb-row .cmb-th label{padding-right:8px}#give-bulk-donors div[id^=give-donor-]{display:block;overflow:hidden}@media only screen and (min-width:851px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row{float:right;border-bottom:none;padding-left:10px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row>.cmb-th{display:none}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row>.cmb-td{float:right;width:100%}.cmb-type-give-default-radio-inline .cmb-td{margin-top:5px}}@media only screen and (min-width:851px) and (max-width:1201px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row{width:100%;padding-top:0}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-type-text-money{width:105px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list input.cmb2-text-money{width:65px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list .give-multilevel-text-field{width:160px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list .cmb-type-radio-inline{margin-right:20px}.col-amount{width:70px}.col-text{width:140px}.col-sort{display:none!important}.give-money-field{width:55px}}@media only screen and (min-width:1201px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row{float:left}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row{padding-left:20px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row.cmb-row{padding-left:0}.col-amount{width:93px}.col-text{width:195px}.col-sort{width:100px}.give-multilevel-text-field{width:205px}}@media only screen and (max-width:850px){div.cmb-type-levels-repeater-header{display:none!important}}.shortcode-wrap{margin:1px 11px 12px 14px}.shortcode-wrap label{margin:0 0 3px;display:block;cursor:default}.shortcode-wrap .shortcode-input{margin:0;width:100%}.cmb2-id--give-content-option,.cmb2-id--give-customize-offline-donations,.cmb2-id--give-goal-option,.cmb2-id--give-offline-donation-enable-billing-fields-single,.cmb2-id--give-terms-option{border-bottom:none!important;margin:0!important}.cmb2-id--give-agree-label,.cmb2-id--give-form-content,.cmb2-id--give-offline-checkout-notes,.cmb2-id--give-offline-donation-enable-billing-fields-single,.cmb2-id--give-set-goal{border-top:1px solid #e9e9e9!important}.cmb2-id--give-agree-label,.cmb2-id--give-agree-text{display:none}input.shortcode-input{width:100%}.price .give_price_range_high,.price .give_price_range_low,.price .give_price_range_sep{display:inline-block}#side-sortables .cmb-th label:after{display:none}#side-sortables .cmb2-id--give-show-register-form{padding:10px 0 0!important}#side-sortables .cmb2-wrap>.cmb-field-list>.cmb-row{padding-top:10px}#side-sortables .cmb-row .cmb2-metabox-description{padding-bottom:0}.cmb2-metabox-description{line-height:1.5;display:block}.give-tooltip{margin:0 3px;padding:0;font-size:14px;-moz-transition:.2s all linear;-o-transition:.2s all linear;transition:.2s all linear;color:rgba(51,51,51,.5);position:relative;top:1px}.give-tooltip:hover{color:#333}#give-metabox-form-data .inside{margin:0;padding:0}#give-metabox-form-data .give-metabox-panel-wrap{background:#fff;overflow:hidden}#give-metabox-form-data .give_options_panel{display:none;padding-right:170px}#give-metabox-form-data .give_options_panel.active,.no-js #give-metabox-form-data .give_options_panel{display:block}#give-metabox-form-data .give_options_panel .give-field-wrap{padding:1em 162px 1em 20px;margin:0;border-bottom:1px solid #eee}#give-metabox-form-data .give_options_panel .give-field-wrap>label,#give-metabox-form-data .give_options_panel .give-field-wrap>span.give-field-label{float:right;width:135px;padding:0;margin:2px -150px 0 0;line-height:18px;font-size:12px;font-weight:400}#give-metabox-form-data .give_options_panel .give-field-wrap .give-field-description{color:#aaa;font-size:12px;line-height:18px;display:block;padding-top:10px;font-style:italic}#give-metabox-form-data .give_options_panel .give-field-wrap ul{margin:0}#give-metabox-form-data .give_options_panel .give-field-wrap .mce-container iframe,#give-metabox-form-data .give_options_panel .give-field-wrap textarea{min-height:250px!important}#give-metabox-form-data .give_options_panel .give-field-wrap .wp-editor-wrap{display:inline-block;width:100%}#give-metabox-form-data .give_options_panel textarea.give-field{width:100%}#give-metabox-form-data .give_options_panel .give-field-wrap:hover .give-field-row-actions{display:block}#give-metabox-form-data .give_options_panel .give-field-wrap:last-child{border-bottom:0}#give-metabox-form-data .give_options_panel .give-inline-radio-fields li{display:inline-block;margin-left:15px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section{padding:10px;background:#f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeatable-fields-section-wrapper{width:100%;background-color:#fff;border-collapse:collapse}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row{border-bottom:15px solid #f5f5f5;background-color:#fff}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-template{display:none}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row:last-child{border-bottom:10px solid #f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-column{padding:0}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove{float:left;width:22px;height:36px;padding:0;display:block;text-align:center;line-height:34px;font-size:21px;font-weight:300;cursor:pointer}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove:hover{background-color:red;color:#fff;width:22px;height:22px;border-radius:30px;margin-top:8px;line-height:19px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head{border-bottom:1px solid #eee;cursor:move}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head h2{text-align:right!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.closed .toggle-indicator:before{content:"\f140"}.give-filter:after,.give-filters:after{content:""}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row .give-move .toggle-indicator:before{margin-right:7px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row-wrap{background-color:#f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row{margin:5px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-field-wrap:last-child{border-bottom:1px solid #eee}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-ui-placeholder-state-highlight{background-color:#68bb6c}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-name{border:0!important;padding:0!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-description{color:#aaa;font-size:12px;line-height:18px;display:block;padding-bottom:10px;font-style:italic}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .ui-sortable-helper{display:table!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.ui-sortable-helper{border-bottom:0}#_give_donation_levels_field .give-row:nth-of-type(2) .give-remove{display:none!important}#give-metabox-form-data .give-metabox-tabs{margin:0;max-width:170px;float:right;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-left:1px solid #eee;box-sizing:border-box}#give-metabox-form-data .give-metabox-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;right:0;background-color:#fafafa;border-left:1px solid #eee}#give-metabox-form-data .give-metabox-tabs li{margin:0;padding:0;display:block;position:relative}#give-metabox-form-data .give-metabox-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee;overflow:hidden}#give-metabox-form-data .give-metabox-tabs li a span.give-label{width:122px;display:inline-block}#give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li{background-color:#f1f1f1}#give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li a{border-bottom-color:#e5e5e5}#give-export-payments div.chosen-container ul.chosen-choices,#give-export-payments select,.type-download{border:1px solid #ddd}#give-metabox-form-data .give-metabox-tabs li.active>a{color:#555;position:relative;background-color:#eee}#give-metabox-form-data .give-metabox-tabs li.has-sub-fields.active>a{background-color:#ddd}#give-metabox-form-data .give-metabox-tabs li.has-sub-fields:not(.active):hover ul.give-metabox-sub-tabs{display:block;position:absolute;bottom:0;right:166px;width:170px;max-height:250px}@media only screen and (min-width:851px) and (max-width:1025px),(max-width:550px){#give-metabox-form-data ul.give-metabox-tabs{min-width:40px}#give-metabox-form-data ul.give-metabox-tabs li>a{text-align:center}#give-metabox-form-data ul.give-metabox-tabs li>a:before{margin-left:0;font-size:15px}#give-metabox-form-data ul.give-metabox-tabs li>a span.give-label{display:none}#give-metabox-form-data ul.give-metabox-tabs li>a span.give-icon:before{margin:0}#give-metabox-form-data .give_options_panel{padding-right:40px}#give-metabox-form-data .give_options_panel .give-field-wrap{padding:10px}#give-metabox-form-data .give_options_panel .give-field-wrap label,#give-metabox-form-data .give_options_panel .give-field-wrap span.give-field-label{display:block;float:none;margin:0 0 10px;font-size:14px;width:100%}}#give-export-payments .give_forms_categories,#give-export-payments .give_forms_tags{min-width:250px;margin:0 0 10px;display:block}#give-export-payments .give_forms_categories input,#give-export-payments .give_forms_tags input{color:#999}#give-export-payments div.chosen-container:first-of-type{margin-top:10px}#give-export-payments div.chosen-container ul.chosen-choices input.chosen-search-input{border:1px solid #ddd;height:20px}#give-export-payments select{vertical-align:inherit;margin:0;height:26px;line-height:26px}.give-docs-link{text-align:left;margin-left:15px}.give-docs-link a{color:#999;text-decoration:none;font-style:italic}.give-docs-link a:hover{color:#0073aa}.give-docs-link a span{font-style:normal}.type-download{float:right;margin:0 0 1em 1em!important;padding:0;vertical-align:top;width:280px;text-decoration:none;color:inherit;display:block;min-height:365px;overflow:hidden;background:#f5f5f5;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);-webkit-transition-property:border,background,color;transition-property:border,background,color;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;position:relative}.type-download:hover{border:1px solid #d1d1d1}.type-download>.featured-img img{border-bottom:1px solid #ddd}.type-download .addon-content{padding:15px 20px}.type-download .addon-content:after,.type-download .addon-content:before{content:" ";display:table}.type-download .addon-content .addon-heading{margin:0 0 10px}.type-download .addon-content .addon-heading a{outline:0;text-decoration:none}.type-download .addon-footer-wrap{border-top:1px solid #ddd;position:absolute;bottom:2px;right:0;width:100%;background-color:#FFF;padding:15px 20px}.give-view-addons-all span.dashicons,.type-download span.dashicons{width:16px;height:16px;font-size:14px;margin:6px 0 0}.give-view-addons-all span.dashicons{margin-right:3px}#give-dashboard-widgets-wrap .inside{padding-top:0;padding-bottom:0}.give_forms_page_give-reports #give-dashboard-widgets-wrap .inside{padding-right:0}#give-dashboard-widgets-wrap .inside #give-graphs-filter{float:none}#give-dashboard-widgets-wrap .postbox{margin-bottom:10px}#give-dashboard-widgets-wrap table.reports-table{clear:none}#give-dashboard-widgets-wrap #give-date-range-options{float:right}#give-dashboard-widgets-wrap #give-date-range-options>span{float:right;line-height:30px;font-style:italic;padding:0 0 0 5px}#give-graphs-filter,body.give_forms_page_give-payment-history .tablenav-right .tablenav-pages,body.give_forms_page_give-reports .tablenav-right .tablenav-pages{float:left}#give-graphs-filter .tablenav{margin:0 17px 0 0}#give-graphs-filter .tablenav .actions{padding:0}.give-graph .y1Axis{color:#66bb6a!important}.give-graph .y2Axis{color:#546e7a!important}body.give_forms_page_give-payment-history h1.nav-tab-wrapper,body.give_forms_page_give-payment-history h2.nav-tab-wrapper,body.give_forms_page_give-reports h1.nav-tab-wrapper,body.give_forms_page_give-reports h2.nav-tab-wrapper{margin-bottom:10px}body.give_forms_page_give-payment-history .actions,body.give_forms_page_give-reports .actions{padding-top:0}body.give_forms_page_give-payment-history .pagination-links,body.give_forms_page_give-reports .pagination-links{margin-right:10px}body.give_forms_page_give-payment-history p.donor-search,body.give_forms_page_give-reports p.donor-search{margin-left:10px}body.give_forms_page_give-payment-history .tablenav-right #give-reports-view,body.give_forms_page_give-reports .tablenav-right #give-reports-view{margin-top:0}body.give_forms_page_give-payment-history .tablenav-right .actions,body.give_forms_page_give-payment-history p.search-box,body.give_forms_page_give-reports .tablenav-right .actions,body.give_forms_page_give-reports p.search-box{float:right}body.give_forms_page_give-payment-history .reports-table-nav.tablenav.top,body.give_forms_page_give-reports .reports-table-nav.tablenav.top{width:100%;float:none;margin:0 0 10px}body.give_forms_page_give-payment-history .reports-forms-details-wrap.top,body.give_forms_page_give-reports .reports-forms-details-wrap.top{float:left;overflow:hidden}body.give_forms_page_give-payment-history .reports-forms-details-wrap.top #give-reports-filter,body.give_forms_page_give-reports .reports-forms-details-wrap.top #give-reports-filter{float:right}body.give_forms_page_give-payment-history .reports-forms-details-wrap.top>.actions,body.give_forms_page_give-reports .reports-forms-details-wrap.top>.actions{padding-left:0}body.give_forms_page_give-payment-history .tablenav.bottom,body.give_forms_page_give-reports .tablenav.bottom{margin-top:10px}body.give_forms_page_give-payment-history h2.reports-earnings-title,body.give_forms_page_give-reports h2.reports-earnings-title{margin:7px 0 0}body.give_forms_page_give-payment-history .reports-views-wrap,body.give_forms_page_give-reports .reports-views-wrap{padding:3px 0 0}body.give_forms_page_give-payment-history .wrap.give-reports-donors-wrap,body.give_forms_page_give-reports .wrap.give-reports-donors-wrap{margin-left:0;margin-bottom:10px}body.give_forms_page_give-payment-history .widefat tbody td,body.give_forms_page_give-payment-history .widefat tbody th,body.give_forms_page_give-reports .widefat tbody td,body.give_forms_page_give-reports .widefat tbody th{padding-top:12px;padding-bottom:12px}body.give_forms_page_give-reports table.export-options-table tbody td{padding:20px 12px;vertical-align:top}#test-payment-label,.give-mobile-link,.give-settings-page .export-options-table tr.give-import-option:nth-child(odd) th,table.give-table td{vertical-align:middle}body.give_forms_page_give-reports table.export-options-table .give-export-form{position:relative}body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap{background-color:transparent;padding:12px 12px 4px;margin:2px -11px -16px 0;overflow:auto}body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap .spinner{margin:-2px 0 8px -12px}body.give_forms_page_give-reports table.export-options-table span#give-end-wrap input,body.give_forms_page_give-reports table.export-options-table span#give-start-wrap input{width:100px}#export-donor-options-wrap p{padding:20px 0 0;margin:0;font-weight:700}#export-donor-options-wrap ul{max-width:900px;overflow:hidden}#export-donor-options-wrap ul li{margin:0;padding:0 0 5px 5px;box-sizing:border-box;float:right;width:33%}#give-tools-recount-form .notice-wrap{position:relative;min-height:25px;margin:10px -12px -12px;background:#EFEFEF;padding:10px 12px 12px;border-top:1px solid #E5E5E5}#give-tools-recount-form .notice-wrap .give-progress{position:absolute;top:15px}#give-tools-recount-form .notice-wrap .spinner{position:absolute;left:14px;top:13px;margin:0}#give-tools-recount-form .notice-wrap #give-batch-success{margin-bottom:6px}.recount-stats-controls form{display:inline}.give-recount-stats-descriptions{margin:8px 0 0;display:block}.give-recount-stats-descriptions span{line-height:24px;font-size:13px;font-style:italic;font-weight:400;color:#aaa;margin:0;display:none}.social-items-wrap,.social-items-wrap>div,.welcome-h1{display:inline-block}.gateways-report-tablenav .actions.bulkactions{padding-left:0}table.give-table td.row-title h3{margin:0 0 .4em;font-size:1.2em}table.give-table td.row-title p{font-size:13px;font-style:italic;font-weight:400;color:#aaa;margin:0}#give-graphs-filter>.tablenav{height:auto}#give-logs-filter .search-box{float:left}#give-logs-filter .tablenav.top{float:right;clear:none;margin-top:0}.welcome-h1{margin-left:15px!important}.about-wrap h3{margin:1.5em 0 .6em}.about-wrap img{border:none}.give-badge{padding-top:150px;height:52px;width:185px;color:#FFF;font-weight:700;font-size:14px;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.8);margin:0 -5px;position:absolute;top:0;left:0}.introduction{padding:0 0 20px;margin:0 0 20px}.feature-section{margin-top:40px}.feature-section span.dashicons{width:16px;height:16px;font-size:14px;margin:6px 0 0}.feature-section .feature-section-item{width:48%;float:right}.feature-section div.last-feature{margin-left:0;margin-right:4%}[class*=dashboard_page_give-] .about-text,[class^=dashboard_page_give-] .about-text{min-height:0}.social-items-wrap .twitter-item-wrap{margin:0 0 10px 20px}.wp-person img{border-radius:50%}.wp-person a.web{margin:17px 0 0;font-weight:700;font-style:italic}.newsletter-intro{font-size:13px;font-style:italic;color:#777}.give-newsletter-form-wrap{margin:10px -5px 20px 0;max-width:700px}.give-newsletter-form-wrap td{padding:3px}.give-newsletter-form-wrap div.give-newsletter-confirmation{background:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:5px 5px 4px 10px;padding:1px 12px;border-right:4px solid #7ad03a;display:none}.give-newsletter-form-wrap div.give-newsletter-confirmation>p{margin:.5em 0;padding:2px}#give_donor_export_form{margin:0 0 5px}.column-status .give-donation-status,.column-status .give-test-mode-transactions-label{display:inline-block}.column-status .give-test-mode-transactions-label{margin:0 5px;vertical-align:middle}.give-settings-page .give-settings-heading-sep{font-size:14px;line-height:32px;width:15px}.give-settings-page .nav-tab-wrapper{margin-bottom:5px;overflow:visible}.give-settings-page .cmb2-wrap .cmb-type-checkbox input[type=checkbox]{display:block;margin-bottom:5px}.give-settings-page div.give-submit-wrap{margin:20px 0}.give-settings-page .give_forms_page_give-payment-history .postbox .hndle{cursor:default}.give-settings-page .give-input-field{width:25em}.give-settings-page table table input[type=text]{width:15em}.give-settings-page .give-repeat-setting-field{margin:10px 0}.give-settings-page .give-remove-setting-field{width:25px;height:25px;padding:0;text-align:center;line-height:22px;font-size:21px;font-weight:300;cursor:pointer;margin-right:20px;display:inline-block}.give-settings-page .give-remove-setting-field:hover{background-color:red;color:#fff;border-radius:30px}.give-settings-page .give-forminp p:first-child .give-remove-setting-field{display:none}.give-settings-page .export-options-table tr.give-import-option:nth-child(odd){background:#f4f3f3}.give-settings-page .export-options-table .give-import-dropdown:nth-child(2),.give-settings-page .export-options-table tr.give-import-option th:first-child{width:250px}.give-setting-tab-header{clear:both;overflow:hidden;margin:30px 0}.give-setting-tab-header h2{margin-top:8px}.give-setting-tab-header p{margin-bottom:0}.give-radio-inline ul{margin-top:0}.give-radio-inline li{display:inline-block;margin:0 15px 0 0}.give-radio-inline li:first-child{margin-right:0}.give-tools-setting-page .bulkactions{overflow:visible}.form-table td.give-radio-inline fieldset li>label{margin:5px 0 0!important}.cmb2-metabox-description,p.give-field-description{color:#aaa;font-style:italic;font-size:13px!important}.cmb-type-give-title label,.give-setting-tab-header h2{float:right;display:inline-block;width:220px;font-style:italic;color:#AAA;margin:0;font-size:14px}.postbox-container #_give_donation_levels_repeat>.cmb-repeatable-grouping:not(:last-of-type){border-bottom:1px solid #e9e9e9;border-top:none}.cmb-type-enabled-gateways .cmb-td>p:first-of-type{display:none}.cmb-type-checkbox .cmb-td{width:80%}.cmb-type-checkbox .cmb-td label{font-size:13px}.give_settings .cmb2-wrap .cmb-row{display:table-row}.give_settings .cmb2-wrap .cmb-row>.cmb-td,.give_settings .cmb2-wrap .cmb-row>.cmb-th{display:table-cell;float:none}.cmb2-id-give-title label{font-style:italic;color:#AAA;cursor:default}.cmb2-id-give-title>div.cmb-th{padding-bottom:10px}.cmb2-id-give-title>div.cmb-td{padding-bottom:5px}.give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle{padding:3px 0 0 4px;font-size:15px;font-weight:400;color:#bdbdbd;cursor:move}.give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle:hover{color:#333}.give-email-tags-wrap{margin:5px 0 0}.give-email-tags-wrap code{font-style:normal;padding:1px 2px;font-size:12px}.give-email-tags-wrap span{display:block;color:#AAA;font-style:italic;margin:0 0 2px;font-size:13px}.give-email-tags-wrap .give_price_tag,.give-settings-email-settings-section .give-setting-tab-header-emails hr,.give-settings-email-settings-section .tablenav{display:none}.give-settings-email-settings-section .give-setting-tab-header-emails{margin:0 0 20px}.give-settings-email-settings-section .tablenav.bottom+.give-setting-tab-header-emails{margin:20px 0}.give-settings-email-settings-section .tablenav.bottom+.give-setting-tab-header-emails hr{display:block}.giveemailnotifications .check-column{padding:13px 20px 0 10px!important}.giveemailnotifications td.check-column input{display:none}.giveemailnotifications th.check-column .give-email-notification-status{color:#fff;cursor:pointer}.giveemailnotifications th.check-column .give-email-notification-status[data-edit="1"] i.dashicons{border-radius:1em;padding:2px}.giveemailnotifications th.check-column .give-email-notification-disabled:hover .dashicons-no-alt,.giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-yes{background:#46b450}.giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-lock{color:#46b450}.giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-no-alt,.giveemailnotifications th.check-column .give-email-notification-enabled:hover .dashicons-yes{background:#bbb}.giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-lock{color:#bbb}.giveemailnotifications th.check-column .dashicons-no-alt:hover:before{content:"\f147"!important}.giveemailnotifications th.check-column .dashicons-yes:hover:before{content:"\f335"!important}.giveemailnotifications .spinner.is-active{margin:0 2px 0 0;float:none}#system-info-textarea{width:800px;height:600px;font-family:Menlo,Monaco,monospace;background:#FFF;white-space:pre;overflow:auto;display:block;direction:ltr}#give-download-sysinfo{margin:0}#api .tablenav .actions{overflow:visible}a.give-delete{color:#a00}.give-settings-wrap-licenses .give-license-deactivate{margin:1px 10px 0 0;height:30px}.give-settings-wrap-licenses .give-license-field{background:url(../images/close.png) 1.5% center no-repeat #FFF;background-size:18px}.give-settings-wrap-licenses .give-license-active,.give-settings-wrap-licenses .give-license-active:focus{background-image:url(../images/tick.png);background-color:#FFF;background-repeat:no-repeat;background-position:1.5% center;outline:0;background-size:16px;width:100%}.give-settings-page .give-settings-wrap-licenses{display:block;position:relative;float:right;width:30.5%;min-height:180px;margin:20px 0 20px 1%}.give-settings-page .give-license-key label{margin:0 10px 0 0;padding:10px 0;display:block;font-size:14px;font-weight:600;cursor:default}.give-settings-page .give-license-block{margin:0 10px}.give-settings-page input[type=text].give-license-field,.give-settings-page input[type=password].give-license-field{width:100%}.give-settings-page .give-license-block input[type=submit]{position:absolute;top:3px;left:10px;height:24px;line-height:22px;padding:0 8px 1px;font-size:11px}.give-settings-page .give-license-status-notice{background:#fff;border-right:4px solid #fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:5px 0 2px;padding:1px 12px}.give-settings-page .give-license-status-notice p{padding:10px 0;margin:0}.give-settings-page .give-license-status-notice a{color:#444;cursor:pointer}.give-settings-page .give-license-status-notice a:hover{text-decoration:none}.give-settings-page .give-license-status-notice.give-license-expires-soon{border-color:#00a0d2}.give-settings-page .give-license-status-notice.give-inactive,.give-settings-page .give-license-status-notice.give-license-expired{border-color:#e24e4e}.give-settings-page .give-license-status-notice.give-license-error,.give-settings-page .give-license-status-notice.give-license-invalid,.give-settings-page .give-license-status-notice.give-license-item_name_mismatch,.give-settings-page .give-license-status-notice.give-license-missing,.give-settings-page .give-license-status-notice.give-license-no_activations_left,.give-settings-page .give-license-status-notice.give-license-site_inactive{border-color:orange}.give-settings-page .give-license-status-notice.give-license-expiration-date,.give-settings-page .give-license-status-notice.give-license-lifetime-notice{border-color:#46b450}.give-settings-page .give-license-status-notice.give-license-expired a:hover,.give-settings-page .give-license-status-notice.give-license-expires-soon a:hover{text-decoration:none}@media screen and (max-width:1100px){.give-settings-page .give-settings-wrap-licenses{width:45%;min-height:150px}}.give-table thead th{padding:8px 10px!important}.give_settings .cmb-td hr+hr{display:none}.post-type-give_forms .mce-container iframe,.post-type-give_forms .wp-editor-area{min-height:400px}.give-field-description{color:#aaa;font-style:italic;margin:0;padding-top:.5em}h2.give-nav-tab-wrapper{overflow:hidden;height:35px}@media screen and (max-width:600px){.give-settings-page .give-settings-wrap-licenses{width:100%;max-width:320px}.give-nav-tab-wrapper{position:relative;padding-top:0!important}.give-nav-tab-wrapper>a{width:100%;box-sizing:border-box;margin:0;background-color:#fff;border:1px solid #ccc}.give-nav-tab-wrapper>a:hover{border-bottom:1px solid #ccc}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper{position:absolute;top:0;left:0}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav{height:28px;width:30px;border-radius:0;margin:0}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav>span.dashicons{margin:6px auto 0;display:block}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab{top:35px;left:0;right:auto}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a{background:#fff}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover{background:#e5e5e5}.give-mobile-hidden{display:none}}.give-sub-nav-tab-wrapper{position:relative;z-index:9999;float:right;display:none}.give-sub-nav-tab-wrapper nav.give-sub-nav-tab{border:1px solid #ccc;border-bottom:0;position:absolute;top:35px;left:0}.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a{float:right;background:#fff;padding:6px 10px;clear:both;text-decoration:none;border-bottom:1px solid #ccc;min-width:170px;color:#555;font-size:14px}.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover{background:#fff}#give-show-sub-nav{text-decoration:none;padding:3px 4px;border-bottom:1px solid #ccc;line-height:0;background:#fff;border-radius:4px;margin-top:5px}#give-show-sub-nav>span.dashicons{font-size:16px;height:16px;width:16px}#give-show-sub-nav:active,#give-show-sub-nav:hover{outline:0;box-shadow:inset 0 0 4px #ddd}.give-image-thumb{position:relative;margin-top:14px}.give-image-thumb span.give-delete-image-thumb{position:absolute;background:red;color:#fff;border-radius:30px;right:-10px;top:-10px;cursor:pointer}.give-image-thumb img{max-width:250px;border:4px solid #fff}.give-filters,.give-submit-wrap{border:1px solid #dfdfdf;clear:both}.give-filters{background:#f5f5f5;padding:12px 12px 0}.give-filters .give-donation-forms-filter .chosen-single{height:28px;line-height:28px}.give-filters .chosen-container-single .chosen-single div b{background-position:100% 4px}.give-filters .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 6px}.give-filters #give-payment-form-filter,.give-filters #give_donation_forms_filter{display:inline-block;width:300px}@media screen and (max-width:782px){.give-filters #give-payment-form-filter,.give-filters #give_donation_forms_filter{width:100%}}.give-filters #give_donation_forms_filter{width:255px}.give-filter input[type=text],.give-filter select{width:100%}@media screen and (max-width:782px){.give-filters #give_donation_forms_filter{width:100%;max-width:100%}}.give-filters:after{display:table;clear:both}.give-filter{display:block;margin-bottom:12px;width:100%}.give-filter:after{display:table;clear:both}.give-filter label{display:block;margin-left:4px}.give-filter input{margin:0}.give-filter input[type=text],.give-filter input[type=search]{height:28px}.give-filter .button{height:28px;line-height:26px;margin:0;padding:0 10px 1px}@media screen and (min-width:783px){.give-filter{float:right;margin-left:18px;width:auto}.give-filter label{display:inline-block}.give-filter input[type=text]{display:inline-block;width:144px}}.give-filter-search input[type=search]{display:block;float:right;width:68%}.give-filter-search input[type=submit]{display:block;float:left;width:30%}@media screen and (min-width:783px){.give-filter-search input[type=search]{display:inline-block;margin-left:4px;width:144px}.give-filter-search input[type=submit]{display:inline-block;width:auto}}@media screen and (min-width:600px){.give-filter-half{float:right;width:49%}.give-filter-half:last-child{float:left}}@media screen and (min-width:783px){.give-filter-half{width:auto}.give-filter-half:last-child{float:right}.give-filter-half input[type=text]{width:96px}}.give-clear-filters-button{margin-right:8px}.give-submit-wrap{background:#f5f5f5;margin:8px 0;padding:12px;font-size:13px;line-height:2.1em}#give-payment-filters ul.subsubsub{margin-bottom:8px}#give-payments-advanced-filter ul.subsubsub{margin-bottom:12px}#give-payments-filter .tablenav.top{float:none}#give-payments-filter .tablenav.top .bulkactions{margin-top:1px;padding-top:0}#give-payments-filter .give-email-column-value{font-size:14px;font-weight:700}#give-payments-filter #the-list .check-column input{margin-top:1px}#give-payments-filter .column-details{width:50px}#give-payments-filter .column-amount{width:120px}tr.status-refunded td{background:#cecece;border-top-color:#ccc}.wp-list-table.forms th#date{width:140px}.give-mobile-link{line-height:32px}.give-mobile-link img{max-width:80%;height:auto;float:right}.give-donation-status>span{display:inline-block;width:12px;height:12px;position:relative;top:1px;margin:0;padding:0;border-radius:50%;background:#888;line-height:16px}#give-payments-filter .give-payment-id,#test-payment-label{padding:.2em .4em .3em;font-size:11px;text-align:center;border-radius:.25em;color:#fff;white-space:nowrap}.give-donation-status.status-pending>span{background-color:#ffba00}.give-donation-status.status-complete>span,.give-donation-status.status-publish>span{background-color:#7ad03a}.give-donation-status.status-refunded>span{background-color:#777}.give-donation-status.status-failed>span{background-color:#a00}.give-donation-status.status-abandoned>span{background-color:#333}.give-donation-status.status-revoked>span{background-color:#d9534f}.give-donation-status.status-give_subscription>span,.give-donation-status.status-renewal>span,.give-donation-status.status-subscription>span{background-color:#5bc0de}#test-payment-label{line-height:1;background-color:#ffba00;margin:0 15px}#test-payment-label:hover{color:#fff;text-decoration:none}#give-payments-filter .give-payment-id{line-height:1;vertical-align:baseline;font-weight:400}.give-admin-box .label,.give-admin-box-inside .strong{font-weight:600}#give-payments-filter .give-payment-id:hover{color:#fff;text-decoration:none}#give-payments-filter .column-details{padding-left:30px}#give-payments-filter .give-donation-status{display:inline-block}#give-order-update .give-donation-status{display:inline-block;float:none;margin:0 10px;position:relative;top:3px}.column-donation_form .donation-level-text-wrap{font-style:italic;display:block}@media handheld,only screen and (max-width:640px){.wp-list-table.forms th{width:auto!important}}.download_page_give-payment-history .ui-dialog .ui-dialog-titlebar-close span{margin-right:-8px;margin-top:-8px}.give-admin-box-inside{margin:0;padding:3px 10px;clear:both;border-bottom:1px solid #eee}.give-admin-box .right{float:left}#give-order-details .inside,#give-order-update .inside{margin:0;padding:0}#give-order-update input.give_datepicker{width:180px}#give-order-update input[type=number].give-payment-time-hour,#give-order-update input[type=number].give-payment-time-min{width:50px}.give-admin-box-inside:last-child{border-bottom:0}#give-edit-order-form .data-payment-key{word-break:break-all}.give-order-update-box #major-publishing-actions .button-secondary{margin-left:10px}#give-donation-overview th{text-align:right}#give-donation-overview .give-select-chosen{width:97%}#give-edit-order-form .row{margin-top:10px}#give-donation-overview ul,#give-donor-details .order-data-address input,#give-donor-details .order-data-column p.data input,#give-edit-order-form .column input,#give-order-address-country-wrap select{clear:both;display:block}.give-order-data input.small-text{margin:0}#give-order-update span.label{display:inline;width:50px}.give-order-update-box .button-primary{margin-left:0}#give-edit-order-form .column .description{padding-left:10px}#give-donation-overview .inside>ul>li,#give-donation-overview .row>ul>li,#give-edit-order-form .column{display:inline-block;position:relative;vertical-align:top}#give-donation-overview ul{font-size:0}#give-donation-overview ul li{font-size:13px}#give-donation-overview ul li.actions{text-align:left;min-width:200px}#give-donation-overview ul li.remove{text-align:left}#give-donation-overview ul .row{padding:12px;border-bottom:1px solid #eee}#give-order-data .data span{color:#666;font-weight:600}input.give-price-field{width:80px;padding:3px 5px}.give_forms_page_give-payment-history.js .postbox .hndle{cursor:default}#give-payment-notes textarea{min-height:150px}#give-payment-notes #give-add-payment-note{margin:6px 0 15px}#give-billing-details .column>div{margin:0 0 10px}#give-billing-details label{display:block;margin-bottom:5px}#give-billing-details .column-container{padding:5px 0 10px}#give-billing-details input[type=text]{width:98%}#give-billing-details .chosen-container{width:98%!important}@media screen and (min-width:1200px){#give-edit-order-form .column{width:33%}#give-order-address .column{width:49%}#give-donation-overview.columns-4 li.actions{width:25%;margin-top:0;margin-left:0}}@media screen and (max-width:1199px){#give-edit-order-form .column{width:49%}}@media screen and (max-width:782px){.order-data-column input[type=email]{padding:6px 10px}}#give-donation-overview .inside,#give-donor-details .inside{margin-top:0}.give_forms_page_give-payment-history #give-dashboard-widgets-wrap #side-sortables{padding-top:0}.give-select-chosen .spinner{position:absolute;left:5px;top:2px;z-index:999}.give-select-chosen-ajax .spinner{visibility:visible}.give-select-chosen-ajax .chosen-search input[type=text],.give-select-chosen-ajax.chosen-container-single .chosen-search input[type=text]{background-image:none!important}.give-dashboard-widget .give-dashboard-today{text-align:center}.give-dashboard-widget .give-dashboard-today .give-dashboard-date-today{margin:10px 0 0;padding:0}.give-dashboard-widget .give-dashboard-today .give-dashboard-happy-day{padding:3px;margin:0}.give-dashboard-widget .give-dashboard-today .give-dashboard-today-earnings{font-size:42px;color:#4ead61;font-weight:700;margin:15px 0 0;line-height:1}.give-dashboard-widget .give-dashboard-today .give-donations-today{font-size:18px;font-weight:700;margin:0 0 30px;padding:4px 0 1px}.give-dashboard-widget .give-dashboard-today .give-last-seven{font-size:14px;font-weight:700;padding:0;margin:0 0 30px}.give-dashboard-widget .give-table-stats{width:100%;text-align:center;margin:0;table-layout:fixed;border-top:1px solid #ececec;border-spacing:0}.give-dashboard-widget .give-table-stats .give-dashboard-stat-total,.give-dashboard-widget .give-table-stats .give-dashboard-stat-total-label{padding:0;margin:0}.give-dashboard-widget .give-table-stats .give-dashboard-stat-total{color:#4ead61;font-weight:700;font-size:16px}#give_dashboard_sales>.inside{padding:0}#give_dashboard_sales .give-table-stats td{padding:10px 0}#give_dashboard_sales .give-table-stats td:first-of-type{border-left:1px solid #ececec}#give_dashboard_sales .give-table-stats tr#give-table-stats-tr-1 td{border-bottom:1px solid #ececec}#dashboard_right_now .give-forms-count:before{font-family:give-icomoon;font-style:normal;font-weight:400;line-height:1;font-size:18px;width:18px;height:18px}.give_forms_page_give-donors .wrap>h2{margin-bottom:15px}.give_forms_page_give-donors .nav-tab-wrapper .dashicons{position:relative;top:2px;margin:0 0 0 3px}.give_forms_page_give-donors #give-donors-filter{position:relative}.give_forms_page_give-donors #give-donors-filter p.search-box{margin:0}.give_forms_page_give-donors #give-donors-search-filter{display:block;overflow:hidden}.give_forms_page_give-donors #give-donor-card-wrapper{margin-right:-1px;z-index:2;min-height:200px}.give_forms_page_give-donors #give-donor-card-wrapper input{font-weight:400}.give_forms_page_give-donors #give-donor-card-wrapper .donor-section{border-bottom:1px solid #eee;margin-bottom:10px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-section table{margin-bottom:0}.give_forms_page_give-donors #give-donor-card-wrapper>div:first-child{padding-top:20px}.give_forms_page_give-donors #give-donor-card-wrapper>div:last-child{padding-bottom:20px;border:none}.give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap{padding:0 0 15px 15px;text-align:center;float:right}.give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap img{border-radius:3px}.give_forms_page_give-donors #give-donor-card-wrapper a.delete{text-decoration:none;color:red;margin-left:5px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-since{margin:10px 0;font-size:16px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-id{display:inline-block;font-size:24px;font-weight:600;margin-left:10px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-name-wrap{display:inline-block}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-edit-link{margin-bottom:15px}.give_forms_page_give-donors .donor-main-wrapper{clear:both;margin:0 0 20px}@media (max-width:655px){.give_forms_page_give-donors .donor-main-wrapper{width:100%}}.give_forms_page_give-donors .donor-main-wrapper table{margin:0}.give_forms_page_give-donors .donor-main-wrapper input{width:200px}.give_forms_page_give-donors #donor-summary{padding:0 20px}.give_forms_page_give-donors #donor-summary:after{font-family:dashicons;content:"\f110";position:absolute;top:10px;left:10px;font-size:100px;color:#F0F0F0;z-index:0}.give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper{width:202px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper select,.give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results ul{width:200px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper span[data-key=line2]{display:table;clear:both}.give_forms_page_give-donors #give-donor-card-wrapper .donor-info{min-height:185px}.give_forms_page_give-donors #give-donor-card-wrapper .info-wrapper{min-height:125px}.give_forms_page_give-donors .donor-info .donor-name{font-size:24px;font-weight:600}.give_forms_page_give-donors #disconnect-donor,.give_forms_page_give-donors #view-user-profile{font-size:12px;font-weight:400;text-decoration:none}.give_forms_page_give-donors #donor-edit-actions{text-align:center;margin-bottom:20px;line-height:28px}.give_forms_page_give-donors #donor-edit-actions .button-secondary{margin-left:10px}.give_forms_page_give-donors #give-donor-card-wrapper .edit-item{display:none}.give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results{right:1px;top:16px}.give_forms_page_give-donors #donor-stats-wrapper{margin:0 auto;text-align:center;padding:15px}.give_forms_page_give-donors #donor-stats-wrapper ul{margin:0;padding:0;overflow:hidden}.give_forms_page_give-donors #donor-stats-wrapper ul li{width:50%;float:right;line-height:22px;font-size:14px;margin:0}.give_forms_page_give-donors #donor-stats-wrapper a{text-decoration:none}.give_forms_page_give-donors #donor-stats-wrapper .dashicons{color:#888}.give_forms_page_give-donors #donor-tables-wrapper table{width:100%;text-align:center}.give_forms_page_give-donors #donor-tables-wrapper th{text-align:center}.give_forms_page_give-donors #donor-tables-wrapper .donations tr>td:first-child,.give_forms_page_give-donors #donor-tables-wrapper .donations tr>th:first-child,.give_forms_page_give-donors #donor-tables-wrapper .emails tr>td:first-child,.give_forms_page_give-donors #donor-tables-wrapper .emails tr>th:first-child{text-align:right}.give_forms_page_give-donors #donor-tables-wrapper .donations tr>td:only-child{text-align:center}.give_forms_page_give-donors #donor-notes-wrapper{min-height:50px}.give_forms_page_give-donors .donor-notes-header img,.give_forms_page_give-donors .donor-notes-header span{font-weight:600;line-height:30px;vertical-align:middle}.give_forms_page_give-donors .donor-note-input{width:100%;margin-bottom:5px}.give_forms_page_give-donors #give-donor-notes div:nth-of-type(even){background-color:#f9f9f9}.give_forms_page_give-donors #give-donor-notes .donor-note-wrapper{border-bottom:1px solid #f9f9f9;min-height:38px;padding:0}.give_forms_page_give-donors #give-donor-notes .donor-note-wrapper .note-content-wrap{padding:10px 12px;line-height:20px;font-size:14px}.give_forms_page_give-donors #give-donor-notes .give-no-donor-notes{text-align:center;padding:20px}.give_forms_page_give-donors .donor-note-wrapper span{display:block}.give_forms_page_give-donors .delete-donor{text-align:center}.give_forms_page_give-donors .give-lock-block{margin-right:-25px;text-decoration:none;font-size:14px;margin-left:3px}.give_forms_page_give-donors .give-lock-block i{color:#000;font-size:14px}.give_forms_page_give-donors #donor-address-wrapper .give-no-address-message{margin:.5rem 1%;line-height:3.4em}.give_forms_page_give-donors #donor-address-wrapper .add-new-address{margin:.5rem 1%!important}.give_forms_page_give-donors #donor-address-wrapper .add-new-address-form-hidden{position:absolute;left:13px;right:13px;top:0;visibility:hidden}.sc-wrap,button.sc-button:after{position:relative;display:inline-block}.give_forms_page_give-donors #donor-address-wrapper .all-address .address{min-height:146px;border:1px solid #dad9d9;padding:9px;border-radius:5px;background-color:#fff}.give_forms_page_give-donors #donor-address-wrapper .all-address .address .address-number-label{color:gray;cursor:default}.give_forms_page_give-donors #donor-address-wrapper .all-address .address a{text-decoration:none}.give-blank-slate__help a,.mce-sc-popup a{text-decoration:underline}@media screen and (max-width:782px){#wp-content-media-buttons a.give-thickbox{padding:6px 14px;line-height:normal;font-size:14px;height:auto}.wp-media-buttons span#give-media-button{margin-top:0!important;margin-right:2px!important}}.mce-primary.mce-give-primary button{padding-left:10px;padding-right:10px}.wp-core-ui .give-admin-button{padding-right:7px;padding-left:7px}.give-admin-button-icon{display:inline-block;width:18px;height:18px;vertical-align:text-top;margin:0 2px}.give-admin-button-icon:before{font:400 18px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.give-admin-button-icon-update:before{content:"\f463"}.mce-primary.mce-sc-primary button{padding-left:10px;padding-right:10px}.mce-sc-popup p{margin-bottom:1em}.mce-sc-popup p.strong{font-weight:600}.mce-sc-popup p.no-margin{margin-bottom:0}.mce-sc-popup p.margin-top{margin-top:1em}.mce-sc-popup .mce-listbox button{text-overflow:ellipsis;overflow:hidden!important}@media screen and (max-width:782px){.wp-media-buttons button.sc-button span{width:18px!important}}.wp-media-buttons button.sc-button{outline:0;padding-right:5px;margin-left:0}.wp-media-buttons button.sc-button:active{margin-bottom:5px}button.sc-button:after{top:-1px;content:'';width:0;height:0;border-top:6px solid #777;border-left:4px solid transparent;border-right:4px solid transparent;margin:0 6px 0 3px}button.sc-button.active:after{top:-2px;border-top:0;border-bottom:6px solid #32373c}.sc-wrap{margin-left:5px}div.sc-menu{display:none;position:absolute;top:100%;right:0;min-width:100%;max-height:410px;font-size:14px;box-shadow:0 3px 5px rgba(0,0,0,.2);background:#fff;border:1px solid rgba(0,0,0,.15);overflow:auto;overflow-x:hidden;padding:5px 0;margin:-2px 0 0;z-index:1002}div.sc-shortcode{display:block;white-space:nowrap;cursor:pointer;padding:6px 12px;margin-bottom:2px}div.sc-shortcode:hover{color:#fff}#mce-modal-block.mce-reset.mce-fade.mce-in{opacity:.7;filter:alpha(opacity=70)}.give-status-table{margin-bottom:1em}.give-status-table h2{font-size:14px;margin:0}.give-status-table tr:nth-child(2n) td,.give-status-table tr:nth-child(2n) th{background:#fcfcfc}.give-status-table th{font-weight:700;padding:9px}.give-status-table td:first-child{width:33%}.give-status-table td.help{width:1em}.give-status-table td{padding:9px;font-size:1.1em}.give-status-table td mark{background:0 0}.give-status-table td mark.yes{color:#7ad03a}.give-status-table td mark.no{color:#999}.give-status-table td mark.error{color:#a00}.give-status-table td ul{margin:0}.wrap div.give-debug-report-wrapper{margin-bottom:5px}.wrap div.give-debug-report-wrapper p{font-size:18px;margin:1em 0 .7em;padding:0}.wrap div.give-debug-report-wrapper .give-debug-report-actions{margin:0 0 1.7em}.wrap div.give-debug-report-wrapper .give-debug-report-actions .js-give-debug-report-button{margin-left:10px}.wrap div.give-debug-report-wrapper .give-debug-report-actions .dashicons{font-size:16px;position:relative;top:4px;right:-2px}.give-debug-report{display:none;margin:10px 0;padding:0;position:relative}.give-debug-report textarea{font-family:monospace;width:100%;margin:0;height:300px;padding:20px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;resize:none;font-size:12px;line-height:20px;outline:0}.give-progress{height:15px;width:95%;border-radius:4px;overflow:hidden;background-color:#f5f5f5}.give-progress>div{height:100%;width:0}.admin-color-fresh .give-progress div,.give-progress div{background:#0073aa}.admin-color-light .give-progress div{background:#888}.admin-color-blue .give-progress div{background:#096484}.admin-color-coffee .give-progress div{background:#c7a589}.admin-color-ectoplasm .give-progress div{background:#a3b745}.admin-color-midnight .give-progress div{background:#e14d43}.admin-color-sunrise .give-progress div{background:#dd823b}.give-spinner-wrapper{position:absolute;right:0;left:0;bottom:0;top:0;background:rgba(245,245,245,.57);z-index:1;display:none}.give-spinner-wrapper.is-active{display:inline-block}.give-spinner-wrapper .aligncenter{position:absolute;top:50%;right:50%;margin:10px 0 0 10px}.give-spinner.spinner.is-active{margin:0 2px 0 0;float:none}#give-updates-h1{padding-top:0}.give-update-panel-content p{font-size:16px}#give-updates .dashicons-no-alt{color:red}#give-updates .dashicons-yes{color:green}#give-db-updates .spinner{margin-top:0}body.give_forms_page_give-updates .give-run-update-containt .give-run-update-button{margin-left:10px}#give-plugin-updates .panel-content table tr{display:block}.give-blank-slate{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);margin:0 auto;padding:40px;text-align:center}.give-blank-slate :last-child{margin-bottom:0}.give-blank-slate__cta,.give-blank-slate__heading,.give-blank-slate__help,.give-blank-slate__message{margin:0 0 10px}.give-blank-slate__image{display:block;height:80px;margin:0 auto 10px;width:auto}.give-blank-slate__help{color:#666;font-style:italic}.give-blank-slate__help a{display:inline-block}.give-blank-slate a.give-blank-slate__cta{display:inline-block;font-size:1.2em;height:auto;margin:0 0 10px;padding:.75em 1.5em}.give-tools-setting-page-import h1.handle{padding:15px 0 0}.give-tools-setting-page-import .give-progress-steps{width:100%;padding:0 0 24px;margin-right:0;list-style:none;overflow:hidden;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.give-tools-setting-page-import .give-progress-steps li{width:25%;float:right;padding:0 0 1.2em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.give-tools-setting-page-import .give-progress-steps li.active{border-color:#4ead61;color:#4ead61}.give-tools-setting-page-import .give-progress-steps li.active:before{border-color:#4ead61;color:#4ead61;background:#4ead61}.give-tools-setting-page-import .give-progress-steps li::before{content:'';border:4px solid #ccc;border-radius:100%;width:10px;height:10px;position:absolute;bottom:0;right:50%;margin-right:-6px;margin-bottom:-10px;background:#fff}.give-tools-setting-page-import .step-4 h2{text-align:center;font-size:20px!important}.give-tools-setting-page-import .step-4 p{text-align:center}.give-tools-setting-page-import .button-secondary.step-4,.give-tools-setting-page-import .give-image-thumb{display:none}.give-tools-setting-page-import h2#give-import-title{background:#f3f3f3;font-size:15px;font-weight:600;margin:-8px -22px 11px;padding:12px 22px}.give-import-core-settings .give-progress-steps li{width:33.33%}.give-import-core-settings .step-3 h2{text-align:center;font-size:20px!important}.give-import-core-settings .step-3 p{text-align:center}form.give-import-form table.widefat{border:none}.wrap .give-importer-h1{margin:0;padding:20px 0}
|
assets/css/give-admin.css
CHANGED
@@ -2948,6 +2948,9 @@ div.sc-shortcode {
|
|
2948 |
body.give_forms_page_give-updates .give-run-update-containt .give-run-update-button {
|
2949 |
margin-right: 10px; }
|
2950 |
|
|
|
|
|
|
|
2951 |
/**
|
2952 |
* Give Blank Slate
|
2953 |
*
|
2948 |
body.give_forms_page_give-updates .give-run-update-containt .give-run-update-button {
|
2949 |
margin-right: 10px; }
|
2950 |
|
2951 |
+
#give-plugin-updates .panel-content table tr {
|
2952 |
+
display: block; }
|
2953 |
+
|
2954 |
/**
|
2955 |
* Give Blank Slate
|
2956 |
*
|
assets/css/give-admin.min.css
CHANGED
@@ -8,4 +8,4 @@
|
|
8 |
* @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License
|
9 |
*/.give-clearfix:after,.type-download .addon-content:after{clear:both}.give-clearfix:after,.give-clearfix:before{content:" ";display:table}#give-payments-filter .give-payment-id,.give-item-label-gray{background-color:#929292}.give-item-label-orange{background-color:#ffba00}.give-item-label{padding:.2em .4em .3em;font-size:11px;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.give-item-label:hover{color:#fff;text-decoration:none}/*! Hint.css - v2.5.0 - 2017-04-23
|
10 |
* http://kushagragour.in/lab/hint/
|
11 |
-
* Copyright (c) 2017 Kushagra Gour */[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.dashicons-give:before,[class*=" give-icon-"],[class^=give-icon-]{line-height:1;font-family:give-icomoon;font-style:normal;font-weight:400}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}@font-face{font-family:give-icomoon;src:url(../assets/fonts/icomoon.eot?kdnr3d);src:url(../assets/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),url(../assets/fonts/icomoon.woff?kdnr3d) format("woff"),url(../assets/fonts/icomoon.svg?kdnr3d#icomoon) format("svg");font-weight:400;font-style:normal}[class*=" give-icon-"],[class^=give-icon-]{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.give-icon-lamp:before{content:"\e603"}.give-icon-heart:before{content:"\e604"}.give-icon-question:before{content:"\e602"}.give-icon-info:before{content:"\e601"}.give-icon-new-tab:before{content:"\ea7e"}.give-icon-alert:before{content:"\f02d"}.give-icon-help:before{content:"\e606"}.give-icon-spinner:before{content:"\e605"}.give-icon-spinner2:before{content:"\e607"}.give-icon-plus:before{content:"\e040"}.give-icon-minus:before{content:"\e041"}.give-icon-locked:before{content:"\e600"}#dashboard_right_now .give-forms-count:before,.dashicons-give:before{font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;content:"\e800";speak:none;-moz-osx-font-smoothing:grayscale}.fa-spin{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:give-icomoon;font-weight:400;font-style:normal}.give-metabox-tabs li .give-icon:before{font-family:give-icomoon;src:url(../assets/fonts/icomoon.eot?kdnr3d);src:url(../assets/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),url(../assets/fonts/icomoon.woff?kdnr3d) format("woff"),url(../assets/fonts/icomoon.svg?kdnr3d#icomoon) format("svg");speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;vertical-align:top;line-height:20px;margin:0 5px 0 0}.give-metabox-tabs li .give-icon-default:before{content:"\e903"}.give-metabox-tabs li .give-icon-heart:before{content:"\e604"}.give-metabox-tabs li .give-icon-target:before{content:"\e901"}.give-metabox-tabs li .give-icon-display:before{content:"\e90c"}.give-metabox-tabs li .give-icon-edit:before{content:"\e902"}.give-metabox-tabs li .give-icon-checklist:before{position:relative;top:1px;content:"\e900"}.give-metabox-tabs li .give-icon-purse:before{content:"\e8df"}.give-metabox-tabs li .dashicons{font-size:14px;width:14px;line-height:20px}.give-grid-row{position:relative;width:100%}.give-grid-row [class^=give-grid-col]{float:left;margin:.5rem 1%;min-height:.125rem}.give-grid-row::after{content:"";display:table;clear:both}.give-grid-col-1{width:6.33333%}.give-grid-col-2{width:14.66667%}.give-grid-col-3{width:23%}.give-grid-col-4{width:31.33333%}.give-grid-col-5{width:39.66667%}.give-grid-col-6{width:48%}.give-grid-col-7{width:56.33333%}.give-grid-col-8{width:64.66667%}.give-grid-col-9{width:73%}.give-grid-col-10{width:81.33333%}.give-grid-col-11{width:89.66667%}.give-grid-col-12{width:98%}@media only screen and (max-width:33.75em){.give-grid-row [class^=give-grid-col]{width:98%}}#_give_donation_levels_repeat .cmb-group-title,#_give_donation_levels_repeat .cmb-row>.cmb-remove-group-row,#_give_donation_levels_repeat .cmb-row>.handlediv,.cmb-type-levels-id,.cmb2-id--give-custom-amount-minimum,.cmb2-id--give-custom-amount-text,.cmb2-id--give-display-style,.cmb2-id--give-form-content,.cmb2-id--give-levels-header,.cmb2-id--give-levels-header+.cmb-repeat-group-wrap,.cmb2-id--give-offline-checkout-notes,.cmb2-id--give-reveal-label,.cmb2-id--give-set-price,.give-hidden,.post-type-give_forms .tablenav #post-query-submit{display:none}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row .cmb2-radio-list label{font-size:12px}div.cmb-type-levels-repeater-header+div.cmb-repeat-group-wrap{padding:0!important;margin:0!important;min-width:100%;max-width:0}.cmb2-id--give-levels-header{padding:10px 12px 0!important;margin:0!important;background:#F7F7F7;border-bottom:none!important}.cmb2-id--give-levels-header .table-container{display:table;width:100%;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;border-left:1px solid #e9e9e9}.cmb2-id--give-levels-header .table-container>.table-row{display:table-row;background:#FCFCFC}.cmb2-id--give-levels-header .table-container>.table-row>.table-cell{display:table-cell;vertical-align:middle;padding:10px 15px;border-right:1px solid #e9e9e9}#_give_donation_levels_repeat .cmbhandle,.cmb2-id--give-levels-header .table-container>.table-row>.table-cell.col-id{display:none}#_give_donation_levels_repeat{background:#F7F7F7;padding:0 1px 20px 12px;box-sizing:border-box}#_give_donation_levels_repeat .cmb-row,#_give_donation_levels_repeat .inside{margin:0}#_give_donation_levels_repeat .cmb-remove-field-row{margin:3px 0 0}#_give_donation_levels_repeat .cmb-remove-field-row .button{height:25px;padding:0 3px}#_give_donation_levels_repeat .cmb-remove-field-row span.dashicons-no{line-height:1.15em}#_give_donation_levels_repeat .cmb-add-row{margin:12px 0 0}.give-time-field{width:65px}.give-money-field{width:75px;margin-right:0;margin-left:0}.give-money-symbol{border:1px solid #DDD;background:#FCFCFC;margin:0;font-size:14px;padding:5px 8px}.give-money-symbol-before{border-right:0;margin-right:-4px}.give-money-symbol-after{margin-left:-5px}.give_options_panel input[type=text],.give_options_panel input[type=email]{padding:5px;width:100%}input.give-text-small,input.give-text_small{width:100px!important}input.give-text-medium,input.give-text_medium{width:200px!important}.give-underline{text-decoration:underline}.postbox-container .cmb-row{margin:0}.postbox-container .cmb-row .cmb-th label{padding-left:8px}#give-bulk-donors div[id^=give-donor-]{display:block;overflow:hidden}@media only screen and (min-width:851px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row{float:left;border-bottom:none;padding-right:10px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row>.cmb-th{display:none}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row>.cmb-td{float:left;width:100%}.cmb-type-give-default-radio-inline .cmb-td{margin-top:5px}}@media only screen and (min-width:851px) and (max-width:1201px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row{width:100%;padding-top:0}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-type-text-money{width:105px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list input.cmb2-text-money{width:65px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list .give-multilevel-text-field{width:160px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list .cmb-type-radio-inline{margin-left:20px}.col-amount{width:70px}.col-text{width:140px}.col-sort{display:none!important}.give-money-field{width:55px}}@media only screen and (min-width:1201px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row{float:right}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row{padding-right:20px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row.cmb-row{padding-right:0}.col-amount{width:93px}.col-text{width:195px}.col-sort{width:100px}.give-multilevel-text-field{width:205px}}@media only screen and (max-width:850px){div.cmb-type-levels-repeater-header{display:none!important}}.shortcode-wrap{margin:1px 14px 12px 11px}.shortcode-wrap label{margin:0 0 3px;display:block;cursor:default}.shortcode-wrap .shortcode-input{margin:0;width:100%}.cmb2-id--give-content-option,.cmb2-id--give-customize-offline-donations,.cmb2-id--give-goal-option,.cmb2-id--give-offline-donation-enable-billing-fields-single,.cmb2-id--give-terms-option{border-bottom:none!important;margin:0!important}.cmb2-id--give-agree-label,.cmb2-id--give-form-content,.cmb2-id--give-offline-checkout-notes,.cmb2-id--give-offline-donation-enable-billing-fields-single,.cmb2-id--give-set-goal{border-top:1px solid #e9e9e9!important}.cmb2-id--give-agree-label,.cmb2-id--give-agree-text{display:none}input.shortcode-input{width:100%}.price .give_price_range_high,.price .give_price_range_low,.price .give_price_range_sep{display:inline-block}#side-sortables .cmb-th label:after{display:none}#side-sortables .cmb2-id--give-show-register-form{padding:10px 0 0!important}#side-sortables .cmb2-wrap>.cmb-field-list>.cmb-row{padding-top:10px}#side-sortables .cmb-row .cmb2-metabox-description{padding-bottom:0}.cmb2-metabox-description{line-height:1.5;display:block}.give-tooltip{margin:0 3px;padding:0;font-size:14px;-moz-transition:.2s all linear;-o-transition:.2s all linear;transition:.2s all linear;color:rgba(51,51,51,.5);position:relative;top:1px}.give-tooltip:hover{color:#333}#give-metabox-form-data .inside{margin:0;padding:0}#give-metabox-form-data .give-metabox-panel-wrap{background:#fff;overflow:hidden}#give-metabox-form-data .give_options_panel{display:none;padding-left:170px}#give-metabox-form-data .give_options_panel.active,.no-js #give-metabox-form-data .give_options_panel{display:block}#give-metabox-form-data .give_options_panel .give-field-wrap{padding:1em 20px 1em 162px;margin:0;border-bottom:1px solid #eee}#give-metabox-form-data .give_options_panel .give-field-wrap>label,#give-metabox-form-data .give_options_panel .give-field-wrap>span.give-field-label{float:left;width:135px;padding:0;margin:2px 0 0 -150px;line-height:18px;font-size:12px;font-weight:400}#give-metabox-form-data .give_options_panel .give-field-wrap .give-field-description{color:#aaa;font-size:12px;line-height:18px;display:block;padding-top:10px;font-style:italic}#give-metabox-form-data .give_options_panel .give-field-wrap ul{margin:0}#give-metabox-form-data .give_options_panel .give-field-wrap .mce-container iframe,#give-metabox-form-data .give_options_panel .give-field-wrap textarea{min-height:250px!important}#give-metabox-form-data .give_options_panel .give-field-wrap .wp-editor-wrap{display:inline-block;width:100%}#give-metabox-form-data .give_options_panel textarea.give-field{width:100%}#give-metabox-form-data .give_options_panel .give-field-wrap:hover .give-field-row-actions{display:block}#give-metabox-form-data .give_options_panel .give-field-wrap:last-child{border-bottom:0}#give-metabox-form-data .give_options_panel .give-inline-radio-fields li{display:inline-block;margin-right:15px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section{padding:10px;background:#f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeatable-fields-section-wrapper{width:100%;background-color:#fff;border-collapse:collapse}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row{border-bottom:15px solid #f5f5f5;background-color:#fff}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-template{display:none}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row:last-child{border-bottom:10px solid #f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-column{padding:0}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove{float:right;width:22px;height:36px;padding:0;display:block;text-align:center;line-height:34px;font-size:21px;font-weight:300;cursor:pointer}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove:hover{background-color:red;color:#fff;width:22px;height:22px;border-radius:30px;margin-top:8px;line-height:19px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head{border-bottom:1px solid #eee;cursor:move}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head h2{text-align:left!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.closed .toggle-indicator:before{content:"\f140"}.give-filter:after,.give-filters:after{content:""}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row .give-move .toggle-indicator:before{margin-left:7px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row-wrap{background-color:#f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row{margin:5px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-field-wrap:last-child{border-bottom:1px solid #eee}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-ui-placeholder-state-highlight{background-color:#68bb6c}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-name{border:0!important;padding:0!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-description{color:#aaa;font-size:12px;line-height:18px;display:block;padding-bottom:10px;font-style:italic}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .ui-sortable-helper{display:table!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.ui-sortable-helper{border-bottom:0}#_give_donation_levels_field .give-row:nth-of-type(2) .give-remove{display:none!important}#give-metabox-form-data .give-metabox-tabs{margin:0;max-width:170px;float:left;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-right:1px solid #eee;box-sizing:border-box}#give-metabox-form-data .give-metabox-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;left:0;background-color:#fafafa;border-right:1px solid #eee}#give-metabox-form-data .give-metabox-tabs li{margin:0;padding:0;display:block;position:relative}#give-metabox-form-data .give-metabox-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee;overflow:hidden}#give-metabox-form-data .give-metabox-tabs li a span.give-label{width:122px;display:inline-block}#give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li{background-color:#f1f1f1}#give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li a{border-bottom-color:#e5e5e5}#give-export-payments div.chosen-container ul.chosen-choices,#give-export-payments select,.type-download{border:1px solid #ddd}#give-metabox-form-data .give-metabox-tabs li.active>a{color:#555;position:relative;background-color:#eee}#give-metabox-form-data .give-metabox-tabs li.has-sub-fields.active>a{background-color:#ddd}#give-metabox-form-data .give-metabox-tabs li.has-sub-fields:not(.active):hover ul.give-metabox-sub-tabs{display:block;position:absolute;bottom:0;left:166px;width:170px;max-height:250px}@media only screen and (min-width:851px) and (max-width:1025px),(max-width:550px){#give-metabox-form-data ul.give-metabox-tabs{min-width:40px}#give-metabox-form-data ul.give-metabox-tabs li>a{text-align:center}#give-metabox-form-data ul.give-metabox-tabs li>a:before{margin-right:0;font-size:15px}#give-metabox-form-data ul.give-metabox-tabs li>a span.give-label{display:none}#give-metabox-form-data ul.give-metabox-tabs li>a span.give-icon:before{margin:0}#give-metabox-form-data .give_options_panel{padding-left:40px}#give-metabox-form-data .give_options_panel .give-field-wrap{padding:10px}#give-metabox-form-data .give_options_panel .give-field-wrap label,#give-metabox-form-data .give_options_panel .give-field-wrap span.give-field-label{display:block;float:none;margin:0 0 10px;font-size:14px;width:100%}}#give-export-payments .give_forms_categories,#give-export-payments .give_forms_tags{min-width:250px;margin:0 0 10px;display:block}#give-export-payments .give_forms_categories input,#give-export-payments .give_forms_tags input{color:#999}#give-export-payments div.chosen-container:first-of-type{margin-top:10px}#give-export-payments div.chosen-container ul.chosen-choices input.chosen-search-input{border:1px solid #ddd;height:20px}#give-export-payments select{vertical-align:inherit;margin:0;height:26px;line-height:26px}.give-docs-link{text-align:right;margin-right:15px}.give-docs-link a{color:#999;text-decoration:none;font-style:italic}.give-docs-link a:hover{color:#0073aa}.give-docs-link a span{font-style:normal}.type-download{float:left;margin:0 1em 1em 0!important;padding:0;vertical-align:top;width:280px;text-decoration:none;color:inherit;display:block;min-height:365px;overflow:hidden;background:#f5f5f5;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);-webkit-transition-property:border,background,color;transition-property:border,background,color;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;position:relative}.type-download:hover{border:1px solid #d1d1d1}.type-download>.featured-img img{border-bottom:1px solid #ddd}.type-download .addon-content{padding:15px 20px}.type-download .addon-content:after,.type-download .addon-content:before{content:" ";display:table}.type-download .addon-content .addon-heading{margin:0 0 10px}.type-download .addon-content .addon-heading a{outline:0;text-decoration:none}.type-download .addon-footer-wrap{border-top:1px solid #ddd;position:absolute;bottom:2px;left:0;width:100%;background-color:#FFF;padding:15px 20px}.give-view-addons-all span.dashicons,.type-download span.dashicons{width:16px;height:16px;font-size:14px;margin:6px 0 0}.give-view-addons-all span.dashicons{margin-left:3px}#give-dashboard-widgets-wrap .inside{padding-top:0;padding-bottom:0}.give_forms_page_give-reports #give-dashboard-widgets-wrap .inside{padding-left:0}#give-dashboard-widgets-wrap .inside #give-graphs-filter{float:none}#give-dashboard-widgets-wrap .postbox{margin-bottom:10px}#give-dashboard-widgets-wrap table.reports-table{clear:none}#give-dashboard-widgets-wrap #give-date-range-options{float:left}#give-dashboard-widgets-wrap #give-date-range-options>span{float:left;line-height:30px;font-style:italic;padding:0 5px 0 0}#give-graphs-filter,body.give_forms_page_give-payment-history .tablenav-right .tablenav-pages,body.give_forms_page_give-reports .tablenav-right .tablenav-pages{float:right}#give-graphs-filter .tablenav{margin:0 0 0 17px}#give-graphs-filter .tablenav .actions{padding:0}.give-graph .y1Axis{color:#66bb6a!important}.give-graph .y2Axis{color:#546e7a!important}body.give_forms_page_give-payment-history h1.nav-tab-wrapper,body.give_forms_page_give-payment-history h2.nav-tab-wrapper,body.give_forms_page_give-reports h1.nav-tab-wrapper,body.give_forms_page_give-reports h2.nav-tab-wrapper{margin-bottom:10px}body.give_forms_page_give-payment-history .actions,body.give_forms_page_give-reports .actions{padding-top:0}body.give_forms_page_give-payment-history .pagination-links,body.give_forms_page_give-reports .pagination-links{margin-left:10px}body.give_forms_page_give-payment-history p.donor-search,body.give_forms_page_give-reports p.donor-search{margin-right:10px}body.give_forms_page_give-payment-history .tablenav-right #give-reports-view,body.give_forms_page_give-reports .tablenav-right #give-reports-view{margin-top:0}body.give_forms_page_give-payment-history .tablenav-right .actions,body.give_forms_page_give-payment-history p.search-box,body.give_forms_page_give-reports .tablenav-right .actions,body.give_forms_page_give-reports p.search-box{float:left}body.give_forms_page_give-payment-history .reports-table-nav.tablenav.top,body.give_forms_page_give-reports .reports-table-nav.tablenav.top{width:100%;float:none;margin:0 0 10px}body.give_forms_page_give-payment-history .reports-forms-details-wrap.top,body.give_forms_page_give-reports .reports-forms-details-wrap.top{float:right;overflow:hidden}body.give_forms_page_give-payment-history .reports-forms-details-wrap.top #give-reports-filter,body.give_forms_page_give-reports .reports-forms-details-wrap.top #give-reports-filter{float:left}body.give_forms_page_give-payment-history .reports-forms-details-wrap.top>.actions,body.give_forms_page_give-reports .reports-forms-details-wrap.top>.actions{padding-right:0}body.give_forms_page_give-payment-history .tablenav.bottom,body.give_forms_page_give-reports .tablenav.bottom{margin-top:10px}body.give_forms_page_give-payment-history h2.reports-earnings-title,body.give_forms_page_give-reports h2.reports-earnings-title{margin:7px 0 0}body.give_forms_page_give-payment-history .reports-views-wrap,body.give_forms_page_give-reports .reports-views-wrap{padding:3px 0 0}body.give_forms_page_give-payment-history .wrap.give-reports-donors-wrap,body.give_forms_page_give-reports .wrap.give-reports-donors-wrap{margin-right:0;margin-bottom:10px}body.give_forms_page_give-payment-history .widefat tbody td,body.give_forms_page_give-payment-history .widefat tbody th,body.give_forms_page_give-reports .widefat tbody td,body.give_forms_page_give-reports .widefat tbody th{padding-top:12px;padding-bottom:12px}body.give_forms_page_give-reports table.export-options-table tbody td{padding:20px 12px;vertical-align:top}#test-payment-label,.give-mobile-link,.give-settings-page .export-options-table tr.give-import-option:nth-child(odd) th,table.give-table td{vertical-align:middle}body.give_forms_page_give-reports table.export-options-table .give-export-form{position:relative}body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap{background-color:transparent;padding:12px 12px 4px;margin:2px 0 -16px -11px;overflow:auto}body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap .spinner{margin:-2px -12px 8px 0}body.give_forms_page_give-reports table.export-options-table span#give-end-wrap input,body.give_forms_page_give-reports table.export-options-table span#give-start-wrap input{width:100px}#export-donor-options-wrap p{padding:20px 0 0;margin:0;font-weight:700}#export-donor-options-wrap ul{max-width:900px;overflow:hidden}#export-donor-options-wrap ul li{margin:0;padding:0 5px 5px 0;box-sizing:border-box;float:left;width:33%}#give-tools-recount-form .notice-wrap{position:relative;min-height:25px;margin:10px -12px -12px;background:#EFEFEF;padding:10px 12px 12px;border-top:1px solid #E5E5E5}#give-tools-recount-form .notice-wrap .give-progress{position:absolute;top:15px}#give-tools-recount-form .notice-wrap .spinner{position:absolute;right:14px;top:13px;margin:0}#give-tools-recount-form .notice-wrap #give-batch-success{margin-bottom:6px}.recount-stats-controls form{display:inline}.give-recount-stats-descriptions{margin:8px 0 0;display:block}.give-recount-stats-descriptions span{line-height:24px;font-size:13px;font-style:italic;font-weight:400;color:#aaa;margin:0;display:none}.social-items-wrap,.social-items-wrap>div,.welcome-h1{display:inline-block}.gateways-report-tablenav .actions.bulkactions{padding-right:0}table.give-table td.row-title h3{margin:0 0 .4em;font-size:1.2em}table.give-table td.row-title p{font-size:13px;font-style:italic;font-weight:400;color:#aaa;margin:0}#give-graphs-filter>.tablenav{height:auto}#give-logs-filter .search-box{float:right}#give-logs-filter .tablenav.top{float:left;clear:none;margin-top:0}.welcome-h1{margin-right:15px!important}.about-wrap h3{margin:1.5em 0 .6em}.about-wrap img{border:none}.give-badge{padding-top:150px;height:52px;width:185px;color:#FFF;font-weight:700;font-size:14px;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.8);margin:0 -5px;position:absolute;top:0;right:0}.introduction{padding:0 0 20px;margin:0 0 20px}.feature-section{margin-top:40px}.feature-section span.dashicons{width:16px;height:16px;font-size:14px;margin:6px 0 0}.feature-section .feature-section-item{width:48%;float:left}.feature-section div.last-feature{margin-right:0;margin-left:4%}[class*=dashboard_page_give-] .about-text,[class^=dashboard_page_give-] .about-text{min-height:0}.social-items-wrap .twitter-item-wrap{margin:0 20px 10px 0}.wp-person img{border-radius:50%}.wp-person a.web{margin:17px 0 0;font-weight:700;font-style:italic}.newsletter-intro{font-size:13px;font-style:italic;color:#777}.give-newsletter-form-wrap{margin:10px 0 20px -5px;max-width:700px}.give-newsletter-form-wrap td{padding:3px}.give-newsletter-form-wrap div.give-newsletter-confirmation{background:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:5px 10px 4px 5px;padding:1px 12px;border-left:4px solid #7ad03a;display:none}.give-newsletter-form-wrap div.give-newsletter-confirmation>p{margin:.5em 0;padding:2px}#give_donor_export_form{margin:0 0 5px}.column-status .give-donation-status,.column-status .give-test-mode-transactions-label{display:inline-block}.column-status .give-test-mode-transactions-label{margin:0 5px;vertical-align:middle}.give-settings-page .give-settings-heading-sep{font-size:14px;line-height:32px;width:15px}.give-settings-page .nav-tab-wrapper{margin-bottom:5px;overflow:visible}.give-settings-page .cmb2-wrap .cmb-type-checkbox input[type=checkbox]{display:block;margin-bottom:5px}.give-settings-page div.give-submit-wrap{margin:20px 0}.give-settings-page .give_forms_page_give-payment-history .postbox .hndle{cursor:default}.give-settings-page .give-input-field{width:25em}.give-settings-page table table input[type=text]{width:15em}.give-settings-page .give-repeat-setting-field{margin:10px 0}.give-settings-page .give-remove-setting-field{width:25px;height:25px;padding:0;text-align:center;line-height:22px;font-size:21px;font-weight:300;cursor:pointer;margin-left:20px;display:inline-block}.give-settings-page .give-remove-setting-field:hover{background-color:red;color:#fff;border-radius:30px}.give-settings-page .give-forminp p:first-child .give-remove-setting-field{display:none}.give-settings-page .export-options-table tr.give-import-option:nth-child(odd){background:#f4f3f3}.give-settings-page .export-options-table .give-import-dropdown:nth-child(2),.give-settings-page .export-options-table tr.give-import-option th:first-child{width:250px}.give-setting-tab-header{clear:both;overflow:hidden;margin:30px 0}.give-setting-tab-header h2{margin-top:8px}.give-setting-tab-header p{margin-bottom:0}.give-radio-inline ul{margin-top:0}.give-radio-inline li{display:inline-block;margin:0 0 0 15px}.give-radio-inline li:first-child{margin-left:0}.give-tools-setting-page .bulkactions{overflow:visible}.form-table td.give-radio-inline fieldset li>label{margin:5px 0 0!important}.cmb2-metabox-description,p.give-field-description{color:#aaa;font-style:italic;font-size:13px!important}.cmb-type-give-title label,.give-setting-tab-header h2{float:left;display:inline-block;width:220px;font-style:italic;color:#AAA;margin:0;font-size:14px}.postbox-container #_give_donation_levels_repeat>.cmb-repeatable-grouping:not(:last-of-type){border-bottom:1px solid #e9e9e9;border-top:none}.cmb-type-enabled-gateways .cmb-td>p:first-of-type{display:none}.cmb-type-checkbox .cmb-td{width:80%}.cmb-type-checkbox .cmb-td label{font-size:13px}.give_settings .cmb2-wrap .cmb-row{display:table-row}.give_settings .cmb2-wrap .cmb-row>.cmb-td,.give_settings .cmb2-wrap .cmb-row>.cmb-th{display:table-cell;float:none}.cmb2-id-give-title label{font-style:italic;color:#AAA;cursor:default}.cmb2-id-give-title>div.cmb-th{padding-bottom:10px}.cmb2-id-give-title>div.cmb-td{padding-bottom:5px}.give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle{padding:3px 4px 0 0;font-size:15px;font-weight:400;color:#bdbdbd;cursor:move}.give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle:hover{color:#333}.give-email-tags-wrap{margin:5px 0 0}.give-email-tags-wrap code{font-style:normal;padding:1px 2px;font-size:12px}.give-email-tags-wrap span{display:block;color:#AAA;font-style:italic;margin:0 0 2px;font-size:13px}.give-email-tags-wrap .give_price_tag,.give-settings-email-settings-section .give-setting-tab-header-emails hr,.give-settings-email-settings-section .tablenav{display:none}.give-settings-email-settings-section .give-setting-tab-header-emails{margin:0 0 20px}.give-settings-email-settings-section .tablenav.bottom+.give-setting-tab-header-emails{margin:20px 0}.give-settings-email-settings-section .tablenav.bottom+.give-setting-tab-header-emails hr{display:block}.giveemailnotifications .check-column{padding:13px 10px 0 20px!important}.giveemailnotifications td.check-column input{display:none}.giveemailnotifications th.check-column .give-email-notification-status{color:#fff;cursor:pointer}.giveemailnotifications th.check-column .give-email-notification-status[data-edit="1"] i.dashicons{border-radius:1em;padding:2px}.giveemailnotifications th.check-column .give-email-notification-disabled:hover .dashicons-no-alt,.giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-yes{background:#46b450}.giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-lock{color:#46b450}.giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-no-alt,.giveemailnotifications th.check-column .give-email-notification-enabled:hover .dashicons-yes{background:#bbb}.giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-lock{color:#bbb}.giveemailnotifications th.check-column .dashicons-no-alt:hover:before{content:"\f147"!important}.giveemailnotifications th.check-column .dashicons-yes:hover:before{content:"\f335"!important}.giveemailnotifications .spinner.is-active{margin:0 0 0 2px;float:none}#system-info-textarea{width:800px;height:600px;font-family:Menlo,Monaco,monospace;background:#FFF;white-space:pre;overflow:auto;display:block;direction:ltr}#give-download-sysinfo{margin:0}#api .tablenav .actions{overflow:visible}a.give-delete{color:#a00}.give-settings-wrap-licenses .give-license-deactivate{margin:1px 0 0 10px;height:30px}.give-settings-wrap-licenses .give-license-field{background:url(../images/close.png) 98.5% center no-repeat #FFF;background-size:18px}.give-settings-wrap-licenses .give-license-active,.give-settings-wrap-licenses .give-license-active:focus{background-image:url(../images/tick.png);background-color:#FFF;background-repeat:no-repeat;background-position:98.5% center;outline:0;background-size:16px;width:100%}.give-settings-page .give-settings-wrap-licenses{display:block;position:relative;float:left;width:30.5%;min-height:180px;margin:20px 1% 20px 0}.give-settings-page .give-license-key label{margin:0 0 0 10px;padding:10px 0;display:block;font-size:14px;font-weight:600;cursor:default}.give-settings-page .give-license-block{margin:0 10px}.give-settings-page input[type=text].give-license-field,.give-settings-page input[type=password].give-license-field{width:100%}.give-settings-page .give-license-block input[type=submit]{position:absolute;top:3px;right:10px;height:24px;line-height:22px;padding:0 8px 1px;font-size:11px}.give-settings-page .give-license-status-notice{background:#fff;border-left:4px solid #fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:5px 0 2px;padding:1px 12px}.give-settings-page .give-license-status-notice p{padding:10px 0;margin:0}.give-settings-page .give-license-status-notice a{color:#444;cursor:pointer}.give-settings-page .give-license-status-notice a:hover{text-decoration:none}.give-settings-page .give-license-status-notice.give-license-expires-soon{border-color:#00a0d2}.give-settings-page .give-license-status-notice.give-inactive,.give-settings-page .give-license-status-notice.give-license-expired{border-color:#e24e4e}.give-settings-page .give-license-status-notice.give-license-error,.give-settings-page .give-license-status-notice.give-license-invalid,.give-settings-page .give-license-status-notice.give-license-item_name_mismatch,.give-settings-page .give-license-status-notice.give-license-missing,.give-settings-page .give-license-status-notice.give-license-no_activations_left,.give-settings-page .give-license-status-notice.give-license-site_inactive{border-color:orange}.give-settings-page .give-license-status-notice.give-license-expiration-date,.give-settings-page .give-license-status-notice.give-license-lifetime-notice{border-color:#46b450}.give-settings-page .give-license-status-notice.give-license-expired a:hover,.give-settings-page .give-license-status-notice.give-license-expires-soon a:hover{text-decoration:none}@media screen and (max-width:1100px){.give-settings-page .give-settings-wrap-licenses{width:45%;min-height:150px}}.give-table thead th{padding:8px 10px!important}.give_settings .cmb-td hr+hr{display:none}.post-type-give_forms .mce-container iframe,.post-type-give_forms .wp-editor-area{min-height:400px}.give-field-description{color:#aaa;font-style:italic;margin:0;padding-top:.5em}h2.give-nav-tab-wrapper{overflow:hidden;height:35px}@media screen and (max-width:600px){.give-settings-page .give-settings-wrap-licenses{width:100%;max-width:320px}.give-nav-tab-wrapper{position:relative;padding-top:0!important}.give-nav-tab-wrapper>a{width:100%;box-sizing:border-box;margin:0;background-color:#fff;border:1px solid #ccc}.give-nav-tab-wrapper>a:hover{border-bottom:1px solid #ccc}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper{position:absolute;top:0;right:0}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav{height:28px;width:30px;border-radius:0;margin:0}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav>span.dashicons{margin:6px auto 0;display:block}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab{top:35px;right:0;left:auto}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a{background:#fff}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover{background:#e5e5e5}.give-mobile-hidden{display:none}}.give-sub-nav-tab-wrapper{position:relative;z-index:9999;float:left;display:none}.give-sub-nav-tab-wrapper nav.give-sub-nav-tab{border:1px solid #ccc;border-bottom:0;position:absolute;top:35px;right:0}.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a{float:left;background:#fff;padding:6px 10px;clear:both;text-decoration:none;border-bottom:1px solid #ccc;min-width:170px;color:#555;font-size:14px}.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover{background:#fff}#give-show-sub-nav{text-decoration:none;padding:3px 4px;border-bottom:1px solid #ccc;line-height:0;background:#fff;border-radius:4px;margin-top:5px}#give-show-sub-nav>span.dashicons{font-size:16px;height:16px;width:16px}#give-show-sub-nav:active,#give-show-sub-nav:hover{outline:0;box-shadow:inset 0 0 4px #ddd}.give-image-thumb{position:relative;margin-top:14px}.give-image-thumb span.give-delete-image-thumb{position:absolute;background:red;color:#fff;border-radius:30px;left:-10px;top:-10px;cursor:pointer}.give-image-thumb img{max-width:250px;border:4px solid #fff}.give-filters,.give-submit-wrap{border:1px solid #dfdfdf;clear:both}.give-filters{background:#f5f5f5;padding:12px 12px 0}.give-filters .give-donation-forms-filter .chosen-single{height:28px;line-height:28px}.give-filters .chosen-container-single .chosen-single div b{background-position:0 4px}.give-filters .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 6px}.give-filters #give-payment-form-filter,.give-filters #give_donation_forms_filter{display:inline-block;width:300px}@media screen and (max-width:782px){.give-filters #give-payment-form-filter,.give-filters #give_donation_forms_filter{width:100%}}.give-filters #give_donation_forms_filter{width:255px}.give-filter input[type=text],.give-filter select{width:100%}@media screen and (max-width:782px){.give-filters #give_donation_forms_filter{width:100%;max-width:100%}}.give-filters:after{display:table;clear:both}.give-filter{display:block;margin-bottom:12px;width:100%}.give-filter:after{display:table;clear:both}.give-filter label{display:block;margin-right:4px}.give-filter input{margin:0}.give-filter input[type=text],.give-filter input[type=search]{height:28px}.give-filter .button{height:28px;line-height:26px;margin:0;padding:0 10px 1px}@media screen and (min-width:783px){.give-filter{float:left;margin-right:18px;width:auto}.give-filter label{display:inline-block}.give-filter input[type=text]{display:inline-block;width:144px}}.give-filter-search input[type=search]{display:block;float:left;width:68%}.give-filter-search input[type=submit]{display:block;float:right;width:30%}@media screen and (min-width:783px){.give-filter-search input[type=search]{display:inline-block;margin-right:4px;width:144px}.give-filter-search input[type=submit]{display:inline-block;width:auto}}@media screen and (min-width:600px){.give-filter-half{float:left;width:49%}.give-filter-half:last-child{float:right}}@media screen and (min-width:783px){.give-filter-half{width:auto}.give-filter-half:last-child{float:left}.give-filter-half input[type=text]{width:96px}}.give-clear-filters-button{margin-left:8px}.give-submit-wrap{background:#f5f5f5;margin:8px 0;padding:12px;font-size:13px;line-height:2.1em}#give-payment-filters ul.subsubsub{margin-bottom:8px}#give-payments-advanced-filter ul.subsubsub{margin-bottom:12px}#give-payments-filter .tablenav.top{float:none}#give-payments-filter .tablenav.top .bulkactions{margin-top:1px;padding-top:0}#give-payments-filter .give-email-column-value{font-size:14px;font-weight:700}#give-payments-filter #the-list .check-column input{margin-top:1px}#give-payments-filter .column-details{width:50px}#give-payments-filter .column-amount{width:120px}tr.status-refunded td{background:#cecece;border-top-color:#ccc}.wp-list-table.forms th#date{width:140px}.give-mobile-link{line-height:32px}.give-mobile-link img{max-width:80%;height:auto;float:left}.give-donation-status>span{display:inline-block;width:12px;height:12px;position:relative;top:1px;margin:0;padding:0;border-radius:50%;background:#888;line-height:16px}#give-payments-filter .give-payment-id,#test-payment-label{padding:.2em .4em .3em;font-size:11px;text-align:center;border-radius:.25em;color:#fff;white-space:nowrap}.give-donation-status.status-pending>span{background-color:#ffba00}.give-donation-status.status-complete>span,.give-donation-status.status-publish>span{background-color:#7ad03a}.give-donation-status.status-refunded>span{background-color:#777}.give-donation-status.status-failed>span{background-color:#a00}.give-donation-status.status-abandoned>span{background-color:#333}.give-donation-status.status-revoked>span{background-color:#d9534f}.give-donation-status.status-give_subscription>span,.give-donation-status.status-renewal>span,.give-donation-status.status-subscription>span{background-color:#5bc0de}#test-payment-label{line-height:1;background-color:#ffba00;margin:0 15px}#test-payment-label:hover{color:#fff;text-decoration:none}#give-payments-filter .give-payment-id{line-height:1;vertical-align:baseline;font-weight:400}.give-admin-box .label,.give-admin-box-inside .strong{font-weight:600}#give-payments-filter .give-payment-id:hover{color:#fff;text-decoration:none}#give-payments-filter .column-details{padding-right:30px}#give-payments-filter .give-donation-status{display:inline-block}#give-order-update .give-donation-status{display:inline-block;float:none;margin:0 10px;position:relative;top:3px}.column-donation_form .donation-level-text-wrap{font-style:italic;display:block}@media handheld,only screen and (max-width:640px){.wp-list-table.forms th{width:auto!important}}.download_page_give-payment-history .ui-dialog .ui-dialog-titlebar-close span{margin-left:-8px;margin-top:-8px}.give-admin-box-inside{margin:0;padding:3px 10px;clear:both;border-bottom:1px solid #eee}.give-admin-box .right{float:right}#give-order-details .inside,#give-order-update .inside{margin:0;padding:0}#give-order-update input.give_datepicker{width:180px}#give-order-update input[type=number].give-payment-time-hour,#give-order-update input[type=number].give-payment-time-min{width:50px}.give-admin-box-inside:last-child{border-bottom:0}#give-edit-order-form .data-payment-key{word-break:break-all}.give-order-update-box #major-publishing-actions .button-secondary{margin-right:10px}#give-donation-overview th{text-align:left}#give-donation-overview .give-select-chosen{width:97%}#give-edit-order-form .row{margin-top:10px}#give-donation-overview ul,#give-donor-details .order-data-address input,#give-donor-details .order-data-column p.data input,#give-edit-order-form .column input,#give-order-address-country-wrap select{clear:both;display:block}.give-order-data input.small-text{margin:0}#give-order-update span.label{display:inline;width:50px}.give-order-update-box .button-primary{margin-right:0}#give-edit-order-form .column .description{padding-right:10px}#give-donation-overview .inside>ul>li,#give-donation-overview .row>ul>li,#give-edit-order-form .column{display:inline-block;position:relative;vertical-align:top}#give-donation-overview ul{font-size:0}#give-donation-overview ul li{font-size:13px}#give-donation-overview ul li.actions{text-align:right;min-width:200px}#give-donation-overview ul li.remove{text-align:right}#give-donation-overview ul .row{padding:12px;border-bottom:1px solid #eee}#give-order-data .data span{color:#666;font-weight:600}input.give-price-field{width:80px;padding:3px 5px}.give_forms_page_give-payment-history.js .postbox .hndle{cursor:default}#give-payment-notes textarea{min-height:150px}#give-payment-notes #give-add-payment-note{margin:6px 0 15px}#give-billing-details .column>div{margin:0 0 10px}#give-billing-details label{display:block;margin-bottom:5px}#give-billing-details .column-container{padding:5px 0 10px}#give-billing-details input[type=text]{width:98%}#give-billing-details .chosen-container{width:98%!important}@media screen and (min-width:1200px){#give-edit-order-form .column{width:33%}#give-order-address .column{width:49%}#give-donation-overview.columns-4 li.actions{width:25%;margin-top:0;margin-right:0}}@media screen and (max-width:1199px){#give-edit-order-form .column{width:49%}}@media screen and (max-width:782px){.order-data-column input[type=email]{padding:6px 10px}}#give-donation-overview .inside,#give-donor-details .inside{margin-top:0}.give_forms_page_give-payment-history #give-dashboard-widgets-wrap #side-sortables{padding-top:0}.give-select-chosen .spinner{position:absolute;right:5px;top:2px;z-index:999}.give-select-chosen-ajax .spinner{visibility:visible}.give-select-chosen-ajax .chosen-search input[type=text],.give-select-chosen-ajax.chosen-container-single .chosen-search input[type=text]{background-image:none!important}.give-dashboard-widget .give-dashboard-today{text-align:center}.give-dashboard-widget .give-dashboard-today .give-dashboard-date-today{margin:10px 0 0;padding:0}.give-dashboard-widget .give-dashboard-today .give-dashboard-happy-day{padding:3px;margin:0}.give-dashboard-widget .give-dashboard-today .give-dashboard-today-earnings{font-size:42px;color:#4ead61;font-weight:700;margin:15px 0 0;line-height:1}.give-dashboard-widget .give-dashboard-today .give-donations-today{font-size:18px;font-weight:700;margin:0 0 30px;padding:4px 0 1px}.give-dashboard-widget .give-dashboard-today .give-last-seven{font-size:14px;font-weight:700;padding:0;margin:0 0 30px}.give-dashboard-widget .give-table-stats{width:100%;text-align:center;margin:0;table-layout:fixed;border-top:1px solid #ececec;border-spacing:0}.give-dashboard-widget .give-table-stats .give-dashboard-stat-total,.give-dashboard-widget .give-table-stats .give-dashboard-stat-total-label{padding:0;margin:0}.give-dashboard-widget .give-table-stats .give-dashboard-stat-total{color:#4ead61;font-weight:700;font-size:16px}#give_dashboard_sales>.inside{padding:0}#give_dashboard_sales .give-table-stats td{padding:10px 0}#give_dashboard_sales .give-table-stats td:first-of-type{border-right:1px solid #ececec}#give_dashboard_sales .give-table-stats tr#give-table-stats-tr-1 td{border-bottom:1px solid #ececec}#dashboard_right_now .give-forms-count:before{font-family:give-icomoon;font-style:normal;font-weight:400;line-height:1;font-size:18px;width:18px;height:18px}.give_forms_page_give-donors .wrap>h2{margin-bottom:15px}.give_forms_page_give-donors .nav-tab-wrapper .dashicons{position:relative;top:2px;margin:0 3px 0 0}.give_forms_page_give-donors #give-donors-filter{position:relative}.give_forms_page_give-donors #give-donors-filter p.search-box{margin:0}.give_forms_page_give-donors #give-donors-search-filter{display:block;overflow:hidden}.give_forms_page_give-donors #give-donor-card-wrapper{margin-left:-1px;z-index:2;min-height:200px}.give_forms_page_give-donors #give-donor-card-wrapper input{font-weight:400}.give_forms_page_give-donors #give-donor-card-wrapper .donor-section{border-bottom:1px solid #eee;margin-bottom:10px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-section table{margin-bottom:0}.give_forms_page_give-donors #give-donor-card-wrapper>div:first-child{padding-top:20px}.give_forms_page_give-donors #give-donor-card-wrapper>div:last-child{padding-bottom:20px;border:none}.give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap{padding:0 15px 15px 0;text-align:center;float:left}.give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap img{border-radius:3px}.give_forms_page_give-donors #give-donor-card-wrapper a.delete{text-decoration:none;color:red;margin-right:5px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-since{margin:10px 0;font-size:16px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-id{display:inline-block;font-size:24px;font-weight:600;margin-right:10px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-name-wrap{display:inline-block}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-edit-link{margin-bottom:15px}.give_forms_page_give-donors .donor-main-wrapper{clear:both;margin:0 0 20px}@media (max-width:655px){.give_forms_page_give-donors .donor-main-wrapper{width:100%}}.give_forms_page_give-donors .donor-main-wrapper table{margin:0}.give_forms_page_give-donors .donor-main-wrapper input{width:200px}.give_forms_page_give-donors #donor-summary{padding:0 20px}.give_forms_page_give-donors #donor-summary:after{font-family:dashicons;content:"\f110";position:absolute;top:10px;right:10px;font-size:100px;color:#F0F0F0;z-index:0}.give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper{width:202px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper select,.give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results ul{width:200px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper span[data-key=line2]{display:table;clear:both}.give_forms_page_give-donors #give-donor-card-wrapper .donor-info{min-height:185px}.give_forms_page_give-donors #give-donor-card-wrapper .info-wrapper{min-height:125px}.give_forms_page_give-donors .donor-info .donor-name{font-size:24px;font-weight:600}.give_forms_page_give-donors #disconnect-donor,.give_forms_page_give-donors #view-user-profile{font-size:12px;font-weight:400;text-decoration:none}.give_forms_page_give-donors #donor-edit-actions{text-align:center;margin-bottom:20px;line-height:28px}.give_forms_page_give-donors #donor-edit-actions .button-secondary{margin-right:10px}.give_forms_page_give-donors #give-donor-card-wrapper .edit-item{display:none}.give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results{left:1px;top:16px}.give_forms_page_give-donors #donor-stats-wrapper{margin:0 auto;text-align:center;padding:15px}.give_forms_page_give-donors #donor-stats-wrapper ul{margin:0;padding:0;overflow:hidden}.give_forms_page_give-donors #donor-stats-wrapper ul li{width:50%;float:left;line-height:22px;font-size:14px;margin:0}.give_forms_page_give-donors #donor-stats-wrapper a{text-decoration:none}.give_forms_page_give-donors #donor-stats-wrapper .dashicons{color:#888}.give_forms_page_give-donors #donor-tables-wrapper table{width:100%;text-align:center}.give_forms_page_give-donors #donor-tables-wrapper th{text-align:center}.give_forms_page_give-donors #donor-tables-wrapper .donations tr>td:first-child,.give_forms_page_give-donors #donor-tables-wrapper .donations tr>th:first-child,.give_forms_page_give-donors #donor-tables-wrapper .emails tr>td:first-child,.give_forms_page_give-donors #donor-tables-wrapper .emails tr>th:first-child{text-align:left}.give_forms_page_give-donors #donor-tables-wrapper .donations tr>td:only-child{text-align:center}.give_forms_page_give-donors #donor-notes-wrapper{min-height:50px}.give_forms_page_give-donors .donor-notes-header img,.give_forms_page_give-donors .donor-notes-header span{font-weight:600;line-height:30px;vertical-align:middle}.give_forms_page_give-donors .donor-note-input{width:100%;margin-bottom:5px}.give_forms_page_give-donors #give-donor-notes div:nth-of-type(even){background-color:#f9f9f9}.give_forms_page_give-donors #give-donor-notes .donor-note-wrapper{border-bottom:1px solid #f9f9f9;min-height:38px;padding:0}.give_forms_page_give-donors #give-donor-notes .donor-note-wrapper .note-content-wrap{padding:10px 12px;line-height:20px;font-size:14px}.give_forms_page_give-donors #give-donor-notes .give-no-donor-notes{text-align:center;padding:20px}.give_forms_page_give-donors .donor-note-wrapper span{display:block}.give_forms_page_give-donors .delete-donor{text-align:center}.give_forms_page_give-donors .give-lock-block{margin-left:-25px;text-decoration:none;font-size:14px;margin-right:3px}.give_forms_page_give-donors .give-lock-block i{color:#000;font-size:14px}.give_forms_page_give-donors #donor-address-wrapper .give-no-address-message{margin:.5rem 1%;line-height:3.4em}.give_forms_page_give-donors #donor-address-wrapper .add-new-address{margin:.5rem 1%!important}.give_forms_page_give-donors #donor-address-wrapper .add-new-address-form-hidden{position:absolute;right:13px;left:13px;top:0;visibility:hidden}.sc-wrap,button.sc-button:after{position:relative;display:inline-block}.give_forms_page_give-donors #donor-address-wrapper .all-address .address{min-height:146px;border:1px solid #dad9d9;padding:9px;border-radius:5px;background-color:#fff}.give_forms_page_give-donors #donor-address-wrapper .all-address .address .address-number-label{color:gray;cursor:default}.give_forms_page_give-donors #donor-address-wrapper .all-address .address a{text-decoration:none}.give-blank-slate__help a,.mce-sc-popup a{text-decoration:underline}@media screen and (max-width:782px){#wp-content-media-buttons a.give-thickbox{padding:6px 14px;line-height:normal;font-size:14px;height:auto}.wp-media-buttons span#give-media-button{margin-top:0!important;margin-left:2px!important}}.mce-primary.mce-give-primary button{padding-right:10px;padding-left:10px}.wp-core-ui .give-admin-button{padding-left:7px;padding-right:7px}.give-admin-button-icon{display:inline-block;width:18px;height:18px;vertical-align:text-top;margin:0 2px}.give-admin-button-icon:before{font:400 18px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.give-admin-button-icon-update:before{content:"\f463"}.mce-primary.mce-sc-primary button{padding-right:10px;padding-left:10px}.mce-sc-popup p{margin-bottom:1em}.mce-sc-popup p.strong{font-weight:600}.mce-sc-popup p.no-margin{margin-bottom:0}.mce-sc-popup p.margin-top{margin-top:1em}.mce-sc-popup .mce-listbox button{text-overflow:ellipsis;overflow:hidden!important}@media screen and (max-width:782px){.wp-media-buttons button.sc-button span{width:18px!important}}.wp-media-buttons button.sc-button{outline:0;padding-left:5px;margin-right:0}.wp-media-buttons button.sc-button:active{margin-bottom:5px}button.sc-button:after{top:-1px;content:'';width:0;height:0;border-top:6px solid #777;border-right:4px solid transparent;border-left:4px solid transparent;margin:0 3px 0 6px}button.sc-button.active:after{top:-2px;border-top:0;border-bottom:6px solid #32373c}.sc-wrap{margin-right:5px}div.sc-menu{display:none;position:absolute;top:100%;left:0;min-width:100%;max-height:410px;font-size:14px;box-shadow:0 3px 5px rgba(0,0,0,.2);background:#fff;border:1px solid rgba(0,0,0,.15);overflow:auto;overflow-x:hidden;padding:5px 0;margin:-2px 0 0;z-index:1002}div.sc-shortcode{display:block;white-space:nowrap;cursor:pointer;padding:6px 12px;margin-bottom:2px}div.sc-shortcode:hover{color:#fff}#mce-modal-block.mce-reset.mce-fade.mce-in{opacity:.7;filter:alpha(opacity=70)}.give-status-table{margin-bottom:1em}.give-status-table h2{font-size:14px;margin:0}.give-status-table tr:nth-child(2n) td,.give-status-table tr:nth-child(2n) th{background:#fcfcfc}.give-status-table th{font-weight:700;padding:9px}.give-status-table td:first-child{width:33%}.give-status-table td.help{width:1em}.give-status-table td{padding:9px;font-size:1.1em}.give-status-table td mark{background:0 0}.give-status-table td mark.yes{color:#7ad03a}.give-status-table td mark.no{color:#999}.give-status-table td mark.error{color:#a00}.give-status-table td ul{margin:0}.wrap div.give-debug-report-wrapper{margin-bottom:5px}.wrap div.give-debug-report-wrapper p{font-size:18px;margin:1em 0 .7em;padding:0}.wrap div.give-debug-report-wrapper .give-debug-report-actions{margin:0 0 1.7em}.wrap div.give-debug-report-wrapper .give-debug-report-actions .js-give-debug-report-button{margin-right:10px}.wrap div.give-debug-report-wrapper .give-debug-report-actions .dashicons{font-size:16px;position:relative;top:4px;left:-2px}.give-debug-report{display:none;margin:10px 0;padding:0;position:relative}.give-debug-report textarea{font-family:monospace;width:100%;margin:0;height:300px;padding:20px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;resize:none;font-size:12px;line-height:20px;outline:0}.give-progress{height:15px;width:95%;border-radius:4px;overflow:hidden;background-color:#f5f5f5}.give-progress>div{height:100%;width:0}.admin-color-fresh .give-progress div,.give-progress div{background:#0073aa}.admin-color-light .give-progress div{background:#888}.admin-color-blue .give-progress div{background:#096484}.admin-color-coffee .give-progress div{background:#c7a589}.admin-color-ectoplasm .give-progress div{background:#a3b745}.admin-color-midnight .give-progress div{background:#e14d43}.admin-color-sunrise .give-progress div{background:#dd823b}.give-spinner-wrapper{position:absolute;left:0;right:0;bottom:0;top:0;background:rgba(245,245,245,.57);z-index:1;display:none}.give-spinner-wrapper.is-active{display:inline-block}.give-spinner-wrapper .aligncenter{position:absolute;top:50%;left:50%;margin:10px 10px 0 0}.give-spinner.spinner.is-active{margin:0 0 0 2px;float:none}#give-updates-h1{padding-top:0}.give-update-panel-content p{font-size:16px}#give-updates .dashicons-no-alt{color:red}#give-updates .dashicons-yes{color:green}#give-db-updates .spinner{margin-top:0}body.give_forms_page_give-updates .give-run-update-containt .give-run-update-button{margin-right:10px}.give-blank-slate{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);margin:0 auto;padding:40px;text-align:center}.give-blank-slate :last-child{margin-bottom:0}.give-blank-slate__cta,.give-blank-slate__heading,.give-blank-slate__help,.give-blank-slate__message{margin:0 0 10px}.give-blank-slate__image{display:block;height:80px;margin:0 auto 10px;width:auto}.give-blank-slate__help{color:#666;font-style:italic}.give-blank-slate__help a{display:inline-block}.give-blank-slate a.give-blank-slate__cta{display:inline-block;font-size:1.2em;height:auto;margin:0 0 10px;padding:.75em 1.5em}.give-tools-setting-page-import h1.handle{padding:15px 0 0}.give-tools-setting-page-import .give-progress-steps{width:100%;padding:0 0 24px;margin-left:0;list-style:none;overflow:hidden;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.give-tools-setting-page-import .give-progress-steps li{width:25%;float:left;padding:0 0 1.2em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.give-tools-setting-page-import .give-progress-steps li.active{border-color:#4ead61;color:#4ead61}.give-tools-setting-page-import .give-progress-steps li.active:before{border-color:#4ead61;color:#4ead61;background:#4ead61}.give-tools-setting-page-import .give-progress-steps li::before{content:'';border:4px solid #ccc;border-radius:100%;width:10px;height:10px;position:absolute;bottom:0;left:50%;margin-left:-6px;margin-bottom:-10px;background:#fff}.give-tools-setting-page-import .step-4 h2{text-align:center;font-size:20px!important}.give-tools-setting-page-import .step-4 p{text-align:center}.give-tools-setting-page-import .button-secondary.step-4,.give-tools-setting-page-import .give-image-thumb{display:none}.give-tools-setting-page-import h2#give-import-title{background:#f3f3f3;font-size:15px;font-weight:600;margin:-8px -22px 11px;padding:12px 22px}.give-import-core-settings .give-progress-steps li{width:33.33%}.give-import-core-settings .step-3 h2{text-align:center;font-size:20px!important}.give-import-core-settings .step-3 p{text-align:center}form.give-import-form table.widefat{border:none}.wrap .give-importer-h1{margin:0;padding:20px 0}
|
8 |
* @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License
|
9 |
*/.give-clearfix:after,.type-download .addon-content:after{clear:both}.give-clearfix:after,.give-clearfix:before{content:" ";display:table}#give-payments-filter .give-payment-id,.give-item-label-gray{background-color:#929292}.give-item-label-orange{background-color:#ffba00}.give-item-label{padding:.2em .4em .3em;font-size:11px;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.give-item-label:hover{color:#fff;text-decoration:none}/*! Hint.css - v2.5.0 - 2017-04-23
|
10 |
* http://kushagragour.in/lab/hint/
|
11 |
+
* Copyright (c) 2017 Kushagra Gour */[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.dashicons-give:before,[class*=" give-icon-"],[class^=give-icon-]{line-height:1;font-family:give-icomoon;font-style:normal;font-weight:400}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}@font-face{font-family:give-icomoon;src:url(../assets/fonts/icomoon.eot?kdnr3d);src:url(../assets/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),url(../assets/fonts/icomoon.woff?kdnr3d) format("woff"),url(../assets/fonts/icomoon.svg?kdnr3d#icomoon) format("svg");font-weight:400;font-style:normal}[class*=" give-icon-"],[class^=give-icon-]{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.give-icon-lamp:before{content:"\e603"}.give-icon-heart:before{content:"\e604"}.give-icon-question:before{content:"\e602"}.give-icon-info:before{content:"\e601"}.give-icon-new-tab:before{content:"\ea7e"}.give-icon-alert:before{content:"\f02d"}.give-icon-help:before{content:"\e606"}.give-icon-spinner:before{content:"\e605"}.give-icon-spinner2:before{content:"\e607"}.give-icon-plus:before{content:"\e040"}.give-icon-minus:before{content:"\e041"}.give-icon-locked:before{content:"\e600"}#dashboard_right_now .give-forms-count:before,.dashicons-give:before{font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;content:"\e800";speak:none;-moz-osx-font-smoothing:grayscale}.fa-spin{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:give-icomoon;font-weight:400;font-style:normal}.give-metabox-tabs li .give-icon:before{font-family:give-icomoon;src:url(../assets/fonts/icomoon.eot?kdnr3d);src:url(../assets/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),url(../assets/fonts/icomoon.woff?kdnr3d) format("woff"),url(../assets/fonts/icomoon.svg?kdnr3d#icomoon) format("svg");speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;vertical-align:top;line-height:20px;margin:0 5px 0 0}.give-metabox-tabs li .give-icon-default:before{content:"\e903"}.give-metabox-tabs li .give-icon-heart:before{content:"\e604"}.give-metabox-tabs li .give-icon-target:before{content:"\e901"}.give-metabox-tabs li .give-icon-display:before{content:"\e90c"}.give-metabox-tabs li .give-icon-edit:before{content:"\e902"}.give-metabox-tabs li .give-icon-checklist:before{position:relative;top:1px;content:"\e900"}.give-metabox-tabs li .give-icon-purse:before{content:"\e8df"}.give-metabox-tabs li .dashicons{font-size:14px;width:14px;line-height:20px}.give-grid-row{position:relative;width:100%}.give-grid-row [class^=give-grid-col]{float:left;margin:.5rem 1%;min-height:.125rem}.give-grid-row::after{content:"";display:table;clear:both}.give-grid-col-1{width:6.33333%}.give-grid-col-2{width:14.66667%}.give-grid-col-3{width:23%}.give-grid-col-4{width:31.33333%}.give-grid-col-5{width:39.66667%}.give-grid-col-6{width:48%}.give-grid-col-7{width:56.33333%}.give-grid-col-8{width:64.66667%}.give-grid-col-9{width:73%}.give-grid-col-10{width:81.33333%}.give-grid-col-11{width:89.66667%}.give-grid-col-12{width:98%}@media only screen and (max-width:33.75em){.give-grid-row [class^=give-grid-col]{width:98%}}#_give_donation_levels_repeat .cmb-group-title,#_give_donation_levels_repeat .cmb-row>.cmb-remove-group-row,#_give_donation_levels_repeat .cmb-row>.handlediv,.cmb-type-levels-id,.cmb2-id--give-custom-amount-minimum,.cmb2-id--give-custom-amount-text,.cmb2-id--give-display-style,.cmb2-id--give-form-content,.cmb2-id--give-levels-header,.cmb2-id--give-levels-header+.cmb-repeat-group-wrap,.cmb2-id--give-offline-checkout-notes,.cmb2-id--give-reveal-label,.cmb2-id--give-set-price,.give-hidden,.post-type-give_forms .tablenav #post-query-submit{display:none}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row .cmb2-radio-list label{font-size:12px}div.cmb-type-levels-repeater-header+div.cmb-repeat-group-wrap{padding:0!important;margin:0!important;min-width:100%;max-width:0}.cmb2-id--give-levels-header{padding:10px 12px 0!important;margin:0!important;background:#F7F7F7;border-bottom:none!important}.cmb2-id--give-levels-header .table-container{display:table;width:100%;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;border-left:1px solid #e9e9e9}.cmb2-id--give-levels-header .table-container>.table-row{display:table-row;background:#FCFCFC}.cmb2-id--give-levels-header .table-container>.table-row>.table-cell{display:table-cell;vertical-align:middle;padding:10px 15px;border-right:1px solid #e9e9e9}#_give_donation_levels_repeat .cmbhandle,.cmb2-id--give-levels-header .table-container>.table-row>.table-cell.col-id{display:none}#_give_donation_levels_repeat{background:#F7F7F7;padding:0 1px 20px 12px;box-sizing:border-box}#_give_donation_levels_repeat .cmb-row,#_give_donation_levels_repeat .inside{margin:0}#_give_donation_levels_repeat .cmb-remove-field-row{margin:3px 0 0}#_give_donation_levels_repeat .cmb-remove-field-row .button{height:25px;padding:0 3px}#_give_donation_levels_repeat .cmb-remove-field-row span.dashicons-no{line-height:1.15em}#_give_donation_levels_repeat .cmb-add-row{margin:12px 0 0}.give-time-field{width:65px}.give-money-field{width:75px;margin-right:0;margin-left:0}.give-money-symbol{border:1px solid #DDD;background:#FCFCFC;margin:0;font-size:14px;padding:5px 8px}.give-money-symbol-before{border-right:0;margin-right:-4px}.give-money-symbol-after{margin-left:-5px}.give_options_panel input[type=text],.give_options_panel input[type=email]{padding:5px;width:100%}input.give-text-small,input.give-text_small{width:100px!important}input.give-text-medium,input.give-text_medium{width:200px!important}.give-underline{text-decoration:underline}.postbox-container .cmb-row{margin:0}.postbox-container .cmb-row .cmb-th label{padding-left:8px}#give-bulk-donors div[id^=give-donor-]{display:block;overflow:hidden}@media only screen and (min-width:851px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row{float:left;border-bottom:none;padding-right:10px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row>.cmb-th{display:none}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row>.cmb-td{float:left;width:100%}.cmb-type-give-default-radio-inline .cmb-td{margin-top:5px}}@media only screen and (min-width:851px) and (max-width:1201px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row{width:100%;padding-top:0}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-type-text-money{width:105px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list input.cmb2-text-money{width:65px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list .give-multilevel-text-field{width:160px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list .cmb-type-radio-inline{margin-left:20px}.col-amount{width:70px}.col-text{width:140px}.col-sort{display:none!important}.give-money-field{width:55px}}@media only screen and (min-width:1201px){#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row{float:right}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-row{padding-right:20px}#_give_donation_levels_repeat>.cmb-repeatable-grouping .cmb-field-list>.cmb-remove-field-row.cmb-row{padding-right:0}.col-amount{width:93px}.col-text{width:195px}.col-sort{width:100px}.give-multilevel-text-field{width:205px}}@media only screen and (max-width:850px){div.cmb-type-levels-repeater-header{display:none!important}}.shortcode-wrap{margin:1px 14px 12px 11px}.shortcode-wrap label{margin:0 0 3px;display:block;cursor:default}.shortcode-wrap .shortcode-input{margin:0;width:100%}.cmb2-id--give-content-option,.cmb2-id--give-customize-offline-donations,.cmb2-id--give-goal-option,.cmb2-id--give-offline-donation-enable-billing-fields-single,.cmb2-id--give-terms-option{border-bottom:none!important;margin:0!important}.cmb2-id--give-agree-label,.cmb2-id--give-form-content,.cmb2-id--give-offline-checkout-notes,.cmb2-id--give-offline-donation-enable-billing-fields-single,.cmb2-id--give-set-goal{border-top:1px solid #e9e9e9!important}.cmb2-id--give-agree-label,.cmb2-id--give-agree-text{display:none}input.shortcode-input{width:100%}.price .give_price_range_high,.price .give_price_range_low,.price .give_price_range_sep{display:inline-block}#side-sortables .cmb-th label:after{display:none}#side-sortables .cmb2-id--give-show-register-form{padding:10px 0 0!important}#side-sortables .cmb2-wrap>.cmb-field-list>.cmb-row{padding-top:10px}#side-sortables .cmb-row .cmb2-metabox-description{padding-bottom:0}.cmb2-metabox-description{line-height:1.5;display:block}.give-tooltip{margin:0 3px;padding:0;font-size:14px;-moz-transition:.2s all linear;-o-transition:.2s all linear;transition:.2s all linear;color:rgba(51,51,51,.5);position:relative;top:1px}.give-tooltip:hover{color:#333}#give-metabox-form-data .inside{margin:0;padding:0}#give-metabox-form-data .give-metabox-panel-wrap{background:#fff;overflow:hidden}#give-metabox-form-data .give_options_panel{display:none;padding-left:170px}#give-metabox-form-data .give_options_panel.active,.no-js #give-metabox-form-data .give_options_panel{display:block}#give-metabox-form-data .give_options_panel .give-field-wrap{padding:1em 20px 1em 162px;margin:0;border-bottom:1px solid #eee}#give-metabox-form-data .give_options_panel .give-field-wrap>label,#give-metabox-form-data .give_options_panel .give-field-wrap>span.give-field-label{float:left;width:135px;padding:0;margin:2px 0 0 -150px;line-height:18px;font-size:12px;font-weight:400}#give-metabox-form-data .give_options_panel .give-field-wrap .give-field-description{color:#aaa;font-size:12px;line-height:18px;display:block;padding-top:10px;font-style:italic}#give-metabox-form-data .give_options_panel .give-field-wrap ul{margin:0}#give-metabox-form-data .give_options_panel .give-field-wrap .mce-container iframe,#give-metabox-form-data .give_options_panel .give-field-wrap textarea{min-height:250px!important}#give-metabox-form-data .give_options_panel .give-field-wrap .wp-editor-wrap{display:inline-block;width:100%}#give-metabox-form-data .give_options_panel textarea.give-field{width:100%}#give-metabox-form-data .give_options_panel .give-field-wrap:hover .give-field-row-actions{display:block}#give-metabox-form-data .give_options_panel .give-field-wrap:last-child{border-bottom:0}#give-metabox-form-data .give_options_panel .give-inline-radio-fields li{display:inline-block;margin-right:15px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section{padding:10px;background:#f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeatable-fields-section-wrapper{width:100%;background-color:#fff;border-collapse:collapse}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row{border-bottom:15px solid #f5f5f5;background-color:#fff}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-template{display:none}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row:last-child{border-bottom:10px solid #f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-column{padding:0}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove{float:right;width:22px;height:36px;padding:0;display:block;text-align:center;line-height:34px;font-size:21px;font-weight:300;cursor:pointer}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove:hover{background-color:red;color:#fff;width:22px;height:22px;border-radius:30px;margin-top:8px;line-height:19px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head{border-bottom:1px solid #eee;cursor:move}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head h2{text-align:left!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.closed .toggle-indicator:before{content:"\f140"}.give-filter:after,.give-filters:after{content:""}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row .give-move .toggle-indicator:before{margin-left:7px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row-wrap{background-color:#f5f5f5}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row{margin:5px}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-field-wrap:last-child{border-bottom:1px solid #eee}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-ui-placeholder-state-highlight{background-color:#68bb6c}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-name{border:0!important;padding:0!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-description{color:#aaa;font-size:12px;line-height:18px;display:block;padding-bottom:10px;font-style:italic}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .ui-sortable-helper{display:table!important}#give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.ui-sortable-helper{border-bottom:0}#_give_donation_levels_field .give-row:nth-of-type(2) .give-remove{display:none!important}#give-metabox-form-data .give-metabox-tabs{margin:0;max-width:170px;float:left;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-right:1px solid #eee;box-sizing:border-box}#give-metabox-form-data .give-metabox-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;left:0;background-color:#fafafa;border-right:1px solid #eee}#give-metabox-form-data .give-metabox-tabs li{margin:0;padding:0;display:block;position:relative}#give-metabox-form-data .give-metabox-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee;overflow:hidden}#give-metabox-form-data .give-metabox-tabs li a span.give-label{width:122px;display:inline-block}#give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li{background-color:#f1f1f1}#give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li a{border-bottom-color:#e5e5e5}#give-export-payments div.chosen-container ul.chosen-choices,#give-export-payments select,.type-download{border:1px solid #ddd}#give-metabox-form-data .give-metabox-tabs li.active>a{color:#555;position:relative;background-color:#eee}#give-metabox-form-data .give-metabox-tabs li.has-sub-fields.active>a{background-color:#ddd}#give-metabox-form-data .give-metabox-tabs li.has-sub-fields:not(.active):hover ul.give-metabox-sub-tabs{display:block;position:absolute;bottom:0;left:166px;width:170px;max-height:250px}@media only screen and (min-width:851px) and (max-width:1025px),(max-width:550px){#give-metabox-form-data ul.give-metabox-tabs{min-width:40px}#give-metabox-form-data ul.give-metabox-tabs li>a{text-align:center}#give-metabox-form-data ul.give-metabox-tabs li>a:before{margin-right:0;font-size:15px}#give-metabox-form-data ul.give-metabox-tabs li>a span.give-label{display:none}#give-metabox-form-data ul.give-metabox-tabs li>a span.give-icon:before{margin:0}#give-metabox-form-data .give_options_panel{padding-left:40px}#give-metabox-form-data .give_options_panel .give-field-wrap{padding:10px}#give-metabox-form-data .give_options_panel .give-field-wrap label,#give-metabox-form-data .give_options_panel .give-field-wrap span.give-field-label{display:block;float:none;margin:0 0 10px;font-size:14px;width:100%}}#give-export-payments .give_forms_categories,#give-export-payments .give_forms_tags{min-width:250px;margin:0 0 10px;display:block}#give-export-payments .give_forms_categories input,#give-export-payments .give_forms_tags input{color:#999}#give-export-payments div.chosen-container:first-of-type{margin-top:10px}#give-export-payments div.chosen-container ul.chosen-choices input.chosen-search-input{border:1px solid #ddd;height:20px}#give-export-payments select{vertical-align:inherit;margin:0;height:26px;line-height:26px}.give-docs-link{text-align:right;margin-right:15px}.give-docs-link a{color:#999;text-decoration:none;font-style:italic}.give-docs-link a:hover{color:#0073aa}.give-docs-link a span{font-style:normal}.type-download{float:left;margin:0 1em 1em 0!important;padding:0;vertical-align:top;width:280px;text-decoration:none;color:inherit;display:block;min-height:365px;overflow:hidden;background:#f5f5f5;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);-webkit-transition-property:border,background,color;transition-property:border,background,color;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;position:relative}.type-download:hover{border:1px solid #d1d1d1}.type-download>.featured-img img{border-bottom:1px solid #ddd}.type-download .addon-content{padding:15px 20px}.type-download .addon-content:after,.type-download .addon-content:before{content:" ";display:table}.type-download .addon-content .addon-heading{margin:0 0 10px}.type-download .addon-content .addon-heading a{outline:0;text-decoration:none}.type-download .addon-footer-wrap{border-top:1px solid #ddd;position:absolute;bottom:2px;left:0;width:100%;background-color:#FFF;padding:15px 20px}.give-view-addons-all span.dashicons,.type-download span.dashicons{width:16px;height:16px;font-size:14px;margin:6px 0 0}.give-view-addons-all span.dashicons{margin-left:3px}#give-dashboard-widgets-wrap .inside{padding-top:0;padding-bottom:0}.give_forms_page_give-reports #give-dashboard-widgets-wrap .inside{padding-left:0}#give-dashboard-widgets-wrap .inside #give-graphs-filter{float:none}#give-dashboard-widgets-wrap .postbox{margin-bottom:10px}#give-dashboard-widgets-wrap table.reports-table{clear:none}#give-dashboard-widgets-wrap #give-date-range-options{float:left}#give-dashboard-widgets-wrap #give-date-range-options>span{float:left;line-height:30px;font-style:italic;padding:0 5px 0 0}#give-graphs-filter,body.give_forms_page_give-payment-history .tablenav-right .tablenav-pages,body.give_forms_page_give-reports .tablenav-right .tablenav-pages{float:right}#give-graphs-filter .tablenav{margin:0 0 0 17px}#give-graphs-filter .tablenav .actions{padding:0}.give-graph .y1Axis{color:#66bb6a!important}.give-graph .y2Axis{color:#546e7a!important}body.give_forms_page_give-payment-history h1.nav-tab-wrapper,body.give_forms_page_give-payment-history h2.nav-tab-wrapper,body.give_forms_page_give-reports h1.nav-tab-wrapper,body.give_forms_page_give-reports h2.nav-tab-wrapper{margin-bottom:10px}body.give_forms_page_give-payment-history .actions,body.give_forms_page_give-reports .actions{padding-top:0}body.give_forms_page_give-payment-history .pagination-links,body.give_forms_page_give-reports .pagination-links{margin-left:10px}body.give_forms_page_give-payment-history p.donor-search,body.give_forms_page_give-reports p.donor-search{margin-right:10px}body.give_forms_page_give-payment-history .tablenav-right #give-reports-view,body.give_forms_page_give-reports .tablenav-right #give-reports-view{margin-top:0}body.give_forms_page_give-payment-history .tablenav-right .actions,body.give_forms_page_give-payment-history p.search-box,body.give_forms_page_give-reports .tablenav-right .actions,body.give_forms_page_give-reports p.search-box{float:left}body.give_forms_page_give-payment-history .reports-table-nav.tablenav.top,body.give_forms_page_give-reports .reports-table-nav.tablenav.top{width:100%;float:none;margin:0 0 10px}body.give_forms_page_give-payment-history .reports-forms-details-wrap.top,body.give_forms_page_give-reports .reports-forms-details-wrap.top{float:right;overflow:hidden}body.give_forms_page_give-payment-history .reports-forms-details-wrap.top #give-reports-filter,body.give_forms_page_give-reports .reports-forms-details-wrap.top #give-reports-filter{float:left}body.give_forms_page_give-payment-history .reports-forms-details-wrap.top>.actions,body.give_forms_page_give-reports .reports-forms-details-wrap.top>.actions{padding-right:0}body.give_forms_page_give-payment-history .tablenav.bottom,body.give_forms_page_give-reports .tablenav.bottom{margin-top:10px}body.give_forms_page_give-payment-history h2.reports-earnings-title,body.give_forms_page_give-reports h2.reports-earnings-title{margin:7px 0 0}body.give_forms_page_give-payment-history .reports-views-wrap,body.give_forms_page_give-reports .reports-views-wrap{padding:3px 0 0}body.give_forms_page_give-payment-history .wrap.give-reports-donors-wrap,body.give_forms_page_give-reports .wrap.give-reports-donors-wrap{margin-right:0;margin-bottom:10px}body.give_forms_page_give-payment-history .widefat tbody td,body.give_forms_page_give-payment-history .widefat tbody th,body.give_forms_page_give-reports .widefat tbody td,body.give_forms_page_give-reports .widefat tbody th{padding-top:12px;padding-bottom:12px}body.give_forms_page_give-reports table.export-options-table tbody td{padding:20px 12px;vertical-align:top}#test-payment-label,.give-mobile-link,.give-settings-page .export-options-table tr.give-import-option:nth-child(odd) th,table.give-table td{vertical-align:middle}body.give_forms_page_give-reports table.export-options-table .give-export-form{position:relative}body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap{background-color:transparent;padding:12px 12px 4px;margin:2px 0 -16px -11px;overflow:auto}body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap .spinner{margin:-2px -12px 8px 0}body.give_forms_page_give-reports table.export-options-table span#give-end-wrap input,body.give_forms_page_give-reports table.export-options-table span#give-start-wrap input{width:100px}#export-donor-options-wrap p{padding:20px 0 0;margin:0;font-weight:700}#export-donor-options-wrap ul{max-width:900px;overflow:hidden}#export-donor-options-wrap ul li{margin:0;padding:0 5px 5px 0;box-sizing:border-box;float:left;width:33%}#give-tools-recount-form .notice-wrap{position:relative;min-height:25px;margin:10px -12px -12px;background:#EFEFEF;padding:10px 12px 12px;border-top:1px solid #E5E5E5}#give-tools-recount-form .notice-wrap .give-progress{position:absolute;top:15px}#give-tools-recount-form .notice-wrap .spinner{position:absolute;right:14px;top:13px;margin:0}#give-tools-recount-form .notice-wrap #give-batch-success{margin-bottom:6px}.recount-stats-controls form{display:inline}.give-recount-stats-descriptions{margin:8px 0 0;display:block}.give-recount-stats-descriptions span{line-height:24px;font-size:13px;font-style:italic;font-weight:400;color:#aaa;margin:0;display:none}.social-items-wrap,.social-items-wrap>div,.welcome-h1{display:inline-block}.gateways-report-tablenav .actions.bulkactions{padding-right:0}table.give-table td.row-title h3{margin:0 0 .4em;font-size:1.2em}table.give-table td.row-title p{font-size:13px;font-style:italic;font-weight:400;color:#aaa;margin:0}#give-graphs-filter>.tablenav{height:auto}#give-logs-filter .search-box{float:right}#give-logs-filter .tablenav.top{float:left;clear:none;margin-top:0}.welcome-h1{margin-right:15px!important}.about-wrap h3{margin:1.5em 0 .6em}.about-wrap img{border:none}.give-badge{padding-top:150px;height:52px;width:185px;color:#FFF;font-weight:700;font-size:14px;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.8);margin:0 -5px;position:absolute;top:0;right:0}.introduction{padding:0 0 20px;margin:0 0 20px}.feature-section{margin-top:40px}.feature-section span.dashicons{width:16px;height:16px;font-size:14px;margin:6px 0 0}.feature-section .feature-section-item{width:48%;float:left}.feature-section div.last-feature{margin-right:0;margin-left:4%}[class*=dashboard_page_give-] .about-text,[class^=dashboard_page_give-] .about-text{min-height:0}.social-items-wrap .twitter-item-wrap{margin:0 20px 10px 0}.wp-person img{border-radius:50%}.wp-person a.web{margin:17px 0 0;font-weight:700;font-style:italic}.newsletter-intro{font-size:13px;font-style:italic;color:#777}.give-newsletter-form-wrap{margin:10px 0 20px -5px;max-width:700px}.give-newsletter-form-wrap td{padding:3px}.give-newsletter-form-wrap div.give-newsletter-confirmation{background:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:5px 10px 4px 5px;padding:1px 12px;border-left:4px solid #7ad03a;display:none}.give-newsletter-form-wrap div.give-newsletter-confirmation>p{margin:.5em 0;padding:2px}#give_donor_export_form{margin:0 0 5px}.column-status .give-donation-status,.column-status .give-test-mode-transactions-label{display:inline-block}.column-status .give-test-mode-transactions-label{margin:0 5px;vertical-align:middle}.give-settings-page .give-settings-heading-sep{font-size:14px;line-height:32px;width:15px}.give-settings-page .nav-tab-wrapper{margin-bottom:5px;overflow:visible}.give-settings-page .cmb2-wrap .cmb-type-checkbox input[type=checkbox]{display:block;margin-bottom:5px}.give-settings-page div.give-submit-wrap{margin:20px 0}.give-settings-page .give_forms_page_give-payment-history .postbox .hndle{cursor:default}.give-settings-page .give-input-field{width:25em}.give-settings-page table table input[type=text]{width:15em}.give-settings-page .give-repeat-setting-field{margin:10px 0}.give-settings-page .give-remove-setting-field{width:25px;height:25px;padding:0;text-align:center;line-height:22px;font-size:21px;font-weight:300;cursor:pointer;margin-left:20px;display:inline-block}.give-settings-page .give-remove-setting-field:hover{background-color:red;color:#fff;border-radius:30px}.give-settings-page .give-forminp p:first-child .give-remove-setting-field{display:none}.give-settings-page .export-options-table tr.give-import-option:nth-child(odd){background:#f4f3f3}.give-settings-page .export-options-table .give-import-dropdown:nth-child(2),.give-settings-page .export-options-table tr.give-import-option th:first-child{width:250px}.give-setting-tab-header{clear:both;overflow:hidden;margin:30px 0}.give-setting-tab-header h2{margin-top:8px}.give-setting-tab-header p{margin-bottom:0}.give-radio-inline ul{margin-top:0}.give-radio-inline li{display:inline-block;margin:0 0 0 15px}.give-radio-inline li:first-child{margin-left:0}.give-tools-setting-page .bulkactions{overflow:visible}.form-table td.give-radio-inline fieldset li>label{margin:5px 0 0!important}.cmb2-metabox-description,p.give-field-description{color:#aaa;font-style:italic;font-size:13px!important}.cmb-type-give-title label,.give-setting-tab-header h2{float:left;display:inline-block;width:220px;font-style:italic;color:#AAA;margin:0;font-size:14px}.postbox-container #_give_donation_levels_repeat>.cmb-repeatable-grouping:not(:last-of-type){border-bottom:1px solid #e9e9e9;border-top:none}.cmb-type-enabled-gateways .cmb-td>p:first-of-type{display:none}.cmb-type-checkbox .cmb-td{width:80%}.cmb-type-checkbox .cmb-td label{font-size:13px}.give_settings .cmb2-wrap .cmb-row{display:table-row}.give_settings .cmb2-wrap .cmb-row>.cmb-td,.give_settings .cmb2-wrap .cmb-row>.cmb-th{display:table-cell;float:none}.cmb2-id-give-title label{font-style:italic;color:#AAA;cursor:default}.cmb2-id-give-title>div.cmb-th{padding-bottom:10px}.cmb2-id-give-title>div.cmb-td{padding-bottom:5px}.give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle{padding:3px 4px 0 0;font-size:15px;font-weight:400;color:#bdbdbd;cursor:move}.give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle:hover{color:#333}.give-email-tags-wrap{margin:5px 0 0}.give-email-tags-wrap code{font-style:normal;padding:1px 2px;font-size:12px}.give-email-tags-wrap span{display:block;color:#AAA;font-style:italic;margin:0 0 2px;font-size:13px}.give-email-tags-wrap .give_price_tag,.give-settings-email-settings-section .give-setting-tab-header-emails hr,.give-settings-email-settings-section .tablenav{display:none}.give-settings-email-settings-section .give-setting-tab-header-emails{margin:0 0 20px}.give-settings-email-settings-section .tablenav.bottom+.give-setting-tab-header-emails{margin:20px 0}.give-settings-email-settings-section .tablenav.bottom+.give-setting-tab-header-emails hr{display:block}.giveemailnotifications .check-column{padding:13px 10px 0 20px!important}.giveemailnotifications td.check-column input{display:none}.giveemailnotifications th.check-column .give-email-notification-status{color:#fff;cursor:pointer}.giveemailnotifications th.check-column .give-email-notification-status[data-edit="1"] i.dashicons{border-radius:1em;padding:2px}.giveemailnotifications th.check-column .give-email-notification-disabled:hover .dashicons-no-alt,.giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-yes{background:#46b450}.giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-lock{color:#46b450}.giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-no-alt,.giveemailnotifications th.check-column .give-email-notification-enabled:hover .dashicons-yes{background:#bbb}.giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-lock{color:#bbb}.giveemailnotifications th.check-column .dashicons-no-alt:hover:before{content:"\f147"!important}.giveemailnotifications th.check-column .dashicons-yes:hover:before{content:"\f335"!important}.giveemailnotifications .spinner.is-active{margin:0 0 0 2px;float:none}#system-info-textarea{width:800px;height:600px;font-family:Menlo,Monaco,monospace;background:#FFF;white-space:pre;overflow:auto;display:block;direction:ltr}#give-download-sysinfo{margin:0}#api .tablenav .actions{overflow:visible}a.give-delete{color:#a00}.give-settings-wrap-licenses .give-license-deactivate{margin:1px 0 0 10px;height:30px}.give-settings-wrap-licenses .give-license-field{background:url(../images/close.png) 98.5% center no-repeat #FFF;background-size:18px}.give-settings-wrap-licenses .give-license-active,.give-settings-wrap-licenses .give-license-active:focus{background-image:url(../images/tick.png);background-color:#FFF;background-repeat:no-repeat;background-position:98.5% center;outline:0;background-size:16px;width:100%}.give-settings-page .give-settings-wrap-licenses{display:block;position:relative;float:left;width:30.5%;min-height:180px;margin:20px 1% 20px 0}.give-settings-page .give-license-key label{margin:0 0 0 10px;padding:10px 0;display:block;font-size:14px;font-weight:600;cursor:default}.give-settings-page .give-license-block{margin:0 10px}.give-settings-page input[type=text].give-license-field,.give-settings-page input[type=password].give-license-field{width:100%}.give-settings-page .give-license-block input[type=submit]{position:absolute;top:3px;right:10px;height:24px;line-height:22px;padding:0 8px 1px;font-size:11px}.give-settings-page .give-license-status-notice{background:#fff;border-left:4px solid #fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:5px 0 2px;padding:1px 12px}.give-settings-page .give-license-status-notice p{padding:10px 0;margin:0}.give-settings-page .give-license-status-notice a{color:#444;cursor:pointer}.give-settings-page .give-license-status-notice a:hover{text-decoration:none}.give-settings-page .give-license-status-notice.give-license-expires-soon{border-color:#00a0d2}.give-settings-page .give-license-status-notice.give-inactive,.give-settings-page .give-license-status-notice.give-license-expired{border-color:#e24e4e}.give-settings-page .give-license-status-notice.give-license-error,.give-settings-page .give-license-status-notice.give-license-invalid,.give-settings-page .give-license-status-notice.give-license-item_name_mismatch,.give-settings-page .give-license-status-notice.give-license-missing,.give-settings-page .give-license-status-notice.give-license-no_activations_left,.give-settings-page .give-license-status-notice.give-license-site_inactive{border-color:orange}.give-settings-page .give-license-status-notice.give-license-expiration-date,.give-settings-page .give-license-status-notice.give-license-lifetime-notice{border-color:#46b450}.give-settings-page .give-license-status-notice.give-license-expired a:hover,.give-settings-page .give-license-status-notice.give-license-expires-soon a:hover{text-decoration:none}@media screen and (max-width:1100px){.give-settings-page .give-settings-wrap-licenses{width:45%;min-height:150px}}.give-table thead th{padding:8px 10px!important}.give_settings .cmb-td hr+hr{display:none}.post-type-give_forms .mce-container iframe,.post-type-give_forms .wp-editor-area{min-height:400px}.give-field-description{color:#aaa;font-style:italic;margin:0;padding-top:.5em}h2.give-nav-tab-wrapper{overflow:hidden;height:35px}@media screen and (max-width:600px){.give-settings-page .give-settings-wrap-licenses{width:100%;max-width:320px}.give-nav-tab-wrapper{position:relative;padding-top:0!important}.give-nav-tab-wrapper>a{width:100%;box-sizing:border-box;margin:0;background-color:#fff;border:1px solid #ccc}.give-nav-tab-wrapper>a:hover{border-bottom:1px solid #ccc}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper{position:absolute;top:0;right:0}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav{height:28px;width:30px;border-radius:0;margin:0}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav>span.dashicons{margin:6px auto 0;display:block}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab{top:35px;right:0;left:auto}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a{background:#fff}.give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover{background:#e5e5e5}.give-mobile-hidden{display:none}}.give-sub-nav-tab-wrapper{position:relative;z-index:9999;float:left;display:none}.give-sub-nav-tab-wrapper nav.give-sub-nav-tab{border:1px solid #ccc;border-bottom:0;position:absolute;top:35px;right:0}.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a{float:left;background:#fff;padding:6px 10px;clear:both;text-decoration:none;border-bottom:1px solid #ccc;min-width:170px;color:#555;font-size:14px}.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover{background:#fff}#give-show-sub-nav{text-decoration:none;padding:3px 4px;border-bottom:1px solid #ccc;line-height:0;background:#fff;border-radius:4px;margin-top:5px}#give-show-sub-nav>span.dashicons{font-size:16px;height:16px;width:16px}#give-show-sub-nav:active,#give-show-sub-nav:hover{outline:0;box-shadow:inset 0 0 4px #ddd}.give-image-thumb{position:relative;margin-top:14px}.give-image-thumb span.give-delete-image-thumb{position:absolute;background:red;color:#fff;border-radius:30px;left:-10px;top:-10px;cursor:pointer}.give-image-thumb img{max-width:250px;border:4px solid #fff}.give-filters,.give-submit-wrap{border:1px solid #dfdfdf;clear:both}.give-filters{background:#f5f5f5;padding:12px 12px 0}.give-filters .give-donation-forms-filter .chosen-single{height:28px;line-height:28px}.give-filters .chosen-container-single .chosen-single div b{background-position:0 4px}.give-filters .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 6px}.give-filters #give-payment-form-filter,.give-filters #give_donation_forms_filter{display:inline-block;width:300px}@media screen and (max-width:782px){.give-filters #give-payment-form-filter,.give-filters #give_donation_forms_filter{width:100%}}.give-filters #give_donation_forms_filter{width:255px}.give-filter input[type=text],.give-filter select{width:100%}@media screen and (max-width:782px){.give-filters #give_donation_forms_filter{width:100%;max-width:100%}}.give-filters:after{display:table;clear:both}.give-filter{display:block;margin-bottom:12px;width:100%}.give-filter:after{display:table;clear:both}.give-filter label{display:block;margin-right:4px}.give-filter input{margin:0}.give-filter input[type=text],.give-filter input[type=search]{height:28px}.give-filter .button{height:28px;line-height:26px;margin:0;padding:0 10px 1px}@media screen and (min-width:783px){.give-filter{float:left;margin-right:18px;width:auto}.give-filter label{display:inline-block}.give-filter input[type=text]{display:inline-block;width:144px}}.give-filter-search input[type=search]{display:block;float:left;width:68%}.give-filter-search input[type=submit]{display:block;float:right;width:30%}@media screen and (min-width:783px){.give-filter-search input[type=search]{display:inline-block;margin-right:4px;width:144px}.give-filter-search input[type=submit]{display:inline-block;width:auto}}@media screen and (min-width:600px){.give-filter-half{float:left;width:49%}.give-filter-half:last-child{float:right}}@media screen and (min-width:783px){.give-filter-half{width:auto}.give-filter-half:last-child{float:left}.give-filter-half input[type=text]{width:96px}}.give-clear-filters-button{margin-left:8px}.give-submit-wrap{background:#f5f5f5;margin:8px 0;padding:12px;font-size:13px;line-height:2.1em}#give-payment-filters ul.subsubsub{margin-bottom:8px}#give-payments-advanced-filter ul.subsubsub{margin-bottom:12px}#give-payments-filter .tablenav.top{float:none}#give-payments-filter .tablenav.top .bulkactions{margin-top:1px;padding-top:0}#give-payments-filter .give-email-column-value{font-size:14px;font-weight:700}#give-payments-filter #the-list .check-column input{margin-top:1px}#give-payments-filter .column-details{width:50px}#give-payments-filter .column-amount{width:120px}tr.status-refunded td{background:#cecece;border-top-color:#ccc}.wp-list-table.forms th#date{width:140px}.give-mobile-link{line-height:32px}.give-mobile-link img{max-width:80%;height:auto;float:left}.give-donation-status>span{display:inline-block;width:12px;height:12px;position:relative;top:1px;margin:0;padding:0;border-radius:50%;background:#888;line-height:16px}#give-payments-filter .give-payment-id,#test-payment-label{padding:.2em .4em .3em;font-size:11px;text-align:center;border-radius:.25em;color:#fff;white-space:nowrap}.give-donation-status.status-pending>span{background-color:#ffba00}.give-donation-status.status-complete>span,.give-donation-status.status-publish>span{background-color:#7ad03a}.give-donation-status.status-refunded>span{background-color:#777}.give-donation-status.status-failed>span{background-color:#a00}.give-donation-status.status-abandoned>span{background-color:#333}.give-donation-status.status-revoked>span{background-color:#d9534f}.give-donation-status.status-give_subscription>span,.give-donation-status.status-renewal>span,.give-donation-status.status-subscription>span{background-color:#5bc0de}#test-payment-label{line-height:1;background-color:#ffba00;margin:0 15px}#test-payment-label:hover{color:#fff;text-decoration:none}#give-payments-filter .give-payment-id{line-height:1;vertical-align:baseline;font-weight:400}.give-admin-box .label,.give-admin-box-inside .strong{font-weight:600}#give-payments-filter .give-payment-id:hover{color:#fff;text-decoration:none}#give-payments-filter .column-details{padding-right:30px}#give-payments-filter .give-donation-status{display:inline-block}#give-order-update .give-donation-status{display:inline-block;float:none;margin:0 10px;position:relative;top:3px}.column-donation_form .donation-level-text-wrap{font-style:italic;display:block}@media handheld,only screen and (max-width:640px){.wp-list-table.forms th{width:auto!important}}.download_page_give-payment-history .ui-dialog .ui-dialog-titlebar-close span{margin-left:-8px;margin-top:-8px}.give-admin-box-inside{margin:0;padding:3px 10px;clear:both;border-bottom:1px solid #eee}.give-admin-box .right{float:right}#give-order-details .inside,#give-order-update .inside{margin:0;padding:0}#give-order-update input.give_datepicker{width:180px}#give-order-update input[type=number].give-payment-time-hour,#give-order-update input[type=number].give-payment-time-min{width:50px}.give-admin-box-inside:last-child{border-bottom:0}#give-edit-order-form .data-payment-key{word-break:break-all}.give-order-update-box #major-publishing-actions .button-secondary{margin-right:10px}#give-donation-overview th{text-align:left}#give-donation-overview .give-select-chosen{width:97%}#give-edit-order-form .row{margin-top:10px}#give-donation-overview ul,#give-donor-details .order-data-address input,#give-donor-details .order-data-column p.data input,#give-edit-order-form .column input,#give-order-address-country-wrap select{clear:both;display:block}.give-order-data input.small-text{margin:0}#give-order-update span.label{display:inline;width:50px}.give-order-update-box .button-primary{margin-right:0}#give-edit-order-form .column .description{padding-right:10px}#give-donation-overview .inside>ul>li,#give-donation-overview .row>ul>li,#give-edit-order-form .column{display:inline-block;position:relative;vertical-align:top}#give-donation-overview ul{font-size:0}#give-donation-overview ul li{font-size:13px}#give-donation-overview ul li.actions{text-align:right;min-width:200px}#give-donation-overview ul li.remove{text-align:right}#give-donation-overview ul .row{padding:12px;border-bottom:1px solid #eee}#give-order-data .data span{color:#666;font-weight:600}input.give-price-field{width:80px;padding:3px 5px}.give_forms_page_give-payment-history.js .postbox .hndle{cursor:default}#give-payment-notes textarea{min-height:150px}#give-payment-notes #give-add-payment-note{margin:6px 0 15px}#give-billing-details .column>div{margin:0 0 10px}#give-billing-details label{display:block;margin-bottom:5px}#give-billing-details .column-container{padding:5px 0 10px}#give-billing-details input[type=text]{width:98%}#give-billing-details .chosen-container{width:98%!important}@media screen and (min-width:1200px){#give-edit-order-form .column{width:33%}#give-order-address .column{width:49%}#give-donation-overview.columns-4 li.actions{width:25%;margin-top:0;margin-right:0}}@media screen and (max-width:1199px){#give-edit-order-form .column{width:49%}}@media screen and (max-width:782px){.order-data-column input[type=email]{padding:6px 10px}}#give-donation-overview .inside,#give-donor-details .inside{margin-top:0}.give_forms_page_give-payment-history #give-dashboard-widgets-wrap #side-sortables{padding-top:0}.give-select-chosen .spinner{position:absolute;right:5px;top:2px;z-index:999}.give-select-chosen-ajax .spinner{visibility:visible}.give-select-chosen-ajax .chosen-search input[type=text],.give-select-chosen-ajax.chosen-container-single .chosen-search input[type=text]{background-image:none!important}.give-dashboard-widget .give-dashboard-today{text-align:center}.give-dashboard-widget .give-dashboard-today .give-dashboard-date-today{margin:10px 0 0;padding:0}.give-dashboard-widget .give-dashboard-today .give-dashboard-happy-day{padding:3px;margin:0}.give-dashboard-widget .give-dashboard-today .give-dashboard-today-earnings{font-size:42px;color:#4ead61;font-weight:700;margin:15px 0 0;line-height:1}.give-dashboard-widget .give-dashboard-today .give-donations-today{font-size:18px;font-weight:700;margin:0 0 30px;padding:4px 0 1px}.give-dashboard-widget .give-dashboard-today .give-last-seven{font-size:14px;font-weight:700;padding:0;margin:0 0 30px}.give-dashboard-widget .give-table-stats{width:100%;text-align:center;margin:0;table-layout:fixed;border-top:1px solid #ececec;border-spacing:0}.give-dashboard-widget .give-table-stats .give-dashboard-stat-total,.give-dashboard-widget .give-table-stats .give-dashboard-stat-total-label{padding:0;margin:0}.give-dashboard-widget .give-table-stats .give-dashboard-stat-total{color:#4ead61;font-weight:700;font-size:16px}#give_dashboard_sales>.inside{padding:0}#give_dashboard_sales .give-table-stats td{padding:10px 0}#give_dashboard_sales .give-table-stats td:first-of-type{border-right:1px solid #ececec}#give_dashboard_sales .give-table-stats tr#give-table-stats-tr-1 td{border-bottom:1px solid #ececec}#dashboard_right_now .give-forms-count:before{font-family:give-icomoon;font-style:normal;font-weight:400;line-height:1;font-size:18px;width:18px;height:18px}.give_forms_page_give-donors .wrap>h2{margin-bottom:15px}.give_forms_page_give-donors .nav-tab-wrapper .dashicons{position:relative;top:2px;margin:0 3px 0 0}.give_forms_page_give-donors #give-donors-filter{position:relative}.give_forms_page_give-donors #give-donors-filter p.search-box{margin:0}.give_forms_page_give-donors #give-donors-search-filter{display:block;overflow:hidden}.give_forms_page_give-donors #give-donor-card-wrapper{margin-left:-1px;z-index:2;min-height:200px}.give_forms_page_give-donors #give-donor-card-wrapper input{font-weight:400}.give_forms_page_give-donors #give-donor-card-wrapper .donor-section{border-bottom:1px solid #eee;margin-bottom:10px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-section table{margin-bottom:0}.give_forms_page_give-donors #give-donor-card-wrapper>div:first-child{padding-top:20px}.give_forms_page_give-donors #give-donor-card-wrapper>div:last-child{padding-bottom:20px;border:none}.give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap{padding:0 15px 15px 0;text-align:center;float:left}.give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap img{border-radius:3px}.give_forms_page_give-donors #give-donor-card-wrapper a.delete{text-decoration:none;color:red;margin-right:5px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-since{margin:10px 0;font-size:16px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-id{display:inline-block;font-size:24px;font-weight:600;margin-right:10px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-name-wrap{display:inline-block}.give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-edit-link{margin-bottom:15px}.give_forms_page_give-donors .donor-main-wrapper{clear:both;margin:0 0 20px}@media (max-width:655px){.give_forms_page_give-donors .donor-main-wrapper{width:100%}}.give_forms_page_give-donors .donor-main-wrapper table{margin:0}.give_forms_page_give-donors .donor-main-wrapper input{width:200px}.give_forms_page_give-donors #donor-summary{padding:0 20px}.give_forms_page_give-donors #donor-summary:after{font-family:dashicons;content:"\f110";position:absolute;top:10px;right:10px;font-size:100px;color:#F0F0F0;z-index:0}.give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper{width:202px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper select,.give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results ul{width:200px}.give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper span[data-key=line2]{display:table;clear:both}.give_forms_page_give-donors #give-donor-card-wrapper .donor-info{min-height:185px}.give_forms_page_give-donors #give-donor-card-wrapper .info-wrapper{min-height:125px}.give_forms_page_give-donors .donor-info .donor-name{font-size:24px;font-weight:600}.give_forms_page_give-donors #disconnect-donor,.give_forms_page_give-donors #view-user-profile{font-size:12px;font-weight:400;text-decoration:none}.give_forms_page_give-donors #donor-edit-actions{text-align:center;margin-bottom:20px;line-height:28px}.give_forms_page_give-donors #donor-edit-actions .button-secondary{margin-right:10px}.give_forms_page_give-donors #give-donor-card-wrapper .edit-item{display:none}.give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results{left:1px;top:16px}.give_forms_page_give-donors #donor-stats-wrapper{margin:0 auto;text-align:center;padding:15px}.give_forms_page_give-donors #donor-stats-wrapper ul{margin:0;padding:0;overflow:hidden}.give_forms_page_give-donors #donor-stats-wrapper ul li{width:50%;float:left;line-height:22px;font-size:14px;margin:0}.give_forms_page_give-donors #donor-stats-wrapper a{text-decoration:none}.give_forms_page_give-donors #donor-stats-wrapper .dashicons{color:#888}.give_forms_page_give-donors #donor-tables-wrapper table{width:100%;text-align:center}.give_forms_page_give-donors #donor-tables-wrapper th{text-align:center}.give_forms_page_give-donors #donor-tables-wrapper .donations tr>td:first-child,.give_forms_page_give-donors #donor-tables-wrapper .donations tr>th:first-child,.give_forms_page_give-donors #donor-tables-wrapper .emails tr>td:first-child,.give_forms_page_give-donors #donor-tables-wrapper .emails tr>th:first-child{text-align:left}.give_forms_page_give-donors #donor-tables-wrapper .donations tr>td:only-child{text-align:center}.give_forms_page_give-donors #donor-notes-wrapper{min-height:50px}.give_forms_page_give-donors .donor-notes-header img,.give_forms_page_give-donors .donor-notes-header span{font-weight:600;line-height:30px;vertical-align:middle}.give_forms_page_give-donors .donor-note-input{width:100%;margin-bottom:5px}.give_forms_page_give-donors #give-donor-notes div:nth-of-type(even){background-color:#f9f9f9}.give_forms_page_give-donors #give-donor-notes .donor-note-wrapper{border-bottom:1px solid #f9f9f9;min-height:38px;padding:0}.give_forms_page_give-donors #give-donor-notes .donor-note-wrapper .note-content-wrap{padding:10px 12px;line-height:20px;font-size:14px}.give_forms_page_give-donors #give-donor-notes .give-no-donor-notes{text-align:center;padding:20px}.give_forms_page_give-donors .donor-note-wrapper span{display:block}.give_forms_page_give-donors .delete-donor{text-align:center}.give_forms_page_give-donors .give-lock-block{margin-left:-25px;text-decoration:none;font-size:14px;margin-right:3px}.give_forms_page_give-donors .give-lock-block i{color:#000;font-size:14px}.give_forms_page_give-donors #donor-address-wrapper .give-no-address-message{margin:.5rem 1%;line-height:3.4em}.give_forms_page_give-donors #donor-address-wrapper .add-new-address{margin:.5rem 1%!important}.give_forms_page_give-donors #donor-address-wrapper .add-new-address-form-hidden{position:absolute;right:13px;left:13px;top:0;visibility:hidden}.sc-wrap,button.sc-button:after{position:relative;display:inline-block}.give_forms_page_give-donors #donor-address-wrapper .all-address .address{min-height:146px;border:1px solid #dad9d9;padding:9px;border-radius:5px;background-color:#fff}.give_forms_page_give-donors #donor-address-wrapper .all-address .address .address-number-label{color:gray;cursor:default}.give_forms_page_give-donors #donor-address-wrapper .all-address .address a{text-decoration:none}.give-blank-slate__help a,.mce-sc-popup a{text-decoration:underline}@media screen and (max-width:782px){#wp-content-media-buttons a.give-thickbox{padding:6px 14px;line-height:normal;font-size:14px;height:auto}.wp-media-buttons span#give-media-button{margin-top:0!important;margin-left:2px!important}}.mce-primary.mce-give-primary button{padding-right:10px;padding-left:10px}.wp-core-ui .give-admin-button{padding-left:7px;padding-right:7px}.give-admin-button-icon{display:inline-block;width:18px;height:18px;vertical-align:text-top;margin:0 2px}.give-admin-button-icon:before{font:400 18px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.give-admin-button-icon-update:before{content:"\f463"}.mce-primary.mce-sc-primary button{padding-right:10px;padding-left:10px}.mce-sc-popup p{margin-bottom:1em}.mce-sc-popup p.strong{font-weight:600}.mce-sc-popup p.no-margin{margin-bottom:0}.mce-sc-popup p.margin-top{margin-top:1em}.mce-sc-popup .mce-listbox button{text-overflow:ellipsis;overflow:hidden!important}@media screen and (max-width:782px){.wp-media-buttons button.sc-button span{width:18px!important}}.wp-media-buttons button.sc-button{outline:0;padding-left:5px;margin-right:0}.wp-media-buttons button.sc-button:active{margin-bottom:5px}button.sc-button:after{top:-1px;content:'';width:0;height:0;border-top:6px solid #777;border-right:4px solid transparent;border-left:4px solid transparent;margin:0 3px 0 6px}button.sc-button.active:after{top:-2px;border-top:0;border-bottom:6px solid #32373c}.sc-wrap{margin-right:5px}div.sc-menu{display:none;position:absolute;top:100%;left:0;min-width:100%;max-height:410px;font-size:14px;box-shadow:0 3px 5px rgba(0,0,0,.2);background:#fff;border:1px solid rgba(0,0,0,.15);overflow:auto;overflow-x:hidden;padding:5px 0;margin:-2px 0 0;z-index:1002}div.sc-shortcode{display:block;white-space:nowrap;cursor:pointer;padding:6px 12px;margin-bottom:2px}div.sc-shortcode:hover{color:#fff}#mce-modal-block.mce-reset.mce-fade.mce-in{opacity:.7;filter:alpha(opacity=70)}.give-status-table{margin-bottom:1em}.give-status-table h2{font-size:14px;margin:0}.give-status-table tr:nth-child(2n) td,.give-status-table tr:nth-child(2n) th{background:#fcfcfc}.give-status-table th{font-weight:700;padding:9px}.give-status-table td:first-child{width:33%}.give-status-table td.help{width:1em}.give-status-table td{padding:9px;font-size:1.1em}.give-status-table td mark{background:0 0}.give-status-table td mark.yes{color:#7ad03a}.give-status-table td mark.no{color:#999}.give-status-table td mark.error{color:#a00}.give-status-table td ul{margin:0}.wrap div.give-debug-report-wrapper{margin-bottom:5px}.wrap div.give-debug-report-wrapper p{font-size:18px;margin:1em 0 .7em;padding:0}.wrap div.give-debug-report-wrapper .give-debug-report-actions{margin:0 0 1.7em}.wrap div.give-debug-report-wrapper .give-debug-report-actions .js-give-debug-report-button{margin-right:10px}.wrap div.give-debug-report-wrapper .give-debug-report-actions .dashicons{font-size:16px;position:relative;top:4px;left:-2px}.give-debug-report{display:none;margin:10px 0;padding:0;position:relative}.give-debug-report textarea{font-family:monospace;width:100%;margin:0;height:300px;padding:20px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;resize:none;font-size:12px;line-height:20px;outline:0}.give-progress{height:15px;width:95%;border-radius:4px;overflow:hidden;background-color:#f5f5f5}.give-progress>div{height:100%;width:0}.admin-color-fresh .give-progress div,.give-progress div{background:#0073aa}.admin-color-light .give-progress div{background:#888}.admin-color-blue .give-progress div{background:#096484}.admin-color-coffee .give-progress div{background:#c7a589}.admin-color-ectoplasm .give-progress div{background:#a3b745}.admin-color-midnight .give-progress div{background:#e14d43}.admin-color-sunrise .give-progress div{background:#dd823b}.give-spinner-wrapper{position:absolute;left:0;right:0;bottom:0;top:0;background:rgba(245,245,245,.57);z-index:1;display:none}.give-spinner-wrapper.is-active{display:inline-block}.give-spinner-wrapper .aligncenter{position:absolute;top:50%;left:50%;margin:10px 10px 0 0}.give-spinner.spinner.is-active{margin:0 0 0 2px;float:none}#give-updates-h1{padding-top:0}.give-update-panel-content p{font-size:16px}#give-updates .dashicons-no-alt{color:red}#give-updates .dashicons-yes{color:green}#give-db-updates .spinner{margin-top:0}body.give_forms_page_give-updates .give-run-update-containt .give-run-update-button{margin-right:10px}#give-plugin-updates .panel-content table tr{display:block}.give-blank-slate{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);margin:0 auto;padding:40px;text-align:center}.give-blank-slate :last-child{margin-bottom:0}.give-blank-slate__cta,.give-blank-slate__heading,.give-blank-slate__help,.give-blank-slate__message{margin:0 0 10px}.give-blank-slate__image{display:block;height:80px;margin:0 auto 10px;width:auto}.give-blank-slate__help{color:#666;font-style:italic}.give-blank-slate__help a{display:inline-block}.give-blank-slate a.give-blank-slate__cta{display:inline-block;font-size:1.2em;height:auto;margin:0 0 10px;padding:.75em 1.5em}.give-tools-setting-page-import h1.handle{padding:15px 0 0}.give-tools-setting-page-import .give-progress-steps{width:100%;padding:0 0 24px;margin-left:0;list-style:none;overflow:hidden;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.give-tools-setting-page-import .give-progress-steps li{width:25%;float:left;padding:0 0 1.2em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.give-tools-setting-page-import .give-progress-steps li.active{border-color:#4ead61;color:#4ead61}.give-tools-setting-page-import .give-progress-steps li.active:before{border-color:#4ead61;color:#4ead61;background:#4ead61}.give-tools-setting-page-import .give-progress-steps li::before{content:'';border:4px solid #ccc;border-radius:100%;width:10px;height:10px;position:absolute;bottom:0;left:50%;margin-left:-6px;margin-bottom:-10px;background:#fff}.give-tools-setting-page-import .step-4 h2{text-align:center;font-size:20px!important}.give-tools-setting-page-import .step-4 p{text-align:center}.give-tools-setting-page-import .button-secondary.step-4,.give-tools-setting-page-import .give-image-thumb{display:none}.give-tools-setting-page-import h2#give-import-title{background:#f3f3f3;font-size:15px;font-weight:600;margin:-8px -22px 11px;padding:12px 22px}.give-import-core-settings .give-progress-steps li{width:33.33%}.give-import-core-settings .step-3 h2{text-align:center;font-size:20px!important}.give-import-core-settings .step-3 p{text-align:center}form.give-import-form table.widefat{border:none}.wrap .give-importer-h1{margin:0;padding:20px 0}
|
assets/js/admin/admin-scripts.js
CHANGED
@@ -2672,25 +2672,6 @@ var give_setting_edit = false;
|
|
2672 |
$('.give_user_search_results span').html('');
|
2673 |
});
|
2674 |
|
2675 |
-
// This function uses for adding qtip to money/price field.
|
2676 |
-
function give_add_qtip($fields) {
|
2677 |
-
|
2678 |
-
// Add qtip to all existing money input fields.
|
2679 |
-
$fields.each(function () {
|
2680 |
-
$(this).qtip({
|
2681 |
-
style: 'qtip-dark qtip-tipsy',
|
2682 |
-
content: {
|
2683 |
-
text: give_vars.price_format_guide.trim()
|
2684 |
-
},
|
2685 |
-
show: '',
|
2686 |
-
position: {
|
2687 |
-
my: 'bottom center',
|
2688 |
-
at: 'top center'
|
2689 |
-
}
|
2690 |
-
});
|
2691 |
-
});
|
2692 |
-
}
|
2693 |
-
|
2694 |
var $poststuff = $( '#poststuff' ),
|
2695 |
thousand_separator = give_vars.thousands_separator,
|
2696 |
decimal_separator = give_vars.decimal_separator,
|
2672 |
$('.give_user_search_results span').html('');
|
2673 |
});
|
2674 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2675 |
var $poststuff = $( '#poststuff' ),
|
2676 |
thousand_separator = give_vars.thousands_separator,
|
2677 |
decimal_separator = give_vars.decimal_separator,
|
assets/js/frontend/give.all.min.js
CHANGED
@@ -6,4 +6,4 @@
|
|
6 |
jQuery.fn.giveHintCss=function(t,a){return this.each(function(){var i=jQuery(this);a=jQuery.extend({label:""},a);var e=i.next("span.give-hint-tooltip-js");if(!e.length){var n=a.label.length?a.label:i.data("hint-aria-label");if(!n.length)return;i.after('<span class="give-hint-tooltip-js hint--top hint--medium" aria-label="'+n+'"></span>'),e=i.next(),e.css({top:-i.outerHeight(),left:-(i.outerWidth()/2)})}"show"===t?e.addClass("hint--always"):"hide"===t&&e.removeClass("hint--always")})},jQuery(document).ready(function(t){function a(a){if(!a.is('[class*="hint"]')){var i=a.attr("class"),e=[],n=a.data("tooltip").split(" ").length;i&&(i=i.split(" "),e=t.grep(i,function(t){return-1!==t.indexOf("give-icon")}),e.length&&(e=e.join(" "),a.removeClass(e),a.append('<i class="'+e+'"></i>'))),a.addClass("hint--top"),15<n?a.addClass("hint--large"):7<n&&a.addClass("hint--medium"),a.attr("aria-label",a.data("tooltip"))}}var i=t("[data-tooltip]");i.length&&i.each(function(i,e){e=e instanceof jQuery?e:t(e),a(e)}),t("body").on("hover","[data-tooltip]",function(){a(t(this))})});
|
7 |
function give_load_gateway(e,i){var t=jQuery(e).find("#give-payment-mode-select .give-loading-text"),a=jQuery(e).find("#give-amount").val(),n=jQuery(e).find('input[name="give-form-id"]').val();t.fadeIn();var o=jQuery(e).data();1!=o["blockUI.isBlocked"]&&jQuery(e).find("#give_purchase_form_wrap").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),jQuery.post(give_scripts.ajaxurl+"?payment-mode="+i,{action:"give_load_gateway",give_total:a,give_form_id:n,give_payment_mode:i},function(i){jQuery(e).unblock(),jQuery(e).find("#give_purchase_form_wrap").html(i),jQuery(".give-no-js").hide(),jQuery(e).find("#give-payment-mode-select .give-loading-text").fadeOut(),jQuery(document).trigger("give_gateway_loaded",[i,jQuery(e).attr("id")])})}var give_scripts,give_global_vars;jQuery(document).ready(function(e){e(".give-loading-text").hide(),e(document).on("click",".give-checkout-login",function(i){var t=e(this),a=e(this).parents("form"),n=e(a).find('[id^="give-checkout-login-register"] .give-loading-text'),o={action:t.data("action"),form_id:e(a).find('[name="give-form-id"]').val()};return n.show(),e.post(give_scripts.ajaxurl,o,function(i){e(a).find("[id^=give-checkout-login-register]").html(i),e(a).find(".give-submit-button-wrap").hide()}).done(function(){n.hide(),give_fl_trigger()}),!1}),e(document).on("click",".give-checkout-register-cancel",function(i){i.preventDefault();var t=e(this),a=e(this).parents("form"),n={action:t.data("action"),form_id:e(a).find('[name="give-form-id"]').val()};e.post(give_scripts.ajaxurl,n,function(i){e(a).find("[id^=give-checkout-login-register]").html(e.parseJSON(i.fields)),e(a).find(".give-submit-button-wrap").show()}).done(function(){give_fl_trigger()})}),e(document).on("click","[id^=give-login-fields] input[type=submit]",function(i){i.preventDefault();var t=e(this).val(),a=e(this).parents("form");e(this).val(give_global_vars.purchase_loading),a.find("[id^=give-login-fields] .give-loading-animation").fadeIn();var n={action:"give_process_donation_login",give_ajax:1,give_user_login:a.find("[name=give_user_login]").val(),give_user_pass:a.find("[name=give_user_pass]").val(),give_form_id:a.find("[name=give-form-id]").val()};e.post(give_global_vars.ajaxurl,n,function(i){void 0!=e.trim(typeof i.success)&&1==i.success&&void 0!=typeof i.data?(a.find(".give_errors").remove(),a.find("#give-payment-mode-select").after(i.data),a.find(".give_notices.give_errors").delay(5e3).slideUp(),Give.form.fn.resetNonce(a),give_load_gateway(a,a.find(".give-gateway-option-selected input").val())):(a.find("[id^=give-login-fields] input[type=submit]").val(t),a.find(".give-loading-animation").fadeOut(),a.find(".give_errors").remove(),a.find("[id^=give-user-login-submit]").before(i.data))})}),e("select#give-gateway, input.give-gateway").on("change",function(i){i.preventDefault();var t=e(this).val();return"0"==t?(console.log("There was a problem loading the selected gateway"),!1):(give_load_gateway(e(this).parents("form"),t),!1)}),e("body").on("click","#give-confirm-email-btn",function(i){var t=e(this),a={action:"give_confirm_email_for_donations_access",email:t.data("email"),nonce:give_scripts.ajaxNonce};return t.text(give_global_vars.loading),t.attr("disabled","disabled"),e.post(give_global_vars.ajaxurl,a,function(e){e=JSON.parse(e),"error"===e.status?(t.closest("#give_user_history tfoot").hide(),t.closest(".give_user_history_main").find(".give_user_history_notice").html(e.message)):"success"===e.status&&(t.closest(".give_user_history_main").find(".give_user_history_notice").html(e.message),t.hide(),t.closest(".give-security-button-wrap").find("span").show())}),!1}),e("body").on("click touchend",'form.give-form input[name="give-purchase"].give-submit',function(i){var t=e(this).parents("form.give-form"),a=t.find('input[type="submit"].give-submit + .give-loading-animation');a.fadeIn();var n=t.get(0);if("function"!=typeof n.checkValidity||n.checkValidity()!==!1||(a.fadeOut(),(navigator.userAgent.indexOf("Safari")!=-1&&navigator.userAgent.indexOf("Chrome")==-1)!=!1)){i.preventDefault();var o=e(this).val();e(this).val(give_global_vars.purchase_loading),Give.form.fn.disable(t,!0),e.post(give_global_vars.ajaxurl,t.serialize()+"&action=give_process_donation&give_ajax=true",function(i){"success"==e.trim(i)?(t.find(".give_errors").remove(),e(n).submit(),t.trigger("give_form_validation_passed")):(t.find('input[type="submit"].give-submit').val(o),a.fadeOut(),t.find(".give_errors").remove(),t.find('#give_purchase_submit input[type="submit"].give-submit').before(i),Give.form.fn.disable(t,!1))})}})});
|
8 |
var give_scripts,give_global_vars,Give="undefined"!=typeof Give?Give:{};Give={init:function(){var e=["form"],t=0;for(jQuery(document).trigger("give:preInit"),this.fn.__initialize_cache();t<e.length;)Give[e[t]].init&&Give[e[t]].init(),t++;jQuery(document).trigger("give:postInit")},fn:{formatCurrency:function(e,t,i){var n={symbol:"",decimal:parseInt(give_global_vars.decimal_separator),thousand:give_global_vars.thousands_separator,precision:give_global_vars.number_decimals,currency:give_global_vars.currency};if(e=e.toString().trim(),i="undefined"==typeof i?{}:i,i.length&&(n={symbol:"",decimal:Give.form.fn.getInfo("decimal_separator",i),thousand:Give.form.fn.getInfo("thousands_separator",i),precision:Give.form.fn.getInfo("number_decimals",i),currency:Give.form.fn.getInfo("currency_code",i)}),t=jQuery.extend(n,t),t.precision=parseInt(t.precision),"INR"===t.currency){var a,r,o=accounting.unformat(e,".").toString(),d="",f=o.indexOf(".");for(-1!==f&&t.precision?(d=Number(o.substr(parseInt(f))).toFixed(t.precision).toString().substr(1),o=o.substr(0,parseInt(f)),d.length?t.precision+1>d.length&&(d=(d+"000000000").substr(0,t.precision+1)):d=".0000000000".substr(0,parseInt(f)+1)):d=".000000000".substr(0,t.precision+1),a=o.substr(-3),r=o.substr(0,parseInt(o.length)-3);r.length>0;)a=r.substr(-2)+t.thousand+a,r=r.substr(0,parseInt(r.length)-2);d.length&&(a+=d),e=a,void 0!==t.symbol&&t.symbol.length&&("after"===t.position?e+=t.symbol:e=t.symbol+e)}else"after"===t.position&&(t.format="%v%s"),e=accounting.formatMoney(e,t);return e},unFormatCurrency:function(e,t){return Math.abs(parseFloat(accounting.unformat(e,t)))},getParameterByName:function(e,t){t||(t=window.location.href),e=e.replace(/[\[\]]/g,"\\$&");var i=new RegExp("[?&]"+e+"(=([^&#]*)|&|#|$)"),n=i.exec(t);return n?n[2]?decodeURIComponent(n[2].replace(/\+/g," ")):"":null},getGlobalVar:function(e){return"undefined"==typeof give_global_vars[e]?"":give_global_vars[e]},setCache:function(e,t,i){i.length?Give.cache["form_"+Give.form.fn.getInfo("form-id",i)][e]=t:Give.cache[e]=t},getCache:function(e,t){var i;return i=t.length?Give.cache["form_"+Give.form.fn.getInfo("form-id",t)][e]:Give.cache[e],i="undefined"==typeof i?"":i},__initialize_cache:function(){jQuery.each(jQuery(".give-form"),function(e,t){t=t instanceof jQuery?t:jQuery(t),Give.cache["form_"+Give.form.fn.getInfo("form-id",t)]=[]})}},cache:{}},Give.form={init:function(){this.fn.field.formatCreditCard(jQuery("form.give-form")),window.onload=function(){Give.form.fn.__sendBackToForm()}},fn:{disable:function(e,t){return!!e.length&&void e.find(".give-submit").prop("disabled",t)},formatAmount:function(e,t,i){return t.length?Give.fn.formatCurrency(e,i,t):e},getInfo:function(e,t){var i="";if(t="undefined"!=typeof t?t:{},!e.length||!t.length)return i;switch(e){case"gateways":i=[],jQuery.each(t.find('input[name="payment-mode"]'),function(e,t){t=t instanceof jQuery?t:jQuery(t),i.push(t.val().trim())});break;case"form-type":t.hasClass("give-form-type-set")?i="set":t.hasClass("give-form-type-multi")&&(i="multi");break;case"form-id":i=t.find('input[name="give-form-id"]').val();break;default:i=t.get(0).hasAttribute("data-"+e)?t.attr("data-"+e):t.attr(e),"undefined"!=typeof i?i.trim():i}return i},setInfo:function(e,t,i,n){if(!i.length)return!1;switch(e="undefined"==typeof e?"data":e){case"nonce":i.find('input[name="_wpnonce"]').val(t)}if("undefined"!=typeof n&&!n.length)return!1;switch(e){case"attr":i.attr(n,t);break;default:i.data(n,t)}return!0},getGateway:function(e){var t="";return e.length?(t=e.find('input[name="payment-mode"]:checked').val().trim(),"undefined"!=typeof t?t:""):t},getVariablePrices:function(e){var t,i=[];return e.length&&e.hasClass("give-form-type-multi")&&(t=e.find(".give-donation-levels-wrap [data-price-id] "))?(jQuery.each(t,function(t,n){n=n instanceof jQuery?n:jQuery(n);var a=Give.form.fn.getInfo("decimal_separator",e);i.push({price_id:n.data("price-id"),amount:Give.fn.unFormatCurrency(n.val(),a)})}),i):i},getPriceID:function(e,t){var i=this.getVariablePrices(e),n=Give.fn.unFormatCurrency(e.find('input[name="give-amount"]').val(),this.getInfo("decimal_separator",e)),a=Give.fn.getCache("amount_"+n,e)?Give.fn.getCache("amount_"+n,e):-1;return t="undefined"==typeof t||t,i.length&&-1===a&&(t?(jQuery.each(i,function(e,t){if(t.amount===n)return a=t.price_id,!1}),-1===a&&this.getMinimumAmount(e)<=n&&(a="custom")):a=jQuery('input[name="give-price-id"]',e).val()),a},getMinimumAmount:function(e){return Give.fn.unFormatCurrency(e.find('input[name="give-form-minimum"]').val(),Give.form.fn.getInfo("decimal_separator",e))},getAmount:function(e){if(!e.length)return null;var t=e.find('input[name="give-amount"]').val();return"undefined"!=typeof t&&t||(t=0),Give.fn.unFormatCurrency(t,this.getInfo("decimal_separator",e))},getNonce:function(e){if(!e.length)return"";var t=e.find('input[name="_wpnonce"]').val();return"undefined"!=typeof t&&t||(t=""),t},resetNonce:function(e){return!!e.length&&void jQuery.post(give_scripts.ajaxurl,{action:"give_donation_form_nonce",give_form_id:Give.form.fn.getInfo("form-id",e)},function(t){Give.form.fn.setInfo("nonce",t.data,e,"")})},autoSelectDonationLevel:function(e,t){if(!e.length||"multi"!==this.getInfo("form-type",e))return!1;switch(t="undefined"==typeof t?this.getPriceID(e,!1):t,!0){case!!e.find(".give-radio-input").length:e.find(".give-radio-input").prop("checked",!1),e.find('.give-radio-input[data-price-id="'+t+'"]').prop("checked",!0).addClass("give-default-level");break;case!!e.find("button.give-donation-level-btn").length:e.find("button.give-donation-level-btn").blur(),e.find('button.give-donation-level-btn[data-price-id="'+t+'"]').focus().addClass("give-default-level");break;case!!e.find("select.give-select-level").length:e.find("select.give-select-level option").prop("selected",!1),e.find('select.give-select-level option[data-price-id="'+t+'"]').prop("selected",!0).addClass("give-default-level")}},autoSetMultiLevel:function(e){var t=e.parents("form"),i=e.val(),n=e.data("price-id");if("undefined"==typeof n&&(n=e.find("option:selected").data("price-id")),"custom"===i)return t.find(".give-amount-top").val("").focus(),!1;t.find(".give-amount-top").val(i),t.find("span.give-amount-top").text(i);var a=Give.form.fn.getInfo("decimal_separator",t);jQuery(".give-donation-amount .give-text-input",t).data("amount",Give.fn.unFormatCurrency(t.find(".give-final-total-amount").data("total"),a)),t.find(".give-donation-amount .give-text-input").trigger("blur",[t,i,n]),jQuery(document).trigger("give_donation_value_updated",[t,i,n])},__sendBackToForm:function(){var e=Give.fn.getParameterByName("form-id"),t=Give.fn.getParameterByName("payment-mode");if(!e||!t)return!1;var i=jQuery("body").find("#give-form-"+e+"-wrap"),n=i.find("form.give-form"),a=i.hasClass("give-display-modal"),r=i.hasClass("give-display-reveal");n.find("#give-gateway-radio-list label").removeClass("give-gateway-option-selected"),n.find("input[name=payment-mode][value="+t+"]").prop("checked",!0).parent().addClass("give-gateway-option-selected");var o=Give.fn.getParameterByName("level-id"),d=n.find('*[data-price-id="'+o+'"]');d.length>0&&this.autoSetMultiLevel(d),a?give_open_form_modal(i,n):r&&(n.find(".give-btn-reveal").hide(),n.find("#give-payment-mode-select, #give_purchase_form_wrap").slideDown())},isValidDonationAmount:function(e){var t=this.getMinimumAmount(e),i=this.getAmount(e),n=this.getPriceID(e,!0);return-1<i&&i>=t||-1!==n},field:{formatCreditCard:function(e){e.each(function(e,t){t=jQuery(t);var i=t.find(".card-number"),n=t.find(".card-cvc"),a=t.find(".card-expiry");i.length&&(i.payment("formatCardNumber"),n.payment("formatCardCVC"),a.payment("formatCardExpiry"))})}}}},Give.notice={fn:{renderNotice:function(e,t){var i,n="";switch(t="undefined"!=typeof t?t:{},e){case"bad_minimum":i=jQuery('<div class="give_error give-invalid-minimum give-hidden">'+this.getNotice(e,t)+"</div>")}return t.length?void i.insertBefore(t.find(".give-total-wrap")).show():n},getNotice:function(e,t){if(!e.length)return null;var i="";switch(e){case"bad_minimum":t.length&&(i=Give.fn.getGlobalVar("bad_minimum")+" "+Give.fn.formatCurrency(Give.form.fn.getMinimumAmount(t),{symbol:Give.form.fn.getInfo("currency_symbol",t)},t))}return i}}},jQuery(function(e){function t(){var t=e(this),i=t.parents("form");if("card_state"!==t.attr("id")){i.find("#card_state").empty().append('<option value="1">'+give_global_vars.general_loading+"</option>").prop("disabled",!0);var a={action:"give_get_states",country:t.val(),field_name:"card_state"};e.ajax({type:"POST",data:a,url:give_global_vars.ajaxurl,xhrFields:{withCredentials:!0},success:function(e){var t="",a=e.states_label;t=void 0!=typeof e.states_found&&1==e.states_found?e.data:'<input type="text" id="card_state" name="card_state" class="cart-state give-input required" placeholder="'+a+'" value="'+e.default_state+'"/>',!1===i.hasClass("float-labels-enabled")?"undefined"!=typeof e.states_require&&1==e.states_require?i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label .give-required-indicator").removeClass("give-hidden"):i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label .give-required-indicator").addClass("give-hidden"):i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label").text(a),i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label .state-label-text").text(a),i.find('input[name="card_state"], select[name="card_state"]').replaceWith(t),void 0!=typeof e.show_field&&1==e.show_field?(i.find("p#give-card-state-wrap").removeClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-last"),i.find("p#give-card-zip-wrap").removeClass("form-row-wide")):(i.find("p#give-card-state-wrap").addClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-wide"),i.find("p#give-card-zip-wrap").removeClass("form-row-last")),n.trigger("give_checkout_billing_address_updated",[e,i.attr("id")])}}).fail(function(e){window.console&&window.console.log&&console.log(e)})}return!1}var i=jQuery("form.give-form"),n=e(document);e.fn.toggleError=function(e){return this.toggleClass("error",e),this.toggleClass("valid",!e),this},Give.init(),n.on("change","#give_cc_address input.card_state, #give_cc_address select",t),n.on("give_gateway_loaded",function(){Give.form.fn.field.formatCreditCard(i)}),n.on("submit","#give_payment_mode",function(){var t=Give.form.fn.getGateway(e(this).closest("form"));if(!t.length)return alert(Give.fn.getGlobalVar("no_gateway")),!1}),n.on("click","#give-payment-mode-select input",function(){var t,i=e(this).parents("form"),n=i.find("#give-payment-mode-select li"),a=i.find('li.give-gateway-option-selected input[name="payment-mode"]').val().trim();n.removeClass("give-gateway-option-selected"),n.prop("checked",!1),e(this).prop("checked",!0),e(this).parent().addClass("give-gateway-option-selected"),t=Give.form.fn.getGateway(i),i.attr("action",i.attr("action").replace("payment-mode="+a,"payment-mode="+t))}),n.on("focus",".give-donation-amount .give-text-input",function(t){var i=e(this).parents("form");e(this).removeClass("invalid-amount");var n=i.find(".give-final-total-amount").data("total"),a=Give.form.fn.getInfo("decimal_separator",i);e(this).data("amount",Give.fn.unFormatCurrency(n,a)),e(this).parent(".give-donation-amount").addClass("give-custom-amount-focus-in"),i.find(".give-default-level, .give-radio-input").removeClass("give-default-level"),i.find(".give-btn-level-custom").addClass("give-default-level"),i.find(".give-radio-input").prop("checked",!1),i.find(".give-radio-input.give-radio-level-custom").prop("checked",!0),i.find(".give-select-level").prop("selected",!1),i.find(".give-select-level .give-donation-level-custom").prop("selected",!0)}),n.on("blur",".give-donation-amount .give-text-input",function(t,i,n,a){var r="undefined"!=typeof i?i:e(this).closest("form"),o=e(this).data("amount"),d="undefined"!=typeof n?n:e(this).val(),f=Give.form.fn.getInfo("decimal_separator",r),l=Give.form.fn.getMinimumAmount(r),s=0===d?l:Give.fn.unFormatCurrency(d,f),u=Give.form.fn.formatAmount(s,r,{});if(a="undefined"==typeof a?Give.form.fn.getPriceID(r,!0):a,Give.fn.setCache("amount_"+s,a,r),e(this).val(u),Give.form.fn.isValidDonationAmount(r))e(this).removeClass("give-invalid-amount"),r.find(".give-invalid-minimum").slideUp(300,function(){e(this).remove()}),Give.form.fn.disable(r,!1);else{e(this).addClass("give-invalid-amount"),Give.form.fn.disable(r,!0);var c=r.find(".give-invalid-minimum");0===c.length&&Give.notice.fn.renderNotice("bad_minimum",r)}o!==s&&r.find(".give-final-total-amount").data("total",s).text(Give.fn.formatCurrency(s,{symbol:Give.form.fn.getInfo("currency_symbol",r),position:Give.form.fn.getInfo("currency_position",r)},r)),-1!==a&&(e('input[name="give-price-id"]',r).val(a),r.find(".give-amount-hidden").val(Give.form.fn.formatAmount(s,r,{})),r.find(".give-default-level").removeClass("give-default-level"),Give.form.fn.autoSelectDonationLevel(r,a)),e(this).parent(".give-donation-amount").removeClass("give-custom-amount-focus-in")}),n.on("click touchend",".give-donation-level-btn",function(t){t.preventDefault(),Give.form.fn.autoSetMultiLevel(e(this))}),n.on("click touchend",".give-radio-input-level",function(t){Give.form.fn.autoSetMultiLevel(e(this))}),n.on("change",".give-select-level",function(t){Give.form.fn.autoSetMultiLevel(e(this))}),n.on("click",".give_terms_links",function(t){t.preventDefault();var i=e(this).closest("fieldset");return e("[class^=give_terms-]",i).slideToggle(),e("a.give_terms_links",i).toggle(),!1}),e('label[for^="give-radio-level"]').on("click",function(t){var i=e(this).closest("form"),n=i.find("#"+e(this).attr("for"));n.length&&(n.trigger("click"),t.preventDefault())})}),jQuery(window).load(function(){jQuery("body").on("keyup change focusout",".give-form .card-number, .give-form .card-cvc, .give-form .card-expiry",function(e){var t=jQuery(this),i=t.parents("form.give-form"),n=t.attr("id"),a=i.find(".card-number"),r=i.find(".card-cvc"),o=i.find(".card-expiry"),d=jQuery.payment.cardType(a.val()),f=!1;switch(e.type){case"focusout":n.indexOf("card_number")>-1?(f=!jQuery.payment.validateCardNumber(a.val()),a.toggleError(f)):n.indexOf("card_cvc")>-1?(f=!jQuery.payment.validateCardCVC(r.val(),d),r.toggleError(f)):n.indexOf("card_expiry")>-1&&(f=!jQuery.payment.validateCardExpiry(o.payment("cardExpiryVal")),o.toggleError(f)),Give.form.fn.disable(t.parents("form"),f);break;default:if(t.hasClass("error")&&t.removeClass("error"),n.indexOf("card_number")>-1){var l=i.find(".card-type");null===d?(l.removeClass().addClass("off card-type"),t.removeClass("valid").addClass("error")):l.removeClass().addClass("card-type "+d)}else if(n.indexOf("card_expiry")>-1){var s=o.payment("cardExpiryVal");i.find(".card-expiry-month").val(s.month),i.find(".card-expiry-year").val(s.year)}}})});
|
9 |
-
function give_open_form_modal(e,i){var a="#give_purchase_form_wrap, #give-payment-mode-select, .mfp-close, .give-hidden";jQuery.magnificPopup.open({mainClass:give_global_vars.magnific_options.main_class,closeOnBgClick:give_global_vars.magnific_options.close_on_bg_click,fixedContentPos:!0,fixedBgPos:!0,removalDelay:250,items:{src:i,type:"inline"},callbacks:{beforeOpen:function(){if(jQuery("body").addClass("give-modal-open"),e.hasClass("give-display-button-only")&&!i.data("content")){var a=jQuery(".give-form-content-wrap",e),t=jQuery(".give-form-title",e),n=jQuery(".give-goal-progress",e),o=jQuery(">.give_error",e),r=jQuery(".give_errors",e);a.length&&!jQuery(".give-form-content-wrap",i).length&&(a.hasClass("give_post_form-content")?i.append(a):i.prepend(a)),r.length&&!jQuery(".give_errors",i).length&&r.each(function(e,a){i.prepend(jQuery(a))}),o.length&&!jQuery(">.give_error",i).length&&o.each(function(e,a){i.prepend(jQuery(a))}),n.length&&!jQuery(".give-goal-progress",i).length&&i.prepend(n),t.length&&!jQuery(".give-form-title",i).length&&i.prepend(t),i.data("content","loaded")}},open:function(){var t=jQuery(".mfp-content");t.outerWidth()>=500&&t.addClass("give-responsive-mfp-content"),e.hasClass("give-display-button-only")&&(a=i.children().not(".give-hidden, .give-btn-modal")),i.children().not(a).hide()},close:function(){i.removeClass("mfp-hide"),jQuery("body").removeClass("give-modal-open"),i.children().not(a).show()}}})}function give_fl_trigger(){give_float_labels instanceof FloatLabels?give_float_labels.rebuild():give_float_labels=new FloatLabels(".float-labels-enabled",{exclude:"#give-amount, .give-select-level, [multiple]",prioritize:"placeholder",prefix:"give-fl-",style:"give"})}function give_change_html5_form_field_validation_message(){var e,i=jQuery(".give-form");i.length&&jQuery.each(i,function(i,a){e=jQuery("input",a),e.length&&jQuery.each(e,function(e,i){i=jQuery(i).get(0),give_global_vars.form_translation.hasOwnProperty(i.name)&&(i.oninvalid=function(e){e.target.setCustomValidity(""),e.target.validity.valid||e.target.setCustomValidity(give_global_vars.form_translation[i.name])})})})}function update_profile_state_field(){var e=jQuery(this),i=e.parents("form");if("give_address_country"===e.attr("id")){i.find("#give_address_state").empty().append('<option value="1">'+give_global_vars.general_loading+"</option>").prop("disabled",!0);var a={action:"give_get_states",country:e.val(),field_name:"give_address_state"};jQuery.ajax({type:"POST",data:a,url:give_global_vars.ajaxurl,xhrFields:{withCredentials:!0},success:function(e){var a="",t=e.states_label;a=void 0!=typeof e.states_found&&1==e.states_found?e.data:'<input type="text" id="give_address_state" name="give_address_state" class="text give-input" placeholder="'+t+'" value="'+e.default_state+'"/>',i.find('input[name="give_address_state"], select[name="give_address_state"]').replaceWith(a),void 0!=typeof e.show_field&&1==e.show_field?(i.find("p#give-card-state-wrap").removeClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-last"),i.find("p#give-card-zip-wrap").removeClass("form-row-wide")):(i.find("p#give-card-state-wrap").addClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-wide"),i.find("p#give-card-zip-wrap").removeClass("form-row-last"))}}).fail(function(e){window.console&&window.console.log&&console.log(e)})}return!1}var give_scripts,give_float_labels;jQuery(function(e){var i=e(document);give_fl_trigger(),give_change_html5_form_field_validation_message(),i.on("click touchend",".give-disabled",function(e){return e.preventDefault(),!1}),i.on("give_gateway_loaded",function(e,i,a){give_fl_trigger()}),i.on("give_checkout_billing_address_updated",function(i,a,t){e("form#"+t).hasClass("float-labels-enabled")&&give_fl_trigger()}),i.on("click",".give-btn-reveal",function(i){i.preventDefault();var a=e(this),t=e(this).parents("form"),n="#give-payment-mode-select",o=e(n),r="";return a.hide(),e("li",o).length>1&&(r=n+", "),t.find(r+"#give_purchase_form_wrap").slideDown(),!1}),i.on("click",".give-btn-modal",function(i){i.preventDefault();var a=e(this).parents("div.give-form-wrap"),t=a.find("form.give-form"),n=t.find("#give-amount"),o=n.val();return!o||o<=0?(n.focus(),!1):void give_open_form_modal(a,t)});var a=jQuery('.give_notice[data-dismissible="auto"]');a.length&&a.each(function(i,a){a=e(a),window.setTimeout(function(){a.slideUp()},a.data("dismiss-interval"))}),i.on("change","#give_profile_billing_address_wrap #give_address_country",update_profile_state_field)});
|
6 |
jQuery.fn.giveHintCss=function(t,a){return this.each(function(){var i=jQuery(this);a=jQuery.extend({label:""},a);var e=i.next("span.give-hint-tooltip-js");if(!e.length){var n=a.label.length?a.label:i.data("hint-aria-label");if(!n.length)return;i.after('<span class="give-hint-tooltip-js hint--top hint--medium" aria-label="'+n+'"></span>'),e=i.next(),e.css({top:-i.outerHeight(),left:-(i.outerWidth()/2)})}"show"===t?e.addClass("hint--always"):"hide"===t&&e.removeClass("hint--always")})},jQuery(document).ready(function(t){function a(a){if(!a.is('[class*="hint"]')){var i=a.attr("class"),e=[],n=a.data("tooltip").split(" ").length;i&&(i=i.split(" "),e=t.grep(i,function(t){return-1!==t.indexOf("give-icon")}),e.length&&(e=e.join(" "),a.removeClass(e),a.append('<i class="'+e+'"></i>'))),a.addClass("hint--top"),15<n?a.addClass("hint--large"):7<n&&a.addClass("hint--medium"),a.attr("aria-label",a.data("tooltip"))}}var i=t("[data-tooltip]");i.length&&i.each(function(i,e){e=e instanceof jQuery?e:t(e),a(e)}),t("body").on("hover","[data-tooltip]",function(){a(t(this))})});
|
7 |
function give_load_gateway(e,i){var t=jQuery(e).find("#give-payment-mode-select .give-loading-text"),a=jQuery(e).find("#give-amount").val(),n=jQuery(e).find('input[name="give-form-id"]').val();t.fadeIn();var o=jQuery(e).data();1!=o["blockUI.isBlocked"]&&jQuery(e).find("#give_purchase_form_wrap").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),jQuery.post(give_scripts.ajaxurl+"?payment-mode="+i,{action:"give_load_gateway",give_total:a,give_form_id:n,give_payment_mode:i},function(i){jQuery(e).unblock(),jQuery(e).find("#give_purchase_form_wrap").html(i),jQuery(".give-no-js").hide(),jQuery(e).find("#give-payment-mode-select .give-loading-text").fadeOut(),jQuery(document).trigger("give_gateway_loaded",[i,jQuery(e).attr("id")])})}var give_scripts,give_global_vars;jQuery(document).ready(function(e){e(".give-loading-text").hide(),e(document).on("click",".give-checkout-login",function(i){var t=e(this),a=e(this).parents("form"),n=e(a).find('[id^="give-checkout-login-register"] .give-loading-text'),o={action:t.data("action"),form_id:e(a).find('[name="give-form-id"]').val()};return n.show(),e.post(give_scripts.ajaxurl,o,function(i){e(a).find("[id^=give-checkout-login-register]").html(i),e(a).find(".give-submit-button-wrap").hide()}).done(function(){n.hide(),give_fl_trigger()}),!1}),e(document).on("click",".give-checkout-register-cancel",function(i){i.preventDefault();var t=e(this),a=e(this).parents("form"),n={action:t.data("action"),form_id:e(a).find('[name="give-form-id"]').val()};e.post(give_scripts.ajaxurl,n,function(i){e(a).find("[id^=give-checkout-login-register]").html(e.parseJSON(i.fields)),e(a).find(".give-submit-button-wrap").show()}).done(function(){give_fl_trigger()})}),e(document).on("click","[id^=give-login-fields] input[type=submit]",function(i){i.preventDefault();var t=e(this).val(),a=e(this).parents("form");e(this).val(give_global_vars.purchase_loading),a.find("[id^=give-login-fields] .give-loading-animation").fadeIn();var n={action:"give_process_donation_login",give_ajax:1,give_user_login:a.find("[name=give_user_login]").val(),give_user_pass:a.find("[name=give_user_pass]").val(),give_form_id:a.find("[name=give-form-id]").val()};e.post(give_global_vars.ajaxurl,n,function(i){void 0!=e.trim(typeof i.success)&&1==i.success&&void 0!=typeof i.data?(a.find(".give_errors").remove(),a.find("#give-payment-mode-select").after(i.data),a.find(".give_notices.give_errors").delay(5e3).slideUp(),Give.form.fn.resetNonce(a),give_load_gateway(a,a.find(".give-gateway-option-selected input").val())):(a.find("[id^=give-login-fields] input[type=submit]").val(t),a.find(".give-loading-animation").fadeOut(),a.find(".give_errors").remove(),a.find("[id^=give-user-login-submit]").before(i.data))})}),e("select#give-gateway, input.give-gateway").on("change",function(i){i.preventDefault();var t=e(this).val();return"0"==t?(console.log("There was a problem loading the selected gateway"),!1):(give_load_gateway(e(this).parents("form"),t),!1)}),e("body").on("click","#give-confirm-email-btn",function(i){var t=e(this),a={action:"give_confirm_email_for_donations_access",email:t.data("email"),nonce:give_scripts.ajaxNonce};return t.text(give_global_vars.loading),t.attr("disabled","disabled"),e.post(give_global_vars.ajaxurl,a,function(e){e=JSON.parse(e),"error"===e.status?(t.closest("#give_user_history tfoot").hide(),t.closest(".give_user_history_main").find(".give_user_history_notice").html(e.message)):"success"===e.status&&(t.closest(".give_user_history_main").find(".give_user_history_notice").html(e.message),t.hide(),t.closest(".give-security-button-wrap").find("span").show())}),!1}),e("body").on("click touchend",'form.give-form input[name="give-purchase"].give-submit',function(i){var t=e(this).parents("form.give-form"),a=t.find('input[type="submit"].give-submit + .give-loading-animation');a.fadeIn();var n=t.get(0);if("function"!=typeof n.checkValidity||n.checkValidity()!==!1||(a.fadeOut(),(navigator.userAgent.indexOf("Safari")!=-1&&navigator.userAgent.indexOf("Chrome")==-1)!=!1)){i.preventDefault();var o=e(this).val();e(this).val(give_global_vars.purchase_loading),Give.form.fn.disable(t,!0),e.post(give_global_vars.ajaxurl,t.serialize()+"&action=give_process_donation&give_ajax=true",function(i){"success"==e.trim(i)?(t.find(".give_errors").remove(),e(n).submit(),t.trigger("give_form_validation_passed")):(t.find('input[type="submit"].give-submit').val(o),a.fadeOut(),t.find(".give_errors").remove(),t.find('#give_purchase_submit input[type="submit"].give-submit').before(i),Give.form.fn.disable(t,!1))})}})});
|
8 |
var give_scripts,give_global_vars,Give="undefined"!=typeof Give?Give:{};Give={init:function(){var e=["form"],t=0;for(jQuery(document).trigger("give:preInit"),this.fn.__initialize_cache();t<e.length;)Give[e[t]].init&&Give[e[t]].init(),t++;jQuery(document).trigger("give:postInit")},fn:{formatCurrency:function(e,t,i){var n={symbol:"",decimal:parseInt(give_global_vars.decimal_separator),thousand:give_global_vars.thousands_separator,precision:give_global_vars.number_decimals,currency:give_global_vars.currency};if(e=e.toString().trim(),i="undefined"==typeof i?{}:i,i.length&&(n={symbol:"",decimal:Give.form.fn.getInfo("decimal_separator",i),thousand:Give.form.fn.getInfo("thousands_separator",i),precision:Give.form.fn.getInfo("number_decimals",i),currency:Give.form.fn.getInfo("currency_code",i)}),t=jQuery.extend(n,t),t.precision=parseInt(t.precision),"INR"===t.currency){var a,r,o=accounting.unformat(e,".").toString(),d="",f=o.indexOf(".");for(-1!==f&&t.precision?(d=Number(o.substr(parseInt(f))).toFixed(t.precision).toString().substr(1),o=o.substr(0,parseInt(f)),d.length?t.precision+1>d.length&&(d=(d+"000000000").substr(0,t.precision+1)):d=".0000000000".substr(0,parseInt(f)+1)):d=".000000000".substr(0,t.precision+1),a=o.substr(-3),r=o.substr(0,parseInt(o.length)-3);r.length>0;)a=r.substr(-2)+t.thousand+a,r=r.substr(0,parseInt(r.length)-2);d.length&&(a+=d),e=a,void 0!==t.symbol&&t.symbol.length&&("after"===t.position?e+=t.symbol:e=t.symbol+e)}else"after"===t.position&&(t.format="%v%s"),e=accounting.formatMoney(e,t);return e},unFormatCurrency:function(e,t){return Math.abs(parseFloat(accounting.unformat(e,t)))},getParameterByName:function(e,t){t||(t=window.location.href),e=e.replace(/[\[\]]/g,"\\$&");var i=new RegExp("[?&]"+e+"(=([^&#]*)|&|#|$)"),n=i.exec(t);return n?n[2]?decodeURIComponent(n[2].replace(/\+/g," ")):"":null},getGlobalVar:function(e){return"undefined"==typeof give_global_vars[e]?"":give_global_vars[e]},setCache:function(e,t,i){i.length?Give.cache["form_"+Give.form.fn.getInfo("form-id",i)][e]=t:Give.cache[e]=t},getCache:function(e,t){var i;return i=t.length?Give.cache["form_"+Give.form.fn.getInfo("form-id",t)][e]:Give.cache[e],i="undefined"==typeof i?"":i},__initialize_cache:function(){jQuery.each(jQuery(".give-form"),function(e,t){t=t instanceof jQuery?t:jQuery(t),Give.cache["form_"+Give.form.fn.getInfo("form-id",t)]=[]})}},cache:{}},Give.form={init:function(){this.fn.field.formatCreditCard(jQuery("form.give-form")),window.onload=function(){Give.form.fn.__sendBackToForm()}},fn:{disable:function(e,t){return!!e.length&&void e.find(".give-submit").prop("disabled",t)},formatAmount:function(e,t,i){return t.length?Give.fn.formatCurrency(e,i,t):e},getInfo:function(e,t){var i="";if(t="undefined"!=typeof t?t:{},!e.length||!t.length)return i;switch(e){case"gateways":i=[],jQuery.each(t.find('input[name="payment-mode"]'),function(e,t){t=t instanceof jQuery?t:jQuery(t),i.push(t.val().trim())});break;case"form-type":t.hasClass("give-form-type-set")?i="set":t.hasClass("give-form-type-multi")&&(i="multi");break;case"form-id":i=t.find('input[name="give-form-id"]').val();break;default:i=t.get(0).hasAttribute("data-"+e)?t.attr("data-"+e):t.attr(e),"undefined"!=typeof i?i.trim():i}return i},setInfo:function(e,t,i,n){if(!i.length)return!1;switch(e="undefined"==typeof e?"data":e){case"nonce":i.find('input[name="_wpnonce"]').val(t)}if("undefined"!=typeof n&&!n.length)return!1;switch(e){case"attr":i.attr(n,t);break;default:i.data(n,t)}return!0},getGateway:function(e){var t="";return e.length?(t=e.find('input[name="payment-mode"]:checked').val().trim(),"undefined"!=typeof t?t:""):t},getVariablePrices:function(e){var t,i=[];return e.length&&e.hasClass("give-form-type-multi")&&(t=e.find(".give-donation-levels-wrap [data-price-id] "))?(jQuery.each(t,function(t,n){n=n instanceof jQuery?n:jQuery(n);var a=Give.form.fn.getInfo("decimal_separator",e);i.push({price_id:n.data("price-id"),amount:Give.fn.unFormatCurrency(n.val(),a)})}),i):i},getPriceID:function(e,t){var i=this.getVariablePrices(e),n=Give.fn.unFormatCurrency(e.find('input[name="give-amount"]').val(),this.getInfo("decimal_separator",e)),a=Give.fn.getCache("amount_"+n,e)?Give.fn.getCache("amount_"+n,e):-1;return t="undefined"==typeof t||t,i.length&&-1===a&&(t?(jQuery.each(i,function(e,t){if(t.amount===n)return a=t.price_id,!1}),-1===a&&this.getMinimumAmount(e)<=n&&(a="custom")):a=jQuery('input[name="give-price-id"]',e).val()),a},getMinimumAmount:function(e){return Give.fn.unFormatCurrency(e.find('input[name="give-form-minimum"]').val(),Give.form.fn.getInfo("decimal_separator",e))},getAmount:function(e){if(!e.length)return null;var t=e.find('input[name="give-amount"]').val();return"undefined"!=typeof t&&t||(t=0),Give.fn.unFormatCurrency(t,this.getInfo("decimal_separator",e))},getNonce:function(e){if(!e.length)return"";var t=e.find('input[name="_wpnonce"]').val();return"undefined"!=typeof t&&t||(t=""),t},resetNonce:function(e){return!!e.length&&void jQuery.post(give_scripts.ajaxurl,{action:"give_donation_form_nonce",give_form_id:Give.form.fn.getInfo("form-id",e)},function(t){Give.form.fn.setInfo("nonce",t.data,e,"")})},autoSelectDonationLevel:function(e,t){if(!e.length||"multi"!==this.getInfo("form-type",e))return!1;switch(t="undefined"==typeof t?this.getPriceID(e,!1):t,!0){case!!e.find(".give-radio-input").length:e.find(".give-radio-input").prop("checked",!1),e.find('.give-radio-input[data-price-id="'+t+'"]').prop("checked",!0).addClass("give-default-level");break;case!!e.find("button.give-donation-level-btn").length:e.find("button.give-donation-level-btn").blur(),e.find('button.give-donation-level-btn[data-price-id="'+t+'"]').focus().addClass("give-default-level");break;case!!e.find("select.give-select-level").length:e.find("select.give-select-level option").prop("selected",!1),e.find('select.give-select-level option[data-price-id="'+t+'"]').prop("selected",!0).addClass("give-default-level")}},autoSetMultiLevel:function(e){var t=e.parents("form"),i=e.val(),n=e.data("price-id");if("undefined"==typeof n&&(n=e.find("option:selected").data("price-id")),"custom"===i)return t.find(".give-amount-top").val("").focus(),!1;t.find(".give-amount-top").val(i),t.find("span.give-amount-top").text(i);var a=Give.form.fn.getInfo("decimal_separator",t);jQuery(".give-donation-amount .give-text-input",t).data("amount",Give.fn.unFormatCurrency(t.find(".give-final-total-amount").data("total"),a)),t.find(".give-donation-amount .give-text-input").trigger("blur",[t,i,n]),jQuery(document).trigger("give_donation_value_updated",[t,i,n])},__sendBackToForm:function(){var e=Give.fn.getParameterByName("form-id"),t=Give.fn.getParameterByName("payment-mode");if(!e||!t)return!1;var i=jQuery("body").find("#give-form-"+e+"-wrap"),n=i.find("form.give-form"),a=i.hasClass("give-display-modal"),r=i.hasClass("give-display-reveal");n.find("#give-gateway-radio-list label").removeClass("give-gateway-option-selected"),n.find("input[name=payment-mode][value="+t+"]").prop("checked",!0).parent().addClass("give-gateway-option-selected");var o=Give.fn.getParameterByName("level-id"),d=n.find('*[data-price-id="'+o+'"]');d.length>0&&this.autoSetMultiLevel(d),a?give_open_form_modal(i,n):r&&(n.find(".give-btn-reveal").hide(),n.find("#give-payment-mode-select, #give_purchase_form_wrap").slideDown())},isValidDonationAmount:function(e){var t=this.getMinimumAmount(e),i=this.getAmount(e),n=this.getPriceID(e,!0);return-1<i&&i>=t||-1!==n},field:{formatCreditCard:function(e){e.each(function(e,t){t=jQuery(t);var i=t.find(".card-number"),n=t.find(".card-cvc"),a=t.find(".card-expiry");i.length&&(i.payment("formatCardNumber"),n.payment("formatCardCVC"),a.payment("formatCardExpiry"))})}}}},Give.notice={fn:{renderNotice:function(e,t){var i,n="";switch(t="undefined"!=typeof t?t:{},e){case"bad_minimum":i=jQuery('<div class="give_error give-invalid-minimum give-hidden">'+this.getNotice(e,t)+"</div>")}return t.length?void i.insertBefore(t.find(".give-total-wrap")).show():n},getNotice:function(e,t){if(!e.length)return null;var i="";switch(e){case"bad_minimum":t.length&&(i=Give.fn.getGlobalVar("bad_minimum")+" "+Give.fn.formatCurrency(Give.form.fn.getMinimumAmount(t),{symbol:Give.form.fn.getInfo("currency_symbol",t)},t))}return i}}},jQuery(function(e){function t(){var t=e(this),i=t.parents("form");if("card_state"!==t.attr("id")){i.find("#card_state").empty().append('<option value="1">'+give_global_vars.general_loading+"</option>").prop("disabled",!0);var a={action:"give_get_states",country:t.val(),field_name:"card_state"};e.ajax({type:"POST",data:a,url:give_global_vars.ajaxurl,xhrFields:{withCredentials:!0},success:function(e){var t="",a=e.states_label;t=void 0!=typeof e.states_found&&1==e.states_found?e.data:'<input type="text" id="card_state" name="card_state" class="cart-state give-input required" placeholder="'+a+'" value="'+e.default_state+'"/>',!1===i.hasClass("float-labels-enabled")?"undefined"!=typeof e.states_require&&1==e.states_require?i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label .give-required-indicator").removeClass("give-hidden"):i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label .give-required-indicator").addClass("give-hidden"):i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label").text(a),i.find('input[name="card_state"], select[name="card_state"]').closest("p").find("label .state-label-text").text(a),i.find('input[name="card_state"], select[name="card_state"]').replaceWith(t),void 0!=typeof e.show_field&&1==e.show_field?(i.find("p#give-card-state-wrap").removeClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-last"),i.find("p#give-card-zip-wrap").removeClass("form-row-wide")):(i.find("p#give-card-state-wrap").addClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-wide"),i.find("p#give-card-zip-wrap").removeClass("form-row-last")),n.trigger("give_checkout_billing_address_updated",[e,i.attr("id")])}}).fail(function(e){window.console&&window.console.log&&console.log(e)})}return!1}var i=jQuery("form.give-form"),n=e(document);e.fn.toggleError=function(e){return this.toggleClass("error",e),this.toggleClass("valid",!e),this},Give.init(),n.on("change","#give_cc_address input.card_state, #give_cc_address select",t),n.on("give_gateway_loaded",function(){Give.form.fn.field.formatCreditCard(i)}),n.on("submit","#give_payment_mode",function(){var t=Give.form.fn.getGateway(e(this).closest("form"));if(!t.length)return alert(Give.fn.getGlobalVar("no_gateway")),!1}),n.on("click","#give-payment-mode-select input",function(){var t,i=e(this).parents("form"),n=i.find("#give-payment-mode-select li"),a=i.find('li.give-gateway-option-selected input[name="payment-mode"]').val().trim();n.removeClass("give-gateway-option-selected"),n.prop("checked",!1),e(this).prop("checked",!0),e(this).parent().addClass("give-gateway-option-selected"),t=Give.form.fn.getGateway(i),i.attr("action",i.attr("action").replace("payment-mode="+a,"payment-mode="+t))}),n.on("focus",".give-donation-amount .give-text-input",function(t){var i=e(this).parents("form");e(this).removeClass("invalid-amount");var n=i.find(".give-final-total-amount").data("total"),a=Give.form.fn.getInfo("decimal_separator",i);e(this).data("amount",Give.fn.unFormatCurrency(n,a)),e(this).parent(".give-donation-amount").addClass("give-custom-amount-focus-in"),i.find(".give-default-level, .give-radio-input").removeClass("give-default-level"),i.find(".give-btn-level-custom").addClass("give-default-level"),i.find(".give-radio-input").prop("checked",!1),i.find(".give-radio-input.give-radio-level-custom").prop("checked",!0),i.find(".give-select-level").prop("selected",!1),i.find(".give-select-level .give-donation-level-custom").prop("selected",!0)}),n.on("blur",".give-donation-amount .give-text-input",function(t,i,n,a){var r="undefined"!=typeof i?i:e(this).closest("form"),o=e(this).data("amount"),d="undefined"!=typeof n?n:e(this).val(),f=Give.form.fn.getInfo("decimal_separator",r),l=Give.form.fn.getMinimumAmount(r),s=0===d?l:Give.fn.unFormatCurrency(d,f),u=Give.form.fn.formatAmount(s,r,{});if(a="undefined"==typeof a?Give.form.fn.getPriceID(r,!0):a,Give.fn.setCache("amount_"+s,a,r),e(this).val(u),Give.form.fn.isValidDonationAmount(r))e(this).removeClass("give-invalid-amount"),r.find(".give-invalid-minimum").slideUp(300,function(){e(this).remove()}),Give.form.fn.disable(r,!1);else{e(this).addClass("give-invalid-amount"),Give.form.fn.disable(r,!0);var c=r.find(".give-invalid-minimum");0===c.length&&Give.notice.fn.renderNotice("bad_minimum",r)}o!==s&&r.find(".give-final-total-amount").data("total",s).text(Give.fn.formatCurrency(s,{symbol:Give.form.fn.getInfo("currency_symbol",r),position:Give.form.fn.getInfo("currency_position",r)},r)),-1!==a&&(e('input[name="give-price-id"]',r).val(a),r.find(".give-amount-hidden").val(Give.form.fn.formatAmount(s,r,{})),r.find(".give-default-level").removeClass("give-default-level"),Give.form.fn.autoSelectDonationLevel(r,a)),e(this).parent(".give-donation-amount").removeClass("give-custom-amount-focus-in")}),n.on("click touchend",".give-donation-level-btn",function(t){t.preventDefault(),Give.form.fn.autoSetMultiLevel(e(this))}),n.on("click touchend",".give-radio-input-level",function(t){Give.form.fn.autoSetMultiLevel(e(this))}),n.on("change",".give-select-level",function(t){Give.form.fn.autoSetMultiLevel(e(this))}),n.on("click",".give_terms_links",function(t){t.preventDefault();var i=e(this).closest("fieldset");return e("[class^=give_terms-]",i).slideToggle(),e("a.give_terms_links",i).toggle(),!1}),e('label[for^="give-radio-level"]').on("click",function(t){var i=e(this).closest("form"),n=i.find("#"+e(this).attr("for"));n.length&&(n.trigger("click"),t.preventDefault())})}),jQuery(window).load(function(){jQuery("body").on("keyup change focusout",".give-form .card-number, .give-form .card-cvc, .give-form .card-expiry",function(e){var t=jQuery(this),i=t.parents("form.give-form"),n=t.attr("id"),a=i.find(".card-number"),r=i.find(".card-cvc"),o=i.find(".card-expiry"),d=jQuery.payment.cardType(a.val()),f=!1;switch(e.type){case"focusout":n.indexOf("card_number")>-1?(f=!jQuery.payment.validateCardNumber(a.val()),a.toggleError(f)):n.indexOf("card_cvc")>-1?(f=!jQuery.payment.validateCardCVC(r.val(),d),r.toggleError(f)):n.indexOf("card_expiry")>-1&&(f=!jQuery.payment.validateCardExpiry(o.payment("cardExpiryVal")),o.toggleError(f)),Give.form.fn.disable(t.parents("form"),f);break;default:if(t.hasClass("error")&&t.removeClass("error"),n.indexOf("card_number")>-1){var l=i.find(".card-type");null===d?(l.removeClass().addClass("off card-type"),t.removeClass("valid").addClass("error")):l.removeClass().addClass("card-type "+d)}else if(n.indexOf("card_expiry")>-1){var s=o.payment("cardExpiryVal");i.find(".card-expiry-month").val(s.month),i.find(".card-expiry-year").val(s.year)}}})});
|
9 |
+
function give_open_form_modal(e,i){var a="#give_purchase_form_wrap, #give-payment-mode-select, .mfp-close, .give-hidden";jQuery.magnificPopup.open({mainClass:give_global_vars.magnific_options.main_class,closeOnBgClick:give_global_vars.magnific_options.close_on_bg_click,fixedContentPos:!0,fixedBgPos:!0,removalDelay:250,items:{src:i,type:"inline"},callbacks:{beforeOpen:function(){if(jQuery("body").addClass("give-modal-open"),e.hasClass("give-display-button-only")&&!i.data("content")){var a=jQuery(".give-form-content-wrap",e),t=jQuery(".give-form-title",e),n=jQuery(".give-goal-progress",e),o=jQuery(">.give_error",e),r=jQuery(".give_errors",e);a.length&&!jQuery(".give-form-content-wrap",i).length&&(a.hasClass("give_post_form-content")?i.append(a):i.prepend(a)),r.length&&!jQuery(".give_errors",i).length&&r.each(function(e,a){i.prepend(jQuery(a))}),o.length&&!jQuery(">.give_error",i).length&&o.each(function(e,a){i.prepend(jQuery(a))}),n.length&&!jQuery(".give-goal-progress",i).length&&i.prepend(n),t.length&&!jQuery(".give-form-title",i).length&&i.prepend(t),i.data("content","loaded")}},open:function(){var t=jQuery(".mfp-content");t.outerWidth()>=500&&t.addClass("give-responsive-mfp-content"),e.hasClass("give-display-button-only")&&(a=i.children().not(".give-hidden, .give-btn-modal")),i.children().not(a).hide()},close:function(){i.removeClass("mfp-hide"),jQuery("body").removeClass("give-modal-open"),i.children().not(a).show()}}})}function give_fl_trigger(){give_float_labels instanceof FloatLabels?give_float_labels.rebuild():give_float_labels=new FloatLabels(".float-labels-enabled",{exclude:"#give-amount, .give-select-level, [multiple]",prioritize:"placeholder",prefix:"give-fl-",style:"give"})}function give_change_html5_form_field_validation_message(){var e,i=jQuery(".give-form");i.length&&jQuery.each(i,function(i,a){e=jQuery("input",a),e.length&&jQuery.each(e,function(e,i){i=jQuery(i).get(0),give_global_vars.form_translation.hasOwnProperty(i.name)&&(i.oninvalid=function(e){e.target.setCustomValidity(""),e.target.validity.valid||e.target.setCustomValidity(give_global_vars.form_translation[i.name])})})})}function update_profile_state_field(){var e=jQuery(this),i=e.parents("form");if("give_address_country"===e.attr("id")){i.find("#give_address_state").empty().append('<option value="1">'+give_global_vars.general_loading+"</option>").prop("disabled",!0);var a={action:"give_get_states",country:e.val(),field_name:"give_address_state"};jQuery.ajax({type:"POST",data:a,url:give_global_vars.ajaxurl,xhrFields:{withCredentials:!0},success:function(e){var a="",t=e.states_label;a=void 0!=typeof e.states_found&&1==e.states_found?e.data:'<input type="text" id="give_address_state" name="give_address_state" class="text give-input" placeholder="'+t+'" value="'+e.default_state+'"/>',i.find('input[name="give_address_state"], select[name="give_address_state"]').replaceWith(a),void 0!=typeof e.show_field&&1==e.show_field?(i.find("p#give-card-state-wrap").removeClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-last"),i.find("p#give-card-zip-wrap").removeClass("form-row-wide")):(i.find("p#give-card-state-wrap").addClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-wide"),i.find("p#give-card-zip-wrap").removeClass("form-row-last"))}}).fail(function(e){window.console&&window.console.log&&console.log(e)})}return!1}var give_scripts,give_float_labels;jQuery(function(e){var i=e(document);give_fl_trigger(),give_change_html5_form_field_validation_message(),i.on("click touchend",".give-disabled",function(e){return e.preventDefault(),!1}),i.on("give_gateway_loaded",function(e,i,a){give_fl_trigger()}),i.on("give_checkout_billing_address_updated",function(i,a,t){e("form#"+t).hasClass("float-labels-enabled")&&give_fl_trigger()}),i.on("click",".give-btn-reveal",function(i){i.preventDefault();var a=e(this),t=e(this).parents("form"),n="#give-payment-mode-select",o=e(n),r="";return a.hide(),e("li",o).length>1&&(r=n+", "),t.find(r+"#give_purchase_form_wrap").slideDown(),!1}),i.on("click",".give-btn-modal",function(i){i.preventDefault();var a=e(this).parents("div.give-form-wrap"),t=a.find("form.give-form"),n=t.find("#give-amount"),o=n.val();return!o||o<=0?(n.focus(),!1):void give_open_form_modal(a,t)});var a=jQuery('.give_notice[data-dismissible="auto"]');a.length&&a.each(function(i,a){a=e(a),window.setTimeout(function(){a.slideUp()},a.data("dismiss-interval"))}),i.on("change","#give_profile_billing_address_wrap #give_address_country",update_profile_state_field),window.addEventListener("pageshow",function(i){var a=i.persisted||"string"!==window.performance&&2===window.performance.navigation.type;a&&e("body").find("form.give-form")[0].reset()})});
|
assets/js/frontend/give.js
CHANGED
@@ -94,7 +94,17 @@ jQuery( function( $ ) {
|
|
94 |
|
95 |
doc.on( 'change', '#give_profile_billing_address_wrap #give_address_country', update_profile_state_field );
|
96 |
|
97 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
|
99 |
/**
|
100 |
* Open form modal
|
94 |
|
95 |
doc.on( 'change', '#give_profile_billing_address_wrap #give_address_country', update_profile_state_field );
|
96 |
|
97 |
+
// Reset Form Fields on clicking back button of browser.
|
98 |
+
// @see https://developer.mozilla.org/en-US/Firefox/Releases/1.5/Using_Firefox_1.5_caching
|
99 |
+
// @see https://webkit.org/blog/427/webkit-page-cache-i-the-basics/
|
100 |
+
window.addEventListener( 'pageshow', function( event ) {
|
101 |
+
var historyTraversal = event.persisted || ( typeof 'undefined' !== window.performance && 2 === window.performance.navigation.type );
|
102 |
+
|
103 |
+
if ( historyTraversal ) {
|
104 |
+
$( 'body' ).find( 'form.give-form' )[0].reset();
|
105 |
+
}
|
106 |
+
});
|
107 |
+
});
|
108 |
|
109 |
/**
|
110 |
* Open form modal
|
assets/js/frontend/give.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
function give_open_form_modal(e,i){var a="#give_purchase_form_wrap, #give-payment-mode-select, .mfp-close, .give-hidden";jQuery.magnificPopup.open({mainClass:give_global_vars.magnific_options.main_class,closeOnBgClick:give_global_vars.magnific_options.close_on_bg_click,fixedContentPos:!0,fixedBgPos:!0,removalDelay:250,items:{src:i,type:"inline"},callbacks:{beforeOpen:function(){if(jQuery("body").addClass("give-modal-open"),e.hasClass("give-display-button-only")&&!i.data("content")){var a=jQuery(".give-form-content-wrap",e),t=jQuery(".give-form-title",e),n=jQuery(".give-goal-progress",e),o=jQuery(">.give_error",e),r=jQuery(".give_errors",e);a.length&&!jQuery(".give-form-content-wrap",i).length&&(a.hasClass("give_post_form-content")?i.append(a):i.prepend(a)),r.length&&!jQuery(".give_errors",i).length&&r.each(function(e,a){i.prepend(jQuery(a))}),o.length&&!jQuery(">.give_error",i).length&&o.each(function(e,a){i.prepend(jQuery(a))}),n.length&&!jQuery(".give-goal-progress",i).length&&i.prepend(n),t.length&&!jQuery(".give-form-title",i).length&&i.prepend(t),i.data("content","loaded")}},open:function(){var t=jQuery(".mfp-content");t.outerWidth()>=500&&t.addClass("give-responsive-mfp-content"),e.hasClass("give-display-button-only")&&(a=i.children().not(".give-hidden, .give-btn-modal")),i.children().not(a).hide()},close:function(){i.removeClass("mfp-hide"),jQuery("body").removeClass("give-modal-open"),i.children().not(a).show()}}})}function give_fl_trigger(){give_float_labels instanceof FloatLabels?give_float_labels.rebuild():give_float_labels=new FloatLabels(".float-labels-enabled",{exclude:"#give-amount, .give-select-level, [multiple]",prioritize:"placeholder",prefix:"give-fl-",style:"give"})}function give_change_html5_form_field_validation_message(){var e,i=jQuery(".give-form");i.length&&jQuery.each(i,function(i,a){e=jQuery("input",a),e.length&&jQuery.each(e,function(e,i){i=jQuery(i).get(0),give_global_vars.form_translation.hasOwnProperty(i.name)&&(i.oninvalid=function(e){e.target.setCustomValidity(""),e.target.validity.valid||e.target.setCustomValidity(give_global_vars.form_translation[i.name])})})})}function update_profile_state_field(){var e=jQuery(this),i=e.parents("form");if("give_address_country"===e.attr("id")){i.find("#give_address_state").empty().append('<option value="1">'+give_global_vars.general_loading+"</option>").prop("disabled",!0);var a={action:"give_get_states",country:e.val(),field_name:"give_address_state"};jQuery.ajax({type:"POST",data:a,url:give_global_vars.ajaxurl,xhrFields:{withCredentials:!0},success:function(e){var a="",t=e.states_label;a=void 0!=typeof e.states_found&&1==e.states_found?e.data:'<input type="text" id="give_address_state" name="give_address_state" class="text give-input" placeholder="'+t+'" value="'+e.default_state+'"/>',i.find('input[name="give_address_state"], select[name="give_address_state"]').replaceWith(a),void 0!=typeof e.show_field&&1==e.show_field?(i.find("p#give-card-state-wrap").removeClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-last"),i.find("p#give-card-zip-wrap").removeClass("form-row-wide")):(i.find("p#give-card-state-wrap").addClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-wide"),i.find("p#give-card-zip-wrap").removeClass("form-row-last"))}}).fail(function(e){window.console&&window.console.log&&console.log(e)})}return!1}var give_scripts,give_float_labels;jQuery(function(e){var i=e(document);give_fl_trigger(),give_change_html5_form_field_validation_message(),i.on("click touchend",".give-disabled",function(e){return e.preventDefault(),!1}),i.on("give_gateway_loaded",function(e,i,a){give_fl_trigger()}),i.on("give_checkout_billing_address_updated",function(i,a,t){e("form#"+t).hasClass("float-labels-enabled")&&give_fl_trigger()}),i.on("click",".give-btn-reveal",function(i){i.preventDefault();var a=e(this),t=e(this).parents("form"),n="#give-payment-mode-select",o=e(n),r="";return a.hide(),e("li",o).length>1&&(r=n+", "),t.find(r+"#give_purchase_form_wrap").slideDown(),!1}),i.on("click",".give-btn-modal",function(i){i.preventDefault();var a=e(this).parents("div.give-form-wrap"),t=a.find("form.give-form"),n=t.find("#give-amount"),o=n.val();return!o||o<=0?(n.focus(),!1):void give_open_form_modal(a,t)});var a=jQuery('.give_notice[data-dismissible="auto"]');a.length&&a.each(function(i,a){a=e(a),window.setTimeout(function(){a.slideUp()},a.data("dismiss-interval"))}),i.on("change","#give_profile_billing_address_wrap #give_address_country",update_profile_state_field)});
|
1 |
+
function give_open_form_modal(e,i){var a="#give_purchase_form_wrap, #give-payment-mode-select, .mfp-close, .give-hidden";jQuery.magnificPopup.open({mainClass:give_global_vars.magnific_options.main_class,closeOnBgClick:give_global_vars.magnific_options.close_on_bg_click,fixedContentPos:!0,fixedBgPos:!0,removalDelay:250,items:{src:i,type:"inline"},callbacks:{beforeOpen:function(){if(jQuery("body").addClass("give-modal-open"),e.hasClass("give-display-button-only")&&!i.data("content")){var a=jQuery(".give-form-content-wrap",e),t=jQuery(".give-form-title",e),n=jQuery(".give-goal-progress",e),o=jQuery(">.give_error",e),r=jQuery(".give_errors",e);a.length&&!jQuery(".give-form-content-wrap",i).length&&(a.hasClass("give_post_form-content")?i.append(a):i.prepend(a)),r.length&&!jQuery(".give_errors",i).length&&r.each(function(e,a){i.prepend(jQuery(a))}),o.length&&!jQuery(">.give_error",i).length&&o.each(function(e,a){i.prepend(jQuery(a))}),n.length&&!jQuery(".give-goal-progress",i).length&&i.prepend(n),t.length&&!jQuery(".give-form-title",i).length&&i.prepend(t),i.data("content","loaded")}},open:function(){var t=jQuery(".mfp-content");t.outerWidth()>=500&&t.addClass("give-responsive-mfp-content"),e.hasClass("give-display-button-only")&&(a=i.children().not(".give-hidden, .give-btn-modal")),i.children().not(a).hide()},close:function(){i.removeClass("mfp-hide"),jQuery("body").removeClass("give-modal-open"),i.children().not(a).show()}}})}function give_fl_trigger(){give_float_labels instanceof FloatLabels?give_float_labels.rebuild():give_float_labels=new FloatLabels(".float-labels-enabled",{exclude:"#give-amount, .give-select-level, [multiple]",prioritize:"placeholder",prefix:"give-fl-",style:"give"})}function give_change_html5_form_field_validation_message(){var e,i=jQuery(".give-form");i.length&&jQuery.each(i,function(i,a){e=jQuery("input",a),e.length&&jQuery.each(e,function(e,i){i=jQuery(i).get(0),give_global_vars.form_translation.hasOwnProperty(i.name)&&(i.oninvalid=function(e){e.target.setCustomValidity(""),e.target.validity.valid||e.target.setCustomValidity(give_global_vars.form_translation[i.name])})})})}function update_profile_state_field(){var e=jQuery(this),i=e.parents("form");if("give_address_country"===e.attr("id")){i.find("#give_address_state").empty().append('<option value="1">'+give_global_vars.general_loading+"</option>").prop("disabled",!0);var a={action:"give_get_states",country:e.val(),field_name:"give_address_state"};jQuery.ajax({type:"POST",data:a,url:give_global_vars.ajaxurl,xhrFields:{withCredentials:!0},success:function(e){var a="",t=e.states_label;a=void 0!=typeof e.states_found&&1==e.states_found?e.data:'<input type="text" id="give_address_state" name="give_address_state" class="text give-input" placeholder="'+t+'" value="'+e.default_state+'"/>',i.find('input[name="give_address_state"], select[name="give_address_state"]').replaceWith(a),void 0!=typeof e.show_field&&1==e.show_field?(i.find("p#give-card-state-wrap").removeClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-last"),i.find("p#give-card-zip-wrap").removeClass("form-row-wide")):(i.find("p#give-card-state-wrap").addClass("give-hidden"),i.find("p#give-card-zip-wrap").addClass("form-row-wide"),i.find("p#give-card-zip-wrap").removeClass("form-row-last"))}}).fail(function(e){window.console&&window.console.log&&console.log(e)})}return!1}var give_scripts,give_float_labels;jQuery(function(e){var i=e(document);give_fl_trigger(),give_change_html5_form_field_validation_message(),i.on("click touchend",".give-disabled",function(e){return e.preventDefault(),!1}),i.on("give_gateway_loaded",function(e,i,a){give_fl_trigger()}),i.on("give_checkout_billing_address_updated",function(i,a,t){e("form#"+t).hasClass("float-labels-enabled")&&give_fl_trigger()}),i.on("click",".give-btn-reveal",function(i){i.preventDefault();var a=e(this),t=e(this).parents("form"),n="#give-payment-mode-select",o=e(n),r="";return a.hide(),e("li",o).length>1&&(r=n+", "),t.find(r+"#give_purchase_form_wrap").slideDown(),!1}),i.on("click",".give-btn-modal",function(i){i.preventDefault();var a=e(this).parents("div.give-form-wrap"),t=a.find("form.give-form"),n=t.find("#give-amount"),o=n.val();return!o||o<=0?(n.focus(),!1):void give_open_form_modal(a,t)});var a=jQuery('.give_notice[data-dismissible="auto"]');a.length&&a.each(function(i,a){a=e(a),window.setTimeout(function(){a.slideUp()},a.data("dismiss-interval"))}),i.on("change","#give_profile_billing_address_wrap #give_address_country",update_profile_state_field),window.addEventListener("pageshow",function(i){var a=i.persisted||"string"!==window.performance&&2===window.performance.navigation.type;a&&e("body").find("form.give-form")[0].reset()})});
|
assets/scss/admin/updates.scss
CHANGED
@@ -35,3 +35,13 @@ body.give_forms_page_give-updates {
|
|
35 |
}
|
36 |
}
|
37 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
}
|
36 |
}
|
37 |
}
|
38 |
+
|
39 |
+
#give-plugin-updates {
|
40 |
+
.panel-content {
|
41 |
+
table {
|
42 |
+
tr {
|
43 |
+
display: block;
|
44 |
+
}
|
45 |
+
}
|
46 |
+
}
|
47 |
+
}
|
assets/sourcemaps/give-admin.css.map
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"version":3,"file":"give-admin.css","sources":["admin/give-admin.scss","frontend/_mixins.scss","frontend/_variables.scss","plugins/hint.min.scss","frontend/fonts.scss","admin/fonts.scss","admin/grids.scss","admin/forms.scss","admin/addons.scss","admin/reports.scss","admin/welcome.scss","admin/logs.scss","admin/settings.scss","admin/payment-history.scss","admin/dashboard.scss","admin/donors.scss","admin/buttons.scss","admin/shortcodes.scss","admin/system-info.scss","admin/util.scss","admin/updates.scss","admin/blank-slate.scss","admin/importer.scss"],"sourcesContent":["/*!\r\n * Give Admin SCSS/CSS\r\n *\r\n * @description: The Main SCSS file for ADMIN styles which is compiled and minified via Gulp taskrunner\r\n * @package: Give\r\n * @subpackage: SCSS/Admin\r\n * @copyright: Copyright (c) 2016, WordImpress\r\n * @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n@import '../frontend/mixins';\r\n@import '../frontend/variables';\r\n@import '../plugins/hint.min';\r\n@import '../frontend/fonts';\r\n@import 'fonts';\r\n@import 'grids';\r\n@import 'forms';\r\n@import 'addons';\r\n@import 'reports';\r\n@import 'welcome';\r\n@import 'logs';\r\n@import 'settings';\r\n@import 'payment-history';\r\n@import 'dashboard';\r\n@import 'donors';\r\n@import 'buttons';\r\n@import 'shortcodes';\r\n@import 'system-info';\r\n@import 'util';\r\n@import 'updates';\r\n@import 'blank-slate';\r\n@import 'importer';\r\n","/**\r\n * Clearfix\r\n */\r\n@mixin clearfix() {\r\n *zoom: 1;\r\n\r\n &:before,\r\n &:after {\r\n content: \" \";\r\n display: table;\r\n }\r\n\r\n &:after {\r\n clear: both;\r\n }\r\n}\r\n\r\n.give-clearfix {\r\n @include clearfix;\r\n}\r\n\r\n/**\r\n * Box Sizing\r\n * https://github.com/timrogers/sass-box-sizing-mixin\r\n */\r\n@mixin box-sizing($box-model) {\r\n -webkit-box-sizing: $box-model; // Safari <= 5\r\n -moz-box-sizing: $box-model; // Firefox <= 19\r\n box-sizing: $box-model;\r\n}\r\n\r\n/**\r\n * CSS3 Easing\r\n */\r\n@mixin easing-transition() {\r\n -moz-transition: 0.2s all linear;\r\n -o-transition: 0.2s all linear;\r\n transition: 0.2s all linear;\r\n}\r\n\r\n//Labels\r\n@mixin give-label() {\r\n padding: .2em .4em .3em;\r\n font-size: 11px;\r\n line-height: 1;\r\n color: #fff;\r\n text-align: center;\r\n white-space: nowrap;\r\n vertical-align: baseline;\r\n border-radius: .25em;\r\n \r\n &:hover {\r\n color:#fff;\r\n text-decoration: none;\r\n }\r\n}\r\n\r\n@mixin give-label-gray() {\r\n background-color: #929292;\r\n}\r\n@mixin give-label-orange() {\r\n background-color: #ffba00;\r\n}\r\n\r\n.give-item-label {\r\n @include give-label();\r\n}\r\n\r\n.give-item-label-gray {\r\n @include give-label-gray();\r\n}\r\n\r\n.give-item-label-orange {\r\n @include give-label-orange();\r\n}\r\n\r\n\r\n.give-item-label {\r\n @include give-label();\r\n}\r\n\r\n//Fields\r\n@mixin give-currency() {\r\n background-color: lighten($light-gray, 2%);\r\n border-top: 1px solid $borders;\r\n border-bottom: 1px solid $borders;\r\n color: $dark;\r\n margin: 0;\r\n padding: 0 12px;\r\n height: 35px;\r\n line-height: 35px;\r\n font-size: $font-size-medium;\r\n @include box-sizing(border-box);\r\n}\r\n\r\n@mixin give-input() {\r\n border: 1px solid $borders;\r\n background: #FFF;\r\n border-radius: 0;\r\n height: 35px;\r\n line-height: 35px;\r\n padding: 0 12px;\r\n margin: 0;\r\n font-size: $font-size-medium;\r\n @include box-sizing(border-box);\r\n}","/**\r\n * Give CSS Variables\r\n */\r\n\r\n$green: #7ad03a;\r\n$red: #a00;\r\n$orange: #ffba00;\r\n$blue: #2ea2cc;\r\n$dark: #333;\r\n$borders: #ccc;\r\n$light-gray: #EDEDED;\r\n\r\n//Status\r\n$status-default: #777;\r\n$status-complete: $green;\r\n$status-refunded: $status-default;\r\n$status-subscription: #5bc0de;\r\n$status-revoked: #d9534f;\r\n\r\n//Font sizes\r\n$font-size-medium: 18px;\r\n\r\n$primary: #007ba4;\r\n// Primary colour for buttons (alt)\r\n$primarytext: desaturate(lighten($primary, 50%), 18%);\r\n// Text on primary colour bg\r\n\r\n$secondary: desaturate(lighten($primary, 40%), 21%);\r\n// Secondary buttons\r\n$secondarytext: desaturate(darken($secondary, 60%), 21%);\r\n// Text on secondary colour bg\r\n\r\n$highlight: adjust-hue($primary, 150deg);\r\n// Prices, In stock labels, sales flash\r\n$highlightext: desaturate(lighten($highlight, 50%), 18%);\r\n// Text on highlight colour bg\r\n\r\n$contentbg: #fff;\r\n// Content BG - Tabs (active state)\r\n$subtext: #777;\r\n// small, breadcrumbs etc\r\n\r\n$float-labels: (\r\n\tbase-height : 30px,\r\n\tborder-radius : 0,\r\n\tmargin-bottom : 0,\r\n\tcolor-background : inherit,\r\n\tcolor-background-active : inherit,\r\n\tcolor-background-focus : inherit,\r\n\tcolor-border : #ccc,\r\n\tcolor-border-active : #ccc,\r\n\tcolor-border-focus : #ccc,\r\n\tcolor-text : #333,\r\n\tline-height : normal,\r\n\tfont-weight : 700,\r\n\tparent : '[id*=\"give-form\"]',\r\n);\r\n","/*! Hint.css - v2.5.0 - 2017-04-23\n* http://kushagragour.in/lab/hint/\n* Copyright (c) 2017 Kushagra Gour */\n\n[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:\"Helvetica Neue\",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}","/**\n * Give Frontend Fonts SCSS\n *\n * Fonts are from icomoon and the src paths need to be relative to template directory.\n * @package Give\n * @subpackage SCSS/Frontend\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n@font-face {\n font-family: 'give-icomoon';\n src: url('../assets/fonts/icomoon.eot?kdnr3d');\n src: url('../assets/fonts/icomoon.eot?kdnr3d#iefix') format('embedded-opentype'),\n url('../assets/fonts/icomoon.woff?kdnr3d') format('woff'),\n url('../assets/fonts/icomoon.svg?kdnr3d#icomoon') format('svg');\n font-weight: normal;\n font-style: normal;\n}\n\n@mixin iconstyle() {\n font-family: 'give-icomoon';\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n // Better Font Rendering\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n[class^=\"give-icon-\"], [class*=\" give-icon-\"] {\n @include iconstyle();\n}\n\n.give-icon-lamp:before {\n content: \"\\e603\";\n}\n\n.give-icon-heart:before {\n content: \"\\e604\";\n}\n\n.give-icon-question:before {\n content: \"\\e602\";\n}\n\n.give-icon-info:before {\n content: \"\\e601\";\n}\n\n.give-icon-new-tab:before {\n content: \"\\ea7e\";\n}\n\n.give-icon-alert:before {\n content: \"\\f02d\";\n}\n\n.give-icon-help:before {\n content: \"\\e606\";\n}\n\n.give-icon-spinner:before {\n content: \"\\e605\";\n}\n\n.give-icon-spinner2:before {\n content: \"\\e607\";\n}\n\n.give-icon-plus:before {\n content: \"\\e040\";\n}\n\n.give-icon-minus:before {\n content: \"\\e041\";\n}\n\n.give-icon-locked:before {\n content: \"\\e600\";\n}\n\n.dashicons-give:before {\n @include iconstyle();\n content: \"\\e800\";\n}\n\n// --------------------------\n// Spinning Icons\n// --------------------------\n\n.fa-spin {\n -webkit-animation: spin 1000ms infinite linear;\n animation: spin 1000ms infinite linear;\n}\n\n@-webkit-keyframes spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n\n@keyframes spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n","@font-face {\n\tfont-family: 'give-icomoon';\n\tfont-weight: normal;\n\tfont-style: normal;\n}\n\n@mixin admin_fonts() {\n\tfont-family: 'give-icomoon';\n\tsrc: url('../assets/fonts/icomoon.eot?kdnr3d');\n\tsrc: url('../assets/fonts/icomoon.eot?kdnr3d#iefix') format('embedded-opentype'),\n\turl('../assets/fonts/icomoon.woff?kdnr3d') format('woff'),\n\turl('../assets/fonts/icomoon.svg?kdnr3d#icomoon') format('svg');\n\tspeak: none;\n\tfont-style: normal;\n\tfont-weight: normal;\n\tfont-variant: normal;\n\ttext-transform: none;\n\tline-height: 1;\n\n\t// Better Font Rendering\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n}\n\n// ---------------------------------\n// Donation form vertical tab icons.\n// ---------------------------------\n.give-metabox-tabs li {\n\n\t.give-icon:before {\n\t\t@include admin_fonts();\n\t\tfont-size: 12px;\n\t\tvertical-align: top;\n\t\tline-height: 20px;\n\t\tmargin: 0 5px 0 0;\n\t}\n\n\t.give-icon-default:before {\n\t\tcontent: \"\\e903\";\n\t}\n\n\t//Donation options tab.\n\t.give-icon-heart:before {\n\t\tcontent: \"\\e604\"; //this is a wp dashicon heart.\n\t}\n\t//Goal tab.\n\t.give-icon-target:before {\n\t\tcontent: \"\\e901\";\n\t}\n\t//Form display tab.\n\t.give-icon-display:before {\n\t\tcontent: \"\\e90c\";\n\t}\n\t//Form content tab.\n\t.give-icon-edit:before {\n\t\tcontent: \"\\e902\";\n\t}\n\t//Form terms tab.\n\t.give-icon-checklist:before {\n\t\tposition: relative;\n\t\ttop: 1px;\n\t\tcontent: \"\\e900\";\n\t}\n\t//Form offline donations tab.\n\t.give-icon-purse:before {\n\t\tcontent: \"\\e8df\";\n\t}\n\n\t.dashicons {\n\t\tfont-size:14px;\n\t\twidth:14px;\n\t\tline-height: 20px;\n\t}\n\n}","$width: 98%;\n$gutter: 2%;\n$breakpoint-small: 33.75em; // 540px\n$breakpoint-medium: 45em; // 720px\n$breakpoint-large: 60em; // 960px\n\n.give-grid-row {\n position: relative;\n width: 100%;\n\n [class^=\"give-grid-col\"] {\n float: left;\n margin: 0.5rem 1%;\n min-height: 0.125rem;\n }\n\n &::after {\n content: \"\";\n display: table;\n clear: both;\n }\n}\n\n\n.give-grid-col-1 { width:($width / 12) - ($gutter * 11 / 12); }\n.give-grid-col-2 { width: ($width / 6) - ($gutter * 10 / 12); }\n.give-grid-col-3 { width: ($width / 4) - ($gutter * 9 / 12); }\n.give-grid-col-4 { width: ($width / 3) - ($gutter * 8 / 12); }\n.give-grid-col-5 { width: ($width / (12 / 5)) - ($gutter * 7 / 12); }\n.give-grid-col-6 { width: ($width / 2) - ($gutter * 6 / 12); }\n.give-grid-col-7 { width: ($width / (12 / 7)) - ($gutter * 5 / 12); }\n.give-grid-col-8 { width: ($width / (12 / 8)) - ($gutter * 4 / 12); }\n.give-grid-col-9 { width: ($width / (12 / 9)) - ($gutter * 3 / 12); }\n.give-grid-col-10 { width: ($width / (12 / 10)) - ($gutter * 2 / 12); }\n.give-grid-col-11 { width: ($width / (12 / 11)) - ($gutter * 1 / 12); }\n.give-grid-col-12 { width: $width; }\n\n@media only screen and (max-width: $breakpoint-small) {\n .give-grid-row {\n [class^=\"give-grid-col\"] {\n width: $width;\n }\n }\n}\n","/**\r\n * Give Forms SCSS\r\n *\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n/*------------------------------------\r\nForms CPT\r\n--------------------------------------*/\r\n/* Hide conditional fields */\r\n.cmb2-id--give-set-price,\r\n.cmb2-id--give-levels-header,\r\n.cmb2-id--give-levels-header + .cmb-repeat-group-wrap,\r\n.cmb2-id--give-display-style,\r\n.post-type-give_forms .tablenav #post-query-submit,\r\n.give-hidden,\r\n.cmb2-id--give-form-content,\r\n.cmb2-id--give-reveal-label,\r\n.cmb2-id--give-custom-amount-minimum,\r\n.cmb2-id--give-custom-amount-text,\r\n.cmb2-id--give-offline-checkout-notes,\r\n.cmb-type-levels-id,\r\n#_give_donation_levels_repeat .cmb-group-title,\r\n#_give_donation_levels_repeat .cmb-row > .cmb-remove-group-row,\r\n#_give_donation_levels_repeat .cmb-row > .handlediv {\r\n\tdisplay: none;\r\n}\r\n\r\n/* Donation Levels Repeating Field */\r\n#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row .cmb2-radio-list label {\r\n\tfont-size: 12px;\r\n}\r\n\r\n//-----------------------------\r\n// Table Rows\r\n//-----------------------------\r\ndiv.cmb-type-levels-repeater-header + div.cmb-repeat-group-wrap {\r\n\tpadding: 0 !important;\r\n\tmargin: 0 !important;\r\n\tmin-width: 100%;\r\n\tmax-width: 0;\r\n\r\n}\r\n\r\n//-----------------------------\r\n// Multilevel Repeater Header\r\n//-----------------------------\r\n.cmb2-id--give-levels-header {\r\n\tpadding: 10px 12px 0 !important;\r\n\tmargin: 0 !important;\r\n\tbackground: #F7F7F7;\r\n\tborder-bottom: none !important;\r\n\r\n\t.table-container {\r\n\t\tdisplay: table;\r\n\t\twidth: 100%;\r\n\r\n\t\tborder-top: 1px solid #e9e9e9;\r\n\t\tborder-bottom: 1px solid #e9e9e9;\r\n\t\tborder-left: 1px solid #e9e9e9;\r\n\r\n\t\t> .table-row {\r\n\t\t\tdisplay: table-row;\r\n\t\t\tbackground: #FCFCFC;\r\n\r\n\t\t\t> .table-cell {\r\n\t\t\t\tdisplay: table-cell;\r\n\t\t\t\tvertical-align: middle;\r\n\t\t\t\tpadding: 10px 15px;\r\n\t\t\t\tborder-right: 1px solid #e9e9e9;\r\n\t\t\t\t&.col-id {\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t}\r\n\r\n\t}\r\n}\r\n\r\n#_give_donation_levels_repeat {\r\n\tbackground: #F7F7F7;\r\n\tpadding: 0 1px 20px 12px;\r\n\tbox-sizing: border-box;\r\n\r\n\t.cmb-row, .inside {\r\n\t\tmargin: 0;\r\n\t}\r\n\t.cmb-remove-field-row {\r\n\t\tmargin: 3px 0 0;\r\n\r\n\t\t.button {\r\n\t\t\theight: 25px;\r\n\t\t\tpadding: 0 3px;\r\n\t\t}\r\n\t\tspan.dashicons-no {\r\n\t\t\tline-height: 1.15em;\r\n\t\t}\r\n\r\n\t}\r\n\r\n\t.cmbhandle {\r\n\t\tdisplay: none;\r\n\t}\r\n\t.cmb-add-row {\r\n\t\tmargin: 12px 0 0;\r\n\t}\r\n\r\n}\r\n\r\n//---------------------------------------------------\r\n// Field One Offs\r\n//---------------------------------------------------\r\n.give-time-field {\r\n\twidth: 65px;\r\n}\r\n\r\n.give-money-field {\r\n\twidth: 75px;\r\n\tmargin-right: 0;\r\n\tmargin-left: 0;\r\n}\r\n\r\n.give-money-symbol {\r\n\tborder: 1px solid #DDD;\r\n\tbackground: #FCFCFC;\r\n\tmargin: 0;\r\n\tfont-size: 14px;\r\n\tpadding: 5px 8px;\r\n}\r\n\r\n.give-money-symbol-before {\r\n\tborder-right: 0;\r\n\tmargin-right: -4px;\r\n}\r\n\r\n.give-money-symbol-after {\r\n\t//border-left: 0;\r\n\tmargin-left: -5px;\r\n}\r\n\r\n.give_options_panel input[ type=\"text\"],\r\n.give_options_panel input[ type=\"email\"]{\r\n\tpadding: 5px;\r\n\twidth: 100%;\r\n}\r\n\r\ninput.give-text_small,\r\ninput.give-text-small {\r\n\twidth: 100px !important;\r\n}\r\n\r\ninput.give-text-medium,\r\ninput.give-text_medium {\r\n\twidth: 200px !important;\r\n}\r\n\r\n.give-underline {\r\n\ttext-decoration: underline;\r\n}\r\n\r\n.postbox-container .cmb-row {\r\n\tmargin: 0;\r\n\r\n\t.cmb-th label {\r\n\t\tpadding-left: 8px;\r\n\t}\r\n\r\n}\r\n\r\n// Show unnamed donors one per line.\r\n#give-bulk-donors div[id^=\"give-donor-\"] {\r\n display: block;\r\n overflow: hidden;\r\n}\r\n\r\n//---------------------------------------------------\r\n// Responsive\r\n//---------------------------------------------------\r\n@media only screen and (min-width: 851px) {\r\n\r\n\t#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list {\r\n\t\t> .cmb-row {\r\n\t\t\tfloat: left;\r\n\t\t\tborder-bottom: none;\r\n\t\t\tpadding-right: 10px;\r\n\t\t\t> .cmb-th {\r\n\t\t\t\tdisplay: none;\r\n\t\t\t}\r\n\t\t\t> .cmb-td {\r\n\t\t\t\tfloat: left;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\t.cmb-type-give-default-radio-inline .cmb-td {\r\n\t\tmargin-top: 5px;\r\n\t}\r\n\r\n}\r\n\r\n/* Smaller Resolution Desktops */\r\n@media only screen and (min-width: 851px) and (max-width: 1201px) {\r\n\r\n\t#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list {\r\n\r\n\t\t> .cmb-remove-field-row {\r\n\t\t\twidth: 100%;\r\n\t\t\tpadding-top: 0;\r\n\t\t}\r\n\t\t> .cmb-type-text-money {\r\n\t\t\twidth: 105px;\r\n\t\t}\r\n\t\tinput.cmb2-text-money {\r\n\t\t\twidth: 65px;\r\n\t\t}\r\n\r\n\t\t.give-multilevel-text-field {\r\n\t\t\twidth: 160px;\r\n\t\t}\r\n\t\t.cmb-type-radio-inline {\r\n\t\t\tmargin-left: 20px;\r\n\t\t}\r\n\r\n\t}\r\n\t.col-amount {\r\n\t\twidth: 70px;\r\n\t}\r\n\t.col-text {\r\n\t\twidth: 140px;\r\n\t}\r\n\t.col-sort {\r\n\t\tdisplay: none !important;\r\n\t}\r\n\t.give-money-field {\r\n\t\twidth: 55px;\r\n\t}\r\n}\r\n\r\n@media only screen and (min-width: 1201px) {\r\n\r\n\t#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list {\r\n\r\n\t\t> .cmb-remove-field-row {\r\n\t\t\tfloat: right;\r\n\t\t}\r\n\t\t> .cmb-row {\r\n\t\t\tpadding-right: 20px;\r\n\t\t}\r\n\t\t> .cmb-remove-field-row.cmb-row {\r\n\t\t\tpadding-right: 0;\r\n\t\t}\r\n\r\n\t}\r\n\r\n\t.col-amount {\r\n\t\twidth: 93px;\r\n\t}\r\n\t.col-text {\r\n\t\twidth: 195px;\r\n\t}\r\n\t.col-sort {\r\n\t\twidth: 100px;\r\n\t}\r\n\t.give-multilevel-text-field {\r\n\t\twidth: 205px;\r\n\t}\r\n\r\n}\r\n\r\n//Small Resolution Repeater\r\n@media only screen and (max-width: 850px) {\r\n\tdiv.cmb-type-levels-repeater-header {\r\n\t\tdisplay: none !important;\r\n\t}\r\n}\r\n\r\n//-------------------------------------\r\n// Publish Metabox\r\n//-------------------------------------\r\n\r\n/*Shortcode Input */\r\n\r\n.shortcode-wrap {\r\n\tmargin: 1px 14px 12px 11px;\r\n\r\n\tlabel {\r\n\t\tmargin: 0 0 3px;\r\n\t\tdisplay: block;\r\n\t\tcursor: default;\r\n\t}\r\n\r\n\t.shortcode-input {\r\n\t\tmargin: 0;\r\n\t\twidth: 100%;\r\n\t}\r\n\r\n}\r\n\r\n//-------------------------------------\r\n// Content Options\r\n//-------------------------------------\r\n\r\n.cmb2-id--give-content-option,\r\n.cmb2-id--give-terms-option,\r\n.cmb2-id--give-offline-donation-enable-billing-fields-single,\r\n.cmb2-id--give-goal-option,\r\n.cmb2-id--give-customize-offline-donations {\r\n\tborder-bottom: none !important;\r\n\tmargin: 0 !important;\r\n}\r\n\r\n.cmb2-id--give-form-content,\r\n.cmb2-id--give-agree-label,\r\n.cmb2-id--give-offline-checkout-notes,\r\n.cmb2-id--give-set-goal,\r\n.cmb2-id--give-offline-donation-enable-billing-fields-single {\r\n\tborder-top: 1px solid #e9e9e9 !important;\r\n}\r\n\r\n/*-------------------------------------\r\nTerms and Conditions Metabox\r\n---------------------------------------*/\r\n\r\n.cmb2-id--give-agree-label,\r\n.cmb2-id--give-agree-text {\r\n\tdisplay: none;\r\n}\r\n\r\n/*-------------------------------------\r\nDashboard Columns\r\n-------------------------------------*/\r\n\r\ninput.shortcode-input {\r\n\twidth: 100%;\r\n}\r\n\r\n.price .give_price_range_low,\r\n.price .give_price_range_high,\r\n.price .give_price_range_sep{\r\n\tdisplay: inline-block;\r\n}\r\n\r\n/*-------------------------------------\r\nASIDE\r\n-------------------------------------*/\r\n\r\n#side-sortables {\r\n\r\n\t.cmb-th label {\r\n\r\n\t\t&:after {\r\n\t\t\tdisplay: none;\r\n\t\t}\r\n\r\n\t}\r\n\t.cmb2-id--give-show-register-form {\r\n\t\tpadding: 10px 0 0 !important;\r\n\t}\r\n\r\n\t.cmb2-wrap > .cmb-field-list > .cmb-row {\r\n\t\tpadding-top: 10px;\r\n\t}\r\n\r\n\t.cmb-row .cmb2-metabox-description {\r\n\t\tpadding-bottom: 0;\r\n\t}\r\n\r\n}\r\n\r\n.cmb2-metabox-description {\r\n\tfont-size: 13px;\r\n\tline-height: 1.5;\r\n\tdisplay: block;\r\n}\r\n\r\n//-------------------------------------\r\n// Tooltips\r\n//-------------------------------------\r\n.give-tooltip {\r\n\tmargin: 0 3px;\r\n\tpadding: 0;\r\n\tfont-size: 14px;\r\n\t@include easing-transition();\r\n\tcolor: transparentize($dark, 0.5);\r\n\tposition: relative;\r\n\ttop: 1px;\r\n\r\n\t&:hover {\r\n\t\tcolor: $dark;\r\n\t}\r\n\r\n}\r\n\r\n//-------------------------------------\r\n// Metabox Form\r\n// -------------------------------------\r\n#give-metabox-form-data {\r\n\r\n\t.inside {\r\n\t\tmargin: 0;\r\n\t\tpadding: 0;\r\n\t}\r\n\r\n\t.give-metabox-panel-wrap {\r\n\t\tbackground: #fff;\r\n\t\toverflow: hidden;\r\n\t}\r\n\r\n\t.give_options_panel {\r\n\t\tdisplay: none;\r\n\t\tpadding-left: 170px;\r\n\r\n\t\t&.active,\r\n\t\t.no-js & {\r\n\t\t\tdisplay: block;\r\n\t\t}\r\n\r\n\t\t.give-field-wrap {\r\n\t\t\tpadding: 1em 20px 1em 162px;\r\n\t\t\tmargin: 0;\r\n\t\t\tborder-bottom: 1px solid #eee;\r\n\r\n\t\t\t> label, > span.give-field-label {\r\n\t\t\t\tfloat: left;\r\n\t\t\t\twidth: 135px;\r\n\t\t\t\tpadding: 0;\r\n\t\t\t\tmargin: 2px 0 0 -150px;\r\n\t\t\t\tline-height: 18px;\r\n\t\t\t\tfont-size: 12px;\r\n\t\t\t\tfont-weight: 400;\r\n\t\t\t}\r\n\r\n\t\t\t.give-field-description {\r\n\t\t\t\tcolor: #aaaaaa;\r\n\t\t\t\tfont-size: 12px;\r\n\t\t\t\tline-height: 18px;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tpadding-top: 10px;\r\n\t\t\t\tfont-style: italic;\r\n\t\t\t}\r\n\r\n\t\t\tul {\r\n\t\t\t\tmargin: 0;\r\n\t\t\t}\r\n\r\n\t\t\t.mce-container iframe, textarea {\r\n\t\t\t\tmin-height: 250px !important;\r\n\t\t\t}\r\n\r\n\t\t\t.wp-editor-wrap {\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.give-field-wrap:last-child {\r\n\t\t\tborder-bottom: 0;\r\n\t\t}\r\n\r\n\t\ttextarea.give-field {\r\n\t\t\twidth: 100%;\r\n\t\t}\r\n\r\n\t\t.give-field-wrap:hover .give-field-row-actions {\r\n\t\t\tdisplay: block;\r\n\t\t}\r\n\r\n\t\t.give-field-wrap:last-child {\r\n\t\t\tborder-bottom: 0;\r\n\t\t}\r\n\r\n\t\t.give-inline-radio-fields {\r\n\t\t\tli {\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\tmargin-right: 15px;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.give-repeatable-field-section {\r\n\t\t\tpadding: 10px;\r\n\t\t\tbackground: #f5f5f5;\r\n\r\n\t\t\t.give-repeatable-fields-section-wrapper {\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\tbackground-color: white;\r\n\t\t\t\tborder-collapse: collapse;\r\n\t\t\t}\r\n\r\n\t\t\t.give-row {\r\n\t\t\t\tborder-bottom: 15px solid #f5f5f5;\r\n\t\t\t\tbackground-color: white;\r\n\t\t\t}\r\n\r\n\t\t\t.give-template {\r\n\t\t\t\tdisplay: none;\r\n\t\t\t}\r\n\r\n\t\t\t.give-row:last-child {\r\n\t\t\t\tborder-bottom: 10px solid #f5f5f5;\r\n\t\t\t}\r\n\r\n\t\t\t.give-column {\r\n\t\t\t\tpadding: 0;\r\n\t\t\t}\r\n\r\n\t\t\t.give-remove {\r\n\t\t\t\tfloat: right;\r\n\t\t\t\twidth: 22px;\r\n\t\t\t\theight: 36px;\r\n\t\t\t\tpadding: 0;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\tline-height: 34px;\r\n\t\t\t\tfont-size: 21px;\r\n\t\t\t\tfont-weight: 300;\r\n\t\t\t\tcursor: pointer;\r\n\t\t\t}\r\n\r\n\t\t\t.give-remove:hover {\r\n\t\t\t\tbackground-color: red;\r\n\t\t\t\tcolor: white;\r\n\t\t\t\twidth: 22px;\r\n\t\t\t\theight: 22px;\r\n\t\t\t\tborder-radius: 30px;\r\n\t\t\t\tmargin-top: 8px;\r\n\t\t\t\tline-height: 19px;\r\n\t\t\t}\r\n\r\n\t\t\t.give-row-head {\r\n\t\t\t\tborder-bottom: 1px solid #eee;\r\n\t\t\t\tcursor: move;\r\n\t\t\t\th2 {\r\n\t\t\t\t\ttext-align: left !important;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t.give-row.closed .toggle-indicator:before {\r\n\t\t\t\tcontent: \"\\f140\";\r\n\t\t\t}\r\n\r\n\t\t\t.give-row .give-move .toggle-indicator:before {\r\n\t\t\t\tmargin-left: 7px;\r\n\t\t\t}\r\n\r\n\t\t\t.give-add-repeater-field-section-row-wrap {\r\n\t\t\t\tbackground-color: #f5f5f5;\r\n\t\t\t}\r\n\r\n\t\t\t.give-add-repeater-field-section-row {\r\n\t\t\t\tmargin: 5px 5px;\r\n\t\t\t}\r\n\r\n\t\t\t.give-field-wrap:last-child {\r\n\t\t\t\tborder-bottom: 1px solid #eee;\r\n\t\t\t}\r\n\r\n\t\t\t.give-ui-placeholder-state-highlight {\r\n\t\t\t\tbackground-color: #68bb6c;\r\n\t\t\t}\r\n\r\n\t\t\t.give-repeater-field-name {\r\n\t\t\t\tborder: 0 !important;\r\n\t\t\t\tpadding: 0 !important;\r\n\t\t\t}\r\n\r\n\t\t\t.give-repeater-field-description {\r\n\t\t\t\tcolor: #aaaaaa;\r\n\t\t\t\tfont-size: 12px;\r\n\t\t\t\tline-height: 18px;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tpadding-bottom: 10px;\r\n\t\t\t\tfont-style: italic;\r\n\t\t\t}\r\n\r\n\t\t\t// Sortable jquery css fix.\r\n\t\t\t.ui-sortable-helper {\r\n\t\t\t\tdisplay: table !important;\r\n\t\t\t}\r\n\t\t\t.give-row.ui-sortable-helper {\r\n\t\t\t\tborder-bottom: 0;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n// Hide first row remove button for multi-level.\r\n#_give_donation_levels_field .give-row:nth-of-type(2) .give-remove {\r\n display: none !important;\r\n}\r\n\r\n//-------------------------------------\r\n// Metabox Tabs\r\n//-------------------------------------\r\n#give-metabox-form-data {\r\n\r\n\t.give-metabox-tabs {\r\n\t\tmargin: 0;\r\n\t\tmax-width: 170px;\r\n\t\tfloat: left;\r\n\t\tline-height: 1em;\r\n\t\tpadding: 0 0 10px;\r\n\t\tposition: relative;\r\n\t\tbackground-color: #fafafa;\r\n\t\tborder-right: 1px solid #eee;\r\n\t\tbox-sizing: border-box;\r\n\r\n\t\t&:after {\r\n\t\t\tcontent: \"\";\r\n\t\t\tdisplay: block;\r\n\t\t\twidth: 100%;\r\n\t\t\theight: 9999em;\r\n\t\t\tposition: absolute;\r\n\t\t\tbottom: -9999em;\r\n\t\t\tleft: 0;\r\n\t\t\tbackground-color: #fafafa;\r\n\t\t\tborder-right: 1px solid #eee;\r\n\t\t}\r\n\r\n\t\tli {\r\n\t\t\tmargin: 0;\r\n\t\t\tpadding: 0;\r\n\t\t\tdisplay: block;\r\n\t\t\tposition: relative;\r\n\r\n\t\t\ta {\r\n\t\t\t\tmargin: 0;\r\n\t\t\t\tpadding: 10px;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tbox-shadow: none;\r\n\t\t\t\ttext-decoration: none;\r\n\t\t\t\tline-height: 20px !important;\r\n\t\t\t\tborder-bottom: 1px solid #eee;\r\n\t\t\t\toverflow: hidden;\r\n\r\n\t\t\t\tspan.give-label {\r\n\t\t\t\t\twidth: 122px;\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t}\r\n\r\n\t\t.give-metabox-sub-tabs li {\r\n\t\t\tbackground-color: #f1f1f1;\r\n\t\t\ta {\r\n\t\t\t\tborder-bottom-color: #e5e5e5;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tli.active {\r\n\t\t\t> a {\r\n\t\t\t\tcolor: #555;\r\n\t\t\t\tposition: relative;\r\n\t\t\t\tbackground-color: #eee;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tli.has-sub-fields.active > a {\r\n\t\t\tbackground-color: #ddd;\r\n\t\t}\r\n\r\n\t\tli.has-sub-fields:not(.active):hover {\r\n\t\t\tul.give-metabox-sub-tabs {\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\tbottom: 0;\r\n\t\t\t\tleft: 166px;\r\n\t\t\t\twidth: 170px;\r\n\t\t\t\tmax-height: 250px;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n}\r\n\r\n// Icons only display for tight resolutions.\r\n@media only screen and (min-width: 851px) and (max-width: 1025px),\r\n(max-width: 550px) {\r\n\r\n\t#give-metabox-form-data {\r\n\t\tul.give-metabox-tabs {\r\n\t\t\tmin-width: 40px;\r\n\r\n\t\t\tli > a {\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\t&:before {\r\n\t\t\t\t\tmargin-right: 0;\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t}\r\n\t\t\t\tspan.give-label {\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}\r\n\r\n\t\t\t\tspan.give-icon:before {\r\n\t\t\t\t\tmargin: 0;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t}\r\n\t\t.give_options_panel {\r\n\t\t\tpadding-left: 40px;\r\n\r\n\t\t\t.give-field-wrap {\r\n\t\t\t\tpadding: 10px;\r\n\r\n\t\t\t\tspan.give-field-label, label {\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\tfloat: none;\r\n\t\t\t\t\tmargin: 0 0 10px 0;\r\n\t\t\t\t\tfont-size: 14px;\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t}\r\n\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t}\r\n\t//#give-metabox-form-data\r\n}\r\n\r\n//-------------------------------------\r\n// Export Form\r\n// -------------------------------------\r\n\r\n#give-export-payments {\r\n\t.give_forms_categories,\r\n\t.give_forms_tags {\r\n\t\tinput {\r\n\t\t\tcolor: #999;\r\n\t\t}\r\n\r\n\t\tmin-width: 250px;\r\n\t\tmargin: 0 0 10px 0;\r\n\t\tdisplay: block;\r\n\t}\r\n\r\n\tdiv.chosen-container:first-of-type {\r\n\t\tmargin-top: 10px;\r\n\t}\r\n\r\n\tdiv.chosen-container {\r\n\t\tul.chosen-choices {\r\n\t\t\tinput.chosen-search-input {\r\n\t\t\t\tborder: 1px solid #ddd;\r\n\t\t\t\theight: 20px;\r\n\t\t\t}\r\n\r\n\t\t\tborder: 1px solid #ddd;\r\n\t\t}\r\n\t}\r\n\r\n\tselect {\r\n\t\tvertical-align: inherit;\r\n\t\tmargin: 0;\r\n\t\theight: 26px;\r\n\t\tline-height: 26px;\r\n\t\tborder: 1px solid #ddd;\r\n\t}\r\n}\r\n\r\n/*-------------------------------------\r\nDoc Links\r\n-------------------------------------*/\r\n\r\n.give-docs-link {\r\n\ttext-align: right;\r\n\tmargin-right: 15px;\r\n\r\n\ta {\r\n\t\tcolor: #999;\r\n\t\ttext-decoration: none;\r\n\t\tfont-style: italic;\r\n\r\n\t\t&:hover {\r\n\t\t\tcolor: rgb(0, 115, 170);\r\n\t\t}\r\n\t\tspan {\r\n\t\t\tfont-style: normal;\r\n\t\t}\r\n\t}\r\n}","/**\n * Give Add-ons SCSS\n *\n * @description Add-on Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n.type-download {\n float: left;\n margin: 0 1em 1em 0 !important;\n padding: 0;\n vertical-align: top;\n width: 280px;\n text-decoration: none;\n color: inherit;\n border: 1px solid #ddd;\n display: block;\n min-height: 365px;\n overflow: hidden;\n background: #f5f5f5;\n -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(0, 0, 0, .1);\n box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(0, 0, 0, .1);\n -webkit-transition-property: border, background, color;\n transition-property: border, background, color;\n -webkit-transition-duration: .05s;\n transition-duration: .05s;\n -webkit-transition-timing-function: ease-in-out;\n transition-timing-function: ease-in-out;\n position: relative;\n\n &:hover {\n\tborder: 1px solid #d1d1d1;\n }\n\n > .featured-img img {\n\tborder-bottom: 1px solid #ddd;\n }\n\n .addon-content {\n\t@include clearfix;\n\tpadding: 15px 20px;\n\n\t.addon-heading {\n\t margin: 0 0 10px;\n\t a {\n\t\toutline: none;\n\t\ttext-decoration: none;\n\t }\n\t}\n\n }\n\n .addon-footer-wrap {\n\tborder-top: 1px solid #ddd;\n\tposition: absolute;\n\tbottom: 2px;\n\tleft: 0;\n\twidth: 100%;\n\tbackground-color: #FFF;\n\tpadding: 15px 20px;\n }\n\n}\n\n.give-view-addons-all, .type-download {\n\n span.dashicons {\n\twidth: 16px;\n\theight: 16px;\n\tfont-size: 14px;\n\tmargin: 6px 0 0 0;\n }\n\n}\n\n.give-view-addons-all span.dashicons {\n margin-left: 3px;\n}\n","/**\n * Give Reports SCSS\n *\n * @description Payment History Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n//---------------------------------------------------------\n// Dashboard Widget\n//---------------------------------------------------------\n#give-dashboard-widgets-wrap {\n\n .inside {\n padding-top: 0;\n padding-bottom: 0;\n\n /* counteract extra padding in Income Report graph */\n .give_forms_page_give-reports & {\n padding-left: 0;\n }\n\n #give-graphs-filter {\n float:none;\n }\n }\n\n .postbox {\n margin-bottom: 10px;\n }\n\n table.reports-table {\n clear: none;\n }\n\n #give-date-range-options {\n float: left;\n\n > span {\n float: left;\n line-height: 30px;\n font-style: italic;\n padding: 0 5px 0 0;\n }\n\n }\n\n}\n\n\n#give-graphs-filter {\n float:right;\n\n .tablenav {\n margin: 0 0 0 17px;\n .actions {\n padding: 0;\n }\n }\n}\n\n//---------------------------------------------------------\n// Global Graph Styles\n//---------------------------------------------------------\n\n.give-graph {\n .y1Axis {\n color: #66bb6a !important;\n }\n .y2Axis {\n color: #546e7a !important;\n }\n}\n\n//---------------------------------------------------------\n//Donor Filter\n//---------------------------------------------------------\nbody.give_forms_page_give-reports, body.give_forms_page_give-payment-history {\n\n h1.nav-tab-wrapper, h2.nav-tab-wrapper {\n margin-bottom: 10px;\n }\n .actions {\n padding-top: 0;\n }\n\n .pagination-links {\n margin-left: 10px;\n }\n\n p.donor-search {\n margin-right: 10px;\n }\n\n .tablenav-right {\n\n .tablenav-pages {\n float: right;\n }\n #give-reports-view {\n margin-top: 0;\n }\n .actions {\n float: left;\n }\n\n }\n\n p.search-box {\n float: left;\n }\n\n .reports-table-nav.tablenav.top {\n width: 100%;\n float: none;\n margin: 0 0 10px;\n }\n\n .reports-forms-details-wrap.top {\n float: right;\n overflow: hidden;\n\n #give-reports-filter {\n float: left;\n }\n > .actions {\n padding-right: 0;\n }\n }\n\n .tablenav.bottom {\n margin-top: 10px;\n }\n\n h2.reports-earnings-title {\n margin: 7px 0 0;\n }\n\n .reports-views-wrap {\n padding: 3px 0 0;\n }\n\n .wrap.give-reports-donors-wrap {\n margin-right: 0;\n margin-bottom: 10px;\n }\n\n .widefat tbody td, .widefat tbody th {\n padding-top: 12px;\n padding-bottom: 12px;\n }\n\n}\n\n//---------------------------------------------------------\n//Export Options Styles\n//---------------------------------------------------------\nbody.give_forms_page_give-reports table.export-options-table {\n tbody td {\n padding: 20px 12px;\n vertical-align: top;\n }\n .give-export-form {\n position: relative;\n .notice-wrap {\n background-color: transparent;\n padding: 12px 12px 4px;\n margin: 2px 0 -16px -11px;\n overflow: auto;\n .spinner {\n margin: -2px -12px 8px 0;\n }\n }\n }\n\n span#give-start-wrap, span#give-end-wrap {\n input {\n width: 100px;\n }\n }\n\n}\n\n#export-donor-options-wrap {\n p {\n padding: 20px 0 0;\n margin: 0;\n font-weight: bold;\n }\n ul {\n max-width: 900px;\n overflow: hidden;\n\n li {\n margin: 0;\n padding: 0 5px 5px 0;\n box-sizing: border-box;\n float: left;\n width: 33%;\n }\n }\n\n}\n\n//---------------------------------------------------------\n//Recount Stats Form\n//---------------------------------------------------------\n\n#give-tools-recount-form {\n\n .notice-wrap {\n position: relative;\n min-height: 25px;\n margin: 10px -12px -12px;\n background: #EFEFEF;\n padding: 10px 12px 12px;\n border-top: 1px solid #E5E5E5;\n\n .give-progress {\n position: absolute;\n top: 15px;\n }\n\n .spinner {\n position: absolute;\n right: 14px;\n top: 13px;\n margin: 0;\n }\n\n #give-batch-success {\n margin-bottom: 6px;\n }\n\n }\n\n}\n\n\n//---------------------------------------------------------\n//Tools\n//---------------------------------------------------------\n\n.recount-stats-controls form {\n display: inline;\n}\n\n.give-recount-stats-descriptions {\n margin: 8px 0 0;\n display: block;\n\n span {\n line-height: 24px;\n font-size: 13px;\n font-style: italic;\n font-weight: normal;\n color: #aaa;\n margin: 0;\n display: none;\n }\n}\n\n//---------------------------------------------------------\n//Payment Methods\n//---------------------------------------------------------\n.gateways-report-tablenav {\n .actions.bulkactions {\n padding-right: 0;\n }\n}\n\n//---------------------------------------------------------\n//Table List Styles\n//---------------------------------------------------------\n\ntable.give-table {\n\n td {\n vertical-align: middle;\n }\n td.row-title {\n h3 {\n margin: 0 0 0.4em;\n font-size: 1.2em;\n }\n p {\n font-size: 13px;\n font-style: italic;\n font-weight: normal;\n color: #aaa;\n margin: 0;\n }\n }\n\n}\n\n#give-graphs-filter > .tablenav {\n height: auto;\n}\n\n//---------------------------------------------------------\n//Logs\n//---------------------------------------------------------\n#give-logs-filter {\n .search-box {\n float: right;\n }\n .tablenav.top {\n float: left;\n clear: none;\n margin-top: 0;\n }\n}","/**\n * Give Admin Welcome SCSS\n *\n * @description Displays when user activates the plugin\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n */\n\n.welcome-h1 {\n display: inline-block;\n margin-right: 15px !important;\n}\n\n.about-wrap {\n h3 {\n margin: 1.5em 0 .6em;\n }\n\n img {\n border:none;\n }\n}\n\n.give-badge {\n padding-top: 150px;\n height: 52px;\n width: 185px;\n color: #FFF;\n font-weight: bold;\n font-size: 14px;\n text-align: center;\n text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);\n margin: 0 -5px;\n\n position: absolute;\n top: 0;\n right: 0;\n}\n\n.introduction {\n padding: 0 0 20px;\n margin: 0 0 20px;\n}\n\n//Feature section\n.feature-section {\n margin-top: 40px;\n\n span.dashicons {\n width: 16px;\n height: 16px;\n font-size: 14px;\n margin: 6px 0 0 0;\n }\n\n .feature-section-item {\n width: 48%;\n float: left;\n }\n\n div.last-feature {\n margin-right: 0;\n margin-left: 4%;\n }\n\n}\n\n//Get started\n[class^=\"dashboard_page_give-\"], [class*=\"dashboard_page_give-\"] {\n .about-text {\n min-height: 0;\n }\n}\n\n//Social Media\n.social-items-wrap {\n display: inline-block;\n > div {\n display: inline-block;\n }\n .twitter-item-wrap {\n margin: 0 20px 10px 0;\n }\n}\n\n//Credits\n.wp-person {\n img {\n border-radius: 50%;\n }\n a.web {\n margin: 17px 0 0;\n font-weight: bold;\n font-style: italic;\n }\n}\n\n//Newsletter\n.newsletter-intro {\n font-size: 13px;\n font-style: italic;\n color: #777;\n}\n\n.give-newsletter-form-wrap {\n margin: 10px 0 20px -5px;\n max-width: 700px;\n\n td {\n padding: 3px;\n }\n\n div.give-newsletter-confirmation {\n background: #fff;\n -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n margin: 5px 10px 4px 5px;\n padding: 1px 12px;\n border-left: 4px solid #7ad03a;\n display: none;\n > p {\n margin: 0.5em 0;\n padding: 2px;\n }\n }\n\n}","/**\n * Give Logs SCSS\n *\n * @description Payment History Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n#give_donor_export_form {\n margin: 0 0 5px;\n}\n\n\n#give-payments-filter .give-donation-status {\n display: inline-block;\n}\n\n.column-status {\n .give-donation-status, .give-test-mode-transactions-label {\n display: inline-block;\n }\n .give-test-mode-transactions-label {\n margin: 0 5px;\n vertical-align: middle;\n }\n}\n","/**\r\n * Give Settings SCSS\r\n *\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n */\r\n\r\n//--------------------------------------------------------------\r\n// General Settings\r\n//--------------------------------------------------------------\r\n\r\n.give-settings-page {\r\n\r\n .give-settings-heading-sep {\r\n\tfont-size: 14px;\r\n\tline-height: 32px;\r\n\twidth: 15px;\r\n }\r\n\r\n .nav-tab-wrapper {\r\n\tmargin-bottom: 5px;\r\n\toverflow: visible;\r\n }\r\n\r\n .cmb2-wrap .cmb-type-checkbox input[type=\"checkbox\"] {\r\n\tdisplay: block;\r\n\tmargin-bottom: 5px;\r\n }\r\n\r\n div.give-submit-wrap {\r\n\tmargin: 20px 0;\r\n }\r\n\r\n .give_forms_page_give-payment-history .postbox .hndle {\r\n\tcursor: default;\r\n }\r\n\r\n .give-input-field {\r\n\twidth: 25em;\r\n }\r\n\r\n table table input[type=\"text\"] {\r\n\twidth: 15em;\r\n }\r\n\r\n .give-repeat-setting-field {\r\n\tmargin: 10px 0;\r\n }\r\n\r\n .give-remove-setting-field {\r\n\twidth: 25px;\r\n\theight: 25px;\r\n\tpadding: 0;\r\n\ttext-align: center;\r\n\tline-height: 22px;\r\n\tfont-size: 21px;\r\n\tfont-weight: 300;\r\n\tcursor: pointer;\r\n\tmargin-left: 20px;\r\n\tdisplay: inline-block;\r\n }\r\n\r\n .give-remove-setting-field:hover {\r\n\tbackground-color: red;\r\n\tcolor: white;\r\n\tborder-radius: 30px;\r\n }\r\n\r\n .give-forminp p:first-child .give-remove-setting-field {\r\n\tdisplay: none;\r\n }\r\n\r\n .export-options-table {\r\n\ttr.give-import-option:nth-child(odd) {\r\n\t background: #f4f3f3;\r\n\t th {\r\n\t\tvertical-align: middle;\r\n\t }\r\n\t}\r\n\t.give-import-dropdown:nth-child(2),\r\n\ttr.give-import-option th:first-child {\r\n\t width: 250px;\r\n\t}\r\n }\r\n}\r\n\r\n.give-setting-tab-header {\r\n clear: both;\r\n overflow: hidden;\r\n margin: 30px 0;\r\n\r\n h2 {\r\n\tmargin-top: 8px;\r\n }\r\n\r\n p {\r\n\tmargin-bottom: 0;\r\n }\r\n}\r\n\r\n.give-radio-inline {\r\n ul {\r\n\tmargin-top: 0;\r\n }\r\n\r\n li {\r\n\tdisplay: inline-block;\r\n\tmargin: 0 0 0 15px;\r\n }\r\n\r\n li:first-child {\r\n\tmargin-left: 0;\r\n }\r\n}\r\n\r\n// Tools page: fix ajax search user list hide bug\r\n.give-tools-setting-page .bulkactions {\r\n overflow: visible;\r\n}\r\n\r\n//Ugly but necessary to override WP core styles.\r\n.form-table td.give-radio-inline fieldset li > label {\r\n margin: 5px 0 0 !important;\r\n}\r\n\r\np.give-field-description, .cmb2-metabox-description {\r\n color: #aaaaaa;\r\n font-style: italic;\r\n font-size: 13px !important;\r\n}\r\n\r\n.cmb-type-give-title label,\r\n.give-setting-tab-header h2 {\r\n float: left;\r\n display: inline-block;\r\n width: 220px;\r\n font-style: italic;\r\n color: #AAA;\r\n margin: 0;\r\n font-size: 14px;\r\n}\r\n\r\n.postbox-container #_give_donation_levels_repeat > .cmb-repeatable-grouping:not(:last-of-type) {\r\n border-bottom: 1px solid #e9e9e9;\r\n border-top: none;\r\n}\r\n\r\n.cmb-type-enabled-gateways .cmb-td > p:first-of-type {\r\n display: none;\r\n}\r\n\r\n// CMB2 Checkbox Revised Styles\r\n.cmb-type-checkbox .cmb-td {\r\n width: 80%;\r\n label {\r\n\tfont-size: 13px;\r\n }\r\n}\r\n\r\n/* Responsive Settings Rows */\r\n.give_settings {\r\n .cmb2-wrap .cmb-row {\r\n\tdisplay: table-row;\r\n\t> .cmb-th, > .cmb-td {\r\n\t display: table-cell;\r\n\t float: none;\r\n\t}\r\n }\r\n}\r\n\r\n/* Custom Title Separators */\r\n.cmb2-id-give-title {\r\n label {\r\n\tfont-style: italic;\r\n\tcolor: #AAA;\r\n\tcursor: default;\r\n }\r\n > div.cmb-th {\r\n\tpadding-bottom: 10px;\r\n }\r\n > div.cmb-td {\r\n\tpadding-bottom: 5px;\r\n }\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// Payment Gateways\r\n//--------------------------------------------------------------\r\n.give-payment-gatways-list li.ui-sortable-handle {\r\n\r\n span.give-drag-handle {\r\n\tpadding: 3px 4px 0 0;\r\n\tfont-size: 15px;\r\n\tfont-weight: normal;\r\n\tcolor: #bdbdbd;\r\n\tcursor: move;\r\n\r\n\t&:hover {\r\n\t color: #333;\r\n\t}\r\n\r\n }\r\n\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// Emails\r\n//--------------------------------------------------------------\r\n\r\n.give-email-tags-wrap {\r\n margin: 5px 0 0;\r\n code {\r\n\tfont-style: normal;\r\n\tpadding: 1px 2px;\r\n\tfont-size: 12px;\r\n }\r\n span {\r\n\tdisplay: block;\r\n\tcolor: #AAA;\r\n\tfont-style: italic;\r\n\tmargin: 0 0 2px;\r\n\tfont-size: 13px;\r\n }\r\n .give_price_tag {\r\n\tdisplay: none;\r\n }\r\n}\r\n\r\n.give-settings-email-settings-section {\r\n // Nothing in table nav so hide it.\r\n .tablenav {\r\n\tdisplay: none;\r\n }\r\n .give-setting-tab-header-emails {\r\n\tmargin: 0 0 20px;\r\n\thr {\r\n\t display: none;\r\n\t}\r\n }\r\n .tablenav.bottom + .give-setting-tab-header-emails {\r\n\tmargin: 20px 0;\r\n\thr {\r\n\t display: block;\r\n\t}\r\n }\r\n\r\n}\r\n\r\n// Email notification list.\r\n.giveemailnotifications {\r\n .check-column {\r\n\tpadding: 13px 10px 0 20px !important;\r\n }\r\n\r\n td.check-column input {\r\n\t//width: 1em;\r\n\tdisplay: none;\r\n }\r\n\r\n th.check-column {\r\n\t.give-email-notification-status {\r\n\t color: white;\r\n\t cursor: pointer;\r\n\r\n\t &[data-edit=\"1\"] i.dashicons {\r\n\t\tborder-radius: 1em;\r\n\t\tpadding: 2px;\r\n\t }\r\n\t}\r\n\r\n\t.give-email-notification-enabled .dashicons-yes,\r\n\t.give-email-notification-disabled:hover .dashicons-no-alt {\r\n\t background: #46b450;\r\n\t}\r\n\r\n\t.give-email-notification-enabled .dashicons-lock {\r\n\t color: #46b450;\r\n\t}\r\n\r\n\t.give-email-notification-disabled .dashicons-no-alt,\r\n\t.give-email-notification-enabled:hover .dashicons-yes {\r\n\t background: #bbbbbb;\r\n\t}\r\n\r\n\t.give-email-notification-disabled .dashicons-lock {\r\n\t color: #bbbbbb;\r\n\t}\r\n\r\n\t.dashicons-no-alt:hover:before {\r\n\t content: \"\\f147\" !important;\r\n\t}\r\n\r\n\t.dashicons-yes:hover:before {\r\n\t content: \"\\f335\" !important;\r\n\t}\r\n }\r\n\r\n .spinner.is-active {\r\n\tmargin: 0 0 0 2px;\r\n\tfloat: none;\r\n }\r\n\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// System Info page styles\r\n//--------------------------------------------------------------\r\n\r\n#system-info-textarea {\r\n width: 800px;\r\n height: 600px;\r\n font-family: Menlo, Monaco, monospace;\r\n background: #FFF;\r\n white-space: pre;\r\n overflow: auto;\r\n display: block;\r\n /*rtl:ignore*/\r\n direction: ltr;\r\n}\r\n\r\n#give-download-sysinfo {\r\n margin: 0;\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// API\r\n//--------------------------------------------------------------\r\n\r\n#api {\r\n .tablenav .actions {\r\n\toverflow: visible;\r\n }\r\n}\r\n\r\na.give-delete {\r\n color: #a00;\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// License\r\n//--------------------------------------------------------------\r\n.give-settings-wrap-licenses {\r\n .give-license-deactivate {\r\n\tmargin: 1px 0 0 10px;\r\n\theight: 30px;\r\n }\r\n\r\n .give-license-field {\r\n\tbackground: #FFF url('../images/close.png') no-repeat;\r\n\tbackground-position: 98.5% center;\r\n\tbackground-size: 18px;\r\n }\r\n\r\n .give-license-active, .give-license-active:focus {\r\n\tbackground-image: url('../images/tick.png');\r\n\tbackground-color: #FFF;\r\n\tbackground-repeat: no-repeat;\r\n\tbackground-position: 98.5% center;\r\n\toutline: none;\r\n\tbackground-size: 16px;\r\n\twidth: 100%;\r\n }\r\n\r\n}\r\n\r\n/* Addon grid design */\r\n.give-settings-page {\r\n .give-settings-wrap-licenses {\r\n\tdisplay: block;\r\n\tposition: relative;\r\n\tfloat: left;\r\n\twidth: 30.5%;\r\n\tmin-height: 180px;\r\n\tmargin: 20px 1% 20px 0;\r\n }\r\n\r\n .give-license-key {\r\n\tlabel {\r\n\t margin: 0 0 0 10px;\r\n\t padding: 10px 0;\r\n\t display: block;\r\n\t font-size: 14px;\r\n\t font-weight: 600;\r\n\t cursor: default;\r\n\t}\r\n }\r\n\r\n .give-license-block {\r\n\tmargin: 0 10px;\r\n }\r\n\r\n input[type=\"text\"].give-license-field,\r\n input[type=\"password\"].give-license-field {\r\n\twidth: 100%;\r\n }\r\n\r\n .give-license-block input[type=\"submit\"] {\r\n\tposition: absolute;\r\n\ttop: 3px;\r\n\tright: 10px;\r\n\theight: 24px;\r\n\tline-height: 22px;\r\n\tpadding: 0 8px 1px;\r\n\tfont-size: 11px;\r\n }\r\n\r\n //License status notice.\r\n .give-license-status-notice {\r\n\tbackground: #fff;\r\n\tborder-left: 4px solid #fff;\r\n\t-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\r\n\tbox-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\r\n\tmargin: 5px 0 2px;\r\n\tpadding: 1px 12px;\r\n\r\n\tp {\r\n\t padding: 10px 0;\r\n\t margin: 0;\r\n\t}\r\n\r\n\ta {\r\n\t color: #444;\r\n\t cursor: pointer;\r\n\t &:hover {\r\n\t\ttext-decoration: none;\r\n\t }\r\n\t}\r\n\r\n }\r\n\r\n .give-license-status-notice.give-license-expires-soon {\r\n\tborder-color: #00a0d2;\r\n }\r\n\r\n //Inactive or Expired.\r\n .give-license-status-notice.give-inactive,\r\n .give-license-status-notice.give-license-expired {\r\n\tborder-color: #e24e4e;\r\n }\r\n\r\n .give-license-status-notice.give-license-error,\r\n .give-license-status-notice.give-license-no_activations_left,\r\n .give-license-status-notice.give-license-missing,\r\n .give-license-status-notice.give-license-invalid,\r\n .give-license-status-notice.give-license-site_inactive,\r\n .give-license-status-notice.give-license-item_name_mismatch {\r\n\tborder-color: orange;\r\n }\r\n\r\n .give-license-status-notice.give-license-lifetime-notice,\r\n .give-license-status-notice.give-license-expiration-date {\r\n\tborder-color: #46b450;\r\n }\r\n\r\n .give-license-status-notice.give-license-expires-soon a:hover,\r\n .give-license-status-notice.give-license-expired a:hover {\r\n\ttext-decoration: none;\r\n }\r\n}\r\n\r\n/* Responsive fixes: Addon grid design */\r\n@media screen and (max-width: 1100px) {\r\n .give-settings-page .give-settings-wrap-licenses {\r\n\twidth: 45%;\r\n\tmin-height: 150px;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 600px) {\r\n .give-settings-page .give-settings-wrap-licenses {\r\n\twidth: 100%;\r\n\tmax-width: 320px;\r\n }\r\n}\r\n\r\n/* Tables */\r\n\r\n.give-table {\r\n\r\n thead {\r\n\tth {\r\n\t padding: 8px 10px !important;\r\n\t}\r\n }\r\n\r\n}\r\n\r\n//Fix double <hr>s for change to `give_title` in 1.3.5\r\n.give_settings .cmb-td hr + hr {\r\n display: none;\r\n}\r\n\r\n//Set a min-height for TinyMCE so it's not too small when hidden in a tab and then revealed\r\n.post-type-give_forms .mce-container iframe, .post-type-give_forms .wp-editor-area {\r\n min-height: 400px;\r\n}\r\n\r\n// Widget Page\r\n.give-field-description {\r\n color: #aaaaaa;\r\n font-style: italic;\r\n margin: 0;\r\n padding-top: .5em;\r\n}\r\n\r\n// Setting page tab\r\nh2.give-nav-tab-wrapper {\r\n overflow: hidden;\r\n height: 35px;\r\n}\r\n\r\n@media screen and (max-width: 600px) {\r\n .give-nav-tab-wrapper {\r\n\tposition: relative;\r\n\tpadding-top: 0 !important;\r\n\r\n\t> a {\r\n\t width: 100%;\r\n\t box-sizing: border-box;\r\n\t margin: 0;\r\n\t background-color: #ffffff;\r\n\t border: 1px solid #cccccc;\r\n\t &:hover {\r\n\t\tborder-bottom: 1px solid #ccc;\r\n\t }\r\n\t}\r\n\r\n\tdiv.give-sub-nav-tab-wrapper {\r\n\t position: absolute;\r\n\t top: 0;\r\n\t right: 0;\r\n\r\n\t #give-show-sub-nav {\r\n\t\theight: 28px;\r\n\t\twidth: 30px;\r\n\t\tborder-radius: 0;\r\n\t\tmargin: 0;\r\n\t\t> span.dashicons {\r\n\t\t margin: 6px auto 0;\r\n\t\t display: block;\r\n\t\t}\r\n\r\n\t }\r\n\r\n\t nav.give-sub-nav-tab {\r\n\t\ttop: 35px;\r\n\t\tright: 0;\r\n\t\tleft: auto;\r\n\r\n\t\ta {\r\n\t\t background: #ffffff;\r\n\t\t &:hover {\r\n\t\t\tbackground: #e5e5e5;\r\n\t\t }\r\n\t\t}\r\n\t }\r\n\t}\r\n\r\n }\r\n\r\n .give-mobile-hidden {\r\n\tdisplay: none;\r\n }\r\n}\r\n\r\n.give-sub-nav-tab-wrapper {\r\n position: relative;\r\n display: inline-block;\r\n z-index: 9999;\r\n float: left;\r\n\r\n nav.give-sub-nav-tab {\r\n\tborder: 1px solid #ccc;\r\n\tborder-bottom: 0;\r\n\tposition: absolute;\r\n\ttop: 35px;\r\n\tright: 0;\r\n\r\n\ta {\r\n\t float: left;\r\n\t background: white;\r\n\t padding: 6px 10px;\r\n\t clear: both;\r\n\t text-decoration: none;\r\n\t border-bottom: 1px solid #ccc;\r\n\t min-width: 170px;\r\n\t color: #555;\r\n\t font-size: 14px;\r\n\t}\r\n\r\n\ta:hover {\r\n\t background: #ffffff;\r\n\t}\r\n }\r\n}\r\n\r\n// By default hide setting tab wrapper.\r\n.give-sub-nav-tab-wrapper {\r\n display: none;\r\n}\r\n\r\n#give-show-sub-nav {\r\n text-decoration: none;\r\n padding: 3px 4px;\r\n border-bottom: 1px solid #ccc;\r\n line-height: 0;\r\n background: white;\r\n border-radius: 4px;\r\n margin-top: 5px;\r\n\r\n > span.dashicons {\r\n\tfont-size: 16px;\r\n\theight: 16px;\r\n\twidth: 16px;\r\n }\r\n}\r\n\r\n#give-show-sub-nav:hover, #give-show-sub-nav:active {\r\n outline: none;\r\n box-shadow: inset 0px 0px 4px #ddd;\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// Image preview container\r\n//--------------------------------------------------------------\r\n.give-image-thumb {\r\n position: relative;\r\n margin-top: 14px;\r\n\r\n span.give-delete-image-thumb {\r\n\tposition: absolute;\r\n\tbackground: red;\r\n\tcolor: white;\r\n\tborder-radius: 30px;\r\n\tleft: -10px;\r\n\ttop: -10px;\r\n\tcursor: pointer;\r\n }\r\n\r\n img {\r\n\tmax-width: 250px;\r\n\tborder: 4px solid white;\r\n }\r\n}","/**\r\n * Give Payment History SCSS\r\n *\r\n * @description Payment History Styles\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n//------------------------------------\r\n// Payment Filters\r\n//------------------------------------\r\n\r\n// Wrapper for multiple filter fields.\r\n.give-filters {\r\n clear: both;\r\n background: #f5f5f5;\r\n border: 1px solid #dfdfdf;\r\n padding: 12px 12px 0 12px;\r\n\r\n // Chosen height adjustment.\r\n .give-donation-forms-filter .chosen-single {\r\n\theight: 28px;\r\n\tline-height: 28px;\r\n }\r\n\r\n // Chosen up arrow.\r\n .chosen-container-single .chosen-single div b {\r\n\tbackground-position: 0 4px;\r\n }\r\n\r\n // Chosen down arrow.\r\n .chosen-container-active.chosen-with-drop .chosen-single div b {\r\n\tbackground-position: -18px 6px;\r\n }\r\n\r\n\r\n // Prevent select from causing line break flash.\r\n #give-payment-form-filter, #give_donation_forms_filter {\r\n\tdisplay: inline-block;\r\n\twidth: 300px;\r\n\t@media screen and (max-width: 782px) {\r\n\t width: 100%;\r\n\t}\r\n }\r\n // Chosen / Select donation form filter dropdown.\r\n #give_donation_forms_filter {\r\n\twidth: 255px;\r\n\t@media screen and (max-width: 782px) {\r\n\t width: 100%;\r\n\t max-width:100%;\r\n\t}\r\n }\r\n\r\n &:after {\r\n\tcontent: \"\";\r\n\tdisplay: table;\r\n\tclear: both;\r\n }\r\n}\r\n\r\n// Individual filter field.\r\n.give-filter {\r\n display: block;\r\n margin-bottom: 12px;\r\n width: 100%;\r\n\r\n &:after {\r\n\tcontent: \"\";\r\n\tdisplay: table;\r\n\tclear: both;\r\n }\r\n\r\n label {\r\n\tdisplay: block;\r\n\tmargin-right: 4px;\r\n }\r\n\r\n input {\r\n\tmargin: 0;\r\n }\r\n\r\n input[type=\"text\"] {\r\n\theight: 28px;\r\n\twidth: 100%;\r\n }\r\n\r\n input[type=\"text\"],\r\n input[type=\"search\"] {\r\n\theight: 28px;\r\n }\r\n\r\n .button {\r\n\theight: 28px;\r\n\tline-height: 26px;\r\n\tmargin: 0;\r\n\tpadding: 0 10px 1px;\r\n }\r\n\r\n select {\r\n\twidth: 100%;\r\n }\r\n\r\n @media screen and (min-width: 783px) {\r\n\tfloat: left;\r\n\tmargin-right: 18px;\r\n\twidth: auto;\r\n\r\n\tlabel {\r\n\t display: inline-block;\r\n\t}\r\n\r\n\tinput[type=\"text\"] {\r\n\t display: inline-block;\r\n\t width: 144px;\r\n\t}\r\n }\r\n}\r\n\r\n.give-filter-search {\r\n input[type=\"search\"] {\r\n\tdisplay: block;\r\n\tfloat: left;\r\n\twidth: 68%;\r\n }\r\n\r\n input[type=\"submit\"] {\r\n\tdisplay: block;\r\n\tfloat: right;\r\n\twidth: 30%;\r\n }\r\n\r\n @media screen and (min-width: 783px) {\r\n\tinput[type=\"search\"] {\r\n\t display: inline-block;\r\n\t margin-right: 4px;\r\n\t width: 144px;\r\n\t}\r\n\r\n\tinput[type=\"submit\"] {\r\n\t display: inline-block;\r\n\t width: auto;\r\n\t}\r\n }\r\n}\r\n\r\n.give-filter-half {\r\n @media screen and (min-width: 600px) {\r\n\tfloat: left;\r\n\twidth: 49%;\r\n\r\n\t&:last-child {\r\n\t float: right;\r\n\t}\r\n }\r\n\r\n @media screen and (min-width: 783px) {\r\n\twidth: auto;\r\n\r\n\t&:last-child {\r\n\t float: left;\r\n\t}\r\n\r\n\tinput[type=\"text\"] {\r\n\t width: 96px;\r\n\t}\r\n }\r\n}\r\n\r\n.give-clear-filters-button {\r\n margin-left: 8px;\r\n}\r\n\r\n.give-submit-wrap {\r\n clear: both;\r\n background: #f5f5f5;\r\n border: 1px solid #dfdfdf;\r\n margin: 8px 0;\r\n padding: 12px;\r\n font-size: 13px;\r\n line-height: 2.1em;\r\n}\r\n\r\n#give-payment-filters {\r\n ul.subsubsub {\r\n\tmargin-bottom: 8px;\r\n }\r\n}\r\n\r\n#give-payments-advanced-filter {\r\n ul.subsubsub {\r\n\tmargin-bottom: 12px;\r\n }\r\n}\r\n\r\n#give-payments-filter {\r\n .tablenav.top {\r\n\tfloat: none;\r\n\t.bulkactions {\r\n\t margin-top: 1px;\r\n\t padding-top: 0;\r\n\t}\r\n\r\n }\r\n\r\n .give-email-column-value {\r\n\tfont-size: 14px;\r\n\tfont-weight: bold;\r\n }\r\n\r\n #the-list .check-column input {\r\n\tmargin-top: 1px;\r\n }\r\n\r\n .column-details {\r\n\twidth: 50px;\r\n }\r\n\r\n .column-amount {\r\n\twidth: 120px;\r\n }\r\n\r\n}\r\n\r\ntr.status-refunded td {\r\n background: #cecece;\r\n border-top-color: #ccc;\r\n}\r\n\r\n.wp-list-table.forms th#date {\r\n width: 140px;\r\n}\r\n\r\n.give-mobile-link {\r\n line-height: 32px;\r\n vertical-align: middle;\r\n}\r\n\r\n.give-mobile-link img {\r\n max-width: 80%;\r\n height: auto;\r\n float: left;\r\n}\r\n\r\n//------------------------------------\r\n// Status Colors\r\n//------------------------------------\r\n\r\n.give-donation-status {\r\n > span {\r\n\tdisplay: inline-block;\r\n\twidth: 12px;\r\n\theight: 12px;\r\n\tposition: relative;\r\n\ttop: 1px;\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n\tborder-radius: 50%;\r\n\tbackground: #888;\r\n\tline-height: 16px;\r\n }\r\n\r\n //Pending\r\n &.status-pending > span {\r\n\tbackground-color: $orange;\r\n }\r\n\r\n //Complete\r\n &.status-complete > span, &.status-publish > span {\r\n\tbackground-color: $status-complete;\r\n }\r\n\r\n //Refunded\r\n &.status-refunded > span {\r\n\tbackground-color: $status-default;\r\n }\r\n\r\n &.status-failed > span {\r\n\tbackground-color: $red;\r\n }\r\n\r\n &.status-abandoned > span {\r\n\tbackground-color: $dark;\r\n }\r\n\r\n &.status-revoked > span {\r\n\tbackground-color: $status-revoked;\r\n }\r\n\r\n &.status-subscription > span, &.status-renewal > span, &.status-give_subscription > span {\r\n\tbackground-color: $status-subscription;\r\n }\r\n\r\n}\r\n\r\n//Test Payment Label\r\n#test-payment-label {\r\n @include give-label();\r\n background-color: $orange;\r\n margin: 0 15px;\r\n vertical-align: middle;\r\n}\r\n\r\n//ID & link field\r\n#give-payments-filter {\r\n\r\n .give-payment-id {\r\n\t@include give-label();\r\n\tfont-weight: normal;\r\n\t@extend .give-item-label-gray;\r\n }\r\n\r\n .column-details {\r\n\tpadding-right: 30px;\r\n }\r\n\r\n .give-donation-status {\r\n\tdisplay: inline-block;\r\n }\r\n\r\n}\r\n\r\n//Payment View Metabox\r\n#give-order-update {\r\n .give-donation-status {\r\n\tdisplay: inline-block;\r\n\tfloat: none;\r\n\tmargin: 0 10px;\r\n\tposition: relative;\r\n\ttop: 3px;\r\n }\r\n}\r\n\r\n//Donation Column\r\n.column-donation_form {\r\n .donation-level-text-wrap {\r\n\tfont-style: italic;\r\n\tdisplay: block;\r\n }\r\n}\r\n\r\n/*---------------------\r\nResponsiveness\r\n---------------------------*/\r\n@media handheld, only screen and (max-width: 640px) {\r\n .wp-list-table.forms th {\r\n\twidth: auto !important;\r\n }\r\n}\r\n\r\n.download_page_give-payment-history .ui-dialog .ui-dialog-titlebar-close span {\r\n margin-left: -8px;\r\n margin-top: -8px;\r\n}\r\n\r\n/* Payment Details\r\n-------------------------------------------------------------- */\r\n.give-admin-box .label {\r\n font-weight: 600;\r\n}\r\n\r\n.give-admin-box-inside {\r\n margin: 0;\r\n padding: 3px 10px;\r\n clear: both;\r\n border-bottom: 1px solid #eee;\r\n}\r\n\r\n.give-admin-box-inside .strong {\r\n font-weight: 600;\r\n}\r\n\r\n.give-admin-box .right {\r\n float: right;\r\n}\r\n\r\n#give-order-update .inside,\r\n#give-order-details .inside {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n#give-order-update input.give_datepicker {\r\n width: 180px;\r\n}\r\n\r\n#give-order-update input[type=\"number\"].give-payment-time-hour,\r\n#give-order-update input[type=\"number\"].give-payment-time-min {\r\n width: 50px;\r\n}\r\n\r\n.give-admin-box-inside:last-child {\r\n border-bottom: 0;\r\n}\r\n\r\n#give-edit-order-form .data-payment-key {\r\n word-break: break-all;\r\n}\r\n\r\n.give-order-update-box #major-publishing-actions .button-secondary {\r\n margin-right: 10px;\r\n}\r\n\r\n#give-donation-overview th {\r\n text-align: left;\r\n}\r\n\r\n#give-donation-overview .give-select-chosen {\r\n width: 97%;\r\n}\r\n\r\n#give-edit-order-form .row {\r\n\tmargin-top: 10px;\r\n}\r\n\r\n#give-donation-overview ul,\r\n#give-order-address-country-wrap select,\r\n#give-donor-details .order-data-address input,\r\n#give-edit-order-form .column input,\r\n#give-donor-details .order-data-column p.data input {\r\n clear: both;\r\n display: block;\r\n}\r\n\r\n.give-order-data input.small-text {\r\n margin: 0;\r\n}\r\n\r\n#give-order-update span.label {\r\n display: inline;\r\n width: 50px;\r\n}\r\n\r\n.give-order-update-box .button-primary {\r\n margin-right: 0;\r\n}\r\n\r\n#give-edit-order-form .column .description {\r\n padding-right: 10px;\r\n}\r\n\r\n#give-edit-order-form .column,\r\n#give-donation-overview .row > ul > li,\r\n#give-donation-overview .inside > ul > li {\r\n display: inline-block;\r\n position: relative;\r\n vertical-align: top;\r\n}\r\n\r\n#give-donation-overview ul {\r\n font-size: 0;\r\n\r\n li {\r\n\tfont-size: 13px;\r\n\r\n\t&.actions {\r\n\t text-align: right;\r\n\t min-width: 200px;\r\n\t}\r\n\r\n\t&.remove {\r\n\t text-align: right;\r\n\t}\r\n\r\n }\r\n\r\n .row {\r\n\tpadding: 12px;\r\n\tborder-bottom: 1px solid #eee;\r\n }\r\n\r\n}\r\n\r\n#give-order-data .data span {\r\n color: #666;\r\n font-weight: 600;\r\n}\r\n\r\ninput.give-price-field {\r\n width: 80px;\r\n padding: 3px 5px;\r\n}\r\n\r\n.give_forms_page_give-payment-history.js .postbox .hndle {\r\n cursor: default;\r\n}\r\n\r\n//------------------------------------------\r\n//Payment Notes Section\r\n//------------------------------------------\r\n\r\n#give-payment-notes {\r\n textarea {\r\n\tmin-height: 150px;\r\n }\r\n #give-add-payment-note {\r\n\tmargin: 6px 0 15px;\r\n }\r\n\r\n}\r\n\r\n//------------------------------------------\r\n//Edit Order Form\r\n//------------------------------------------\r\n#give-billing-details {\r\n\t.column > div {\r\n\t\tmargin: 0 0 10px;\r\n\t}\r\n\r\n\tlabel {\r\n\t\tdisplay: block;\r\n\t\tmargin-bottom: 5px;\r\n\t}\r\n\r\n\t.column-container {\r\n\t\tpadding: 5px 0 10px;\r\n\t}\r\n\r\n\tinput[type=\"text\"] {\r\n\t\twidth: 98%;\r\n\t}\r\n\r\n\t.chosen-container {\r\n\t\twidth: 98% !important;\r\n\t}\r\n}\r\n\r\n//------------------------------------------\r\n//Responsive\r\n//------------------------------------------\r\n@media screen and (min-width: 1200px) {\r\n\t#give-edit-order-form .column {\r\n\t\twidth: 33%;\r\n\t}\r\n\r\n\t#give-order-address .column {\r\n\t\twidth: 49%;\r\n\t}\r\n\r\n\t#give-donation-overview.columns-4 li.actions {\r\n\t\twidth: 25%;\r\n\t\tmargin-top: 0;\r\n\t\tmargin-right: 0;\r\n\t}\r\n}\r\n\r\n@media screen and (max-width: 1199px) {\r\n #give-edit-order-form .column {\r\n\twidth: 49%;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 782px) {\r\n .order-data-column input[type=\"email\"] {\r\n\tpadding: 6px 10px;\r\n }\r\n}\r\n\r\n//------------------------------------------\r\n//Donation Details\r\n//------------------------------------------\r\n#give-donor-details .inside, #give-donation-overview .inside {\r\n margin-top: 0;\r\n}\r\n\r\n.give_forms_page_give-payment-history #give-dashboard-widgets-wrap #side-sortables {\r\n padding-top: 0;\r\n}\r\n\r\n//------------------------------------------\r\n// Ajax chosen select field\r\n//------------------------------------------\r\n.give-select-chosen {\r\n .spinner {\r\n\tposition: absolute;\r\n\tright: 5px;\r\n\ttop: 2px;\r\n\tz-index: 999;\r\n }\r\n}\r\n\r\n.give-select-chosen-ajax {\r\n // Show spinner.\r\n .spinner {\r\n\tvisibility: visible;\r\n }\r\n\r\n // Hide search icon.\r\n .chosen-search input[type=\"text\"] {\r\n\tbackground-image: none !important;\r\n }\r\n}\r\n\r\n.give-select-chosen-ajax.chosen-container-single .chosen-search input[type=\"text\"] {\r\n background-image: none !important;\r\n}","/**\n * Give Admin Dashboard SCSS\n *\n * @description Styles the Give dashboard widget\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n.give-dashboard-widget {\n\n .give-dashboard-today {\n\ttext-align: center;\n\n\t.give-dashboard-date-today {\n\t margin: 10px 0 0;\n\t padding: 0;\n\t}\n\n\t.give-dashboard-happy-day {\n\t padding: 3px;\n\t margin: 0;\n\t}\n\n\t.give-dashboard-today-earnings {\n\t font-size: 42px;\n\t color: #4ead61;\n\t font-weight: bold;\n\t margin: 15px 0 0;\n\t line-height: 1;\n\t}\n\n\t.give-donations-today {\n\t font-size: 18px;\n\t font-weight: bold;\n\t margin: 0 0 30px;\n\t padding: 4px 0 1px;\n\t}\n\n\t.give-last-seven {\n\t font-size: 14px;\n\t font-weight: bold;\n\t padding: 0;\n\t margin: 0 0 30px;\n\t}\n\n }\n\n //Table Stats\n .give-table-stats {\n\twidth: 100%;\n\ttext-align: center;\n\tmargin: 0;\n\ttable-layout: fixed;\n\tborder-top: 1px solid #ececec;\n\tborder-spacing: 0;\n\n\t.give-dashboard-stat-total, .give-dashboard-stat-total-label {\n\t padding: 0;\n\t margin: 0;\n\t}\n\n\t.give-dashboard-stat-total {\n\t color: #4ead61;\n\t font-weight: bold;\n\t font-size: 16px;\n\t}\n\n }\n\n}\n\n//Fancy borders\n#give_dashboard_sales {\n\n > .inside {\n\tpadding: 0;\n }\n\n .give-table-stats {\n\ttd {\n\t padding: 10px 0;\n\t}\n\ttd:first-of-type {\n\t border-right: 1px solid #ececec;\n\t}\n\ttr#give-table-stats-tr-1 td {\n\t border-bottom: 1px solid #ececec;\n\t}\n }\n\n}\n\n//At a Glance Widget\n#dashboard_right_now {\n .give-forms-count:before {\n\t@include iconstyle();\n\tfont-size: 18px;\n\twidth: 18px;\n\theight: 18px;\n\tcontent: \"\\e800\";\n }\n}","/**\n * Give Forms SCSS\n *\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n//--------------------------------------------------------------\n// Donors Listing Page Style\n//--------------------------------------------------------------\n.give_forms_page_give-donors {\n\t.wrap > h2 {\n\t\tmargin-bottom: 15px;\n\t}\n\n\t.nav-tab-wrapper .dashicons {\n\t\tposition: relative;\n\t\ttop: 2px;\n\t\tmargin: 0 3px 0 0;\n\t}\n\n\t#give-donors-filter {\n\t\tposition: relative;\n\t\tp.search-box {\n\t\t\tmargin: 0;\n\t\t}\n\t}\n\n\t#give-donors-search-filter {\n\t\tdisplay: block;\n\t\toverflow: hidden;\n\t}\n\n\t//--------------------------------------------------------------\n\t// Donor Styles\n\t//--------------------------------------------------------------\n\t#give-donor-card-wrapper {\n\t\tmargin-left: -1px;\n\t\tz-index: 2;\n\t\tmin-height: 200px;\n\n\t\tinput {\n\t\t\tfont-weight: normal;\n\t\t}\n\n\t\t.donor-section {\n\t\t\tborder-bottom: 1px solid #eee;\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.donor-section table {\n\t\t\tmargin-bottom: 0;\n\t\t}\n\n\t\t> div:first-child {\n\t\t\tpadding-top: 20px;\n\t\t}\n\n\t\t> div:last-child {\n\t\t\tpadding-bottom: 20px;\n\t\t\tborder: none;\n\t\t}\n\n\t\t//AVATAR\n\t\t.avatar-wrap {\n\t\t\tpadding: 0 15px 15px 0;\n\t\t\ttext-align: center;\n\t\t\tfloat: left;\n\n\t\t\timg {\n\t\t\t\tborder-radius: 3px;\n\t\t\t}\n\n\t\t}\n\n\t\ta.delete {\n\t\t\ttext-decoration: none;\n\t\t\tcolor: #ff0000;\n\t\t\tmargin-right: 5px;\n\t\t}\n\n\t\t//Donor Header (non-avatar content)\n\t\t.donor-bio-header {\n\n\t\t\t.donor-since {\n\t\t\t\tmargin: 10px 0;\n\t\t\t\tfont-size: 16px;\n\t\t\t}\n\n\t\t\t.donor-id {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tfont-size: 24px;\n\t\t\t\tfont-weight: 600;\n\t\t\t\tmargin-right: 10px;\n\t\t\t}\n\n\t\t\t.donor-name-wrap {\n\t\t\t\tdisplay: inline-block;\n\t\t\t}\n\n\t\t\t.donor-edit-link {\n\t\t\t\tmargin-bottom: 15px;\n\t\t\t}\n\n\t\t}\n\t}\n\n\t.donor-main-wrapper {\n\t\tclear: both;\n\t\tmargin: 0 0 20px;\n\n\t\t@media(max-width: 655px) {\n\t\t\twidth: 100%;\n\t\t}\n\n\t\ttable {\n\t\t\tmargin: 0;\n\t\t}\n\n\t\tinput {\n\t\t\twidth: 200px;\n\t\t}\n\n\t}\n\n\t//Donor Summary\n\t#donor-summary {\n\t\tpadding: 0 20px;\n\n\t\t&:after {\n\t\t\tfont-family: \"dashicons\";\n\t\t\tcontent: \"\\f110\";\n\t\t\tposition: absolute;\n\t\t\ttop: 10px;\n\t\t\tright: 10px;\n\t\t\tfont-size: 100px;\n\t\t\tcolor: #F0F0F0;\n\t\t\tz-index: 0;\n\t\t}\n\n\t}\n\n\t#give-donor-card-wrapper .donor-address-wrapper {\n\t\twidth: 202px;\n\n\t\tspan[data-key=\"line2\"] {\n\t\t\tdisplay: table;\n\t\t\tclear: both;\n\t\t}\n\t}\n\n\t#give-donor-card-wrapper .donor-address-wrapper select {\n\t\twidth: 200px;\n\t}\n\n\t#give-donor-card-wrapper .donor-info {\n\t\tmin-height: 185px;\n\t}\n\n\t#give-donor-card-wrapper .info-wrapper {\n\t\tmin-height: 125px;\n\t}\n\n\t.donor-info .donor-name {\n\t\tfont-size: 24px;\n\t\tfont-weight: 600;\n\t}\n\n\t#disconnect-donor {\n\t\tfont-size: 12px;\n\t\tfont-weight: normal;\n\t\ttext-decoration: none;\n\t}\n\n\t#view-user-profile {\n\t\t@extend #disconnect-donor;\n\t}\n\n\t#donor-edit-actions {\n\t\ttext-align: center;\n\t\tmargin-bottom: 20px;\n\t\tline-height: 28px;\n\t}\n\n\t#donor-edit-actions .button-secondary {\n\t\tmargin-right: 10px;\n\t}\n\n\t#give-donor-card-wrapper .edit-item {\n\t\tdisplay: none;\n\t}\n\n\t#give-donor-card-wrapper .give_user_search_results {\n\t\tleft: 1px;\n\t\ttop: 16px;\n\t}\n\n\t#give-donor-card-wrapper .give_user_search_results ul {\n\t\twidth: 200px\n\t}\n\n\t#donor-stats-wrapper {\n\t\tmargin: 0 auto;\n\t\ttext-align: center;\n\t\tpadding: 15px;\n\t\tul {\n\t\t\tmargin: 0;\n\t\t\tpadding: 0;\n\t\t\toverflow: hidden;\n\t\t\tli {\n\t\t\t\twidth: 50%;\n\t\t\t\tfloat: left;\n\t\t\t\tline-height: 22px;\n\t\t\t\tfont-size: 14px;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t}\n\n\t\ta {\n\t\t\ttext-decoration: none;\n\t\t}\n\t}\n\n\t#donor-stats-wrapper .dashicons {\n\t\tcolor: #888;\n\t}\n\n\t#donor-tables-wrapper table {\n\t\twidth: 100%;\n\t\ttext-align: center;\n\t}\n\n\t#donor-tables-wrapper th {\n\t\ttext-align: center;\n\t}\n\n\t#donor-tables-wrapper .donations tr > th:first-child,\n\t#donor-tables-wrapper .donations tr > td:first-child,\n\t#donor-tables-wrapper .emails tr > th:first-child,\n\t#donor-tables-wrapper .emails tr > td:first-child {\n\t\ttext-align: left;\n\t}\n\n\t#donor-tables-wrapper .donations tr > td:only-child {\n\t\ttext-align: center;\n\t}\n\n\t#donor-notes-wrapper {\n\t\tmin-height: 50px;\n\t}\n\n\t.donor-notes-header span, .donor-notes-header img {\n\t\tfont-weight: 600;\n\t\tline-height: 30px;\n\t\tvertical-align: middle;\n\t}\n\n\t.donor-note-input {\n\t\twidth: 100%;\n\t\tmargin-bottom: 5px;\n\t}\n\n\t// Donor Notes\n\t#give-donor-notes {\n\t\tdiv:nth-of-type(even) {\n\t\t\tbackground-color: #f9f9f9;\n\t\t}\n\t\t.donor-note-wrapper {\n\t\t\tborder-bottom: 1px solid #f9f9f9;\n\t\t\tmin-height: 38px;\n\t\t\tpadding: 0;\n\n\t\t\t.note-content-wrap {\n\t\t\t\tpadding: 10px 12px;\n\t\t\t\tline-height: 20px;\n\t\t\t\tfont-size: 14px;\n\t\t\t}\n\n\t\t}\n\n\t\t.give-no-donor-notes {\n\t\t\ttext-align: center;\n\t\t\tpadding: 20px;\n\t\t}\n\n\t}\n\n\t.donor-note-wrapper span {\n\t\tdisplay: block;\n\t}\n\n\t.delete-donor {\n\t\ttext-align: center;\n\t}\n\n\t.give-lock-block {\n\t\tmargin-left: -25px;\n\t\ttext-decoration: none;\n\t\tfont-size: 14px;\n\t\tmargin-right: 3px;\n\n\t\ti {\n\t\t\tcolor: #000000;\n\t\t\tfont-size: 14px;\n\t\t}\n\t}\n\n\t/*\n\t * Donor address metabox\n\t */\n\t#donor-address-wrapper {\n\t\t.give-no-address-message {\n\t\t\tmargin: 0.5rem 1%;\n\t\t\tline-height: 3.4em;\n\t\t}\n\n\t\t.add-new-address {\n\t\t\tmargin: 0.5rem 1% !important;\n\t\t}\n\n\t\t.add-new-address-form-hidden {\n\t\t\tposition: absolute;\n\t\t\tright: 13px;\n\t\t\tleft: 13px;\n\t\t\ttop: 0;\n\t\t\tvisibility: hidden;\n\t\t}\n\n\t\t// Address meta-box\n\t\t.all-address {\n\t\t\t.address {\n\t\t\t\tmin-height: 146px;\n\t\t\t\tborder: 1px solid #dad9d9;\n\t\t\t\tpadding: 9px;\n\t\t\t\tborder-radius: 5px;\n\t\t\t\tbackground-color: white;\n\n\t\t\t\t.address-number-label {\n\t\t\t\t\tcolor: gray;\n\t\t\t\t\tcursor: default;\n\t\t\t\t}\n\n\t\t\t\ta {\n\t\t\t\t\ttext-decoration: none;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n","/**\r\n * Give Admin Buttons SCSS\r\n *\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n/*=Give Shortcode Button\r\n--------------------------------------*/\r\n\r\n@media screen and (max-width: 782px) {\r\n #wp-content-media-buttons a.give-thickbox {\r\n padding: 6px 14px;\r\n line-height: normal;\r\n font-size: 14px;\r\n height: auto;\r\n }\r\n .wp-media-buttons span#give-media-button {\r\n margin-top: 0 !important;\r\n margin-left: 2px !important;\r\n }\r\n}\r\n\r\n/*=Button in shortcode tinymce dialog\r\n--------------------------------------*/\r\n\r\n.mce-primary.mce-give-primary button {\r\n padding-right: 10px;\r\n padding-left: 10px;\r\n}\r\n\r\n/*=Admin Buttons w/ Icons\r\n--------------------------------------*/\r\n\r\n/* extends .wp-core-ui .button */\r\n.wp-core-ui .give-admin-button {\r\n padding-left: 7px;\r\n padding-right: 7px;\r\n}\r\n\r\n/* matches style of Add Media and Give Shortcodes buttons */\r\n.give-admin-button-icon {\r\n display: inline-block;\r\n width: 18px;\r\n height: 18px;\r\n vertical-align: text-top;\r\n margin: 0 2px;\r\n\r\n &:before {\r\n font: 400 18px/1 dashicons;\r\n speak: none;\r\n -webkit-font-smoothing: antialiased;\r\n -moz-osx-font-smoothing: grayscale;\r\n }\r\n\r\n /* specific DashIcon styles */\r\n &-update:before {\r\n content: \"\\f463\";\r\n }\r\n}\r\n","\n/* =Primary button in shortcode tinymce dialog\n-------------------------------------------------------------- */\n\n.mce-primary.mce-sc-primary button {\n\tpadding-right: 10px;\n\tpadding-left: 10px;\n}\n\n.mce-sc-popup {\n\ta {\n\t\ttext-decoration: underline;\n\t}\n\tp {\n\t\tmargin-bottom: 1em;\n\t\t&.strong {\n\t\t\tfont-weight: 600;\n\t\t}\n\t\t&.no-margin {\n\t\t\tmargin-bottom: 0;\n\t\t}\n\t\t&.margin-top {\n\t\t\tmargin-top: 1em;\n\t\t}\n\t}\n\t// Crop text which overflow in listbox.\n\t.mce-listbox button{\n\t\ttext-overflow: ellipsis;\n\t\toverflow: hidden !important;\n\t}\n}\n\n/* =Shortcode button above wp_editor\n-------------------------------------------------------------- */\n\n@media screen and (max-width: 782px) {\n\t.wp-media-buttons button.sc-button span {\n\t\twidth: 18px !important;\n\t}\n}\n\n.wp-media-buttons {\n\tbutton.sc-button {\n\t\toutline: none;\n\t\tpadding-left: 5px;\n\t\tmargin-right: 0;\n\n\t\t&:active {\n\t\t\tmargin-bottom: 5px;\n\t\t}\n\t}\n}\n\nbutton.sc-button {\n\t&:after {\n\t\tposition: relative;\n\t\tdisplay: inline-block;\n\t\ttop: -1px;\n\t\tcontent: '';\n\t\twidth: 0;\n\t\theight: 0;\n\t\tborder-top: 6px solid #777;\n\t\tborder-right: 4px solid transparent;\n\t\tborder-left: 4px solid transparent;\n\t\tmargin: 0 3px 0 6px;\n\t}\n\n\t&.active:after {\n\t\ttop: -2px;\n\t\tborder-top: 0;\n\t\tborder-bottom: 6px solid #32373c;\n\t}\n}\n\n/* =Shortcode button dropdown menu\n-------------------------------------------------------------- */\n\n.sc-wrap {\n\tposition: relative;\n\tdisplay: inline-block;\n\tmargin-right: 5px;\n}\n\ndiv.sc-menu {\n\tdisplay: none;\n\tposition: absolute;\n\ttop: 100%;\n\tleft: 0;\n\tmin-width: 100%;\n\tmax-height: 410px;\n\tfont-size: 14px;\n\tbox-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );\n\tbackground: #fff;\n\tborder: 1px solid rgba( 0, 0, 0, 0.15 );\n\toverflow: auto;\n\toverflow-x: hidden;\n\tpadding: 5px 0;\n\tmargin: -2px 0 0;\n\tz-index: 1002;\n}\n\ndiv.sc-shortcode {\n\tdisplay: block;\n\twhite-space: nowrap;\n\tcursor: pointer;\n\tpadding: 6px 12px;\n\tmargin-bottom: 2px;\n\n\t&:hover {\n\t\tcolor: #fff;\n\t}\n}\n\n/* =Shortcode tinymce dialog backdrop\n-------------------------------------------------------------- */\n\n#mce-modal-block.mce-reset.mce-fade.mce-in {\n\topacity: 0.7;\n\tfilter: alpha(opacity=70);\n}\n","/**\n * Give System Info SCSS\n *\n * @description System Info Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license https://opensource.org/licenses/gpl-3.0/ GNU Public License\n *\n * The following code is a derivative work of the code from the WooCommerce\n * plugin, which is licensed GPLv3. This code therefore is also licensed under\n * the terms of the GNU Public License, version 3.\n *\n * Copyright (c) 2015 WooThemes\n * Copyright (c) 2016 WordImpress, LLC\n*/\n\n.give-status-table {\n margin-bottom: 1em;\n\n h2 {\n\tfont-size: 14px;\n\tmargin: 0;\n }\n\n tr {\n\t&:nth-child(2n) {\n\t th,\n\t td {\n\t\tbackground: #fcfcfc;\n\t }\n\t}\n }\n\n th {\n\tfont-weight: 700;\n\tpadding: 9px;\n }\n\n td:first-child {\n\twidth: 33%;\n }\n\n td.help {\n\twidth: 1em;\n }\n\n td {\n\tpadding: 9px;\n\tfont-size: 1.1em;\n\n\tmark {\n\t background: transparent none;\n\t}\n\n\tmark.yes {\n\t color: $green;\n\t}\n\n\tmark.no {\n\t color: #999;\n\t}\n\n\tmark.error {\n\t color: $red;\n\t}\n\n\tul {\n\t margin: 0;\n\t}\n }\n}\n\n/* System info download header */\n.wrap div.give-debug-report-wrapper {\n margin-bottom: 5px;\n p {\n\tfont-size: 18px;\n\tmargin: 1em 0 0.7em;\n\tpadding: 0;\n }\n\n .give-debug-report-actions {\n\tmargin: 0 0 1.7em;\n\t.js-give-debug-report-button {\n\t margin-right: 10px;\n\t}\n\t.dashicons {\n\t font-size: 16px;\n\t position: relative;\n\t top: 4px;\n\t left: -2px;\n\t}\n }\n}\n\n.give-debug-report {\n display: none;\n margin: 10px 0;\n padding: 0;\n position: relative;\n\n textarea {\n\tfont-family: monospace;\n\twidth: 100%;\n\tmargin: 0;\n\theight: 300px;\n\tpadding: 20px;\n\t-moz-border-radius: 0;\n\t-webkit-border-radius: 0;\n\tborder-radius: 0;\n\tresize: none;\n\tfont-size: 12px;\n\tline-height: 20px;\n\toutline: 0;\n }\n}\n","//---------------------------------------------------------\n//Progress Bar Styles\n//---------------------------------------------------------\n.give-progress {\n\theight: 15px;\n\twidth: 95%;\n\tborder-radius: 4px;\n\toverflow: hidden;\n\tbackground-color: whitesmoke;\n\n\t> div {\n\t\theight: 100%;\n\t\twidth: 0;\n\t}\n\n}\n\n.admin-color-fresh .give-progress div, .give-progress div {\n\tbackground: #0073aa;\n}\n\n.admin-color-light .give-progress div {\n\tbackground: #888;\n}\n\n.admin-color-blue .give-progress div {\n\tbackground: #096484;\n}\n\n.admin-color-coffee .give-progress div {\n\tbackground: #c7a589;\n}\n\n.admin-color-ectoplasm .give-progress div {\n\tbackground: #a3b745;\n}\n\n.admin-color-midnight .give-progress div {\n\tbackground: #e14d43;\n}\n\n.admin-color-sunrise .give-progress div {\n\tbackground: #dd823b;\n}\n\n\n/**\n * Spinner\n */\n.give-spinner-wrapper{\n\tposition: absolute;\n\tleft: 0;\n\tright: 0;\n\tbottom: 0;\n\ttop: 0;\n\tbackground: rgba(245, 245, 245, 0.57);\n\tz-index: 1;\n\tdisplay: none;\n\n\t&.is-active{\n\t\tdisplay: inline-block;\n\t}\n\n\t.aligncenter{\n\t\tposition: absolute;\n\t\ttop: 50%;\n\t\tleft: 50%;\n\t\tmargin: 10px 10px 0 0;\n\t}\n}\n\n.give-spinner {\n\t&.spinner.is-active{\n\t\tmargin: 0 0 0 2px;\n\t\tfloat: none;\n\t}\n}","/**\n * Give Updates Panel SCSS\n *\n * @description Updates Panel Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2017, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n#give-updates-h1 {\n padding-top: 0;\n}\n\n.give-update-panel-content p {\n font-size: 16px;\n}\n\n#give-updates .dashicons-no-alt {\n color: red;\n}\n\n#give-updates .dashicons-yes {\n color: green;\n}\n\n#give-db-updates .spinner {\n margin-top:0;\n}\n\nbody.give_forms_page_give-updates {\n\t.give-run-update-containt {\n\t\t.give-run-update-button {\n\t\t\tmargin-right: 10px;\n\t\t}\n\t}\n}\n","/**\n * Give Blank Slate\n *\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n.give-blank-slate {\n\tbackground: white;\n\tborder: 1px solid #e5e5e5;\n\tbox-shadow: 0 1px 1px rgba( 0,0,0,0.04 );\n\tmargin: 0 auto;\n\tpadding: 40px;\n\ttext-align: center;\n\n\t:last-child {\n\t\tmargin-bottom: 0;\n\t}\n\n\t&__heading,\n\t&__message,\n\t&__cta,\n\t&__help {\n\t\tmargin: 0 0 10px;\n\t}\n\n\t&__image {\n\t\tdisplay: block;\n\t\theight: 80px;\n\t\tmargin: 0 auto 10px;\n\t\twidth: auto;\n\t}\n\n\t&__help {\n\t\tcolor: #666;\n\t\tfont-style: italic;\n\n\t\ta {\n\t\t\tdisplay: inline-block;\n\t\t\ttext-decoration: underline;\n\t\t}\n\t}\n}\n\n// Extra selectors needed to override WP Core styles.\n.give-blank-slate a.give-blank-slate__cta {\n\tdisplay: inline-block;\n\tfont-size: 1.2em;\n\theight: auto;\n\tmargin: 0 0 10px;\n\tpadding: .75em 1.5em;\n}\n","/**\r\n * Give Donations Importer\r\n *\r\n * @description Payment History Styles\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2017, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n.give-tools-setting-page-import {\r\n h1.handle {\r\n\tpadding: 15px 0 0;\r\n }\r\n .give-progress-steps {\r\n\twidth: 100%;\r\n\tpadding: 0 0 24px;\r\n\tmargin-left: 0;\r\n\tlist-style: none outside;\r\n\toverflow: hidden;\r\n\tdisplay: -webkit-inline-flex;\r\n\tdisplay: -ms-inline-flexbox;\r\n\tdisplay: inline-flex;\r\n\tli {\r\n\t width: 25%;\r\n\t float: left;\r\n\t padding: 0 0 1.2em;\r\n\t margin: 0;\r\n\t text-align: center;\r\n\t position: relative;\r\n\t border-bottom: 4px solid #ccc;\r\n\t line-height: 1.4em;\r\n\t}\r\n\r\n\tli.active {\r\n\t border-color: #4ead61;\r\n\t color: #4ead61;\r\n\r\n\t &:before {\r\n\t\tborder-color: #4ead61;\r\n\t\tcolor: #4ead61;\r\n\t\tbackground: #4ead61;\r\n\t }\r\n\t}\r\n\r\n\tli::before {\r\n\t content: '';\r\n\t border: 4px solid #ccc;\r\n\t border-radius: 100%;\r\n\t width: 10px;\r\n\t height: 10px;\r\n\t position: absolute;\r\n\t bottom: 0;\r\n\t left: 50%;\r\n\t margin-left: -6px;\r\n\t margin-bottom: -10px;\r\n\t background: #fff;\r\n\t}\r\n }\r\n\r\n .step-4 {\r\n\th2 {\r\n\t text-align: center;\r\n\t font-size: 20px !important;\r\n\t}\r\n\tp {\r\n\t text-align: center;\r\n\t}\r\n }\r\n\r\n .button-secondary.step-4, .give-image-thumb {\r\n\tdisplay: none;\r\n }\r\n\r\n h2#give-import-title {\r\n\tbackground: #f3f3f3;\r\n\tfont-size: 15px;\r\n\tfont-weight: 600;\r\n\tmargin: -8px -22px 11px;\r\n\tpadding: 12px 22px;\r\n }\r\n}\r\n\r\n\r\n.give-import-core-settings {\r\n\t.give-progress-steps {\r\n\t\tli {\r\n\t\t\twidth: 33.33%;\r\n\t\t}\r\n\t}\r\n\r\n\t.step-3 {\r\n\t\th2 {\r\n\t\t\ttext-align: center;\r\n\t\t\tfont-size: 20px !important;\r\n\t\t}\r\n\t\tp {\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\t}\r\n}\r\n\r\nform.give-import-form table.widefat {\r\n border:none;\r\n}\r\n\r\n.wrap .give-importer-h1 {\r\n margin: 0;\r\n padding: 20px 0;\r\n}"],"names":[],"mappings":"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","sourceRoot":"/source/"}
|
1 |
+
{"version":3,"file":"give-admin.css","sources":["admin/give-admin.scss","frontend/_mixins.scss","frontend/_variables.scss","plugins/hint.min.scss","frontend/fonts.scss","admin/fonts.scss","admin/grids.scss","admin/forms.scss","admin/addons.scss","admin/reports.scss","admin/welcome.scss","admin/logs.scss","admin/settings.scss","admin/payment-history.scss","admin/dashboard.scss","admin/donors.scss","admin/buttons.scss","admin/shortcodes.scss","admin/system-info.scss","admin/util.scss","admin/updates.scss","admin/blank-slate.scss","admin/importer.scss"],"sourcesContent":["/*!\r\n * Give Admin SCSS/CSS\r\n *\r\n * @description: The Main SCSS file for ADMIN styles which is compiled and minified via Gulp taskrunner\r\n * @package: Give\r\n * @subpackage: SCSS/Admin\r\n * @copyright: Copyright (c) 2016, WordImpress\r\n * @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n@import '../frontend/mixins';\r\n@import '../frontend/variables';\r\n@import '../plugins/hint.min';\r\n@import '../frontend/fonts';\r\n@import 'fonts';\r\n@import 'grids';\r\n@import 'forms';\r\n@import 'addons';\r\n@import 'reports';\r\n@import 'welcome';\r\n@import 'logs';\r\n@import 'settings';\r\n@import 'payment-history';\r\n@import 'dashboard';\r\n@import 'donors';\r\n@import 'buttons';\r\n@import 'shortcodes';\r\n@import 'system-info';\r\n@import 'util';\r\n@import 'updates';\r\n@import 'blank-slate';\r\n@import 'importer';\r\n","/**\r\n * Clearfix\r\n */\r\n@mixin clearfix() {\r\n *zoom: 1;\r\n\r\n &:before,\r\n &:after {\r\n content: \" \";\r\n display: table;\r\n }\r\n\r\n &:after {\r\n clear: both;\r\n }\r\n}\r\n\r\n.give-clearfix {\r\n @include clearfix;\r\n}\r\n\r\n/**\r\n * Box Sizing\r\n * https://github.com/timrogers/sass-box-sizing-mixin\r\n */\r\n@mixin box-sizing($box-model) {\r\n -webkit-box-sizing: $box-model; // Safari <= 5\r\n -moz-box-sizing: $box-model; // Firefox <= 19\r\n box-sizing: $box-model;\r\n}\r\n\r\n/**\r\n * CSS3 Easing\r\n */\r\n@mixin easing-transition() {\r\n -moz-transition: 0.2s all linear;\r\n -o-transition: 0.2s all linear;\r\n transition: 0.2s all linear;\r\n}\r\n\r\n//Labels\r\n@mixin give-label() {\r\n padding: .2em .4em .3em;\r\n font-size: 11px;\r\n line-height: 1;\r\n color: #fff;\r\n text-align: center;\r\n white-space: nowrap;\r\n vertical-align: baseline;\r\n border-radius: .25em;\r\n \r\n &:hover {\r\n color:#fff;\r\n text-decoration: none;\r\n }\r\n}\r\n\r\n@mixin give-label-gray() {\r\n background-color: #929292;\r\n}\r\n@mixin give-label-orange() {\r\n background-color: #ffba00;\r\n}\r\n\r\n.give-item-label {\r\n @include give-label();\r\n}\r\n\r\n.give-item-label-gray {\r\n @include give-label-gray();\r\n}\r\n\r\n.give-item-label-orange {\r\n @include give-label-orange();\r\n}\r\n\r\n\r\n.give-item-label {\r\n @include give-label();\r\n}\r\n\r\n//Fields\r\n@mixin give-currency() {\r\n background-color: lighten($light-gray, 2%);\r\n border-top: 1px solid $borders;\r\n border-bottom: 1px solid $borders;\r\n color: $dark;\r\n margin: 0;\r\n padding: 0 12px;\r\n height: 35px;\r\n line-height: 35px;\r\n font-size: $font-size-medium;\r\n @include box-sizing(border-box);\r\n}\r\n\r\n@mixin give-input() {\r\n border: 1px solid $borders;\r\n background: #FFF;\r\n border-radius: 0;\r\n height: 35px;\r\n line-height: 35px;\r\n padding: 0 12px;\r\n margin: 0;\r\n font-size: $font-size-medium;\r\n @include box-sizing(border-box);\r\n}","/**\r\n * Give CSS Variables\r\n */\r\n\r\n$green: #7ad03a;\r\n$red: #a00;\r\n$orange: #ffba00;\r\n$blue: #2ea2cc;\r\n$dark: #333;\r\n$borders: #ccc;\r\n$light-gray: #EDEDED;\r\n\r\n//Status\r\n$status-default: #777;\r\n$status-complete: $green;\r\n$status-refunded: $status-default;\r\n$status-subscription: #5bc0de;\r\n$status-revoked: #d9534f;\r\n\r\n//Font sizes\r\n$font-size-medium: 18px;\r\n\r\n$primary: #007ba4;\r\n// Primary colour for buttons (alt)\r\n$primarytext: desaturate(lighten($primary, 50%), 18%);\r\n// Text on primary colour bg\r\n\r\n$secondary: desaturate(lighten($primary, 40%), 21%);\r\n// Secondary buttons\r\n$secondarytext: desaturate(darken($secondary, 60%), 21%);\r\n// Text on secondary colour bg\r\n\r\n$highlight: adjust-hue($primary, 150deg);\r\n// Prices, In stock labels, sales flash\r\n$highlightext: desaturate(lighten($highlight, 50%), 18%);\r\n// Text on highlight colour bg\r\n\r\n$contentbg: #fff;\r\n// Content BG - Tabs (active state)\r\n$subtext: #777;\r\n// small, breadcrumbs etc\r\n\r\n$float-labels: (\r\n\tbase-height : 30px,\r\n\tborder-radius : 0,\r\n\tmargin-bottom : 0,\r\n\tcolor-background : inherit,\r\n\tcolor-background-active : inherit,\r\n\tcolor-background-focus : inherit,\r\n\tcolor-border : #ccc,\r\n\tcolor-border-active : #ccc,\r\n\tcolor-border-focus : #ccc,\r\n\tcolor-text : #333,\r\n\tline-height : normal,\r\n\tfont-weight : 700,\r\n\tparent : '[id*=\"give-form\"]',\r\n);\r\n","/*! Hint.css - v2.5.0 - 2017-04-23\n* http://kushagragour.in/lab/hint/\n* Copyright (c) 2017 Kushagra Gour */\n\n[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:\"Helvetica Neue\",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}","/**\n * Give Frontend Fonts SCSS\n *\n * Fonts are from icomoon and the src paths need to be relative to template directory.\n * @package Give\n * @subpackage SCSS/Frontend\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n@font-face {\n font-family: 'give-icomoon';\n src: url('../assets/fonts/icomoon.eot?kdnr3d');\n src: url('../assets/fonts/icomoon.eot?kdnr3d#iefix') format('embedded-opentype'),\n url('../assets/fonts/icomoon.woff?kdnr3d') format('woff'),\n url('../assets/fonts/icomoon.svg?kdnr3d#icomoon') format('svg');\n font-weight: normal;\n font-style: normal;\n}\n\n@mixin iconstyle() {\n font-family: 'give-icomoon';\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n // Better Font Rendering\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n[class^=\"give-icon-\"], [class*=\" give-icon-\"] {\n @include iconstyle();\n}\n\n.give-icon-lamp:before {\n content: \"\\e603\";\n}\n\n.give-icon-heart:before {\n content: \"\\e604\";\n}\n\n.give-icon-question:before {\n content: \"\\e602\";\n}\n\n.give-icon-info:before {\n content: \"\\e601\";\n}\n\n.give-icon-new-tab:before {\n content: \"\\ea7e\";\n}\n\n.give-icon-alert:before {\n content: \"\\f02d\";\n}\n\n.give-icon-help:before {\n content: \"\\e606\";\n}\n\n.give-icon-spinner:before {\n content: \"\\e605\";\n}\n\n.give-icon-spinner2:before {\n content: \"\\e607\";\n}\n\n.give-icon-plus:before {\n content: \"\\e040\";\n}\n\n.give-icon-minus:before {\n content: \"\\e041\";\n}\n\n.give-icon-locked:before {\n content: \"\\e600\";\n}\n\n.dashicons-give:before {\n @include iconstyle();\n content: \"\\e800\";\n}\n\n// --------------------------\n// Spinning Icons\n// --------------------------\n\n.fa-spin {\n -webkit-animation: spin 1000ms infinite linear;\n animation: spin 1000ms infinite linear;\n}\n\n@-webkit-keyframes spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n\n@keyframes spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n","@font-face {\n\tfont-family: 'give-icomoon';\n\tfont-weight: normal;\n\tfont-style: normal;\n}\n\n@mixin admin_fonts() {\n\tfont-family: 'give-icomoon';\n\tsrc: url('../assets/fonts/icomoon.eot?kdnr3d');\n\tsrc: url('../assets/fonts/icomoon.eot?kdnr3d#iefix') format('embedded-opentype'),\n\turl('../assets/fonts/icomoon.woff?kdnr3d') format('woff'),\n\turl('../assets/fonts/icomoon.svg?kdnr3d#icomoon') format('svg');\n\tspeak: none;\n\tfont-style: normal;\n\tfont-weight: normal;\n\tfont-variant: normal;\n\ttext-transform: none;\n\tline-height: 1;\n\n\t// Better Font Rendering\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n}\n\n// ---------------------------------\n// Donation form vertical tab icons.\n// ---------------------------------\n.give-metabox-tabs li {\n\n\t.give-icon:before {\n\t\t@include admin_fonts();\n\t\tfont-size: 12px;\n\t\tvertical-align: top;\n\t\tline-height: 20px;\n\t\tmargin: 0 5px 0 0;\n\t}\n\n\t.give-icon-default:before {\n\t\tcontent: \"\\e903\";\n\t}\n\n\t//Donation options tab.\n\t.give-icon-heart:before {\n\t\tcontent: \"\\e604\"; //this is a wp dashicon heart.\n\t}\n\t//Goal tab.\n\t.give-icon-target:before {\n\t\tcontent: \"\\e901\";\n\t}\n\t//Form display tab.\n\t.give-icon-display:before {\n\t\tcontent: \"\\e90c\";\n\t}\n\t//Form content tab.\n\t.give-icon-edit:before {\n\t\tcontent: \"\\e902\";\n\t}\n\t//Form terms tab.\n\t.give-icon-checklist:before {\n\t\tposition: relative;\n\t\ttop: 1px;\n\t\tcontent: \"\\e900\";\n\t}\n\t//Form offline donations tab.\n\t.give-icon-purse:before {\n\t\tcontent: \"\\e8df\";\n\t}\n\n\t.dashicons {\n\t\tfont-size:14px;\n\t\twidth:14px;\n\t\tline-height: 20px;\n\t}\n\n}","$width: 98%;\n$gutter: 2%;\n$breakpoint-small: 33.75em; // 540px\n$breakpoint-medium: 45em; // 720px\n$breakpoint-large: 60em; // 960px\n\n.give-grid-row {\n position: relative;\n width: 100%;\n\n [class^=\"give-grid-col\"] {\n float: left;\n margin: 0.5rem 1%;\n min-height: 0.125rem;\n }\n\n &::after {\n content: \"\";\n display: table;\n clear: both;\n }\n}\n\n\n.give-grid-col-1 { width:($width / 12) - ($gutter * 11 / 12); }\n.give-grid-col-2 { width: ($width / 6) - ($gutter * 10 / 12); }\n.give-grid-col-3 { width: ($width / 4) - ($gutter * 9 / 12); }\n.give-grid-col-4 { width: ($width / 3) - ($gutter * 8 / 12); }\n.give-grid-col-5 { width: ($width / (12 / 5)) - ($gutter * 7 / 12); }\n.give-grid-col-6 { width: ($width / 2) - ($gutter * 6 / 12); }\n.give-grid-col-7 { width: ($width / (12 / 7)) - ($gutter * 5 / 12); }\n.give-grid-col-8 { width: ($width / (12 / 8)) - ($gutter * 4 / 12); }\n.give-grid-col-9 { width: ($width / (12 / 9)) - ($gutter * 3 / 12); }\n.give-grid-col-10 { width: ($width / (12 / 10)) - ($gutter * 2 / 12); }\n.give-grid-col-11 { width: ($width / (12 / 11)) - ($gutter * 1 / 12); }\n.give-grid-col-12 { width: $width; }\n\n@media only screen and (max-width: $breakpoint-small) {\n .give-grid-row {\n [class^=\"give-grid-col\"] {\n width: $width;\n }\n }\n}\n","/**\r\n * Give Forms SCSS\r\n *\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n/*------------------------------------\r\nForms CPT\r\n--------------------------------------*/\r\n/* Hide conditional fields */\r\n.cmb2-id--give-set-price,\r\n.cmb2-id--give-levels-header,\r\n.cmb2-id--give-levels-header + .cmb-repeat-group-wrap,\r\n.cmb2-id--give-display-style,\r\n.post-type-give_forms .tablenav #post-query-submit,\r\n.give-hidden,\r\n.cmb2-id--give-form-content,\r\n.cmb2-id--give-reveal-label,\r\n.cmb2-id--give-custom-amount-minimum,\r\n.cmb2-id--give-custom-amount-text,\r\n.cmb2-id--give-offline-checkout-notes,\r\n.cmb-type-levels-id,\r\n#_give_donation_levels_repeat .cmb-group-title,\r\n#_give_donation_levels_repeat .cmb-row > .cmb-remove-group-row,\r\n#_give_donation_levels_repeat .cmb-row > .handlediv {\r\n\tdisplay: none;\r\n}\r\n\r\n/* Donation Levels Repeating Field */\r\n#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row .cmb2-radio-list label {\r\n\tfont-size: 12px;\r\n}\r\n\r\n//-----------------------------\r\n// Table Rows\r\n//-----------------------------\r\ndiv.cmb-type-levels-repeater-header + div.cmb-repeat-group-wrap {\r\n\tpadding: 0 !important;\r\n\tmargin: 0 !important;\r\n\tmin-width: 100%;\r\n\tmax-width: 0;\r\n\r\n}\r\n\r\n//-----------------------------\r\n// Multilevel Repeater Header\r\n//-----------------------------\r\n.cmb2-id--give-levels-header {\r\n\tpadding: 10px 12px 0 !important;\r\n\tmargin: 0 !important;\r\n\tbackground: #F7F7F7;\r\n\tborder-bottom: none !important;\r\n\r\n\t.table-container {\r\n\t\tdisplay: table;\r\n\t\twidth: 100%;\r\n\r\n\t\tborder-top: 1px solid #e9e9e9;\r\n\t\tborder-bottom: 1px solid #e9e9e9;\r\n\t\tborder-left: 1px solid #e9e9e9;\r\n\r\n\t\t> .table-row {\r\n\t\t\tdisplay: table-row;\r\n\t\t\tbackground: #FCFCFC;\r\n\r\n\t\t\t> .table-cell {\r\n\t\t\t\tdisplay: table-cell;\r\n\t\t\t\tvertical-align: middle;\r\n\t\t\t\tpadding: 10px 15px;\r\n\t\t\t\tborder-right: 1px solid #e9e9e9;\r\n\t\t\t\t&.col-id {\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t}\r\n\r\n\t}\r\n}\r\n\r\n#_give_donation_levels_repeat {\r\n\tbackground: #F7F7F7;\r\n\tpadding: 0 1px 20px 12px;\r\n\tbox-sizing: border-box;\r\n\r\n\t.cmb-row, .inside {\r\n\t\tmargin: 0;\r\n\t}\r\n\t.cmb-remove-field-row {\r\n\t\tmargin: 3px 0 0;\r\n\r\n\t\t.button {\r\n\t\t\theight: 25px;\r\n\t\t\tpadding: 0 3px;\r\n\t\t}\r\n\t\tspan.dashicons-no {\r\n\t\t\tline-height: 1.15em;\r\n\t\t}\r\n\r\n\t}\r\n\r\n\t.cmbhandle {\r\n\t\tdisplay: none;\r\n\t}\r\n\t.cmb-add-row {\r\n\t\tmargin: 12px 0 0;\r\n\t}\r\n\r\n}\r\n\r\n//---------------------------------------------------\r\n// Field One Offs\r\n//---------------------------------------------------\r\n.give-time-field {\r\n\twidth: 65px;\r\n}\r\n\r\n.give-money-field {\r\n\twidth: 75px;\r\n\tmargin-right: 0;\r\n\tmargin-left: 0;\r\n}\r\n\r\n.give-money-symbol {\r\n\tborder: 1px solid #DDD;\r\n\tbackground: #FCFCFC;\r\n\tmargin: 0;\r\n\tfont-size: 14px;\r\n\tpadding: 5px 8px;\r\n}\r\n\r\n.give-money-symbol-before {\r\n\tborder-right: 0;\r\n\tmargin-right: -4px;\r\n}\r\n\r\n.give-money-symbol-after {\r\n\t//border-left: 0;\r\n\tmargin-left: -5px;\r\n}\r\n\r\n.give_options_panel input[ type=\"text\"],\r\n.give_options_panel input[ type=\"email\"]{\r\n\tpadding: 5px;\r\n\twidth: 100%;\r\n}\r\n\r\ninput.give-text_small,\r\ninput.give-text-small {\r\n\twidth: 100px !important;\r\n}\r\n\r\ninput.give-text-medium,\r\ninput.give-text_medium {\r\n\twidth: 200px !important;\r\n}\r\n\r\n.give-underline {\r\n\ttext-decoration: underline;\r\n}\r\n\r\n.postbox-container .cmb-row {\r\n\tmargin: 0;\r\n\r\n\t.cmb-th label {\r\n\t\tpadding-left: 8px;\r\n\t}\r\n\r\n}\r\n\r\n// Show unnamed donors one per line.\r\n#give-bulk-donors div[id^=\"give-donor-\"] {\r\n display: block;\r\n overflow: hidden;\r\n}\r\n\r\n//---------------------------------------------------\r\n// Responsive\r\n//---------------------------------------------------\r\n@media only screen and (min-width: 851px) {\r\n\r\n\t#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list {\r\n\t\t> .cmb-row {\r\n\t\t\tfloat: left;\r\n\t\t\tborder-bottom: none;\r\n\t\t\tpadding-right: 10px;\r\n\t\t\t> .cmb-th {\r\n\t\t\t\tdisplay: none;\r\n\t\t\t}\r\n\t\t\t> .cmb-td {\r\n\t\t\t\tfloat: left;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\t.cmb-type-give-default-radio-inline .cmb-td {\r\n\t\tmargin-top: 5px;\r\n\t}\r\n\r\n}\r\n\r\n/* Smaller Resolution Desktops */\r\n@media only screen and (min-width: 851px) and (max-width: 1201px) {\r\n\r\n\t#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list {\r\n\r\n\t\t> .cmb-remove-field-row {\r\n\t\t\twidth: 100%;\r\n\t\t\tpadding-top: 0;\r\n\t\t}\r\n\t\t> .cmb-type-text-money {\r\n\t\t\twidth: 105px;\r\n\t\t}\r\n\t\tinput.cmb2-text-money {\r\n\t\t\twidth: 65px;\r\n\t\t}\r\n\r\n\t\t.give-multilevel-text-field {\r\n\t\t\twidth: 160px;\r\n\t\t}\r\n\t\t.cmb-type-radio-inline {\r\n\t\t\tmargin-left: 20px;\r\n\t\t}\r\n\r\n\t}\r\n\t.col-amount {\r\n\t\twidth: 70px;\r\n\t}\r\n\t.col-text {\r\n\t\twidth: 140px;\r\n\t}\r\n\t.col-sort {\r\n\t\tdisplay: none !important;\r\n\t}\r\n\t.give-money-field {\r\n\t\twidth: 55px;\r\n\t}\r\n}\r\n\r\n@media only screen and (min-width: 1201px) {\r\n\r\n\t#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list {\r\n\r\n\t\t> .cmb-remove-field-row {\r\n\t\t\tfloat: right;\r\n\t\t}\r\n\t\t> .cmb-row {\r\n\t\t\tpadding-right: 20px;\r\n\t\t}\r\n\t\t> .cmb-remove-field-row.cmb-row {\r\n\t\t\tpadding-right: 0;\r\n\t\t}\r\n\r\n\t}\r\n\r\n\t.col-amount {\r\n\t\twidth: 93px;\r\n\t}\r\n\t.col-text {\r\n\t\twidth: 195px;\r\n\t}\r\n\t.col-sort {\r\n\t\twidth: 100px;\r\n\t}\r\n\t.give-multilevel-text-field {\r\n\t\twidth: 205px;\r\n\t}\r\n\r\n}\r\n\r\n//Small Resolution Repeater\r\n@media only screen and (max-width: 850px) {\r\n\tdiv.cmb-type-levels-repeater-header {\r\n\t\tdisplay: none !important;\r\n\t}\r\n}\r\n\r\n//-------------------------------------\r\n// Publish Metabox\r\n//-------------------------------------\r\n\r\n/*Shortcode Input */\r\n\r\n.shortcode-wrap {\r\n\tmargin: 1px 14px 12px 11px;\r\n\r\n\tlabel {\r\n\t\tmargin: 0 0 3px;\r\n\t\tdisplay: block;\r\n\t\tcursor: default;\r\n\t}\r\n\r\n\t.shortcode-input {\r\n\t\tmargin: 0;\r\n\t\twidth: 100%;\r\n\t}\r\n\r\n}\r\n\r\n//-------------------------------------\r\n// Content Options\r\n//-------------------------------------\r\n\r\n.cmb2-id--give-content-option,\r\n.cmb2-id--give-terms-option,\r\n.cmb2-id--give-offline-donation-enable-billing-fields-single,\r\n.cmb2-id--give-goal-option,\r\n.cmb2-id--give-customize-offline-donations {\r\n\tborder-bottom: none !important;\r\n\tmargin: 0 !important;\r\n}\r\n\r\n.cmb2-id--give-form-content,\r\n.cmb2-id--give-agree-label,\r\n.cmb2-id--give-offline-checkout-notes,\r\n.cmb2-id--give-set-goal,\r\n.cmb2-id--give-offline-donation-enable-billing-fields-single {\r\n\tborder-top: 1px solid #e9e9e9 !important;\r\n}\r\n\r\n/*-------------------------------------\r\nTerms and Conditions Metabox\r\n---------------------------------------*/\r\n\r\n.cmb2-id--give-agree-label,\r\n.cmb2-id--give-agree-text {\r\n\tdisplay: none;\r\n}\r\n\r\n/*-------------------------------------\r\nDashboard Columns\r\n-------------------------------------*/\r\n\r\ninput.shortcode-input {\r\n\twidth: 100%;\r\n}\r\n\r\n.price .give_price_range_low,\r\n.price .give_price_range_high,\r\n.price .give_price_range_sep{\r\n\tdisplay: inline-block;\r\n}\r\n\r\n/*-------------------------------------\r\nASIDE\r\n-------------------------------------*/\r\n\r\n#side-sortables {\r\n\r\n\t.cmb-th label {\r\n\r\n\t\t&:after {\r\n\t\t\tdisplay: none;\r\n\t\t}\r\n\r\n\t}\r\n\t.cmb2-id--give-show-register-form {\r\n\t\tpadding: 10px 0 0 !important;\r\n\t}\r\n\r\n\t.cmb2-wrap > .cmb-field-list > .cmb-row {\r\n\t\tpadding-top: 10px;\r\n\t}\r\n\r\n\t.cmb-row .cmb2-metabox-description {\r\n\t\tpadding-bottom: 0;\r\n\t}\r\n\r\n}\r\n\r\n.cmb2-metabox-description {\r\n\tfont-size: 13px;\r\n\tline-height: 1.5;\r\n\tdisplay: block;\r\n}\r\n\r\n//-------------------------------------\r\n// Tooltips\r\n//-------------------------------------\r\n.give-tooltip {\r\n\tmargin: 0 3px;\r\n\tpadding: 0;\r\n\tfont-size: 14px;\r\n\t@include easing-transition();\r\n\tcolor: transparentize($dark, 0.5);\r\n\tposition: relative;\r\n\ttop: 1px;\r\n\r\n\t&:hover {\r\n\t\tcolor: $dark;\r\n\t}\r\n\r\n}\r\n\r\n//-------------------------------------\r\n// Metabox Form\r\n// -------------------------------------\r\n#give-metabox-form-data {\r\n\r\n\t.inside {\r\n\t\tmargin: 0;\r\n\t\tpadding: 0;\r\n\t}\r\n\r\n\t.give-metabox-panel-wrap {\r\n\t\tbackground: #fff;\r\n\t\toverflow: hidden;\r\n\t}\r\n\r\n\t.give_options_panel {\r\n\t\tdisplay: none;\r\n\t\tpadding-left: 170px;\r\n\r\n\t\t&.active,\r\n\t\t.no-js & {\r\n\t\t\tdisplay: block;\r\n\t\t}\r\n\r\n\t\t.give-field-wrap {\r\n\t\t\tpadding: 1em 20px 1em 162px;\r\n\t\t\tmargin: 0;\r\n\t\t\tborder-bottom: 1px solid #eee;\r\n\r\n\t\t\t> label, > span.give-field-label {\r\n\t\t\t\tfloat: left;\r\n\t\t\t\twidth: 135px;\r\n\t\t\t\tpadding: 0;\r\n\t\t\t\tmargin: 2px 0 0 -150px;\r\n\t\t\t\tline-height: 18px;\r\n\t\t\t\tfont-size: 12px;\r\n\t\t\t\tfont-weight: 400;\r\n\t\t\t}\r\n\r\n\t\t\t.give-field-description {\r\n\t\t\t\tcolor: #aaaaaa;\r\n\t\t\t\tfont-size: 12px;\r\n\t\t\t\tline-height: 18px;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tpadding-top: 10px;\r\n\t\t\t\tfont-style: italic;\r\n\t\t\t}\r\n\r\n\t\t\tul {\r\n\t\t\t\tmargin: 0;\r\n\t\t\t}\r\n\r\n\t\t\t.mce-container iframe, textarea {\r\n\t\t\t\tmin-height: 250px !important;\r\n\t\t\t}\r\n\r\n\t\t\t.wp-editor-wrap {\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.give-field-wrap:last-child {\r\n\t\t\tborder-bottom: 0;\r\n\t\t}\r\n\r\n\t\ttextarea.give-field {\r\n\t\t\twidth: 100%;\r\n\t\t}\r\n\r\n\t\t.give-field-wrap:hover .give-field-row-actions {\r\n\t\t\tdisplay: block;\r\n\t\t}\r\n\r\n\t\t.give-field-wrap:last-child {\r\n\t\t\tborder-bottom: 0;\r\n\t\t}\r\n\r\n\t\t.give-inline-radio-fields {\r\n\t\t\tli {\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\tmargin-right: 15px;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.give-repeatable-field-section {\r\n\t\t\tpadding: 10px;\r\n\t\t\tbackground: #f5f5f5;\r\n\r\n\t\t\t.give-repeatable-fields-section-wrapper {\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\tbackground-color: white;\r\n\t\t\t\tborder-collapse: collapse;\r\n\t\t\t}\r\n\r\n\t\t\t.give-row {\r\n\t\t\t\tborder-bottom: 15px solid #f5f5f5;\r\n\t\t\t\tbackground-color: white;\r\n\t\t\t}\r\n\r\n\t\t\t.give-template {\r\n\t\t\t\tdisplay: none;\r\n\t\t\t}\r\n\r\n\t\t\t.give-row:last-child {\r\n\t\t\t\tborder-bottom: 10px solid #f5f5f5;\r\n\t\t\t}\r\n\r\n\t\t\t.give-column {\r\n\t\t\t\tpadding: 0;\r\n\t\t\t}\r\n\r\n\t\t\t.give-remove {\r\n\t\t\t\tfloat: right;\r\n\t\t\t\twidth: 22px;\r\n\t\t\t\theight: 36px;\r\n\t\t\t\tpadding: 0;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\tline-height: 34px;\r\n\t\t\t\tfont-size: 21px;\r\n\t\t\t\tfont-weight: 300;\r\n\t\t\t\tcursor: pointer;\r\n\t\t\t}\r\n\r\n\t\t\t.give-remove:hover {\r\n\t\t\t\tbackground-color: red;\r\n\t\t\t\tcolor: white;\r\n\t\t\t\twidth: 22px;\r\n\t\t\t\theight: 22px;\r\n\t\t\t\tborder-radius: 30px;\r\n\t\t\t\tmargin-top: 8px;\r\n\t\t\t\tline-height: 19px;\r\n\t\t\t}\r\n\r\n\t\t\t.give-row-head {\r\n\t\t\t\tborder-bottom: 1px solid #eee;\r\n\t\t\t\tcursor: move;\r\n\t\t\t\th2 {\r\n\t\t\t\t\ttext-align: left !important;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t.give-row.closed .toggle-indicator:before {\r\n\t\t\t\tcontent: \"\\f140\";\r\n\t\t\t}\r\n\r\n\t\t\t.give-row .give-move .toggle-indicator:before {\r\n\t\t\t\tmargin-left: 7px;\r\n\t\t\t}\r\n\r\n\t\t\t.give-add-repeater-field-section-row-wrap {\r\n\t\t\t\tbackground-color: #f5f5f5;\r\n\t\t\t}\r\n\r\n\t\t\t.give-add-repeater-field-section-row {\r\n\t\t\t\tmargin: 5px 5px;\r\n\t\t\t}\r\n\r\n\t\t\t.give-field-wrap:last-child {\r\n\t\t\t\tborder-bottom: 1px solid #eee;\r\n\t\t\t}\r\n\r\n\t\t\t.give-ui-placeholder-state-highlight {\r\n\t\t\t\tbackground-color: #68bb6c;\r\n\t\t\t}\r\n\r\n\t\t\t.give-repeater-field-name {\r\n\t\t\t\tborder: 0 !important;\r\n\t\t\t\tpadding: 0 !important;\r\n\t\t\t}\r\n\r\n\t\t\t.give-repeater-field-description {\r\n\t\t\t\tcolor: #aaaaaa;\r\n\t\t\t\tfont-size: 12px;\r\n\t\t\t\tline-height: 18px;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tpadding-bottom: 10px;\r\n\t\t\t\tfont-style: italic;\r\n\t\t\t}\r\n\r\n\t\t\t// Sortable jquery css fix.\r\n\t\t\t.ui-sortable-helper {\r\n\t\t\t\tdisplay: table !important;\r\n\t\t\t}\r\n\t\t\t.give-row.ui-sortable-helper {\r\n\t\t\t\tborder-bottom: 0;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n// Hide first row remove button for multi-level.\r\n#_give_donation_levels_field .give-row:nth-of-type(2) .give-remove {\r\n display: none !important;\r\n}\r\n\r\n//-------------------------------------\r\n// Metabox Tabs\r\n//-------------------------------------\r\n#give-metabox-form-data {\r\n\r\n\t.give-metabox-tabs {\r\n\t\tmargin: 0;\r\n\t\tmax-width: 170px;\r\n\t\tfloat: left;\r\n\t\tline-height: 1em;\r\n\t\tpadding: 0 0 10px;\r\n\t\tposition: relative;\r\n\t\tbackground-color: #fafafa;\r\n\t\tborder-right: 1px solid #eee;\r\n\t\tbox-sizing: border-box;\r\n\r\n\t\t&:after {\r\n\t\t\tcontent: \"\";\r\n\t\t\tdisplay: block;\r\n\t\t\twidth: 100%;\r\n\t\t\theight: 9999em;\r\n\t\t\tposition: absolute;\r\n\t\t\tbottom: -9999em;\r\n\t\t\tleft: 0;\r\n\t\t\tbackground-color: #fafafa;\r\n\t\t\tborder-right: 1px solid #eee;\r\n\t\t}\r\n\r\n\t\tli {\r\n\t\t\tmargin: 0;\r\n\t\t\tpadding: 0;\r\n\t\t\tdisplay: block;\r\n\t\t\tposition: relative;\r\n\r\n\t\t\ta {\r\n\t\t\t\tmargin: 0;\r\n\t\t\t\tpadding: 10px;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tbox-shadow: none;\r\n\t\t\t\ttext-decoration: none;\r\n\t\t\t\tline-height: 20px !important;\r\n\t\t\t\tborder-bottom: 1px solid #eee;\r\n\t\t\t\toverflow: hidden;\r\n\r\n\t\t\t\tspan.give-label {\r\n\t\t\t\t\twidth: 122px;\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t}\r\n\r\n\t\t.give-metabox-sub-tabs li {\r\n\t\t\tbackground-color: #f1f1f1;\r\n\t\t\ta {\r\n\t\t\t\tborder-bottom-color: #e5e5e5;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tli.active {\r\n\t\t\t> a {\r\n\t\t\t\tcolor: #555;\r\n\t\t\t\tposition: relative;\r\n\t\t\t\tbackground-color: #eee;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tli.has-sub-fields.active > a {\r\n\t\t\tbackground-color: #ddd;\r\n\t\t}\r\n\r\n\t\tli.has-sub-fields:not(.active):hover {\r\n\t\t\tul.give-metabox-sub-tabs {\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\tbottom: 0;\r\n\t\t\t\tleft: 166px;\r\n\t\t\t\twidth: 170px;\r\n\t\t\t\tmax-height: 250px;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n}\r\n\r\n// Icons only display for tight resolutions.\r\n@media only screen and (min-width: 851px) and (max-width: 1025px),\r\n(max-width: 550px) {\r\n\r\n\t#give-metabox-form-data {\r\n\t\tul.give-metabox-tabs {\r\n\t\t\tmin-width: 40px;\r\n\r\n\t\t\tli > a {\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\t&:before {\r\n\t\t\t\t\tmargin-right: 0;\r\n\t\t\t\t\tfont-size: 15px;\r\n\t\t\t\t}\r\n\t\t\t\tspan.give-label {\r\n\t\t\t\t\tdisplay: none;\r\n\t\t\t\t}\r\n\r\n\t\t\t\tspan.give-icon:before {\r\n\t\t\t\t\tmargin: 0;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t}\r\n\t\t.give_options_panel {\r\n\t\t\tpadding-left: 40px;\r\n\r\n\t\t\t.give-field-wrap {\r\n\t\t\t\tpadding: 10px;\r\n\r\n\t\t\t\tspan.give-field-label, label {\r\n\t\t\t\t\tdisplay: block;\r\n\t\t\t\t\tfloat: none;\r\n\t\t\t\t\tmargin: 0 0 10px 0;\r\n\t\t\t\t\tfont-size: 14px;\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t}\r\n\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t}\r\n\t//#give-metabox-form-data\r\n}\r\n\r\n//-------------------------------------\r\n// Export Form\r\n// -------------------------------------\r\n\r\n#give-export-payments {\r\n\t.give_forms_categories,\r\n\t.give_forms_tags {\r\n\t\tinput {\r\n\t\t\tcolor: #999;\r\n\t\t}\r\n\r\n\t\tmin-width: 250px;\r\n\t\tmargin: 0 0 10px 0;\r\n\t\tdisplay: block;\r\n\t}\r\n\r\n\tdiv.chosen-container:first-of-type {\r\n\t\tmargin-top: 10px;\r\n\t}\r\n\r\n\tdiv.chosen-container {\r\n\t\tul.chosen-choices {\r\n\t\t\tinput.chosen-search-input {\r\n\t\t\t\tborder: 1px solid #ddd;\r\n\t\t\t\theight: 20px;\r\n\t\t\t}\r\n\r\n\t\t\tborder: 1px solid #ddd;\r\n\t\t}\r\n\t}\r\n\r\n\tselect {\r\n\t\tvertical-align: inherit;\r\n\t\tmargin: 0;\r\n\t\theight: 26px;\r\n\t\tline-height: 26px;\r\n\t\tborder: 1px solid #ddd;\r\n\t}\r\n}\r\n\r\n/*-------------------------------------\r\nDoc Links\r\n-------------------------------------*/\r\n\r\n.give-docs-link {\r\n\ttext-align: right;\r\n\tmargin-right: 15px;\r\n\r\n\ta {\r\n\t\tcolor: #999;\r\n\t\ttext-decoration: none;\r\n\t\tfont-style: italic;\r\n\r\n\t\t&:hover {\r\n\t\t\tcolor: rgb(0, 115, 170);\r\n\t\t}\r\n\t\tspan {\r\n\t\t\tfont-style: normal;\r\n\t\t}\r\n\t}\r\n}","/**\n * Give Add-ons SCSS\n *\n * @description Add-on Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n.type-download {\n float: left;\n margin: 0 1em 1em 0 !important;\n padding: 0;\n vertical-align: top;\n width: 280px;\n text-decoration: none;\n color: inherit;\n border: 1px solid #ddd;\n display: block;\n min-height: 365px;\n overflow: hidden;\n background: #f5f5f5;\n -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(0, 0, 0, .1);\n box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(0, 0, 0, .1);\n -webkit-transition-property: border, background, color;\n transition-property: border, background, color;\n -webkit-transition-duration: .05s;\n transition-duration: .05s;\n -webkit-transition-timing-function: ease-in-out;\n transition-timing-function: ease-in-out;\n position: relative;\n\n &:hover {\n\tborder: 1px solid #d1d1d1;\n }\n\n > .featured-img img {\n\tborder-bottom: 1px solid #ddd;\n }\n\n .addon-content {\n\t@include clearfix;\n\tpadding: 15px 20px;\n\n\t.addon-heading {\n\t margin: 0 0 10px;\n\t a {\n\t\toutline: none;\n\t\ttext-decoration: none;\n\t }\n\t}\n\n }\n\n .addon-footer-wrap {\n\tborder-top: 1px solid #ddd;\n\tposition: absolute;\n\tbottom: 2px;\n\tleft: 0;\n\twidth: 100%;\n\tbackground-color: #FFF;\n\tpadding: 15px 20px;\n }\n\n}\n\n.give-view-addons-all, .type-download {\n\n span.dashicons {\n\twidth: 16px;\n\theight: 16px;\n\tfont-size: 14px;\n\tmargin: 6px 0 0 0;\n }\n\n}\n\n.give-view-addons-all span.dashicons {\n margin-left: 3px;\n}\n","/**\n * Give Reports SCSS\n *\n * @description Payment History Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n//---------------------------------------------------------\n// Dashboard Widget\n//---------------------------------------------------------\n#give-dashboard-widgets-wrap {\n\n .inside {\n padding-top: 0;\n padding-bottom: 0;\n\n /* counteract extra padding in Income Report graph */\n .give_forms_page_give-reports & {\n padding-left: 0;\n }\n\n #give-graphs-filter {\n float:none;\n }\n }\n\n .postbox {\n margin-bottom: 10px;\n }\n\n table.reports-table {\n clear: none;\n }\n\n #give-date-range-options {\n float: left;\n\n > span {\n float: left;\n line-height: 30px;\n font-style: italic;\n padding: 0 5px 0 0;\n }\n\n }\n\n}\n\n\n#give-graphs-filter {\n float:right;\n\n .tablenav {\n margin: 0 0 0 17px;\n .actions {\n padding: 0;\n }\n }\n}\n\n//---------------------------------------------------------\n// Global Graph Styles\n//---------------------------------------------------------\n\n.give-graph {\n .y1Axis {\n color: #66bb6a !important;\n }\n .y2Axis {\n color: #546e7a !important;\n }\n}\n\n//---------------------------------------------------------\n//Donor Filter\n//---------------------------------------------------------\nbody.give_forms_page_give-reports, body.give_forms_page_give-payment-history {\n\n h1.nav-tab-wrapper, h2.nav-tab-wrapper {\n margin-bottom: 10px;\n }\n .actions {\n padding-top: 0;\n }\n\n .pagination-links {\n margin-left: 10px;\n }\n\n p.donor-search {\n margin-right: 10px;\n }\n\n .tablenav-right {\n\n .tablenav-pages {\n float: right;\n }\n #give-reports-view {\n margin-top: 0;\n }\n .actions {\n float: left;\n }\n\n }\n\n p.search-box {\n float: left;\n }\n\n .reports-table-nav.tablenav.top {\n width: 100%;\n float: none;\n margin: 0 0 10px;\n }\n\n .reports-forms-details-wrap.top {\n float: right;\n overflow: hidden;\n\n #give-reports-filter {\n float: left;\n }\n > .actions {\n padding-right: 0;\n }\n }\n\n .tablenav.bottom {\n margin-top: 10px;\n }\n\n h2.reports-earnings-title {\n margin: 7px 0 0;\n }\n\n .reports-views-wrap {\n padding: 3px 0 0;\n }\n\n .wrap.give-reports-donors-wrap {\n margin-right: 0;\n margin-bottom: 10px;\n }\n\n .widefat tbody td, .widefat tbody th {\n padding-top: 12px;\n padding-bottom: 12px;\n }\n\n}\n\n//---------------------------------------------------------\n//Export Options Styles\n//---------------------------------------------------------\nbody.give_forms_page_give-reports table.export-options-table {\n tbody td {\n padding: 20px 12px;\n vertical-align: top;\n }\n .give-export-form {\n position: relative;\n .notice-wrap {\n background-color: transparent;\n padding: 12px 12px 4px;\n margin: 2px 0 -16px -11px;\n overflow: auto;\n .spinner {\n margin: -2px -12px 8px 0;\n }\n }\n }\n\n span#give-start-wrap, span#give-end-wrap {\n input {\n width: 100px;\n }\n }\n\n}\n\n#export-donor-options-wrap {\n p {\n padding: 20px 0 0;\n margin: 0;\n font-weight: bold;\n }\n ul {\n max-width: 900px;\n overflow: hidden;\n\n li {\n margin: 0;\n padding: 0 5px 5px 0;\n box-sizing: border-box;\n float: left;\n width: 33%;\n }\n }\n\n}\n\n//---------------------------------------------------------\n//Recount Stats Form\n//---------------------------------------------------------\n\n#give-tools-recount-form {\n\n .notice-wrap {\n position: relative;\n min-height: 25px;\n margin: 10px -12px -12px;\n background: #EFEFEF;\n padding: 10px 12px 12px;\n border-top: 1px solid #E5E5E5;\n\n .give-progress {\n position: absolute;\n top: 15px;\n }\n\n .spinner {\n position: absolute;\n right: 14px;\n top: 13px;\n margin: 0;\n }\n\n #give-batch-success {\n margin-bottom: 6px;\n }\n\n }\n\n}\n\n\n//---------------------------------------------------------\n//Tools\n//---------------------------------------------------------\n\n.recount-stats-controls form {\n display: inline;\n}\n\n.give-recount-stats-descriptions {\n margin: 8px 0 0;\n display: block;\n\n span {\n line-height: 24px;\n font-size: 13px;\n font-style: italic;\n font-weight: normal;\n color: #aaa;\n margin: 0;\n display: none;\n }\n}\n\n//---------------------------------------------------------\n//Payment Methods\n//---------------------------------------------------------\n.gateways-report-tablenav {\n .actions.bulkactions {\n padding-right: 0;\n }\n}\n\n//---------------------------------------------------------\n//Table List Styles\n//---------------------------------------------------------\n\ntable.give-table {\n\n td {\n vertical-align: middle;\n }\n td.row-title {\n h3 {\n margin: 0 0 0.4em;\n font-size: 1.2em;\n }\n p {\n font-size: 13px;\n font-style: italic;\n font-weight: normal;\n color: #aaa;\n margin: 0;\n }\n }\n\n}\n\n#give-graphs-filter > .tablenav {\n height: auto;\n}\n\n//---------------------------------------------------------\n//Logs\n//---------------------------------------------------------\n#give-logs-filter {\n .search-box {\n float: right;\n }\n .tablenav.top {\n float: left;\n clear: none;\n margin-top: 0;\n }\n}","/**\n * Give Admin Welcome SCSS\n *\n * @description Displays when user activates the plugin\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n */\n\n.welcome-h1 {\n display: inline-block;\n margin-right: 15px !important;\n}\n\n.about-wrap {\n h3 {\n margin: 1.5em 0 .6em;\n }\n\n img {\n border:none;\n }\n}\n\n.give-badge {\n padding-top: 150px;\n height: 52px;\n width: 185px;\n color: #FFF;\n font-weight: bold;\n font-size: 14px;\n text-align: center;\n text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);\n margin: 0 -5px;\n\n position: absolute;\n top: 0;\n right: 0;\n}\n\n.introduction {\n padding: 0 0 20px;\n margin: 0 0 20px;\n}\n\n//Feature section\n.feature-section {\n margin-top: 40px;\n\n span.dashicons {\n width: 16px;\n height: 16px;\n font-size: 14px;\n margin: 6px 0 0 0;\n }\n\n .feature-section-item {\n width: 48%;\n float: left;\n }\n\n div.last-feature {\n margin-right: 0;\n margin-left: 4%;\n }\n\n}\n\n//Get started\n[class^=\"dashboard_page_give-\"], [class*=\"dashboard_page_give-\"] {\n .about-text {\n min-height: 0;\n }\n}\n\n//Social Media\n.social-items-wrap {\n display: inline-block;\n > div {\n display: inline-block;\n }\n .twitter-item-wrap {\n margin: 0 20px 10px 0;\n }\n}\n\n//Credits\n.wp-person {\n img {\n border-radius: 50%;\n }\n a.web {\n margin: 17px 0 0;\n font-weight: bold;\n font-style: italic;\n }\n}\n\n//Newsletter\n.newsletter-intro {\n font-size: 13px;\n font-style: italic;\n color: #777;\n}\n\n.give-newsletter-form-wrap {\n margin: 10px 0 20px -5px;\n max-width: 700px;\n\n td {\n padding: 3px;\n }\n\n div.give-newsletter-confirmation {\n background: #fff;\n -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n margin: 5px 10px 4px 5px;\n padding: 1px 12px;\n border-left: 4px solid #7ad03a;\n display: none;\n > p {\n margin: 0.5em 0;\n padding: 2px;\n }\n }\n\n}","/**\n * Give Logs SCSS\n *\n * @description Payment History Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n#give_donor_export_form {\n margin: 0 0 5px;\n}\n\n\n#give-payments-filter .give-donation-status {\n display: inline-block;\n}\n\n.column-status {\n .give-donation-status, .give-test-mode-transactions-label {\n display: inline-block;\n }\n .give-test-mode-transactions-label {\n margin: 0 5px;\n vertical-align: middle;\n }\n}\n","/**\r\n * Give Settings SCSS\r\n *\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n */\r\n\r\n//--------------------------------------------------------------\r\n// General Settings\r\n//--------------------------------------------------------------\r\n\r\n.give-settings-page {\r\n\r\n .give-settings-heading-sep {\r\n\tfont-size: 14px;\r\n\tline-height: 32px;\r\n\twidth: 15px;\r\n }\r\n\r\n .nav-tab-wrapper {\r\n\tmargin-bottom: 5px;\r\n\toverflow: visible;\r\n }\r\n\r\n .cmb2-wrap .cmb-type-checkbox input[type=\"checkbox\"] {\r\n\tdisplay: block;\r\n\tmargin-bottom: 5px;\r\n }\r\n\r\n div.give-submit-wrap {\r\n\tmargin: 20px 0;\r\n }\r\n\r\n .give_forms_page_give-payment-history .postbox .hndle {\r\n\tcursor: default;\r\n }\r\n\r\n .give-input-field {\r\n\twidth: 25em;\r\n }\r\n\r\n table table input[type=\"text\"] {\r\n\twidth: 15em;\r\n }\r\n\r\n .give-repeat-setting-field {\r\n\tmargin: 10px 0;\r\n }\r\n\r\n .give-remove-setting-field {\r\n\twidth: 25px;\r\n\theight: 25px;\r\n\tpadding: 0;\r\n\ttext-align: center;\r\n\tline-height: 22px;\r\n\tfont-size: 21px;\r\n\tfont-weight: 300;\r\n\tcursor: pointer;\r\n\tmargin-left: 20px;\r\n\tdisplay: inline-block;\r\n }\r\n\r\n .give-remove-setting-field:hover {\r\n\tbackground-color: red;\r\n\tcolor: white;\r\n\tborder-radius: 30px;\r\n }\r\n\r\n .give-forminp p:first-child .give-remove-setting-field {\r\n\tdisplay: none;\r\n }\r\n\r\n .export-options-table {\r\n\ttr.give-import-option:nth-child(odd) {\r\n\t background: #f4f3f3;\r\n\t th {\r\n\t\tvertical-align: middle;\r\n\t }\r\n\t}\r\n\t.give-import-dropdown:nth-child(2),\r\n\ttr.give-import-option th:first-child {\r\n\t width: 250px;\r\n\t}\r\n }\r\n}\r\n\r\n.give-setting-tab-header {\r\n clear: both;\r\n overflow: hidden;\r\n margin: 30px 0;\r\n\r\n h2 {\r\n\tmargin-top: 8px;\r\n }\r\n\r\n p {\r\n\tmargin-bottom: 0;\r\n }\r\n}\r\n\r\n.give-radio-inline {\r\n ul {\r\n\tmargin-top: 0;\r\n }\r\n\r\n li {\r\n\tdisplay: inline-block;\r\n\tmargin: 0 0 0 15px;\r\n }\r\n\r\n li:first-child {\r\n\tmargin-left: 0;\r\n }\r\n}\r\n\r\n// Tools page: fix ajax search user list hide bug\r\n.give-tools-setting-page .bulkactions {\r\n overflow: visible;\r\n}\r\n\r\n//Ugly but necessary to override WP core styles.\r\n.form-table td.give-radio-inline fieldset li > label {\r\n margin: 5px 0 0 !important;\r\n}\r\n\r\np.give-field-description, .cmb2-metabox-description {\r\n color: #aaaaaa;\r\n font-style: italic;\r\n font-size: 13px !important;\r\n}\r\n\r\n.cmb-type-give-title label,\r\n.give-setting-tab-header h2 {\r\n float: left;\r\n display: inline-block;\r\n width: 220px;\r\n font-style: italic;\r\n color: #AAA;\r\n margin: 0;\r\n font-size: 14px;\r\n}\r\n\r\n.postbox-container #_give_donation_levels_repeat > .cmb-repeatable-grouping:not(:last-of-type) {\r\n border-bottom: 1px solid #e9e9e9;\r\n border-top: none;\r\n}\r\n\r\n.cmb-type-enabled-gateways .cmb-td > p:first-of-type {\r\n display: none;\r\n}\r\n\r\n// CMB2 Checkbox Revised Styles\r\n.cmb-type-checkbox .cmb-td {\r\n width: 80%;\r\n label {\r\n\tfont-size: 13px;\r\n }\r\n}\r\n\r\n/* Responsive Settings Rows */\r\n.give_settings {\r\n .cmb2-wrap .cmb-row {\r\n\tdisplay: table-row;\r\n\t> .cmb-th, > .cmb-td {\r\n\t display: table-cell;\r\n\t float: none;\r\n\t}\r\n }\r\n}\r\n\r\n/* Custom Title Separators */\r\n.cmb2-id-give-title {\r\n label {\r\n\tfont-style: italic;\r\n\tcolor: #AAA;\r\n\tcursor: default;\r\n }\r\n > div.cmb-th {\r\n\tpadding-bottom: 10px;\r\n }\r\n > div.cmb-td {\r\n\tpadding-bottom: 5px;\r\n }\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// Payment Gateways\r\n//--------------------------------------------------------------\r\n.give-payment-gatways-list li.ui-sortable-handle {\r\n\r\n span.give-drag-handle {\r\n\tpadding: 3px 4px 0 0;\r\n\tfont-size: 15px;\r\n\tfont-weight: normal;\r\n\tcolor: #bdbdbd;\r\n\tcursor: move;\r\n\r\n\t&:hover {\r\n\t color: #333;\r\n\t}\r\n\r\n }\r\n\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// Emails\r\n//--------------------------------------------------------------\r\n\r\n.give-email-tags-wrap {\r\n margin: 5px 0 0;\r\n code {\r\n\tfont-style: normal;\r\n\tpadding: 1px 2px;\r\n\tfont-size: 12px;\r\n }\r\n span {\r\n\tdisplay: block;\r\n\tcolor: #AAA;\r\n\tfont-style: italic;\r\n\tmargin: 0 0 2px;\r\n\tfont-size: 13px;\r\n }\r\n .give_price_tag {\r\n\tdisplay: none;\r\n }\r\n}\r\n\r\n.give-settings-email-settings-section {\r\n // Nothing in table nav so hide it.\r\n .tablenav {\r\n\tdisplay: none;\r\n }\r\n .give-setting-tab-header-emails {\r\n\tmargin: 0 0 20px;\r\n\thr {\r\n\t display: none;\r\n\t}\r\n }\r\n .tablenav.bottom + .give-setting-tab-header-emails {\r\n\tmargin: 20px 0;\r\n\thr {\r\n\t display: block;\r\n\t}\r\n }\r\n\r\n}\r\n\r\n// Email notification list.\r\n.giveemailnotifications {\r\n .check-column {\r\n\tpadding: 13px 10px 0 20px !important;\r\n }\r\n\r\n td.check-column input {\r\n\t//width: 1em;\r\n\tdisplay: none;\r\n }\r\n\r\n th.check-column {\r\n\t.give-email-notification-status {\r\n\t color: white;\r\n\t cursor: pointer;\r\n\r\n\t &[data-edit=\"1\"] i.dashicons {\r\n\t\tborder-radius: 1em;\r\n\t\tpadding: 2px;\r\n\t }\r\n\t}\r\n\r\n\t.give-email-notification-enabled .dashicons-yes,\r\n\t.give-email-notification-disabled:hover .dashicons-no-alt {\r\n\t background: #46b450;\r\n\t}\r\n\r\n\t.give-email-notification-enabled .dashicons-lock {\r\n\t color: #46b450;\r\n\t}\r\n\r\n\t.give-email-notification-disabled .dashicons-no-alt,\r\n\t.give-email-notification-enabled:hover .dashicons-yes {\r\n\t background: #bbbbbb;\r\n\t}\r\n\r\n\t.give-email-notification-disabled .dashicons-lock {\r\n\t color: #bbbbbb;\r\n\t}\r\n\r\n\t.dashicons-no-alt:hover:before {\r\n\t content: \"\\f147\" !important;\r\n\t}\r\n\r\n\t.dashicons-yes:hover:before {\r\n\t content: \"\\f335\" !important;\r\n\t}\r\n }\r\n\r\n .spinner.is-active {\r\n\tmargin: 0 0 0 2px;\r\n\tfloat: none;\r\n }\r\n\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// System Info page styles\r\n//--------------------------------------------------------------\r\n\r\n#system-info-textarea {\r\n width: 800px;\r\n height: 600px;\r\n font-family: Menlo, Monaco, monospace;\r\n background: #FFF;\r\n white-space: pre;\r\n overflow: auto;\r\n display: block;\r\n /*rtl:ignore*/\r\n direction: ltr;\r\n}\r\n\r\n#give-download-sysinfo {\r\n margin: 0;\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// API\r\n//--------------------------------------------------------------\r\n\r\n#api {\r\n .tablenav .actions {\r\n\toverflow: visible;\r\n }\r\n}\r\n\r\na.give-delete {\r\n color: #a00;\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// License\r\n//--------------------------------------------------------------\r\n.give-settings-wrap-licenses {\r\n .give-license-deactivate {\r\n\tmargin: 1px 0 0 10px;\r\n\theight: 30px;\r\n }\r\n\r\n .give-license-field {\r\n\tbackground: #FFF url('../images/close.png') no-repeat;\r\n\tbackground-position: 98.5% center;\r\n\tbackground-size: 18px;\r\n }\r\n\r\n .give-license-active, .give-license-active:focus {\r\n\tbackground-image: url('../images/tick.png');\r\n\tbackground-color: #FFF;\r\n\tbackground-repeat: no-repeat;\r\n\tbackground-position: 98.5% center;\r\n\toutline: none;\r\n\tbackground-size: 16px;\r\n\twidth: 100%;\r\n }\r\n\r\n}\r\n\r\n/* Addon grid design */\r\n.give-settings-page {\r\n .give-settings-wrap-licenses {\r\n\tdisplay: block;\r\n\tposition: relative;\r\n\tfloat: left;\r\n\twidth: 30.5%;\r\n\tmin-height: 180px;\r\n\tmargin: 20px 1% 20px 0;\r\n }\r\n\r\n .give-license-key {\r\n\tlabel {\r\n\t margin: 0 0 0 10px;\r\n\t padding: 10px 0;\r\n\t display: block;\r\n\t font-size: 14px;\r\n\t font-weight: 600;\r\n\t cursor: default;\r\n\t}\r\n }\r\n\r\n .give-license-block {\r\n\tmargin: 0 10px;\r\n }\r\n\r\n input[type=\"text\"].give-license-field,\r\n input[type=\"password\"].give-license-field {\r\n\twidth: 100%;\r\n }\r\n\r\n .give-license-block input[type=\"submit\"] {\r\n\tposition: absolute;\r\n\ttop: 3px;\r\n\tright: 10px;\r\n\theight: 24px;\r\n\tline-height: 22px;\r\n\tpadding: 0 8px 1px;\r\n\tfont-size: 11px;\r\n }\r\n\r\n //License status notice.\r\n .give-license-status-notice {\r\n\tbackground: #fff;\r\n\tborder-left: 4px solid #fff;\r\n\t-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\r\n\tbox-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\r\n\tmargin: 5px 0 2px;\r\n\tpadding: 1px 12px;\r\n\r\n\tp {\r\n\t padding: 10px 0;\r\n\t margin: 0;\r\n\t}\r\n\r\n\ta {\r\n\t color: #444;\r\n\t cursor: pointer;\r\n\t &:hover {\r\n\t\ttext-decoration: none;\r\n\t }\r\n\t}\r\n\r\n }\r\n\r\n .give-license-status-notice.give-license-expires-soon {\r\n\tborder-color: #00a0d2;\r\n }\r\n\r\n //Inactive or Expired.\r\n .give-license-status-notice.give-inactive,\r\n .give-license-status-notice.give-license-expired {\r\n\tborder-color: #e24e4e;\r\n }\r\n\r\n .give-license-status-notice.give-license-error,\r\n .give-license-status-notice.give-license-no_activations_left,\r\n .give-license-status-notice.give-license-missing,\r\n .give-license-status-notice.give-license-invalid,\r\n .give-license-status-notice.give-license-site_inactive,\r\n .give-license-status-notice.give-license-item_name_mismatch {\r\n\tborder-color: orange;\r\n }\r\n\r\n .give-license-status-notice.give-license-lifetime-notice,\r\n .give-license-status-notice.give-license-expiration-date {\r\n\tborder-color: #46b450;\r\n }\r\n\r\n .give-license-status-notice.give-license-expires-soon a:hover,\r\n .give-license-status-notice.give-license-expired a:hover {\r\n\ttext-decoration: none;\r\n }\r\n}\r\n\r\n/* Responsive fixes: Addon grid design */\r\n@media screen and (max-width: 1100px) {\r\n .give-settings-page .give-settings-wrap-licenses {\r\n\twidth: 45%;\r\n\tmin-height: 150px;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 600px) {\r\n .give-settings-page .give-settings-wrap-licenses {\r\n\twidth: 100%;\r\n\tmax-width: 320px;\r\n }\r\n}\r\n\r\n/* Tables */\r\n\r\n.give-table {\r\n\r\n thead {\r\n\tth {\r\n\t padding: 8px 10px !important;\r\n\t}\r\n }\r\n\r\n}\r\n\r\n//Fix double <hr>s for change to `give_title` in 1.3.5\r\n.give_settings .cmb-td hr + hr {\r\n display: none;\r\n}\r\n\r\n//Set a min-height for TinyMCE so it's not too small when hidden in a tab and then revealed\r\n.post-type-give_forms .mce-container iframe, .post-type-give_forms .wp-editor-area {\r\n min-height: 400px;\r\n}\r\n\r\n// Widget Page\r\n.give-field-description {\r\n color: #aaaaaa;\r\n font-style: italic;\r\n margin: 0;\r\n padding-top: .5em;\r\n}\r\n\r\n// Setting page tab\r\nh2.give-nav-tab-wrapper {\r\n overflow: hidden;\r\n height: 35px;\r\n}\r\n\r\n@media screen and (max-width: 600px) {\r\n .give-nav-tab-wrapper {\r\n\tposition: relative;\r\n\tpadding-top: 0 !important;\r\n\r\n\t> a {\r\n\t width: 100%;\r\n\t box-sizing: border-box;\r\n\t margin: 0;\r\n\t background-color: #ffffff;\r\n\t border: 1px solid #cccccc;\r\n\t &:hover {\r\n\t\tborder-bottom: 1px solid #ccc;\r\n\t }\r\n\t}\r\n\r\n\tdiv.give-sub-nav-tab-wrapper {\r\n\t position: absolute;\r\n\t top: 0;\r\n\t right: 0;\r\n\r\n\t #give-show-sub-nav {\r\n\t\theight: 28px;\r\n\t\twidth: 30px;\r\n\t\tborder-radius: 0;\r\n\t\tmargin: 0;\r\n\t\t> span.dashicons {\r\n\t\t margin: 6px auto 0;\r\n\t\t display: block;\r\n\t\t}\r\n\r\n\t }\r\n\r\n\t nav.give-sub-nav-tab {\r\n\t\ttop: 35px;\r\n\t\tright: 0;\r\n\t\tleft: auto;\r\n\r\n\t\ta {\r\n\t\t background: #ffffff;\r\n\t\t &:hover {\r\n\t\t\tbackground: #e5e5e5;\r\n\t\t }\r\n\t\t}\r\n\t }\r\n\t}\r\n\r\n }\r\n\r\n .give-mobile-hidden {\r\n\tdisplay: none;\r\n }\r\n}\r\n\r\n.give-sub-nav-tab-wrapper {\r\n position: relative;\r\n display: inline-block;\r\n z-index: 9999;\r\n float: left;\r\n\r\n nav.give-sub-nav-tab {\r\n\tborder: 1px solid #ccc;\r\n\tborder-bottom: 0;\r\n\tposition: absolute;\r\n\ttop: 35px;\r\n\tright: 0;\r\n\r\n\ta {\r\n\t float: left;\r\n\t background: white;\r\n\t padding: 6px 10px;\r\n\t clear: both;\r\n\t text-decoration: none;\r\n\t border-bottom: 1px solid #ccc;\r\n\t min-width: 170px;\r\n\t color: #555;\r\n\t font-size: 14px;\r\n\t}\r\n\r\n\ta:hover {\r\n\t background: #ffffff;\r\n\t}\r\n }\r\n}\r\n\r\n// By default hide setting tab wrapper.\r\n.give-sub-nav-tab-wrapper {\r\n display: none;\r\n}\r\n\r\n#give-show-sub-nav {\r\n text-decoration: none;\r\n padding: 3px 4px;\r\n border-bottom: 1px solid #ccc;\r\n line-height: 0;\r\n background: white;\r\n border-radius: 4px;\r\n margin-top: 5px;\r\n\r\n > span.dashicons {\r\n\tfont-size: 16px;\r\n\theight: 16px;\r\n\twidth: 16px;\r\n }\r\n}\r\n\r\n#give-show-sub-nav:hover, #give-show-sub-nav:active {\r\n outline: none;\r\n box-shadow: inset 0px 0px 4px #ddd;\r\n}\r\n\r\n//--------------------------------------------------------------\r\n// Image preview container\r\n//--------------------------------------------------------------\r\n.give-image-thumb {\r\n position: relative;\r\n margin-top: 14px;\r\n\r\n span.give-delete-image-thumb {\r\n\tposition: absolute;\r\n\tbackground: red;\r\n\tcolor: white;\r\n\tborder-radius: 30px;\r\n\tleft: -10px;\r\n\ttop: -10px;\r\n\tcursor: pointer;\r\n }\r\n\r\n img {\r\n\tmax-width: 250px;\r\n\tborder: 4px solid white;\r\n }\r\n}","/**\r\n * Give Payment History SCSS\r\n *\r\n * @description Payment History Styles\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n//------------------------------------\r\n// Payment Filters\r\n//------------------------------------\r\n\r\n// Wrapper for multiple filter fields.\r\n.give-filters {\r\n clear: both;\r\n background: #f5f5f5;\r\n border: 1px solid #dfdfdf;\r\n padding: 12px 12px 0 12px;\r\n\r\n // Chosen height adjustment.\r\n .give-donation-forms-filter .chosen-single {\r\n\theight: 28px;\r\n\tline-height: 28px;\r\n }\r\n\r\n // Chosen up arrow.\r\n .chosen-container-single .chosen-single div b {\r\n\tbackground-position: 0 4px;\r\n }\r\n\r\n // Chosen down arrow.\r\n .chosen-container-active.chosen-with-drop .chosen-single div b {\r\n\tbackground-position: -18px 6px;\r\n }\r\n\r\n\r\n // Prevent select from causing line break flash.\r\n #give-payment-form-filter, #give_donation_forms_filter {\r\n\tdisplay: inline-block;\r\n\twidth: 300px;\r\n\t@media screen and (max-width: 782px) {\r\n\t width: 100%;\r\n\t}\r\n }\r\n // Chosen / Select donation form filter dropdown.\r\n #give_donation_forms_filter {\r\n\twidth: 255px;\r\n\t@media screen and (max-width: 782px) {\r\n\t width: 100%;\r\n\t max-width:100%;\r\n\t}\r\n }\r\n\r\n &:after {\r\n\tcontent: \"\";\r\n\tdisplay: table;\r\n\tclear: both;\r\n }\r\n}\r\n\r\n// Individual filter field.\r\n.give-filter {\r\n display: block;\r\n margin-bottom: 12px;\r\n width: 100%;\r\n\r\n &:after {\r\n\tcontent: \"\";\r\n\tdisplay: table;\r\n\tclear: both;\r\n }\r\n\r\n label {\r\n\tdisplay: block;\r\n\tmargin-right: 4px;\r\n }\r\n\r\n input {\r\n\tmargin: 0;\r\n }\r\n\r\n input[type=\"text\"] {\r\n\theight: 28px;\r\n\twidth: 100%;\r\n }\r\n\r\n input[type=\"text\"],\r\n input[type=\"search\"] {\r\n\theight: 28px;\r\n }\r\n\r\n .button {\r\n\theight: 28px;\r\n\tline-height: 26px;\r\n\tmargin: 0;\r\n\tpadding: 0 10px 1px;\r\n }\r\n\r\n select {\r\n\twidth: 100%;\r\n }\r\n\r\n @media screen and (min-width: 783px) {\r\n\tfloat: left;\r\n\tmargin-right: 18px;\r\n\twidth: auto;\r\n\r\n\tlabel {\r\n\t display: inline-block;\r\n\t}\r\n\r\n\tinput[type=\"text\"] {\r\n\t display: inline-block;\r\n\t width: 144px;\r\n\t}\r\n }\r\n}\r\n\r\n.give-filter-search {\r\n input[type=\"search\"] {\r\n\tdisplay: block;\r\n\tfloat: left;\r\n\twidth: 68%;\r\n }\r\n\r\n input[type=\"submit\"] {\r\n\tdisplay: block;\r\n\tfloat: right;\r\n\twidth: 30%;\r\n }\r\n\r\n @media screen and (min-width: 783px) {\r\n\tinput[type=\"search\"] {\r\n\t display: inline-block;\r\n\t margin-right: 4px;\r\n\t width: 144px;\r\n\t}\r\n\r\n\tinput[type=\"submit\"] {\r\n\t display: inline-block;\r\n\t width: auto;\r\n\t}\r\n }\r\n}\r\n\r\n.give-filter-half {\r\n @media screen and (min-width: 600px) {\r\n\tfloat: left;\r\n\twidth: 49%;\r\n\r\n\t&:last-child {\r\n\t float: right;\r\n\t}\r\n }\r\n\r\n @media screen and (min-width: 783px) {\r\n\twidth: auto;\r\n\r\n\t&:last-child {\r\n\t float: left;\r\n\t}\r\n\r\n\tinput[type=\"text\"] {\r\n\t width: 96px;\r\n\t}\r\n }\r\n}\r\n\r\n.give-clear-filters-button {\r\n margin-left: 8px;\r\n}\r\n\r\n.give-submit-wrap {\r\n clear: both;\r\n background: #f5f5f5;\r\n border: 1px solid #dfdfdf;\r\n margin: 8px 0;\r\n padding: 12px;\r\n font-size: 13px;\r\n line-height: 2.1em;\r\n}\r\n\r\n#give-payment-filters {\r\n ul.subsubsub {\r\n\tmargin-bottom: 8px;\r\n }\r\n}\r\n\r\n#give-payments-advanced-filter {\r\n ul.subsubsub {\r\n\tmargin-bottom: 12px;\r\n }\r\n}\r\n\r\n#give-payments-filter {\r\n .tablenav.top {\r\n\tfloat: none;\r\n\t.bulkactions {\r\n\t margin-top: 1px;\r\n\t padding-top: 0;\r\n\t}\r\n\r\n }\r\n\r\n .give-email-column-value {\r\n\tfont-size: 14px;\r\n\tfont-weight: bold;\r\n }\r\n\r\n #the-list .check-column input {\r\n\tmargin-top: 1px;\r\n }\r\n\r\n .column-details {\r\n\twidth: 50px;\r\n }\r\n\r\n .column-amount {\r\n\twidth: 120px;\r\n }\r\n\r\n}\r\n\r\ntr.status-refunded td {\r\n background: #cecece;\r\n border-top-color: #ccc;\r\n}\r\n\r\n.wp-list-table.forms th#date {\r\n width: 140px;\r\n}\r\n\r\n.give-mobile-link {\r\n line-height: 32px;\r\n vertical-align: middle;\r\n}\r\n\r\n.give-mobile-link img {\r\n max-width: 80%;\r\n height: auto;\r\n float: left;\r\n}\r\n\r\n//------------------------------------\r\n// Status Colors\r\n//------------------------------------\r\n\r\n.give-donation-status {\r\n > span {\r\n\tdisplay: inline-block;\r\n\twidth: 12px;\r\n\theight: 12px;\r\n\tposition: relative;\r\n\ttop: 1px;\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n\tborder-radius: 50%;\r\n\tbackground: #888;\r\n\tline-height: 16px;\r\n }\r\n\r\n //Pending\r\n &.status-pending > span {\r\n\tbackground-color: $orange;\r\n }\r\n\r\n //Complete\r\n &.status-complete > span, &.status-publish > span {\r\n\tbackground-color: $status-complete;\r\n }\r\n\r\n //Refunded\r\n &.status-refunded > span {\r\n\tbackground-color: $status-default;\r\n }\r\n\r\n &.status-failed > span {\r\n\tbackground-color: $red;\r\n }\r\n\r\n &.status-abandoned > span {\r\n\tbackground-color: $dark;\r\n }\r\n\r\n &.status-revoked > span {\r\n\tbackground-color: $status-revoked;\r\n }\r\n\r\n &.status-subscription > span, &.status-renewal > span, &.status-give_subscription > span {\r\n\tbackground-color: $status-subscription;\r\n }\r\n\r\n}\r\n\r\n//Test Payment Label\r\n#test-payment-label {\r\n @include give-label();\r\n background-color: $orange;\r\n margin: 0 15px;\r\n vertical-align: middle;\r\n}\r\n\r\n//ID & link field\r\n#give-payments-filter {\r\n\r\n .give-payment-id {\r\n\t@include give-label();\r\n\tfont-weight: normal;\r\n\t@extend .give-item-label-gray;\r\n }\r\n\r\n .column-details {\r\n\tpadding-right: 30px;\r\n }\r\n\r\n .give-donation-status {\r\n\tdisplay: inline-block;\r\n }\r\n\r\n}\r\n\r\n//Payment View Metabox\r\n#give-order-update {\r\n .give-donation-status {\r\n\tdisplay: inline-block;\r\n\tfloat: none;\r\n\tmargin: 0 10px;\r\n\tposition: relative;\r\n\ttop: 3px;\r\n }\r\n}\r\n\r\n//Donation Column\r\n.column-donation_form {\r\n .donation-level-text-wrap {\r\n\tfont-style: italic;\r\n\tdisplay: block;\r\n }\r\n}\r\n\r\n/*---------------------\r\nResponsiveness\r\n---------------------------*/\r\n@media handheld, only screen and (max-width: 640px) {\r\n .wp-list-table.forms th {\r\n\twidth: auto !important;\r\n }\r\n}\r\n\r\n.download_page_give-payment-history .ui-dialog .ui-dialog-titlebar-close span {\r\n margin-left: -8px;\r\n margin-top: -8px;\r\n}\r\n\r\n/* Payment Details\r\n-------------------------------------------------------------- */\r\n.give-admin-box .label {\r\n font-weight: 600;\r\n}\r\n\r\n.give-admin-box-inside {\r\n margin: 0;\r\n padding: 3px 10px;\r\n clear: both;\r\n border-bottom: 1px solid #eee;\r\n}\r\n\r\n.give-admin-box-inside .strong {\r\n font-weight: 600;\r\n}\r\n\r\n.give-admin-box .right {\r\n float: right;\r\n}\r\n\r\n#give-order-update .inside,\r\n#give-order-details .inside {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n#give-order-update input.give_datepicker {\r\n width: 180px;\r\n}\r\n\r\n#give-order-update input[type=\"number\"].give-payment-time-hour,\r\n#give-order-update input[type=\"number\"].give-payment-time-min {\r\n width: 50px;\r\n}\r\n\r\n.give-admin-box-inside:last-child {\r\n border-bottom: 0;\r\n}\r\n\r\n#give-edit-order-form .data-payment-key {\r\n word-break: break-all;\r\n}\r\n\r\n.give-order-update-box #major-publishing-actions .button-secondary {\r\n margin-right: 10px;\r\n}\r\n\r\n#give-donation-overview th {\r\n text-align: left;\r\n}\r\n\r\n#give-donation-overview .give-select-chosen {\r\n width: 97%;\r\n}\r\n\r\n#give-edit-order-form .row {\r\n\tmargin-top: 10px;\r\n}\r\n\r\n#give-donation-overview ul,\r\n#give-order-address-country-wrap select,\r\n#give-donor-details .order-data-address input,\r\n#give-edit-order-form .column input,\r\n#give-donor-details .order-data-column p.data input {\r\n clear: both;\r\n display: block;\r\n}\r\n\r\n.give-order-data input.small-text {\r\n margin: 0;\r\n}\r\n\r\n#give-order-update span.label {\r\n display: inline;\r\n width: 50px;\r\n}\r\n\r\n.give-order-update-box .button-primary {\r\n margin-right: 0;\r\n}\r\n\r\n#give-edit-order-form .column .description {\r\n padding-right: 10px;\r\n}\r\n\r\n#give-edit-order-form .column,\r\n#give-donation-overview .row > ul > li,\r\n#give-donation-overview .inside > ul > li {\r\n display: inline-block;\r\n position: relative;\r\n vertical-align: top;\r\n}\r\n\r\n#give-donation-overview ul {\r\n font-size: 0;\r\n\r\n li {\r\n\tfont-size: 13px;\r\n\r\n\t&.actions {\r\n\t text-align: right;\r\n\t min-width: 200px;\r\n\t}\r\n\r\n\t&.remove {\r\n\t text-align: right;\r\n\t}\r\n\r\n }\r\n\r\n .row {\r\n\tpadding: 12px;\r\n\tborder-bottom: 1px solid #eee;\r\n }\r\n\r\n}\r\n\r\n#give-order-data .data span {\r\n color: #666;\r\n font-weight: 600;\r\n}\r\n\r\ninput.give-price-field {\r\n width: 80px;\r\n padding: 3px 5px;\r\n}\r\n\r\n.give_forms_page_give-payment-history.js .postbox .hndle {\r\n cursor: default;\r\n}\r\n\r\n//------------------------------------------\r\n//Payment Notes Section\r\n//------------------------------------------\r\n\r\n#give-payment-notes {\r\n textarea {\r\n\tmin-height: 150px;\r\n }\r\n #give-add-payment-note {\r\n\tmargin: 6px 0 15px;\r\n }\r\n\r\n}\r\n\r\n//------------------------------------------\r\n//Edit Order Form\r\n//------------------------------------------\r\n#give-billing-details {\r\n\t.column > div {\r\n\t\tmargin: 0 0 10px;\r\n\t}\r\n\r\n\tlabel {\r\n\t\tdisplay: block;\r\n\t\tmargin-bottom: 5px;\r\n\t}\r\n\r\n\t.column-container {\r\n\t\tpadding: 5px 0 10px;\r\n\t}\r\n\r\n\tinput[type=\"text\"] {\r\n\t\twidth: 98%;\r\n\t}\r\n\r\n\t.chosen-container {\r\n\t\twidth: 98% !important;\r\n\t}\r\n}\r\n\r\n//------------------------------------------\r\n//Responsive\r\n//------------------------------------------\r\n@media screen and (min-width: 1200px) {\r\n\t#give-edit-order-form .column {\r\n\t\twidth: 33%;\r\n\t}\r\n\r\n\t#give-order-address .column {\r\n\t\twidth: 49%;\r\n\t}\r\n\r\n\t#give-donation-overview.columns-4 li.actions {\r\n\t\twidth: 25%;\r\n\t\tmargin-top: 0;\r\n\t\tmargin-right: 0;\r\n\t}\r\n}\r\n\r\n@media screen and (max-width: 1199px) {\r\n #give-edit-order-form .column {\r\n\twidth: 49%;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 782px) {\r\n .order-data-column input[type=\"email\"] {\r\n\tpadding: 6px 10px;\r\n }\r\n}\r\n\r\n//------------------------------------------\r\n//Donation Details\r\n//------------------------------------------\r\n#give-donor-details .inside, #give-donation-overview .inside {\r\n margin-top: 0;\r\n}\r\n\r\n.give_forms_page_give-payment-history #give-dashboard-widgets-wrap #side-sortables {\r\n padding-top: 0;\r\n}\r\n\r\n//------------------------------------------\r\n// Ajax chosen select field\r\n//------------------------------------------\r\n.give-select-chosen {\r\n .spinner {\r\n\tposition: absolute;\r\n\tright: 5px;\r\n\ttop: 2px;\r\n\tz-index: 999;\r\n }\r\n}\r\n\r\n.give-select-chosen-ajax {\r\n // Show spinner.\r\n .spinner {\r\n\tvisibility: visible;\r\n }\r\n\r\n // Hide search icon.\r\n .chosen-search input[type=\"text\"] {\r\n\tbackground-image: none !important;\r\n }\r\n}\r\n\r\n.give-select-chosen-ajax.chosen-container-single .chosen-search input[type=\"text\"] {\r\n background-image: none !important;\r\n}","/**\n * Give Admin Dashboard SCSS\n *\n * @description Styles the Give dashboard widget\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n.give-dashboard-widget {\n\n .give-dashboard-today {\n\ttext-align: center;\n\n\t.give-dashboard-date-today {\n\t margin: 10px 0 0;\n\t padding: 0;\n\t}\n\n\t.give-dashboard-happy-day {\n\t padding: 3px;\n\t margin: 0;\n\t}\n\n\t.give-dashboard-today-earnings {\n\t font-size: 42px;\n\t color: #4ead61;\n\t font-weight: bold;\n\t margin: 15px 0 0;\n\t line-height: 1;\n\t}\n\n\t.give-donations-today {\n\t font-size: 18px;\n\t font-weight: bold;\n\t margin: 0 0 30px;\n\t padding: 4px 0 1px;\n\t}\n\n\t.give-last-seven {\n\t font-size: 14px;\n\t font-weight: bold;\n\t padding: 0;\n\t margin: 0 0 30px;\n\t}\n\n }\n\n //Table Stats\n .give-table-stats {\n\twidth: 100%;\n\ttext-align: center;\n\tmargin: 0;\n\ttable-layout: fixed;\n\tborder-top: 1px solid #ececec;\n\tborder-spacing: 0;\n\n\t.give-dashboard-stat-total, .give-dashboard-stat-total-label {\n\t padding: 0;\n\t margin: 0;\n\t}\n\n\t.give-dashboard-stat-total {\n\t color: #4ead61;\n\t font-weight: bold;\n\t font-size: 16px;\n\t}\n\n }\n\n}\n\n//Fancy borders\n#give_dashboard_sales {\n\n > .inside {\n\tpadding: 0;\n }\n\n .give-table-stats {\n\ttd {\n\t padding: 10px 0;\n\t}\n\ttd:first-of-type {\n\t border-right: 1px solid #ececec;\n\t}\n\ttr#give-table-stats-tr-1 td {\n\t border-bottom: 1px solid #ececec;\n\t}\n }\n\n}\n\n//At a Glance Widget\n#dashboard_right_now {\n .give-forms-count:before {\n\t@include iconstyle();\n\tfont-size: 18px;\n\twidth: 18px;\n\theight: 18px;\n\tcontent: \"\\e800\";\n }\n}","/**\n * Give Forms SCSS\n *\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n//--------------------------------------------------------------\n// Donors Listing Page Style\n//--------------------------------------------------------------\n.give_forms_page_give-donors {\n\t.wrap > h2 {\n\t\tmargin-bottom: 15px;\n\t}\n\n\t.nav-tab-wrapper .dashicons {\n\t\tposition: relative;\n\t\ttop: 2px;\n\t\tmargin: 0 3px 0 0;\n\t}\n\n\t#give-donors-filter {\n\t\tposition: relative;\n\t\tp.search-box {\n\t\t\tmargin: 0;\n\t\t}\n\t}\n\n\t#give-donors-search-filter {\n\t\tdisplay: block;\n\t\toverflow: hidden;\n\t}\n\n\t//--------------------------------------------------------------\n\t// Donor Styles\n\t//--------------------------------------------------------------\n\t#give-donor-card-wrapper {\n\t\tmargin-left: -1px;\n\t\tz-index: 2;\n\t\tmin-height: 200px;\n\n\t\tinput {\n\t\t\tfont-weight: normal;\n\t\t}\n\n\t\t.donor-section {\n\t\t\tborder-bottom: 1px solid #eee;\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.donor-section table {\n\t\t\tmargin-bottom: 0;\n\t\t}\n\n\t\t> div:first-child {\n\t\t\tpadding-top: 20px;\n\t\t}\n\n\t\t> div:last-child {\n\t\t\tpadding-bottom: 20px;\n\t\t\tborder: none;\n\t\t}\n\n\t\t//AVATAR\n\t\t.avatar-wrap {\n\t\t\tpadding: 0 15px 15px 0;\n\t\t\ttext-align: center;\n\t\t\tfloat: left;\n\n\t\t\timg {\n\t\t\t\tborder-radius: 3px;\n\t\t\t}\n\n\t\t}\n\n\t\ta.delete {\n\t\t\ttext-decoration: none;\n\t\t\tcolor: #ff0000;\n\t\t\tmargin-right: 5px;\n\t\t}\n\n\t\t//Donor Header (non-avatar content)\n\t\t.donor-bio-header {\n\n\t\t\t.donor-since {\n\t\t\t\tmargin: 10px 0;\n\t\t\t\tfont-size: 16px;\n\t\t\t}\n\n\t\t\t.donor-id {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tfont-size: 24px;\n\t\t\t\tfont-weight: 600;\n\t\t\t\tmargin-right: 10px;\n\t\t\t}\n\n\t\t\t.donor-name-wrap {\n\t\t\t\tdisplay: inline-block;\n\t\t\t}\n\n\t\t\t.donor-edit-link {\n\t\t\t\tmargin-bottom: 15px;\n\t\t\t}\n\n\t\t}\n\t}\n\n\t.donor-main-wrapper {\n\t\tclear: both;\n\t\tmargin: 0 0 20px;\n\n\t\t@media(max-width: 655px) {\n\t\t\twidth: 100%;\n\t\t}\n\n\t\ttable {\n\t\t\tmargin: 0;\n\t\t}\n\n\t\tinput {\n\t\t\twidth: 200px;\n\t\t}\n\n\t}\n\n\t//Donor Summary\n\t#donor-summary {\n\t\tpadding: 0 20px;\n\n\t\t&:after {\n\t\t\tfont-family: \"dashicons\";\n\t\t\tcontent: \"\\f110\";\n\t\t\tposition: absolute;\n\t\t\ttop: 10px;\n\t\t\tright: 10px;\n\t\t\tfont-size: 100px;\n\t\t\tcolor: #F0F0F0;\n\t\t\tz-index: 0;\n\t\t}\n\n\t}\n\n\t#give-donor-card-wrapper .donor-address-wrapper {\n\t\twidth: 202px;\n\n\t\tspan[data-key=\"line2\"] {\n\t\t\tdisplay: table;\n\t\t\tclear: both;\n\t\t}\n\t}\n\n\t#give-donor-card-wrapper .donor-address-wrapper select {\n\t\twidth: 200px;\n\t}\n\n\t#give-donor-card-wrapper .donor-info {\n\t\tmin-height: 185px;\n\t}\n\n\t#give-donor-card-wrapper .info-wrapper {\n\t\tmin-height: 125px;\n\t}\n\n\t.donor-info .donor-name {\n\t\tfont-size: 24px;\n\t\tfont-weight: 600;\n\t}\n\n\t#disconnect-donor {\n\t\tfont-size: 12px;\n\t\tfont-weight: normal;\n\t\ttext-decoration: none;\n\t}\n\n\t#view-user-profile {\n\t\t@extend #disconnect-donor;\n\t}\n\n\t#donor-edit-actions {\n\t\ttext-align: center;\n\t\tmargin-bottom: 20px;\n\t\tline-height: 28px;\n\t}\n\n\t#donor-edit-actions .button-secondary {\n\t\tmargin-right: 10px;\n\t}\n\n\t#give-donor-card-wrapper .edit-item {\n\t\tdisplay: none;\n\t}\n\n\t#give-donor-card-wrapper .give_user_search_results {\n\t\tleft: 1px;\n\t\ttop: 16px;\n\t}\n\n\t#give-donor-card-wrapper .give_user_search_results ul {\n\t\twidth: 200px\n\t}\n\n\t#donor-stats-wrapper {\n\t\tmargin: 0 auto;\n\t\ttext-align: center;\n\t\tpadding: 15px;\n\t\tul {\n\t\t\tmargin: 0;\n\t\t\tpadding: 0;\n\t\t\toverflow: hidden;\n\t\t\tli {\n\t\t\t\twidth: 50%;\n\t\t\t\tfloat: left;\n\t\t\t\tline-height: 22px;\n\t\t\t\tfont-size: 14px;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t}\n\n\t\ta {\n\t\t\ttext-decoration: none;\n\t\t}\n\t}\n\n\t#donor-stats-wrapper .dashicons {\n\t\tcolor: #888;\n\t}\n\n\t#donor-tables-wrapper table {\n\t\twidth: 100%;\n\t\ttext-align: center;\n\t}\n\n\t#donor-tables-wrapper th {\n\t\ttext-align: center;\n\t}\n\n\t#donor-tables-wrapper .donations tr > th:first-child,\n\t#donor-tables-wrapper .donations tr > td:first-child,\n\t#donor-tables-wrapper .emails tr > th:first-child,\n\t#donor-tables-wrapper .emails tr > td:first-child {\n\t\ttext-align: left;\n\t}\n\n\t#donor-tables-wrapper .donations tr > td:only-child {\n\t\ttext-align: center;\n\t}\n\n\t#donor-notes-wrapper {\n\t\tmin-height: 50px;\n\t}\n\n\t.donor-notes-header span, .donor-notes-header img {\n\t\tfont-weight: 600;\n\t\tline-height: 30px;\n\t\tvertical-align: middle;\n\t}\n\n\t.donor-note-input {\n\t\twidth: 100%;\n\t\tmargin-bottom: 5px;\n\t}\n\n\t// Donor Notes\n\t#give-donor-notes {\n\t\tdiv:nth-of-type(even) {\n\t\t\tbackground-color: #f9f9f9;\n\t\t}\n\t\t.donor-note-wrapper {\n\t\t\tborder-bottom: 1px solid #f9f9f9;\n\t\t\tmin-height: 38px;\n\t\t\tpadding: 0;\n\n\t\t\t.note-content-wrap {\n\t\t\t\tpadding: 10px 12px;\n\t\t\t\tline-height: 20px;\n\t\t\t\tfont-size: 14px;\n\t\t\t}\n\n\t\t}\n\n\t\t.give-no-donor-notes {\n\t\t\ttext-align: center;\n\t\t\tpadding: 20px;\n\t\t}\n\n\t}\n\n\t.donor-note-wrapper span {\n\t\tdisplay: block;\n\t}\n\n\t.delete-donor {\n\t\ttext-align: center;\n\t}\n\n\t.give-lock-block {\n\t\tmargin-left: -25px;\n\t\ttext-decoration: none;\n\t\tfont-size: 14px;\n\t\tmargin-right: 3px;\n\n\t\ti {\n\t\t\tcolor: #000000;\n\t\t\tfont-size: 14px;\n\t\t}\n\t}\n\n\t/*\n\t * Donor address metabox\n\t */\n\t#donor-address-wrapper {\n\t\t.give-no-address-message {\n\t\t\tmargin: 0.5rem 1%;\n\t\t\tline-height: 3.4em;\n\t\t}\n\n\t\t.add-new-address {\n\t\t\tmargin: 0.5rem 1% !important;\n\t\t}\n\n\t\t.add-new-address-form-hidden {\n\t\t\tposition: absolute;\n\t\t\tright: 13px;\n\t\t\tleft: 13px;\n\t\t\ttop: 0;\n\t\t\tvisibility: hidden;\n\t\t}\n\n\t\t// Address meta-box\n\t\t.all-address {\n\t\t\t.address {\n\t\t\t\tmin-height: 146px;\n\t\t\t\tborder: 1px solid #dad9d9;\n\t\t\t\tpadding: 9px;\n\t\t\t\tborder-radius: 5px;\n\t\t\t\tbackground-color: white;\n\n\t\t\t\t.address-number-label {\n\t\t\t\t\tcolor: gray;\n\t\t\t\t\tcursor: default;\n\t\t\t\t}\n\n\t\t\t\ta {\n\t\t\t\t\ttext-decoration: none;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n","/**\r\n * Give Admin Buttons SCSS\r\n *\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2016, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n/*=Give Shortcode Button\r\n--------------------------------------*/\r\n\r\n@media screen and (max-width: 782px) {\r\n #wp-content-media-buttons a.give-thickbox {\r\n padding: 6px 14px;\r\n line-height: normal;\r\n font-size: 14px;\r\n height: auto;\r\n }\r\n .wp-media-buttons span#give-media-button {\r\n margin-top: 0 !important;\r\n margin-left: 2px !important;\r\n }\r\n}\r\n\r\n/*=Button in shortcode tinymce dialog\r\n--------------------------------------*/\r\n\r\n.mce-primary.mce-give-primary button {\r\n padding-right: 10px;\r\n padding-left: 10px;\r\n}\r\n\r\n/*=Admin Buttons w/ Icons\r\n--------------------------------------*/\r\n\r\n/* extends .wp-core-ui .button */\r\n.wp-core-ui .give-admin-button {\r\n padding-left: 7px;\r\n padding-right: 7px;\r\n}\r\n\r\n/* matches style of Add Media and Give Shortcodes buttons */\r\n.give-admin-button-icon {\r\n display: inline-block;\r\n width: 18px;\r\n height: 18px;\r\n vertical-align: text-top;\r\n margin: 0 2px;\r\n\r\n &:before {\r\n font: 400 18px/1 dashicons;\r\n speak: none;\r\n -webkit-font-smoothing: antialiased;\r\n -moz-osx-font-smoothing: grayscale;\r\n }\r\n\r\n /* specific DashIcon styles */\r\n &-update:before {\r\n content: \"\\f463\";\r\n }\r\n}\r\n","\n/* =Primary button in shortcode tinymce dialog\n-------------------------------------------------------------- */\n\n.mce-primary.mce-sc-primary button {\n\tpadding-right: 10px;\n\tpadding-left: 10px;\n}\n\n.mce-sc-popup {\n\ta {\n\t\ttext-decoration: underline;\n\t}\n\tp {\n\t\tmargin-bottom: 1em;\n\t\t&.strong {\n\t\t\tfont-weight: 600;\n\t\t}\n\t\t&.no-margin {\n\t\t\tmargin-bottom: 0;\n\t\t}\n\t\t&.margin-top {\n\t\t\tmargin-top: 1em;\n\t\t}\n\t}\n\t// Crop text which overflow in listbox.\n\t.mce-listbox button{\n\t\ttext-overflow: ellipsis;\n\t\toverflow: hidden !important;\n\t}\n}\n\n/* =Shortcode button above wp_editor\n-------------------------------------------------------------- */\n\n@media screen and (max-width: 782px) {\n\t.wp-media-buttons button.sc-button span {\n\t\twidth: 18px !important;\n\t}\n}\n\n.wp-media-buttons {\n\tbutton.sc-button {\n\t\toutline: none;\n\t\tpadding-left: 5px;\n\t\tmargin-right: 0;\n\n\t\t&:active {\n\t\t\tmargin-bottom: 5px;\n\t\t}\n\t}\n}\n\nbutton.sc-button {\n\t&:after {\n\t\tposition: relative;\n\t\tdisplay: inline-block;\n\t\ttop: -1px;\n\t\tcontent: '';\n\t\twidth: 0;\n\t\theight: 0;\n\t\tborder-top: 6px solid #777;\n\t\tborder-right: 4px solid transparent;\n\t\tborder-left: 4px solid transparent;\n\t\tmargin: 0 3px 0 6px;\n\t}\n\n\t&.active:after {\n\t\ttop: -2px;\n\t\tborder-top: 0;\n\t\tborder-bottom: 6px solid #32373c;\n\t}\n}\n\n/* =Shortcode button dropdown menu\n-------------------------------------------------------------- */\n\n.sc-wrap {\n\tposition: relative;\n\tdisplay: inline-block;\n\tmargin-right: 5px;\n}\n\ndiv.sc-menu {\n\tdisplay: none;\n\tposition: absolute;\n\ttop: 100%;\n\tleft: 0;\n\tmin-width: 100%;\n\tmax-height: 410px;\n\tfont-size: 14px;\n\tbox-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );\n\tbackground: #fff;\n\tborder: 1px solid rgba( 0, 0, 0, 0.15 );\n\toverflow: auto;\n\toverflow-x: hidden;\n\tpadding: 5px 0;\n\tmargin: -2px 0 0;\n\tz-index: 1002;\n}\n\ndiv.sc-shortcode {\n\tdisplay: block;\n\twhite-space: nowrap;\n\tcursor: pointer;\n\tpadding: 6px 12px;\n\tmargin-bottom: 2px;\n\n\t&:hover {\n\t\tcolor: #fff;\n\t}\n}\n\n/* =Shortcode tinymce dialog backdrop\n-------------------------------------------------------------- */\n\n#mce-modal-block.mce-reset.mce-fade.mce-in {\n\topacity: 0.7;\n\tfilter: alpha(opacity=70);\n}\n","/**\n * Give System Info SCSS\n *\n * @description System Info Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license https://opensource.org/licenses/gpl-3.0/ GNU Public License\n *\n * The following code is a derivative work of the code from the WooCommerce\n * plugin, which is licensed GPLv3. This code therefore is also licensed under\n * the terms of the GNU Public License, version 3.\n *\n * Copyright (c) 2015 WooThemes\n * Copyright (c) 2016 WordImpress, LLC\n*/\n\n.give-status-table {\n margin-bottom: 1em;\n\n h2 {\n\tfont-size: 14px;\n\tmargin: 0;\n }\n\n tr {\n\t&:nth-child(2n) {\n\t th,\n\t td {\n\t\tbackground: #fcfcfc;\n\t }\n\t}\n }\n\n th {\n\tfont-weight: 700;\n\tpadding: 9px;\n }\n\n td:first-child {\n\twidth: 33%;\n }\n\n td.help {\n\twidth: 1em;\n }\n\n td {\n\tpadding: 9px;\n\tfont-size: 1.1em;\n\n\tmark {\n\t background: transparent none;\n\t}\n\n\tmark.yes {\n\t color: $green;\n\t}\n\n\tmark.no {\n\t color: #999;\n\t}\n\n\tmark.error {\n\t color: $red;\n\t}\n\n\tul {\n\t margin: 0;\n\t}\n }\n}\n\n/* System info download header */\n.wrap div.give-debug-report-wrapper {\n margin-bottom: 5px;\n p {\n\tfont-size: 18px;\n\tmargin: 1em 0 0.7em;\n\tpadding: 0;\n }\n\n .give-debug-report-actions {\n\tmargin: 0 0 1.7em;\n\t.js-give-debug-report-button {\n\t margin-right: 10px;\n\t}\n\t.dashicons {\n\t font-size: 16px;\n\t position: relative;\n\t top: 4px;\n\t left: -2px;\n\t}\n }\n}\n\n.give-debug-report {\n display: none;\n margin: 10px 0;\n padding: 0;\n position: relative;\n\n textarea {\n\tfont-family: monospace;\n\twidth: 100%;\n\tmargin: 0;\n\theight: 300px;\n\tpadding: 20px;\n\t-moz-border-radius: 0;\n\t-webkit-border-radius: 0;\n\tborder-radius: 0;\n\tresize: none;\n\tfont-size: 12px;\n\tline-height: 20px;\n\toutline: 0;\n }\n}\n","//---------------------------------------------------------\n//Progress Bar Styles\n//---------------------------------------------------------\n.give-progress {\n\theight: 15px;\n\twidth: 95%;\n\tborder-radius: 4px;\n\toverflow: hidden;\n\tbackground-color: whitesmoke;\n\n\t> div {\n\t\theight: 100%;\n\t\twidth: 0;\n\t}\n\n}\n\n.admin-color-fresh .give-progress div, .give-progress div {\n\tbackground: #0073aa;\n}\n\n.admin-color-light .give-progress div {\n\tbackground: #888;\n}\n\n.admin-color-blue .give-progress div {\n\tbackground: #096484;\n}\n\n.admin-color-coffee .give-progress div {\n\tbackground: #c7a589;\n}\n\n.admin-color-ectoplasm .give-progress div {\n\tbackground: #a3b745;\n}\n\n.admin-color-midnight .give-progress div {\n\tbackground: #e14d43;\n}\n\n.admin-color-sunrise .give-progress div {\n\tbackground: #dd823b;\n}\n\n\n/**\n * Spinner\n */\n.give-spinner-wrapper{\n\tposition: absolute;\n\tleft: 0;\n\tright: 0;\n\tbottom: 0;\n\ttop: 0;\n\tbackground: rgba(245, 245, 245, 0.57);\n\tz-index: 1;\n\tdisplay: none;\n\n\t&.is-active{\n\t\tdisplay: inline-block;\n\t}\n\n\t.aligncenter{\n\t\tposition: absolute;\n\t\ttop: 50%;\n\t\tleft: 50%;\n\t\tmargin: 10px 10px 0 0;\n\t}\n}\n\n.give-spinner {\n\t&.spinner.is-active{\n\t\tmargin: 0 0 0 2px;\n\t\tfloat: none;\n\t}\n}","/**\n * Give Updates Panel SCSS\n *\n * @description Updates Panel Styles\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2017, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n#give-updates-h1 {\n padding-top: 0;\n}\n\n.give-update-panel-content p {\n font-size: 16px;\n}\n\n#give-updates .dashicons-no-alt {\n color: red;\n}\n\n#give-updates .dashicons-yes {\n color: green;\n}\n\n#give-db-updates .spinner {\n margin-top:0;\n}\n\nbody.give_forms_page_give-updates {\n\t.give-run-update-containt {\n\t\t.give-run-update-button {\n\t\t\tmargin-right: 10px;\n\t\t}\n\t}\n}\n\n#give-plugin-updates {\n\t.panel-content {\n\t\ttable {\n\t\t\ttr {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\t\t}\n\t}\n}","/**\n * Give Blank Slate\n *\n * @package Give\n * @subpackage SCSS/Admin\n * @copyright Copyright (c) 2016, WordImpress\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\n*/\n\n.give-blank-slate {\n\tbackground: white;\n\tborder: 1px solid #e5e5e5;\n\tbox-shadow: 0 1px 1px rgba( 0,0,0,0.04 );\n\tmargin: 0 auto;\n\tpadding: 40px;\n\ttext-align: center;\n\n\t:last-child {\n\t\tmargin-bottom: 0;\n\t}\n\n\t&__heading,\n\t&__message,\n\t&__cta,\n\t&__help {\n\t\tmargin: 0 0 10px;\n\t}\n\n\t&__image {\n\t\tdisplay: block;\n\t\theight: 80px;\n\t\tmargin: 0 auto 10px;\n\t\twidth: auto;\n\t}\n\n\t&__help {\n\t\tcolor: #666;\n\t\tfont-style: italic;\n\n\t\ta {\n\t\t\tdisplay: inline-block;\n\t\t\ttext-decoration: underline;\n\t\t}\n\t}\n}\n\n// Extra selectors needed to override WP Core styles.\n.give-blank-slate a.give-blank-slate__cta {\n\tdisplay: inline-block;\n\tfont-size: 1.2em;\n\theight: auto;\n\tmargin: 0 0 10px;\n\tpadding: .75em 1.5em;\n}\n","/**\r\n * Give Donations Importer\r\n *\r\n * @description Payment History Styles\r\n * @package Give\r\n * @subpackage SCSS/Admin\r\n * @copyright Copyright (c) 2017, WordImpress\r\n * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License\r\n*/\r\n\r\n.give-tools-setting-page-import {\r\n h1.handle {\r\n\tpadding: 15px 0 0;\r\n }\r\n .give-progress-steps {\r\n\twidth: 100%;\r\n\tpadding: 0 0 24px;\r\n\tmargin-left: 0;\r\n\tlist-style: none outside;\r\n\toverflow: hidden;\r\n\tdisplay: -webkit-inline-flex;\r\n\tdisplay: -ms-inline-flexbox;\r\n\tdisplay: inline-flex;\r\n\tli {\r\n\t width: 25%;\r\n\t float: left;\r\n\t padding: 0 0 1.2em;\r\n\t margin: 0;\r\n\t text-align: center;\r\n\t position: relative;\r\n\t border-bottom: 4px solid #ccc;\r\n\t line-height: 1.4em;\r\n\t}\r\n\r\n\tli.active {\r\n\t border-color: #4ead61;\r\n\t color: #4ead61;\r\n\r\n\t &:before {\r\n\t\tborder-color: #4ead61;\r\n\t\tcolor: #4ead61;\r\n\t\tbackground: #4ead61;\r\n\t }\r\n\t}\r\n\r\n\tli::before {\r\n\t content: '';\r\n\t border: 4px solid #ccc;\r\n\t border-radius: 100%;\r\n\t width: 10px;\r\n\t height: 10px;\r\n\t position: absolute;\r\n\t bottom: 0;\r\n\t left: 50%;\r\n\t margin-left: -6px;\r\n\t margin-bottom: -10px;\r\n\t background: #fff;\r\n\t}\r\n }\r\n\r\n .step-4 {\r\n\th2 {\r\n\t text-align: center;\r\n\t font-size: 20px !important;\r\n\t}\r\n\tp {\r\n\t text-align: center;\r\n\t}\r\n }\r\n\r\n .button-secondary.step-4, .give-image-thumb {\r\n\tdisplay: none;\r\n }\r\n\r\n h2#give-import-title {\r\n\tbackground: #f3f3f3;\r\n\tfont-size: 15px;\r\n\tfont-weight: 600;\r\n\tmargin: -8px -22px 11px;\r\n\tpadding: 12px 22px;\r\n }\r\n}\r\n\r\n\r\n.give-import-core-settings {\r\n\t.give-progress-steps {\r\n\t\tli {\r\n\t\t\twidth: 33.33%;\r\n\t\t}\r\n\t}\r\n\r\n\t.step-3 {\r\n\t\th2 {\r\n\t\t\ttext-align: center;\r\n\t\t\tfont-size: 20px !important;\r\n\t\t}\r\n\t\tp {\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\t}\r\n}\r\n\r\nform.give-import-form table.widefat {\r\n border:none;\r\n}\r\n\r\n.wrap .give-importer-h1 {\r\n margin: 0;\r\n padding: 20px 0;\r\n}"],"names":[],"mappings":"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","sourceRoot":"/source/"}
|
give.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: The most robust, flexible, and intuitive way to accept donations on WordPress.
|
6 |
* Author: WordImpress
|
7 |
* Author URI: https://wordimpress.com
|
8 |
-
* Version: 2.0.
|
9 |
* Text Domain: give
|
10 |
* Domain Path: /languages
|
11 |
* GitHub Plugin URI: https://github.com/WordImpress/Give
|
@@ -365,7 +365,7 @@ if ( ! class_exists( 'Give' ) ) :
|
|
365 |
|
366 |
// Plugin version
|
367 |
if ( ! defined( 'GIVE_VERSION' ) ) {
|
368 |
-
define( 'GIVE_VERSION', '2.0.
|
369 |
}
|
370 |
|
371 |
// Plugin Root File
|
5 |
* Description: The most robust, flexible, and intuitive way to accept donations on WordPress.
|
6 |
* Author: WordImpress
|
7 |
* Author URI: https://wordimpress.com
|
8 |
+
* Version: 2.0.2
|
9 |
* Text Domain: give
|
10 |
* Domain Path: /languages
|
11 |
* GitHub Plugin URI: https://github.com/WordImpress/Give
|
365 |
|
366 |
// Plugin version
|
367 |
if ( ! defined( 'GIVE_VERSION' ) ) {
|
368 |
+
define( 'GIVE_VERSION', '2.0.2' );
|
369 |
}
|
370 |
|
371 |
// Plugin Root File
|
includes/admin/class-give-settings.php
CHANGED
@@ -1495,7 +1495,7 @@ function give_hook_callback( $args ) {
|
|
1495 |
*
|
1496 |
* @since 1.8
|
1497 |
*
|
1498 |
-
* @param
|
1499 |
* @param string $compare_with
|
1500 |
*
|
1501 |
* @return bool
|
1495 |
*
|
1496 |
* @since 1.8
|
1497 |
*
|
1498 |
+
* @param mixed $value
|
1499 |
* @param string $compare_with
|
1500 |
*
|
1501 |
* @return bool
|
includes/admin/donors/class-donor-table.php
CHANGED
@@ -119,7 +119,7 @@ class Give_Donor_List_Table extends WP_List_Table {
|
|
119 |
case 'num_donations' :
|
120 |
$value = sprintf(
|
121 |
'<a href="%s">%s</a>',
|
122 |
-
admin_url( 'edit.php?post_type=give_forms&page=give-payment-history&
|
123 |
esc_html( $donor['num_donations'] )
|
124 |
);
|
125 |
break;
|
119 |
case 'num_donations' :
|
120 |
$value = sprintf(
|
121 |
'<a href="%s">%s</a>',
|
122 |
+
admin_url( 'edit.php?post_type=give_forms&page=give-payment-history&donor=' . absint( $donor['id'] ) ),
|
123 |
esc_html( $donor['num_donations'] )
|
124 |
);
|
125 |
break;
|
includes/admin/donors/donors.php
CHANGED
@@ -251,9 +251,11 @@ function give_render_donor_view( $view, $callbacks ) {
|
|
251 |
<h1 class="wp-heading-inline">
|
252 |
<?php
|
253 |
printf(
|
254 |
-
/* translators: %s: donor
|
255 |
-
|
256 |
-
$
|
|
|
|
|
257 |
);
|
258 |
?>
|
259 |
</h1>
|
@@ -459,7 +461,7 @@ function give_donor_view( $donor ) {
|
|
459 |
<div id="donor-stats-wrapper" class="donor-section postbox clear">
|
460 |
<ul>
|
461 |
<li>
|
462 |
-
<a href="<?php echo admin_url( 'edit.php?post_type=give_forms&page=give-payment-history&
|
463 |
<span class="dashicons dashicons-heart"></span>
|
464 |
<?php
|
465 |
// Completed Donations.
|
251 |
<h1 class="wp-heading-inline">
|
252 |
<?php
|
253 |
printf(
|
254 |
+
/* translators: %s: donor first name */
|
255 |
+
__( 'Edit Donor #%s: %s %s', 'give' ),
|
256 |
+
$donor->id,
|
257 |
+
$donor->get_first_name(),
|
258 |
+
$donor->get_last_name()
|
259 |
);
|
260 |
?>
|
261 |
</h1>
|
461 |
<div id="donor-stats-wrapper" class="donor-section postbox clear">
|
462 |
<ul>
|
463 |
<li>
|
464 |
+
<a href="<?php echo admin_url( 'edit.php?post_type=give_forms&page=give-payment-history&donor=' . absint( $donor->id ) ); ?>">
|
465 |
<span class="dashicons dashicons-heart"></span>
|
466 |
<?php
|
467 |
// Completed Donations.
|
includes/admin/payments/class-payments-table.php
CHANGED
@@ -153,11 +153,11 @@ class Give_Payment_History_Table extends WP_List_Table {
|
|
153 |
* @return void
|
154 |
*/
|
155 |
public function advanced_filters() {
|
156 |
-
$start_date = isset( $_GET['start-date'] ) ?
|
157 |
-
$end_date = isset( $_GET['end-date'] ) ?
|
158 |
-
$status = isset( $_GET['status'] ) ?
|
159 |
-
$donor = isset( $_GET['donor'] ) ?
|
160 |
-
$search = isset( $_GET['s'] ) ?
|
161 |
$form_id = ! empty( $_GET['form_id'] ) ? absint( $_GET['form_id'] ) : 0;
|
162 |
?>
|
163 |
<div id="give-payment-filters" class="give-filters">
|
@@ -200,11 +200,11 @@ class Give_Payment_History_Table extends WP_List_Table {
|
|
200 |
* @since 1.8.18
|
201 |
*/
|
202 |
do_action( 'give_payment_table_advanced_filters' );
|
|
|
203 |
?>
|
204 |
|
205 |
-
|
206 |
-
|
207 |
-
<?php endif; ?>
|
208 |
|
209 |
<div class="give-filter">
|
210 |
<?php submit_button( __( 'Apply', 'give' ), 'secondary', '', false ); ?>
|
153 |
* @return void
|
154 |
*/
|
155 |
public function advanced_filters() {
|
156 |
+
$start_date = isset( $_GET['start-date'] ) ? give_clean( $_GET['start-date'] ) : null;
|
157 |
+
$end_date = isset( $_GET['end-date'] ) ? give_clean( $_GET['end-date'] ) : null;
|
158 |
+
$status = isset( $_GET['status'] ) ? give_clean( $_GET['status'] ) : '';
|
159 |
+
$donor = isset( $_GET['donor'] ) ? absint( $_GET['donor'] ) : '';
|
160 |
+
$search = isset( $_GET['s'] ) ? give_clean( $_GET['s'] ) : '';
|
161 |
$form_id = ! empty( $_GET['form_id'] ) ? absint( $_GET['form_id'] ) : 0;
|
162 |
?>
|
163 |
<div id="give-payment-filters" class="give-filters">
|
200 |
* @since 1.8.18
|
201 |
*/
|
202 |
do_action( 'give_payment_table_advanced_filters' );
|
203 |
+
|
204 |
?>
|
205 |
|
206 |
+
<input type="hidden" name="status" value="<?php echo $status; ?>"/>
|
207 |
+
<input type="hidden" name="donor" value="<?php echo $donor; ?>"/>
|
|
|
208 |
|
209 |
<div class="give-filter">
|
210 |
<?php submit_button( __( 'Apply', 'give' ), 'secondary', '', false ); ?>
|
includes/admin/payments/payments-history.php
CHANGED
@@ -24,9 +24,6 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
24 |
* @return void
|
25 |
*/
|
26 |
function give_payment_history_page() {
|
27 |
-
|
28 |
-
$give_payment = get_post_type_object( 'give_payment' );
|
29 |
-
|
30 |
if ( isset( $_GET['view'] ) && 'view-payment-details' == $_GET['view'] ) {
|
31 |
require_once GIVE_PLUGIN_DIR . 'includes/admin/payments/view-payment-details.php';
|
32 |
} else {
|
@@ -58,7 +55,13 @@ function give_payment_history_page() {
|
|
58 |
<form id="give-payments-filter" method="get" action="<?php echo admin_url( 'edit.php?post_type=give_forms&page=give-payment-history' ); ?>">
|
59 |
<input type="hidden" name="post_type" value="give_forms" />
|
60 |
<input type="hidden" name="page" value="give-payment-history" />
|
61 |
-
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
</form>
|
63 |
|
64 |
<?php
|
24 |
* @return void
|
25 |
*/
|
26 |
function give_payment_history_page() {
|
|
|
|
|
|
|
27 |
if ( isset( $_GET['view'] ) && 'view-payment-details' == $_GET['view'] ) {
|
28 |
require_once GIVE_PLUGIN_DIR . 'includes/admin/payments/view-payment-details.php';
|
29 |
} else {
|
55 |
<form id="give-payments-filter" method="get" action="<?php echo admin_url( 'edit.php?post_type=give_forms&page=give-payment-history' ); ?>">
|
56 |
<input type="hidden" name="post_type" value="give_forms" />
|
57 |
<input type="hidden" name="page" value="give-payment-history" />
|
58 |
+
<?php
|
59 |
+
if ( ! empty( $_GET['donor'] ) ) {
|
60 |
+
echo sprintf( '<input type="hidden" name="donor" value="%s"/>', absint( $_GET['donor'] ) );
|
61 |
+
}
|
62 |
+
|
63 |
+
$payments_table->display();
|
64 |
+
?>
|
65 |
</form>
|
66 |
|
67 |
<?php
|
includes/admin/shortcodes/abstract-shortcode-generator.php
CHANGED
@@ -271,7 +271,7 @@ abstract class Give_Shortcode_Generator {
|
|
271 |
}
|
272 |
|
273 |
/**
|
274 |
-
* Generate a TinyMCE listbox field for a post_type
|
275 |
*
|
276 |
* @param array $field
|
277 |
*
|
@@ -289,12 +289,15 @@ abstract class Give_Shortcode_Generator {
|
|
289 |
);
|
290 |
|
291 |
$args = wp_parse_args( (array) $field['query_args'], $args );
|
292 |
-
$posts =
|
293 |
$options = array();
|
294 |
|
295 |
-
if ( $posts ) {
|
296 |
-
|
297 |
-
$
|
|
|
|
|
|
|
298 |
}
|
299 |
|
300 |
$field['type'] = 'listbox';
|
271 |
}
|
272 |
|
273 |
/**
|
274 |
+
* Generate a TinyMCE listbox field for a post_type.
|
275 |
*
|
276 |
* @param array $field
|
277 |
*
|
289 |
);
|
290 |
|
291 |
$args = wp_parse_args( (array) $field['query_args'], $args );
|
292 |
+
$posts = new WP_Query( $args );
|
293 |
$options = array();
|
294 |
|
295 |
+
if ( $posts->have_posts() ) {
|
296 |
+
while ( $posts->have_posts() ) {
|
297 |
+
$posts->the_post();
|
298 |
+
$post_title = get_the_title();
|
299 |
+
$post_id = get_the_ID();
|
300 |
+
$options[ absint( $post_id ) ] = ( empty( $post_title ) ? sprintf( __( 'Untitled (#%s)', 'give' ), $post_id ) : $post_title );
|
301 |
}
|
302 |
|
303 |
$field['type'] = 'listbox';
|
includes/admin/tools/data/class-give-tools-delete-import-donors.php
CHANGED
@@ -102,6 +102,15 @@ class Give_Tools_Import_Donors extends Give_Batch_Export {
|
|
102 |
*/
|
103 |
public $donor_ids = array();
|
104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
/**
|
106 |
* Get the Export Data
|
107 |
*
|
@@ -188,7 +197,7 @@ class Give_Tools_Import_Donors extends Give_Batch_Export {
|
|
188 |
// Add the donation id in side the array.
|
189 |
$donation_ids[] = $post->ID;
|
190 |
|
191 |
-
$donor_id = (int)
|
192 |
if ( ! empty( $donor_id ) ) {
|
193 |
$donor = new Give_Donor( $donor_id );
|
194 |
if ( ! empty( $donor->id ) ) {
|
@@ -344,7 +353,7 @@ class Give_Tools_Import_Donors extends Give_Batch_Export {
|
|
344 |
$form_ids = (array) $this->get_option( $this->form_key );
|
345 |
|
346 |
foreach ( $donation_ids as $item ) {
|
347 |
-
$form_ids[] =
|
348 |
|
349 |
// Delete the main payment.
|
350 |
give_delete_donation( absint( $item ) );
|
102 |
*/
|
103 |
public $donor_ids = array();
|
104 |
|
105 |
+
/**
|
106 |
+
* Constructor.
|
107 |
+
*/
|
108 |
+
public function __construct( $_step = 1 ) {
|
109 |
+
parent::__construct( $_step );
|
110 |
+
|
111 |
+
$this->is_writable = true;
|
112 |
+
}
|
113 |
+
|
114 |
/**
|
115 |
* Get the Export Data
|
116 |
*
|
197 |
// Add the donation id in side the array.
|
198 |
$donation_ids[] = $post->ID;
|
199 |
|
200 |
+
$donor_id = (int) give_get_meta( $post->ID, '_give_payment_customer_id', true );
|
201 |
if ( ! empty( $donor_id ) ) {
|
202 |
$donor = new Give_Donor( $donor_id );
|
203 |
if ( ! empty( $donor->id ) ) {
|
353 |
$form_ids = (array) $this->get_option( $this->form_key );
|
354 |
|
355 |
foreach ( $donation_ids as $item ) {
|
356 |
+
$form_ids[] = give_get_meta( $item, '_give_payment_form_id', true );
|
357 |
|
358 |
// Delete the main payment.
|
359 |
give_delete_donation( absint( $item ) );
|
includes/admin/tools/data/class-give-tools-delete-test-donors.php
CHANGED
@@ -95,6 +95,15 @@ class Give_Tools_Delete_Donors extends Give_Batch_Export {
|
|
95 |
*/
|
96 |
public $donor_ids = array();
|
97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
/**
|
99 |
* Get the Export Data
|
100 |
*
|
95 |
*/
|
96 |
public $donor_ids = array();
|
97 |
|
98 |
+
/**
|
99 |
+
* Constructor.
|
100 |
+
*/
|
101 |
+
public function __construct( $_step = 1 ) {
|
102 |
+
parent::__construct( $_step );
|
103 |
+
|
104 |
+
$this->is_writable = true;
|
105 |
+
}
|
106 |
+
|
107 |
/**
|
108 |
* Get the Export Data
|
109 |
*
|
includes/admin/tools/data/class-give-tools-delete-test-transactions.php
CHANGED
@@ -43,6 +43,15 @@ class Give_Tools_Delete_Test_Transactions extends Give_Batch_Export {
|
|
43 |
*/
|
44 |
public $per_step = 30;
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
/**
|
47 |
* Get the Export Data
|
48 |
*
|
43 |
*/
|
44 |
public $per_step = 30;
|
45 |
|
46 |
+
/**
|
47 |
+
* Constructor.
|
48 |
+
*/
|
49 |
+
public function __construct( $_step = 1 ) {
|
50 |
+
parent::__construct( $_step );
|
51 |
+
|
52 |
+
$this->is_writable = true;
|
53 |
+
}
|
54 |
+
|
55 |
/**
|
56 |
* Get the Export Data
|
57 |
*
|
includes/admin/tools/data/class-give-tools-recount-all-stats.php
CHANGED
@@ -70,6 +70,15 @@ class Give_Tools_Recount_All_Stats extends Give_Batch_Export {
|
|
70 |
*/
|
71 |
public $done = false;
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
/**
|
74 |
* Get the recount all stats data
|
75 |
*
|
70 |
*/
|
71 |
public $done = false;
|
72 |
|
73 |
+
/**
|
74 |
+
* Constructor.
|
75 |
+
*/
|
76 |
+
public function __construct( $_step = 1 ) {
|
77 |
+
parent::__construct( $_step );
|
78 |
+
|
79 |
+
$this->is_writable = true;
|
80 |
+
}
|
81 |
+
|
82 |
/**
|
83 |
* Get the recount all stats data
|
84 |
*
|
includes/admin/tools/data/class-give-tools-recount-donor-stats.php
CHANGED
@@ -45,6 +45,15 @@ class Give_Tools_Recount_Donor_Stats extends Give_Batch_Export {
|
|
45 |
*/
|
46 |
public $per_step = 5;
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
/**
|
49 |
* Get the Export Data
|
50 |
*
|
45 |
*/
|
46 |
public $per_step = 5;
|
47 |
|
48 |
+
/**
|
49 |
+
* Constructor.
|
50 |
+
*/
|
51 |
+
public function __construct( $_step = 1 ) {
|
52 |
+
parent::__construct( $_step );
|
53 |
+
|
54 |
+
$this->is_writable = true;
|
55 |
+
}
|
56 |
+
|
57 |
/**
|
58 |
* Get the Export Data
|
59 |
*
|
includes/admin/tools/data/class-give-tools-recount-form-stats.php
CHANGED
@@ -50,6 +50,15 @@ class Give_Tools_Recount_Form_Stats extends Give_Batch_Export {
|
|
50 |
*/
|
51 |
protected $form_id = null;
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
/**
|
54 |
* Get the Export Data
|
55 |
*
|
50 |
*/
|
51 |
protected $form_id = null;
|
52 |
|
53 |
+
/**
|
54 |
+
* Constructor.
|
55 |
+
*/
|
56 |
+
public function __construct( $_step = 1 ) {
|
57 |
+
parent::__construct( $_step );
|
58 |
+
|
59 |
+
$this->is_writable = true;
|
60 |
+
}
|
61 |
+
|
62 |
/**
|
63 |
* Get the Export Data
|
64 |
*
|
includes/admin/tools/data/class-give-tools-recount-income.php
CHANGED
@@ -43,6 +43,14 @@ class Give_Tools_Recount_Income extends Give_Batch_Export {
|
|
43 |
*/
|
44 |
public $per_step = 100;
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
/**
|
47 |
* Get the Export Data
|
48 |
*
|
43 |
*/
|
44 |
public $per_step = 100;
|
45 |
|
46 |
+
/**
|
47 |
+
* Constructor.
|
48 |
+
*/
|
49 |
+
public function __construct( $_step = 1 ) {
|
50 |
+
parent::__construct( $_step );
|
51 |
+
|
52 |
+
$this->is_writable = true;
|
53 |
+
}
|
54 |
/**
|
55 |
* Get the Export Data
|
56 |
*
|
includes/admin/tools/data/class-give-tools-recount-single-donor-stats.php
CHANGED
@@ -43,6 +43,15 @@ class Give_Tools_Recount_Single_Customer_Stats extends Give_Batch_Export {
|
|
43 |
*/
|
44 |
public $per_step = 10;
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
/**
|
47 |
* Get the Export Data
|
48 |
*
|
43 |
*/
|
44 |
public $per_step = 10;
|
45 |
|
46 |
+
/**
|
47 |
+
* Constructor.
|
48 |
+
*/
|
49 |
+
public function __construct( $_step = 1 ) {
|
50 |
+
parent::__construct( $_step );
|
51 |
+
|
52 |
+
$this->is_writable = true;
|
53 |
+
}
|
54 |
+
|
55 |
/**
|
56 |
* Get the Export Data
|
57 |
*
|
includes/admin/tools/data/class-give-tools-reset-stats.php
CHANGED
@@ -46,6 +46,15 @@ class Give_Tools_Reset_Stats extends Give_Batch_Export {
|
|
46 |
*/
|
47 |
public $per_step = 30;
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
/**
|
50 |
* Get the Export Data
|
51 |
*
|
@@ -104,11 +113,11 @@ class Give_Tools_Reset_Stats extends Give_Batch_Export {
|
|
104 |
|
105 |
switch ( $type ) {
|
106 |
case 'customers':
|
107 |
-
$sql[]
|
108 |
-
$table_name
|
109 |
-
$meta_table_name = $wpdb->
|
110 |
-
$sql[]
|
111 |
-
$sql[]
|
112 |
break;
|
113 |
case 'forms':
|
114 |
$sql[] = "UPDATE {$meta_table['name']} SET meta_value = 0 WHERE meta_key = '_give_form_sales' AND {$meta_table['column']['id']} IN ($ids)";
|
46 |
*/
|
47 |
public $per_step = 30;
|
48 |
|
49 |
+
/**
|
50 |
+
* Constructor.
|
51 |
+
*/
|
52 |
+
public function __construct( $_step = 1 ) {
|
53 |
+
parent::__construct( $_step );
|
54 |
+
|
55 |
+
$this->is_writable = true;
|
56 |
+
}
|
57 |
+
|
58 |
/**
|
59 |
* Get the Export Data
|
60 |
*
|
113 |
|
114 |
switch ( $type ) {
|
115 |
case 'customers':
|
116 |
+
$sql[] = "DELETE FROM $wpdb->donors WHERE id IN ($ids)";
|
117 |
+
$table_name = $wpdb->donors;
|
118 |
+
$meta_table_name = $wpdb->donormeta;
|
119 |
+
$sql[] = "DELETE FROM $table_name WHERE id IN ($ids)";
|
120 |
+
$sql[] = "DELETE FROM $meta_table_name WHERE donor_id IN ($ids)";
|
121 |
break;
|
122 |
case 'forms':
|
123 |
$sql[] = "UPDATE {$meta_table['name']} SET meta_value = 0 WHERE meta_key = '_give_form_sales' AND {$meta_table['column']['id']} IN ($ids)";
|
includes/admin/upgrades/class-give-updates.php
CHANGED
@@ -401,7 +401,7 @@ class Give_Updates {
|
|
401 |
* @param Give_Updates $give_updates
|
402 |
*/
|
403 |
public function __health_background_update( $give_updates ) {
|
404 |
-
if( ! $this->is_doing_updates() ) {
|
405 |
return;
|
406 |
}
|
407 |
|
@@ -409,10 +409,16 @@ class Give_Updates {
|
|
409 |
$batch_data_count = count( $batch->data );
|
410 |
$all_updates = $give_updates->get_updates( 'database', 'all' );
|
411 |
$all_update_ids = wp_list_pluck( $all_updates, 'id' );
|
412 |
-
$all_batch_update_ids = ! empty( $batch ) ? wp_list_pluck( $batch->data, 'id' ) : array();
|
413 |
$log_data = '';
|
|
|
414 |
|
415 |
-
if
|
|
|
|
|
|
|
|
|
|
|
416 |
|
417 |
foreach ( $batch->data as $index => $update ) {
|
418 |
$log_data = print_r( $update, true ) . "\n";
|
@@ -439,21 +445,21 @@ class Give_Updates {
|
|
439 |
}
|
440 |
}
|
441 |
|
442 |
-
if( $new_updates = $this->get_updates( 'database', 'new' ) ){
|
443 |
-
$all_batch_update_ids = ! empty( $batch ) ? wp_list_pluck( $batch->data, 'id' ) : array();
|
444 |
|
445 |
foreach ( $new_updates as $index => $new_update ) {
|
446 |
-
if( give_has_upgrade_completed( $new_update['id'] ) || in_array( $new_update['id'], $all_batch_update_ids ) ) {
|
447 |
-
unset( $new_updates[$index] );
|
448 |
}
|
449 |
}
|
450 |
|
451 |
-
if( ! empty( $new_updates ) ) {
|
452 |
$log_data .= 'Adding new update: ' . "\n";
|
453 |
$log_data .= print_r( $new_updates, true ) . "\n";
|
454 |
|
455 |
-
$batch->data = array_merge( $batch->data, $new_updates );
|
456 |
-
update_option( 'give_db_update_count',
|
457 |
}
|
458 |
}
|
459 |
|
@@ -461,15 +467,29 @@ class Give_Updates {
|
|
461 |
$log_data .= 'Updating batch' . "\n";
|
462 |
$log_data .= print_r( $batch, true );
|
463 |
|
464 |
-
update_option( $batch->key, $batch->data );
|
465 |
-
|
466 |
-
// Reset update info.
|
467 |
-
$doing_upgrade_args = get_option( 'give_doing_upgrade' );
|
468 |
-
// $doing_upgrade_args['update'] = $give_updates->update;
|
469 |
$doing_upgrade_args['heading'] = sprintf( 'Update %s of %s', $doing_upgrade_args['update'], get_option( 'give_db_update_count' ) );
|
470 |
$doing_upgrade_args['total_percentage'] = $this->get_db_update_processing_percentage();
|
471 |
update_option( 'give_doing_upgrade', $doing_upgrade_args );
|
472 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
473 |
Give()->logs->add( 'Update Health Check', $log_data, 0, 'update' );
|
474 |
}
|
475 |
}
|
@@ -539,7 +559,7 @@ class Give_Updates {
|
|
539 |
array(
|
540 |
'id' => 'give_db_upgrade_ajax_inaccessible',
|
541 |
'type' => 'error',
|
542 |
-
'description' => sprintf( '%1$s <a href="%2$s">%3$s</a>', __( 'Give needs to upgrade the database but cannot because AJAX does not appear accessible. This could be because your website is password protected, in maintenance mode, or has a specific hosting configuration or plugin active that is preventing access.', 'give' ), 'http://docs.givewp.com/admin-ajax-error', __( 'Read More', 'give' ) . ' »' ),
|
543 |
'show' => true,
|
544 |
)
|
545 |
);
|
401 |
* @param Give_Updates $give_updates
|
402 |
*/
|
403 |
public function __health_background_update( $give_updates ) {
|
404 |
+
if ( ! $this->is_doing_updates() ) {
|
405 |
return;
|
406 |
}
|
407 |
|
409 |
$batch_data_count = count( $batch->data );
|
410 |
$all_updates = $give_updates->get_updates( 'database', 'all' );
|
411 |
$all_update_ids = wp_list_pluck( $all_updates, 'id' );
|
412 |
+
$all_batch_update_ids = ! empty( $batch->data ) ? wp_list_pluck( $batch->data, 'id' ) : array();
|
413 |
$log_data = '';
|
414 |
+
$doing_upgrade_args = get_option( 'give_doing_upgrade' );
|
415 |
|
416 |
+
if( ! empty( $doing_upgrade_args ) ) {
|
417 |
+
$log_data .= 'Doing update:' . "\n";
|
418 |
+
$log_data .= print_r( $doing_upgrade_args, true ) . "\n";
|
419 |
+
}
|
420 |
+
|
421 |
+
if ( ! empty( $batch->data ) ) {
|
422 |
|
423 |
foreach ( $batch->data as $index => $update ) {
|
424 |
$log_data = print_r( $update, true ) . "\n";
|
445 |
}
|
446 |
}
|
447 |
|
448 |
+
if ( $new_updates = $this->get_updates( 'database', 'new' ) ) {
|
449 |
+
$all_batch_update_ids = ! empty( $batch->data ) ? wp_list_pluck( $batch->data, 'id' ) : array();
|
450 |
|
451 |
foreach ( $new_updates as $index => $new_update ) {
|
452 |
+
if ( give_has_upgrade_completed( $new_update['id'] ) || in_array( $new_update['id'], $all_batch_update_ids ) ) {
|
453 |
+
unset( $new_updates[ $index ] );
|
454 |
}
|
455 |
}
|
456 |
|
457 |
+
if ( ! empty( $new_updates ) ) {
|
458 |
$log_data .= 'Adding new update: ' . "\n";
|
459 |
$log_data .= print_r( $new_updates, true ) . "\n";
|
460 |
|
461 |
+
$batch->data = array_merge( (array) $batch->data, $new_updates );
|
462 |
+
update_option( 'give_db_update_count', ( absint( get_option( 'give_db_update_count' ) ) + count( $new_updates ) ) );
|
463 |
}
|
464 |
}
|
465 |
|
467 |
$log_data .= 'Updating batch' . "\n";
|
468 |
$log_data .= print_r( $batch, true );
|
469 |
|
|
|
|
|
|
|
|
|
|
|
470 |
$doing_upgrade_args['heading'] = sprintf( 'Update %s of %s', $doing_upgrade_args['update'], get_option( 'give_db_update_count' ) );
|
471 |
$doing_upgrade_args['total_percentage'] = $this->get_db_update_processing_percentage();
|
472 |
update_option( 'give_doing_upgrade', $doing_upgrade_args );
|
473 |
|
474 |
+
if ( ! empty( $batch->key ) ) {
|
475 |
+
update_option( $batch->key, $batch->data );
|
476 |
+
} else {
|
477 |
+
|
478 |
+
update_option( 'give_db_update_count', count( $batch->data ) );
|
479 |
+
|
480 |
+
$doing_upgrade_args['update'] = $give_updates->update;
|
481 |
+
$doing_upgrade_args['heading'] = sprintf( 'Update %s of %s', 1, count( $batch->data ) );
|
482 |
+
|
483 |
+
update_option( 'give_doing_upgrade', $doing_upgrade_args );
|
484 |
+
|
485 |
+
foreach ( $batch->data as $data ) {
|
486 |
+
Give_Updates::$background_updater->push_to_queue( $data );
|
487 |
+
}
|
488 |
+
|
489 |
+
Give_Updates::$background_updater->save();
|
490 |
+
}
|
491 |
+
|
492 |
+
|
493 |
Give()->logs->add( 'Update Health Check', $log_data, 0, 'update' );
|
494 |
}
|
495 |
}
|
559 |
array(
|
560 |
'id' => 'give_db_upgrade_ajax_inaccessible',
|
561 |
'type' => 'error',
|
562 |
+
'description' => sprintf( '%1$s <a href="%2$s" target="_blank">%3$s</a>', __( 'Give needs to upgrade the database but cannot because AJAX does not appear accessible. This could be because your website is password protected, in maintenance mode, or has a specific hosting configuration or plugin active that is preventing access.', 'give' ), 'http://docs.givewp.com/admin-ajax-error', __( 'Read More', 'give' ) . ' »' ),
|
563 |
'show' => true,
|
564 |
)
|
565 |
);
|
includes/admin/upgrades/upgrade-functions.php
CHANGED
@@ -86,6 +86,33 @@ function give_do_automatic_upgrades() {
|
|
86 |
Give_Updates::$background_updater->dispatch();
|
87 |
}
|
88 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
$did_upgrade = true;
|
90 |
}
|
91 |
|
@@ -2192,33 +2219,30 @@ function give_v201_create_tables(){
|
|
2192 |
* @return void
|
2193 |
*/
|
2194 |
function give_v201_upgrades_payment_metadata_callback() {
|
2195 |
-
global $wpdb;
|
2196 |
$give_updates = Give_Updates::get_instance();
|
2197 |
-
|
2198 |
-
|
2199 |
-
$
|
2200 |
-
|
2201 |
-
|
2202 |
-
|
2203 |
-
|
2204 |
-
|
2205 |
-
'date_query' => array(
|
2206 |
-
'after' => array(
|
2207 |
-
'year' => 2018,
|
2208 |
-
'month' => 1,
|
2209 |
-
'day' => 8,
|
2210 |
-
),
|
2211 |
-
'inclusive' => true,
|
2212 |
)
|
2213 |
-
|
|
|
|
|
|
|
|
|
2214 |
);
|
2215 |
|
2216 |
-
if ( $
|
2217 |
-
$give_updates->set_percentage(
|
2218 |
|
2219 |
-
|
2220 |
-
$
|
2221 |
-
|
2222 |
|
2223 |
// Do not add new meta keys if already refactored.
|
2224 |
if ( $wpdb->get_var( $wpdb->prepare( "SELECT meta_id FROM $wpdb->postmeta WHERE post_id=%d AND meta_key=%s", $post->ID, '_give_payment_donor_id' ) ) ) {
|
@@ -2291,25 +2315,27 @@ function give_v201_upgrades_payment_metadata_callback() {
|
|
2291 |
* @return void
|
2292 |
*/
|
2293 |
function give_v201_move_metadata_into_new_table_callback() {
|
2294 |
-
global $wpdb;
|
2295 |
$give_updates = Give_Updates::get_instance();
|
2296 |
-
|
2297 |
-
|
2298 |
-
$payments =
|
2299 |
-
|
2300 |
-
|
2301 |
-
|
2302 |
-
|
2303 |
-
'
|
2304 |
-
|
|
|
|
|
2305 |
);
|
2306 |
|
2307 |
-
if ( $payments
|
2308 |
-
$give_updates->set_percentage(
|
2309 |
|
2310 |
-
|
2311 |
-
$
|
2312 |
-
|
2313 |
|
2314 |
$meta_data = $wpdb->get_results(
|
2315 |
$wpdb->prepare(
|
@@ -2368,25 +2394,27 @@ function give_v201_move_metadata_into_new_table_callback() {
|
|
2368 |
* @return void
|
2369 |
*/
|
2370 |
function give_v201_logs_upgrades_callback() {
|
2371 |
-
global $wpdb;
|
2372 |
$give_updates = Give_Updates::get_instance();
|
2373 |
-
|
2374 |
-
|
2375 |
-
$
|
2376 |
-
|
2377 |
-
|
2378 |
-
|
2379 |
-
|
2380 |
-
'
|
2381 |
-
|
|
|
|
|
2382 |
);
|
2383 |
|
2384 |
-
if ( $
|
2385 |
-
$give_updates->set_percentage(
|
2386 |
|
2387 |
-
|
2388 |
-
$
|
2389 |
-
|
2390 |
|
2391 |
if( $wpdb->get_results( $wpdb->prepare( "SELECT * FROM {$wpdb->prefix}give_logs WHERE ID=%d", $post->ID ) ) ) {
|
2392 |
continue;
|
@@ -2455,6 +2483,7 @@ function give_v201_logs_upgrades_callback() {
|
|
2455 |
*/
|
2456 |
function give_v201_add_missing_donors_callback(){
|
2457 |
global $wpdb;
|
|
|
2458 |
|
2459 |
if ( $wpdb->query( $wpdb->prepare( "SHOW TABLES LIKE %s", "{$wpdb->prefix}give_customers" ) ) ) {
|
2460 |
$customers = wp_list_pluck( $wpdb->get_results( "SELECT id FROM {$wpdb->prefix}give_customers" ), 'id' );
|
86 |
Give_Updates::$background_updater->dispatch();
|
87 |
}
|
88 |
|
89 |
+
$did_upgrade = true;
|
90 |
+
|
91 |
+
case version_compare( $give_version, '2.0.2', '<' ) :
|
92 |
+
// Remove 2.0.1 update to rerun on 2.0.2
|
93 |
+
$completed_upgrades = give_get_completed_upgrades();
|
94 |
+
$v201_updates = array(
|
95 |
+
'v201_upgrades_payment_metadata',
|
96 |
+
'v201_add_missing_donors',
|
97 |
+
'v201_move_metadata_into_new_table',
|
98 |
+
'v201_logs_upgrades'
|
99 |
+
);
|
100 |
+
|
101 |
+
foreach ( $v201_updates as $v201_update ) {
|
102 |
+
if( in_array( $v201_update, $completed_upgrades ) ) {
|
103 |
+
unset( $completed_upgrades[ array_search( $v201_update, $completed_upgrades )] );
|
104 |
+
}
|
105 |
+
}
|
106 |
+
|
107 |
+
update_option( 'give_completed_upgrades', $completed_upgrades );
|
108 |
+
|
109 |
+
// Do nothing on fresh install.
|
110 |
+
if( ! doing_action( 'give_upgrades' ) ) {
|
111 |
+
give_v201_create_tables();
|
112 |
+
Give_Updates::get_instance()->__health_background_update( Give_Updates::get_instance() );
|
113 |
+
Give_Updates::$background_updater->dispatch();
|
114 |
+
}
|
115 |
+
|
116 |
$did_upgrade = true;
|
117 |
}
|
118 |
|
2219 |
* @return void
|
2220 |
*/
|
2221 |
function give_v201_upgrades_payment_metadata_callback() {
|
2222 |
+
global $wpdb, $post;
|
2223 |
$give_updates = Give_Updates::get_instance();
|
2224 |
+
give_v201_create_tables();
|
2225 |
+
|
2226 |
+
$payments = $wpdb->get_col(
|
2227 |
+
"
|
2228 |
+
SELECT ID FROM $wpdb->posts
|
2229 |
+
WHERE 1=1
|
2230 |
+
AND (
|
2231 |
+
$wpdb->posts.post_date >= '2018-01-08 00:00:00'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2232 |
)
|
2233 |
+
AND $wpdb->posts.post_type = 'give_payment'
|
2234 |
+
AND {$wpdb->posts}.post_status IN ('" . implode( "','", array_keys( give_get_payment_statuses() ) ) . "')
|
2235 |
+
ORDER BY $wpdb->posts.post_date ASC
|
2236 |
+
LIMIT 100
|
2237 |
+
OFFSET " . ( 1 === $give_updates->step ? 0 : ( $give_updates->step * 100 ) )
|
2238 |
);
|
2239 |
|
2240 |
+
if ( ! empty( $payments ) ) {
|
2241 |
+
$give_updates->set_percentage( give_get_total_post_type_count( 'give_payment' ), ( $give_updates->step * 100 ) );
|
2242 |
|
2243 |
+
foreach ( $payments as $payment_id ) {
|
2244 |
+
$post = get_post( $payment_id );
|
2245 |
+
setup_postdata( $post );
|
2246 |
|
2247 |
// Do not add new meta keys if already refactored.
|
2248 |
if ( $wpdb->get_var( $wpdb->prepare( "SELECT meta_id FROM $wpdb->postmeta WHERE post_id=%d AND meta_key=%s", $post->ID, '_give_payment_donor_id' ) ) ) {
|
2315 |
* @return void
|
2316 |
*/
|
2317 |
function give_v201_move_metadata_into_new_table_callback() {
|
2318 |
+
global $wpdb, $post;
|
2319 |
$give_updates = Give_Updates::get_instance();
|
2320 |
+
give_v201_create_tables();
|
2321 |
+
|
2322 |
+
$payments = $wpdb->get_col(
|
2323 |
+
"
|
2324 |
+
SELECT ID FROM $wpdb->posts
|
2325 |
+
WHERE 1=1
|
2326 |
+
AND ( $wpdb->posts.post_type = 'give_payment' OR $wpdb->posts.post_type = 'give_forms' )
|
2327 |
+
AND {$wpdb->posts}.post_status IN ('" . implode( "','", array_keys( give_get_payment_statuses() ) ) . "')
|
2328 |
+
ORDER BY $wpdb->posts.post_date ASC
|
2329 |
+
LIMIT 100
|
2330 |
+
OFFSET " . ( 1 === $give_updates->step ? 0 : ( $give_updates->step * 100 ) )
|
2331 |
);
|
2332 |
|
2333 |
+
if ( ! empty( $payments ) ) {
|
2334 |
+
$give_updates->set_percentage( give_get_total_post_type_count( array( 'give_forms', 'give_payment' ) ), $give_updates->step * 100 );
|
2335 |
|
2336 |
+
foreach ( $payments as $payment_id ) {
|
2337 |
+
$post = get_post( $payment_id );
|
2338 |
+
setup_postdata( $post );
|
2339 |
|
2340 |
$meta_data = $wpdb->get_results(
|
2341 |
$wpdb->prepare(
|
2394 |
* @return void
|
2395 |
*/
|
2396 |
function give_v201_logs_upgrades_callback() {
|
2397 |
+
global $wpdb, $post;
|
2398 |
$give_updates = Give_Updates::get_instance();
|
2399 |
+
give_v201_create_tables();
|
2400 |
+
|
2401 |
+
$logs = $wpdb->get_col(
|
2402 |
+
"
|
2403 |
+
SELECT ID FROM $wpdb->posts
|
2404 |
+
WHERE 1=1
|
2405 |
+
AND $wpdb->posts.post_type = 'give_log'
|
2406 |
+
AND {$wpdb->posts}.post_status IN ('" . implode( "','", array_keys( give_get_payment_statuses() ) ) . "')
|
2407 |
+
ORDER BY $wpdb->posts.post_date ASC
|
2408 |
+
LIMIT 100
|
2409 |
+
OFFSET " . ( 1 === $give_updates->step ? 0 : ( $give_updates->step * 100 ) )
|
2410 |
);
|
2411 |
|
2412 |
+
if ( ! empty( $logs ) ) {
|
2413 |
+
$give_updates->set_percentage( give_get_total_post_type_count( 'give_log' ), $give_updates->step * 100 );
|
2414 |
|
2415 |
+
foreach ( $logs as $log_id ) {
|
2416 |
+
$post = get_post( $log_id );
|
2417 |
+
setup_postdata( $post );
|
2418 |
|
2419 |
if( $wpdb->get_results( $wpdb->prepare( "SELECT * FROM {$wpdb->prefix}give_logs WHERE ID=%d", $post->ID ) ) ) {
|
2420 |
continue;
|
2483 |
*/
|
2484 |
function give_v201_add_missing_donors_callback(){
|
2485 |
global $wpdb;
|
2486 |
+
give_v201_create_tables();
|
2487 |
|
2488 |
if ( $wpdb->query( $wpdb->prepare( "SHOW TABLES LIKE %s", "{$wpdb->prefix}give_customers" ) ) ) {
|
2489 |
$customers = wp_list_pluck( $wpdb->get_results( "SELECT id FROM {$wpdb->prefix}give_customers" ), 'id' );
|
includes/ajax-functions.php
CHANGED
@@ -436,7 +436,7 @@ function give_check_for_form_price_variations() {
|
|
436 |
$form_id = intval( $_POST['form_id'] );
|
437 |
$form = get_post( $form_id );
|
438 |
|
439 |
-
if ( 'give_forms'
|
440 |
die( '-2' );
|
441 |
}
|
442 |
|
@@ -486,7 +486,7 @@ function give_check_for_form_price_variations_html() {
|
|
486 |
}
|
487 |
|
488 |
$form = get_post( $form_id );
|
489 |
-
if ( ! empty( $form->post_type ) && 'give_forms'
|
490 |
wp_die();
|
491 |
}
|
492 |
|
436 |
$form_id = intval( $_POST['form_id'] );
|
437 |
$form = get_post( $form_id );
|
438 |
|
439 |
+
if ( 'give_forms' !== $form->post_type ) {
|
440 |
die( '-2' );
|
441 |
}
|
442 |
|
486 |
}
|
487 |
|
488 |
$form = get_post( $form_id );
|
489 |
+
if ( ! empty( $form->post_type ) && 'give_forms' !== $form->post_type ) {
|
490 |
wp_die();
|
491 |
}
|
492 |
|
includes/class-give-cache.php
CHANGED
@@ -68,7 +68,7 @@ class Give_Cache {
|
|
68 |
*/
|
69 |
public function setup() {
|
70 |
// Currently enable cache only for backend.
|
71 |
-
self::$instance->is_cache = give_is_setting_enabled( give_get_option( 'cache', 'enabled' ) ) && is_admin();
|
72 |
|
73 |
// weekly delete all expired cache.
|
74 |
Give_Cron::add_weekly_event( array( $this, 'delete_all_expired' ) );
|
@@ -532,8 +532,8 @@ class Give_Cache {
|
|
532 |
if ( ! empty( $donations ) ) {
|
533 |
/* @var Give_Payment $donation */
|
534 |
foreach ( $donations as $donation ) {
|
535 |
-
wp_cache_delete( $donation->ID, 'give-donations' );
|
536 |
-
wp_cache_delete( $donation->donor_id, 'give-donors' );
|
537 |
}
|
538 |
}
|
539 |
|
@@ -559,10 +559,10 @@ class Give_Cache {
|
|
559 |
$donation = new Give_Payment( $donation_id );
|
560 |
|
561 |
if ( $donation && $donation->donor_id ) {
|
562 |
-
wp_cache_delete( $donation->donor_id, 'give-donors' );
|
563 |
}
|
564 |
|
565 |
-
wp_cache_delete( $donation->ID, 'give-donations' );
|
566 |
|
567 |
self::$instance->get_incrementer( true );
|
568 |
}
|
@@ -584,7 +584,7 @@ class Give_Cache {
|
|
584 |
|
585 |
if ( ! empty( $donation_ids ) ) {
|
586 |
foreach ( $donation_ids as $donation ) {
|
587 |
-
wp_cache_delete( $donation, 'give-donations' );
|
588 |
}
|
589 |
}
|
590 |
|
@@ -607,7 +607,7 @@ class Give_Cache {
|
|
607 |
$donation = new Give_Payment( $id );
|
608 |
|
609 |
if ( $donation && $donation->donor_id ) {
|
610 |
-
wp_cache_delete( $donation->donor_id, 'give-donors' );
|
611 |
}
|
612 |
|
613 |
self::$instance->get_incrementer( true );
|
68 |
*/
|
69 |
public function setup() {
|
70 |
// Currently enable cache only for backend.
|
71 |
+
self::$instance->is_cache = ( defined( 'GIVE_CACHE' ) ? GIVE_CACHE : give_is_setting_enabled( give_get_option( 'cache', 'enabled' ) ) ) && is_admin();
|
72 |
|
73 |
// weekly delete all expired cache.
|
74 |
Give_Cron::add_weekly_event( array( $this, 'delete_all_expired' ) );
|
532 |
if ( ! empty( $donations ) ) {
|
533 |
/* @var Give_Payment $donation */
|
534 |
foreach ( $donations as $donation ) {
|
535 |
+
wp_cache_delete( $donation->ID, $this->filter_group_name( 'give-donations' ) );
|
536 |
+
wp_cache_delete( $donation->donor_id, $this->filter_group_name( 'give-donors' ) );
|
537 |
}
|
538 |
}
|
539 |
|
559 |
$donation = new Give_Payment( $donation_id );
|
560 |
|
561 |
if ( $donation && $donation->donor_id ) {
|
562 |
+
wp_cache_delete( $donation->donor_id, $this->filter_group_name( 'give-donors' ) );
|
563 |
}
|
564 |
|
565 |
+
wp_cache_delete( $donation->ID, $this->filter_group_name( 'give-donations' ) );
|
566 |
|
567 |
self::$instance->get_incrementer( true );
|
568 |
}
|
584 |
|
585 |
if ( ! empty( $donation_ids ) ) {
|
586 |
foreach ( $donation_ids as $donation ) {
|
587 |
+
wp_cache_delete( $donation, $this->filter_group_name( 'give-donations' ) );
|
588 |
}
|
589 |
}
|
590 |
|
607 |
$donation = new Give_Payment( $id );
|
608 |
|
609 |
if ( $donation && $donation->donor_id ) {
|
610 |
+
wp_cache_delete( $donation->donor_id, $this->filter_group_name( 'give-donors' ) );
|
611 |
}
|
612 |
|
613 |
self::$instance->get_incrementer( true );
|
includes/class-give-db-donor-meta.php
CHANGED
@@ -92,7 +92,7 @@ class Give_DB_Donor_Meta extends Give_DB_Meta {
|
|
92 |
*/
|
93 |
public function delete_all_meta( $donor_id = 0 ) {
|
94 |
global $wpdb;
|
95 |
-
$status = $wpdb->delete( $this->table_name, array( '
|
96 |
|
97 |
if( $status ) {
|
98 |
Give_Cache::delete_group( $donor_id, 'give-donors' );
|
92 |
*/
|
93 |
public function delete_all_meta( $donor_id = 0 ) {
|
94 |
global $wpdb;
|
95 |
+
$status = $wpdb->delete( $this->table_name, array( 'donor_id' => $donor_id ), array( '%d' ) );
|
96 |
|
97 |
if( $status ) {
|
98 |
Give_Cache::delete_group( $donor_id, 'give-donors' );
|
includes/class-give-donor.php
CHANGED
@@ -119,7 +119,7 @@ class Give_Donor {
|
|
119 |
* @since 1.0
|
120 |
* @access public
|
121 |
*
|
122 |
-
* @var
|
123 |
*/
|
124 |
public $notes;
|
125 |
|
119 |
* @since 1.0
|
120 |
* @access public
|
121 |
*
|
122 |
+
* @var array
|
123 |
*/
|
124 |
public $notes;
|
125 |
|
includes/deprecated/deprecated-actions.php
CHANGED
@@ -92,6 +92,8 @@ function give_deprecated_actions() {
|
|
92 |
'give_pre_complete_donation' => 'give_pre_complete_purchase',
|
93 |
'give_profile_editor_after_email' => 'give_profile_editor_address',
|
94 |
'give_profile_editor_after_email' => 'give_profile_editor_after_address',
|
|
|
|
|
95 |
);
|
96 |
|
97 |
return $give_deprecated_actions;
|
92 |
'give_pre_complete_donation' => 'give_pre_complete_purchase',
|
93 |
'give_profile_editor_after_email' => 'give_profile_editor_address',
|
94 |
'give_profile_editor_after_email' => 'give_profile_editor_after_address',
|
95 |
+
'give_pre_refunded_payment' => 'give_pre_refund_payment',
|
96 |
+
'give_post_refunded_payment' => 'give_post_refund_payment',
|
97 |
);
|
98 |
|
99 |
return $give_deprecated_actions;
|
includes/deprecated/deprecated-filters.php
CHANGED
@@ -52,6 +52,10 @@ function give_deprecated_filters() {
|
|
52 |
'give_customer_recount_should_increase_count' => 'give_donor_recount_should_increase_count',
|
53 |
'give_payment_amount' => 'give_donation_amount',
|
54 |
'give_get_payment_form_title' => 'give_get_donation_form_title',
|
|
|
|
|
|
|
|
|
55 |
);
|
56 |
|
57 |
return $give_deprecated_filters;
|
52 |
'give_customer_recount_should_increase_count' => 'give_donor_recount_should_increase_count',
|
53 |
'give_payment_amount' => 'give_donation_amount',
|
54 |
'give_get_payment_form_title' => 'give_get_donation_form_title',
|
55 |
+
'give_decrease_earnings_on_refunded' => 'give_decrease_store_earnings_on_refund',
|
56 |
+
'give_decrease_donor_value_on_refunded' => 'give_decrease_customer_value_on_refund',
|
57 |
+
'give_decrease_donors_donation_count_on_refunded' => 'give_decrease_customer_purchase_count_on_refund',
|
58 |
+
'give_should_process_refunded' => 'give_should_process_refund',
|
59 |
);
|
60 |
|
61 |
return $give_deprecated_filters;
|
includes/donors/class-give-donors-query.php
CHANGED
@@ -51,7 +51,7 @@ class Give_Donors_Query {
|
|
51 |
* @since 1.8.14
|
52 |
* @access public
|
53 |
*
|
54 |
-
* @var
|
55 |
*/
|
56 |
public $table_name = '';
|
57 |
|
@@ -61,7 +61,7 @@ class Give_Donors_Query {
|
|
61 |
* @since 1.8.14
|
62 |
* @access public
|
63 |
*
|
64 |
-
* @var
|
65 |
*/
|
66 |
public $meta_table_name = '';
|
67 |
|
@@ -71,7 +71,7 @@ class Give_Donors_Query {
|
|
71 |
* @since 1.8.14
|
72 |
* @access public
|
73 |
*
|
74 |
-
* @var
|
75 |
*/
|
76 |
public $meta_type = '';
|
77 |
|
51 |
* @since 1.8.14
|
52 |
* @access public
|
53 |
*
|
54 |
+
* @var string
|
55 |
*/
|
56 |
public $table_name = '';
|
57 |
|
61 |
* @since 1.8.14
|
62 |
* @access public
|
63 |
*
|
64 |
+
* @var string
|
65 |
*/
|
66 |
public $meta_table_name = '';
|
67 |
|
71 |
* @since 1.8.14
|
72 |
* @access public
|
73 |
*
|
74 |
+
* @var string
|
75 |
*/
|
76 |
public $meta_type = '';
|
77 |
|
includes/forms/template.php
CHANGED
@@ -1214,12 +1214,13 @@ function give_get_login_fields( $form_id ) {
|
|
1214 |
</legend>
|
1215 |
<?php if ( $show_register_form == 'both' ) { ?>
|
1216 |
<p class="give-new-account-link">
|
1217 |
-
<?php _e( '
|
1218 |
<a href="<?php echo remove_query_arg( 'login' ); ?>" class="give-checkout-register-cancel"
|
1219 |
data-action="give_checkout_register">
|
1220 |
-
<?php
|
1221 |
-
|
1222 |
-
|
|
|
1223 |
} ?>
|
1224 |
</a>
|
1225 |
</p>
|
1214 |
</legend>
|
1215 |
<?php if ( $show_register_form == 'both' ) { ?>
|
1216 |
<p class="give-new-account-link">
|
1217 |
+
<?php _e( 'Don\'t have an account?', 'give' ); ?>
|
1218 |
<a href="<?php echo remove_query_arg( 'login' ); ?>" class="give-checkout-register-cancel"
|
1219 |
data-action="give_checkout_register">
|
1220 |
+
<?php if ( give_logged_in_only( $form_id ) ) {
|
1221 |
+
_e( 'Register as a part of your donation »', 'give' );
|
1222 |
+
} else {
|
1223 |
+
_e( 'Register or donate as a guest »', 'give' );
|
1224 |
} ?>
|
1225 |
</a>
|
1226 |
</p>
|
includes/import-functions.php
CHANGED
@@ -96,16 +96,20 @@ function give_import_get_form_data_from_csv( $data, $import_setting = array() )
|
|
96 |
}
|
97 |
|
98 |
if ( ! empty( $form ) && $form->get_ID() ) {
|
99 |
-
|
|
|
|
|
|
|
|
|
100 |
$prices = (array) $form->get_prices();
|
101 |
$price_text = array();
|
102 |
foreach ( $prices as $key => $price ) {
|
103 |
if ( isset( $price['_give_id']['level_id'] ) ) {
|
104 |
-
$price_text[ $price['_give_id']['level_id'] ] = ( ! empty( $price['_give_text'] ) ? $price['_give_text'] : '' );
|
105 |
}
|
106 |
}
|
107 |
|
108 |
-
if ( ! in_array( $
|
109 |
|
110 |
// For generating unquiet level id.
|
111 |
$count = 1;
|
@@ -125,7 +129,7 @@ function give_import_get_form_data_from_csv( $data, $import_setting = array() )
|
|
125 |
),
|
126 |
);
|
127 |
|
128 |
-
$price_text[ $new_level ] = $data['form_level'];
|
129 |
|
130 |
if ( ! empty( $prices ) && is_array( $prices ) && ! empty( $prices[0] ) ) {
|
131 |
$prices = wp_parse_args( $multi_level_donations, $prices );
|
@@ -146,7 +150,7 @@ function give_import_get_form_data_from_csv( $data, $import_setting = array() )
|
|
146 |
// Set the first $price of the $prices as defalut.
|
147 |
$prices[0]['_give_default'] = 'default';
|
148 |
}
|
149 |
-
$form->price_id = array_search( $
|
150 |
|
151 |
$donation_levels_amounts = wp_list_pluck( $prices, '_give_amount' );
|
152 |
$min_amount = min( $donation_levels_amounts );
|
@@ -155,16 +159,16 @@ function give_import_get_form_data_from_csv( $data, $import_setting = array() )
|
|
155 |
$meta = array(
|
156 |
'_give_levels_minimum_amount' => $min_amount,
|
157 |
'_give_levels_maximum_amount' => $max_amount,
|
158 |
-
'_give_price_option' => 'multi',
|
159 |
'_give_donation_levels' => array_values( $prices ),
|
160 |
);
|
|
|
|
|
161 |
} else {
|
162 |
$form->price_id = 'custom';
|
163 |
}
|
164 |
|
165 |
$defaults = array(
|
166 |
-
'_give_set_price'
|
167 |
-
'_give_price_option' => 'set',
|
168 |
);
|
169 |
|
170 |
// If new form is created.
|
@@ -180,6 +184,7 @@ function give_import_get_form_data_from_csv( $data, $import_setting = array() )
|
|
180 |
'_give_product_type' => 'default',
|
181 |
'_give_default_gateway' => 'global',
|
182 |
'_give_show_register_form' => 'both',
|
|
|
183 |
);
|
184 |
$defaults = wp_parse_args( $defaults, $new_form );
|
185 |
}
|
@@ -572,6 +577,9 @@ function give_save_import_donation_to_db( $raw_key, $row_data, $main_key = array
|
|
572 |
}
|
573 |
|
574 |
|
|
|
|
|
|
|
575 |
$address = array(
|
576 |
'line1' => ( ! empty( $data['line1'] ) ? give_clean( $data['line1'] ) : '' ),
|
577 |
'line2' => ( ! empty( $data['line1'] ) ? give_clean( $data['line2'] ) : '' ),
|
@@ -585,7 +593,7 @@ function give_save_import_donation_to_db( $raw_key, $row_data, $main_key = array
|
|
585 |
$payment_data = array(
|
586 |
'donor_id' => $donor_data->id,
|
587 |
'price' => $data['amount'],
|
588 |
-
'status' =>
|
589 |
'currency' => give_get_currency(),
|
590 |
'user_info' => array(
|
591 |
'id' => $donor_id,
|
@@ -659,6 +667,42 @@ function give_save_import_donation_to_db( $raw_key, $row_data, $main_key = array
|
|
659 |
return true;
|
660 |
}
|
661 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
662 |
/**
|
663 |
* Alter donor information when importing donations from CSV
|
664 |
*
|
96 |
}
|
97 |
|
98 |
if ( ! empty( $form ) && $form->get_ID() ) {
|
99 |
+
|
100 |
+
$price_option = 'set';
|
101 |
+
$form_level = strtolower( preg_replace('/\s+/', '', $data['form_level'] ) );
|
102 |
+
|
103 |
+
if ( ! empty( $data['form_level'] ) && 'custom' != $form_level ) {
|
104 |
$prices = (array) $form->get_prices();
|
105 |
$price_text = array();
|
106 |
foreach ( $prices as $key => $price ) {
|
107 |
if ( isset( $price['_give_id']['level_id'] ) ) {
|
108 |
+
$price_text[ $price['_give_id']['level_id'] ] = ( ! empty( $price['_give_text'] ) ? strtolower( preg_replace('/\s+/', '', $price['_give_text'] ) ) : '' );
|
109 |
}
|
110 |
}
|
111 |
|
112 |
+
if ( ! in_array( $form_level, $price_text ) ) {
|
113 |
|
114 |
// For generating unquiet level id.
|
115 |
$count = 1;
|
129 |
),
|
130 |
);
|
131 |
|
132 |
+
$price_text[ $new_level ] = strtolower( preg_replace('/\s+/', '', $data['form_level'] ) );
|
133 |
|
134 |
if ( ! empty( $prices ) && is_array( $prices ) && ! empty( $prices[0] ) ) {
|
135 |
$prices = wp_parse_args( $multi_level_donations, $prices );
|
150 |
// Set the first $price of the $prices as defalut.
|
151 |
$prices[0]['_give_default'] = 'default';
|
152 |
}
|
153 |
+
$form->price_id = array_search( $form_level, $price_text );
|
154 |
|
155 |
$donation_levels_amounts = wp_list_pluck( $prices, '_give_amount' );
|
156 |
$min_amount = min( $donation_levels_amounts );
|
159 |
$meta = array(
|
160 |
'_give_levels_minimum_amount' => $min_amount,
|
161 |
'_give_levels_maximum_amount' => $max_amount,
|
|
|
162 |
'_give_donation_levels' => array_values( $prices ),
|
163 |
);
|
164 |
+
|
165 |
+
$price_option = 'multi';
|
166 |
} else {
|
167 |
$form->price_id = 'custom';
|
168 |
}
|
169 |
|
170 |
$defaults = array(
|
171 |
+
'_give_set_price' => give_sanitize_amount_for_db( $data['amount'] ),
|
|
|
172 |
);
|
173 |
|
174 |
// If new form is created.
|
184 |
'_give_product_type' => 'default',
|
185 |
'_give_default_gateway' => 'global',
|
186 |
'_give_show_register_form' => 'both',
|
187 |
+
'_give_price_option' => $price_option,
|
188 |
);
|
189 |
$defaults = wp_parse_args( $defaults, $new_form );
|
190 |
}
|
577 |
}
|
578 |
|
579 |
|
580 |
+
$status = give_import_donation_get_status( $data );
|
581 |
+
|
582 |
+
|
583 |
$address = array(
|
584 |
'line1' => ( ! empty( $data['line1'] ) ? give_clean( $data['line1'] ) : '' ),
|
585 |
'line2' => ( ! empty( $data['line1'] ) ? give_clean( $data['line2'] ) : '' ),
|
593 |
$payment_data = array(
|
594 |
'donor_id' => $donor_data->id,
|
595 |
'price' => $data['amount'],
|
596 |
+
'status' => $status,
|
597 |
'currency' => give_get_currency(),
|
598 |
'user_info' => array(
|
599 |
'id' => $donor_id,
|
667 |
return true;
|
668 |
}
|
669 |
|
670 |
+
/**
|
671 |
+
* Get Donation form status
|
672 |
+
*
|
673 |
+
* @since 2.0.2
|
674 |
+
*
|
675 |
+
* @param array $data donation data that is goingt o get imported
|
676 |
+
*
|
677 |
+
* @return string $status Donation status.
|
678 |
+
*/
|
679 |
+
function give_import_donation_get_status( $data ) {
|
680 |
+
if ( empty( $data['post_status'] ) ) {
|
681 |
+
return 'publish';
|
682 |
+
}
|
683 |
+
|
684 |
+
$status = 'publish';
|
685 |
+
|
686 |
+
$donation_status = trim( $data['post_status'] );
|
687 |
+
$donation_status_key = strtolower( preg_replace( '/\s+/', '', $donation_status ) );
|
688 |
+
|
689 |
+
foreach ( give_get_payment_statuses() as $key => $value ) {
|
690 |
+
$match = false;
|
691 |
+
if ( $key === $donation_status_key ) {
|
692 |
+
$match = true;
|
693 |
+
} else if ( stristr( $donation_status, $value ) ) {
|
694 |
+
$match = true;
|
695 |
+
}
|
696 |
+
|
697 |
+
if ( ! empty( $match ) ) {
|
698 |
+
$status = $key;
|
699 |
+
break;
|
700 |
+
}
|
701 |
+
}
|
702 |
+
|
703 |
+
return $status;
|
704 |
+
}
|
705 |
+
|
706 |
/**
|
707 |
* Alter donor information when importing donations from CSV
|
708 |
*
|
includes/misc-functions.php
CHANGED
@@ -1085,8 +1085,8 @@ function give_is_add_new_form_page() {
|
|
1085 |
* Get Form/Payment meta.
|
1086 |
*
|
1087 |
* Note: This function will help you to get meta for payment and form.
|
1088 |
-
* If you want to get meta for
|
1089 |
-
* If you want to get meta for
|
1090 |
*
|
1091 |
* @since 1.8.8
|
1092 |
*
|
@@ -1624,7 +1624,7 @@ function give_get_wp_upload_dir() {
|
|
1624 |
*
|
1625 |
* @param string $file_name filename of the json file that is being uploaded
|
1626 |
*
|
1627 |
-
* @return string
|
1628 |
*/
|
1629 |
function give_get_core_settings_json( $file_name ) {
|
1630 |
$upload_dir = give_get_wp_upload_dir();
|
@@ -1712,4 +1712,38 @@ function give_ignore_user_abort(){
|
|
1712 |
if ( ! give_is_func_disabled( 'set_time_limit' ) && ! ini_get( 'safe_mode' ) ) {
|
1713 |
set_time_limit( 0 );
|
1714 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1715 |
}
|
1085 |
* Get Form/Payment meta.
|
1086 |
*
|
1087 |
* Note: This function will help you to get meta for payment and form.
|
1088 |
+
* If you want to get meta for donors then use get_meta of Give_Donor and
|
1089 |
+
* If you want to get meta for logs then use get_meta of Give_Logging->logmeta_db.
|
1090 |
*
|
1091 |
* @since 1.8.8
|
1092 |
*
|
1624 |
*
|
1625 |
* @param string $file_name filename of the json file that is being uploaded
|
1626 |
*
|
1627 |
+
* @return string|bool $file_contents File content
|
1628 |
*/
|
1629 |
function give_get_core_settings_json( $file_name ) {
|
1630 |
$upload_dir = give_get_wp_upload_dir();
|
1712 |
if ( ! give_is_func_disabled( 'set_time_limit' ) && ! ini_get( 'safe_mode' ) ) {
|
1713 |
set_time_limit( 0 );
|
1714 |
}
|
1715 |
+
}
|
1716 |
+
|
1717 |
+
/**
|
1718 |
+
* Get post type count.
|
1719 |
+
*
|
1720 |
+
* @since 2.0.2
|
1721 |
+
*
|
1722 |
+
* @param string $post_type
|
1723 |
+
* @param array $args
|
1724 |
+
*
|
1725 |
+
* @return int
|
1726 |
+
*/
|
1727 |
+
function give_get_total_post_type_count( $post_type = '', $args = array() ){
|
1728 |
+
global $wpdb;
|
1729 |
+
$where = '';
|
1730 |
+
|
1731 |
+
if( ! $post_type ) {
|
1732 |
+
return 0;
|
1733 |
+
}
|
1734 |
+
|
1735 |
+
// Bulit where query
|
1736 |
+
if( ! empty( $post_type ) ) {
|
1737 |
+
$where.=' WHERE';
|
1738 |
+
|
1739 |
+
if( is_array( $post_type ) ) {
|
1740 |
+
$where .= " post_type='" . implode( "' OR post_type='", $post_type ) . "'";
|
1741 |
+
}else{
|
1742 |
+
$where .= " post_type='{$post_type}'";
|
1743 |
+
}
|
1744 |
+
}
|
1745 |
+
|
1746 |
+
$result = $wpdb->get_var("SELECT count(ID) FROM {$wpdb->posts}{$where}");
|
1747 |
+
|
1748 |
+
return absint( $result );
|
1749 |
}
|
includes/payments/class-give-payment.php
CHANGED
@@ -606,7 +606,7 @@ final class Give_Payment {
|
|
606 |
public function update_payment_setup( $payment_id ) {
|
607 |
// Delete cache.
|
608 |
Give_Cache::delete_group( $this->ID,'give-donations' );
|
609 |
-
|
610 |
$this->setup_payment( $payment_id );
|
611 |
}
|
612 |
|
@@ -1243,23 +1243,7 @@ final class Give_Payment {
|
|
1243 |
$this->status_nicename = array_key_exists( $status, $all_payment_statuses ) ? $all_payment_statuses[ $status ] : ucfirst( $status );
|
1244 |
|
1245 |
// Process any specific status functions.
|
1246 |
-
|
1247 |
-
case 'refunded':
|
1248 |
-
$this->process_refund();
|
1249 |
-
break;
|
1250 |
-
case 'failed':
|
1251 |
-
$this->process_failure();
|
1252 |
-
break;
|
1253 |
-
case 'pending':
|
1254 |
-
$this->process_pending();
|
1255 |
-
break;
|
1256 |
-
case 'cancelled':
|
1257 |
-
$this->process_cancelled();
|
1258 |
-
break;
|
1259 |
-
case 'revoked':
|
1260 |
-
$this->process_revoked();
|
1261 |
-
break;
|
1262 |
-
}
|
1263 |
|
1264 |
/**
|
1265 |
* Fires after changing payment status.
|
@@ -1364,176 +1348,63 @@ final class Give_Payment {
|
|
1364 |
}
|
1365 |
|
1366 |
/**
|
1367 |
-
*
|
1368 |
*
|
1369 |
-
* @
|
|
|
|
|
1370 |
* @access private
|
1371 |
*
|
1372 |
* @return void
|
1373 |
*/
|
1374 |
-
private function
|
1375 |
-
$
|
1376 |
-
|
1377 |
-
//
|
1378 |
-
if
|
1379 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1380 |
}
|
1381 |
|
1382 |
// Allow extensions to filter for their own payment types, Example: Recurring Payments.
|
1383 |
-
$
|
1384 |
|
1385 |
-
if ( false === $
|
1386 |
return;
|
1387 |
}
|
1388 |
|
1389 |
/**
|
1390 |
-
* Fires before
|
1391 |
-
*
|
1392 |
-
* @since 1.5
|
1393 |
*
|
1394 |
* @param Give_Payment $this Payment object.
|
|
|
|
|
1395 |
*/
|
1396 |
-
do_action(
|
1397 |
|
1398 |
-
$decrease_earnings = apply_filters(
|
1399 |
-
$
|
1400 |
-
$
|
1401 |
|
1402 |
-
$this->maybe_alter_stats( $decrease_earnings, $
|
1403 |
$this->delete_sales_logs();
|
1404 |
|
1405 |
// @todo: Refresh only range related stat cache
|
1406 |
give_delete_donation_stats();
|
1407 |
|
1408 |
/**
|
1409 |
-
* Fires after
|
1410 |
-
*
|
1411 |
-
* @since 1.5
|
1412 |
*
|
1413 |
* @param Give_Payment $this Payment object.
|
|
|
|
|
1414 |
*/
|
1415 |
-
do_action(
|
1416 |
-
}
|
1417 |
-
|
1418 |
-
/**
|
1419 |
-
* Process when a payment is set to failed
|
1420 |
-
*
|
1421 |
-
* @since 1.5
|
1422 |
-
* @access private
|
1423 |
-
*
|
1424 |
-
* @return void
|
1425 |
-
*/
|
1426 |
-
private function process_failure() {
|
1427 |
-
|
1428 |
-
}
|
1429 |
-
|
1430 |
-
/**
|
1431 |
-
* Process when a payment moves to pending
|
1432 |
-
*
|
1433 |
-
* @since 1.5
|
1434 |
-
* @access private
|
1435 |
-
*
|
1436 |
-
* @return void
|
1437 |
-
*/
|
1438 |
-
private function process_pending() {
|
1439 |
-
$process_pending = true;
|
1440 |
-
|
1441 |
-
// If the payment was not in publish or revoked status, don't decrement stats as they were never incremented.
|
1442 |
-
if ( 'publish' != $this->old_status || 'pending' != $this->status ) {
|
1443 |
-
$process_pending = false;
|
1444 |
-
}
|
1445 |
-
|
1446 |
-
// Allow extensions to filter for their own payment types, Example: Recurring Payments.
|
1447 |
-
$process_pending = apply_filters( 'give_should_process_pending', $process_pending, $this );
|
1448 |
-
|
1449 |
-
if ( false === $process_pending ) {
|
1450 |
-
return;
|
1451 |
-
}
|
1452 |
-
|
1453 |
-
$decrease_earnings = apply_filters( 'give_decrease_earnings_on_pending', true, $this );
|
1454 |
-
$decrease_donor_value = apply_filters( 'give_decrease_donor_value_on_pending', true, $this );
|
1455 |
-
$decrease_donation_count = apply_filters( 'give_decrease_donors_donation_count_on_pending', true, $this );
|
1456 |
-
|
1457 |
-
$this->maybe_alter_stats( $decrease_earnings, $decrease_donor_value, $decrease_donation_count );
|
1458 |
-
$this->delete_sales_logs();
|
1459 |
-
|
1460 |
-
$this->completed_date = false;
|
1461 |
-
$this->update_meta( '_give_completed_date', '' );
|
1462 |
-
|
1463 |
-
// @todo: Refresh only range related stat cache
|
1464 |
-
give_delete_donation_stats();
|
1465 |
-
}
|
1466 |
-
|
1467 |
-
/**
|
1468 |
-
* Process when a payment moves to cancelled.
|
1469 |
-
*
|
1470 |
-
* @since 1.5
|
1471 |
-
* @access private
|
1472 |
-
*
|
1473 |
-
* @return void
|
1474 |
-
*/
|
1475 |
-
private function process_cancelled() {
|
1476 |
-
$process_cancelled = true;
|
1477 |
-
|
1478 |
-
// If the payment was not in publish or revoked status, don't decrement stats as they were never incremented.
|
1479 |
-
if ( 'publish' != $this->old_status || 'cancelled' != $this->status ) {
|
1480 |
-
$process_cancelled = false;
|
1481 |
-
}
|
1482 |
-
|
1483 |
-
// Allow extensions to filter for their own payment types, Example: Recurring Payments.
|
1484 |
-
$process_cancelled = apply_filters( 'give_should_process_cancelled', $process_cancelled, $this );
|
1485 |
-
|
1486 |
-
if ( false === $process_cancelled ) {
|
1487 |
-
return;
|
1488 |
-
}
|
1489 |
-
|
1490 |
-
$decrease_earnings = apply_filters( 'give_decrease_earnings_on_cancelled', true, $this );
|
1491 |
-
$decrease_donor_value = apply_filters( 'give_decrease_donor_value_on_cancelled', true, $this );
|
1492 |
-
$decrease_donation_count = apply_filters( 'give_decrease_donors_donation_count_on_cancelled', true, $this );
|
1493 |
-
|
1494 |
-
$this->maybe_alter_stats( $decrease_earnings, $decrease_donor_value, $decrease_donation_count );
|
1495 |
-
$this->delete_sales_logs();
|
1496 |
-
|
1497 |
-
$this->completed_date = false;
|
1498 |
-
$this->update_meta( '_give_completed_date', '' );
|
1499 |
-
|
1500 |
-
// @todo: Refresh only range related stat cache
|
1501 |
-
give_delete_donation_stats();
|
1502 |
-
}
|
1503 |
-
|
1504 |
-
/**
|
1505 |
-
* Process when a payment moves to revoked.
|
1506 |
-
*
|
1507 |
-
* @since 1.5
|
1508 |
-
* @return void
|
1509 |
-
*/
|
1510 |
-
private function process_revoked() {
|
1511 |
-
$process_revoked = true;
|
1512 |
-
|
1513 |
-
// If the payment was not in publish, don't decrement stats as they were never incremented.
|
1514 |
-
if ( 'publish' != $this->old_status || 'revoked' != $this->status ) {
|
1515 |
-
$process_revoked = false;
|
1516 |
-
}
|
1517 |
-
|
1518 |
-
// Allow extensions to filter for their own payment types, Example: Recurring Payments.
|
1519 |
-
$process_revoked = apply_filters( 'give_should_process_revoked', $process_revoked, $this );
|
1520 |
-
|
1521 |
-
if ( false === $process_revoked ) {
|
1522 |
-
return;
|
1523 |
-
}
|
1524 |
-
|
1525 |
-
$decrease_earnings = apply_filters( 'give_decrease_earnings_on_revoked', true, $this );
|
1526 |
-
$decrease_donor_value = apply_filters( 'give_decrease_donor_value_on_revoked', true, $this );
|
1527 |
-
$decrease_donation_count = apply_filters( 'give_decrease_donors_donation_count_on_revoked', true, $this );
|
1528 |
-
|
1529 |
-
$this->maybe_alter_stats( $decrease_earnings, $decrease_donor_value, $decrease_donation_count );
|
1530 |
-
$this->delete_sales_logs();
|
1531 |
-
|
1532 |
-
$this->completed_date = false;
|
1533 |
-
$this->update_meta( '_give_completed_date', '' );
|
1534 |
-
|
1535 |
-
// @todo: Refresh only range related stat cache
|
1536 |
-
give_delete_donation_stats();
|
1537 |
}
|
1538 |
|
1539 |
/**
|
606 |
public function update_payment_setup( $payment_id ) {
|
607 |
// Delete cache.
|
608 |
Give_Cache::delete_group( $this->ID,'give-donations' );
|
609 |
+
|
610 |
$this->setup_payment( $payment_id );
|
611 |
}
|
612 |
|
1243 |
$this->status_nicename = array_key_exists( $status, $all_payment_statuses ) ? $all_payment_statuses[ $status ] : ucfirst( $status );
|
1244 |
|
1245 |
// Process any specific status functions.
|
1246 |
+
$this->process_status( $status );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1247 |
|
1248 |
/**
|
1249 |
* Fires after changing payment status.
|
1348 |
}
|
1349 |
|
1350 |
/**
|
1351 |
+
* Process Donation Status.
|
1352 |
*
|
1353 |
+
* @param string $status Donation Status.
|
1354 |
+
*
|
1355 |
+
* @since 2.0.2
|
1356 |
* @access private
|
1357 |
*
|
1358 |
* @return void
|
1359 |
*/
|
1360 |
+
private function process_status( $status ) {
|
1361 |
+
$process = true;
|
1362 |
+
|
1363 |
+
// Bailout, if changed from completed to preapproval/processing.
|
1364 |
+
// Bailout, if current status = previous status or status is publish.
|
1365 |
+
if (
|
1366 |
+
'preapproval' === $status ||
|
1367 |
+
'processing' === $status ||
|
1368 |
+
'publish' !== $this->old_status ||
|
1369 |
+
$status !== $this->status
|
1370 |
+
) {
|
1371 |
+
$process = false;
|
1372 |
}
|
1373 |
|
1374 |
// Allow extensions to filter for their own payment types, Example: Recurring Payments.
|
1375 |
+
$process = apply_filters( "give_should_process_{$status}", $process, $this );
|
1376 |
|
1377 |
+
if ( false === $process ) {
|
1378 |
return;
|
1379 |
}
|
1380 |
|
1381 |
/**
|
1382 |
+
* Fires before processing donation status.
|
|
|
|
|
1383 |
*
|
1384 |
* @param Give_Payment $this Payment object.
|
1385 |
+
*
|
1386 |
+
* @since 1.5
|
1387 |
*/
|
1388 |
+
do_action( "give_pre_{$status}_payment", $this );
|
1389 |
|
1390 |
+
$decrease_earnings = apply_filters( "give_decrease_earnings_on_{$status}", true, $this );
|
1391 |
+
$decrease_donor_value = apply_filters( "give_decrease_donor_value_on_{$status}", true, $this );
|
1392 |
+
$decrease_donation_count = apply_filters( "give_decrease_donors_donation_count_on_{$status}", true, $this );
|
1393 |
|
1394 |
+
$this->maybe_alter_stats( $decrease_earnings, $decrease_donor_value, $decrease_donation_count );
|
1395 |
$this->delete_sales_logs();
|
1396 |
|
1397 |
// @todo: Refresh only range related stat cache
|
1398 |
give_delete_donation_stats();
|
1399 |
|
1400 |
/**
|
1401 |
+
* Fires after processing donation status.
|
|
|
|
|
1402 |
*
|
1403 |
* @param Give_Payment $this Payment object.
|
1404 |
+
*
|
1405 |
+
* @since 1.5
|
1406 |
*/
|
1407 |
+
do_action( "give_post_{$status}_payment", $this );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1408 |
}
|
1409 |
|
1410 |
/**
|
includes/process-donation.php
CHANGED
@@ -61,9 +61,9 @@ function give_process_donation_form() {
|
|
61 |
* @since 1.0
|
62 |
*
|
63 |
* @param bool|array $valid_data Validate fields.
|
64 |
-
* @param array $
|
65 |
*/
|
66 |
-
do_action( 'give_checkout_error_checks', $valid_data, $_POST );
|
67 |
|
68 |
// Process the login form.
|
69 |
if ( isset( $_POST['give_login_submit'] ) ) {
|
@@ -181,18 +181,16 @@ add_action( 'give_purchase', 'give_process_donation_form' );
|
|
181 |
add_action( 'wp_ajax_give_process_donation', 'give_process_donation_form' );
|
182 |
add_action( 'wp_ajax_nopriv_give_process_donation', 'give_process_donation_form' );
|
183 |
|
184 |
-
|
185 |
/**
|
186 |
* Verify that when a logged in user makes a donation that the email address used doesn't belong to a different customer.
|
187 |
*
|
188 |
* @since 1.7
|
189 |
*
|
190 |
* @param array $valid_data Validated data submitted for the donation.
|
191 |
-
* @param array $post Additional $_POST data submitted
|
192 |
*
|
193 |
* @return void
|
194 |
*/
|
195 |
-
function give_check_logged_in_user_for_existing_email( $valid_data
|
196 |
|
197 |
// Verify that the email address belongs to this customer.
|
198 |
if ( is_user_logged_in() ) {
|
@@ -214,7 +212,7 @@ function give_check_logged_in_user_for_existing_email( $valid_data, $post ) {
|
|
214 |
}
|
215 |
}
|
216 |
|
217 |
-
add_action( 'give_checkout_error_checks', 'give_check_logged_in_user_for_existing_email', 10,
|
218 |
|
219 |
/**
|
220 |
* Process the checkout login form
|
@@ -1166,18 +1164,18 @@ function give_donation_form_validate_cc_zip( $zip = 0, $country_code = '' ) {
|
|
1166 |
return apply_filters( 'give_is_zip_valid', $ret, $zip, $country_code );
|
1167 |
}
|
1168 |
|
1169 |
-
|
1170 |
/**
|
1171 |
* Validate donation amount and auto set correct donation level id on basis of amount.
|
1172 |
*
|
1173 |
* Note: If amount does not match to donation level amount then level id will be auto select to first match level id on basis of amount.
|
1174 |
*
|
1175 |
* @param array $valid_data List of Valid Data.
|
1176 |
-
* @param array $data List of Posted Data.
|
1177 |
*
|
1178 |
* @return bool
|
1179 |
*/
|
1180 |
-
function give_validate_donation_amount( $valid_data
|
|
|
|
|
1181 |
/* @var Give_Donate_Form $form */
|
1182 |
$form = new Give_Donate_Form( $data['give-form-id'] );
|
1183 |
|
@@ -1234,7 +1232,7 @@ function give_validate_donation_amount( $valid_data, $data ) {
|
|
1234 |
return ( $donation_level_matched ? true : false );
|
1235 |
}
|
1236 |
|
1237 |
-
add_action( 'give_checkout_error_checks', 'give_validate_donation_amount', 10,
|
1238 |
|
1239 |
/**
|
1240 |
* Validate Required Form Fields.
|
61 |
* @since 1.0
|
62 |
*
|
63 |
* @param bool|array $valid_data Validate fields.
|
64 |
+
* @param array $deprecated Deprecated Since 2.0.2. Use $_POST instead.
|
65 |
*/
|
66 |
+
do_action( 'give_checkout_error_checks', $valid_data, $deprecated = $_POST );
|
67 |
|
68 |
// Process the login form.
|
69 |
if ( isset( $_POST['give_login_submit'] ) ) {
|
181 |
add_action( 'wp_ajax_give_process_donation', 'give_process_donation_form' );
|
182 |
add_action( 'wp_ajax_nopriv_give_process_donation', 'give_process_donation_form' );
|
183 |
|
|
|
184 |
/**
|
185 |
* Verify that when a logged in user makes a donation that the email address used doesn't belong to a different customer.
|
186 |
*
|
187 |
* @since 1.7
|
188 |
*
|
189 |
* @param array $valid_data Validated data submitted for the donation.
|
|
|
190 |
*
|
191 |
* @return void
|
192 |
*/
|
193 |
+
function give_check_logged_in_user_for_existing_email( $valid_data ) {
|
194 |
|
195 |
// Verify that the email address belongs to this customer.
|
196 |
if ( is_user_logged_in() ) {
|
212 |
}
|
213 |
}
|
214 |
|
215 |
+
add_action( 'give_checkout_error_checks', 'give_check_logged_in_user_for_existing_email', 10, 1 );
|
216 |
|
217 |
/**
|
218 |
* Process the checkout login form
|
1164 |
return apply_filters( 'give_is_zip_valid', $ret, $zip, $country_code );
|
1165 |
}
|
1166 |
|
|
|
1167 |
/**
|
1168 |
* Validate donation amount and auto set correct donation level id on basis of amount.
|
1169 |
*
|
1170 |
* Note: If amount does not match to donation level amount then level id will be auto select to first match level id on basis of amount.
|
1171 |
*
|
1172 |
* @param array $valid_data List of Valid Data.
|
|
|
1173 |
*
|
1174 |
* @return bool
|
1175 |
*/
|
1176 |
+
function give_validate_donation_amount( $valid_data ) {
|
1177 |
+
$data = $_POST;
|
1178 |
+
|
1179 |
/* @var Give_Donate_Form $form */
|
1180 |
$form = new Give_Donate_Form( $data['give-form-id'] );
|
1181 |
|
1232 |
return ( $donation_level_matched ? true : false );
|
1233 |
}
|
1234 |
|
1235 |
+
add_action( 'give_checkout_error_checks', 'give_validate_donation_amount', 10, 1 );
|
1236 |
|
1237 |
/**
|
1238 |
* Validate Required Form Fields.
|
languages/give.pot
CHANGED
@@ -202,7 +202,7 @@ msgstr ""
|
|
202 |
msgid "ERROR"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: includes/admin/admin-actions.php:736, includes/process-donation.php:
|
206 |
msgid "Please enter your first name."
|
207 |
msgstr ""
|
208 |
|
@@ -390,7 +390,7 @@ msgstr ""
|
|
390 |
msgid "Revoke"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: includes/admin/class-api-keys-table.php:192, includes/forms/template.php:
|
394 |
msgid "Username"
|
395 |
msgstr ""
|
396 |
|
@@ -426,7 +426,7 @@ msgstr ""
|
|
426 |
msgid "Create Donation Form"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: includes/admin/class-blank-slate.php:272, includes/admin/class-blank-slate.php:276, includes/admin/donors/donors.php:
|
430 |
msgid "No donations found."
|
431 |
msgstr ""
|
432 |
|
@@ -582,7 +582,7 @@ msgstr ""
|
|
582 |
msgid "Gateways Settings"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: includes/admin/class-give-settings.php:315, includes/admin/settings/class-settings-gateways.php:164, includes/admin/tools/views/html-admin-page-system-info.php:528, includes/import-functions.php:
|
586 |
msgid "Test Mode"
|
587 |
msgstr ""
|
588 |
|
@@ -1137,11 +1137,11 @@ msgstr[1] ""
|
|
1137 |
msgid "Unnamed Donor"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
-
#: includes/admin/donors/class-donor-table.php:193, includes/admin/forms/dashboard-columns.php:35, includes/admin/reports/class-donor-reports-table.php:215, includes/admin/tools/export/class-batch-export-forms.php:46, includes/admin/tools/views/html-admin-page-exports.php:200, includes/admin/tools/views/html-admin-page-system-info.php:914, includes/import-functions.php:
|
1141 |
msgid "Name"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
-
#: includes/admin/donors/class-donor-table.php:194, includes/admin/donors/donors.php:
|
1145 |
msgid "Email"
|
1146 |
msgstr ""
|
1147 |
|
@@ -1169,7 +1169,7 @@ msgstr ""
|
|
1169 |
msgid "Notes for \"%s\""
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: includes/admin/donors/class-donor-table.php:237, includes/admin/donors/donors.php:
|
1173 |
msgid "Notes"
|
1174 |
msgstr ""
|
1175 |
|
@@ -1189,11 +1189,11 @@ msgstr ""
|
|
1189 |
msgid "Are you sure you want to delete the selected donor(s)?"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: includes/admin/donors/class-donor-table.php:460, includes/admin/donors/donors.php:
|
1193 |
msgid "Delete all associated donations and records?"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
-
#: includes/admin/donors/class-donor-table.php:470, includes/admin/donors/donors.php:
|
1197 |
msgid "Cancel"
|
1198 |
msgstr ""
|
1199 |
|
@@ -1201,7 +1201,7 @@ msgstr ""
|
|
1201 |
msgid "You do not have permission to edit this donor."
|
1202 |
msgstr ""
|
1203 |
|
1204 |
-
#: includes/admin/donors/donor-actions.php:31, includes/admin/donors/donor-actions.php:45, includes/admin/donors/donor-actions.php:144, includes/admin/donors/donor-actions.php:158, includes/admin/donors/donor-actions.php:226, includes/admin/donors/donor-actions.php:241, includes/admin/donors/donor-actions.php:325, includes/admin/donors/donor-actions.php:339, includes/admin/donors/donor-actions.php:418, includes/admin/donors/donor-actions.php:514, includes/admin/donors/donor-actions.php:561, includes/admin/donors/donor-actions.php:599, includes/admin/donors/donor-actions.php:615, includes/admin/EDD_SL_Plugin_Updater.php:396, includes/admin/emails/class-donation-receipt-email.php:300, includes/admin/forms/dashboard-columns.php:244, includes/admin/payments/actions.php:31, includes/admin/payments/actions.php:85, includes/admin/payments/actions.php:98, includes/admin/payments/actions.php:333, includes/admin/payments/actions.php:353, includes/admin/payments/actions.php:386, includes/admin/payments/actions.php:408, includes/admin/payments/view-payment-details.php:19, includes/admin/payments/view-payment-details.php:32, includes/admin/payments/view-payment-details.php:42, includes/admin/reports/reports.php:143, includes/admin/tools/data/class-give-tools-delete-import-donors.php:
|
1205 |
msgid "Error"
|
1206 |
msgstr ""
|
1207 |
|
@@ -1253,7 +1253,7 @@ msgstr ""
|
|
1253 |
msgid "Nonce verification failed."
|
1254 |
msgstr ""
|
1255 |
|
1256 |
-
#: includes/admin/donors/donor-actions.php:441, includes/login-register.php:261, includes/process-donation.php:
|
1257 |
msgid "Invalid email."
|
1258 |
msgstr ""
|
1259 |
|
@@ -1297,7 +1297,7 @@ msgstr ""
|
|
1297 |
msgid "Donor Notes"
|
1298 |
msgstr ""
|
1299 |
|
1300 |
-
#: includes/admin/donors/donor-functions.php:80, includes/admin/donors/donors.php:
|
1301 |
msgid "Delete Donor"
|
1302 |
msgstr ""
|
1303 |
|
@@ -1305,7 +1305,7 @@ msgstr ""
|
|
1305 |
msgid "Edit"
|
1306 |
msgstr ""
|
1307 |
|
1308 |
-
#: includes/admin/donors/donors.php:75, includes/admin/donors/donors.php:
|
1309 |
msgid "Remove"
|
1310 |
msgstr ""
|
1311 |
|
@@ -1318,188 +1318,188 @@ msgid "You are not permitted to view this data."
|
|
1318 |
msgstr ""
|
1319 |
|
1320 |
#: includes/admin/donors/donors.php:255
|
1321 |
-
msgid "Donor %s"
|
1322 |
msgstr ""
|
1323 |
|
1324 |
-
#: includes/admin/donors/donors.php:
|
1325 |
msgid "First Name"
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#: includes/admin/donors/donors.php:
|
1329 |
msgid "Last Name"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#: includes/admin/donors/donors.php:
|
1333 |
msgid "Donor since"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
-
#: includes/admin/donors/donors.php:
|
1337 |
msgid "Edit Donor"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
-
#: includes/admin/donors/donors.php:
|
1341 |
msgid "User:"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
-
#: includes/admin/donors/donors.php:
|
1345 |
msgid "None"
|
1346 |
msgstr ""
|
1347 |
|
1348 |
-
#: includes/admin/donors/donors.php:
|
1349 |
msgid "Disconnects the current user ID from this donor record."
|
1350 |
msgstr ""
|
1351 |
|
1352 |
-
#: includes/admin/donors/donors.php:
|
1353 |
msgid "Disconnect User"
|
1354 |
msgstr ""
|
1355 |
|
1356 |
-
#: includes/admin/donors/donors.php:
|
1357 |
msgid "View User Profile of current user ID."
|
1358 |
msgstr ""
|
1359 |
|
1360 |
-
#: includes/admin/donors/donors.php:
|
1361 |
msgid "View User Profile"
|
1362 |
msgstr ""
|
1363 |
|
1364 |
-
#: includes/admin/donors/donors.php:
|
1365 |
msgid "Update Donor"
|
1366 |
msgstr ""
|
1367 |
|
1368 |
-
#: includes/admin/donors/donors.php:
|
1369 |
msgid "%d Completed Donation"
|
1370 |
msgid_plural "%d Completed Donations"
|
1371 |
msgstr[0] ""
|
1372 |
msgstr[1] ""
|
1373 |
|
1374 |
-
#: includes/admin/donors/donors.php:
|
1375 |
msgid "Lifetime Donations"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
-
#: includes/admin/donors/donors.php:
|
1379 |
msgid "Addresses"
|
1380 |
msgstr ""
|
1381 |
|
1382 |
-
#: includes/admin/donors/donors.php:
|
1383 |
msgid "This donor does not have any addresses saved."
|
1384 |
msgstr ""
|
1385 |
|
1386 |
-
#: includes/admin/donors/donors.php:
|
1387 |
msgid "Add Address"
|
1388 |
msgstr ""
|
1389 |
|
1390 |
-
#: includes/admin/donors/donors.php:
|
1391 |
msgid "Country:"
|
1392 |
msgstr ""
|
1393 |
|
1394 |
-
#: includes/admin/donors/donors.php:
|
1395 |
msgid "Select a country"
|
1396 |
msgstr ""
|
1397 |
|
1398 |
-
#: includes/admin/donors/donors.php:
|
1399 |
msgid "Address 1:"
|
1400 |
msgstr ""
|
1401 |
|
1402 |
-
#: includes/admin/donors/donors.php:
|
1403 |
msgid "Address 2:"
|
1404 |
msgstr ""
|
1405 |
|
1406 |
-
#: includes/admin/donors/donors.php:
|
1407 |
msgid "City:"
|
1408 |
msgstr ""
|
1409 |
|
1410 |
-
#: includes/admin/donors/donors.php:
|
1411 |
msgid "State / Province / County:"
|
1412 |
msgstr ""
|
1413 |
|
1414 |
-
#: includes/admin/donors/donors.php:
|
1415 |
msgid "Select a state"
|
1416 |
msgstr ""
|
1417 |
|
1418 |
-
#: includes/admin/donors/donors.php:
|
1419 |
msgid "Zip / Postal Code:"
|
1420 |
msgstr ""
|
1421 |
|
1422 |
-
#: includes/admin/donors/donors.php:
|
1423 |
msgid "Save"
|
1424 |
msgstr ""
|
1425 |
|
1426 |
-
#: includes/admin/donors/donors.php:
|
1427 |
msgid "Donor Emails"
|
1428 |
msgstr ""
|
1429 |
|
1430 |
-
#: includes/admin/donors/donors.php:
|
1431 |
msgid "Actions"
|
1432 |
msgstr ""
|
1433 |
|
1434 |
-
#: includes/admin/donors/donors.php:
|
1435 |
msgid "Make Primary"
|
1436 |
msgstr ""
|
1437 |
|
1438 |
-
#: includes/admin/donors/donors.php:
|
1439 |
msgid "Email Address"
|
1440 |
msgstr ""
|
1441 |
|
1442 |
-
#: includes/admin/donors/donors.php:
|
1443 |
msgid "Add Email"
|
1444 |
msgstr ""
|
1445 |
|
1446 |
-
#: includes/admin/donors/donors.php:
|
1447 |
msgid "No Emails Found"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
-
#: includes/admin/donors/donors.php:
|
1451 |
msgid "Recent Donations"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
-
#: includes/admin/donors/donors.php:
|
1455 |
msgid "ID"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
-
#: includes/admin/donors/donors.php:
|
1459 |
msgid "Amount"
|
1460 |
msgstr ""
|
1461 |
|
1462 |
-
#: includes/admin/donors/donors.php:
|
1463 |
msgid "Date"
|
1464 |
msgstr ""
|
1465 |
|
1466 |
-
#: includes/admin/donors/donors.php:
|
1467 |
msgid "Status"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#: includes/admin/donors/donors.php:
|
1471 |
msgid "View Donation %s."
|
1472 |
msgstr ""
|
1473 |
|
1474 |
-
#: includes/admin/donors/donors.php:
|
1475 |
msgid "View Donation"
|
1476 |
msgstr ""
|
1477 |
|
1478 |
-
#: includes/admin/donors/donors.php:
|
1479 |
msgid "Completed Forms"
|
1480 |
msgstr ""
|
1481 |
|
1482 |
-
#: includes/admin/donors/donors.php:
|
1483 |
msgid "Form"
|
1484 |
msgstr ""
|
1485 |
|
1486 |
-
#: includes/admin/donors/donors.php:
|
1487 |
msgid "View Form %s."
|
1488 |
msgstr ""
|
1489 |
|
1490 |
-
#: includes/admin/donors/donors.php:
|
1491 |
msgid "View Form"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
-
#: includes/admin/donors/donors.php:
|
1495 |
msgid "No completed donations found."
|
1496 |
msgstr ""
|
1497 |
|
1498 |
-
#: includes/admin/donors/donors.php:
|
1499 |
msgid "No donor notes found."
|
1500 |
msgstr ""
|
1501 |
|
1502 |
-
#: includes/admin/donors/donors.php:
|
1503 |
msgid "Are you sure you want to delete this donor?"
|
1504 |
msgstr ""
|
1505 |
|
@@ -1915,7 +1915,7 @@ msgstr ""
|
|
1915 |
msgid "Enter the minimum custom donation amount."
|
1916 |
msgstr ""
|
1917 |
|
1918 |
-
#: includes/admin/forms/class-metabox-form-data.php:166, includes/import-functions.php:
|
1919 |
msgid "Custom Amount Text"
|
1920 |
msgstr ""
|
1921 |
|
@@ -1931,7 +1931,7 @@ msgstr ""
|
|
1931 |
msgid "Add Level"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
-
#: includes/admin/forms/class-metabox-form-data.php:182, includes/admin/forms/class-metabox-form-data.php:209, includes/import-functions.php:
|
1935 |
msgid "Donation Level"
|
1936 |
msgstr ""
|
1937 |
|
@@ -1975,7 +1975,7 @@ msgstr ""
|
|
1975 |
msgid "The button label for displaying the additional payment fields."
|
1976 |
msgstr ""
|
1977 |
|
1978 |
-
#: includes/admin/forms/class-metabox-form-data.php:258, includes/admin/forms/class-metabox-form-data.php:268, includes/forms/template.php:606, includes/forms/template.php:
|
1979 |
msgid "Donate Now"
|
1980 |
msgstr ""
|
1981 |
|
@@ -2007,7 +2007,7 @@ msgstr ""
|
|
2007 |
msgid "Display the registration and login forms in the payment section for non-logged-in users."
|
2008 |
msgstr ""
|
2009 |
|
2010 |
-
#: includes/admin/forms/class-metabox-form-data.php:296, includes/admin/shortcodes/shortcode-give-login.php:24, includes/admin/shortcodes/shortcode-give-login.php:25, includes/forms/template.php:1142, includes/forms/template.php:
|
2011 |
msgid "Login"
|
2012 |
msgstr ""
|
2013 |
|
@@ -2151,7 +2151,7 @@ msgstr ""
|
|
2151 |
msgid "The label shown next to the agree to terms check box. Add your own to customize or leave blank to use the default text placeholder."
|
2152 |
msgstr ""
|
2153 |
|
2154 |
-
#: includes/admin/forms/class-metabox-form-data.php:507, includes/admin/settings/class-settings-display.php:266, includes/forms/template.php:
|
2155 |
msgid "Agree to Terms?"
|
2156 |
msgstr ""
|
2157 |
|
@@ -2295,7 +2295,7 @@ msgstr ""
|
|
2295 |
msgid "Preapproval Pending"
|
2296 |
msgstr ""
|
2297 |
|
2298 |
-
#: includes/admin/payments/class-payments-table.php:388, includes/admin/shortcodes/shortcode-give-form.php:27, includes/admin/shortcodes/shortcode-give-form.php:28, includes/admin/tools/export/class-batch-export-donors.php:165, includes/admin/tools/views/html-admin-page-exports.php:228, includes/import-functions.php:
|
2299 |
msgid "Donation Form"
|
2300 |
msgstr ""
|
2301 |
|
@@ -2315,7 +2315,7 @@ msgstr ""
|
|
2315 |
msgid "via"
|
2316 |
msgstr ""
|
2317 |
|
2318 |
-
#: includes/admin/payments/class-payments-table.php:479, includes/admin/reports/class-form-reports-table.php:84, includes/admin/shortcodes/abstract-shortcode-generator.php:
|
2319 |
msgid "Untitled (#%s)"
|
2320 |
msgstr ""
|
2321 |
|
@@ -2399,11 +2399,11 @@ msgstr ""
|
|
2399 |
msgid "Resend Email Receipts"
|
2400 |
msgstr ""
|
2401 |
|
2402 |
-
#: includes/admin/payments/payments-history.php:
|
2403 |
msgid "View Donation Details - %s"
|
2404 |
msgstr ""
|
2405 |
|
2406 |
-
#: includes/admin/payments/payments-history.php:
|
2407 |
msgid "Edit Donation - %s"
|
2408 |
msgstr ""
|
2409 |
|
@@ -3015,11 +3015,11 @@ msgstr ""
|
|
3015 |
msgid "- Select -"
|
3016 |
msgstr ""
|
3017 |
|
3018 |
-
#: includes/admin/shortcodes/abstract-shortcode-generator.php:
|
3019 |
msgid "Some of the shortcode options are required."
|
3020 |
msgstr ""
|
3021 |
|
3022 |
-
#: includes/admin/shortcodes/abstract-shortcode-generator.php:
|
3023 |
msgid "The \"%s\" option is required."
|
3024 |
msgstr ""
|
3025 |
|
@@ -3035,7 +3035,7 @@ msgstr ""
|
|
3035 |
msgid "Okay"
|
3036 |
msgstr ""
|
3037 |
|
3038 |
-
#: includes/admin/shortcodes/shortcode-give-donation-history.php:24, includes/install.php:
|
3039 |
msgid "Donation History"
|
3040 |
msgstr ""
|
3041 |
|
@@ -3167,7 +3167,7 @@ msgstr ""
|
|
3167 |
msgid "Show Payment ID:"
|
3168 |
msgstr ""
|
3169 |
|
3170 |
-
#: includes/admin/shortcodes/shortcode-give-register.php:24, includes/admin/shortcodes/shortcode-give-register.php:25,
|
3171 |
msgid "Register"
|
3172 |
msgstr ""
|
3173 |
|
@@ -3211,51 +3211,51 @@ msgstr ""
|
|
3211 |
msgid "Updates"
|
3212 |
msgstr ""
|
3213 |
|
3214 |
-
#: includes/admin/tools/data/class-give-tools-delete-import-donors.php:
|
3215 |
msgid "You do not have permission to delete Import transactions."
|
3216 |
msgstr ""
|
3217 |
|
3218 |
-
#: includes/admin/tools/data/class-give-tools-delete-import-donors.php:
|
3219 |
msgid "Imported donor and transactions successfully deleted."
|
3220 |
msgstr ""
|
3221 |
|
3222 |
-
#: includes/admin/tools/data/class-give-tools-delete-test-donors.php:
|
3223 |
msgid "You do not have permission to delete test transactions."
|
3224 |
msgstr ""
|
3225 |
|
3226 |
-
#: includes/admin/tools/data/class-give-tools-delete-test-donors.php:
|
3227 |
msgid "Test donor and transactions successfully deleted."
|
3228 |
msgstr ""
|
3229 |
|
3230 |
-
#: includes/admin/tools/data/class-give-tools-delete-test-transactions.php:
|
3231 |
msgid "Test transactions successfully deleted."
|
3232 |
msgstr ""
|
3233 |
|
3234 |
-
#: includes/admin/tools/data/class-give-tools-recount-all-stats.php:
|
3235 |
msgid "You do not have permission to recount stats."
|
3236 |
msgstr ""
|
3237 |
|
3238 |
-
#: includes/admin/tools/data/class-give-tools-recount-all-stats.php:
|
3239 |
msgid "Donation form income amounts and donation counts stats successfully recounted."
|
3240 |
msgstr ""
|
3241 |
|
3242 |
-
#: includes/admin/tools/data/class-give-tools-recount-donor-stats.php:
|
3243 |
msgid "Donor stats have been successfully recounted."
|
3244 |
msgstr ""
|
3245 |
|
3246 |
-
#: includes/admin/tools/data/class-give-tools-recount-form-stats.php:
|
3247 |
msgid "Donation counts and income amount statistics successfully recounted for \"%s\"."
|
3248 |
msgstr ""
|
3249 |
|
3250 |
-
#: includes/admin/tools/data/class-give-tools-recount-income.php:
|
3251 |
msgid "Income stats have been successfully recounted."
|
3252 |
msgstr ""
|
3253 |
|
3254 |
-
#: includes/admin/tools/data/class-give-tools-reset-stats.php:
|
3255 |
msgid "You do not have permission to reset data."
|
3256 |
msgstr ""
|
3257 |
|
3258 |
-
#: includes/admin/tools/data/class-give-tools-reset-stats.php:
|
3259 |
msgid "Donation forms, income, donations counts, and logs successfully reset."
|
3260 |
msgstr ""
|
3261 |
|
@@ -3263,31 +3263,31 @@ msgstr ""
|
|
3263 |
msgid "Full Name"
|
3264 |
msgstr ""
|
3265 |
|
3266 |
-
#: includes/admin/tools/export/class-batch-export-donors.php:154, includes/admin/tools/views/html-admin-page-exports.php:214, includes/import-functions.php:
|
3267 |
msgid "Address"
|
3268 |
msgstr ""
|
3269 |
|
3270 |
-
#: includes/admin/tools/export/class-batch-export-donors.php:155, includes/admin/tools/export/class-batch-export-payments.php:48, includes/forms/template.php:961, includes/import-functions.php:
|
3271 |
msgid "Address 2"
|
3272 |
msgstr ""
|
3273 |
|
3274 |
-
#: includes/admin/tools/export/class-batch-export-donors.php:156, includes/admin/tools/export/class-batch-export-payments.php:49, includes/forms/template.php:981, includes/forms/template.php:992, includes/import-functions.php:
|
3275 |
msgid "City"
|
3276 |
msgstr ""
|
3277 |
|
3278 |
-
#: includes/admin/tools/export/class-batch-export-donors.php:157, includes/admin/tools/export/class-batch-export-payments.php:50, includes/ajax-functions.php:216, includes/country-functions.php:474, includes/country-functions.php:522, includes/country-functions.php:770, includes/forms/template.php:902, includes/import-functions.php:
|
3279 |
msgid "State"
|
3280 |
msgstr ""
|
3281 |
|
3282 |
-
#: includes/admin/tools/export/class-batch-export-donors.php:158, includes/import-functions.php:
|
3283 |
msgid "Zip"
|
3284 |
msgstr ""
|
3285 |
|
3286 |
-
#: includes/admin/tools/export/class-batch-export-donors.php:159, includes/admin/tools/export/class-batch-export-payments.php:51, includes/forms/template.php:916, includes/import-functions.php:
|
3287 |
msgid "Country"
|
3288 |
msgstr ""
|
3289 |
|
3290 |
-
#: includes/admin/tools/export/class-batch-export-donors.php:162, includes/admin/tools/views/html-admin-page-exports.php:221, includes/import-functions.php:
|
3291 |
msgid "User ID"
|
3292 |
msgstr ""
|
3293 |
|
@@ -3327,7 +3327,7 @@ msgstr ""
|
|
3327 |
msgid "Payment Number"
|
3328 |
msgstr ""
|
3329 |
|
3330 |
-
#: includes/admin/tools/export/class-batch-export-payments.php:47, includes/forms/template.php:940, includes/import-functions.php:
|
3331 |
msgid "Address 1"
|
3332 |
msgstr ""
|
3333 |
|
@@ -3335,15 +3335,15 @@ msgstr ""
|
|
3335 |
msgid "Zip / Postal Code"
|
3336 |
msgstr ""
|
3337 |
|
3338 |
-
#: includes/admin/tools/export/class-batch-export-payments.php:53, includes/import-functions.php:
|
3339 |
msgid "Form ID"
|
3340 |
msgstr ""
|
3341 |
|
3342 |
-
#: includes/admin/tools/export/class-batch-export-payments.php:54, includes/admin/tools/export/pdf-reports.php:100, includes/import-functions.php:
|
3343 |
msgid "Form Name"
|
3344 |
msgstr ""
|
3345 |
|
3346 |
-
#: includes/admin/tools/export/class-batch-export-payments.php:56, includes/import-functions.php:
|
3347 |
msgid "Payment Method"
|
3348 |
msgstr ""
|
3349 |
|
@@ -3649,7 +3649,7 @@ msgstr ""
|
|
3649 |
msgid "Map to field"
|
3650 |
msgstr ""
|
3651 |
|
3652 |
-
#: includes/admin/tools/import/class-give-import-donations.php:466, includes/import-functions.php:
|
3653 |
msgid "Import as Meta"
|
3654 |
msgstr ""
|
3655 |
|
@@ -3769,7 +3769,7 @@ msgstr ""
|
|
3769 |
msgid "Log data:"
|
3770 |
msgstr ""
|
3771 |
|
3772 |
-
#: includes/admin/tools/logs/class-gateway-error-logs-list-table.php:138, includes/import-functions.php:
|
3773 |
msgid "Donation ID"
|
3774 |
msgstr ""
|
3775 |
|
@@ -3777,7 +3777,7 @@ msgstr ""
|
|
3777 |
msgid "No donor attached"
|
3778 |
msgstr ""
|
3779 |
|
3780 |
-
#: includes/admin/tools/logs/class-sales-logs-list-table.php:141, includes/import-functions.php:
|
3781 |
msgid "Donation Amount"
|
3782 |
msgstr ""
|
3783 |
|
@@ -4706,47 +4706,47 @@ msgstr ""
|
|
4706 |
msgid "Give Updates"
|
4707 |
msgstr ""
|
4708 |
|
4709 |
-
#: includes/admin/upgrades/class-give-updates.php:
|
4710 |
msgid "Database Update"
|
4711 |
msgstr ""
|
4712 |
|
4713 |
-
#: includes/admin/upgrades/class-give-updates.php:
|
4714 |
msgid "GiveWP needs to update your database to the latest version. The following process will make updates to your site's database. Please create a backup before proceeding."
|
4715 |
msgstr ""
|
4716 |
|
4717 |
-
#: includes/admin/upgrades/class-give-updates.php:
|
4718 |
msgid "Restart the updater"
|
4719 |
msgstr ""
|
4720 |
|
4721 |
-
#: includes/admin/upgrades/class-give-updates.php:
|
4722 |
msgid "It is recommended that you backup your database before proceeding. Do you want to run the update now?"
|
4723 |
msgstr ""
|
4724 |
|
4725 |
-
#: includes/admin/upgrades/class-give-updates.php:
|
4726 |
msgid "Give needs to upgrade the database but cannot because AJAX does not appear accessible. This could be because your website is password protected, in maintenance mode, or has a specific hosting configuration or plugin active that is preventing access."
|
4727 |
msgstr ""
|
4728 |
|
4729 |
-
#: includes/admin/upgrades/class-give-updates.php:
|
4730 |
msgid "Read More"
|
4731 |
msgstr ""
|
4732 |
|
4733 |
-
#: includes/admin/upgrades/class-give-updates.php:
|
4734 |
msgid "Give database updates completed successfully. Thank you for updating to the latest version!"
|
4735 |
msgstr ""
|
4736 |
|
4737 |
-
#: includes/admin/upgrades/class-give-updates.php:
|
4738 |
msgid "GiveWP needs to update your database to the latest version. The following process will make updates to your site's database. Please create a complete backup before proceeding."
|
4739 |
msgstr ""
|
4740 |
|
4741 |
-
#: includes/admin/upgrades/class-give-updates.php:
|
4742 |
msgid "Run the updater"
|
4743 |
msgstr ""
|
4744 |
|
4745 |
-
#: includes/admin/upgrades/class-give-updates.php:
|
4746 |
msgid "Updates Completed."
|
4747 |
msgstr ""
|
4748 |
|
4749 |
-
#: includes/admin/upgrades/upgrade-functions.php:
|
4750 |
msgid "You do not have permission to do Give upgrades."
|
4751 |
msgstr ""
|
4752 |
|
@@ -6362,7 +6362,7 @@ msgstr ""
|
|
6362 |
msgid "District"
|
6363 |
msgstr ""
|
6364 |
|
6365 |
-
#: includes/country-functions.php:538, includes/country-functions.php:549, includes/country-functions.php:566, includes/country-functions.php:628, includes/country-functions.php:650, includes/country-functions.php:681, includes/country-functions.php:742, includes/country-functions.php:765, includes/country-functions.php:792, includes/import-functions.php:
|
6366 |
msgid "Province"
|
6367 |
msgstr ""
|
6368 |
|
@@ -6370,11 +6370,11 @@ msgstr ""
|
|
6370 |
msgid "Canton"
|
6371 |
msgstr ""
|
6372 |
|
6373 |
-
#: includes/country-functions.php:561, includes/country-functions.php:617, includes/country-functions.php:687, includes/import-functions.php:
|
6374 |
msgid "Region"
|
6375 |
msgstr ""
|
6376 |
|
6377 |
-
#: includes/country-functions.php:622, includes/country-functions.php:633, includes/country-functions.php:775, includes/import-functions.php:
|
6378 |
msgid "County"
|
6379 |
msgstr ""
|
6380 |
|
@@ -9967,62 +9967,66 @@ msgid "(optional)"
|
|
9967 |
msgstr ""
|
9968 |
|
9969 |
#: includes/forms/template.php:1217
|
9970 |
-
msgid "
|
9971 |
msgstr ""
|
9972 |
|
9973 |
-
#: includes/forms/template.php:
|
9974 |
-
msgid "
|
9975 |
msgstr ""
|
9976 |
|
9977 |
-
#: includes/forms/template.php:
|
|
|
|
|
|
|
|
|
9978 |
msgid "Your username"
|
9979 |
msgstr ""
|
9980 |
|
9981 |
-
#: includes/forms/template.php:
|
9982 |
msgid "Password"
|
9983 |
msgstr ""
|
9984 |
|
9985 |
-
#: includes/forms/template.php:
|
9986 |
msgid "Your password"
|
9987 |
msgstr ""
|
9988 |
|
9989 |
-
#: includes/forms/template.php:
|
9990 |
msgid "Reset Password"
|
9991 |
msgstr ""
|
9992 |
|
9993 |
-
#: includes/forms/template.php:
|
9994 |
msgid "Select Payment Method"
|
9995 |
msgstr ""
|
9996 |
|
9997 |
-
#: includes/forms/template.php:
|
9998 |
msgid "Please enter valid terms and conditions in <a href=\"%s\">this form's settings</a>."
|
9999 |
msgstr ""
|
10000 |
|
10001 |
-
#: includes/forms/template.php:
|
10002 |
msgid "Terms"
|
10003 |
msgstr ""
|
10004 |
|
10005 |
-
#: includes/forms/template.php:
|
10006 |
msgid "Show Terms"
|
10007 |
msgstr ""
|
10008 |
|
10009 |
-
#: includes/forms/template.php:
|
10010 |
msgid "Hide Terms"
|
10011 |
msgstr ""
|
10012 |
|
10013 |
-
#: includes/forms/template.php:
|
10014 |
msgid "Donation Total:"
|
10015 |
msgstr ""
|
10016 |
|
10017 |
-
#: includes/forms/template.php:
|
10018 |
msgid "Notice:"
|
10019 |
msgstr ""
|
10020 |
|
10021 |
-
#: includes/forms/template.php:
|
10022 |
msgid "Test mode is enabled. While in test mode no live donations are processed."
|
10023 |
msgstr ""
|
10024 |
|
10025 |
-
#: includes/forms/template.php:
|
10026 |
msgid "Please log in in order to complete your donation."
|
10027 |
msgstr ""
|
10028 |
|
@@ -10262,95 +10266,95 @@ msgstr ""
|
|
10262 |
msgid "Payment is pending for unknown reasons. Contact PayPal support for assistance."
|
10263 |
msgstr ""
|
10264 |
|
10265 |
-
#: includes/import-functions.php:
|
10266 |
msgid "This donor was imported by %s"
|
10267 |
msgstr ""
|
10268 |
|
10269 |
-
#: includes/import-functions.php:
|
10270 |
msgid "New Form"
|
10271 |
msgstr ""
|
10272 |
|
10273 |
-
#: includes/import-functions.php:
|
10274 |
msgid "Do not import"
|
10275 |
msgstr ""
|
10276 |
|
10277 |
-
#: includes/import-functions.php:
|
10278 |
msgid "Donation Date"
|
10279 |
msgstr ""
|
10280 |
|
10281 |
-
#: includes/import-functions.php:
|
10282 |
msgid "Donor First Name"
|
10283 |
msgstr ""
|
10284 |
|
10285 |
-
#: includes/import-functions.php:
|
10286 |
msgid "Donor Last Name"
|
10287 |
msgstr ""
|
10288 |
|
10289 |
-
#: includes/import-functions.php:
|
10290 |
msgid "Zip Code"
|
10291 |
msgstr ""
|
10292 |
|
10293 |
-
#: includes/import-functions.php:
|
10294 |
msgid "Postal Code"
|
10295 |
msgstr ""
|
10296 |
|
10297 |
-
#: includes/import-functions.php:
|
10298 |
msgid "Donor Email"
|
10299 |
msgstr ""
|
10300 |
|
10301 |
-
#: includes/import-functions.php:
|
10302 |
msgid "Donation Status"
|
10303 |
msgstr ""
|
10304 |
|
10305 |
-
#: includes/import-functions.php:
|
10306 |
msgid "Method"
|
10307 |
msgstr ""
|
10308 |
|
10309 |
-
#: includes/import-functions.php:
|
10310 |
msgid "Mode"
|
10311 |
msgstr ""
|
10312 |
|
10313 |
-
#: includes/import-functions.php:
|
10314 |
msgid "Donor ID"
|
10315 |
msgstr ""
|
10316 |
|
10317 |
-
#: includes/import-functions.php:
|
10318 |
msgid "Donation Form Title"
|
10319 |
msgstr ""
|
10320 |
|
10321 |
-
#: includes/import-functions.php:
|
10322 |
msgid "Title"
|
10323 |
msgstr ""
|
10324 |
|
10325 |
-
#: includes/import-functions.php:
|
10326 |
msgid "Donation Form ID"
|
10327 |
msgstr ""
|
10328 |
|
10329 |
-
#: includes/import-functions.php:
|
10330 |
msgid "Level"
|
10331 |
msgstr ""
|
10332 |
|
10333 |
-
#: includes/import-functions.php:
|
10334 |
msgid "This donation was imported by %s"
|
10335 |
msgstr ""
|
10336 |
|
10337 |
-
#: includes/install.php:
|
10338 |
msgid "Donation Confirmation"
|
10339 |
msgstr ""
|
10340 |
|
10341 |
-
#: includes/install.php:
|
10342 |
msgid "Donation Failed"
|
10343 |
msgstr ""
|
10344 |
|
10345 |
-
#: includes/install.php:
|
10346 |
msgid "We're sorry, your donation failed to process. Please try again or contact site support."
|
10347 |
msgstr ""
|
10348 |
|
10349 |
-
#: includes/login-register.php:118, includes/process-donation.php:
|
10350 |
msgid "The password you entered is incorrect."
|
10351 |
msgstr ""
|
10352 |
|
10353 |
-
#: includes/login-register.php:121, includes/process-donation.php:
|
10354 |
msgid "The username you entered does not exist."
|
10355 |
msgstr ""
|
10356 |
|
@@ -10697,79 +10701,79 @@ msgstr ""
|
|
10697 |
msgid "Widgets in this area will be shown on the single Give forms aside area. This sidebar will not display for embedded forms."
|
10698 |
msgstr ""
|
10699 |
|
10700 |
-
#: includes/process-donation.php:
|
10701 |
msgid "You are logged in as %1$s, and are submitting a donation as %2$s, which is an existing donor. To ensure that the email address is tied to the correct donor, please submit this donation from a logged-out browser, or choose another email address."
|
10702 |
msgstr ""
|
10703 |
|
10704 |
-
#: includes/process-donation.php:
|
10705 |
msgid "Welcome %s! You have successfully logged into your account."
|
10706 |
msgstr ""
|
10707 |
|
10708 |
-
#: includes/process-donation.php:
|
10709 |
msgid "Honeypot field detected. Go away bad bot!"
|
10710 |
msgstr ""
|
10711 |
|
10712 |
-
#: includes/process-donation.php:
|
10713 |
msgid "This donation has been flagged as spam. Please try again."
|
10714 |
msgstr ""
|
10715 |
|
10716 |
-
#: includes/process-donation.php:
|
10717 |
msgid "Please insert a valid donation amount."
|
10718 |
msgstr ""
|
10719 |
|
10720 |
-
#: includes/process-donation.php:
|
10721 |
msgid "This form has a minimum donation amount of %s."
|
10722 |
msgstr ""
|
10723 |
|
10724 |
-
#: includes/process-donation.php:
|
10725 |
msgid "The selected payment gateway is not enabled."
|
10726 |
msgstr ""
|
10727 |
|
10728 |
-
#: includes/process-donation.php:
|
10729 |
msgid "You must agree to the terms and conditions."
|
10730 |
msgstr ""
|
10731 |
|
10732 |
-
#: includes/process-donation.php:
|
10733 |
msgid "Please enter a valid email address."
|
10734 |
msgstr ""
|
10735 |
|
10736 |
-
#: includes/process-donation.php:
|
10737 |
msgid "Please enter your primary billing address."
|
10738 |
msgstr ""
|
10739 |
|
10740 |
-
#: includes/process-donation.php:
|
10741 |
msgid "Please enter your zip / postal code."
|
10742 |
msgstr ""
|
10743 |
|
10744 |
-
#: includes/process-donation.php:
|
10745 |
msgid "Please enter your billing city."
|
10746 |
msgstr ""
|
10747 |
|
10748 |
-
#: includes/process-donation.php:
|
10749 |
msgid "Please select your billing country."
|
10750 |
msgstr ""
|
10751 |
|
10752 |
-
#: includes/process-donation.php:
|
10753 |
msgid "Please enter billing state / province / County."
|
10754 |
msgstr ""
|
10755 |
|
10756 |
-
#: includes/process-donation.php:
|
10757 |
msgid "The user information is invalid."
|
10758 |
msgstr ""
|
10759 |
|
10760 |
-
#: includes/process-donation.php:
|
10761 |
msgid "You must register or login to complete your donation."
|
10762 |
msgstr ""
|
10763 |
|
10764 |
-
#: includes/process-donation.php:
|
10765 |
msgid "Enter a password."
|
10766 |
msgstr ""
|
10767 |
|
10768 |
-
#: includes/process-donation.php:
|
10769 |
msgid "Enter an email."
|
10770 |
msgstr ""
|
10771 |
|
10772 |
-
#: includes/process-donation.php:
|
10773 |
msgid "The zip / postal code you entered for your billing address is invalid."
|
10774 |
msgstr ""
|
10775 |
|
202 |
msgid "ERROR"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: includes/admin/admin-actions.php:736, includes/process-donation.php:478, includes/scripts.php:62, includes/shortcodes.php:430
|
206 |
msgid "Please enter your first name."
|
207 |
msgstr ""
|
208 |
|
390 |
msgid "Revoke"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: includes/admin/class-api-keys-table.php:192, includes/forms/template.php:1243, templates/shortcode-login.php:29, templates/shortcode-register.php:34
|
394 |
msgid "Username"
|
395 |
msgstr ""
|
396 |
|
426 |
msgid "Create Donation Form"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: includes/admin/class-blank-slate.php:272, includes/admin/class-blank-slate.php:276, includes/admin/donors/donors.php:828, includes/class-give-cli-commands.php:618, includes/class-give-html-elements.php:70, includes/emails/template.php:172, includes/post-types.php:117
|
430 |
msgid "No donations found."
|
431 |
msgstr ""
|
432 |
|
582 |
msgid "Gateways Settings"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: includes/admin/class-give-settings.php:315, includes/admin/settings/class-settings-gateways.php:164, includes/admin/tools/views/html-admin-page-system-info.php:528, includes/import-functions.php:428
|
586 |
msgid "Test Mode"
|
587 |
msgstr ""
|
588 |
|
1137 |
msgid "Unnamed Donor"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
+
#: includes/admin/donors/class-donor-table.php:193, includes/admin/forms/dashboard-columns.php:35, includes/admin/reports/class-donor-reports-table.php:215, includes/admin/tools/export/class-batch-export-forms.php:46, includes/admin/tools/views/html-admin-page-exports.php:200, includes/admin/tools/views/html-admin-page-system-info.php:914, includes/import-functions.php:390
|
1141 |
msgid "Name"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
+
#: includes/admin/donors/class-donor-table.php:194, includes/admin/donors/donors.php:707, includes/admin/emails/class-email-notification-table.php:64, includes/admin/emails/class-email-setting-field.php:300, includes/admin/reports/class-donor-reports-table.php:216, includes/admin/tools/export/class-batch-export-payments.php:44, includes/admin/tools/views/html-admin-page-exports.php:207, includes/import-functions.php:416, templates/shortcode-register.php:39
|
1145 |
msgid "Email"
|
1146 |
msgstr ""
|
1147 |
|
1169 |
msgid "Notes for \"%s\""
|
1170 |
msgstr ""
|
1171 |
|
1172 |
+
#: includes/admin/donors/class-donor-table.php:237, includes/admin/donors/donors.php:923, includes/import-functions.php:426
|
1173 |
msgid "Notes"
|
1174 |
msgstr ""
|
1175 |
|
1189 |
msgid "Are you sure you want to delete the selected donor(s)?"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
+
#: includes/admin/donors/class-donor-table.php:460, includes/admin/donors/donors.php:1024
|
1193 |
msgid "Delete all associated donations and records?"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
+
#: includes/admin/donors/class-donor-table.php:470, includes/admin/donors/donors.php:443, includes/admin/donors/donors.php:667, includes/admin/donors/donors.php:1049, includes/admin/payments/view-payment-details.php:596, includes/forms/template.php:1281
|
1197 |
msgid "Cancel"
|
1198 |
msgstr ""
|
1199 |
|
1201 |
msgid "You do not have permission to edit this donor."
|
1202 |
msgstr ""
|
1203 |
|
1204 |
+
#: includes/admin/donors/donor-actions.php:31, includes/admin/donors/donor-actions.php:45, includes/admin/donors/donor-actions.php:144, includes/admin/donors/donor-actions.php:158, includes/admin/donors/donor-actions.php:226, includes/admin/donors/donor-actions.php:241, includes/admin/donors/donor-actions.php:325, includes/admin/donors/donor-actions.php:339, includes/admin/donors/donor-actions.php:418, includes/admin/donors/donor-actions.php:514, includes/admin/donors/donor-actions.php:561, includes/admin/donors/donor-actions.php:599, includes/admin/donors/donor-actions.php:615, includes/admin/EDD_SL_Plugin_Updater.php:396, includes/admin/emails/class-donation-receipt-email.php:300, includes/admin/forms/dashboard-columns.php:244, includes/admin/payments/actions.php:31, includes/admin/payments/actions.php:85, includes/admin/payments/actions.php:98, includes/admin/payments/actions.php:333, includes/admin/payments/actions.php:353, includes/admin/payments/actions.php:386, includes/admin/payments/actions.php:408, includes/admin/payments/view-payment-details.php:19, includes/admin/payments/view-payment-details.php:32, includes/admin/payments/view-payment-details.php:42, includes/admin/reports/reports.php:143, includes/admin/tools/data/class-give-tools-delete-import-donors.php:266, includes/admin/tools/data/class-give-tools-delete-test-donors.php:237, includes/admin/tools/data/class-give-tools-delete-test-transactions.php:129, includes/admin/tools/data/class-give-tools-recount-all-stats.php:248, includes/admin/tools/data/class-give-tools-recount-donor-stats.php:204, includes/admin/tools/data/class-give-tools-recount-form-stats.php:191, includes/admin/tools/data/class-give-tools-recount-income.php:164, includes/admin/tools/data/class-give-tools-recount-single-donor-stats.php:160, includes/admin/tools/data/class-give-tools-reset-stats.php:198, includes/admin/tools/export/class-batch-export.php:145, includes/admin/tools/export/class-core-settings-export.php:68, includes/admin/tools/export/class-export.php:173, includes/admin/tools/export/export-actions.php:26, includes/admin/tools/export/pdf-reports.php:31, includes/admin/tools/export/pdf-reports.php:35, includes/admin/tools/export/pdf-reports.php:39, includes/admin/tools/logs/class-api-requests-logs-list-table.php:154, includes/admin/tools/logs/class-gateway-error-logs-list-table.php:136, includes/admin/upgrades/upgrade-functions.php:358, includes/admin/upgrades/upgrade-functions.php:396, includes/api/class-give-api.php:1821, includes/api/class-give-api.php:1827, includes/api/class-give-api.php:1842, includes/api/class-give-api.php:1847, includes/class-give-license-handler.php:832, includes/class-notices.php:576, includes/formatting.php:681, includes/forms/functions.php:319, includes/gateways/manual.php:38
|
1205 |
msgid "Error"
|
1206 |
msgstr ""
|
1207 |
|
1253 |
msgid "Nonce verification failed."
|
1254 |
msgstr ""
|
1255 |
|
1256 |
+
#: includes/admin/donors/donor-actions.php:441, includes/login-register.php:261, includes/process-donation.php:594, includes/process-donation.php:757, includes/user-functions.php:364
|
1257 |
msgid "Invalid email."
|
1258 |
msgstr ""
|
1259 |
|
1297 |
msgid "Donor Notes"
|
1298 |
msgstr ""
|
1299 |
|
1300 |
+
#: includes/admin/donors/donor-functions.php:80, includes/admin/donors/donors.php:1046
|
1301 |
msgid "Delete Donor"
|
1302 |
msgstr ""
|
1303 |
|
1305 |
msgid "Edit"
|
1306 |
msgstr ""
|
1307 |
|
1308 |
+
#: includes/admin/donors/donors.php:75, includes/admin/donors/donors.php:738
|
1309 |
msgid "Remove"
|
1310 |
msgstr ""
|
1311 |
|
1318 |
msgstr ""
|
1319 |
|
1320 |
#: includes/admin/donors/donors.php:255
|
1321 |
+
msgid "Edit Donor #%s: %s %s"
|
1322 |
msgstr ""
|
1323 |
|
1324 |
+
#: includes/admin/donors/donors.php:343, includes/admin/tools/export/class-batch-export-payments.php:45, includes/forms/template.php:641, includes/forms/template.php:651, includes/import-functions.php:389, includes/misc-functions.php:608, includes/misc-functions.php:610, templates/shortcode-profile-editor.php:47
|
1325 |
msgid "First Name"
|
1326 |
msgstr ""
|
1327 |
|
1328 |
+
#: includes/admin/donors/donors.php:352, includes/admin/tools/export/class-batch-export-payments.php:46, includes/forms/template.php:660, includes/forms/template.php:672, includes/import-functions.php:394, includes/misc-functions.php:614, includes/misc-functions.php:616, templates/shortcode-profile-editor.php:54
|
1329 |
msgid "Last Name"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
+
#: includes/admin/donors/donors.php:363
|
1333 |
msgid "Donor since"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
+
#: includes/admin/donors/donors.php:368
|
1337 |
msgid "Edit Donor"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
+
#: includes/admin/donors/donors.php:378
|
1341 |
msgid "User:"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
+
#: includes/admin/donors/donors.php:408, includes/admin/forms/class-metabox-form-data.php:294, includes/admin/payments/view-payment-details.php:425, includes/class-give-html-elements.php:409, includes/forms/widget.php:196
|
1345 |
msgid "None"
|
1346 |
msgstr ""
|
1347 |
|
1348 |
+
#: includes/admin/donors/donors.php:419
|
1349 |
msgid "Disconnects the current user ID from this donor record."
|
1350 |
msgstr ""
|
1351 |
|
1352 |
+
#: includes/admin/donors/donors.php:420
|
1353 |
msgid "Disconnect User"
|
1354 |
msgstr ""
|
1355 |
|
1356 |
+
#: includes/admin/donors/donors.php:422
|
1357 |
msgid "View User Profile of current user ID."
|
1358 |
msgstr ""
|
1359 |
|
1360 |
+
#: includes/admin/donors/donors.php:423
|
1361 |
msgid "View User Profile"
|
1362 |
msgstr ""
|
1363 |
|
1364 |
+
#: includes/admin/donors/donors.php:442
|
1365 |
msgid "Update Donor"
|
1366 |
msgstr ""
|
1367 |
|
1368 |
+
#: includes/admin/donors/donors.php:468
|
1369 |
msgid "%d Completed Donation"
|
1370 |
msgid_plural "%d Completed Donations"
|
1371 |
msgstr[0] ""
|
1372 |
msgstr[1] ""
|
1373 |
|
1374 |
+
#: includes/admin/donors/donors.php:475
|
1375 |
msgid "Lifetime Donations"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
+
#: includes/admin/donors/donors.php:504
|
1379 |
msgid "Addresses"
|
1380 |
msgstr ""
|
1381 |
|
1382 |
+
#: includes/admin/donors/donors.php:553
|
1383 |
msgid "This donor does not have any addresses saved."
|
1384 |
msgstr ""
|
1385 |
|
1386 |
+
#: includes/admin/donors/donors.php:556
|
1387 |
msgid "Add Address"
|
1388 |
msgstr ""
|
1389 |
|
1390 |
+
#: includes/admin/donors/donors.php:566, includes/admin/payments/view-payment-details.php:663
|
1391 |
msgid "Country:"
|
1392 |
msgstr ""
|
1393 |
|
1394 |
+
#: includes/admin/donors/donors.php:577, includes/admin/payments/view-payment-details.php:673
|
1395 |
msgid "Select a country"
|
1396 |
msgstr ""
|
1397 |
|
1398 |
+
#: includes/admin/donors/donors.php:585, includes/admin/payments/view-payment-details.php:683
|
1399 |
msgid "Address 1:"
|
1400 |
msgstr ""
|
1401 |
|
1402 |
+
#: includes/admin/donors/donors.php:593, includes/admin/payments/view-payment-details.php:690
|
1403 |
msgid "Address 2:"
|
1404 |
msgstr ""
|
1405 |
|
1406 |
+
#: includes/admin/donors/donors.php:602, includes/admin/payments/view-payment-details.php:697
|
1407 |
msgid "City:"
|
1408 |
msgstr ""
|
1409 |
|
1410 |
+
#: includes/admin/donors/donors.php:615, includes/admin/payments/view-payment-details.php:708
|
1411 |
msgid "State / Province / County:"
|
1412 |
msgstr ""
|
1413 |
|
1414 |
+
#: includes/admin/donors/donors.php:641, includes/admin/payments/view-payment-details.php:720
|
1415 |
msgid "Select a state"
|
1416 |
msgstr ""
|
1417 |
|
1418 |
+
#: includes/admin/donors/donors.php:654, includes/admin/payments/view-payment-details.php:735
|
1419 |
msgid "Zip / Postal Code:"
|
1420 |
msgstr ""
|
1421 |
|
1422 |
+
#: includes/admin/donors/donors.php:666
|
1423 |
msgid "Save"
|
1424 |
msgstr ""
|
1425 |
|
1426 |
+
#: includes/admin/donors/donors.php:702
|
1427 |
msgid "Donor Emails"
|
1428 |
msgstr ""
|
1429 |
|
1430 |
+
#: includes/admin/donors/donors.php:708, includes/admin/donors/donors.php:785, includes/admin/donors/donors.php:843
|
1431 |
msgid "Actions"
|
1432 |
msgstr ""
|
1433 |
|
1434 |
+
#: includes/admin/donors/donors.php:736, includes/admin/donors/donors.php:753
|
1435 |
msgid "Make Primary"
|
1436 |
msgstr ""
|
1437 |
|
1438 |
+
#: includes/admin/donors/donors.php:750, includes/admin/tools/export/class-batch-export-donors.php:151, includes/forms/template.php:688, includes/forms/template.php:699, templates/email-login-form.php:58, templates/shortcode-profile-editor.php:98
|
1439 |
msgid "Email Address"
|
1440 |
msgstr ""
|
1441 |
|
1442 |
+
#: includes/admin/donors/donors.php:755, includes/admin/emails/class-email-setting-field.php:309
|
1443 |
msgid "Add Email"
|
1444 |
msgstr ""
|
1445 |
|
1446 |
+
#: includes/admin/donors/donors.php:763
|
1447 |
msgid "No Emails Found"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
+
#: includes/admin/donors/donors.php:770
|
1451 |
msgid "Recent Donations"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
+
#: includes/admin/donors/donors.php:781, includes/admin/forms/class-metabox-form-data.php:190, includes/admin/tools/export/class-batch-export-forms.php:44, includes/admin/tools/export/class-batch-export-payments.php:42, includes/admin/tools/export/class-export.php:68, templates/history-donations.php:50
|
1455 |
msgid "ID"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
+
#: includes/admin/donors/donors.php:782, includes/admin/forms/class-metabox-form-data.php:195, includes/admin/forms/class-metabox-form-data.php:354, includes/admin/forms/dashboard-columns.php:38, includes/admin/payments/class-payments-table.php:391, includes/admin/tools/export/class-batch-export-payments.php:55, includes/import-functions.php:381, templates/history-donations.php:53
|
1459 |
msgid "Amount"
|
1460 |
msgstr ""
|
1461 |
|
1462 |
+
#: includes/admin/donors/donors.php:783, includes/admin/forms/dashboard-columns.php:43, includes/admin/payments/class-payments-table.php:390, includes/admin/tools/export/class-batch-export-payments.php:59, includes/admin/tools/export/class-export-earnings.php:60, includes/admin/tools/export/class-export.php:69, includes/admin/tools/logs/class-api-requests-logs-list-table.php:96, includes/admin/tools/logs/class-gateway-error-logs-list-table.php:139, includes/admin/tools/logs/class-sales-logs-list-table.php:142, includes/admin/tools/logs/class-update-logs-list-table.php:80, includes/import-functions.php:385, templates/history-donations.php:51, templates/shortcode-receipt.php:44
|
1463 |
msgid "Date"
|
1464 |
msgstr ""
|
1465 |
|
1466 |
+
#: includes/admin/donors/donors.php:784, includes/admin/payments/class-payments-table.php:389, includes/admin/tools/export/class-batch-export-forms.php:51, includes/admin/tools/export/class-batch-export-payments.php:61, includes/admin/tools/logs/class-sales-logs-list-table.php:140, includes/import-functions.php:420, templates/history-donations.php:54
|
1467 |
msgid "Status"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
+
#: includes/admin/donors/donors.php:803
|
1471 |
msgid "View Donation %s."
|
1472 |
msgstr ""
|
1473 |
|
1474 |
+
#: includes/admin/donors/donors.php:806, includes/post-types.php:115
|
1475 |
msgid "View Donation"
|
1476 |
msgstr ""
|
1477 |
|
1478 |
+
#: includes/admin/donors/donors.php:835
|
1479 |
msgid "Completed Forms"
|
1480 |
msgstr ""
|
1481 |
|
1482 |
+
#: includes/admin/donors/donors.php:842, includes/admin/payments/class-payments-table.php:180, includes/admin/reports/class-form-reports-table.php:120, includes/admin/tools/logs/class-sales-logs-list-table.php:139, includes/post-types.php:55, includes/post-types.php:258
|
1483 |
msgid "Form"
|
1484 |
msgstr ""
|
1485 |
|
1486 |
+
#: includes/admin/donors/donors.php:858
|
1487 |
msgid "View Form %s."
|
1488 |
msgstr ""
|
1489 |
|
1490 |
+
#: includes/admin/donors/donors.php:861, includes/post-types.php:61, includes/post-types.php:417, includes/post-types.php:418, includes/post-types.php:419, includes/post-types.php:420, includes/post-types.php:421
|
1491 |
msgid "View Form"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
+
#: includes/admin/donors/donors.php:869
|
1495 |
msgid "No completed donations found."
|
1496 |
msgstr ""
|
1497 |
|
1498 |
+
#: includes/admin/donors/donors.php:962
|
1499 |
msgid "No donor notes found."
|
1500 |
msgstr ""
|
1501 |
|
1502 |
+
#: includes/admin/donors/donors.php:1014
|
1503 |
msgid "Are you sure you want to delete this donor?"
|
1504 |
msgstr ""
|
1505 |
|
1915 |
msgid "Enter the minimum custom donation amount."
|
1916 |
msgstr ""
|
1917 |
|
1918 |
+
#: includes/admin/forms/class-metabox-form-data.php:166, includes/import-functions.php:482
|
1919 |
msgid "Custom Amount Text"
|
1920 |
msgstr ""
|
1921 |
|
1931 |
msgid "Add Level"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
+
#: includes/admin/forms/class-metabox-form-data.php:182, includes/admin/forms/class-metabox-form-data.php:209, includes/import-functions.php:479
|
1935 |
msgid "Donation Level"
|
1936 |
msgstr ""
|
1937 |
|
1975 |
msgid "The button label for displaying the additional payment fields."
|
1976 |
msgstr ""
|
1977 |
|
1978 |
+
#: includes/admin/forms/class-metabox-form-data.php:258, includes/admin/forms/class-metabox-form-data.php:268, includes/forms/template.php:606, includes/forms/template.php:1603
|
1979 |
msgid "Donate Now"
|
1980 |
msgstr ""
|
1981 |
|
2007 |
msgid "Display the registration and login forms in the payment section for non-logged-in users."
|
2008 |
msgstr ""
|
2009 |
|
2010 |
+
#: includes/admin/forms/class-metabox-form-data.php:296, includes/admin/shortcodes/shortcode-give-login.php:24, includes/admin/shortcodes/shortcode-give-login.php:25, includes/forms/template.php:1142, includes/forms/template.php:1277
|
2011 |
msgid "Login"
|
2012 |
msgstr ""
|
2013 |
|
2151 |
msgid "The label shown next to the agree to terms check box. Add your own to customize or leave blank to use the default text placeholder."
|
2152 |
msgstr ""
|
2153 |
|
2154 |
+
#: includes/admin/forms/class-metabox-form-data.php:507, includes/admin/settings/class-settings-display.php:266, includes/forms/template.php:1457, includes/forms/template.php:1462, includes/install.php:346, tests/unit-tests/tests-install.php:100
|
2155 |
msgid "Agree to Terms?"
|
2156 |
msgstr ""
|
2157 |
|
2295 |
msgid "Preapproval Pending"
|
2296 |
msgstr ""
|
2297 |
|
2298 |
+
#: includes/admin/payments/class-payments-table.php:388, includes/admin/shortcodes/shortcode-give-form.php:27, includes/admin/shortcodes/shortcode-give-form.php:28, includes/admin/tools/export/class-batch-export-donors.php:165, includes/admin/tools/views/html-admin-page-exports.php:228, includes/import-functions.php:470, includes/post-types.php:67
|
2299 |
msgid "Donation Form"
|
2300 |
msgstr ""
|
2301 |
|
2315 |
msgid "via"
|
2316 |
msgstr ""
|
2317 |
|
2318 |
+
#: includes/admin/payments/class-payments-table.php:479, includes/admin/reports/class-form-reports-table.php:84, includes/admin/shortcodes/abstract-shortcode-generator.php:300, includes/admin/tools/logs/class-sales-logs-list-table.php:74, includes/class-give-html-elements.php:147, includes/forms/widget.php:151
|
2319 |
msgid "Untitled (#%s)"
|
2320 |
msgstr ""
|
2321 |
|
2399 |
msgid "Resend Email Receipts"
|
2400 |
msgstr ""
|
2401 |
|
2402 |
+
#: includes/admin/payments/payments-history.php:105
|
2403 |
msgid "View Donation Details - %s"
|
2404 |
msgstr ""
|
2405 |
|
2406 |
+
#: includes/admin/payments/payments-history.php:112
|
2407 |
msgid "Edit Donation - %s"
|
2408 |
msgstr ""
|
2409 |
|
3015 |
msgid "- Select -"
|
3016 |
msgstr ""
|
3017 |
|
3018 |
+
#: includes/admin/shortcodes/abstract-shortcode-generator.php:393
|
3019 |
msgid "Some of the shortcode options are required."
|
3020 |
msgstr ""
|
3021 |
|
3022 |
+
#: includes/admin/shortcodes/abstract-shortcode-generator.php:403
|
3023 |
msgid "The \"%s\" option is required."
|
3024 |
msgstr ""
|
3025 |
|
3035 |
msgid "Okay"
|
3036 |
msgstr ""
|
3037 |
|
3038 |
+
#: includes/admin/shortcodes/shortcode-give-donation-history.php:24, includes/install.php:457
|
3039 |
msgid "Donation History"
|
3040 |
msgstr ""
|
3041 |
|
3167 |
msgid "Show Payment ID:"
|
3168 |
msgstr ""
|
3169 |
|
3170 |
+
#: includes/admin/shortcodes/shortcode-give-register.php:24, includes/admin/shortcodes/shortcode-give-register.php:25, templates/shortcode-register.php:71
|
3171 |
msgid "Register"
|
3172 |
msgstr ""
|
3173 |
|
3211 |
msgid "Updates"
|
3212 |
msgstr ""
|
3213 |
|
3214 |
+
#: includes/admin/tools/data/class-give-tools-delete-import-donors.php:266
|
3215 |
msgid "You do not have permission to delete Import transactions."
|
3216 |
msgstr ""
|
3217 |
|
3218 |
+
#: includes/admin/tools/data/class-give-tools-delete-import-donors.php:287
|
3219 |
msgid "Imported donor and transactions successfully deleted."
|
3220 |
msgstr ""
|
3221 |
|
3222 |
+
#: includes/admin/tools/data/class-give-tools-delete-test-donors.php:237, includes/admin/tools/data/class-give-tools-delete-test-transactions.php:129
|
3223 |
msgid "You do not have permission to delete test transactions."
|
3224 |
msgstr ""
|
3225 |
|
3226 |
+
#: includes/admin/tools/data/class-give-tools-delete-test-donors.php:258
|
3227 |
msgid "Test donor and transactions successfully deleted."
|
3228 |
msgstr ""
|
3229 |
|
3230 |
+
#: includes/admin/tools/data/class-give-tools-delete-test-transactions.php:150
|
3231 |
msgid "Test transactions successfully deleted."
|
3232 |
msgstr ""
|
3233 |
|
3234 |
+
#: includes/admin/tools/data/class-give-tools-recount-all-stats.php:248, includes/admin/tools/data/class-give-tools-recount-donor-stats.php:204, includes/admin/tools/data/class-give-tools-recount-form-stats.php:191, includes/admin/tools/data/class-give-tools-recount-income.php:164, includes/admin/tools/data/class-give-tools-recount-single-donor-stats.php:160
|
3235 |
msgid "You do not have permission to recount stats."
|
3236 |
msgstr ""
|
3237 |
|
3238 |
+
#: includes/admin/tools/data/class-give-tools-recount-all-stats.php:265
|
3239 |
msgid "Donation form income amounts and donation counts stats successfully recounted."
|
3240 |
msgstr ""
|
3241 |
|
3242 |
+
#: includes/admin/tools/data/class-give-tools-recount-donor-stats.php:217, includes/admin/tools/data/class-give-tools-recount-single-donor-stats.php:205
|
3243 |
msgid "Donor stats have been successfully recounted."
|
3244 |
msgstr ""
|
3245 |
|
3246 |
+
#: includes/admin/tools/data/class-give-tools-recount-form-stats.php:204
|
3247 |
msgid "Donation counts and income amount statistics successfully recounted for \"%s\"."
|
3248 |
msgstr ""
|
3249 |
|
3250 |
+
#: includes/admin/tools/data/class-give-tools-recount-income.php:177
|
3251 |
msgid "Income stats have been successfully recounted."
|
3252 |
msgstr ""
|
3253 |
|
3254 |
+
#: includes/admin/tools/data/class-give-tools-reset-stats.php:198
|
3255 |
msgid "You do not have permission to reset data."
|
3256 |
msgstr ""
|
3257 |
|
3258 |
+
#: includes/admin/tools/data/class-give-tools-reset-stats.php:221
|
3259 |
msgid "Donation forms, income, donations counts, and logs successfully reset."
|
3260 |
msgstr ""
|
3261 |
|
3263 |
msgid "Full Name"
|
3264 |
msgstr ""
|
3265 |
|
3266 |
+
#: includes/admin/tools/export/class-batch-export-donors.php:154, includes/admin/tools/views/html-admin-page-exports.php:214, includes/import-functions.php:398
|
3267 |
msgid "Address"
|
3268 |
msgstr ""
|
3269 |
|
3270 |
+
#: includes/admin/tools/export/class-batch-export-donors.php:155, includes/admin/tools/export/class-batch-export-payments.php:48, includes/forms/template.php:961, includes/import-functions.php:400
|
3271 |
msgid "Address 2"
|
3272 |
msgstr ""
|
3273 |
|
3274 |
+
#: includes/admin/tools/export/class-batch-export-donors.php:156, includes/admin/tools/export/class-batch-export-payments.php:49, includes/forms/template.php:981, includes/forms/template.php:992, includes/import-functions.php:401
|
3275 |
msgid "City"
|
3276 |
msgstr ""
|
3277 |
|
3278 |
+
#: includes/admin/tools/export/class-batch-export-donors.php:157, includes/admin/tools/export/class-batch-export-payments.php:50, includes/ajax-functions.php:216, includes/country-functions.php:474, includes/country-functions.php:522, includes/country-functions.php:770, includes/forms/template.php:902, includes/import-functions.php:403
|
3279 |
msgid "State"
|
3280 |
msgstr ""
|
3281 |
|
3282 |
+
#: includes/admin/tools/export/class-batch-export-donors.php:158, includes/import-functions.php:410
|
3283 |
msgid "Zip"
|
3284 |
msgstr ""
|
3285 |
|
3286 |
+
#: includes/admin/tools/export/class-batch-export-donors.php:159, includes/admin/tools/export/class-batch-export-payments.php:51, includes/forms/template.php:916, includes/import-functions.php:408
|
3287 |
msgid "Country"
|
3288 |
msgstr ""
|
3289 |
|
3290 |
+
#: includes/admin/tools/export/class-batch-export-donors.php:162, includes/admin/tools/views/html-admin-page-exports.php:221, includes/import-functions.php:450
|
3291 |
msgid "User ID"
|
3292 |
msgstr ""
|
3293 |
|
3327 |
msgid "Payment Number"
|
3328 |
msgstr ""
|
3329 |
|
3330 |
+
#: includes/admin/tools/export/class-batch-export-payments.php:47, includes/forms/template.php:940, includes/import-functions.php:397
|
3331 |
msgid "Address 1"
|
3332 |
msgstr ""
|
3333 |
|
3335 |
msgid "Zip / Postal Code"
|
3336 |
msgstr ""
|
3337 |
|
3338 |
+
#: includes/admin/tools/export/class-batch-export-payments.php:53, includes/import-functions.php:476
|
3339 |
msgid "Form ID"
|
3340 |
msgstr ""
|
3341 |
|
3342 |
+
#: includes/admin/tools/export/class-batch-export-payments.php:54, includes/admin/tools/export/pdf-reports.php:100, includes/import-functions.php:471
|
3343 |
msgid "Form Name"
|
3344 |
msgstr ""
|
3345 |
|
3346 |
+
#: includes/admin/tools/export/class-batch-export-payments.php:56, includes/import-functions.php:423, templates/history-donations.php:55, templates/shortcode-receipt.php:80
|
3347 |
msgid "Payment Method"
|
3348 |
msgstr ""
|
3349 |
|
3649 |
msgid "Map to field"
|
3650 |
msgstr ""
|
3651 |
|
3652 |
+
#: includes/admin/tools/import/class-give-import-donations.php:466, includes/import-functions.php:431
|
3653 |
msgid "Import as Meta"
|
3654 |
msgstr ""
|
3655 |
|
3769 |
msgid "Log data:"
|
3770 |
msgstr ""
|
3771 |
|
3772 |
+
#: includes/admin/tools/logs/class-gateway-error-logs-list-table.php:138, includes/import-functions.php:378, templates/shortcode-receipt.php:68
|
3773 |
msgid "Donation ID"
|
3774 |
msgstr ""
|
3775 |
|
3777 |
msgid "No donor attached"
|
3778 |
msgstr ""
|
3779 |
|
3780 |
+
#: includes/admin/tools/logs/class-sales-logs-list-table.php:141, includes/import-functions.php:380
|
3781 |
msgid "Donation Amount"
|
3782 |
msgstr ""
|
3783 |
|
4706 |
msgid "Give Updates"
|
4707 |
msgstr ""
|
4708 |
|
4709 |
+
#: includes/admin/upgrades/class-give-updates.php:526, includes/admin/upgrades/class-give-updates.php:588
|
4710 |
msgid "Database Update"
|
4711 |
msgstr ""
|
4712 |
|
4713 |
+
#: includes/admin/upgrades/class-give-updates.php:527
|
4714 |
msgid "GiveWP needs to update your database to the latest version. The following process will make updates to your site's database. Please create a backup before proceeding."
|
4715 |
msgstr ""
|
4716 |
|
4717 |
+
#: includes/admin/upgrades/class-give-updates.php:531
|
4718 |
msgid "Restart the updater"
|
4719 |
msgstr ""
|
4720 |
|
4721 |
+
#: includes/admin/upgrades/class-give-updates.php:536, includes/admin/upgrades/class-give-updates.php:598
|
4722 |
msgid "It is recommended that you backup your database before proceeding. Do you want to run the update now?"
|
4723 |
msgstr ""
|
4724 |
|
4725 |
+
#: includes/admin/upgrades/class-give-updates.php:562
|
4726 |
msgid "Give needs to upgrade the database but cannot because AJAX does not appear accessible. This could be because your website is password protected, in maintenance mode, or has a specific hosting configuration or plugin active that is preventing access."
|
4727 |
msgstr ""
|
4728 |
|
4729 |
+
#: includes/admin/upgrades/class-give-updates.php:562
|
4730 |
msgid "Read More"
|
4731 |
msgstr ""
|
4732 |
|
4733 |
+
#: includes/admin/upgrades/class-give-updates.php:575, includes/admin/upgrades/class-give-updates.php:726
|
4734 |
msgid "Give database updates completed successfully. Thank you for updating to the latest version!"
|
4735 |
msgstr ""
|
4736 |
|
4737 |
+
#: includes/admin/upgrades/class-give-updates.php:589
|
4738 |
msgid "GiveWP needs to update your database to the latest version. The following process will make updates to your site's database. Please create a complete backup before proceeding."
|
4739 |
msgstr ""
|
4740 |
|
4741 |
+
#: includes/admin/upgrades/class-give-updates.php:593
|
4742 |
msgid "Run the updater"
|
4743 |
msgstr ""
|
4744 |
|
4745 |
+
#: includes/admin/upgrades/class-give-updates.php:727
|
4746 |
msgid "Updates Completed."
|
4747 |
msgstr ""
|
4748 |
|
4749 |
+
#: includes/admin/upgrades/upgrade-functions.php:358, includes/admin/upgrades/upgrade-functions.php:396
|
4750 |
msgid "You do not have permission to do Give upgrades."
|
4751 |
msgstr ""
|
4752 |
|
6362 |
msgid "District"
|
6363 |
msgstr ""
|
6364 |
|
6365 |
+
#: includes/country-functions.php:538, includes/country-functions.php:549, includes/country-functions.php:566, includes/country-functions.php:628, includes/country-functions.php:650, includes/country-functions.php:681, includes/country-functions.php:742, includes/country-functions.php:765, includes/country-functions.php:792, includes/import-functions.php:404
|
6366 |
msgid "Province"
|
6367 |
msgstr ""
|
6368 |
|
6370 |
msgid "Canton"
|
6371 |
msgstr ""
|
6372 |
|
6373 |
+
#: includes/country-functions.php:561, includes/country-functions.php:617, includes/country-functions.php:687, includes/import-functions.php:406
|
6374 |
msgid "Region"
|
6375 |
msgstr ""
|
6376 |
|
6377 |
+
#: includes/country-functions.php:622, includes/country-functions.php:633, includes/country-functions.php:775, includes/import-functions.php:405
|
6378 |
msgid "County"
|
6379 |
msgstr ""
|
6380 |
|
9967 |
msgstr ""
|
9968 |
|
9969 |
#: includes/forms/template.php:1217
|
9970 |
+
msgid "Don't have an account?"
|
9971 |
msgstr ""
|
9972 |
|
9973 |
+
#: includes/forms/template.php:1221
|
9974 |
+
msgid "Register as a part of your donation »"
|
9975 |
msgstr ""
|
9976 |
|
9977 |
+
#: includes/forms/template.php:1223
|
9978 |
+
msgid "Register or donate as a guest »"
|
9979 |
+
msgstr ""
|
9980 |
+
|
9981 |
+
#: includes/forms/template.php:1251
|
9982 |
msgid "Your username"
|
9983 |
msgstr ""
|
9984 |
|
9985 |
+
#: includes/forms/template.php:1257, templates/shortcode-login.php:34, templates/shortcode-register.php:44
|
9986 |
msgid "Password"
|
9987 |
msgstr ""
|
9988 |
|
9989 |
+
#: includes/forms/template.php:1264
|
9990 |
msgid "Your password"
|
9991 |
msgstr ""
|
9992 |
|
9993 |
+
#: includes/forms/template.php:1271, includes/process-donation.php:704, templates/shortcode-login.php:46
|
9994 |
msgid "Reset Password"
|
9995 |
msgstr ""
|
9996 |
|
9997 |
+
#: includes/forms/template.php:1344
|
9998 |
msgid "Select Payment Method"
|
9999 |
msgstr ""
|
10000 |
|
10001 |
+
#: includes/forms/template.php:1473
|
10002 |
msgid "Please enter valid terms and conditions in <a href=\"%s\">this form's settings</a>."
|
10003 |
msgstr ""
|
10004 |
|
10005 |
+
#: includes/forms/template.php:1481
|
10006 |
msgid "Terms"
|
10007 |
msgstr ""
|
10008 |
|
10009 |
+
#: includes/forms/template.php:1502
|
10010 |
msgid "Show Terms"
|
10011 |
msgstr ""
|
10012 |
|
10013 |
+
#: includes/forms/template.php:1504
|
10014 |
msgid "Hide Terms"
|
10015 |
msgstr ""
|
10016 |
|
10017 |
+
#: includes/forms/template.php:1542
|
10018 |
msgid "Donation Total:"
|
10019 |
msgstr ""
|
10020 |
|
10021 |
+
#: includes/forms/template.php:1811
|
10022 |
msgid "Notice:"
|
10023 |
msgstr ""
|
10024 |
|
10025 |
+
#: includes/forms/template.php:1811
|
10026 |
msgid "Test mode is enabled. While in test mode no live donations are processed."
|
10027 |
msgstr ""
|
10028 |
|
10029 |
+
#: includes/forms/template.php:1841
|
10030 |
msgid "Please log in in order to complete your donation."
|
10031 |
msgstr ""
|
10032 |
|
10266 |
msgid "Payment is pending for unknown reasons. Contact PayPal support for assistance."
|
10267 |
msgstr ""
|
10268 |
|
10269 |
+
#: includes/import-functions.php:250, includes/import-functions.php:329
|
10270 |
msgid "This donor was imported by %s"
|
10271 |
msgstr ""
|
10272 |
|
10273 |
+
#: includes/import-functions.php:315, includes/post-types.php:59
|
10274 |
msgid "New Form"
|
10275 |
msgstr ""
|
10276 |
|
10277 |
+
#: includes/import-functions.php:360
|
10278 |
msgid "Do not import"
|
10279 |
msgstr ""
|
10280 |
|
10281 |
+
#: includes/import-functions.php:384
|
10282 |
msgid "Donation Date"
|
10283 |
msgstr ""
|
10284 |
|
10285 |
+
#: includes/import-functions.php:388
|
10286 |
msgid "Donor First Name"
|
10287 |
msgstr ""
|
10288 |
|
10289 |
+
#: includes/import-functions.php:393
|
10290 |
msgid "Donor Last Name"
|
10291 |
msgstr ""
|
10292 |
|
10293 |
+
#: includes/import-functions.php:411
|
10294 |
msgid "Zip Code"
|
10295 |
msgstr ""
|
10296 |
|
10297 |
+
#: includes/import-functions.php:412
|
10298 |
msgid "Postal Code"
|
10299 |
msgstr ""
|
10300 |
|
10301 |
+
#: includes/import-functions.php:415
|
10302 |
msgid "Donor Email"
|
10303 |
msgstr ""
|
10304 |
|
10305 |
+
#: includes/import-functions.php:419, templates/shortcode-receipt.php:62
|
10306 |
msgid "Donation Status"
|
10307 |
msgstr ""
|
10308 |
|
10309 |
+
#: includes/import-functions.php:424
|
10310 |
msgid "Method"
|
10311 |
msgstr ""
|
10312 |
|
10313 |
+
#: includes/import-functions.php:429
|
10314 |
msgid "Mode"
|
10315 |
msgstr ""
|
10316 |
|
10317 |
+
#: includes/import-functions.php:449
|
10318 |
msgid "Donor ID"
|
10319 |
msgstr ""
|
10320 |
|
10321 |
+
#: includes/import-functions.php:469
|
10322 |
msgid "Donation Form Title"
|
10323 |
msgstr ""
|
10324 |
|
10325 |
+
#: includes/import-functions.php:472
|
10326 |
msgid "Title"
|
10327 |
msgstr ""
|
10328 |
|
10329 |
+
#: includes/import-functions.php:475
|
10330 |
msgid "Donation Form ID"
|
10331 |
msgstr ""
|
10332 |
|
10333 |
+
#: includes/import-functions.php:480
|
10334 |
msgid "Level"
|
10335 |
msgstr ""
|
10336 |
|
10337 |
+
#: includes/import-functions.php:837
|
10338 |
msgid "This donation was imported by %s"
|
10339 |
msgstr ""
|
10340 |
|
10341 |
+
#: includes/install.php:421
|
10342 |
msgid "Donation Confirmation"
|
10343 |
msgstr ""
|
10344 |
|
10345 |
+
#: includes/install.php:440
|
10346 |
msgid "Donation Failed"
|
10347 |
msgstr ""
|
10348 |
|
10349 |
+
#: includes/install.php:441
|
10350 |
msgid "We're sorry, your donation failed to process. Please try again or contact site support."
|
10351 |
msgstr ""
|
10352 |
|
10353 |
+
#: includes/login-register.php:118, includes/process-donation.php:702
|
10354 |
msgid "The password you entered is incorrect."
|
10355 |
msgstr ""
|
10356 |
|
10357 |
+
#: includes/login-register.php:121, includes/process-donation.php:726
|
10358 |
msgid "The username you entered does not exist."
|
10359 |
msgstr ""
|
10360 |
|
10701 |
msgid "Widgets in this area will be shown on the single Give forms aside area. This sidebar will not display for embedded forms."
|
10702 |
msgstr ""
|
10703 |
|
10704 |
+
#: includes/process-donation.php:209
|
10705 |
msgid "You are logged in as %1$s, and are submitting a donation as %2$s, which is an existing donor. To ensure that the email address is tied to the correct donor, please submit this donation from a logged-out browser, or choose another email address."
|
10706 |
msgstr ""
|
10707 |
|
10708 |
+
#: includes/process-donation.php:253
|
10709 |
msgid "Welcome %s! You have successfully logged into your account."
|
10710 |
msgstr ""
|
10711 |
|
10712 |
+
#: includes/process-donation.php:299
|
10713 |
msgid "Honeypot field detected. Go away bad bot!"
|
10714 |
msgstr ""
|
10715 |
|
10716 |
+
#: includes/process-donation.php:307
|
10717 |
msgid "This donation has been flagged as spam. Please try again."
|
10718 |
msgstr ""
|
10719 |
|
10720 |
+
#: includes/process-donation.php:381
|
10721 |
msgid "Please insert a valid donation amount."
|
10722 |
msgstr ""
|
10723 |
|
10724 |
+
#: includes/process-donation.php:390
|
10725 |
msgid "This form has a minimum donation amount of %s."
|
10726 |
msgstr ""
|
10727 |
|
10728 |
+
#: includes/process-donation.php:403
|
10729 |
msgid "The selected payment gateway is not enabled."
|
10730 |
msgstr ""
|
10731 |
|
10732 |
+
#: includes/process-donation.php:453, includes/scripts.php:67
|
10733 |
msgid "You must agree to the terms and conditions."
|
10734 |
msgstr ""
|
10735 |
|
10736 |
+
#: includes/process-donation.php:474, includes/scripts.php:63
|
10737 |
msgid "Please enter a valid email address."
|
10738 |
msgstr ""
|
10739 |
|
10740 |
+
#: includes/process-donation.php:487
|
10741 |
msgid "Please enter your primary billing address."
|
10742 |
msgstr ""
|
10743 |
|
10744 |
+
#: includes/process-donation.php:491
|
10745 |
msgid "Please enter your zip / postal code."
|
10746 |
msgstr ""
|
10747 |
|
10748 |
+
#: includes/process-donation.php:495
|
10749 |
msgid "Please enter your billing city."
|
10750 |
msgstr ""
|
10751 |
|
10752 |
+
#: includes/process-donation.php:499
|
10753 |
msgid "Please select your billing country."
|
10754 |
msgstr ""
|
10755 |
|
10756 |
+
#: includes/process-donation.php:505
|
10757 |
msgid "Please enter billing state / province / County."
|
10758 |
msgstr ""
|
10759 |
|
10760 |
+
#: includes/process-donation.php:598
|
10761 |
msgid "The user information is invalid."
|
10762 |
msgstr ""
|
10763 |
|
10764 |
+
#: includes/process-donation.php:680, includes/user-functions.php:319
|
10765 |
msgid "You must register or login to complete your donation."
|
10766 |
msgstr ""
|
10767 |
|
10768 |
+
#: includes/process-donation.php:722, includes/scripts.php:65, includes/user-functions.php:410
|
10769 |
msgid "Enter a password."
|
10770 |
msgstr ""
|
10771 |
|
10772 |
+
#: includes/process-donation.php:770, includes/user-functions.php:354
|
10773 |
msgid "Enter an email."
|
10774 |
msgstr ""
|
10775 |
|
10776 |
+
#: includes/process-donation.php:943
|
10777 |
msgid "The zip / postal code you entered for your billing address is invalid."
|
10778 |
msgstr ""
|
10779 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: donation, donations, donation plugin, wordpress donation plugin, wp donati
|
|
5 |
Requires at least: 4.8
|
6 |
Tested up to: 4.9
|
7 |
Requires PHP: 5.3
|
8 |
-
Stable tag: 2.0.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -125,7 +125,7 @@ Give version 1.8 is a major update. Please make sure you make a backup of your d
|
|
125 |
|
126 |
= Minimum Requirements =
|
127 |
|
128 |
-
* WordPress 4.
|
129 |
* PHP version 5.3 or greater
|
130 |
* MySQL version 5.0.15 or greater
|
131 |
* Some payment gateways require fsockopen support (for IPN access)
|
@@ -208,8 +208,17 @@ Use Give for donations, and let WooCommerce or WP eCommerce or the like handle y
|
|
208 |
|
209 |
== Changelog ==
|
210 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
= 2.0.1: January 25th, 2018 =
|
212 |
-
* This update
|
213 |
* New: Added the database table prefix to the system info settings. [#2678](https://github.com/WordImpress/Give/issues/2678)
|
214 |
* UI/UX: Added an email icon to the per form emails tab. [#2680](https://github.com/WordImpress/Give/issues/2680)
|
215 |
* UI/UX: Revised field descriptions for the donations importer. [#2688](https://github.com/WordImpress/Give/issues/2688)
|
5 |
Requires at least: 4.8
|
6 |
Tested up to: 4.9
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 2.0.2
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
125 |
|
126 |
= Minimum Requirements =
|
127 |
|
128 |
+
* WordPress 4.8 or greater
|
129 |
* PHP version 5.3 or greater
|
130 |
* MySQL version 5.0.15 or greater
|
131 |
* Some payment gateways require fsockopen support (for IPN access)
|
208 |
|
209 |
== Changelog ==
|
210 |
|
211 |
+
= 2.0.2: January 31st, 2018 =
|
212 |
+
* This update includes additional health checks for the 2.0.0 release. We've switched from using WP_Query to move data to direct SQL queries to prevent query manipulation by other plugins and themes.
|
213 |
+
* New: The donation form now resets when you go back from the donation confirmation page. [#2091](https://github.com/WordImpress/Give/issues/2091)
|
214 |
+
* Fix: WP_Query being modified in upgrade routine by the Polylang plugin. [#2747](https://github.com/WordImpress/Give/issues/2747)
|
215 |
+
* Fix: Data tools have been upgraded to be compatible with 2.0+. [#2744](https://github.com/WordImpress/Give/issues/2744)
|
216 |
+
* Fix: Prevent importer from modifying existing form settings. [#2737](https://github.com/WordImpress/Give/issues/2737)
|
217 |
+
* Fix: Donation form donation counts were not getting properly updated when a payment goes from complete to abandoned donation status. [#2708](https://github.com/WordImpress/Give/issues/2708)
|
218 |
+
* Tweak: Deprecated the second $_POST parameter within the give_checkout_error_checks action. [#2663](https://github.com/WordImpress/Give/issues/2663)
|
219 |
+
|
220 |
= 2.0.1: January 25th, 2018 =
|
221 |
+
* This update includes a number of health checks for the 2.0.0 release. For a post reflection on the Give 2.0.0 release and additional developer information on the 2.0.1 release please read the [Give 2.0.1 checklist](https://github.com/WordImpress/Give/issues/2695) as well as [Give 2.0 Release Reflection](http://docs.givewp.com/2-0-release-reflection).
|
222 |
* New: Added the database table prefix to the system info settings. [#2678](https://github.com/WordImpress/Give/issues/2678)
|
223 |
* UI/UX: Added an email icon to the per form emails tab. [#2680](https://github.com/WordImpress/Give/issues/2680)
|
224 |
* UI/UX: Revised field descriptions for the donations importer. [#2688](https://github.com/WordImpress/Give/issues/2688)
|